

.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;
}
.box{
    padding: 5%;
}
.box h3{
    color: #FFC23D;
    font-family: sans-serif;
}
.box h1{
    color: white;
}
.box p{
    color: white;
}

.submit{
    background-color: #7A7A7A;
    color: white;
    border: none;
    border-radius: 3px;
    transition: transform 0.3s;
   margin: 10px;
   border-radius: 5%;

}
.submit a{
    color: white;
   

}

.submit:hover{
    transform: translateY(-6px);
   background-color: #f3bc45;
   color: #7A7A7A;
}


.grid-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 40px;
    align-items: start;
}
.yellow-section{
    background-color: #e4a928;
    border: none;
    padding: 35px;
    border-radius: 6px;
}
.yellow-section h4{
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;

}
.yellow-section h2{
    font-size: 26px;
    margin-bottom: 15px;
  line-height: 1,6;
}
.yellow-section p{
    font-size: 16px;
  line-height: 1,6;
  margin-bottom: 20px;
}
.btn-section {
  background-color: #1f1f1f;
  color: white;
  padding: 12px 22px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}

.btn-section:hover {
  opacity: 0.8;
}
.stats{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.stat-box h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
}

.stat-box p {
  font-size: 15px;
  opacity: 0.7;
}

@media (max-width: 900px) {
  .grid-container {
    grid-template-columns: 1fr;
  }
}

.title{
    margin: 3%;
    font-size: 20px;
    font-family: sans-serif
}



.machines{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
    gap: 20px;
    margin: 5%;
    
}
.box1{
   border: 1px solid #ccc;
   border-bottom: 4px solid #FCCA62;
   padding: 10px;
   text-align: center;
   height: 300px;
   transition: transform 0.5s;
}
.box1:hover{
    transform: scale(1.06);
}
.box1 h4{
   font-size: 18px;
  color: #001a66;        
  margin: 0;;
}
.box1 img{
  max-width: 100%;
  height: 230px;          
  object-fit: contain;   
  display: block;
  margin: 0 auto 10px;
}

.machines .view-btn {
    border: none;
    background-color: #e4a928;
    border-radius: 8px ;
    transition: transform 0.3s;
    cursor: pointer;
    margin: 15%;
    color: #ccc;
  
}
.view-btn:hover{
    transform: translateX(6px);
    background-color: #001a66;
}
.img-info{
    display: flex;
  justify-content: space-between;
}
.img-info .img-1{
    background-image: url("image\ copy\ 11.png");
    background-color: #3c4b90;
    background-blend-mode:multiply ;
    background-repeat: no-repeat;
    background-size: cover; 
    padding: 10%;
    color: #ccc;
}
.img-info .img-2{
    background-image: url("image\ copy\ 10.png");
    background-color: #FCCA62;
    background-blend-mode:multiply ;
    background-repeat: no-repeat;
    background-size: cover; 
    padding: 10%;
    color:#4B4F58;
}
.img-1 h3{
    font-size: 30px;
    padding: 15px;

}
.img-1 p{
    font-size: 20px;
}
.img-2 h3{
    font-size: 30px;
}
.img-2 i{
    font-size: 18px;
    padding: 10px;
}
.location-wrapper {
  display: flex;          
  align-items: center;    
  gap: 40px;   
  margin: 4%;         
}

.location-text strong{
    color: #FCCA62;
}
.location-text {
  flex: 2;
}

.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: 8px;
    margin: 8px;
    transition: transform 0.3s;
}
.btn-machines:hover{
    transform: translateX(6px);
    background-color: #001a66;
}

.conseil-text{
   text-align: center;
    font-family: sans-serif;
}
.conseil-text h3{
    color: #FCCA62;
}
.articles-nacelles {
  padding: 60px 80px;
}

.articles-nacelles h2 {
  font-size: 32px;
  margin-bottom: 30px;
}


.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr)); 
  gap: 30px;
}


.card {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: transform 0.5s;
}


.card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

/* Partie texte */
.card-body {
  border-top: 4px solid #f2b632; 
  padding: 24px 26px 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.card h3 {
  font-size: 20px;
  margin: 0 0 15px;
}

.card p {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
  flex-grow: 1; 
}
.card:hover{
    transform: scale(1.02);
    box-shadow: 2px 2px 2px #7A7A7A;
}


.card-link {
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #1c2940;
}
.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) {

  .articles-nacelles {
    padding: 10px;
  }

  .conseil-text h2,
  .conseil-text h3 {
    text-align: center;
  }

  .cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .card {
    width: 100%;
  }

  .card img {
    width: 100%;
    height: auto;
  }

  .card-body {
    padding: 15px;
    text-align: center;
  }

  .card-body h3 {
    font-size: 16px;
  }

  .card-body p {
    font-size: 14px;
  }

  .card-link {
    display: inline-block;
    margin-top: 10px;
  }
}













