/********************** COULEURS */

h1, h2, .nom_partenaire, footer section .ML_box, .navigation, .contact_header .tel, footer .nom_partenaire {
	color: #2a2b2d;
}
.tarif .montant_tarif{
	color: #75ccd1;
}
.bouton_action.border a{
	/*background:#ccc;*/
}

.top_bar li a:hover,fo
.top_bar li a.selected {
	color: #4f4f4f;
}
.menu,  .menu ul li ul, .menu ul li ul li.close_menu, .menu ul li ul, #relance, .encart_tarif, .colonne_droite .titre:before, .top_site_mobile, .paginationControl a, .paginationControl span, .sc-content .contact_header{
	background: #99ccff;
}
header section .container_infos{
	background: #99ccff;
}
.bouton_action a, .contact-tel{
	/*background :#ce8e82;*/
}
.bouton_action.rendez_vous a{
	background:#99ccff;
}
.fake_h1, .baseline, h3, .colonne_droite .titre{
	color: #969c9d;
}

/****/
body {
	font-size:100%;
	font-weight:300;
	color: #4f4f4f;
	font-family: 'Roboto', sans-serif;
}
.colonne_centre p{
	font-size:16px;
}
/* LISTING & DETAIL ACTU */
.colonne_centre .cat_actu ul li a{
	background: #75ccd1;
}
.colonne_centre .cat_actu ul li a:hover{
	background: #e94e18;
	color: #fff;
}
.detail_actu a {
	color: #006674;
}
.detail_actu a:hover {
	color: #e94e18;
}
.bouton_action a{
	/*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;*/
	font-size: 15px;
}
.rendez_vous a{
	color: #fff;
}
.border a{
	color: #99ccff!important;
	background: none;
	border: 1px solid #99ccff;
}
.border a:hover{
	color: #fff!important;
}

.lien_tarifs a:hover{
	opacity: 0.5;
	transition: 0.7s;
}

/*********************************** ENCARTS */

.encarts {
	background: #f5f5f5;
	/*background: url(../gifs/bg-prefooter.jpg) center/cover no-repeat;*/
 }
.encarts:before{
    width: 100%;
    height: 50px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
a.encart {
	margin: 20px 10px;
}	
a.encart img{
    margin: 0 auto;
    width: 100%;
    padding: 20px;
}
.mask-img-encart {
	left:20px;
	right:20px;
	top:20px;
	bottom: 20px;
	margin:5px;
	background: rgba(255, 204, 51,0.6);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.encart .titre{
    font-size: 1.3em;
	font-weight: 600;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
	-webkit-transform:translate(-50%, -50%) ;
	-ms-transform: translate(-50%, -50%) ;
	-o-transform: translate(-50%, -50%) ;
	transform:translate(-50%, -50%) ;
}
.lien {
	font-size:18px;
	position:absolute;
	display: block;
	text-align:center;
	color: #fff;
	width: 100%;
	opacity:0;
	border:1px solid #fff;
	padding: 5px 10px;
	max-width:160px;
	margin-top:0;
	top:60%;
	left:50%;
	-webkit-transform:translate(-50%, -60%) ;
	-ms-transform: translate(-50%, -60%) ;
	-o-transform:translate(-50%, -60%);
	transform:translate(-50%, -60%);
	-webkit-transition: all 0.15s ease-in;
	-o-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

.menu li a.selected,
.menu li a:active,
.menu li:hover > a {
	color: #fff;
	background: rgba(255,255,255,.15)!important;
}
.contenu_slide {
	background: rgba(42,43,45,.6);
}

/************** COLONNE DROITE */

/* encart tarifs */
.encart_tarif{
	padding: 50px 20px;;
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;*/
}
.encart_tarif a, .encart_tarif p{
	color:#fff;
	text-align: center;
	font-size:17px;
}

.encart_tarif div p.lien_tarifs{
	text-align: left;
	padding-top:15px;
	
	
}
.encart_tarif .titre{
	color:#fff;
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom:10px;
}	

.encart_tarif hr{
	width: 70%;
	margin: 0 auto;
}
.encart_tarif .titre:before{
	background:#fff;	
}
.encart_tarif .bouton_light a{
	font-size:19px;	
}

.tarif table{
	padding-bottom: 20px;
}
.tarif{
	margin: 10px 0;
	color:#fff;
	font-size:18px;
	position: relative;
    top: -22px;
	
}
.tarif .montant_tarif{
	font-weight: 700;
    font-size: 24px;
    line-height: 1;
    padding: 4px 10px;
	color: #fff!important;
    border-radius: 5px;
    background: #ffcc33;
	margin:0 3px;
}
.mode_paiement p:first-child{
	font-size: 16px;
	font-weight: 600;
	text-align: left;
}

.tarif div{
	padding: 20px 0;
}
.bouton_light{
	display:block;
	margin-top:10px;
	text-align: center
}
.bouton_light a{
	color:#fff;
}
.mode_paiement{
	/*border-top:1px solid #fff;;*/
	/*padding-top:10px;*/
	text-align: center;
}
.mode_paiement p{
	color:#fff;
	font-size:20px;
}
.mode_paiement p.icon{
	display:inline-block;
	margin: 10px;
	text-align: center;
	font-size:17px;
}
.mode_paiement i{
	display:block;
	background: #ffcc33;
	padding: 15px;
	border-radius: 30px;
	width: 50px;
    margin: 0 auto;
}

/* encart actu */

.encart_actu li a {
	margin-bottom: 10px;
	display: block;
	font-size: 1.286em;
}

.encart_actu p.bouton2 {
    margin-top: 15px;
    text-align: center;
}
#encart_actualite ul li{
	text-align: left;
}
.date_actualite{
	font-style:italic;
	float:right;
}
.lien_encart_actu{
	border-bottom:1px solid #eee ;
	padding-bottom:5px;
}

/* encart plan */

.encart_plan div.titre:after {
	content:"";
	right: 0;
	top: 13px;
	display: block;
	margin: 10px auto;
	bottom:0;
	width: 166px;
	height: 2px;
}

/************************* ENCARTS COMPETENCES */
.encarts{
	text-align: center;
}
.intro_encart{
	color:#404040;
	font-size:28px;
	width:95%;
	max-width:1100px;
	/*margin: 40px auto 0;*/
	position: relative;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.intro_encart p {
    display: inline-block;
    z-index: 1;
	font-weight: 400;
    position: relative;
    padding: 2px 20px;
}
.intro_encart span{
	font-style:italic;
}
.container_encarts{
	max-width:1100px;
}

.paginationControl a,
.paginationControl span {
	display: inline-block!important;
	padding: 3px 8px;
	color: #fff;
}

.paginationControl a:hover, .paginationControl span.selected {
	color: #fff;
	background: #4f4f4f;
}

.paginationControl span.disabled {
	color: #8F8F8F;
	background: #ccc;
}

/* footer */
.noColRight footer:before{
	display:none;
}
input[type=submit],
input[type=button] {
	background: #ffcc33;
}

input[type=submit]:hover,
input[type=button]:hover {
	color: #fff;
	background: #6d6a6a;
}

@media screen and (min-width:760px) {
	
	.mode_paiement p.icon{
		width:27%;
	}
	
}

@media screen and (min-width:960px) {
	
		
	/******** ETATS HOVER */
	.encart_actu li a:hover {
		color:#75ccd1;
	}	
	.bouton_action a:hover {
		background: #e3b52b;
	}
	.bouton_action.border a:hover {
		background: #4f4f4f;
	}
	#listing_calendrier_2 .bouton2 a:hover {
		border-color: #75ccd1;
	}
	.contenu_slide .lien_slide:hover{
		border-color:rgba(255,255,255,0.4)!important;
	}
	
	footer section .ML_box:hover, .navigation:hover,.bouton2 a:hover{
		border-color:#75ccd1!important;
	}	
	/* arrondi content */
	/*.index-page header:after{
		content: "";
		width: 200%;
		height: 500px;
		display: block;
		left: -50%;
		position: absolute;
		bottom: -440px;
		z-index: 1;
		background: #fff;
		box-shadow: 0 1px 30px rgba(45,45,45,.1);
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		-ms-border-radius: 100%;
		-o-border-radius: 100%;
		border-radius: 100%;
	}*/
	.slick-prev, .slick-next{
		bottom:70px;
		display: block!important;
	}	
	/*.encarts:before{
		content: "";
		width: 200%;
		height: 500px;
		display: block;
		left: -50%;
		position: absolute;
		top: -460px;
		z-index: 0;
		background: #fff;
		box-shadow: 0 1px 30px rgba(45,45,45,.1);
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		-ms-border-radius: 100%;
		-o-border-radius: 100%;
		border-radius: 100%;
	}*/

	/****************** COLONNE DROITE */
	

	.index-page .encart_plan div.titre {
		text-align:left;
	}

	.index-page .encart_plan div.titre:after {
		content:"";
		position:absolute;
		right: 0;
		top: 4px;
		margin: 10px auto;
		bottom:0;
		width: 155px;
		height: 2px;
	}
	
	/* ENCART ACTU */
	
	.encart_actu {
		text-align:left;
		 margin-top: 48px; 
		 margin-bottom: 57px; 
	}
	.index-page .encart_actu {
		text-align:left;
		margin-top: 0; 
		margin-bottom: 0; 
	}
	
	.encart_actu p.bouton2 {
	   text-align: right;
	}
	
	/* ENCART NEWS */

	.encart_news {
		text-align:left;
	}
	
	/******************ENCARTS*/
	
	.encarts{
		position:relative;
		padding:80px 0;
		background-attachment: fixed;
	}
	
	
	
	/* HOVER ENCARTS */

	.encart:hover .mask-img-encart {
		background: rgba(201, 156, 22 ,0.8);
		-webkit-box-shadow: 0px 0px 48px -5px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 48px -5px rgba(0,0,0,0.5);
box-shadow: 0px 0px 48px -5px rgba(0,0,0,0.5);
	}
	.encart:hover .titre {
		/*top:40%;
		-webkit-transform:translate(-50%, -40%);
		-ms-transform: translate(-50%, -40%);
		-o-transform: translate(-50%, -40%);
		transform:translate(-50%, -40%);*/
	}
	.encart:hover .lien {
		opacity:1;
	}
	/* footer */
	/*footer:before{
		content: "";
		width: 200%;
		height: 500px;
		display: block;
		left: -50%;
		position: absolute;
		top: -35px;
		z-index: -1;
		background: #fff;
		box-shadow: 0 1px 30px rgba(45,45,45,.1);
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		-ms-border-radius: 100%;
		-o-border-radius: 100%;
		border-radius: 100%;
	}*/
}
