:root{
    --black-color--:#373E40 ;
    --black-color--hover--:#1C1C1C;
    --white-color--:#FEFFFE;
    --white-color--hover--:#EFF2F1;
    --orange--color--:#F77F00;
    --orange--color--hover--:#E18335;
    --blue--color--:#008b89;
    --blue--color--hover--:#005481;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html::-webkit-scrollbar{
    width: 0.5vw;
}
html::-webkit-scrollbar-thumb{
    background: linear-gradient(#a2abb1,#9b9b9b);
    transition: 0.4s;

}
html::-webkit-scrollbar-track{
    background-color: var(--white-color--hover--);
}
html::-webkit-scrollbar-thumb:hover{
    background-color: #1c1c1cc7;
}
nav{
    background: url(/IMAGES/background_main.jpg);
    height:600px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.nav1{
    height: 500px;
    background: url('/IMAGES/tom_photo_4.jpg'); 
    background-position: center;
    background-size: 220vh;
    background-repeat: no-repeat;
}
.nav2{
    height: 500px;
     background: url('/IMAGES/karembe_photo_4.jpg'); 
     background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.nav3{
    height: 500px;
     background: url('/IMAGES/dilou_photo_3.jpg'); 
     background-position: center;
      background-size: 200vh;
}
.nav_container{
    min-height: 100px;
    width: 100%;
}
.nav_content{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 1px 140px;
    height: 140px;

}
.nav_logo img{
    height: 80px;
    width: auto;
}
.nav_content ul{
    display: flex;

}
.nav_content ul li{

    list-style-type: none;
}
.nav_content ul li a{
    color: var(--white-color--);
    font-family: 'Barlow', sans-serif;
    font-size: 19px;
    font-weight:400;
    text-decoration:none;
    transition: 0.5s;
    padding: 20px;
}

.nav_button button{
    padding: 20px 30px;
    color: var(--white-color--);
    font-family: 'Afacad', sans-serif;
    font-size: 17px;
    background: transparent;
    border:1.8px solid var(--white-color--);
    border-radius: 5px;
    padding: 12px 35px;
    transition: 0.4s;
    cursor: pointer;
}
.nav_button button:hover{
    color: var(--blue--color--);
    background: var(--white-color--);
    border: 1.8px solid var(--white-color--);
}

/*MAIN DESIGN*/
.main_container{
    width: 100%;
    margin-top: 65px;
}
.main_content{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.main_title1{
    color: white;
    font-family: 'Permanent Marker';
    line-height: 80px;
    letter-spacing: 02px;
    font-family: 'Montserrat'; 
    font-size:65px; 
    font-weight: 600; 
    margin-top: 40px;
    margin-bottom:20px;
}
.main_title{
    color: white;
    font-family: 'Permanent Marker';
    line-height: 80px;
    letter-spacing: 02px;
    font-family: 'Montserrat'; 
    font-size:85px; 
    font-weight: 600; 
    margin-top: 85px;
    margin-bottom:20px;
}
.main_title span {
    font-size: 90px;
}
/*SECTION DESIGN*/

section{
    background: #f0f0f018;
}
.section_container{
    min-height: 1000px;
    width: 100%;
    margin-bottom: 60px;
}
.section_content{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.section_content_first{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 120px;
}
.section_title{
    font-size: 50px;
    font-family: 'Dosis';
    color: var(--blue--color--);
}
.section_content_second{
    min-height: 400px;
    width: 100%;
    display: flex;
    gap: 70px;
    justify-content: center;
    margin-top: 60px;
}
.section_img {
    width: 500px; 
    height: 400px;
    overflow: hidden;
}

.section_img img {
    width: 100%; 
    height: 100%; 
    transition: transform 0.3s; 
}

.section_img img:hover {
    transform: scale(1.2);
}

.room_div{
    background: var(--white-color--);
    transform: scaleY(1);
}

.section_detail{
    display: flex;
    flex-direction: column;
    margin-top: 25px;
    margin-bottom: 40px;
}
.section_h2{
    font-size: 30px;
    color: var(--blue--color--);
    font-family: 'Dosis', serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.section_paragraphe{
    color: #7e7e7e;
    font-size: 15px;
    font-family: 'Segoe UI', sans-serif;
    margin-top: 20px;
    font-weight: 400;

}
.section_2_paragraphe{
    font-size: 23px;
    color: var(--blue--color--);
    font-family: 'Barlow';
    margin-top: 25px;
    margin-bottom: 40px;
}
.section_2_paragraphe a{
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--blue--color--);
    transition: 0.4s;
}
.section_2_paragraphe a:hover{
    color: var(--blue--color--);
}
.section_button{
    font-size: 15px;
    font-weight: 600;
    background: var(--white-color--);
    border: 1.5px solid var(--black-color--);
    padding: 15px 30px;
    color: var(--black-color--hover--);
    font-family: 'Raleway', sans-serif;
    transition: 0.4s ease-out;
    cursor: pointer;
}
.section_button span{
    cursor: pointer;
    position: relative;
    transition: 0.5s;
}
.section_button span::after{
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}
.section_button:hover span{
    padding-right: 25px;
}
.section_button:hover span::after{
    opacity: 1;
    right: 0;
}
.section_button:hover{
    color: var(--black-color--);
    background: var(--white-color--);
    border: 1.5px solid var(--black-color--);
    border-radius: 3px;
}

.main_title span{
    font-size: 65px;
}
/*SECTION 1 DESIGN*/


.section-1{
    margin-top: 10px;
}
.section-1-container{
    min-height: 600px;
    width: 100%;
}
.secion-1_content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-1_title{
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    color: var(--blue--color--);
    margin-top: 80px;
}
.section-1-frame frame{
    height: 200px;
    width: 500px;
}

/*CONTACT US FORM DESIGN CSS*/
form{
    margin-bottom:50px;
}

.contact-section {
    background-color: var(--blue--color--);
    padding: 40px;
}

.contact-form {
    margin-top: 20px;
    display: flex;
    justify-content: center;

}
.form-group {
    margin-bottom: 15px;
    
}
.form-group input::placeholder{
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-family: 'Segoe UI';
}
.form-group input{
    outline: none;
    padding:15px;
    color: white;
    font-size: 13px;
}
.form-group input:focus{
    color: white;
    font-size: 13px;
}
.form-group input::after{
    color: white;
}
.form-group textarea{
    outline: none;
    font-size: 14px;
    color: white;
    font-family: 'Segoe UI';
}
.form-group textarea::placeholder{
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-family: 'Segoe UI';
}
.form-group textarea:focus{
    color: white;
    font-size: 14px;
}
.form-control {
    width: 600px;
    padding: 10px;
    border: 1px solid #ffffff;
    font-size: 16px;
    box-sizing: border-box;
    background: none;
}
.section-3_title{
    font-size: 50px;
    font-family: 'Dosis', sans-serif;
    color: var(--white-color--);
    margin-top:30px;
    text-align: center;

}
.section_content_third{
    margin-bottom: 30px;
    width: auto;
}

.submit-btn {
    width: 35%;
    padding: 14px;
    color: white;
    border: none;
    cursor: pointer;
    transition: 0.4s;
    font-family: 'Segoe UI';
    font-size: 14px;
    font-weight: 400;
    border: 1px solid white;
    background: none;
}
.submit-btn:hover{
    color: #bebebe;
    border: 1px solid #bebebe;
}
/*********BREADCRUMB*********/
ul.breadcrumb {
    display: flex;
    justify-content: center;
    padding: 10px 0px;
    list-style: none;
    background-color: #eeeeee44;
    font-family: 'Dosis', Tahoma, Geneva, Verdana, sans-serif;
  }
  ul.breadcrumb li {
    display: inline;
    font-size: 13px;
  }
  ul.breadcrumb li+li:before {
    padding: 8px;
    color: rgba(139, 139, 139, 0.459);
    content: "/\00a0";
  }
  ul.breadcrumb li a {
    color: var(--blue--color--);
    text-decoration: none;
  }
  ul.breadcrumb li a:hover {
    color: var(--blue--color--hover--);
  }
.div_card1_license{
    margin-right: 50px;
}
  .room_desc_container{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .room_image img{
    width: 650px;
    border-radius: 10px;
    border: 1px solid #00548148;
  }
  .section1_content {
    display: flex;
    flex-direction: column;
    margin-top: 150px;
}
.section1_content span{
    font-weight: 700;
    color: #838383;
    font-family: 'Poppins', sans-serif;
}
.section1_content h3{
    color: var(--blue--color--);
    font-family: 'Segoe UI', sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 35px;
    align-items: center;
}
.title_page{
    color: var(--blue--color--);
    font-family: 'Segoe UI', sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin-top: 60px;
    text-transform: uppercase;
    line-height: 35px;
    align-items: center;
}


.section1 ,p{
    line-height: 25px;
    color: #797979;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins';
  }
  .section1 ,li{
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    list-style: circle;
    line-height: 26px;
  }
  
  .section1_tarifs span{
    font-weight: 700;
    color: #666666;
    font-family: 'Poppins', sans-serif;
  }

  .section_loc_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content:center;
  }
  .map_container iframe{
    border: 1px solid #24242436;
    margin-bottom: 80px;
  }

  .section2{
    background: #f2f2f233;
    height: 500px;
    margin-top: 130px;
}
.section2_container{
    margin-left: 245px;
}
.section2 h2{
    padding-top: 70px;
}
.section2 p{
    color: #666666;
    font-weight: 400;
    font-family: 'Poppins';
    font-size: 15px;

}
.section2 .text_section2{
    line-height: 35px;
}
.section2 span{
    font-weight: 700;
    color: #666666;
    font-family: 'Poppins';
  }
.section2 a{
    text-decoration: none;
    color: #33333396;
    font-weight: 500;
    border-bottom: 1px solid #33333396;
}

.div_card1_license{
    margin-top: 130px;
    margin-bottom:70px ;
    margin-right: 110px;
}
  .ins_container {
    min-height: 60px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFF9F2;
  }
  .container_element {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .element1 {
    width: 650px;
    height: 520px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid rgb(201, 201, 201);
    border-radius: 5px;
  }
  .container1_element {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 25px;
    margin-top: 25px;
    border: 1px solid rgba(173, 173, 173, 0.644);
    border-radius: 15px;
    padding: 20px;
    
  }
  .container2_element{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 25px;
    margin-top: 25px;
    border: 1px solid rgba(173, 173, 173, 0.644);
    border-radius: 15px;
    padding: 20px;
  }
  .little_title{
    font-size: 45px;
  }
  .big_title{
    font-size: 100px;
  }
  .element2 img,
  .element3 img,
  .element4 img,
  .element5 img,
  .element6 img,
  .element7 img,
  .element8 img{
    width: 100px;
    height: 120px;
    background: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    border-radius: 3px;
  }
  .container_card{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

  }
  .burger_menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.burger_menu span {
    height: 3px;
    width: 35px;
    background: white;
    margin: 4px;
    transition: 0.4s;
}

.close_menu {
    display: none;
    position: fixed;
    top: 33px;
    right: 48px;
    font-size: 65px;
    color: white;
    cursor: pointer;
    z-index: 1001;
}
@media screen and (max-width:1440px){
    .section_img{
        width: 380px;
        height: 290px;
    }
    .section_container{
        margin-bottom: 0px;
    }
    .section_container{
        min-height: 750px;
    }
    .nav_content{
        padding: 1px 100px;
    }
    .element1{
        width: 600px;
        height: 470px;
    }
    .element2 img, .element3 img, .element4 img, .element5 img, .element6 img{
        width: 75px;
        height: 75px;
    }
    .section1_content h3{
        font-size: 25px;
    }
    .section1, p{
        font-size: 13px;
        width:100%;
    }
    .section1, li{
        font-size: 13px;
    }
    .section1_content{
        margin-top: 130px;
    }
    .section-3_title{margin-top: 120px;
    }
    .map_container iframe{
        width: 1000px;
    }
}
@media screen and (max-width: 400px) {
    #navLinks {
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #008b89;
        z-index: 1000;
    }
    
    #navLinks li {
        margin: 20px 0;
    }
    
    #navLinks li a {
        color: white;
        font-size: 24px;
    }
    form{
        width: 300px;
    }
    .section_content_second{
        width: 300px;
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin-top: 0px;
    }
    .section_img{
        width: 300px;
        height: 200px;
    }
    .section_1 {
        margin-top: 40px;
    }
    .section_detail{
        margin-bottom: 0px;
    }
    .room_div{
        width: 300px;
    }

    #navLinks{
        display: none;
    }
    .form-control{
        width: 300px;
    }
    .submit-btn{
        width: 100%;
    }
    .burger_menu{
        display: flex;
        margin-right: 35px;
    }
    .nav_content{
        align-items: center;
        padding: 0px;
        justify-content: space-evenly;
        
    }
    .nav_logo img{
        height: 70px;
        margin-right:50px ;
    }
    .main_container{
        margin-top: 40px;
    }
    .main_title{
        line-height: 65px;
        margin-bottom: 50px;
    }
    .little_title{
    font-size: 25px;
    }
    .big_title{
        font-size: 65px;
    }
    nav{
        height: 480px;
    }
    .nav1{
        height: 400px;
    }
    .section_content_first{
        margin-top: 60px;
        align-items: center;
    }
    .section_title{
        text-align: center;
        margin-bottom: 10px;
    }
    .section_paragraphe{
        font-size: 15px;
    }
    .room_desc_container{
        display: flex;
        flex-direction: column;
    }
    .map_container iframe{
        width: 300px;
        height: 350px;
    }
    .nav_content ul{
        display: none;
    }
    .main_content svg{
        width: 300px;
        margin-top: 20px;
    }
    .element1{
        height: 300px;
        width: 350px;
    }
    .container1_element{
        gap: 10px;
        padding: 13px;
    }
    .container2_element{
        padding: 12px;
        gap: 10px;
    }
    .container_element{
        align-items: center;
        margin-left: 112px;
    }
    .element2 img, .element3 img, .element4 img, .element5 img, .element6 img{
        width: 65px;
        height: 65px;
    }
    .div_card1_license{
        margin-top: 80px;
    }
    .section1_content{
        margin-top: 10px;
    }
    .section1_content h3{
        font-size: 25px;
        margin-left: 19px;
    }
    .section1_content p{
        font-size: 13px;
        width: 90%;
        margin-left: 20px;
    }
    .section1_content ul li{
        font-size: 13px;
        width: 86%;
        margin-left: 36px;
    }
    .main_title{
        font-size: 60px;
        margin-top: 45px;
        margin-bottom: 0px;
    }
    .main_title1{
        margin-bottom: 50px;
        margin-top: -20px;
        line-height: 70px;
    }
    .section2_title {
        margin-left: 20px;
    }
    .section-3_title{
        margin-top: 30px;
    }
    .section_loc{
        margin-top: 50px;
    }
}
