@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
*{
    margin: 0;
    padding: 0;
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;  ;
}

/*===== GOOGLE FONTS =====*/
/*===== VARIABLES CSS =====*/
:root{
    --container-width: 90%;
    --container-bg-height: 80vh;
    --container-height: 70vh;

    /*========== Colors ==========*/
    --first-color: yellow;
    --first-color-alt: #2ECC71;
    --title-color: #393939;
    --text-color: #dde;
    --text-color-light: #ddd;
    --href-color: #fff;
    --body-color: #FBFEFD;
    --container-color: #FFFFFF;
    --first-color-span:rgb(155, 155, 155); 
   
    /*========== Font and typography ==========*/
    --body-font: 'Poppins', sans-serif;
    --biggest-font-size: 4rem;
    --font-titel: 8rem;
    --h2-font-size: 2.5rem;
    --h3-font-size: 1.5;
    --p-font-size: 1.5rem;
    --normal-font-size: .938rem;
    --small-font-size: .813rem;
    --smaller-font-size: .75rem;
    
   


  
    /*========== Font weight ==========*/
    --font-medium: 500;
    --font-semi-bold: 600;
  
    /*========== Margenes And padding  ==========*/
    --mb-1:20px;
    --mb-2: 10px;
    --mb-3: 1.5rem;
    --mb-4: 2rem;
    --mb-5: 2.5rem;
    --mb-6: 3rem;
    
    --container-mr: 5%;

    --pad-1: 2rem;

    --border-radius: 10px;


    /*========== Colmun gap and row-gap  ==========*/
    --cg-1: 4rem;
    --cg-2: 1rem;
    --cg-3: 0.5rem;
    --cg-4: 2rem;
    --cg-5: 2.5rem;
    --cg-6: 3rem;
    
  
    /*========== z index and transition ==========*/
    --z-tooltip: 10;
    --z-fixed: 100;
    --z-fixed-fixed: 1000;
    --o-transition: 0.5s;
  }

  .header{
      background: var(--title-color);
      padding: 10px 0;
  }


  #section-product{
    background-image: url('./images/sven-mieke-MsCgmHuirDo-unsplash.jpg');

  }

  #container-1-product{
    height: 70vh;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.header__product{
    width: 100%;
    margin-top: 0;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.header__product ul{
    gap: 1rem;
}

.header__product ul li a{
    color: var(--title-color);

}

.header__product ul li a:hover{
    color:var(--title-color);

}

.searsh__product{
    margin-bottom: var(--mb-1);
    display: inline-flex;
    display: flex;

    
}

.searsh__product input{
    width: 250px;
    color: var(--title-color);
    border-bottom: 1px solid var(--first-color);
    padding: 10px;

}

.searsh__product h2{
    color: var(--title-color);
    font-size: 20px;
    padding: 10px;
}

.searsh__product i{
    padding: 10px;
    background-color:var(--title-color);
    transition: var(--o-transition);
}

.searsh__product i:hover{
    padding: 10px;
    background-color: white;
    color: var(--title-color);
}

#container-page-product{
    padding-bottom:50px;
    transform: translateY(61px);
}

.menu__product{
    margin-bottom: var(--mb-1);
}
 
.menu__product  ul{
    gap: 1rem;
}

.menu__product  ul li a{
    color:var(--first-color-span) ;
}

.menu__product  ul li a:hover{
     color: var(--title-color);
}

.image__detail__product{
    display: flex;
    flex-wrap: wrap;
    width: 65%;
    margin-right: 20px;
}



.image__product__detail{
   width:100%;
   display: flex;
   flex-wrap: wrap;
}

.image__product__detail h1{
    color: var(--first-color);
    margin-bottom: 10px;
    background-color: var(--title-color);
}

.image__product__detail p{
    color: var(--title-color);
    margin-left: 10px;
}



.detail__product{
    width: 40%;
}

.image__product{
    display: flex;
    width: 55%;
    margin-right: 20px;

}

#menu-sociel-product{
    position: absolute;
    bottom: 0%;
    left: 0%;
    z-index: 1;
    gap: 1rem;
    padding: 5px 10px;
    background-color: var(--title-color);
}

.img__product{
    width: 400px;
    height: 450px;
    position: relative;

}

.img__product img{
    width: 100%;
    height: 100%;
    position: absolute;
}

.images__product ul{
    flex-direction: column;
    margin-right: 5px;
    flex-wrap: wrap;
}

.images__product ul li{
    width: 100px;
    height: 100px;
    position: relative;
    border-bottom: var(--first-color) solid 1px;
    margin-bottom: 2px;

}
.stars{
    margin-bottom: 10px;
}

.stars i{
    color: var(--title-color);
    font-size: 10px;

}

.prix__product{
    display: inline-block;
    padding: 10px 0;
    color: rgb(172, 169, 169);
    
}

.prix__product span{
    padding: 5px;
    margin-right: var(--mb-2);
    background-color: var(--first-color);
    color: var(--title-color);
}
.images__product ul li img{
    position: absolute;
    width: 100%;
    height: 100%;
}

.colores__product{
    margin-top: var(--mb-1);
}

.colores__product ul{
    display: flex;
    gap: 0.5rem;
}

.colores__product ul li{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    padding: 2px;
    transition: var(--o-transition);
    
}

.colores__product ul li:hover{
     transform: scale(1.2);
}

.h2__product{
    color: var(--title-color);
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.colores__product ul li:nth-child(1){
    background-color: red;
}

.colores__product ul li:nth-child(2){
    background-color: black;
}

.colores__product ul li:nth-child(3){
    background-color: blue;
}

.colores__product ul li:nth-child(4){
    background-color: green;
}

.colores__product ul li:nth-child(5){
    background-color: yellow;
}

.colores__product ul li:nth-child(6){
    background-color:darkslategray;
}

.taille__product{
    margin-bottom: var(--mb-2);

}
.taille__product ul{
    display: flex;
    gap: 0.5rem;

}


.taille__product ul li{
    padding: 8px;
    color: var(--title-color);
    transition: var(--o-transition);
    border: 1px solid var(--title-color);
    
}

.taille__product ul li:hover{
    background-color: var(--title-color);
    color: white;
}



.add__product button{
    color: #fff;
    border: 1px solid var(--title-color);
    float: left;
    margin-right: var(--mb-2);
    width: 100%;
    background-color: var(--title-color);
}

.add__product button::before{
    content: 'ADD TO CART';
    color: var(--title-color);
    background-color: #fff;
}

.num__products{
    display: flex;
    margin-bottom: var(--mb-1);
}

.num__products h3{
    color: var(--title-color);
    margin-right: 5px;
}

.num__products h4{
    color:var(--title-color) ;
    background-color: rgb(155, 155, 155);
    padding:  0 10px;
}

.num__products button{
    padding: 5px;
    background-color: #ddd;
}

/*======================= Info Orther ===============*/
.infos__orther{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: max-content;
    margin-top: -350px;
}

.info__orther{
    text-align: center;
    padding: 10px 5px;
    width: 23%;
    box-shadow: 2px 2px 15px rgba(0.2, 0.2, 0.2, 0.2);
}

.info__orther .image__info{
    width: 150px;
    height: 150px;
    position: relative;
    margin: 0 auto;
    
}

.info__orther .image__info img{
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    
    
}

.info__orther h2{
    color: var(--title-color);
    margin-bottom: 10px;
}
/*=================================Section menu slider=====================*/
.menu__slider{
    width: 30%;
}
.menu__lordre__products{
    margin-bottom: var(--mb-1);
    flex-direction: column;
}
.menu__lordre__products li{
    transition: var(--o-transition);
}

.h1__products
{
    padding: 10px 20px;
    background-color: var(--first-color);
    color:var(--title-color);
    
    
}

.tag__product{
    font-size: 7rem;
}



.menu__lordre__products li h2{
    padding: 10px 20px;
    color: white;
    font-size: 1.3rem;
    background-color: var(--title-color);
}

.menu__lordre__products li h2{
    border-bottom: 1px solid rgb(155, 155, 155);
    padding: 10px 20px;
    font-size: 1.5rem;

}

.inputfield{
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    position: relative;
    
  }

.inputfield span{ 
    color: var(--title-color);
    font-size: 1rem;
    padding: 20px 10px;
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    pointer-events: none;
 }

 .inputfield input
{
   width: 100%;
   background-color: #ddd;
   color: var(--title-color);
   outline: none;
   font-size: 1rem;
   padding: 20px 10px;
   transition: all 0.3s ease;
   border: none;
   outline: none;
   resize: none;
 }

.inputfield input:focus~ span,
.inputfield input:valid~ span{
   transform: translateY(-20px);
   font-size: 0.9rem;
 }

 .inputfield .href__icon{
     position: absolute;
     right: 0;
     overflow: hidden;
     top: 50%;
     
     
 }

 .inputfield .href__icon i{
     color: var(--first-color);}
 .inputfield .href__icon {
        position: absolute;
        right: 5%;
        overflow: hidden;
        top: 50%;
        transform: translateY(-50%);
 }

 .inputfield .href__icon .bx__yellow{
     color: var(--title-color);
 }

 .new__products{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    flex-direction: column;
    
    
}


 .new__product{
     width: 48%;
     height: 200px;
     margin: 10px 0;
     overflow: hidden;
     position: relative;
 }

 .menu__new__products{
     display: flex;
     flex-wrap: wrap;
     width: 100%;
     gap: 2%;

 }

 .new__product img{
       width: 100%;
       height: 80%;
       transition: var(--o-transition);
 }

 .new__product img:hover{
    transform: scale(1.1);
}

 .new__product h4{
     position: absolute;
     bottom: 0;
     height: 20%;
     width: 100%;
     background-color: var(--title-color);
     display: grid;
     place-items: center;
     font-size: 1.5rem;
     color: var(--first-color);
 }

 .menu__discounts__products{
     display: flex;
     flex-wrap: wrap;
     gap: 2%;
     justify-content: center;
 }

 .product__discounts h4{
     background-color: var(--first-color-alt);
 }


 .href__view__all{
    position: absolute;
    bottom: -20%;
    height: 20%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
    font-size: 1.5rem;
    color: var(--first-color);
    transition: var(--o-transition);
    background: var(--first-color);
    
    
}

.new__product:hover .href__view__all{
    bottom: 0;
}




.href__view__all button a{
    color: var(--title-color);
}

.href__view__all button a span{
    color: rgb(155, 155, 155);
    font-size: 1rem;
}

.href__view__all button::before{
    display: none;
}

.product__discounts button a{
    font-size: 1.5rem;
}




/*================slider======================*/


.other__products{
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    padding: 10px;
}

.image__other__product{
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.image__other__product img{
    width: 150px;
    height: 150px;
}

.image__other__product h3{
    color: var(--title-color);
}


.href__view__all{
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: -30%;
    display: flex;
    justify-content: center;
    transition: var(--o-transition);
    background: var(--first-color);
    
    
}

.image__other__product:hover .href__view__all{
    bottom: 0%;
}

.href__view__all button{
    width: 100px;
    color: var(--title-color);
}

.href__view__all button a{
    color: var(--title-color);
}

.href__view__all button::before{
   
    display: none;
}
/*================commantair clients======================*/

#section-commanatair-clients{
    background-color: var(--title-color);
}
.tag__commantair{
    padding: 20px 0;

}

.tag__commantair h1{
   color: white;
}

.tag__commantair h1 span{
    font-size: 0.8rem;
    color: #ddd;
}

.commantairs__clients{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.commantair__clients{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 15px 0;
   /* border-bottom: 1px solid var(--title-color);
    border-top: 1px solid var(--title-color);*/
    align-items: center;
    gap: 1rem;    
    border-bottom: 1px solid var(--title-color);
    position: relative;

}

.commantair__clients .images__client{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    height: 100%;
    align-items: flex-end;
}

.images__client img{
    width: 100px;
    height:100px;
    border: 1px solid var(--title-color);

}


.img__client{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    
}

.img__client img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.name__client {
    display: var(--first-color);
    align-items: center;
    flex-direction: column;
    margin-bottom: var(--mb-1);
}

.name__client h3{
    color: var(--title-color);
    font-weight: bold;
}

.name__client h5{
    color:rgb(155, 155, 155);

}

.name__client .stars{
    margin-top: 20px;
}

.name__client .stars .fas{
    font-size: 15px;
    color: var(--first-color);
    font-weight: bold;
}

.commantair__client {
    padding: 20px 20px 10px 20px;
    position: relative;
    width: 50%;
}

.commantair__client p{
    color: var(--title-color);
    margin-top: 10px;
}

.commantair__clients .tempe{
    position: absolute;
    top: 20%;
    right: 0%;

}

.commantair__clients .tempe h5{
    color: var(--title-color);

}

.tag__commantair{
    margin: 20px 0;
    text-align: left;
    width: 100%;

}

.tag__commantair p{
    color: var(--title-color);
    font-size: 4rem;
    font-weight: bold;
}




/*==============================COMMANTAIR CLIENTS===========================*/

/*===============================Orther Products==============================*/

/*==============================PRODUCT======================================*/
#container-page-products{
    padding: 30px 0;
}
.tag__products {
    margin: 20px 0;
}

.tag__products p{
    color: var(--title-color);
    font-size: 4rem;
    font-weight: bold;
}

.name__product h1{
    padding: 10px;
    color: var(--title-color);
    border-bottom: 2px solid var(--first-color);
}

.images__products{
    width: 100%;
    background-color: black;
    padding: 50px 0 50px 0;
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    justify-content: center;
}

.box-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 1rem;
}

.box{
    width: 20%;
    padding: 20px 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: var(--border-radius);
    background-color: white;
}

.box .icons{
    display: grid;
    gap: 1rem;
    z-index: 2;
    position: absolute;
    top: 5%;
    left: -20%;
    transition: var(--o-transition);


}

.box:hover.box .icons{
    left: 5%;
    
}

.box img{
    width: 200px;
    transition: var(--o-transition);
    margin: 20px 0;
    z-index: 1;
}

.box:hover.box img{
    transform: scale(1.2);
}

.box .icons a{
    padding: 5px;
    border-radius: 5px;
    border: 1px solid var(--title-color);
    color: var(--first-color);
    transition: var(--o-transition);

}

.box .icons a:hover{
    color: var(--body-color);
    background-color: var(--title-color);
    

}


.content {
    
    width: 100%;
    text-align: center;
}
.content h3{
    color: var(--title-color);
    margin-bottom: 5px;
}

.content a{
    width: 120px;
    margin:0 auto;
    margin-top: 20px;
    color: var(--title-color);
    border-radius: 5px;
    border: 1px solid ;
}

.content a::before{
    content: 'add to carte';
    color: white;
    background-color: var(--title-color);
}

.content .prise{
    margin-bottom: 10px;
    
}

.content .price{
    color: var(--first-color);
    
}

.content .price span{
    color: var(--title-color);
}

.content .stars i{
    color: var(--first-color);
}

.section__protien{
    background-color:yellow;
}

#container__products{
    padding-bottom: 20px;
}

.section__sporttool{
    background-color: var(--title-color);
}

.view__all{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.view__all button{
    color: var(--title-color);
    border: 1px solid var(--title-color);
}

.view__all button a{
    color: var(--title-color);
}

.view__all button::before{
    color: white;
    content: 'View All';
    background-color: var(--title-color);
}

.input__commantair{
    padding: 30px 0;
}

.input__commantair input{
    padding: 10px 10px;
    background-color: #ddd;
    width: 50%;
    font-size: 18px;
    color: var(--title-color);

}


/*===========================MEdia============================*/

@media (max-width: 1200px){
    .image__detail__product {
        width:100%;
        justify-content: center;
    }

    .menu__slider {
        width: 100%;
        margin-top: var(--mb-1);
    }
    .new__product {
        width: 23.5%;
    }
    #container-page-product {
        padding-bottom: 50px;
        transform: translateY(146px);
    }
}

@media (max-width: 920px){
    .images__product ul {
        flex-direction:row;
        margin-right: 5px;
        display: flex;
        flex-wrap: wrap;
    }
    .images__product{
        order: 2;
    }
    .image__product{
        flex-direction: column;
        
    }
    .images__product ul li{
        border-bottom: none;
        
    }
    #container-page-product {
        padding: 0 0 50px 0;
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }
    .box{
        width: 28%;
    }
}

@media (max-width: 800px){
   
    .menu__new__products {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
    }
    .new__product {
        width: 48%;
        
    }

    .image__detail__product{margin-right: 0;}
    .images__product ul li {
        width: 25%;
        height: 80px;
        position: relative;
        border-right: none;
        /* border-bottom: var(--first-color) solid 1px; */
        margin-bottom: 2px;
    }
    .img__product {
        width: 100%;
        height: 400px;
        position: relative;
    }
    #container-page-products {
        padding: 30px 0;
        margin-top: 20px;
    }

    #container-page-product{
        transform: translateY(112px);

    }
    .image__product{
        width: 70%;
        margin-right: 0;
    }
    .detail__product {
        width: 70%;
    }

    .commantairs__clients {
       width: 100%;
    }
    .commantair__client {
        width: 100%;

    }
    .commantair__clients .images__client{
        height: max-content;
        padding-left: 30px;
    } 
    }
@media (max-width:650px){
    
   .box {
    width: 45%;
   }

   .box-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-gap: 0;
}
.tag__products p {
    color: var(--title-color);
    font-size: 2rem;
    font-weight: bold;
} 
.tag__commantair p {
    color: var(--title-color);
    font-size: 2rem;
    font-weight: bold;
}
}
@media (max-width:580px){
    .image__product {
        flex-direction: column;
        width: 80%;
        margin-right: 0;
    }
    .detail__product {
        width: 80%;
        margin-top: 20px;
    }
    .commantair__clients {
        width: 100%;
        flex-wrap: wrap;
        
    }
    .commantair__client {
        width: 100%;
    }
    .commantair__clients .images__client {
        height: max-content;
        width: 100%;
        justify-content: right;
    }
    .box {
        width: 100%;
    }

    .header__product{
        justify-content: start;
    }
    
    .header__product ul {
         gap: 1rem;
         flex-direction: column;
         margin-left: 10%;
     }
   
}

@media (max-width:370px){
    .new__product {
        width: 100%;
        
    }
    .img__product {
        width: 100%;
        height: 300px;
        position: relative;}
    .image__product {
            flex-direction: column;
            width: 100%;
            margin-right: 0;
        }
    .detail__product {
            width: 100%;
            margin-top: 20px;
        }
        .header__product ul{
            margin-left: 0;
        }
    
    
}

/*===========================MEdia============================*/


