body{
    background-color: black;
}
.head{
    background-color: black;
    background-size: cover;
   
}

.Accueil{
    display: flex;
    padding: 3% 3%;
   
}
.Accueil h2{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color:#FFC23D ;
 
}
.Accueil label{
 padding-left: 30%;
 color: rgb(255, 255, 255);
}
label a {
color: rgb(255, 255, 255);
transition: transform 0.2s;
cursor: pointer;
text-decoration: none;

}
label a:hover{
    transform: translate;
    color: #FFC23D;
}
.nav-link{
   color:white !important;
   text-transform:uppercase !important;
   padding: 15px !important;
   font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif ;
   transition: transform 0.2s;
   cursor: pointer;
}
.nav-link:hover{
     transform: translate;
    color: #FFC23D !important;
}
button{
    border: none;
    border-radius:5px ;
    background-color: #FFC23D;
    color:#7A7A7A;
     padding: 8px;
    transition: transform 0.3s;
   
}
button:hover{
    transform: translateY(-4px);
    background-color: azure;
}
button a {
    color: #7A7A7A;
    text-transform: uppercase;
    text-decoration: none;
}
img{
    border-radius: 10px;
    
}

.part1{
    display: flex;
    background-color: black;
    padding: 5%;
    align-items: center;
    gap: 30px;
}

.image{
    flex: 1.8;
}

.image img{
    width: 100%;
    height: auto;
    display: block;
}

.content{
    flex: 2;
    color: white;
    padding: 8px;
    line-height: 1.6;
}
.content h2{
    line-height: 1.8;

}
.content h4{
    color: #FFC23D;
}
.explication{
    margin: 8%;
    padding: 15px;
}
.section {
  padding: 80px 0;
}
.exp-1 h4{
    color: #FFC23D;
}
.exp-1{
    text-align: center;
    color: white;
    margin: 2%;
    line-height: 1.8;
}
.exp-2{
    display: flex;
    padding: 5%;
    align-items: center;
    gap: 20px;
}

.image-ctn{
    flex: 1.5;
}

.image-ctn img{
    width: 100%;
    height: auto;
    display: block;
}

.text-ctn{
    flex: 2;
    line-height: 1.8;
}
.image-ctn{
   max-width: 80%;
   height: auto;
   display: block;
}
.exp-2 h3{
    color: #FFC23D;
    line-height: 1.8;
}
.exp-2 strong{
    color: #FFC23D;
}
.exp-2 li{
    color: white;
}
.exp-2 p{
    color: white;
}
.exp-3{
    align-items: center;
    padding: 5%;
}
.exp-3 h3{
    line-height: 1.8;
    color: #FFC23D;
}
.exp-3 strong{
    color: #FFC23D;
}
.exp-3 li{
    color: white;
    line-height: 1.8;
}
.exp-4{
    display: flex;
    gap: 20px;
     padding: 5%;
}
.exp-4 p{
    color: white;
}
.exp-4 h3{
     line-height: 1.8;
    color: #FFC23D;
}
.exp-4 ul{
    flex: 2;
    line-height: 1.8;
}
.exp-4 strong{
color: #FFC23D;
}

.exp-4 li{
    color: white;
    line-height: 1.8;
}
img{
    flex: 1;
}
img{
     max-width: 60%;
   height: 520px;
   display: block;
}

.exp-5{
    display: flex;
     padding: 5%;

}
.image-exp img{
    flex: 1;
}
.image-exp img{
    width: 90%;
    height: auto;
    display: block;
}
.text-exp{
    flex:2;
}


.text-exp h3{
    color: #FFC23D;
    line-height: 1.8;
}
.text-exp strong{
    color: #FFC23D;
}
.text-exp li{
    color: white;
    line-height: 1.8;
}
.text-exp p{
color: white;
}

.exp-6{
    text-align: center;
    padding: 5%;
}
.exp-6 h3{
    color: #FFC23D;
}
.exp-6 p{
    color: white;
}


@media (max-width: 768px){
    .head{
        flex-direction: column;
    }
}
.contact{
    border: none;
    background-color: #f3bc45;
    display: flex;
   justify-content: space-between;
}
.formulaire{
    margin: 5%;
}
.formulaire h3{
    border-bottom: 4px solid #001a66;
    padding: 10px;
    text-transform: uppercase;
    font-family: system-ui;
}
.formulaire input{
    padding: 8px;
    margin: 10px;
}
.formulaire select{
    padding: 10px;
    margin: 10px;
}
.formulaire textarea{
    width: 417px;
    padding: 15px;
    margin: 10px;
}
 .coordonnées {
    margin: 5%;
}
.coordonnées h3{
     border-bottom: 4px solid #001a66;
    padding: 10px ;
    text-transform: uppercase;
    font-family: system-ui;
}
.coordonnées label{
    padding: 4px;

}
@media screen and (max-width: 768px) {

  .contact{
    flex-direction: column;
    padding: 20px 0;
  }

  .formulaire,
  .coordonnées{
    margin: 5% 4%;
  }

  .formulaire h3,
  .coordonnées h3{
    font-size: 18px;
    text-align: center;
  }

  .formulaire input,
  .formulaire select,
  .formulaire textarea{
    width: 100%;
    margin: 8px 0;
    box-sizing: border-box;
  }

  .formulaire textarea{
    height: 120px;
  }

  .coordonnées label{
    display: block;
    padding: 6px 0;
  }
}

footer{
  background:#1f2b45;
  padding:40px ;
  color:#fff;
}


.footer-container{
  width:min(1200px, 92%);
  margin:0 auto;

  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:80px;
}


.footer-brand h2{
  margin:0;
  font-size:34px;
  font-weight:700;
  line-height:1;
}


.footer-col h3{
  margin:0 0 18px;
  font-size:22px;
  font-weight:500;
  color: #FFC23D;
}

.footer-col ul{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:14px;
}

.footer-col a{
  color:#fff;
  text-decoration:none;
  opacity:0.9;
  transition: transform 0.3s;
  cursor: pointer;
}

.footer-col a:hover{
  opacity:1;
  transform: translateY(-4px);
  color: #FFC23D;
 
}
@media (max-width: 900px){
  .footer-container{
    flex-direction:column;
    gap:30px;
  }
  .footer-brand h2{
    font-size:44px;
  }
}
@media (max-width: 768px) {

  .art-1 {
    padding: 12px;
    font-size: 15px;
    line-height: 1.7;
  }

  h1 {
    font-size: 22px;
    line-height: 1.3;
  }

  h2 {
    font-size: 20px;
    margin-top: 25px;
  }

  h3 {
    font-size: 17px;
    margin-top: 20px;
  }

  p {
    font-size: 15px;
    margin-bottom: 14px;
  }
  ul {
    padding-left: 18px;
  }

  ul li {
    font-size: 14.5px;
    margin-bottom: 8px;
  }

  .art-1 img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 12px 0;
  }


}




