*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
    scroll-behavior: smooth;
}



h2{
    margin-top: 30px;
    text-transform: uppercase;
}

.logo{
    width: 70px;
    height: 8vh;
     }

     .wha{
        position: fixed;
        bottom: 20px;
        right: 20px;
    }
header{
    position: fixed;
    top: 0%;
    left: 0%;
    padding: 20px 10px;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    transition: 0.5s;
    text-transform: uppercase;
}




.ivr{
    position: relative;
    width: 100%;
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(./img/b1.jpg);
    background-size: cover;
}

.ivr .contenu{

    text-align: center;
    
}

.ivr .contenu h2{
    color: #fff;
    font-size: 1.8em; 
    text-transform: uppercase;
}




span{
 color: rgb(255, 145, 0);;
    
}

/*partie produit*/

.titre{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

.produit .contenu{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
    background-color: rgb(255, 145, 0);
    background-size: cover;
}

.produit .contenu .box{
    width: 300px;
    margin: 10px;
    border: 20px solid #fff; 
    box-shadow: 20px 25px 10px rgba(0, 0, 0, 0.8);
}

.produit .contenu .box .imbox{
    position: relative;
    width: 100%;
    height: 300px;
}

.produit .contenu .box .imbox img{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.produit .contenu .dr{
    color: white;
    text-align: center;
}

/*bouton fait ton choix*/
.btn1{
    font-size: 1em;
    color: #fff;
    background-color: rgba(0, 255, 76, 0.566);
    padding: 10px 20px ;
    font-display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    transition: 0.5s;
    margin-left: 10px; 
}


.produit .contenu .box .text{
    text-align: center;
    font-weight: 300px;
    color: #fff;
    text-transform: uppercase;
}

.produit .contenu .box .text h3{
    font-weight: 300;
}



.ivr p{
      font-size: 1.3em;
      color:#fff;      
 }
.sut , p{
    color:#000;
}
.sut{
    text-align:center;
    align-items:center;
}

.copyright{
    padding: 10px 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
    background: rgba(228,222,222,);
    text-align: center;
    margin-top: 15px;
  }
  
  .copyright p:nth-child(1){
      color: #333;
  }
  
  .copyright a{
      color: blue;
      text-decoration: none;
      font-weight: 600;
  } 

  .contact{
    background-image: url(./img/im12.jpg);
    background-size: cover;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.8) ;
    width: 100%;
    background-position: unset;
}

.contacteform{
    padding: 55px 10px; /* 1:emplacement du text 2:forme de la case*/
    background: #fff;
    box-shadow: 5px 15px 50px rgba(0,0,0,0.8);
    max-width: 400px; /*largeur de la case*/
    margin-top: 50px;
    justify-content: center;
    align-items:center;
    margin-left: 38%; /*sa vas deplacé l'élément vers la droite pour le mettre au millieu*/
}

/* pour la position et la marge entre element dans contact*/
.contacteform .inputboite{
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.contacteform h3{
    color: #111;
    font-size: 1.2em;
    margin-bottom: 20px; /* la marge entre texte et les input*/
}

.contacteform .inputboite input,
.contacteform .inputboite textarea{
    width: 100%;
    border: 1px solid #555;
    padding: 10px;
    color: #111;
    outline: none;
    font-size: 16px;
    font-weight: 300;
    resize: none;
}

.contacteform .inputboite input[type="submit"]{
    font-size: 0.9em;
    font-weight: 700;
    color: #fff;
    background-color: maroon;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    outline: none;
    border: none;
    transition: 0.5s;
    max-width: 120px;
    align-items: center;
    justify-content: center;
}

.mailapi{
    position: relative;
    width: 100%;
    min-height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(./img/b3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
   
    
    
    
}
.mailapi, .form{
    width: 500px;
    padding: 6px;
}
.mailapi, input, textarea{
    width: 100%;
    padding: 6px;
    outline: none;
    border: none;
    margin: 6px 0px;
}

    

.mailapi, .form , h1{
    text-transform: uppercase;
    color: white;
    
}
#btn{
    width: 150px;
    padding: 6px;
    cursor: pointer;
    background:rgba(255, 145, 0, 0.756);
    color: white;
}
@media (max-width: 1535px){
    header{
     padding: 15px;
     transition: .2s;
    }
    .icons{
     padding: 0 3%;
     transition: .2s;
    }
    .scroll-down{
     right: 3%;
     transition: .2s;
    }
 
 }
 
 @media (max-width: 1460px){
     section{
         padding: 0 12%;
         transition: .2s;
     }
 }
 
 @media (max-width: 1340px){
     .ivr img{
         width: 100%;
         height: auto;
     }
     .ivr h1{
         font-size: 75px;
         margin: 0 0 30px;
     }
 
     .ivrt h5{
         margin-bottom: 25px;
     }
 }
 
 @media (max-width: 1195px){
     section{
         padding: 0 3%;
         transition: .2s;
             }
              }
 @media (max-width: 990px){
     #menu-icon{
         display: block;
         
     }
 
     
     .navlist{
         position: absolute;
         top: 100%;
         right: -100%;
         width: 300px;
         height: 40vh;
         background-color: rgba(0, 0, 255, 0.44);
         display: flex;
         align-items: center;
         flex-direction: column;
         padding: 50px 20px;
         transition: all .55s ease;
     }
     .navlist a{
         display: block;
         margin: 7px 0;
         margin-left: 0;
     }
     .navlist.open{
         right: 0;
 
     }
 }
 
 @media (max-width: 990px){
     .hero-img img{
         width: 100%;
         height: auto;
     }
 }
 
 
 @media (max-width: 440px){
     .hero-img img{
         width: 100%;
         height: auto;
     }
     .hero-text h1{
         font-size: 30px;
         margin: 0 0 10px;
     }
 
     .hero-text h5{
         margin-bottom: 25px;
     }
 
     .hero-text a{
         font-size: 10px;
     }
     .ivr{
         background-size: 420px  990px;
         background-repeat: no-repeat;
         
         
        

         
 }
 .mailapi{
    background-size: 340px 700px;
 }
 .contacteform{
    margin-left: 0%;
}


 .copyright{
    font-size: 10px;
    margin-top: 15px;
   }

 .ivr p{
      font-size: 1.3em;
      color:#fff;      
 }


 }
 .titre-texte span{
    color: rgb(255, 145, 0);
     font-size: 1.em;
     font-weight: 200px;
     
 
 }
 .titre-texte {
     font-size: 1.5em;
 }
 h3{
     color: #4d9559;
 }
 .btn1{
     font-size: 1em;
     color: #fff;
     background: rgba(0, 255, 76, 0.566);
     padding: 5px 5px ;
     font-display: inline-block;
     margin-top: 20px;
     text-transform: uppercase;
     text-decoration: none;
     letter-spacing: 2px;
     transition: 0.5s;
     margin-left: 10px;
 
 }
 .ivr .contenu{

    text-align: center;
    margin-top: 0px;
}
@media (max-width: 440px){
    .mailapi{
        background-size: 400px 700px;
    }
}


  @media (max-width: 340px){

    p{
      font-size: 1pxem;
    }
    
    .ivr .contenu p{

        text-align: center;
        font-size: 1em;
        
        
    }



    
  }