body {
    background-color: white;
}

#dListeProduits {
    display: flex;
    flex-wrap: wrap;
    height: 720px;
    overflow-y: hidden;
    margin-bottom: 12px;
}

.produit_case {
    background-color: #fcf7ef;
    border-radius: 6px;
    margin: 6px;
    width: 240px;
    height: 200px;
    padding: 6px;
    cursor: pointer;
}

.produit_photo {
    max-width: 200px;
    max-height: 160px;
    border-radius: 6px;
    mix-blend-mode: multiply;
}

@keyframes zoom {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(2);
    }
}

.zoom {
    transition: transform .4s; /* Animation */
    animation-name: zoom;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes dezoom {
    from {
        transform: scale(2);
    }

    to {
        transform: scale(1);
    }
}

.dezoom {
    transition: transform .4s; /* Animation */
    animation-name: dezoom;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.produit_photo_case {
    display: flex;
    justify-content: center;
    height: 60%;
}

.produit_description {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
    color: chocolate;
    font-size: 12pt;
    padding-left: 6px;
    height: 30%;
    line-height: 20px;
}

.produit_prix {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
    color: goldenrod;
    font-size: 14pt;
    padding-left: 6px;
}

.famille {
    font-size: 10pt;
    cursor: pointer;
    background-color: antiquewhite;
    border-radius: 6px;
    margin-bottom: 3px;
    padding: 3px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
    color: chocolate;
}
#dNavigationFamille {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
    color: chocolate;
    font-size:14pt;
}
.sousfamille {
    font-size: 10pt;
    margin-left: 6px;
    background-color: beige;
    border-radius: 6px;
    margin-bottom: 3px;
    padding: 3px;
    left: 10px;
    position: relative;
    animation-name: apparition;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    display: none;
    cursor: pointer;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
    color: brown;
}
#dNavigationSousFamille {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
    color: brown;
    font-size: 14pt;
}

@keyframes apparition {
    from {
        left: 6px;
        opacity: 0;
        display: none;
    }

    to {
        left: 18px;
        opacity: 1;
        display: block;
    }
}

#iRecherche {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
    color: chocolate;
    font-size: 14pt;
}


.page {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 36pt;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
    color: chocolate;
    font-size: 24pt;
    cursor: pointer;
    margin-right: 12px;
    margin-left: 12px;
    background-color: white;
}
/* webshop_produit */
#imgProduit {
    max-width: 360px;
    margin-top: 120px;
}

#dDescription {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
    color: chocolate;
    font-size: 18pt;
}

#dSku {
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 8pt;
}

#dPTVAC {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
    color: goldenrod;
    font-size: 16pt;
    margin-bottom: 32px;
}

#dUmc {
    font-size: 10pt;
    margin-right: 64px;
    line-height: 30px;
    margin-left: 6px;
    color: goldenrod;
}

#dtauxTva {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 100;
    color: goldenrod;
    font-size: 14pt;
}

.donnees {
    display: flex;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: lightslategray;
    padding-left: 12px;
}

.prearticle {
    width: 120px;
    color: dimgrey;
}

.specification {
    padding-left: 12px;
}

.specification_titre {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
    color: goldenrod;
    font-size: 14pt;
}

.specification_texte {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: lightslategray;
}

#dQuantite {
    margin-bottom: 24px;
    margin-left: 36px;
}

#iQuantite {
    width: 40px;
    border: 0px;
    color: chocolate;
    font-weight: 700;
    font-size: 18pt
}

#dQuantiteMoins {
    border: 1px solid gray;
    background-color: white;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 6px;
    cursor: pointer;
}

#dQuantitePlus {
    border: 1px solid gray;
    background-color: white;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 6px;
    cursor: pointer;
}

#dCaddie {
    border: 1px solid gray;
    border-radius: 6px;
    margin-left: 24px;
    padding: 6px;
    background-color: white;
    cursor: pointer;
}

nav {
    margin-bottom: 165px;
}
#bContinueShopping {
    height: 48px;
    width: 240px;
    border-radius: 24px;
    text-align: center;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
    cursor: pointer;
    color: white;
    background-color: #44a548;
    margin-top:24px;
   
}
#bShowBasket {
    height: 48px;
    width: 240px;
    border-radius: 24px;
    text-align: center;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
    cursor: pointer;
    color: black;
    background-color: darkorange;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
}

/* Rappel Téléphone*/
#dRappel {
    position: absolute;
    bottom: 120px;
    right: 36px;
    height: 48px;
    width: 240px;
    border-radius: 24px;
    text-align: center;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
    cursor: pointer;
    color: white;
    background-color: #44a548;
}

.dRappelFormulaire {
    width: 240px;
    height: 300px;
    border: 1px solid gray;
    position: absolute;
    bottom: -300px;
    right: 36px;
    border-radius: 6px;
    text-align: center;
    
    display: none;
}
.dRappelFormulaire_glisser {
    animation-duration: 5s;
    animation-name: slidein;
    animation-fill-mode: forwards;
    width: 240px;
    height: 300px;
    border: 1px solid gray;
    position: absolute;
    bottom: 800px;
    right: 36px;
    border-radius: 6px;
    text-align: center;
    background-color:antiquewhite;
    box-shadow: 10px 10px 10px lightslategray;
}
@keyframes slidein {
    from {
        bottom:36px;
    }

    to {
        bottom: 360px;
    }

    
}

#dRappelTitre {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
    cursor: pointer;
    color: white;
    background-color: #44a548;
}
    .validation-conseil {
    display: none;
}
.iRappel {
    margin-top:12px;
}
#dRappelEnvoyer {
    background-color:darkorange;
    color:white;
    height:30px;
    width:90%;
    border-radius:12px;
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
    cursor:pointer;
}
/* caddie */
.article_photo {
    max-width: 48px;
    max-height: 48px;
    mix-blend-mode: multiply;
    margin: 6px;
    border-radius: 6px;
}
.article {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
    color: goldenrod;
    font-size: 14pt;
    border-bottom:1px solid lightgray;
}
.quantite {
    width:10%;
    padding:6px;
}
.description {
    width: 80%;
    padding: 6px;
}

#bRecordCoords {
    height: 48px;
    width: 180px;
    border-radius: 24px;
    text-align: center;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-weight: 700;
    cursor: pointer;
    color: white;
    background-color: navy;
    margin-top: 24px;
}

