/*!
Theme Name: SAMBA BOXE
Author: Augustine Plume
Author URI: https://augustineplume.com/
Description: Thème graphique sur-mesure Samba Boxe
Version: 1.0.0
*/

body {
    background-size: 100%;
    font-family: acme-gothic-compressed, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 26px;
}

body::-webkit-scrollbar {
    width: 0.70rem;
}

body::-webkit-scrollbar-track {
    background: #000;
}

body::-webkit-scrollbar-thumb {
    background: #f9e925;
}

a {
    -o-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:link,
a:visited {
    color: #000;
}

a:hover,
a:active {
    color: #e52621;
    text-decoration: none;
}

::selection {
    background: #cdcfa4;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #cdcfa4;
    /* Gecko Browsers */
}

.balance {
    text-wrap: balance;
}

.uppercase {
    text-transform: uppercase;
}

a.navbar-toggler {
    color: #e52621;
    font-size: 3rem;
    text-decoration: none;
}

a.navbar-toggler i svg {
    width: 32px;
    height: 32px;
    vertical-align: bottom;
}

#offcanvasNavbarLabel {
    text-transform: uppercase;
    color: #e52621;
}

.offcanvas-header {
    border-bottom: 1px solid #fff2f1;
}

#offcanvasNavbarLabel span {
    text-transform: initial;
    color: #000;
}

#offcanvasNavbarLabel {
    line-height: 1.1;
    margin-top: 20px;
}

#offcanvasNavbarLabel strong {
    font-size: 3rem;
    font-weight: 500;
}

#offcanvasNavbarLabel span {
    font-size: 1.6rem;
}

.main-navigation a.nav-link:link,
.main-navigation a.nav-link:visited {
    color: #000;
    text-transform: uppercase;
    text-align: start;
    font-size: 2.2rem;
    font-family: acme-gothic-compressed, sans-serif;
    font-weight: 700;
    font-style: normal;
    border-bottom: 1px solid transparent;
}

.main-navigation a.nav-link:hover,
.main-navigation a.nav-link:active {
    color: #e52621;
    border-bottom-color: #e52621;
}

@media (max-width: 992px) {
    .main-navigation a.nav-link:link,
    .main-navigation a.nav-link:visited {
        font-size: 2.5rem;
    }
}

@media (min-width: 992px) {
    .main-navigation a.nav-link:link,
    .main-navigation a.nav-link:visited {
        font-size: 2.2rem;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .main-navigation a.nav-link:link,
    .main-navigation a.nav-link:visited {
        font-size: 2.6rem;
    }
}

@media (min-width: 1400px) {
    .main-navigation a.nav-link:link,
    .main-navigation a.nav-link:visited {
        font-size: 2.8rem;
    }
}

h1.uppercase {
    font-size: 3.5rem;
}

a.btn-rouge:link,
a.btn-rouge:visited,
a.btn-jaune:link,
a.btn-jaune:visited,
a.btn-transparent:link,
a.btn-transparent:visited {
    border-radius: 100px;
    padding: 6px 30px;
    font-weight: 500;
    font-size: 1.2rem;
    color: #FFF;
    background-color: #e52621;
}

a.btn-jaune:link,
a.btn-jaune:visited {
    color: #000;
    background-color: #f9e925;
}

a.btn-rouge:hover,
a.btn-rouge:active,
.box a.btn-rouge.btn-outline:hover,
.box a.btn-rouge.btn-outline:active {
    background-color: #f9e925;
    color: #000;
    border-color: #f9e925;
}

a.btn-jaune:hover,
a.btn-jaune:active {
    background-color: #e52621;
    color: #FFF;
}

a.btn-transparent:link,
a.btn-transparent:visited {
    border: 1px solid #000;
    text-transform: uppercase;
    background-color: transparent;
    color: #000;
    font-size: 1.8rem;
    padding: 6px 50px 12px;
    margin-top: 20px;
}

a.btn-transparent:hover,
a.btn-transparent:active {
    background-color: #000;
    color: #FFF;
}

#la-salle a.btn-rouge, #la-salle a.btn-jaune {
    font-size: 2.2rem;
    padding: 6px 50px 16px;
}

#la-salle-activites p {
    margin-bottom: 30px;
}

#a-propos {
    background-color: #282828;
    color: #FFF;
}

#a-propos h2, #partenaires h2 {
    font-size: 5rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}

#a-propos .subline {
    font-size: 3rem;
}

#diplomes .item {
    display: flex;
    line-height: 1;
    align-items: end;
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

#diplomes .item .titre {
    margin-right: 40px;
    font-size: 2.8rem;
    font-weight: 600;
    text-transform: uppercase;
}

#diplomes .item .texte {
    color: #e52621;
    text-transform: uppercase;
}

#diplomes .item i svg {
    width: 32px;
    height: 32px;
    vertical-align: baseline;
    margin-left: 40px;
}

#partenaires .horaires {
    text-align: center;
    border: 3px solid #f9e925;
    color: #f9e925;
    border-radius: 100px;
    padding: 15px 80px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 900;
    font-size: 2rem;
    line-height: 1.3;
}

#partenaires ul {
    list-style-type: none;
}

#partenaires i img {
    margin-bottom: 30px;
}

.footerMenu ul {
    list-style-type: none;
    text-align: end;
}

.footerMenu a:link,
.footerMenu a:visited {
    text-decoration: none;
    text-transform: uppercase;
}

.footerMenu .reseaux {
    margin-right: -5px;
    margin-top: 5px;
}

.footer .contact {
    text-align: center;
}

.footer address {
    line-height: 1.2;
    margin-top: 10px;
}

.footer .contact a:link,
.footer .contact a:visited {
    text-decoration: none;
    text-transform: uppercase;
}

.footer .contact a i {
    vertical-align: text-bottom;
    margin-right: 10px;
}

.footer .contact address i {
    vertical-align: text-top;
    margin-right: 5px;
}

#boxAvis .avis {
    padding: 40px;
    border-radius: 40px;
    margin: 20px;
    font-size: 1.9rem;
}

#boxAvis .avis p:last-child {
    margin-bottom: 0;
}

#boxAvis .avis.avis1 {
    background-color: #f9e925;
    color: #000;
}

#boxAvis .avis.avis2 {
    background-color: #282828;
    color: #FFF;
}

#boxAvis .avis.avis3 {
    background-color: #e52521;
    color: #FFF;
}

@media (min-width: 992px) {
    #boxAvis .avis {
        height: 100% !important;
    }
}

#association-panther-fighting .divide {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
}

.boxTourisme {
    background-color: #282828;
    color: #f9e925;
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: space-around;
    padding: 30px;
    border-radius: 50px;
}

.boxTourisme p {
    line-height: 1;
    font-size: 1.9rem;
    margin-bottom: 0;
    font-weight: bold;
    margin-right: 10px;
}

.boxTourisme a.btn-rouge {
    font-size: 2rem;
    padding: 6px 50px 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.box a.btn-rouge:link,
.box a.btn-rouge:visited,
.box a.btn-jaune:link,
.box a.btn-jaune:visited {
    font-size: 2.2rem;
}

.box a.btn-outline:link,
.box a.btn-outline:visited {
    background-color: transparent;
    border: 3px solid #e52521;
    color: #e52521;
}

.box .reserve {
    font-size: 3.5rem;
    line-height: 1;
}

#partenaires a.btn-rouge:link,
#partenaires a.btn-rouge:visited {
    font-size: 1.7rem;
}

@media (min-width: 992px) {
    .boxTourisme p {
        font-size: 2.2rem;
        margin-right: 0px;
    }
}

@media (min-width: 1200px) {
    .boxTourisme p {
        font-size: 2.6rem;
        margin-right: 0px;
    }
    .box a.btn-rouge:link,
    .box a.btn-rouge:visited,
    .box a.btn-jaune:link,
    .box a.btn-jaune:visited {
        font-size: 2.6rem;
    }
    .box .reserve {
        font-size: 4rem;
    }
}

#samba-combo-booking, #samba-buy {
    font-size: initial;
}



.map {
    position: relative;
}



#la-salle {
    margin-top: 20px;
    scroll-margin-top: 5em;
}

.modal-header {
    background-color: #e52521;
    color: #FFF;
}

.modal .modal-footer button {
    background-color: #e52521;
    color: #FFF;
    border: 0;
}

.modal .modal-footer button:hover {
    background-color: #f9e925;
    color: #000;
}


/*
 *
 *	Back to top
 *
*/

.toTop svg {
    line-height: 1.6em;
    color: #f4ede5;
    position: absolute;
    top: 4px;
    left: 4px;
}

.toTop {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 100px;
    right: -10px;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    white-space: nowrap;
    background: #e52521;
    visibility: hidden;
    opacity: 0;
    border-radius: 25px;
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

.toTop.toTopvisible,
.toTop.toTopfadeout,
.toTop:hover,
.toTop:active {
    right: 30px;
}

.toTop:hover {
    background-color: #f9e925;
    color: #000;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .toTop {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .toTop {
        height: 50px;
        width: 50px;
        right: -10px;
        bottom: 30px;
    }

    .toTop svg {
        top: 9px;
        left: 9px;
    }
}

.toTop:hover svg,
.toTop:active svg {
    color: #000;
}

.toTop.toTopvisible {
    visibility: visible;
    opacity: 1;
    z-index: 1200;
}

/* .toTop.toTopfadeout {
    opacity: .4;
} */
