body{
    background-color: white;
}

#idBtn{
    margin-top: 1rem;
    text-align: center;
}

#compte{
    margin-top: 1.5rem;
    text-align: center;
}

#btnLogin{
    margin-top: 1rem;
}
.btnLogin{
    margin-top: 0.5rem;
}
#btnConnexion{
    color: #DDDDDD;
    background-color: #004932;
}
#infoBulle{
    color: #AA3333;
}
#logo{
    width: 100%;
}

/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*
*/

.prix{
    color: #AA3333;
    font-weight: bold;
}
.rowMargingless{
    margin-left: 0;
    margin-right: 0;
}

.rowMarginBottom{
    margin-bottom: 0.4rem;
}

#choixSeance, #materielLocation{
    margin-bottom: 5rem;
    padding-bottom: 1rem;
    box-shadow: 1rem 1rem 1rem 0.2rem #004932;
    border-radius: 0.5rem;
}
#recapInscription, #recapLocation{
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    box-shadow: -1rem 1rem 1rem 0.2rem #004932;
    border-radius: 0.5rem;
}
#resumeLocation{
    padding-bottom: 1rem;
    box-shadow: 0rem 1rem 1rem 0.2rem #004932;
    border-radius: 0.5rem;
}
.center{
    text-align: center;
}
.marginRight{
    margin-right: 0.4rem; !important;
}
.boldCarlColor{
    font-size: 1.4rem;
    font-weight: bold;
    color: #004932;
}
.boldCarlColorLittle{
    font-size: 1.1rem;
    font-weight: bold;
    color: #004932;
}
td{
    margin-right: 0.4rem;
    margin-left: 0.4rem;
}
.marginLeft{
    margin-left: 1rem;
}
.marginLeftDble{
    margin-left: 2rem;
}

.blue{
    color: darkblue;
    font-style: italic;
    text-align: center;
}

#bonjour{
    color: #004932;
}


#carlLink{
    text-decoration: none;
}

.accueil{
    margin-top: 3rem;
}
#wrap{
    min-height:100%;
    position: relative;
    padding: 0px;
}

#blockBody{
    padding-bottom: 8.5rem;
}

.colorCarl{
    color: #004932;
}
.btn-colorCarl{
    background-color: white;
    color: #004932;
    border-style: solid;
    border-color: #004932;
}
.btn-colorCarl{
    background-color: white;
    color: #004932;
    border-style: solid;
    border-color: #004932;
}


footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    min-height: 4rem;
    color: #004932;
    text-align: center;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
}

.hrfooter{
    color: #004932;
}

.footer_margin {
    margin-left: 5rem;
}

#barreHorizontale{
    background-color: white !important;
}

#navbarSupportedContent{
    visibility: hidden;
}

#btnConnexion{
    background-color: white;
    color: #004932;
    border-style: solid;
    border-color: #004932;
}

@media (max-width: 768px) {
    #navbarSupportedContent{
        visibility: visible;
    }

    #sidebarCollapse{
        visibility : hidden;
    }
    #smallMenu{
        visibility : visible !important;
    }
}@media (min-width: 770px) {

    #smallMenu{
        visibility : hidden !important;
    }
}

#aymeric{
    font-size: 0.8rem;
}

.btn-form{
    background-color: white !important;
    color: #004932 !important;
    border-style: solid !important;
    border-color: #004932 !important;
    transition : 0.7s;
}
.btn-form:hover{
    background-color: #004932 !important;
    color: white !important;
    border-color: white !important;
}
.btn-form-formate{
    background-color: white;
    color: #004932;
    border-style: solid;
    border-color: #004932;
    transition : 1s;
    width: 11rem;
}
.btn-form-formate:hover{
    background-color: #004932;
    color: white;
    border-color: white;
}

.bold{
    font-weight: bold;
}

@media (max-width: 1247px) {
    .btn-form-formate{
       width: 99%;
        padding: 0.1rem;
        word-wrap: break-word;
        margin-left: 0.3rem;
        margin-right: 0.3rem;
    }
}

.nav-link .active{
    background-color: #004932 !important;
    color: white !important;
}

.red{
    color: #AA3333;
}

.rowPaddingLess{
    padding: 0px;
}

.black{
    color: black !important;
}

.selectLoc{
    width: 25rem;
}

.green{
    color: #4BE048;
}

.erreur{
    color: #E32B27;
}

.backgroundValide{
    background-color: #DEDCC8;
}

.border{
    border-style: solid;
    border-radius: 0.3rem;
    border-color: black;
}

#paiement{
    border-style: solid;
    border-radius: 0.3rem;
    border-width: 0.1rem;
    border-color: #0b2e13;
}

#paiementBorder{
    border-left-style: solid;
    border-color: #0b2e13;
    border-width: 0.1rem;
}

.carlText{
    color: #0b2e13;
}

.fullHeight{
    height: 100%;
}

.marginBottom{

}
