@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Monomakh&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
}
/* section de l'entete */
body{
    font-family: "Roboto" ,sans-serif;
}
header{
    display: flex;
    align-items: center;
    width: 95%;
    justify-content: space-between;
}
.logo-gabon{
    margin-left: 2%;
}
nav ul {
    display: flex;
    gap: 10px;
}
li{
    list-style-type: none;
}
nav ul li a{
    color: black;
    font-weight: bold;
    font-size: 15px;
}
/* section du background */
.p-1{
    font-weight: 700;
    font-size: 46px;
    line-height: 55.67px;
    text-align: center;
    color: white;
}
.option{
    width: 90%;
    height: 25%;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.prix{
    color: red;
    margin: auto;
}
.select-1{
    width: 9%;
    height: 33px;
    color:rgba(9, 103, 53, 1);
    border: 1px solid rgba(9, 103, 53, 1);
    border-radius: 5px;
}
.select-2{
    width:17% ;
    height: 33px;
    color:rgba(9, 103, 53, 1);
    border: 1px solid rgba(9, 103, 53, 1);
    border-radius: 5px;
}
main{
    display: flex;
    flex-direction: column;
}
/* section des input */
.select-3{
    width: 10%;
    height: 33px;
    border-radius: 5px;
}
label{
    margin-left: 4px;
}
.input{
    display: flex;
    gap: 1%;
}
input{
    background-color: transparent;
    border: none;
    outline: none;
    margin: auto;
    margin-left: 4px;
    width: 100%;
}
.div-1{
    border: 1px solid;
    width: 17%;
    height: 45px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}

.div-2{
    border: 1px solid;
    width: 12%;
    height: 45px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
}
.button-R{
    width: 8%;
    height: auto;
    border: none;
    color: white;
    background-color: rgba(9, 103, 53, 1);
    border-radius: 5px;
    cursor: pointer;
}
 .pe{
    font-weight: 200;
    font-size: 7px;
    line-height: 8.47px;
    margin-left: 1.5%;
    margin-bottom: 1%;
 }
 .main1 {
    background-image: url("Rectangle 1.svg"); 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    height: 100vh; 
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.titre {
    background-color: rgba(0, 0, 0, 0.63);
    width: 95%;
    height: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: flex; 
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-top: 13%;
    padding: 5px auto;
}

.option {
    width: 95%;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-top: 0; 
}

.select, .input{
    margin-top: 2%;
    margin-left: 2%;
}
.menu{
    margin-left: 2%;
    margin-top: 7%;
}
.menu a{
    text-decoration: none;
    color: black;
}
.menu a:hover{
    text-decoration: underline;
}
/* section des reservations */
h2{
    text-align: center;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 2.26rem; 
    margin-bottom: 3%;
}
.offres{
    display: flex;
}
.choix{
    display: flex;
    width:95% ;
    height: 60vh;
    justify-content: space-around;
    margin-left: 2%;
    gap: 10px;
}
.div1{
    display: flex;
    flex-direction: column;
    width: 22%;
    height: 100%;
    border-radius: 12px;
    align-items: normal;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.vide{
    display: none;
    flex-direction: column;
    width: 22%;
    height: 100%;
    border-radius: 12px;
    align-items: normal;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.reservation{
    margin: auto;
    width: 95%;
    height: 45px;
    font-size: 15px;
    background-color: rgba(9, 103, 53, 1);
    color: white;
    font-weight: bold;
    border-radius: 5px;
    border: none;
}
.div1 img{
    width: 100%;
    height: auto;
}
h4{
    font-size: 14px;
    margin-left: 3px;
}
.droite1,
.droite{
    margin: 5px;        
    text-align: right;
    font-family: 9px;
}
.droite-color{
    text-align: right;
    font-weight: bold;
    color: green;
    margin: 5px;
    font-size: 14px;
}
.billet{
    margin-left: 5px  ;
}
.avertissement{
    font-weight: 200;
    font-size: 7px;
    line-height: 8.47px;
    margin-left:2%;
    margin-top: 1%;

}

.ligne{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin-left: 2.5%;
    width: 95%;
}
/* section des lignes */
hr{
    display: flex;
    justify-content: center;
    width: 570px;
    height: 1px;
    background-color: rgba(9, 103, 53, 1);
}
.voir{
    display: flex;
    text-align: center;
    font-family: "Roboto", sans-serif;
    color: rgba(9, 103, 53, 1);
    font-size: 12px;
    font-weight: bold;
   
}
.ep--arrow-down-bold {
    display: inline-block;
    width: 30px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='rgba(9, 103, 53, 1)' d='M104.704 338.752a64 64 0 0 1 90.496 0l316.8 316.8l316.8-316.8a64 64 0 0 1 90.496 90.496L557.248 791.296a64 64 0 0 1-90.496 0L104.704 429.248a64 64 0 0 1 0-90.496'/%3E%3C/svg%3E");
  }
  .vector{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .btn{
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  /* section du slogan */
  .groupe10 {
    background-image: url('Rectangle 10.jpg'); 
    background-size: cover;
    background-repeat: no-repeat;
    width: 95%;
    height: 426px;
}
.groupe-img{
    display: flex;
    justify-content: center;
}
.overlay{
    width: 100%;
    height: 100%;
    background-color: rgba(9, 103, 53, 0.46) ;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slogan{
    font-weight: bold;
    font-weight: 700;
    font-size: 46px;
    line-height: 55.67px;
    color: white;
    align-items: center;
    margin-left: 5%;
}
.button3{
    width: 15%;
    height: 13%;
    border-radius: 5px;
    margin-top: 75px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 1);
    color: white;
    font-family:  "Roboto", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 18.15px;
    letter-spacing: 0%;
    text-align: center;
    margin-left: 5%;
    cursor: pointer;
    }
    /* section des icones */
.icon-park-outline--wallet-three {
        display: inline-block;
        width: 44px;
        height: 44px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg fill='none'%3E%3Cpath stroke='rgba(9, 103, 53, 1)' stroke-linejoin='round' stroke-width='4' d='M39 16V9a3 3 0 0 0-3-3H9a3 3 0 0 0-3 3v30a3 3 0 0 0 3 3h27a3 3 0 0 0 3-3v-7'/%3E%3Crect width='20' height='16' x='22' y='16' stroke='rgba(9, 103, 53, 1)' stroke-linejoin='round' stroke-width='4' rx='3'/%3E%3Ccircle r='2' fill='rgba(9, 103, 53, 1)' transform='matrix(0 -1 -1 0 30 24)'/%3E%3C/g%3E%3C/svg%3E");
        margin-left: 10px;
    }
.radix-icons--question-mark-circled {
        display: inline-block;
        width: 47px;
        height: 47px;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15'%3E%3Cpath fill='rgba(9, 103, 53, 1)' fill-rule='evenodd' d='M.877 7.5a6.623 6.623 0 1 1 13.246 0a6.623 6.623 0 0 1-13.246 0M7.5 1.827a5.673 5.673 0 1 0 0 11.346a5.673 5.673 0 0 0 0-11.346m.75 8.673a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-2.2-4.25c0-.678.585-1.325 1.45-1.325s1.45.647 1.45 1.325c0 .491-.27.742-.736 1.025l-.176.104a5 5 0 0 0-.564.36c-.242.188-.524.493-.524.961a.55.55 0 0 0 1.1.004a.4.4 0 0 1 .1-.098c.102-.079.215-.144.366-.232q.116-.067.27-.159c.534-.325 1.264-.861 1.264-1.965c0-1.322-1.115-2.425-2.55-2.425S4.95 4.928 4.95 6.25a.55.55 0 0 0 1.1 0' clip-rule='evenodd'/%3E%3C/svg%3E");
        margin-left: 10px;
    }
    /* section des div superposer */
.section2{
        width: 95%;
        height: 100%;
        display: flex;
        justify-content: center;
        padding: 2px auto;
        margin-top: 5%;
      }
      .logo-article img{
        width: 25%;
        height: 25%;
        margin: auto;
        padding: auto;
        gap: 3%;
      }
      h5{
        width: 100%;
        height: 100%;
        margin: auto;
        font-size: 15px;
        font-weight: 700;
      }
.logo-article{
        display: flex;
        align-items: center;
        width: 50%;
        height: 50%;
        border-width: 1px;
        border-radius: 12px;
        background-color: rgba(255, 255, 255, 1);
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
        margin: auto;
      }
.logo-rectangle{
        width: 95%;
        height: 172px;
      }
 .logo-fly{
        position: relative;
        right: 79px;
        bottom: 3px;
        width: 25px;
        height: 29px;
      }
 .column{
      margin-right: 9%;
      }
 .inter{
        width: 95%;
        font-size:14px ;
        font-weight: 400;
      } 
 .div-contact{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 13px;
        margin: 0 auto;
        font-size: 14px;
      }
.div-option{
        display: flex;
        align-items: center;
        width: 100%;
        height: 10vh;
        gap:10px;
        border-width: 1px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 1);
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      }
      
 .Contact{
        display: flex;
        align-items: center;
        width: 100%;
        height: 10vh;
        gap: 10px;
        border-width: 1px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 1);
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
      }
.div-destinations{
    margin-top: 8%;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    width: 100%;
    height: 100%;
}
.tts{
    display: flex;
    width: 100%;
    height: 100%;
    margin-top: 9%;
    gap: 10px;
}
.doc{
    max-width: 95%;
    max-height: 100%;
    margin: 0 auto;
}
.carte{
    max-height: 100%;
}
.carte img{
    max-width: 100%;
}
.detail{
    width: 50%;
    max-height: 100%;
    font-size: 12px;
    text-align: left;
}
article{
    position:relative;
}
.cover{
    position:absolute;
    top: 0;
    right:-40px;
} 
.cover img{
    width: 93.80%;
    height: 65vh;
    margin: auto;
}
.villes{
    font-weight: bold;
    font-size: 12px;
    line-height: 14.52px;
    letter-spacing: 0%;
    color: rgba(9, 103, 53, 1);
}
.button4{
    width: 33%;
    height: 50px;
    background-color: transparent;
    border: 1px solid rgba(9, 103, 53, 1);
    color: rgba(9, 103, 53, 1);
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;
    margin-left: 25%;
}


/* derniere section  */
.photo{
    display: flex;
    flex-direction: column;
}
.images{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.fly-gabon{
    width: 95%;
    height: 243px;
    margin: auto;
}
.ptrn{
    font-weight: bold;
    font-size: 30px;
    line-height: 36.31px;
    text-align: center;
    margin-bottom: 5%;
}
.images-1{
    display: flex;
    flex-direction: column;
}
.ppt{
   margin: 0 3% 2%;
}
/* section du footer   */
footer{
    display: flex;
    background-color: rgba(9, 103, 53, 1);
    width: 100%;
    height: 100%;
    justify-content: space-between;
    color: white;
    align-items: center;
    font-size: 18px;
}
.footer{
    display: flex;
    gap: 80px;
    margin: 70px;
    align-items: normal;
}
.footer-1 {
    display: flex;
    flex-direction: column;
}
.sign{
    font-size: 14px;
    margin-right: 50px;
    margin-bottom: 75px;

}
 /* section des animation  */
a{  font-size: 15px;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
.button1{
    background-color: rgba(9, 103, 53, 1);
    border-radius: 5px;
    color: white;
    font-weight: bold;
    cursor: pointer;
}
.button1:hover{
    background-color:  rgb(8, 82, 42);
    ;
}
.reservation:hover{
    background-color:rgb(8, 82, 42) ;
    cursor: pointer;
}
.button3:hover{
    background-color: rgba(9, 103, 53, 1);
}
.button4:hover{
    background-color: rgba(9, 103, 53, 1);
    color: white;

}
.footer-1 ul li a {
    color: white;
    font-size: 12px;
}
@media screen and (max-width:800px){
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{width: 100%;
display: flex;
justify-content: center;
flex-direction: column;}

.section2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 2% auto;
    gap: 1%;
}
.titre{
    width: 95%;
    height: auto;
}
select{
    outline: none;
    width: 100%;
}
.select{
    width: 100%;

}
.button-R{
    width: 13%;
    height: auto;
}
input{
    overflow: hidden;
    margin: auto;
    width: 100%;
}
.div-1,
.div-2{
    width: 20%;
    height: 45px;
}
.input{
    display: flex;
    width: 100%;
}
article{
    position:relative;
}
.cover{
    position:absolute;
    width: 99%;
    top: 500px;
    right: 0;
    margin: auto;
} 
.cover img{
    width: 100%;
    height: 65.5vh;
    margin: auto;
}
.ptrn{
    margin-top: 30px;
}
.option{
    width: 95%;
    height: auto;
}
.logo-article{
    display: flex;
    width: 100%;
    margin: auto;
}
.div-contact{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 1.5%;
}
.div-option{
    display: flex;
    width: 100%;
    margin: auto;
}
.Contact{
    display: flex;
    width: 100%;
    margin: auto;
}
.detail{
    display: inline;
    width: 100%;
}
.carte{
    display: flex;
    width: 95%;
}
.choix{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    margin: auto;
}
.div1{
    width: 47%;
    height: 100%;
}
.section2{
    margin: 2% auto;
    gap: 10px;
}

.vide{
    display:flex;
    flex-direction: column;
    width: 47%;
    height: 100%;
    border-radius: 12px;
    align-items: normal;
}
.p-1{
    font-size: 20px;
    text-align: center;
}
.button3{
    width: 30%;
}
.vector{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 40%;
}
.select{
    width: 100%;
}
.select-1{
    width: 20%;
}
.select-2{
    width: 36%;
}
.select-3{
    width: 20.5%;
}
.reservation{
    margin: 8px auto;
    width: 90%;
    height: 7vh;
    font-size: 15px;
    background-color: rgba(9, 103, 53, 1);
    color: white;
    font-weight: bold;
    border-radius: 5px;
    border: none;
}
.images{
    flex-direction: column;
}
.slogan{
    font-weight: bold;
    font-weight: 700;
    font-size: 30px;
    line-height: 55.67px;
    color: white;
    align-items: center;
    margin-left: 5%;
}
@media screen and (max-width:480px) {
    article{
        display: flex;
        flex-direction: column;
    }
    .div1{
        width: 90%;
        height: 100%;
    }
    .reservation{
        margin-bottom: 5px;
    }
}
.detail{
   width: 99%;
   margin: auto;
}
.tts{
    flex-direction: column;
    font-size: 14px;
}
.carte{
    margin: auto;
    width: 99%;
}
.carte img{
    width: 100%;
    margin: auto;
}
footer{
    flex-direction: column;
    height: 40vh;
}
.footer{
    width: 100%;
    padding: 5px auto;
}
.footer-1 ul {
    display: flex;
    flex-wrap: wrap;
}
.footer-1 ul li{
    font-size: 12px;
}
.ser{
    font-size: 15px;
    font-weight: bold;
}
}