@media (max-height:1300px) {

    #nos-formules,
    #nos-themes,
    #FAQ, #nous {
          height: auto;
    }


}

@media (max-width:1050px) {

    .hidden {
        display: none;
    }
    .navbar-toggler{
        display: block;
    }
    h1 {
        font-size: 50px;
        height: 110px;
    }
    .main-nav{
        left: 0;
    }
}

@media (max-width:600px) {


    #nos-formules,
    #nos-themes,
    #FAQ, #nous{
        height: auto;
    }
    .text-left {
        text-align: right;
    }

    .wrap {
        flex-wrap: wrap;
    }

    .justify-content-between1 {
        justify-content: center;
    }

    .center-text {
        text-align: center;
    }
    .reseau-gauche {
        display: none;
    }
    .toggler-menu{
        position: fixed;
        top: 0;
        bottom: 0;
    }
    .reseau-menu{
        position: fixed;
        left: auto;
        right: 18px;
        transform: translateX(0%);
        top: 16px;
        bottom: auto;
    }

    #reservation{display: none;}

    #headingOne{
        border-radius: 0; 
        background-color: transparent;
    }
    
    #headingOne button{
        color: #f8b597;
    }

    .croix{
        position: absolute;
        top: 19px;
    right: -15px;
    }

    #form-position{
        transform: none;
    }

    .formulaire2, .formulaire{
        height: auto !important;
        position: static;
    }

    .container-formulaire{
        overflow-Y: scroll;
        overflow-x: hidden;
    }

    #container-formules{
        background-color: transparent;
    }
}
