/* global */
* {  box-sizing: border-box;}
a {text-decoration: none; color: unset;}
li {list-style: none;}
a:hover {color: unset;}
.container-fluid {padding: 0;}
.flex-col {display: flex;flex-direction: column;}
.block { width: 100%; padding: 1rem;overflow: hidden;}
.img-ajuster {max-width: 100%;max-height: 100%;}
.invisible { position: absolute;visibility: hidden;top: 0;}

/* navigation barre  */
/* premiere barre de naavigation */

.first-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #BCE0DA;
    position: relative;
    padding: 5px;
}

/* logoo */
.logo {
    width: 50px;
    height: 25px;
    border-radius: 50%;
    margin-left: 1rem;
}

/* second navbar */
.nav-container {
    background-color: #95d7e4;
    padding: 0;
    margin: 0;
}
.collapse-btn {
    z-index: 1;
    padding: 0;
    margin-left: 0.5rem;
    background-color: initial;
    border: unset;
}
.secondnav-nav {
    margin: 0 1rem 0 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
}

.secondnav-item {
    padding: 0.5rem;
    font-family: 'Varela Round', sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;

}
.secondnav-item:hover {
    background-color: #23120B;
    color: #ffff;
    cursor: pointer;
}

.hovering {
    color: #ffff;
    background-color: #23120B;
}

/* troisieme barre de navigation celles des sous-categories */

.dropDownMenu {
    position: absolute;
    z-index: 1;
    background-color: #23120B;
    opacity: 0.99;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    width: 100%;
    padding-top: 1rem;
     

}

.dropDownMenu-item {
    font-family: 'Varela Round', sans-serif;
    display: inline-block;
    color: #ffff;
    margin-bottom: 1rem;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.dropDownMenu-link:hover {
    border-bottom: 3px solid #ffff;
}





/* body body body body body */
/* carousel carousel */


.carousel-inner {
    width: 100%;
}

.carousel-item {
    position: relative;
}

.carousel-image {
    width: 100%;
    height: 480px;
}

.carousel-titre-right{
    color: #3b3a3a;
    font-size: 3rem;
    position: absolute;
    top: 3rem;
    right: 3rem;
    text-transform: uppercase;
    font-family:'Lalezar', cursive ;
}
.carousel-titre-left{
    color: #ffff;
    position: absolute;
    top: 1rem;
    left: 1rem;
    text-transform: uppercase;
    font-size: 3rem;
    font-family:'Lalezar', cursive ;
}
/* intro */
.intro-inner{
    width: 60%;
    height: 200px;
    margin: 1rem auto 2rem;
    padding-top: 2rem;
    display: grid;

   
}
.intro{
    padding-left: 1rem;
    height: 100px;
    width: 100%;
    color: #686865;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: wrap;
}
.vl{
    border-left: 3px solid rgb(218, 216, 216);
}
.intro-btn{
   color: white;
   background-color: #23120B;
   padding: 5px 10px;
   margin-bottom: 1rem;
   -webkit-border-radius:25px;
   -moz-border-radius:25px;
   -ms-border-radius:25px;
   -o-border-radius:25px;
   border-radius:25px;
   justify-self: right;
}


/* separation */
.separation {
    width: 30%;
    margin: 2rem auto;
    border-top: 0;
    border-bottom: 1rem dotted rgb(0, 0, 0);
    background-color: transparent;
}

/* recherche pa activité */


.titre {
    display: inline-block;
    margin: 1rem 2rem;
    border-bottom: 2px solid rgb(60, 43, 43);
    font-family: 'Lalezar', cursive;
    color: #323232ef;
    text-transform: uppercase;
}


#activite-block {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 30px;
    background-color: #BCE0DA
}

.activite {
    margin-bottom: 20px;
    width: 20%;
}

.activite-image {
    border-radius: 20px;
    margin-bottom: 20px;
    height: 12rem;
    margin-bottom: 0.5rem;
}

.activite-btn {
    font-family: 'Lalezar', cursive;
    display: block;
    color: #7e7e7a;
    text-transform: uppercase;
}

.activite-btn:hover {
    box-shadow: 0 0 15px 5px #23120B;
    background-color: #ffff;

}

.red-border {
    border-bottom: 5px solid red;
}

.blue-border {
    border-bottom: 5px solid blue;
}

.green-border {
    border-bottom: 5px solid green;
}

.yellow-border {
    border-bottom: 5px solid yellow;
}

/* nouveau*/
.liste-article-inner{
background-color: #F1F1F1;
display: flex;
justify-content: space-around;
}
#liste-article {
    min-height: 12.5rem;
    width: 75%;
    margin: auto;
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: 25% 25% 25% 25% ;
}

.article {
    padding: 1rem;
    margin: 1rem;
    text-align: center;
    border-radius: 20px;
    background-color: #ffff;
}

.article:hover {
    box-shadow: 0 0 15px 5px rgba(15, 15, 15, 0.1);
}


#article-image {
    margin-bottom: 20px;
    border-radius: 20px;
    max-height: 115px;
}

#article-marque {
    font-size: 0.8rem;
    display: block;
    color: #6d7282;
    font-weight: 500;
    text-transform: uppercase;
}

#article-nom {
    font-size: 0.8rem;
    display: block;
    padding: 0 0.2REM;
    font-weight: 500;
    text-transform: uppercase;
}

#article-ref {
    display: block;
    color: #6d7282;
    font-size: 0.7rem;
}

/* features */
#features-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    text-align: center;
    padding: 1rem;
}

.features {
    width: 20%;
}

.features-icon {
    font-size: 2rem;
    margin-bottom: 10px;
}

.features-title {
    font-family: 'Fjalla One', sans-serif;
    font-size: 1rem;
    font-weight: bold;
}

.features-paragraphe {
    color: #7e7e7a;
}

/* social media */


.social-media-icon {
    margin: 0 10px;
    font-size: 2rem;
}

.fcbk {
    color: rgb(38, 145, 206);
}

.instgrm {
    color: #a13a1e;
}

/* footer */
#footer {
    padding: 0.5rem;
    background-color: #45494f;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.contact {
    position: relative;
    width: 45%;
}

.contact div {
    margin: 15px 0;
}

.icon {
    display: inline;
    background-color: aliceblue;
    border-radius: 50%;
    padding: 5px 10px;
}


.contact iframe {
    border-radius: 30px;
}

.contact span {
    margin-left: 1rem;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

.contact p.map {
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding: 5px;
    color: aliceblue;
    text-align: center;
    background-color: black;
    opacity: 0.9;
    position: absolute;
    bottom: 5px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

/* copyright */
#copyright {
    text-align: center;

}

#copyright p {
    padding: 0;
    margin: 0;
    color: rgb(0, 0, 0);
    font-size: 13px;
}

/* page categorie.html */
.categorie {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    margin: 1rem 1.5rem;
}

.sub-categorie {
    display: flex;
    align-items: center;
    border: 2px solid #00BD56;
    width: 30%;
    height: 100px;
    margin-bottom: 2rem;
}

.subcategorie-icon {
    font-size: 3rem;
    width: 30%;
}

.subcategorie-link {
    padding: 0 5Px;
    font-weight: 600;
    text-transform: uppercase;
}


/* page about us */

.historique,.service {
    margin: auto 2rem;
}

.titre1 {
    width: 70%;
    margin: 1.5rem auto;
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Lalezar', cursive;
    text-transform: uppercase;
    
}

.historique-paragraphe, .service-paragraphe {
    width: 70%;
    margin: auto;
    padding-left: 1rem;
    color: #686865;
    word-spacing: 4px;
}

.mission,
.valeur {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}

.mission-block,
.valeur-block {
    width: 20%;
}

.mission-title,
.valeur-title {
    color: #25a9c7;
    font-size: 1rem;
    font-weight: 600;
}

.mission-icon,
.valeur-icon {
    color: #25a9c7;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.mission-paragraphe,
.valeur-paragraphe {
    font-size: 0.8rem;
}



/* page categorie */
/* page sauvetage /grimpe / plongée */

.main {
    width: 100%;
    position: relative;
}

/* la mise en forme des titre et des block d'article ainsi que l'articles et ces images et nom et marque.. ,
 est en haut dans la page index  */
/* fin de la page activité */

/* page produits  */
/* block represente la main page, il est devisé en 2 block, 1 pr les image et le 2 pour la presentation du produit */
.produits {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
}

/* block des image */

.produits-image {
    width: 50%;
    padding: 0.5rem;
    display: flex;
   justify-content:space-between;
   align-items: center;
}

.produits-image-principale {
    width: 65%;
    padding-left: 1rem;
    text-align: center;
}

#image-principale {
    max-width: 100%;
    max-height: 400px;
}

/* block represent les 3 images secondaire */

.list-image-secondaire {
    width: 30%;
}

.image-secondaire {
    max-height: 100%;
    max-height: 115px;
    display: block;
    margin: 0.5rem auto;
    border: 1px solid rgba(0, 0, 0, 0.225);
    cursor: pointer;

}

/* fin block dees images */

/* block presentation du produit */
.produit-presentation {
    width: 45%;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
    font-family: 'Varela Round', sans-serif;
    text-align: center;
}



#produit-nom,
#produit-marque {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

#produit-marque {
    color: #979393;
}

#produit-ref {
    color: #979393;
    font-size: 0.75rem;
}

/* block de renseignement  */

.renseignement-produit-block {
    
    padding-top: 1rem;
    display: flex;
    justify-content: space-evenly;

}



/* les titres en verts */
.produit-titre-anne,
.produit-titre-pays,
.produit-titre-dimension,
.produit-titre-poids {
    display: block;
    font-family: 'Lalezar', cursive;
    font-size: 1.5rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #00BD56;
    margin-top: 1rem;
}
/* fin block renseignement */
/* fin block presentation du produit */
/* block pour la fiche technique */
/* il est devisé en 2 block, 1 pr la description, le 2 pour les caracteristique */
.fiche-technique {
    padding-left: 2rem;
}

/* les titre de la page  */
.titre2 {
    text-align: center;
    margin: auto;
    color: #3b3a3a;
    text-transform: uppercase;
}

#description {
    padding: 1rem 2rem;
}
.caracteristique{
    padding-right: 1rem;
}
#description,
.caracteristique-item {
    color: #3b3a3a;
    text-transform: capitalize;
    list-style-type: square;
    font-family: 'Ubuntu', sans-serif;
}

/* fin block fiche technique */
/* fin style page product */



/* media queries */
@media(max-width:1000px) {

    .secondnav {
        position: absolute;
        z-index: 1;
        background-color: #23120B;
        width: 100%;
    }

    .secondnav-nav {
        display: inline-block;

    }

    .secondnav-item {
        display: block;
        color: #FFFF;
        font-size: 13px;
        margin-bottom: 0.5rem;
        border: 1px;
        font-size: 0.7rem;
    }

    .dropDownMenu {
        display: inline-block;
        padding-left: 0;
        padding-top: unset;
        width: auto;
    }

    .dropDownMenu-item {

        width: 30%;
        border: 1px;
        font-size: 0.6rem;
        margin-bottom: 0.2rem;

    }

    .carousel-image {
        width: 100%;
        height: 20rem;
    }
    .activite {
        width: 45%;
    }

    .features-paragraphe {
        display: none;
    }

    .contact {
        width: 100%;
    }

    .contact .icon {
        font-size: 1rem;
    }

    .contact span {
        font-size: 0.8rem;
    }
    #liste-article{
        grid-template-columns: 50% 50% ;
    }
    #article-marque {
        font-size: 0.7rem;
    }

    #article-nom {
        font-size: 0.7rem;

    }

    #article-ref {
        font-size: 0.6rem;
    }
    .produits-image{
        display: flex;
        justify-content: space-evenly;
        flex-direction: column-reverse;
    }
    .produits-image-principale{
        width: 80%;
    }
    
    #image-principale {
        max-width: 100%;
    }
    .list-image-secondaire{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
    }
    .image-secondaire {
        max-width: 30%;
        display: inline;
    }

    .sub-categorie {
        height: 75px;
    }

    .subcategorie-link {
        font-size: 0.7rem;
    }

    .subcategorie-icon {
        font-size: 2rem;
    }

}

@media(max-width:600px) {
    .dropDownMenu-item{
        width: 100%;
        padding-left: 1rem;
        text-align: left;
    }
    .carousel-image {
        width: 100%;
        height: auto;
    }
    .carousel-titre-right{
    font-size: 1.8rem;
    top: 5rem;
    right: 0.5rem;
    }
    .carousel-titre-left{
        font-size: 1.8rem;
    }

    .activite {
        width: 80%;
    }

    .btn-activite {
        font-size: 1rem;
    }

    #liste-article {
        
        grid-template-columns: 50% 50% ;
        padding: 0.5rem 1rem;
    }


    #article-marque {
        font-size: 0.5rem;
    }

    #article-nom {
        font-size: 0.5rem;
        margin-bottom: 0.5rem;
    }

    #article-ref {
        font-size: 0.4rem;
    }

    #article-prix {
        font-size: 0.5rem;
        margin-top: 0.5rem;
    }

    #article-taille {
        font-size: 0.5rem;
    }

    .article-couleurs {
        font-size: 0.5rem;
    }

    .sub-categorie {
        height: 50px;
        width: 45%;
    }

    .subcategorie-link {
        font-size: 0.6rem;
    }

    .subcategorie-icon {
        font-size: 1.2rem;
    }

    .features-icon {
        font-size: 1rem;
    }

    .features-title {
        font-size: 0.6rem;
    }

    .social-media-icon {
        font-size: 1.5rem;
    }

    .titre {
        font-size: 1.2rem;

    }

    .produits {
        flex-direction: column;
        padding: 1rem 0;
    }

    .produits-image {
        width: 100%;
    }

    .produit-presentation {
        width: 100%;
    }

    .renseignement-produit-block {
        margin-top: 0;
    }

    #produit-nom,
    #produit-marque {
        font-size: 0.8rem;
    }

    #image-principale {
        max-width: 80%;
        max-height: 400px;
    }

    .image-secondaire {
        max-width: 25%;
    }

    .produit-titre-anne,
    .produit-titre-pays,
    .produit-titre-dimension,
    .produit-titre-poids {
        font-size: 1rem;
        margin-top: 0.5rem;
    }

    #produit-annee,
    #produit-dimension,
    #produit-pays,
    #produit-poids {
        font-size: 0.8rem;
    }

    #description,
    .caracteristique-item {
        font-size: 0.8rem;
    }
    .separation {
        margin: 0.5rem auto;
    }
}