

/* ==========================================================================
   Author : ALPAWEB
   ========================================================================== */
html{height:100%;min-height:100%;}

.fullHeight{
    height:100%;
    min-height:100%;    
}
body{
    font-family: 'Roboto', sans-serif;
    font-size: 13px;  
    min-height: 100%;
    height:100%;
    padding: 40px 0px;
    background:#000;
} 

#content{  
    background-color: #fff;   
    background:rgba(255,255,255,0.9);
    padding: 20px;
    width: 100%;
    border-left:2px solid #4c4741;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
}

.colLeft{
    margin-left:-15px;
    height:100%;
    min-height:100%; 
}
.colRight{
    padding-right:0px;
    margin-right:-15px;
    height:100%;
    min-height:100%; 
    padding-bottom: 80px;
}

.marg{margin-left:10px;}

.bloc-center{
    top:50%;
    position: absolute;
}

.colLeft .bloc-center{
    position: fixed;
}

.ombre{
    background: url(/img/ombre.png) bottom left no-repeat;   
}

#infos-header{    
    background-color: #4c4741;
    color: #fff;
    font-weight: lighter;
    padding-right: 10px;
    line-height: 35px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}
#infos-header a{color:#fff;}

.navbar-brand{
    width: 300px;
    height: 145px;
    margin-bottom:15px;
    margin-left: -15px;
    background-color: #4c4741;    
}

.navbar-brand img{
    padding-left: 10px;
}

#mainMenu li{   
    height: 50px;  
    border-top: solid 2px #4c4741;       
    background: url(/img/ombre-rub.png) bottom right no-repeat ;  
    float: left;
    display: inline-block;
    clear: both;
}

#mainMenu li:hover{
     border-top: solid 2px #fff;
}

#mainMenu li.active{      
    border-top: solid 2px #fff;
}

#mainMenu li.active a, #mainMenu li a:hover
{      
    color: #fff;
    text-shadow: 1px 1px 0px #051d29;
}

#mainMenu li a{   
    font-weight: lighter;
    color: #fff;
    font-size: 16px;
    height: 40px;
    background-color: #4c4741;
    display: inline-block;    
}

#footer{    
    background: #4c4741;
    color: #fff;
    position: fixed;
    padding: 10px;
    width: 100%;
    min-height: 0px;
    border: 0;
    text-transform: uppercase;
    font-size:10px;
}

ul.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
}

ul.footer-links li {
    margin: 0;
    padding: 0;
    display: inline;
    margin:0px 5px;
}

ul.footer-links li a{
    color: #fff;
}    

ul.footer-links li a:hover{
    text-decoration: none;    
}

.thumbnail{
    float: left;
    border: 0;
    margin-bottom: 10px;
}

#map{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    margin: 0;
    padding: 0;
    z-index: -1;
}

#motif{
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    margin: 0;
    opacity:0.4;
    padding: 0;
    z-index: -1;
    background: url(../img/motif.png);
}




.selectnav{
    display:none;
    width: 96%;
    margin:5px 2%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
              transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}


h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size:28px;
    letter-spacing: 0.1em;
    color: #4c4741;
    margin-top: 0;
    text-transform: uppercase;
}

h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #a06601;
    margin-top: 0;
}
h3{
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #4c4741;
    margin-top: 0;
}


.actu{background:#fff;padding:10px;
    border:1px solid #eee;border-radius: 10px;}
.date{background:#4c4741;color:#fff;border-radius: 5px;border:1px solid #ddd;float: left;margin-right:10px;margin-bottom:10px;width:50px;text-align: center;line-height: 12px;padding:5px;}
.jour{font-size:14px;font-weight:300;}
.mois{font-size:14px;font-weight:700;text-transform: uppercase}
.annee{font-size:14px;font-weight:300;}

a{color:#4c4741;}
a:hover, a:visited{color:#a06601;}

/*SLIDER*/
.carousel-control{
    background: none !important;
}

.modal-lg{
    width:100% !important;
    max-width:800px !important;
}

.modal-sm{
    width:100% !important;
    max-width:500px !important;
}

@media (max-width:960px) {
    #mainMenu{display:none;}
    .selectnav{display: block;}
    .colLeft .bloc-center{position: static;}
    .fullHeight,.colLeft,.colRight{
        height:auto;
        min-height:0%;    
    }
    .colRight{padding-right: 15px;margin:0px; }
    .bloc-center{position: static;margin-top: 0px !important;}
    body{padding-top:40px;}
    .colRight{padding-bottom: 20px}
    #footer{position: static;}
    #infos-header{text-align:center !important}
    body{padding-bottom:0px;}
}
@media (max-width:450px) {
    #infos-header{line-height: normal;padding-top:5px;padding-bottom:5px;}
}

/** COOKIES **/
.light.cc_dialog div > button.cc_b_ok, 
.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save > button{
    background-color: #4c4741 !important;
}

.cc_css_reboot input, .cc_css_reboot button, .cc_css_reboot select, .cc_css_reboot optgroup, .cc_css_reboot textarea {line-height: 1 !important;}
.cc_css_reboot button {padding: .6rem .8rem !important;}
.cc_dialog .cc_dialog_headline {font-size: 18px !important;}
.cc_dialog .cc_dialog_text {font-size: 14px !important;}
.cc_dialog.light {padding: 2rem !important;}
.light.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_head {padding: 0 15px;}

@media (min-width:1440px){
    .cc_dialog.simple {max-width: 25% !important;}
}
@media (min-width:1100px) and (max-width:1439px){
    .cc_dialog.simple {max-width: 33.333% !important;}
}
@media (max-width:992px){
    .cookie-consent-preferences-overlay {overflow-y: scroll !important;}
}
@media (max-width:767px){
    .cc_dialog.simple {max-width: 100% !important;}
}
@media (max-width:570px){
    .cc_dialog.light.simple {padding: 1.5rem 1rem !important;}
}

button#changeCookies{
    background: none;
    padding: 0;
}

.modal-backdrop.fade.in {
    background-color: #949494;
    opacity: .7;
}

.modal-header .close{
    color: #fff;
    text-shadow: none;
    opacity: 1;
    background: #4c4741;
    padding: 5px;
    margin-top: -10px;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    position: relative;
    z-index: 2;
}

.modal-header .close:hover{
    background: #000;
}

.modal-body{
    font-size: 15px;
}