@media screen and (max-width: 1800px){
    .icone-chalet{
        height: 350px;
    }
}
@media screen and (max-width: 1550px){
    .a-logo {
        left: 75px;
    }
}
@media screen and (max-width: 1400px){
    .h1 {
        font-size: 35px;
        letter-spacing: 3px;
    }
    .h2 {
        font-size: 47px;
    }
    .box-big-title {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .box-border>div {
        padding: 34px 35px;
    }
    .box-border .content {
        font-size: 18px;
    }
    .section-chalet-accueil {
        margin-top: -100px;
    }
}

@media screen and (max-width: 1199px){
    .section-chalet-accueil {
        margin-bottom: 0px;
    }
    .exp-2 .box-border {
        position: relative;
        left: initial;
        right: initial;
        top: initial;
    }
}

@media screen and (max-width: 991px){
    .the-content h2 {
        font-size: 20px;
    }
    .single-attrait .right-content{
        background: rgba(255,255,255,0.6);
    }
    .section-fond-blanc {
        padding: 45px 0;
    }
    .img1exp{
        height: 300px;
        object-fit: cover;
    }
    .infos_fonctionnalites {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
    .chalet-row .z-index-2{
        margin-bottom: 30px;
    }
    .chalet-row .h2 {
        margin-top: 50px;
    }
    .icone-chalet{
        display: none;
    }
    .exp-2 .h2 {
        padding: 40px 15px;
        text-align: center;
    }
    .section-attraits {
        padding-top: 100px;
        padding-bottom: 100px;
        margin-top: 0;
    }
    .images-reservation {
        margin-top: 0;
    }
    .h1 {
        font-size: 28px;
        font-weight: 500;
    }
    .section-chalet-accueil {
        margin-top: 0;
    }
}

@media screen and (max-width: 768px){
    .infos_fonctionnalites {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }
    .footer-scroll-button {
        position: relative;
        padding: 20px 15px;
    }
    .content-hover-1 {
        position: relative;
    }
    .btn-social {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .btn-lang {
        font-size: 16px;
    }
    .menu-openned .a-logo{
        display: none;
    }
}

@media screen and (max-width: 576px){
    .box-nb-chambre .chiffre {
        font-size: 33px;
    }
    .box-nb-chambre {
        width: 85px;
        height: 70px;
        letter-spacing: 0px;
    }
    header.header, header.header .keepscroll{
        height: 195px;
    }
    .titrelow {
        font-size: 35px;
        letter-spacing: 0px;
    }
}

@media screen and (max-width: 480px){
    .the-content {
        padding: 0 10px;
    }
    .contenuSlider .box-contenuslider {
        height: 300px;
    }
    footer.footer .col1,
    footer.footer .col2,
    footer.footer .col3{
        width: 100%;
        border: none;
        padding: 0 15px;
    }
    footer.footer ul li{
        padding: 10px 0;
        font-size: 18px;
    }
    .menu-social {
        margin: 5px;
    }
    .fondaccueil{
        height: 80vh;
        position: relative;
    }
}

@media screen and (max-width: 400px){
    header.header.stickysmall .keepscroll {
        height: 50px;
    }
    .h2 {
        font-size: 39px;
    }
    .a-logo {
        left: 0;
        right: 0;
    }
    .a-logo img{
        margin: auto;
    }
    header.header .btn {
        padding: 10px 20px;
    }
    .box-hamb{
        width: 65px;
    }
    #mainmenu ul.menu li a{
        font-size: 27px;
    }
    #mainmenu.overlay{
        justify-content: left;
        padding-left: 25px;
    }
    .close-message {
        right: 10px;
    }
    #message_important {
        padding-left: 15px;
        padding-right: 38px;
    }
    body.home header.header,
    .box-hamb,
    header.header .btn{
        height: 50px;
    }
    .fondaccueil{
        position: relative;
    }
    @keyframes upanddown {
        0%   {bottom: 10px;}
        50%  {bottom: 20px;}
        100% {bottom: 10px;}
    }
    .box-border {
        padding: 5px;
    }
    .box-border>div {
        border: 5px solid;
        padding: 15px;
    }
    .h1 {
        font-size: 24px;
    }
}