body {
    margin: 0px;
    /*font-family: 'Raleway', sans-serif;*/
}

.textProduits span,
h6,
h5,
h4 {
    /* Cache les balises servant à créer les mots clés dans l'onglet de recherche */
    display: none;
}

/* L'intégralité du style présent avant la ligne 302 sert pour les écrans standards
en 16/9 de 1920 par 1080 */


/* Style du header  */

.header {
    display: grid;
    place-items: center;
    font-family: "soleil", sans-serif;
}

.titre {
    font-weight: bolder;
    font-size: 40px;
    margin-bottom: 20px;
}

.petitItalique {
   font: italic 400 17px/1.294 "Gotham",sans-serif;
   color: #071621;
}

/* STYLE BARRE DE RECHERCHE */

.recherche {
    width: 1120px;
    margin-right: auto;
    margin-left: auto;
}

.recherche input {
    width: 1120px;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 20px;
    border: 1px solid #707070;
    margin-top: 40px;
    margin-bottom: 20px;
}

/* STYLE FILTRES */

.filtreArea {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.filtre {
    text-align: center;
    border-radius: 24px;
    padding: 8px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    min-width: 100px;
    background: transparent;
    border: 1px solid #007461;
    text-decoration: none;
    color: #007461;
    margin-left: 15px;
    margin-right: 15px;
}

.filtreSelect {
    background: #007461;
    color: white;
}

.filtre:hover {
    border: 1px solid transparent;
    background: #007461;
    color: white;
    cursor: pointer;
}

.lienStyle {
    border: none;
    background: transparent;
    text-decoration: underline;
    border: 1px solid transparent;
    color: #007461;
}

.lienStyle:hover {
    background: transparent;
    color: #007461;
}

.nombreOffre {
    text-align: center;
}

.offreActif {
    color: #007461;
    font-size: 30px;
}

/* STYLE DES PARTIES DES CATEGORIES DE PRODUITS */

.productTypePart {
    max-width: 1120px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
}

.productTypePartNoArticle {
    display: none;
}

.titlePart {
    display: flex;
    align-items: center;
}

.titlePart>img {
    height: 40px;
}


.titlePart>img.iconeCarte {
    height: 30px;
}

.titlePart>h2 {
    margin-left: 19px;
}

p {
    font-family: "soleil", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 17px;
}

h2,
h3 {
    font-family: "soleil", sans-serif;
    font-weight: 700;
    font-style: normal;
}

a {
    font-family: "soleil", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
}

.GrilleProduit {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    margin-top: 25px;
    margin-bottom: 25px;
}

/* STYLE DES PRODUITS */

.produit {
    box-shadow: rgba(193, 201, 214, 0.45) 0px 2px 9px 0px;
    transition-duration: 0.25s;
    border-radius: 20px;
    padding-bottom: 64px;
    color: #007461;
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
}

.produit:hover {
    box-shadow: rgb(193 201 214 / 45%) 0px 5px 18px 0px;
    transform: translateY(-1%);
}

.produitClassic {
    padding-bottom: 64px;
}

.produitClassic>.textProduits {
    padding-top: 30px;
}

.produitWithNoClientOption {
    padding-bottom: 110px;
}

.imageProduits {
    height: 120px;
    background: #007461;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}


.imageProduits1 {
    background: url("https://ca-alsacevosges.fr/NPC/boutique-en-ligne/img/prestige.png");
    background-size: cover;
}

.imageProduits2 {
    background: url("https://ca-alsacevosges.fr/NPC/boutique-en-ligne/img/prenium.png");
    background-size: cover;
}

.imageProduits3 {
    background: url("https://ca-alsacevosges.fr/NPC/boutique-en-ligne/img/essentiel.png");
    background-size: cover;
}

.imageProduits4 {
    background: url("https://ca-alsacevosges.fr/NPC/boutique-en-ligne/img/globe-trotteur.png");
    background-size: cover;
}

.imageProduits5 {
    background: url("https://ca-alsacevosges.fr/NPC/boutique-en-ligne/img/eko.png");
    background-size: cover;
}

.textProduits {
    margin-left: 20px;
    margin-right: 20px;
    max-width: 301px;
    color: #000;
}

.calltoActionPart {
    position: absolute;
    bottom: 20px;
}

.calltoActionArea {
    display: flex;
    width: 301px;
    justify-content: space-between;
    margin: 0px 15px 0px 15px;
    margin-bottom: 0px;

}

.calltoAction {
    border-radius: 24px;
    padding: 11px;
    border: 1px solid #007461;
    text-decoration: none;
}

.calltoActionHelp {
    color: #007461;
}

.calltoActionHelp:hover {
    background: #007461;
    color: white;
}

.calltoActionSouscription {
    background: #007461;
    color: white !important;
}

.calltoActionSouscription:hover {
    color: white;
    background-color: #308276;
}

.calltoActionNoClient {
    max-width: 301px;
    margin: 15px 15px 0px 15px;
    font-size: 14px;
    text-align: center;
}

.categorieProduit {
    font-family: "soleil", sans-serif;
    font-weight: 700;
    font-style: normal;
    background: #007461;
    font-weight: bold;
    color: white;
    padding: 5px;
    padding-left: 16px;
    padding-right: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    position: absolute;
    right: 0px;
    width: 100px;
}

/* Cache les balises servant à créer les mots clés dans l'onglet de recherche */

.textProduits span,
h6,
h5,
h4,
{
    display: none;
}


.articleCache {
    display: none;
}

/* Style pour les écrans d'ordinateurs moins large */

@media only screen and (min-width: 818px) and (max-width: 1200px) {
    .GrilleProduit {
        max-width: 744px;
        margin-right: auto;
        margin-left: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
        margin-top: 5px;
        margin-bottom: 25px;
    }

    .productTypePart {
        max-width: 744px;
        margin-right: auto;
        margin-left: auto;
    }

    .titlePart {
        transform: translateX(20px);
    }

    .produit {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    article {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .filtreArea {
        flex-wrap: wrap;
        max-width: 100%;
        justify-content: center;
    }

    .filtre {
        margin: 10px;
        padding: 8px;
        width: auto;
    }

    .recherche {
        width: initial;
    }

    .recherche input {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}

/* Style pour les plus petis écrans d'ordinateurs */

@media only screen and (max-width: 818px) {
    .GrilleProduit {
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 5px;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .productTypePart {
        max-width: 400px;
    }

    .calltoActionArea {
        width: 363px;
    }

    .imageProduits1 {
        background-position: center;
    }

    .imageProduits2 {
        background-position: center;
    }

    .imageProduits3 {
        background-position: center;
    }

    .imageProduits4 {
        background-position: center;
    }

    .imageProduits5 {
        background-position: center;
    }

    .recherche {
        width: initial;
        display: flex;
        justify-content: center;
    }

    .recherche input {
        width: 80%;
        box-sizing: border-box;
        padding: 15px;
        border-radius: 20px;
        border: 1px solid #707070;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .filtreArea {
        width: initial;
        gap: 20px;
    }


    .titlePart {
        width: 90%;
    }

    .imageProduits1 {
        background-position: center center;
    }

}

/* Style pour les téléphones */

@media only screen and (max-width: 460px) {

    .productTypePart {
        max-width: 330px;
    }

    .calltoActionArea {
        width: 303px;
    }

    .titlePart {
        font-size: 14px !important;
        transform: translateY(15px);
    }

    .imageProduits1 {
        background-position: center center;
    }
}



/* Style pour les petits téléphones */

@media only screen and (max-width: 370px) {

    .productTypePart {
        max-width: 290px;
    }

    .calltoActionArea {
        width: 264px;
    }

    .titlePart {
        font-size: 10px !important;
        transform: translateY(20px);
    }

    .imageProduits1 {
        background-position: center center;
    }
}