/*
Theme Name: Flatsome Enfant par WP Marmite
Description: Theme enfant du theme Flatsome. Vous pouvez desormais le personnaliser sans risquer de perdre vos modifications
Author: WPMarmite
Author URI: https://wpmarmite.com
Template: flatsome
Version: 1.0
*/

/* Global */ 

.row{
max-width:100% !important;	
	
}

.row .row-small:not(.row-collapse), .container .row-small:not(.row-collapse){
	margin-left:10px;
	margin-right:10px;
}

/* Header */

.header-bottom-nav > nav > li > a{
	font-weight:bold;
}

.page-wrapper{
	padding-top:0px;
	padding-bottom:0px;
}

.prez{
	text-align:justify;
}

.partners{
	color:#111;
	font-size:1.75em;
	text-align:center;
	text-transform:uppercase;
	margin-top:20px;
}

h2,h3 {
	color:#111;
}

.historyy{
	text-align:justify;
}

.evaluation{
	color:#000;
}

/* Custom form */
input[type='text'], input[type='email'], input[type='tel'], input[type='date'], textarea{
	width:60%;
	border: 2px solid #eded65;;	
}

.nav-top-link{
   cursor:pointer;	
}

label{
	font-size:0.8em;
}

.wpcf7{
	text-align:center;
}

input[type='submit']:not(.is-form){
	background-color:#eded65 !important;
}

.document{
	font-size:13px;
	font-weight:bold;
}

.pdf{
	font-size:13px;
}

/* FOOTER*/
.is-divider{
	background-color:#eded65;
}

/* Lien footer */
.widget>ul>li>a{
	color:#000;
}

.col{
	padding:0px;
}

.footext >a{
	color:#000;
}

.nav-spacing-medium > li {
	margin:0px 3px;

}

/* RESPONSIVE */
@media screen and (max-width:850px){
	.footer-1,.widget>ul>li{
		text-align:center;
	}	
}

@media screen and (max-width:850px){
	 .is-divider{
		 margin:auto;
		 margin-bottom:30px;
	}
}