<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@-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;
  }
}

div#RL_div_footer_master,.show-menu {
	background-color: #909B25;
}

div#RL_div_contenuPageType_INTITULE_ENFANT, h2#RL_div_contenuPageType_INTITULE_ENFANT{
	color: #909B25;
}
h3 {
	font-family: Roboto Slab;

	color: #000

}

.info_popup {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  left: 0;
}

.content_popup {
  background: #fff;
  position: relative;
  top: 10%;
  /* width: 50%; */
  padding: 15px 40px 40px 40px;
  display: inline-block;
  border-radius: 15px;
  border: 3px solid #333;
  /* height: 50%; */
  color: #333;
  z-index: 1000000;
}

.content_popup h4 {
  font-size: 30px;
}

.cache_popup {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.text_popup {
  font-size: 18px;
  font-weight: 600;
}

.bouton {
  background: #7a4386;
  display: block;
  padding: 5px;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: navajowhite;
  color: #fff;
}

.close_popup {
  background: #333;
  width: 30px;
  height: 30px;
  /* font-family: Oswald; */
  font-size: 20px;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  /* box-shadow: 2px 2px 3px 0px #666; */
  position: absolute;
  top: -10px;
  right: -10px;
  line-height: 31px;
  cursor: pointer;
}

html &gt; body #RL_div_body_master,
.content {
  max-width: 1200px;
  margin: 0 auto;
}

html &gt; body.page_accueil #RL_div_body_master {
  max-width: 100%;
}

.page_accueil div#RL_div_contenuPageType {
  padding: 0;
  margin: 0;
  max-width: 1200px;
}

#header_bas {
  background: #CEAB5D;
}

iframe {
  max-width: 100%;
}

.description {
	width: auto;
	position: absolute;
	right: 0;
	top: 5%;
	z-index: 10000;
}
.bandeau {
  margin-top: 10px;
  text-align: left;
}

#header_top {
  max-width: 1200px;
}

.titre {
	margin-right: 2%;
	text-align: left;
	width: 100%;
	color: #fff;
	display: inline-block;
}
.titre .texte {
	width: auto;
	color: #000000;
	font-family: Roboto slab;
	line-height: normal;
}
.titre_bandeau {
  font-size: 25px;
  font-weight: bold;
}

.sous_titre_bandeau {
  font-size: 25px;
  line-height: 25px;
}

.logo {
	width: 100%;
	margin-right: 10px;
	display: inline-block;
	max-width: 200px;
	border-right: 1px solid #000;
}

.slogan {
  font-size: 17px;
  font-weight: bold;
  color: #CEAB5D;
  /* font-family: Oswald; */
  font-style: italic;
  line-height: 24px;
}

#slideshow-container {
  margin: 0;
  width: 45%;
  height: 200px;
}

#slideshow-container img {
  top: 0;
  bottom: auto;
  height: auto;
}

#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 {
	width: auto;
	margin: 0 auto;
	background: url(../img/interface/MFR-Lamballe.jpg) no-repeat bottom center / 90%;
	padding-bottom: 75px;
}
.outils span {
  width: 50px;
  height: 50px;
  margin: 2px;
  border-radius: 50%;
}

.actualite_body {
  margin-top: 5px;
}

#actualite_mooquee {
  height: 400px;
}

.formation {
  background: #6FBE20;
  border-radius: 23px;
  overflow: hidden;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 1%;
  width: 46%;
}

.formation.vertical {
  background: #fa9d13;
  width: 22%;
}

.forma_3 {
  display: inline-block;
  width: 100%;
}

.formation tr,
.formation tbody {
  display: block;
}

.formation.orange {
  background: #f9b60e;
  width: 22%;
  margin: 5% 1%;
}

.formation .photo {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  height: 140px;
  padding: 0;
}

.formation .photo img {
  width: auto;
  height: 100%;
  display: block;
  /* max-width: 150%; */
  position: absolute;
  transition: all 1s;
}

.formation.vertical img {
  height: auto;
  width: 100%;
}

.formation .photo img:hover {
  height: 110%;
}

.formation.vertical img:hover {
  height: auto;
  width: 110%;
}

.formation td.texte {
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 59%;
}

.formation.vertical .photo {
  width: 100%;
  min-height: 140px;
}

.formation.vertical td.texte {
  width: 100%;
  min-height: 220px;
}

.formation h3 {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.formation.vertical h3 {
  margin-top: 15px;
}

.formation h3::before,
.formation h3::after {
  content: "";
  display: block;
  height: 10px;
  width: 60%;
  margin: 0 auto;
}

.formation h3::before {
  border-top: 1px solid #fff;
}

.formation h3::after {
  border-bottom: 1px solid #fff;
}

.formation h4 {
  font-size: 16px;
  color: #fff;
  margin-top: 25px;
  font-weight: 300;
  text-align: center;
}

.formation h5 {
  font-size: 14px;
  text-align: center;
  width: 50%;
  border: 1px solid #fff;
  margin: 18px auto 20px auto;
  /* margin-top: 20px; */
  padding: 5px;
  /* margin-bottom: 15px; */
}

.formation.vertical h5 {
  width: 95%;
  border: none;
  margin: 10px;
  padding: 0;
}

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

.formation a.INTERF_liensUtilisateur:hover {
  background: transparent;
  text-decoration: none;
  color: #333;
}

.INTERF_ficheFormation_formation_accroche {
	font-family: Oswald;
	font-size: 22px;
	color: #333;
	font-weight: normal;
	font-style: italic;
}
.agenda_date {
	display: none;
}
.agenda_accroche {
	display: block;
}
.info {
  font: 23px Oswald;
  background: #8FBE00;
  text-align: center;
  margin: 5px;
  padding: 10px 0px;
}

.info a {
  position: relative;
  padding: 5px 0;
  text-decoration: none !important;
  color: #fff !important;
}

.partenaires img {
  max-height: 75px;
}
.colonne_droite {
	padding-top: 0;
	width: 50%;
	
}
/*Formulaire*/
tr.info_responsable {
	display: none;
}

.info_eleve::before {
	content: "Vos informations";
}
.info_eleve span {
	display: none;
}
.contact_table {
  font: 34px Oswald;
  background: #333;
  color: #FFF;
  text-align: center;
  padding: 5px;
  overflow: hidden;
  width: 70%;
  margin: 0 auto;
}

.contact_table td {
  padding: 4px;
  font-size: 0;
}

.fom_contact {
  font: 300 15px Oswald;
  width: 100%;
  padding: 7px;
  border: 1px solid #fff;
  background: rgba(255,255,255,0.3);
  color: #FFF;
}

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

.fom_contact.select {
  background: #717171;
}

.fom_contact.bouton {
  background: #909B25;
  cursor: pointer;
}

#form_contact {
  display: inline-block;
  width: 47%;
  vertical-align: middle;
}

.fom_contact {
  padding: 5px;
}

.contact_table {
  background: transparent;
  width: 60%;
  color: #FFF;
  font-size: 50px;
  /* display: inline-block; */
}

.contact_titre {
  display: none;
}

.fom_contact.select {
  background: transparent;
}

#RL_div_footer_master::before {
  font: 30px Oswald;
  background: #CEAB5D;
  display: block;
  content: 'Nous contacter';
  text-transform: uppercase;
  color: #fff;
}

.partenaires {
  padding: 0;
}

.info_coordonnee span {
  display: block;
  text-align: left;
  font-size: 25px;
  padding-left: 40px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 35px 35px;
}

.info_coordonnee a {
  color: #fff;
  text-decoration: none;
}

span.nom_mfr {
  background: url(../../img/interface/adress.png);
  font-size: 35px;
  margin-bottom: 0;
  font-weight: 600;
  background-repeat: no-repeat;
  background-size: auto 35px;
  background-position: left center;
}

.tel_mfr {
  background: url(../../img/interface/tel.png);
}
.fax_mfr {
  background: url(../../img/interface/tel.png);
}

.mail_mfr {
  background: url(../../img/interface/mail.png);
}

.facebook_mfr {
  background: url(../../img/interface/facebook.png);
}

div#RL_div_M_identite_MFR {
  font: normal 18px Oswald;
  color: #fff;
  text-align: center;
  padding: 5px;
  display: inline-block;
  width: 39%;
  vertical-align: middle;
}

a.INTERF_liensInfoMaison:link {
  color: #fff;
  text-decoration: none;
}

.INTERF_mentions_txt {
  padding: 3px;
  background: #333;
  color: #fff;
}

a.INTERF_mentions_txt:link {
  color: #fff;
  text-decoration: none;
}

a.INTERF_mentions_txt:visited {
  color: #fff;
}

a.INTERF_mentions_txt:hover {
  color: #fff;
}

a.INTERF_mentions_txt:active {
  color: #fff;
}

/*BANDEAU*/

div#RL_div_header_master {
  height: auto;
  padding-top: 0;
  width: 100%;
  position: relative;
  background: #fff;
}

.agenda::before {
  font: 28px/35px Oswald;
  content: "Agenda Formations";
  color: #6FBE20;
  display: block;
}

.agenda_header {
  display: none;
}

#agenda_mooquee {
  height: 250px;
}

.agenda_item {
  width: 49%;
}

.agenda_img {
  background: url(../img/interface/agenda.jpg) no-repeat scroll 0 0 /cover !important;
  height: 200px;
}

@media screen and (min-width: 1200px) {
  #slideshow-container {
    width: 25%;
    height: 180px;
    margin: 2%;
  }

  #menu li a {
    padding: 0 24px;
  }
}

@media screen and (max-width: 1200px) {
  span.nom_mfr {
    font-size: 25px;
  }

  .contact_table {
    width: 100%;
  }
  

#slideshow-container {
		width: 25%;
	height: 200px;
}
}

@media screen and (max-width: 990px) {
  .outils span {
    width: 40px;
    height: 40px;
  }
  .logo {

	margin-right:0;
	display: block;
	max-width: 200px;
	margin: 0 auto;
        border:none;
}
.titre .texte {
	text-align: center;
	display: block;
}
.description {
	width: 100%;
	position: relative;
	right: 0;
	top: 0;
	text-align: center;
}
.outils {
	text-align: center;
	background: url(../img/interface/MFR-Lamballe.jpg) no-repeat right center / 120px;
	padding-bottom: 0;
}

#menu li a {
	background: #000 none repeat scroll 0 0;
}
  .info_coordonnee span {
    font-size: 20px;
    background-size: 25px 25px;
  }


  .titre .texte {
    text-align: center;
  }


  #slideshow-container {
    margin: 0;
    width: 25%;
    height: 160px;
    margin: 0 5px;
  }

  #slideshow-container img {
    width: auto;
    height: 100%;
    min-width: 100%;
  }

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

@media screen and (max-width: 600px) {
  .info_popup {
    overflow: auto;
  }

  .content_popup {
    top: 5%;
    padding: 5px;
    border: 2px solid #7A4386;
    z-index: 1000000;
  }

  .text_popup {
    font-size: 15px;
  }

  #form_contact {
    width: 100%;
  }

  div#RL_div_M_identite_MFR {
    width: 100%;
  }
}

@media screen and (max-width: 720px) {
  .titre {
	width: 100%;
}

.titre, .description {
	vertical-align: middle;
	text-align: center;
}

  .titre_bandeau {
    font-size: 18px;
  }

  #slideshow-container {
    display: none;
  }
.description {
	width: 100%;
	position: relative;
	right: 0;

}
.logo {

	border-right: none;
}
  .outils {
    display: inline-block;
  }

  .formation.vertical {
    width: 100%;
  }

  .partenaires img {
    max-height: 40px;
  }
}

@media screen and (max-width: 600px) {
  .description {
    width: 100%;
  }

  .outils {
    width: 100%;
  }

  .titre {
    width: 100%;
    padding: 2px;
  }
}</pre></body></html>