@-webkit-keyframes droite {    
    0% {    opacity: 0;    right:-100%;     }
  100% {    opacity: 1;     right:0;     }
}

@-moz-keyframes droite {
    0% {    opacity: 0;     right:-100%;      }
  100% {    opacity: 1;    right:0;      }
}

@keyframes droite {
   0% {    opacity: 0;   right:-100%;      }
  100% {    opacity: 1;   right:0;    }
}

@keyframes blink {
   0% {    opacity: 1;  }
    50% {    opacity: 0.3;   }
     100% {    opacity: 1;  }
   }


@-moz-keyframes blink {
  0% {    opacity: 1;  }
    50% {    opacity: 0.3;  }
     100% {    opacity: 1;  }
}

@-webkit-keyframes blink {
  0% {    opacity: 1;  }
    50% {    opacity: 0.3;  }
     100% {    opacity: 1;  }
}
.image.nouveau::before {
	content: 'Nouveau';
	position: absolute;
	transform: rotate(-25deg);
	color: #fff;
	background-color: red;
	z-index: 100;
	top: 20%;
	width: 115%;
	left: -30px;
	font-size: 22px;
        animation : blink infinite 1s ease-in;
}
html > body #RL_div_body_master {max-width: 1200px;}
iframe {max-width: 100%;}

p{margin: 0;}
#header_bas,.show-menu,.formation h5,.fom_contact.bouton,div#RL_div_footer_master,.retour > a {
	background-color: #CEAB5D;
}
#menu li ul li ,
#menu > li:hover {
	background-color: #78151E;
}
#menu li ul li.secteur_menu, 
#menu li ul li.secteur_menu:hover {
	background-color:  #92542A;
}
#menu li ul li:hover {
	background-color:  #92542A;
}
div#RL_div_contenuPageType_INTITULE_ENFANT, h2#RL_div_contenuPageType_INTITULE_ENFANT {
	color: #78151E;

}
h3 {
	color:  #CEAB5D;
}

.bandeau {	margin-top: 10px; }
#header_top{max-width: 1200px;}
.titre {
	margin-right: 2%;
        text-align:left;
        width:auto;
        padding:0;
}

.logo {
	width:auto;
}

#slideshow-container {
	width: 60%;
	height: 210px;
}	
#slideshow-container img {
	top:auto;
	bottom: 0;
	
}
#header_milieu {
	position: relative;
	
}
.marquee_holder {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
        height:auto;
   animation: blink 2s infinite;
  -webkit-animation: blink 2s infinite;
}
.INTERF_txtMarquee {
	color: #333;
	position:relative;
	top: 0;
	right: 0;
	animation: droite 1s ease-out;
	text-align: center;

}
.outils {
	
	
}

.outils {
	width: auto;
	margin: 0 auto;
	text-align: right;
	position: absolute;
	top: 340px;
	animation: droite 1s;
	z-index: 1;
	right: 20%;
}

.page_accueil .outils {top: 385px;}
.outils span {
	width: 50px;
	height: 50px;
	margin: 2px;
	border-radius: 50%;
}
.outils span.icone_ient_txt {
	border-radius: 0;
}

.h5 {font-size: 17px;}


.actualite_body {	margin-top: 5px;}
#actualite_mooquee {	height: 400px;}

.forma_5 {
	width: 20%;
        display: table-cell;
        vertical-align: top;
}
.formation {
	overflow: hidden;
	width: 95%;text-align: center;
}

.formation img {
	width: auto;
	height:100%;
        margin: 0;
        transition : height 1s;
        max-width: none;
        position: absolute;
        right: -35%;
}
.formation .image {
	border-radius: 50%;
	width: 180px;
	margin: 0 auto;
	display: block;
	height: 180px;
        overflow: hidden;
        position: relative;
}
.formation .image:hover img {
	height: 120%;
}
.formation h3 {
	color: #333;
	font-size: 20px;
	text-align: center;
        line-height:25px;
}


.formation h4 {
	font-size: 16px;
	color: #333;
	/* margin-top: 25px; */
	font-weight: 300;
	text-align: center;
	display: inline-block;
	width: 100%;
	min-height: 40px;
	vertical-align: middle;
}
.formation h5 {
	font-size: 16px;
	text-align: center;
	width: 50%;
	margin: 0 auto;
	margin-top: 10px; 
	padding: 5px;
	
}

.formation a {
	color: #fff !important;
	text-decoration: none !important;
       display: block;
	
}



.fiches_formation .h3 {
	color: #fff;
	background-color: #78151E;
	padding: 3px 10px;
	/* width: 50%; */
	text-align: left;
	display: inline-block;
}
.fiche_1 .fiches_formation .h3 {
	background-color: #78151E;
}


.fiches_formation .h4 {
	margin: 10px 0;
}
.fiches_formation .h5 {
	font-size: 23px;
	color: #78151E;
}

.info { background-color:#8FBE00;text-align: center;
	font-family: Oswald;
	font-size: 23px;
	margin: 5px;
	padding: 10px 0px;color: #fff;border-radius:15px;}
.info a, .info h4{ position:relative;padding: 5px 0;text-decoration: none !important;color: #fff !important;}
.info h4{font-size: 24px;}
.partenaires img {max-height: 75px;}



/*Formulaire*/
.contact_table {
	font-family: Oswald;
	color: #FFF;
	text-align: center;
	background-color: #333;
        padding: 5px;
        overflow: hidden;
}
.contact_table.devis {
	width: 80%;
	margin: 0 auto;
	border-radius: 0;
}
.contact_table td {
	padding: 4px;
}
.fom_contact {
	width: 100%;
	padding: 5px;
	font-size: 15px;
	border: 1px solid #fff;
	background: rgba(255,255,255,0.3);
	color: #FFF;
	font-weight: 300;
	font-family: Oswald;
}

input.fom_contact::placeholder, textarea.fom_contact::placeholder {
  color: #fff; opacity:1;font-style: italic;
}
.fom_contact.select {
	background-color: #717171;
}

.fom_contact.bouton {
	
	cursor: pointer;
}

/*BANDEAU*/
div#RL_div_header_master {
	height: auto;
	padding-top: 0;
	width: 100%;
        position: relative;
}


@media screen and (max-width: 1400px) {
  .page_accueil  .outils {
	top: 400px;}
#slideshow-container {
	width: 55%;
	height: 210px;

}    
      .outils {
	right:10%;
} 
}
@media screen and (min-width: 1200px) {
        
    #menu li a {padding: 0 24px;}

}
 
@media screen and (max-width: 1200px) {   
    .outils {
	right: 0;
	top: 315px;
}

.titre {
	max-width: 30%;
}
#slideshow-container img {
	width: auto;
	height: 100%;
}
}



@media screen and (max-width: 990px) {
    
 div#RL_div_contenuPageType_INTITULE_PARENT, h1#RL_div_contenuPageType_INTITULE_PARENT, .INTERF_ficheFormation_formation_titre {
	font-size: 25px;

}   
    
  div#RL_div_contenuPageType_INTITULE_ENFANT, h2#RL_div_contenuPageType_INTITULE_ENFANT {

	font-size: 18px;

}  
.titre {
	max-height: 200px;
        padding: 0;
}
.logo {
	width: auto;
	height: 170px;
}
.logo img {
	width: auto;
	height: 100%;
}
#slideshow-container {
	height: 200px;
	width: 70%;
	max-width: 600px;
}
#slideshow-container img {
	height: 100%;
	width: auto;
        max-width: none;
}
.page_accueil .outils , .outils{
	top: 0;
	position: relative;
}
.outils span {
	width: 40px; 
	height: 40px;
}

.formation .image {
	width: 150px;
	height: 150px;

}
.INTERF_txtMarquee {font-size: 13px;}
}

@media screen and (max-width: 850px) {

.formation .image {
	width: 120px;
	height: 120px;

}
.formation h3 {

	font-size: 17px;
	line-height: 19px;
}
.formation h4 {
	font-size: 14px;
}
.formation h5 {
	font-size: 15px;
	width: 80%;
	
}

}



@media screen and (max-width: 720px) {
 .logo {
	
	height: 140px;
}
    .forma_5 {
	width: 40%;
	display: inline-block;
}
.formation .image {
	width: 150px;
	height: 150px;
}

}


@media screen and (max-width: 670px) {                                        

.titre {
	
	min-width: 15%;
}
#slideshow-container {
	width: 70%;
	height: 170px;
}
#actualite_mooquee {
	height: 200px;
}
.actualite_titre {
	font-size: 20px;
}

}
@media screen and (max-width: 400px) {
#slideshow-container {
	width: 65%;
	height: 110px;
}
.formation .image {
	width: 120px;
	height: 120px;
}
}