.head{
    background-image: url("A_AB_A45EH_1_0-copie.jpeg") ;
    background-color: #474769;
    background-blend-mode:multiply ;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment:fixed ;
    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;
}
.head h1{
    text-align: center;
    font-size: 70px;
    text-transform: uppercase;
    color: white;
    padding: 40px;
}

.article{
    display: flex;
    margin: 8%;
    justify-content: space-between;
}
.content{
    flex: 1.5;
    margin: 2%;
}
.content h4{
    font-size: 23px;
    color: #FFC23D;
    line-height: 1.6;
}
.content h2{
    font-size: 32px;
    color: #0d0b2d;
    
}
.content p{
    font-size: 20px;
    line-height: 1.6;
}
.content button{
    border: none;
    border-radius: 3%;
    background-color: #FFC23D;
    color: #7A7A7A;
    transition: transform 0.3s;
    line-height: 1.8;
    
}
.content button:hover{
    transform: translateX(6px);
    background-color: #160a63;

}
.ex-img{
    flex: 1;
}
.ex-img img{
     max-width: 100%;
  height: auto;
  display: block;
}
.icon{
    display: flex;
    border: none;
    padding: 20px;
    justify-content: space-between;
    background-color: #2b2b34;
    color: white;
}

.ico i{
    border: 1px solid #FFC23D;
    border-radius: 100%;
    background-color: #FFC23D;
    padding: 16px;
    font-size: 28px;
}
.ico h3{
    text-align: center;
}

.location-wrapper {
  display: flex;        
  align-items: center;    
  gap: 40px;   
  margin: 2%;           
}

.location-text strong{
    color: #FCCA62;
    font-family: Georgia, 'Times New Roman', Times, serif;
    line-height: 1.6;
    font-size: 16px;
}
.location-text {
  flex: 1.5;
}

.location-image {
  flex: 1;
}

.location-image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.btn-machines{
    border: none;
    border-radius: 5px;
    background-color: #FCCA62;
    color: gray;
    cursor: pointer;
    padding: 10px;
    margin: 8px;
    transition: transform 0.3s;
}
.btn-machines:hover{
    transform: translateX(6px);
    background-color: #001a66;
}
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;
  }
}






