.only_desktop{
    display: none;
}
.space{
    clear: both;
    height: 50px;
}
.space.small{
    height: 25px;
}
.cols2{
    gap: 25px;
    flex-direction: column;
}
.cols2.reverse_mobile{
    flex-direction: column-reverse;
}
.cols2 .wrap_as169{
    max-width: 800px;
}
h1{
    font-size: 39px;
}
h2{
    font-size: 34px;
}
img.inline_right{
    display: block;
    max-width: 100%; 
    width: 700px;
    margin-bottom: 20px;
}
header .logo img:first-of-type{
    width: 40px;
    align-self: center;
}
header .logo img:last-of-type{
    width: 250px;
    align-self: center;
}
header .wrap_menu ul li {
    font-size: 26px;
}
header .wrap_menu {
    height: calc(100dvh - 50px);
}
h1.home_title{
    font-size: 26px; 
}
.home_wrap_title{
    position: relative;
}
.home_wrap_title img{
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: -60px;
    opacity: .1;
    z-index: 4;
}
.home_wrap_title .info{
    position: relative;
    z-index: 10;
}
.cards{
    display: grid;
    grid-template-columns: 1fr;
    gap: 50px;
}
.home_howsupport_mascotte{
    width: 120px;
}
.howsupport_longtitle{
    text-align: center;
    font-size: 22px; 
    margin-bottom: 40px;
}
.grid_support{
    flex-direction: column;
}
.grid_support > .line{
    width: 100%;
    height: 1px;
}
footer .grid{
    grid-template-columns: 1fr;
    gap: 25x;
}
.about_volunteers_mascotte{
    position: absolute; 
    top: 50%;
    left: 50%; 
    transform: translateX(-70%) translateY(-50%); 
    opacity: .1; 
    height: 500px;
}
.dates{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.gallery{
    grid-template-columns: repeat(2,1fr);
}
.howsupport_mascotte{
    height: 120px;
}
.up_size{
    font-size: 18px;
    line-height: 33px;
}








