@font-face {
    font-family: NimbusRoman;
    src: url("fonts/NimbusRomNo9L-Reg.otf") format("opentype");
}

body{
    margin: 0px;
}

h1{
    
    font-size: 50px;
    font-family: "Jacques Francois", serif;
    color: #3A241F;
    margin: 0px;
}

h2{
    font-size: 40px;
    font-family: "Inika", serif;
    color: #3A241F;
    margin: 0px;
}

h3{
    font-size: 25px;
    font-family: NimbusRoman;
    color: #3A241F;
    margin: 0px;
}

p{
    font-size: 16px;
    font-family: "inter", sans-serif;
    color: #3A241F;
    margin: 0px;
}

button{
    border: 0px;
    cursor: pointer;
}


.header{
    padding-left: calc(1.875vw/2);
    padding-right: calc(1.875vw/2);
    height: 94px;
    display: flex;
    justify-content: space-between;
    color: #3A241F;
    background-color: white;
}

.header button{
    margin: 0px;
    height: 94px;
    margin-left: 0.52vw;
    margin-right: 0.52vw;
    border: none;
    background-color: #EEEAE3;
}
.lang{
    display: flex;
}
.lang img{
    width: 30px;
    
}

.header h3{
    margin: 0px;
    margin-left: 10px;
    margin-right: 10px;
}

.home{
    
    margin-left: 10px;
    margin-right: 10px;
}

.home-body{
    display: flex;
}

.site-body{
    position:relative;
}

.site-body button{
    background-color: #CCAA93;
    width: 330px;
    height: 120px;
    position:absolute;
    bottom:0;
}

.button-holder-center{
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    height: calc(100vh - 96px - 492px);
}



.button-holder-center a{
    width: 330px;
}

.title-page{
    width: 50vw;
    height: calc(100vh - 96px);
    background-color: #EEEAE3;
}

.title-page-text{
    margin-left: 68px;
    margin-top: 64px;
}
.title-page-list{
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 15px;
    margin-top: 62px;

}

.button-bottom{
    height: 120px;
    display: flex;
    justify-content: center;
}

.button-bottom a{
    display: block;
    width: 330px;
}



.page-1-body{
    width: 72vw;
    margin-left: 14vw;
    margin-top: 64px;
}

.center{
    text-align: center;
}

.intro{
    margin-bottom: 60px;
}
.image-half{
    display: flex;
    margin-bottom: 53px;
    justify-content: space-evenly;
}
.image-half h3{
    width: 350px;
    margin-left: 75px;
    margin-top: 40px;
}
.image-text{
    width: 33.8vw;
}

.page-title{
    margin-top: 64px;
    height: 125px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom:44px ;
}
.text-content p{
    width: 800px;
}
.text-content h2{
    margin-bottom: 37px;
}
.text-content{
    margin-bottom: 100px;
}
.page-1-body button{
    margin-top: 30px;
}

.decorative-content{
    position: absolute;
}
.background{
    position: absolute;
    width: 100vw;
}

.video{
    display: flex;
}
.video-content{
    margin-right: 80px;
}

.image-border{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
}
.image-border h3{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.propos{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 150px;
}
.propos h3{
    width: 35vw;
    font-size: 35px;
}

.propos img{
    width: 27vw;
    height: auto;
}


.tarif-boxes{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.tarif-box{
    border: 2px solid #3A241F;
    width: 260px;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: white;
}

.tarif-box a{
    position: relative;
    width: 260px;
    height: 50px;
}
.tarif-box button{
    width: 260px;
    height: 50px;
}

.tarif-box-two{
    display: flex;
}

.tarif-image{
    height: 504px;
}
.tarif-1{
    margin-right: 1.6vw;
}

.tarif-title{
    margin-bottom: 50px;
}

.tarif{
    margin-bottom: 113px;
}

.tarif-desc{
    height: 424px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

.contact-body{
    height: calc(100vh - 96px);
    display: flex;
    overflow: hidden;
}
.contact-info{
    display: flex;
    width: 50vw;
    align-items: center;
    justify-content: center;
}
.contact-box{
    width: 35vw;
}
.quote{
    margin-bottom: 90px;
}
.adress_1{
    margin-bottom: 45px;
}
.phone{
    margin-bottom: 30px;
}
.mail{
    margin-bottom: 30px;
}
.time{
    margin-bottom: 60px;
}
.socials a{
    margin-right: 30px;
}
.socials img{
    width: 35px;
}



.lang_change {
    position: relative; 
}

.lang2 {
    display: none;
    position: absolute; 
    top: 100%;
    left: 0;
    z-index: 10;
}

.lang2.show {
    display: block;
}
#arrow {
    transition: transform 0.3s ease;
}

.arrow-flip {
    transform: rotate(180deg); 
}


.logo{
    width: 40vw;
    margin-left: 5vw;
}
.title-logo{
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1309px) {
    body {
        overflow-x: hidden;
    }
    body::-webkit-scrollbar {
        display: none; 
    }
    body{
        background-image: none !important;
    }
    .image-half h3{
        margin-left: 0px;
    }
    .text-content p{ width: 100%;}
.site-body img:not(.image-border img, .socials img, .video-content) {
    
    display: none;
}
.video-content{
    width: 100%;
    margin-bottom: 50px;
}
.video{
    flex-direction: column;
}
.propos h3{
    width: 100%;
    font-size: 20px;
}
.contact-info{
    width: 100vw;
}
.contact-box{
    width: 80%;
}
.tarif-1{
    margin-bottom: 25px;
}
.tarif-box-two{
    flex-direction: column;
}
.title-page{
    width: 100vw;
}
.title-page button{
    width: 100vw;
}
.title-page-text{
    margin-left: 20px;
}
.quote{
    margin-bottom: 30px;
}
.button-holder-center{
    height: calc(100vh - 96px - 480px);
}
h1{font-size: 40px;}
.button-bottom, .button-bottom a, .button-bottom button{ width: 100%;}
.button-bottom button{
    position: relative;

}
.header{
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    justify-content: start;
    padding: 0px;
    height: auto;
    transition: height 0.3s ease;
}
.header div:not(.lang_change, .lang,.menu_open,.menu){
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.header div:not(.lang, :has(.home)), .header a:not(.lang, :has(.home)),.header button:not(.lang, :has(.home)){
    width: 100vw;
    border-bottom:solid 2px #3A241F;
}
.lang{
    width: 100vw;
    display: flex;
    justify-content: center;
}
.menu{
    
    background-color: #3A241F;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.menu a{
    width: 75px;
}
.open-menu{
    width: 75px;
}
.open-menu img{
    width: 43px
}

.hidden {
    display: none !important;
}
.header {
    background-color: #3A241F;
}
.open-menu{
    display: inline;
}
.header button:not(.menu *){
    width: 100vw;
    margin-left: 0px;
    margin-right: 0px;
}
.open-menu{
    display: inline !important;
}
.button-holder-center, .button-holder-center a{
    width: 100vw;
}
}
.open-menu{
    display: none;
}
