footer{
    background-color: rgb(var(--dark));
    min-height: 400px;
    color: #FFF;
    padding: 5vh 0;
    z-index: 1;
    position: relative;
    padding-bottom: 10vh;
}

hr{
    width: 100%;
    background-color: #FFF;
    height: 1px;
    margin: 30px 0;
    opacity: .2;
}

footer .logo{
    height: 50px;
    width: 150px;
}
.footer-widget * {
    margin-bottom: 0px;
    margin-top: 0px;
}
.footer-widget hr{
    width: 100%!important;
    background-color: #FFF!important;
    height: 1px!important;
    margin: 30px 0!important;
    opacity: .2!important;
}
.site-description{
    display: flex;
    justify-content: space-between;
}

.tagline{
    text-transform: uppercase;
    font-size: 1.7em;
    -webkit-text-stroke: unset;
    color: rgb(var(--white))!important;
    /* max-width: 200px; */
}

.sub-footer{
    display: flex;
    justify-content: space-between;
    margin: 0m;
    padding: 0;
}

#menu-footer-menu,
#menu-sub-footer,
#menu-rs-menu,
#menu-footer-menu-anglais,
#menu-rs-menu-anglais,
#menu-sub-footer-anglais{
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

#menu-footer-menu a,
#menu-sub-footer a,
#menu-rs-menu a,
#menu-footer-menu-anglais a,
#menu-rs-menu-anglais a,
#menu-sub-footer-anglais a{
    color: #FFF;
    font-size: 12px;
}

#menu-footer-menu,
#menu-footer-menu ul,
#menu-sub-footer,
#menu-rs-menu,
#menu-footer-menu-anglais,
#menu-rs-menu-anglais,
#menu-sub-footer-anglais{
    list-style: none;
}

#menu-footer-menu li >  ul > li,
#menu-footer-menu-anglais li >  ul > li{
    display: none;
}

#menu-footer-menu,
#menu-footer-menu-anglais
{
    margin: 0em;
    padding: 0;
}
#menu-footer-menu a,
#menu-footer-menu-anglais a{
    padding: 5px 15px;
    display: flex;
}
.subfooter-menu a{
    margin-left: 15px;
    font-size: 12px;
}

.RS-menu li a {
    margin-right: 15px;
}

.surf-rider-footer-col {
    margin-left: auto!important;
}
/* NEW FOOTER SECTION */
.footer-franchise{
    display: flex;
}
.footer-map{
    display: flex;
    width: 30%;
    min-height: 277px;
    position: relative;
}
.footer-map img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.footer-franchise-wrapper{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.footer-rush-list{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 2rem;
}
.footer-franchise-wrapper h2::before{
    content: url(../img/markerrush.svg);
    padding-right: 1rem;
}
.footer-franchise-rush{
    display: flex;
    width: 50%;
}
.footer-franchise-rush:nth-child(odd){
    padding-right: 1rem;
}
.franchise-name{
    font-size: 13.959px;
    font-weight: 600;
    font-family: 'new-science', sans-serif;
}
.franchise-name::after{
    content: "|";
    padding: 0 0.5rem;
    font-weight: 400;
}
.franchise-adress{
    font-size: 13.959px;
    font-weight: 400;
    font-family: 'new-science', sans-serif;
}
.franchise-status{
    font-size: 13.959px;
    font-weight: 400;
    font-family: 'new-science', sans-serif;
    color: #CB0767;
}
/* OUVERTURE PROCHAINE EXCEPTION */
.site-description .is-style-btn-full{
    display: none;
}
.page-ouverture-prochaine .footer-widget, .page-ouverture-prochaine .footer-menu, .page-ouverture-prochaine hr.first, .page-ouverture-prochaine hr.second{
    display: none;
}
.page-ouverture-prochaine .is-style-btn-full{
    display: block;
}
.page-ouverture-prochaine .site-description .tagline{
    display: none;
}
.footer-title-desktop{}
.footer-title-mobile{display: none;}

/* HIDDEN INFOS */
.hidden-infos div:first-child{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-container .hidden-infos div:first-child{
    gap: 0.5rem;
    padding-top: 0.5rem;
}
.hidden-infos p{
    display: none;
}
.contact-container .hidden-infos p{
    width: 180px;
    background: rgb(var(--magenta));
    cursor: pointer;
    position: relative;
    font-family: 'new-science', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
}
.hidden-infos p:first-child::after{
    content: "afficher le numéro";
    font-family: 'new-science', sans-serif;
    width: 180px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.hidden-infos p:nth-child(2)::after{
    content: "afficher l'adresse mail";
    font-family: 'new-science', sans-serif;
    width: 180px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.hidden-infos p a{
    opacity: 0;
    pointer-events: none;
    font-family: 'new-science', sans-serif;
}
.hidden-infos p.active a{
    opacity: 1;
    pointer-events: all;
}
.hidden-infos p.active{
    background: transparent;
}
.hidden-infos p.active:first-child::after, .hidden-infos p.active:nth-child(2)::after{
    content: " ";
}
.contact-container .hidden-infos .new-btns-wrapper{
    display: none;
}
@media screen and (max-width: 1280px)
{
    .surf-rider-footer-col{
        margin-left: auto!important;
    }
}


@media (max-width: 1200px) {

}
/* IPAD PRO */
@media (max-width: 1024px) {


}

@media (max-width: 992px) {

}

/* IPAD */
@media (max-width: 768px) {

}

/* MOBILE */
@media (max-width: 576px) {
    .site-description,
    .footer-widget,
    .footer-widget .wp-block-columns,
    .footer-widget .wp-block-column,
    .footer-widget p,
    .footer-menu ul,
    .sub-footer,
    .wp-block-buttons {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center!important;
    }
    .site-description .logo{
        margin-bottom: 30px;
    }

    .footer-menu ul li a,
    .sub-footer ul li a{
        margin-bottom: 10px;
        padding: 10px 0;
        display: flex;
    }
    .tagline {
        max-width: 100%;
    }
    .RS-menu li a {
      margin-right: 15px;
      margin-left: 15px;
    }

    .footer-widget .wp-block-column {
        margin-top: 3em;
    }
    .footer-map{
        display: none;
    }
    .footer-franchise-wrapper{
        width: 100%;
    }
    .footer-franchise-rush{
        display: flex;
        width: 100%;
    }
    .footer-title-desktop{display: none;}
    .footer-title-mobile{display: flex;}
}
