.only_mobile{
    display: none;
}
.space{
    clear: both;
    height: 100px;
}
.space.small{
    height: 50px;
}
.cols2{
    gap: 100px;
}
.cols2 > div{
    flex: 1;
}
.cols2.reverse{
    flex-direction: row-reverse;
}
h1{
    font-size: 45px;
}
h2{
    font-size: 40px;
}
img.inline_right{
    float: right;
    max-width: 100%; 
    width: 700px;
    padding-left: 40px;
}
header .logo img:first-of-type{
    width: 80px;
    align-self: center;
}
header .logo img:last-of-type{
    width: 400px;
    align-self: center;
}
header .top_info{
    gap: 40px;
}
header .wrap_menu ul li {
    font-size: 50px;
}
header .wrap_menu {
    height: calc(100dvh - 112px);
}
h1.home_title{
    font-size: 40px; 
}
.cards{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
}
.home_howsupport_mascotte{
    height: 300px;
}
.howsupport_longtitle{
    text-align: center;
    font-size: 35px; 
    margin-bottom: 40px;
}
footer .grid{
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}
.about_volunteers_mascotte{
    position: absolute;
    left: 50%; 
    transform: translateX(-90%); 
    opacity: .1; 
    height: 100%;
}
.dates{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}
.gallery{
    grid-template-columns: repeat(6,1fr);
}
.howsupport_mascotte{
    height: 300px;
}
.up_size{
    font-size: 25px;
    line-height: 50px;
}
@media screen and (max-width: 1400px){
    .cols2{
        gap: 25px;
        flex-direction: column !important;
    }
    .cols2 .wrap_as169{
        max-width: 800px;
    }
    .cols2.reverse_mobile{
        flex-direction: column-reverse !important;
    }
    .grid_support{
        flex-wrap: wrap;
    }
    .grid_support > div:not(.line) {
        flex: 0 0 calc(50% - 40px);
    }
    .cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }
    img.inline_right{
        display: block;
        float: unset;
        padding-left: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .dates {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 20px;
    }
}

