/* Add here all your CSS customizations */
.video-js {padding-top: 0px; width:100%;}
.vjs-fullscreen {padding-top: 0px}

h1.baseline{
    line-height: 1.2rem;
}
@media (max-width: 991px) {
    h1.baseline{
        font-size: 14px;
    }
}
.formulaire_recherche label{
    display: none;
}
.formulaire_recherche input{
    border: none;
}



.iframe-responsive-wrapper{
    position: relative;
	width:100% ;
}

.iframe-responsive-wrapper .iframe-ratio {
    display: block;
    width: 100%;
    height: auto;
}

.iframe-responsive-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-middle{
    background: -webkit-linear-gradient(90deg, #f7f7f7 50%, #FBDCD0  50%) !important;
    background: -o-linear-gradient(90deg, #f7f7f7 50%, #FBDCD0  50%) !important;
    background: -moz-linear-gradient(90deg, #f7f7f7 50%, #FBDCD0  50%) !important;
    background: linear-gradient(90deg,#f7f7f7 50%, #FBDCD0  50%) !important;
}

.heading.heading-middle-border h1, 
.heading.heading-middle-border h2, 
.heading.heading-middle-border h3, 
.heading.heading-middle-border h4, 
.heading.heading-middle-border h5, 
.heading.heading-middle-border h6 {
	/*background: #f7f7f7; */
}

.bg-color-light-scale-2 .heading.heading-middle-border h1, 
.bg-color-light-scale-2 .heading.heading-middle-border h2, 
.bg-color-light-scale-2 .heading.heading-middle-border h3, 
.bg-color-light-scale-2 .heading.heading-middle-border h4, 
.bg-color-light-scale-2 .heading.heading-middle-border h5, 
.bg-color-light-scale-2 .heading.heading-middle-border h6 {
	background: #e8e8e8  ; 
}
.bg-color-light-scale-2 .heading.heading-middle-border:before {
    border-top: 1px solid #C4C4C4 !important; 
}

.post-content a, .card a,  .text-color-gold{
    color: #8E8973 ;
}

.bg-color-light-gold{
	background: #F8F8F7 !important; 
}
.bg-color-light-gold{
	background: #F8F8F7 !important; 
}

.spip-admin-bloc, .spip-admin-float{
    z-index: 10000 !important;
}
.baseline{
    font-size: 28px;
    letter-spacing: 0.1em;
    color: #8E8973;
}
.baseline2{
    padding-left: 20px;;
    color: #8E8973;
    text-transform: uppercase ;
    line-height: 1.2em;
    font-size: 18px;
}
.divider-center{
    background-image: url(../img/divider.png);
    background-repeat: repeat-y;
    background-position: center;
}

.links{
    border: solid 4px #B9B598;
}


.edito{
    border: solid 4px #ffffff;
}
.echange{
    border: solid 4px #F15922 !important;
}
.divider-left-border.white {
    border-left: 2px solid #ffffff;
}
#mainNav{
    border: solid 2px #F15922;
}
.nav-item a{
    color: #80806B;
}
html body .btn-light, html body .btn-outline.btn-white{
    color: #ffffff ;
    border-color: #ffffff;
}
html body .btn-light, html body .btn-outline.btn-white:hover{
    color: slategray;
    background-color: #ffffff ;
    border-color: #ffffff;

}
.pt-6, .py-6 {
    padding-top: 4em !important;
}
.pb-6, .py-6 {
    padding-bottom: 4em !important;
}
.pt-5, .py-5 {
    padding-top: 5.5em !important;
}
.pb-5, .py-5 {
    padding-bottom: 5em !important;
}
.pt-55, .py-55 {
    padding-top: 5.5em !important;
}
.pb-55, .py-55 {
    padding-bottom: 5.5em !important;
}
.pt-7, .py-7 {
    padding-top: 7em !important;
}
.pb-7, .py-7 {
    padding-bottom: 7em !important;
}
.pt-8, .py-8 {
    padding-top: 8em !important;
}
.pb-8, .py-8 {
    padding-bottom: 8em !important;
}

.thumb-info .thumb-info-title {

    font-weight: 400 !important;
    font-size: 15px !important;
    line-height: 1.2em !important;
}
h2.text-26{
    font-size: 2.6em;
}

.editer-groupe{
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.border-post{
    border: 2px solid rgb(241, 89, 34);
    padding: 2rem;
}

.spip_documents img, .img-thumbnail img{
    max-width: 100%;
    height: auto;
    /* width: 100%; */
}


/***********************************************/
/********************* FORMULAIRE **************/
/***********************************************/

.formulaire_spip ul{
	margin:0;
	padding:0;
	list-style:none;	
}
.formulaire_spip .text{
	width:100%;	
}
.formulaire_spip textarea{
	width:100%;	
}