div#RL_div_contenuPageType_INTITULE_PARENT, h1#RL_div_contenuPageType_INTITULE_PARENT, .INTERF_ficheFormation_formation_titre {
	font: 300 50px 'Roboto', sans-serif;
	background: none #cfaa5c;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	margin: 10px 0px 0px 0;
	text-transform: uppercase;
	font-weight: 600;
}
div#RL_div_contenuPageType_INTITULE_ENFANT, h2#RL_div_contenuPageType_INTITULE_ENFANT, .block_titre_forma h3{
	font: 400 30px 'Roboto', sans-serif;
	background: #cfab5d;
	color: #000;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	padding: 15px 0;
	border-bottom: 10px solid #000;
}

.facebook_mfr, .instagram_mfr {
	display: none !important;
}

.secteur_menu_a {
	background-color: #000 !important;
	background-image: none !important;
	cursor: text;
	color: #fff !important;
}
.actualite_titre {
	font-size: 41px;

}
.actualite_group {
		height: 100%;
}
.actualite {
	/* min-height: 500px; */
	position: relative;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	min-height: 550px;
	max-width: 650px;
	margin: 0 auto;
}
.actualite_img {
	width: 100%;
	height: 100%;
	position: relative;
	background-size: cover;
	opacity: 1;
	transition: 1s opacity;
}
.actualite_txt {
	color: #fff;
	text-align: center;
	position: absolute;
	left: 10%;
	top: 10%;
	width: 80%;
	background-color: rgba(0, 0, 0, 0.82);
	padding: 18px;
}



/*.menu-item-li-forma-19::before {
	content: "Formations Professionnelles Continues";
	display: block;
	color: #fff;
	background-color: #000;
	line-height: 30px;
}*/

/*
.menu-item-li-forma-1::before {
	content: "Orientation";
	display: block;
	color: #fff;
	background-color: #000;
	line-height: 30px;
}
.menu-item-li-forma-15::before {
	content: "Services aux Personnes";
	display: block;
	color: #fff;
	background-color: #000;
	line-height: 30px;
}

.menu-item-li-forma-14::before {
	content: "Agriculture - Elevage";
	display: block;
	color: #fff;
	background-color: #000;
	line-height: 30px;
}*/
div#RL_div_M_identite_MFR {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	color: #000;
	max-width: 1000px;
}
.info_coordonnee {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

.leaflet-popup-content span {
	display: block;
	font-size: 18px;
}

.leaflet-popup-content h3 {
	color: #909b25;
	margin: 0;
}
.info_telephone {
	display: none;
}

#menu > li {
	width: calc(100%/5);
        background-color:#C8CDD0;
        color:#000;
}
#menu li a {
    color:#000;
}
.block_couleur {
  width: calc(100%/2);
  display: inline-block;
  vertical-align: top;
  float: none;
}
.block_couleur td {
  width: 50%;
  position: relative;
  min-height: 350px;
  display: inline-block;
  overflow: hidden;
}
.block_couleur img {
height:100%;
    width:  auto;
  position: absolute;
  left: 0;
  top: 0;
}
.block_couleur tbody, .block_couleur tr {
  display: block;
}
.block_couleur .texte {
	padding: 10px;
	text-align: center;
}
.texte a {
	text-decoration: none;
	text-align: center;
	display: block;
	font-size: 17px;
	color: #000 !important;
	font-weight: 600;
	margin-top: 5px;
}
.texte a::after {
	content:"";
	display: block;
	margin: 0 auto;
        border-bottom: 2px dotted #fff;
        width: 25%;
        margin-top: 5px;
}
.texte br {
	display: none;
}
@media screen and (max-width: 990px) {
.block_couleur td {
	width: 100%;
	min-height: 225px;

}
.block_couleur img {
	top: auto;
	bottom: 0;
}
.content {
	max-width: 100%;
}
}
@media screen and (max-width: 800px) {
   .info_coordonnee span {
	font-size: 20px;

        margin: 5px 0;
}

.block_couleur img {
	height: auto;
	width: 100%;
	position: relative;

}
}
@media screen and (max-width: 600px) {
.info_coordonnee {
	display: inline-block;
	width: 100%;

	border-bottom: 2px solid #000;
}.block_couleur {
	width: 100%;

}
.block_couleur td {

	min-height:300px;
}
}