@charset "utf-8";
/* CSS Document */



.club a {
    font-size: 20px;
    font-weight: 700;
    color: #050505;
    line-height: 1.8;
}

.club a:hover {
    color: #ffa54b;
}
.detail_reservation ul li {
    font-size: 14px;
    font-weight: 4  00;
    color: #ffa54b;
    line-height: 0.7;
    margin-left: 25px;

}

.chapitre {
    font-size: 30px;
    font-weight: 700;
    color: #050505;
    line-height: 1.8;
}

.orange {
    color: #ffa54b;
}

.red {
    color: red;
}


.titre {
    font-size: 20px;
    font-weight: 700;
    color: #050505;
    line-height: 1.8;
}

.titre a {
    font-size: 20px;
    font-weight: 700;
    color: #050505;
    line-height: 1.8;
}

.titre a:hover {
    color: #ffa54b;
}


.liste a {
    font-size: 20px;
    font-weight: 700;
    color: #757575;;
    line-height: 1.8;
}

.liste a:hover {
    color: #ffa54b;
}



.decaler10 {
    margin-left: 10px;    
}

.decaler25 {
    margin-left: 25px;    
}


.cli_medium {
    font-size: 30px;
}

.cli_medium span {
    font-size: 30px;
}

.main-footer {
    color:rgba(0,0,0,0.6);
    text-align: center;
    vertical-align: middle;


}

.main-footer:before {
    content: " ";
    display:block;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.4);
    margin:1.5em auto;
    width: 20%;
}

.espace_vertical {
    margin-top: 3px;
    margin-bottom: 3px;
}

.form_multi p label {
    width: 200px;
    
}

@media print {
    .row {
     display: block;
    }
    
    

    .no-print, .no-print *
    {
        display: none !important;
        height: 0;
    }
}


/*
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top:0;
    left: 100%;
    margin-top=-1px;
}
*/

.errorlist  {
    color: red;
        
}

.error input, .error select {
border: 2px red solid;
}