/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* -------------------  PARAMETRES GENERAUX --------------------  */
img {
    max-width: none !important;
}

.hide {
    display: none;
    transition: display, 0.5s ease;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

/* Footer smaller middle column */
.ast-builder-grid-row-3-equal .ast-builder-grid-row {
    grid-template-columns: 4fr 1fr 4fr;
}


/* ---- main---- */
/* articles */
.container-choixCorps {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    /* margin-top: 5vw; */
    transition: transform 0.3s ease, margin-top 0.3s ease, width 0.3s ease;
}


.titleArticles {
    color: #CDA434;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: absolute;
    z-index: 1;
}

article {
    transition: transform 0.3s ease, height 0.3s ease, width 0.3s ease;
}

.art-nez {
    position: relative;
    background-image: url('images/piercingAuNez.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 10px;
    border-radius: 10px;
    height: 40vh;
    width: 30%;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, height 0.3s ease, width 0.3s ease;
}

.art-bouche {
    position: relative;
    background-image: url('images/piercingLevres.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 10px;
    border-radius: 10px;
    height: 40vh;
    width: 30%;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, height 0.3s ease, width 0.3s ease;
}

.art-oreilles {
    position: relative;
    background-image: url('images/piercing-oreilles.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 10px;
    border-radius: 10px;
    height: 40vh;
    width: 30%;
    display: flex;
    align-items: center;
    transition: transform 0.3s ease, height 0.3s ease, width 0.3s ease;
}

.art-nez::before,
.art-bouche::before,
.art-oreilles::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease;
}

/* Format tablette */
@media screen and (max-width:1025px) and (min-width:768px) {

    .art-nez,
    .art-bouche,
    .art-oreilles {
        height: 20vh !important;
    }
}

/* ----- section essayageVirtuel ------- */

.container-essayageVirtuel {
    margin-top: 4vw;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    transition: opacity 0.5s ease-in-out, display 0.5s ease-in, height 0.5s ease-in;
    height: auto;
}

.container-essayageVirtuel h2 {
    font-size: 30px;
}

.container-essayageVirtuel h3 {
    font-size: 20px;
}

.container-essayageVirtuel span {
    font-size: 17px;
}

@media screen and (max-width:1025px) and (min-width:768px) {
    .container-essayageVirtuel {
        margin-top: 5.5vw;
    }

    .container-essayageVirtuel h2 {
        font-size: 25px;
        padding-bottom: 2vw !important;
    }

    .container-essayageVirtuel h3 {
        font-size: 18px;
    }

    .container-essayageVirtuel span {
        font-size: 14px;
    }
}


.container-corps-modeles {
    position: relative;
}

.container-drop-piercing {
    display: flex;
}

.oreilleIMG {
    max-height: 500px;
}

.container-modele {
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    margin-top: 1vw;
    margin-right: 1vw !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.containerImgModeles {
    display: flex;
    align-items: center;
    max-width: 100%;
    flex-wrap: wrap;
}

.container-all-piercings {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* Formulaire de recherche de piercing  */
.form-search-piercing {
    width: 60%;
    display:flex;
    align-items:center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.container-search-piercing {
    display: flex;
    position: relative;
}

.search-piercing {
    width: auto;
    height: 40px !important;
    font-size: 14px;
    margin-right:0.8vw;
}


/* recherche par catégorie */

.categories-piercing-nez {
    padding: 5px !important;
    font-size:14px;
    width: 30%;
}

.categories-piercing-nez option {
    font-size:14px;
}


/* liste des différents piercings */

.title-container-all-piercings {
    text-align:center;
    margin-top:1vw;
    font-size:20px;

}
.liste-piercings {
    width: 70%;
    display: flex;
    align-items:center;
    justify-content:center;
    margin-top:0.2vw;
}

.container-img-piercing {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right:1.5vw;
    border: 1px solid blue;

}

.tailleImage {
    width: 80px;
    height: 80px;
    /* margin-right: 0.5vw; */
    transform: rotate(0);
    transform-origin: center center;
    user-select: none;
    cursor: pointer;
    transition: width 0.3s ease, height 0.3s ease;
}

/* ----------------- panier produits -------------- */

.container-infos-produit {
    width: 80%;
    margin-left: 0.8vw;
}

.container-infos-produit h3 {
    font-size: 18px;
    margin-top: 1vw;
    margin-bottom: 0.3vw;
}

.container-infos-produit p {
    font-size: 15px;
}

.container-infos-produit span {
    font-size: 17px;
    font-weight: bold;
}

.container-img-panier {
    position: relative;
    width: 80px;
    height: 80px;
    border: 1px dashed #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.5vw;
}

.divImageDraggable {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.8vw;
    width: 100%;
    border: 2px solid;
    border-color: #d9d9d9;
    /* border-radius: 50%; */
    transition: border-color 0.2s ease-in, transform 0.2s ease-in-out;

}

.ImageDraggable {
    position: absolute;
    width: 70px;
    height: 70px;
    opacity: 1;
    transform: rotate(0);
    transform-origin: center center;
    user-select: none;
    transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease-in-out, z-index 0.1s ease-in-out;
    cursor: pointer;
    z-index: 15 !important;
}

.suppImgDraggable {
    position: absolute;
    top: -0.5vw;
    cursor: pointer;
    z-index: 400;
}

.ImageTemporaire {
    position: absolute;
    width: 80px;
    height: 80px;
    opacity: 0.5;
    transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease-in-out;
}

.draggable {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    max-width: 100%;
    height: auto;
    touch-action: none;
}


.img-modeles {
    position: absolute;
}

@media screen and (max-width:1025px) and (min-width:768px) {}

/* ------- message erreur piercing --------- */

.messErreurImgs {
    position: absolute;
    top: -3vw;
    left: 0;
    color: red;
    font-size: 16px;
    font-weight: 500;
    opacity: 0;
    transition: opacity 0.3s ease-in;
}


/* ------- catégories dropzone nez --------- */
.dropzone {
    position: relative;
    object-fit: contain;
    width: 100%;
    display: flex;
    justify-content: center;
}

.dropzone img {
    height: 500px;
}



.zIndexNarines {
    position: absolute;
    z-index: 99;
    object-fit: contain;
    width: auto;
    transition: all 0.15s;
}

.zIndexNarines:hover {
    z-index: 3;
}


.zone1-drop,
.zone2-drop,
.zone3-drop,
.zone4-drop {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 70px;
    width: 70px;
    background-color: transparent;
    /* border: dashed 1px; */
}

.zone1-drop {
    top: 17%;
    right: 44%;
    height: 70px;
    width: 90px;
}

.zone2-drop {
    top: 25vw;
    left: 32%;
}

.zone3-drop {
    top: 25vw;
    right: 35%;
}


.zone4-drop {
    top: 25.5vw;
    left: 43%;
}



.show-div {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    background-color: transparent;
    z-index: 999;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.can--drop:not(.caught--it):not(.can--catch) {
    /*animation: bounce 1.5s ease infinite;*/
    animation: glow 1.5s ease infinite;
}

@keyframes glow {
    50% {
        background: rgba(255, 255, 255, .6);
    }
}

/* @keyframes bounce {
    50% {
        transform:
            scale(.98) translateY(-5%);
    }
} */

@media screen and (max-width:1180px) and (min-width:768px) {

    .dropzone img {
        height: 400px;
    }

    .zone1-drop {
        right: 43.5%;
    }

    .zone2-drop {
        top: 22vw;
        left: 34%;
    }

    .zone3-drop {
        top: 22vw;
        right: 35%;
    }


    .zone4-drop {
        top: 22.5vw;
        left: 43%;
    }
}



/* ------------------------------------------------------ Boutons (reset, remove and hide/view zones)  -------------------------------- */

.container-side-btns {
    transition: all 0.2s ease-in-out;
    z-index: 300 !important;
}

.container-img-side-btn {
    display: flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:30px;
    border-radius: 50%;
    margin-right: 1vw;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.container-img-side-btn:hover {
    background-color: #e9ecef;
}

.txt-side-btns {
   font-size:14px;
   font-weight:400;
   text-decoration: none;
   transition: all 0.2s ease-in-out;
}

.txt-side-btns:hover {
text-decoration: underline;
}

.hideShow-zones {
    display:flex;
    width:100%;
    z-index: 300 !important;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
}


.hideShow-zones img {
    width: 30px !important;
    height: 30px !important;
    cursor: pointer;
}


.remove-piercing {
    display:flex;
    width:100%;
    margin-top: 1vw;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
}

.remove-piercing img {
    width: 30px !important;
    height: 30px !important;
    z-index: 300;
    cursor: pointer;
}

.btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1vw;
}

.container-reset-btn {
    width:100%;
    display: flex;
    align-items: center;
    background-color: #2F4538;
    transform: scale(1);
    color: white;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    border-color:transparent;
    transition: all 0.2s ease-in-out;
}

.container-reset-btn:hover {
    background-color: #CCA333;
}

.container-reset-btn p {
    margin-right: 0.3vw;
}

.reset-btn {
    padding: 5px;
    /* margin-right: 0.5vw; */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    cursor: pointer;
    color: white !important;
}

.reset-btn img {
    width: 30px;
    height: 30px;
}

.container-validate-panier {
    width:100%;
    display: flex;
    align-items: center;
    background-color: #2F4538;
    transform: scale(1);
    color: white;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.container-validate-panier:hover {
    background-color: #CCA333;
}

.container-validate-panier p {
    margin-right: 0.3vw;
}

.validate-panier {
    padding: 5px;
    /* margin-right: 0.5vw; */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    cursor: pointer;
    color: white !important;
    transition: all 0.2s ease-in-out;
}

.validate-panier img {
    width: 30px;
    height: 30px;
}

.remove-btn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    background-color: #2F4538;
    font-size: 15px;
    border-radius: 5px;
    border: transparent;
    height: 50px;
    display: flex;
    align-items: center;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    color: white !important;
}

.remove-btn:hover {
    background-color: #CDA434;
}

.messSuppModele {
    color: red;
    font-size: 16px;
    transition: opacity 0.2s ease-in-out;
}

/*---------------------------------- barre de rotation -------------------------------- */

.bar-rotation {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 10px;
    background-color: #ccc;
    position: relative;
}

.cercle-bar-rotation {
    width: 30px;
    height: 30px;
    background-color: #007bff;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: 0;
    transition: left 0.2s ease;
    cursor: pointer;
}

.titresBarres {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
}


/* ---------- couleurs de peau ---------- */

.container-couleurs-peau {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1vw;

}

.couleursPeauHR {
    width: 90%;
    padding: 1px;
    background-color: black;
    margin-bottom: 1.5vw;
}

.couleurPeau1 {
    border-radius: 50%;
    border: transparent;
    padding: 8px;
    background-color: #FAE6DB;
    width: 25px;
    height: 25px;
    cursor: pointer;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    transition: border 0.3s ease-in-out;
}

.couleurPeau2 {
    border-radius: 50%;
    border: transparent;
    padding: 8px;
    background-color: #CFA891;
    width: 25px;
    height: 25px;
    cursor: pointer;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    transition: border 0.3s ease-in-out;
}

.couleurPeau3 {
    border-radius: 50%;
    border: transparent;
    padding: 8px;
    background-color: #B28170;
    width: 25px;
    height: 25px;
    cursor: pointer;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    transition: border 0.3s ease-in-out;
}

.couleurPeau4 {
    border-radius: 50%;
    border: transparent;
    padding: 8px;
    background-color: #94644C;
    width: 25px;
    height: 25px;
    cursor: pointer;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    transition: border 0.3s ease-in-out;
}

.couleurPeau5 {
    border-radius: 50%;
    border: transparent;
    padding: 8px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    transition: border 0.3s ease-in-out;
}

.couleurPeau6 {
    border-radius: 50%;
    border: transparent;
    padding: 8px;
    background-color: #451C22;
    width: 25px;
    height: 25px;
    cursor: pointer;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    transition: border 0.3s ease-in-out;
}

.couleurPeauSelectionne {
    border: 1px solid #CDA434;
}


@media screen and (max-width:1180px) and (min-width:768px) {
.couleurPeau1 {
        width: 20px;
        height: 20px;
}

.couleurPeau2 {
        width: 20px;
        height: 20px;
}

.couleurPeau3 {
        width: 20px;
        height: 20px;
}

.couleurPeau4 {
        width: 20px;
        height: 20px;
}

.couleurPeau5 {
        width: 20px;
        height: 20px;
}

.couleurPeau6 {
        width: 20px;
        height: 20px;
}

}


/* -------- diametre piercings --------- */
.container-diametres {
    display: flex;
    align-items: center;
}

.diam {
    height: 5vh;
    width: 60%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    border-color: black;
    cursor: pointer;
    transition: border 0.15s ease-in-out;
}


/* --------- footer ---------- */

/* footer {
    margin-top: 10vw;
    text-align: center;
} */