/* Code CSS Personnalisé */

/* Import de la police 'Dancing Script' */
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

/* Classe 'hop' pour la page 'Shopping Privé' */
.hop h2{
    text-align: center;
    font-size: 50px;
    color: #3f8577;
    font-family: 'Dancing Script', cursive;
    font-weight: normal;
}
.hop h3{
    text-align: center;
    background: #c0b0a2;
    font-size: 50px;
    font-family: 'Dancing Script', cursive;
    color: #ffffff;
    font-weight: normal;
    height: 65px;
}
.hop h4{
    font-size: 25px;
    color: #c0b0a2;
    font-family: 'Dancing Script', cursive;
}
.hop h5{
    font-size: 30px;
    color: #000000;
    font-weight: bold;
}
.hop h6{
    font-size: 12px;
    color: #000000;
}
.hop hr{
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 3px solid rgba(192,176,162);
    width: 400px;
}

/* Classe 'hop' pour la page mobile 'Shopping Privé' */
@media(max-width: 576px){
    .hop h2{
        text-align: center;
        font-size: 45px!important;
        color: #3f8577;
        font-family: 'Dancing Script', cursive;
        font-weight: normal;
        padding-top: 10px;
    }
    .hop h3{
        text-align: center;
        background: #c0b0a2;
        font-size: 23px;
        font-family: 'Dancing Script', cursive;
        color: #ffffff;
        font-weight: normal;
        height: 55px;
    }
    .hop h4{
        font-size: 25px;
        color: #c0b0a2;
        font-family: 'Dancing Script', cursive;
        text-align: center;
    }
    .hop h5{
        font-size: 22px;
        color: #000000;
        font-weight: bold;
    }
    .hop h6{
        font-size: 12px;
        color: #000000;
    }
    .hop hr{
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 3px solid rgba(192,176,162);
        width: 295px;
    }
}

/* Masque des champs h1 sur la page 'Shopping Privé' */
.cms-id-11 h1{
    display: none;
}

.Menu-Look{
	/*Background-color: #a5b692;*/
	background-color: #f6d9d7;
}

.menu-soldes {
    Background-color: #ffff00;
}

.menu-fraich {
    Background-color: #000;
    color: #000 !important;
}

li.nav-item.menu-soldes >a {
    color: #000!important;
}

li.nav-item.menu-fraich >a {
    color: #fff!important;
}