*,
::after,
::before {
    box-sizing: border-box;
}
.menu {
    font-size: 1rem;
}
.select_modale .modale_menu .closeSelection img {
    height: 30px;
}
.is-relative {
    position: relative!important;
}
.is-flex {
    display: flex!important;
}
.is-flex-wrap-wrap {
    flex-wrap: wrap!important;
}
.is-hidden {
    display: none!important;
}
.is-justify-content-flex-end {
    justify-content: flex-end!important;
}
.is-justify-content-center {
    justify-content: center!important;
}
.is-justify-content-space-between {
    justify-content: space-between!important;
}
.is-justify-content-space-around {
    justify-content: space-around!important;
}
.is-align-items-center {
    align-items: center!important;
}
.is-align-items-flex-start {
    align-items: flex-start!important;
}
.overlay .liste_magasin {
    width: 400px;
    height: calc(100% - 100px);
}
.overlay img {
    height: auto;
    max-width: 100%;
}
.overlay .close {
    max-width: 20px;
    cursor: pointer;
}
.overlay .apropos_infos p {
    font-size: 0.875em;
    font-weight: 100;
    margin-bottom: 50px;
    line-height: 1.5;
}
.overlay_list_boutique a {
    text-decoration: none;
}
footer p,
footer a {
    font-weight: 200;
    line-height: 1.5;
}
#storeOverlay img.app {
    max-height: 35px;
    padding: 15px;
}
#menu-overlay .menu-close {
    width: auto;
}
.menu li a,
.menu .menu-dropbtn {
    font-weight: 300;
}
#menu-overlay .menu-overlay-list li {
    padding: 10px 0px;
    font-weight: 300;
}
#menu-overlay .menu-title,
#menu-overlay .menu-overlay-element .menu-overlay-element-sousmenu p:first-child,
#menu-overlay-profil .menu-overlay-element .menu-overlay-element-sousmenu p:first-child {
    font-weight: 200;
}
#menu-overlay .menu-overlay-element .menu-overlay-element-sousmenu a,
#menu-overlay-profil .menu-overlay-element .menu-overlay-element-sousmenu a {
    padding: 7px 0px;
}
#menu-overlay .menu-overlay-element .menu-overlay-element-sousmenu a.menu-sousmenu-text,
#menu-overlay-profil .menu-overlay-element .menu-overlay-element-sousmenu a.menu-sousmenu-text {
    margin-bottom: 15px;
    font-weight: 300;
}
.menu .menu-dropdown-content a span,
#menu-overlay .menu-overlay-element .menu-overlay-element-sousmenu a span,
#menu-overlay-profil .menu-overlay-element .menu-overlay-element-sousmenu a span {
    font-weight: 300;
}
main:not(.is-relative) {
    padding-top: 125px;
}
.magasin {
    height: 45px;
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    -moz-backdrop-filter: blur(30px);
}
.magasin a {
    cursor: pointer;
    text-decoration: none;
    color: var(--white);
    background-color: var(--secondary-normal);
    padding: 8px 20px;
    border-radius: 190px;
    font-weight: 500;
    font-family: var(--primary-font);
    font-size: 0.75em;
    text-transform: none;
}
.fermeture {
    position: fixed;
    height: 80px;
    width: 100%;
    float: right;
    z-index: 10;
}
.fermeture .close {
    background-color: var(--primary-normal);
    cursor: pointer;
    width: 80px;
    max-width: inherit;
}
.fermeture .close img {
    height: 35px;
}
.fermeture:hover .close img,
.fermeture .close:hover img,
.fermeture .close img:hover {
    transform: rotate(-360deg);
    transition: transform 500ms ease-in-out;
}
.cookie {
    max-width: 460px;
}
.cookie .accept{
    font-weight: 300;
}
/** Resonsive **/
@media screen and (max-width: 900px) {
    .magasin {
        display: block;
    }
    .magasin .limit {
        width: calc(100% - 60px);
    }
}
@media screen and (max-width: 830px) {
    #menu-overlay .menu-overlay-element.target {
        width: calc(100% - 100px);
    }
}
@media screen and (max-width: 760px) {
    .fermeture {
        height: 50px;
    }
    .fermeture .close {
        width: 50px;
        height: 50px;
    }
    .fermeture .close img {
        height: 20px;
    }
}
@media screen and (max-width: 530px) {
    .overlay .liste_magasin {
        width: calc(100% - 100px);
        height: calc(100% - 100px);
    }
    .cookie {
        width: calc(100% - 30px);
        max-width: 100%;
    }
}
@media screen and (max-width: 450px) {
    .overlay .liste_magasin {
        width: calc(100% - 60px);
        height: calc(100% - 60px);
    }
    .cookie {
        width: calc(100% - 20px);
    }
}
@media screen and (max-width: 430px) {
    .magasin.price h3 {
        font-size: 0.875em;
    }
    .magasin.price a {
        font-size: 0.625em;
    }
}
@media screen and (max-width: 380px) {
    .magasin.price a {
        font-size: 0.5em;
        padding: 8px 15px;
    }
}