.overlay {
    visibility: hidden;
    opacity: 0;
    z-index: 4000;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(50, 50, 50, 0.70);
}
.overlay:target {
    -webkit-animation: openpopup 0.5s linear;
    -moz-animation: openpopup 0.5s linear;
    -o-animation: openpopup 0.5s linear;
    animation: openpopup 0.5s linear;
    visibility: visible;
    opacity: 1;
}
.overlay.overlayshow {
    -webkit-animation: openpopup 0.5s linear;
    -moz-animation: openpopup 0.5s linear;
    -o-animation: openpopup 0.5s linear;
    animation: openpopup 0.5s linear;
    visibility: visible;
    opacity: 1;
}
.overlay.target {
    -webkit-animation: openpopup 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
    -moz-animation: openpopup 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
    -o-animation: openpopup 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
    animation: openpopup 0.2s cubic-bezier(0.4, 0.0, 0.2, 1);
    visibility: visible;
    opacity: 1;
}
.commande_detail,
.liste_magasin {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 500px;
    height: 100%;
    padding: 50px;
    background-color: var(--white);
    overflow: auto;
}
.liste_magasin .commande_detail_title p {
    color: var(--primary-normal);
    font-weight: 700;
    font-size: 0.750em;
    text-transform: uppercase;
    margin-top: 15px;
}
.liste_magasin {
    overflow: auto;
}
.commande_detail_title {
    margin-bottom: 60px;
}
.commande_detail_title h5 {
    margin-right: 20px;
    color: var(--primary-normal);
}
.commande_detail .infos_perso {
    margin-top: 10px;
}
.commande_detail h6 {
    margin-top: 40px;
    color: var(--primary-pressed);
}
.close {
    max-width: 20px;
    cursor: pointer;
}
.overlay .commande_detail_title a{
    font-size: 0.75em;
}
.dispo_mag {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--third-light);
}
.dispo_mag div:first-child {
    max-width: calc(100% - 65px);
    margin-right: 20px;
}
.dispo_mag .indispo{
    font-family: var(--primary-font);
    color: var(--third-normal);
}
.cta_panier {
    height: 55px;
    width: 55px;
    border-radius: 190px;
    background-color: var(--white);
    border: 2px solid var(--second-light);
    background-image: url("../img/assets/check-black.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.cta_panier:hover {
    background-color: var(--secondary-normal);
    border: 2px solid var(--secondary-normal);
    cursor: pointer;
    background-image: url("../img/assets/check-white.svg");
}
.cta_panier.active {
    background-color: var(--secondary-normal);
    border: 2px solid var(--secondary-normal);
    cursor: pointer;
    background-image: url("../img/assets/check-white.svg");
}
.informations_perso .label_infos_perso {
    font-size: 0.875em;
    color: var(--secondary-normal);
}
.informations_perso {
    margin-bottom: 40px;
}
.confirm {
    width: 320px;
    height: auto;
    background-color: var(--white);
    height: auto;
    border-radius: var(--secondary-border-radius);
    text-align: center;
}
.confirm p:first-child {
    font-family: var(--primary-font);
    font-weight: 700;
    margin-top: 0px;
    padding: 40px 40px 20px 40px;
}
.confirm p {
    font-size: 0.875em;
    font-family: var(--secondary-font);
    padding: 0px 40px 30px 40px
}
.confirm p.article_title {
    font-size: 1.000em;
}
.confirm_btn {
    width: 100%;
    border-top: 2px solid var(--second-light);
}
.reponse {
    padding: 0px;
    padding-right: 20px;
}
.reponse:first-child {
    border-right: 2px solid var(--second-light);
}
.responsewidth50 {
    width: 50%;
    padding: 0;
}
.responsewidth100{
    width:100%;
}
.responsewidth100:first-child{
    border-right: none;
}
.confirm .reponse p {
    padding: 20px 0px;
}
#panier-vide .reponse a p,
#overlaystock .reponse a p,
#overlaystockconfirmation .reponse a p,
#magasin-different .reponse a p{
    color: var(--secondary-normal);
}
#panier-vide .reponse a p:hover,
#overlaystock .reponse a p:hover,
#overlaystockconfirmation .reponse a p:hover,
#magasin-different .reponse a p:hover{
    color: var(--black);
}
.reponse100:first-child{
    width:100%;
    border-right: 0px;
    padding-right: 0px;
}
.reponse50 {
    width: 50%;
    padding: 0px;
}
.confirm .confirm_btn p{ 
    padding: 20px 0px;
}
#homepage-reprise .confirm p span {
    color: var(--primary-normal);
    font-size: 12px;
}
.dispo_mag div:first-child {
    max-width: calc(100% - 65px);
    margin-right: 20px;
}
.stock_dispo, .stock_indispo {
    margin-top: 10px;
}
.stock_dispo p {
    font-weight: 600;
    font-size: 0.750em;
    font-family: var(--primary-font);
}
.disponible,
.indisponible {
    height: 10px;
    width: 10px;
    border-radius: 190px;
}
.disponible {
    background-color: var(--primary-pressed);
}
.indisponible {
    background-color: var(--error);
}
.dispo_mag h6 {
    margin-top: 0px;
    color: var(--third-dark);
    font-size: 1em;
}
.dispo_mag p {
    font-size: 0.750em;
    margin-right: 15px;
}
#magasins .cta_panier,
#dispo-store .cta_panier,
#more-stock .cta_panier {
    height: 45px;
    width: 45px;
    min-width: 45px;
    border-radius: 190px;
    background-color: var(--white);
    border: 2px solid var(--second-light);
    background-image: url(/assets/img/assets/check-black.svg);
    background-repeat: no-repeat;
    background-position: center;
}
#more-stock .cta_panier:hover,
#dispo-store .cta_panier:hover,
#magasins .cta_panier:hover {
    background-color: var(--secondary-normal);
    border: 2px solid var(--secondary-normal);
    cursor: pointer;
    background-image: url(/assets/img/assets/check-white.svg);
}
#more-stock .cta_panier.btn-actif,
#dispo-store .cta_panier.btn-actif,
#magasins .cta_panier.btn-actif {
    background-color: var(--secondary-normal);
    border: 2px solid var(--secondary-normal);
    cursor: pointer;
    background-image: url(/assets/img/assets/check-white.svg);
}
#magasins .commande_detail_title h5{
    font-size: 1.25em;
}
#magasins .dispo_mag h6 {
    font-size: 1em;
}
#magasins .geolocalisation {
    cursor: pointer;
    border-radius: var(--primary-border-radius);
    background-color: var(--second-light);
    padding: 25px;
    margin: 40px 0px;
    background-image: url(/assets/img/assets/marqueur_geolocalisation.png);
    background-repeat: no-repeat;
    background-position: bottom -5px right -10px;
}
#magasins .geolocalisation p{
    font-family: var(--primary-font);
    font-size: 0.875em;
    color: var(--secondary-normal);
}
#magasins .geolocalisation:hover {
    background-color: var(--white);
    filter: invert(100%);
}
#magasins .geolocalisation:hover p {
    color: var(--black);
}
.cta_panier {
    height: 45px;
    width: 45px;
    background-image: url(/assets/img/menu/commande_black.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
}
.cta_panier:hover {
    background-image: url(/assets/img/menu/commande.svg);
}
.cta_panier.active {
    background-image: url(/assets/img/menu/commande.svg);
}
.overlay .confirm .social {
    padding: 0px 40px 30px 40px; 
} 
.overlay .confirm .social_link {
    height: 50px;
    width: 50px;
    background-color: var(--white);
    border-radius: 190px;
    margin-right: auto;
    margin-left: auto;
    box-shadow: var(--box-shadow);
}
.overlay .confirm .social_link:hover {
    background-color: var(--black);
    cursor: pointer;
}
.overlay .confirm .social_link img {
    height: 25px;
    display: flex;
    justify-content: center;
}
.overlay .confirm .social_facebook {
    background-color: var(--blue-facebook);
}
.overlay .confirm .social_insta {
    background-color: var(--rose-instagram);
}
#overlayconfirm .columns {
    margin: 0;
    padding-right: 0;
}
#overlayconfirm .columns:last-child {
    margin: 0;
}
#overlayconfirm .column {
    padding: 0;
    font-size: 1em;
}
#overlayconfirm .column p {
    font-size: 1em;
}
#overlayconfirm .column.negatif {
    border-right: 2px solid var(--second-light);
}
#overlayconfirm a:hover {
    text-decoration: none;
}
.overlay_magasin_list, 
.overlay_list_boutique p:nth-child(1) {
    margin-bottom: 30px;
}
.overlay_magasin_list h5 {
    margin-right: 20px;
    color: var(--primary-normal);
    font-weight: 500;
    font-size: 1.5rem;
    font-family: var(--primary-font);
}
.overlay_magasin_list h5.store_name {
    color: var(--black);
}
.overlay_magasin_list h5.store_type {
    font-size: 1rem;
}
.overlay_magasin_list p {
    font-size: 0.875em;
    font-weight: 300;
}
.overlay_magasin_list p.mensuality_product_name {
    font-family: var(--primary-font);
    font-weight: 600;
    padding-top: 20px;
}
.mensuality_img_texte{
    border: 1px solid var(--blue);
    border-radius: var(--secondary-border-radius);
}
.list_boutique_apr h3, 
.list_boutique_csaa h3, 
.list_boutique_title h3, 
.overlay_list_boutique h3 {
    font-size: 1.25em;
    color: var(--secondary-normal);
}
.overlay_magasin_list h3 {
    font-weight: 300;
    font-size: 1.25em;
    color: var(--black)
}
.list_boutique_apr h3, 
.list_boutique_csaa h3, 
.list_boutique_title h3 {
    margin-bottom: 10px;
}
.list_boutique_apr p, 
.list_boutique_csaa p, 
.overlay_list_boutique p, 
.overlay_magasin_list p {
    font-size: 0.875em;
    font-weight: 300;
}
.overlay_list_boutique a {
    font-family: var(--secondary-font);
    font-size: 0.875em;
    font-weight: 400;
}
.overlay_list_boutique p .tel {
    font-family: var(--primary-font);
    font-weight: 700;
}
.overlay_list_boutique h4 {
    margin-top: 30px;
    margin-bottom: 5px;
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 0.875em;
    color: var(--black);
}
.overlay_list_boutique strong {
    font-weight: 800;
}
.overlay_list_boutique img {
    background-color: var(--second-light);
    box-shadow: var(--box-shadow);
    border-radius: var(--secondary-border-radius);
}
#mensuality .overlay_list_boutique img{
    background-color: var(--white);
    padding-top: 10px;
    padding-bottom: 10px;
}
.overlay_list_boutique iframe {
    border: 3px solid var(--second-light);
    border-radius: var(--primary-border-radius);
    margin-top: 30px;
    width: 100%;
}
.overlay_list_boutique .boutiqueBtn {
    border-bottom: 1px solid var(--third-light);
    padding-bottom: 10px;
    margin-top: 30px;
    cursor: pointer;
}
.overlay_list_boutique .boutiqueBtn h6 {
    font-family: var(--primary-font);
    font-size: 1.000em;
    font-weight: 500;
    color: var(--third-dark);
    margin-top: 0px;
}
.overlay_list_boutique table {
    margin-top: 10px;
    width: 100%;
    border-top: 2px solid var(--white);
    border-collapse: collapse;
    border-spacing: 0;
}
.overlay_list_boutique table td {
    padding: 0;
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: 0.875em;
    padding-top: 5px;
}
.overlay_list_boutique table td.fw-600 {
    font-weight: 600;
}
.overlay_list_boutique table.horaires th {
    font-family: var(--primary-font);
    font-size: 0.875em;
    font-weight: 400;
    color: var(--black) !important;
    border-radius: 0px;
    padding-top: 10px;
    text-align: left;
}
.overlay_list_boutique .horaires_tableau_less,
.overlay_list_boutique .horaires_tableau_more {
    color: var(--secondary-normal);
    cursor: pointer;
}
.overlay_list_boutique .horaires_tableau_next span {
    color: var(--error);
    font-weight: 700;
}
.overlay_list_boutique .horaires_tableau_next span.primary {
    color: var(--primary-normal);
}
.apropos_infos h5 {
    margin-right: 20px;
    color: var(--primary-normal);
    font-weight: 500;
    font-size: 1.5rem;
    font-family: var(--primary-font);
    line-height: 30px;
    margin-bottom: 25px;
}
.apropos_infos h5 span {
    font-weight: 800;
}
.apropos_infos p {
    font-size: 0.875em;
    font-weight: 300;
    margin-bottom: 50px;
}
.overlay_list_boutique .informations {
    margin: 50px 0px;
}
.overlay_list_boutique .informations img {
    height: 40px;
    margin-bottom: 20px;
}
.overlay_list_boutique .informations p {
    font-weight: 800;
    font-style: italic;
    font-size: 0.875em;
}
/** Model du concours (CGU) **/
.overlay .modale {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 500px;
    height: 100%;
    padding: 50px;
    background-color: var(--white);
    overflow: auto;
}
.overlay .modale .article {
    margin-top: 50px;
}
.overlay .modale p {
    font-family: var(--secondary-font);
    font-weight: 300;
    font-size: 0.875em;
    color: var(--black);
    margin-top: 10px;
}
.overlay .modale p strong {
    margin-top: 20px;
    /* color: var(--fetedesmeres); */
}
.overlay .modale .fermeture {
    position: fixed;
    top: 0px;
    right: 0px;
    max-width: 500px;
    width: 100%;
    height: 110px;
    background-color: var(--white);
    border-bottom: 1px solid var(--second-light);
}
.overlay .modale .fermeture .close p {
    position: fixed;
    top: 50px;
    right: 340px;
    border: 1px solid var(--secondary-normal);
    color: var(--secondary-normal);
    border-radius: 190px;
    margin-bottom: 30px;
    width: 110px;
    padding: 8px 20px;
    text-transform: uppercase;
    text-align: center;
    font-size: 0.750em;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0px;
    cursor: pointer;
}
.overlay .modale .reglement {
    margin-top: 100px;
}
.overlay .modale .reglement h2 {
    margin-top: 0px;
    font-family: var(--primary-font);
    font-weight: 200;
    font-size: 1.375em;
    line-height: 1.2;
    letter-spacing: 2;
    color: var(--fetedesmeres);
}
/*** Overlay Black Friday ***/
#blackfriday {
    overflow: auto;
}
.blackfriday_content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: max(100vh, 600px);
    padding: 30px 0px;
}
.blackfriday_content .closeSelection {
    cursor: pointer;
    text-decoration: none;
    color: var(--white);
    background-color: var(--black-friday-dark);
    padding: 8px 20px;
    border-radius: 190px;
    font-weight: 500;
    font-family: var(--primary-font);
    font-size: 0.75em;
    text-transform: none;
}
.overlay_blackfriday {
    position: relative;
    width: calc(100% - 100px);
    max-width: 600px;
    display: flex;
    background-color: var(--black-friday-dark);
    height: 600px;
    min-height: 600px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url(/assets/img/operation/blackfriday/bforblack.svg);
    background-size: auto 200%;
    background-position: center center;
    text-align: center;
    color: var(--white);
    padding: 0 30px 30px;
    border-radius: 15px;
}
.overlay_bf_titre {
    position: relative;
    top: -100px;
    height: 200%;
    transform: rotate(-2deg);
}
.overlay_bf_titre div {
    background-image: url('/assets/img/operation/blackfriday/blackfriday.svg');
    height: 40px;
    margin-bottom: 10px;
}
.overlay_bf_titre div:nth-child(2n){
    background-position: 50px;
}
.overlay_bf_titre h1 {
    display: none;
    font-family: var(--font-two);
    font-weight: 600;
    color: #292929;
    top: -40px;
    font-size: 5em;
    line-height: 0.75;
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: #C0FCEC;
    transform: rotate(-3deg);
    white-space: nowrap;
}
.overlay_bf_titre h1 span {
    color: #C0FCEC;
}
#blackfriday .commande_detail_title {
    margin-top: 50px;
    margin-bottom: 30px;
}
#blackfriday p {
    font-family: var(--secondary-font);
    font-weight: 300;
    font-size: 0.875em;
}
#blackfriday p strong {
    color: var(--white);
}
#blackfriday p strong:first {
    font-size: 1.25em;
}
#blackfriday a {
    font-family: var(--secondary-font);
    font-size: 0.875em;
}
#blackfriday .list_commande_produits p.mb-20{
    margin-bottom: 20px;
}
#blackfriday .list_commande_produits .price {
    font-weight: 700;
    font-size: 1em;
}
#blackfriday a.cta {
    background-color: var(--primary-normal);
    border-radius: var(--secondary-border-radius);
    width: 100%;
    height: auto;
    cursor: pointer;
}
#blackfriday .cta-content {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1em;
    font-family: var(--primary-font);
    font-weight: 800;
    padding: 15px;
}


/** reduction Eve Weather */
#reduction_eve {
    overflow: auto;
}
.reduction_eve_content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: max(100vh, 600px);
    padding: 30px 0px;
}
@media screen and (max-height: 650px){
    .reduction_eve_content {
        margin: 50px auto;
    }
}
.reduction_eve_content .closeSelection {
    cursor: pointer;
    text-decoration: none;
    color: var(--black);
    background-color: var(--white);
    padding: 8px 20px;
    border-radius: 190px;
    font-weight: 500;
    font-family: var(--primary-font);
    font-size: 0.75em;
    text-transform: none;
}
.overlay_reduction_eve {
    position: relative;
    width: calc(100% - 100px);
    max-width: 600px;
    display: flex;
    background-color: var(--white);
    height: 600px;
    min-height: 600px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: url(/assets/img/webbanner/images/p1_reduction_eve.png);
    background-size: auto 200%;
    background-position: center center;
    text-align: center;
    color: var(--white);
    padding: 0 30px 30px;
    border-radius: 15px;

    justify-content: space-between;
    padding: 50px 30px;
}
.overlay_bf_titre {
    position: relative;
    top: -100px;
    height: 200%;
    transform: rotate(-2deg);
}
.overlay_bf_titre div {
    height: 40px;
    margin-bottom: 10px;
}
.overlay_bf_titre div:nth-child(2n){
    background-position: 50px;
}
.overlay_bf_titre h1 {
    display: none;
    font-family: var(--font-two);
    font-weight: 600;
    color: #292929;
    top: -40px;
    font-size: 5em;
    line-height: 0.75;
    -webkit-text-stroke: 2px;
    -webkit-text-stroke-color: #C0FCEC;
    transform: rotate(-3deg);
    white-space: nowrap;
}
.overlay_bf_titre h1 span {
    color: #C0FCEC;
}
#reduction_eve .commande_detail_title {
    margin-top: 50px;
    margin-bottom: 30px;
}
#reduction_eve p {
    font-family: var(--secondary-font);
    font-weight: 400;
    font-size: 0.875em;
}
#reduction_eve p strong {
    color: var(--white);
}
#reduction_eve p strong:first {
    font-size: 1.25em;
}
#reduction_eve a {
    font-family: var(--secondary-font);
    font-size: 0.875em;
}
#reduction_eve .list_commande_produits p.mb-20{
    margin-bottom: 20px;
}
#reduction_eve .list_commande_produits .price {
    font-weight: 700;
    font-size: 1em;
}
#reduction_eve a.cta {
    background-color: var(--primary-normal);
    border-radius: var(--secondary-border-radius);
    width: 100%;
    height: auto;
    cursor: pointer;
}
#reduction_eve .cta-content {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1em;
    font-family: var(--primary-font);
    font-weight: 800;
    padding: 15px;
}
/** Overlay Bonus Reprise **/
.overlay .commande_detail_title h5.is-black {
    color: var(--black);
}
.tabs_radio_reprise {
    position: relative;
    background-color: var(--grey-apple);
    padding: 5px;
    border-radius: 15px;
    width: 100%;
    margin-bottom: 30px;
}
.tabs_radio_reprise input[type="radio"] {
    display: none;
}
.tabs_radio_reprise label {
    width: 100%;
    padding: 10px 5px;
    color: var(--fourth-light);
    transition: color 0.15s ease-in;
    font-family: var(--secondary-font);
    font-size: 0.875em;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}
.tabs_radio_reprise input[type="radio"]:checked+label {
    color: var(--primary-pressed);
    z-index: 100;
    background-color: var(--white);
    border-radius: 10px;
}
/** Modale Business **/
#business input,
#business textarea,
#business label,
#professionnels input,
#professionnels textarea,
#professionnels label {
    font-family: var(--primary-font);
}
#business label,
#professionnels label {
    color: var(--black);
    font-size: 0.75em;
    font-weight: 400;
    letter-spacing: inherit;
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 22px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
#business input,
#business textarea,
#professionnels input,
#professionnels textarea {
    font-size: 0.875em;
    font-weight: 600;
    padding: 28px 20px 15px 20px;
    display: block;
    max-width: 100%;
    width: 100%;
    border: 1px solid #d2d2d7;
    border-radius: 12px;
    margin-bottom: 20px;
    min-width: 100%;
}
#business input,
#professionnels input {
    max-height: 60px;
}
#business textarea,
#professionnels textarea {
    height: 170px;
}
#business input:focus~label,
#business input:valid~label,
#business input:disabled~label,
#business textarea:focus~label,
#business textarea:valid~label,
#business textarea:disabled~label,
#professionnels input:focus~label,
#professionnels input:valid~label,
#professionnels input:disabled~label,
#professionnels textarea:focus~label,
#professionnels textarea:valid~label,
#professionnels textarea:disabled~label {
    top: 12px;
    font-size: 0.625em;
    color: #48B8B6;
}
#business input:disabled~label,
#business textarea:disabled~label,
#professionnels input:disabled~label,
#professionnels textarea:disabled~label {
    cursor: not-allowed;
}
#business .button,
#professionnels .button {
    background-color: var(--primary-normal);
    border-radius: var(--secondary-border-radius);
    margin-top: 20px;
    padding: 18px 25px;
    cursor: pointer;
    height: auto;
    width: max-content;
}
#business .button p,
#professionnels .button p {
    color: var(--white);
    font-family: var(--primary-font);
    font-weight: 800;
    font-size: 0.875em;
    margin: 0px;
}
#business .button.disabled,
#business .button[disabled],
#business .button:hover,
#professionnels .button.disabled,
#professionnels .button[disabled],
#professionnels .button:hover {
    border-color: transparent;
}
#business .button.disabled,
#business .button[disabled],
#professionnels .button.disabled,
#professionnels .button[disabled] {
    cursor: not-allowed;
}
/*** Responsive ***/
@media screen and (max-width: 800px) {
    .modale {
        position: fixed;
        top: 0px;
        overflow: auto;
        height: 100%;
    }
    .modale a img {
        margin-top: 20px;
    }
    .choix {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 530px) {
    .liste_magasin, 
    .commande_detail {
        width: 100%;
    }
    .overlay .modale {
        width: 100%;
    }
    .overlay .modale .fermeture .close p{
        right: auto;
        left: 50px;
    }
}
@media screen and (max-width: 470px) {
    .overlay .modale {
        padding: 30px;
    }
    .overlay .modale .fermeture .close p {
        left: 30px;
    }
    .overlay_blackfriday {
        width: 100%;
        border-radius: 0;
    }
    .overlay_reduction_eve {
        width: 100%;
        border-radius: 0;
    }
}
@media screen and (max-width: 460px) {
    .tabs_radio_reprise {
        flex-direction: column;
    }
    .tabs_radio_reprise label {
        width: 100%;
    }
}
@media screen and (max-width: 450px) {
    .liste_magasin,
    .commande_detail {
        padding: 30px;
    }
    #magasins .geolocalisation {
        padding: 20px 25px;
        margin-left: -30px;
        width: calc(100% + 60px);
        border-radius: 0px;
        box-shadow: var(--box-shadow);
        background-size: 40px;
        background-position: bottom 10px right 30px;
    }
}