<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --blue-light: #214d77;
  --blue-dark:  #113a56;
  --orange:  #ECCEAE;
}

body.site{
  height:  100%;
}

img{
  max-width: 100%;
  height:  auto;
}

#container-component .page-link {
  color: var(--blue-light);
}

#container-component .page-item.active .page-link {
  background-color: var(--blue-light);
  border-color: var(--blue-light);
}

#container-component .page-item.active .page-link{
  color:  #FFFFFF;
}

#container-component a{
  text-decoration: none;
}

/* HEADER + NAVIGATION */

#main-slide {
  background: #ededee;
}

#header{
  position: relative;
}

#loupe {
  display: inline-block;
  padding-right: 10px;
  border-right: 2px solid #000;
}

#loupe img {
  width: 35px;
}

#logo-europe{
  position: absolute;
  top: 0;
  right:  -260px;
  z-index:  1;
}

img#logo_fse {
    height: 75px;
}

.offcanvas-collapse {
  position: fixed;
  top: 0; /* Height of navbar */
  bottom: 0;
  left: 100%;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  overflow-y: auto;
  visibility: hidden;
  background-color: #5f5f5f;
  transition: transform .3s ease-in-out, visibility .3s ease-in-out;
}
.offcanvas-collapse.open {
  visibility: visible;
  transform: translateX(-100%);
}


.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

#navbarSideCollapse{
  display:  inline-block;
}

#navbarsRsma {
  max-width: 400px;
  z-index: 1000;
}

#navbarsRsma .inner {
  padding: 10px;
  position: relative;
  width: 100%;
}

#close_nav {
  position: absolute;
  right: 0;
}

.bg-light {
  background-color: #ffffff !important;
}

.container-fluid{
  max-width: 1600px;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='butt' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-collapse {
  align-items: start;
}

#close_nav svg {
  fill: #ffffff;
  fill-opacity: 1;
  stroke: rgb(237, 21, 102);
  stroke-width: 0px;
  width: 20px;
  cursor: pointer;
}

#logo-nav{
  margin-top:  40px;
  text-align:  center;
}

#navbarsRsma ul.mod-menu &gt; li ul.mod-menu__sub{
  max-height: 0;
  transition: max-height 3s ease-out, visibility 2.5s ease-out;
  visibility: hidden;
}

#navbarsRsma ul.mod-menu &gt; li:hover ul.mod-menu__sub{
  max-height: 500px;
  transition: max-height 1s ease-in, visibility 1.5s ease-in ;
  visibility: visible;
}

/* MAIN */

main {
  margin-top: 90px;
}

#mods-home {
  background: #ededee;
  margin-bottom: 20px;
}

.mod-home .inner {
  padding: 20px;
}

.mod-home .mod-custom{
  position:  relative;
  min-height: 400px;
  background-size: cover;
  background-position: center center;
}

.actu_img {
  height: 250px;
  background-size: cover;
}

.mod-home .mod-custom .modtitle {
  color: #ffffff;
  text-decoration: none;
  background: var(--blue-light);
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  display: block;
  width: 350px;
  padding: 10px 0;
  position: absolute;
  top: 15%;
  left: 50%;
  max-width: 100%;
  transform: translateX(-50%);
}

#mods-home{
  margin-left:  0;
  margin-right: 0;
}

.moduletable h3{
  text-
}

/* NEWSLETTER */

.acysubbuttons {
  text-align: center;
}

#newsletter{
  padding-bottom:  20px;
}

#newsletter h3{
  font-weight:  bold;
  text-transform: uppercase;
}

.acyfield_text input {
  width: 100%;
  margin: 0;
  border: 3px solid #000000;
  height: 50px;
  display: block;
  max-width: 100% !important;
  padding: 0 5px;
}

.acysubbuttons .subbutton,
.contact-form .btn-primary,
#userForm .rsform-submit-button {
  background: var(--blue-dark);
  color: #FFFFFF;
  font-weight: bold;
  border: 0;
  border-radius: 0;
  font-size: 20px;
  padding: 5px 30px;
  line-height: 1.5;
  text-transform: uppercase;
}

.inscription_btn {
    text-align: center;
    margin-top: 40px;
}

.btn-inscription {
    background: #be2638;
    color: #FFFFFF;
    font-weight: bold;
    border: 0;
    border-radius: 0;
    font-size: 30px;
    padding: 5px 30px;
    line-height: 1.5;
    display: inline-block;
    text-transform: uppercase;
    border:  2px solid #be2638;
}

.btn-inscription:hover {
    background: #ffffff;
    color: #be2638;
}

.contact-form fieldset {
  margin-bottom: 10px !important;
}

#newsletter {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

/* MOD ACTUS */

.rsma-actus{
  margin-bottom:  40px;
}

.rsma-actus .inner {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  min-height: 575px;
  position: relative;
}

.rsma-actus .readmore {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.rsma-actus .readmore a{
  display:  block;
  width:  100%;
}

.rsma-actus .content{
  padding:  10px;
}

.rsma-actus .title {
  min-height: 110px;
}

.readmore{
  text-align: center;
}

.readmore a{
  display: inline-block;
  background: var(--blue-dark);
  color: #FFFFFF;
  font-weight: bold;
  border: 0;
  border-radius: 0;
  font-size: 20px;
  padding: 5px 30px;
  text-decoration: none;
}

#position-2 {
  padding: 20px 0;
  background: rgb(250, 250, 250);
  margin-bottom: 20px;
}

#container-component {
  padding-bottom: 50px;
  max-width: 1200px;
}

#header a {
  text-decoration: none;
}

/* FOOTER */

footer{
  color:  #FFFFFF;
  text-align: center;
  padding:  40px;
  background:  var(--blue-dark);
}

footer #footer_logos img{
  margin:  20px;
}

footer #footer_menu ul{
  text-align: center;
  padding: 20px 0;
  display: block;
  width:  100%;
}

footer #footer_menu ul li{
  display: inline-block;
  padding: 0 20px;
}

footer #footer_menu ul li a{
  color:  #FFFFFF;
  text-decoration:  none;
}

footer #footer_menu ul li.active a,
footer #footer_menu ul li a:hover{
  text-decoration:  underline;
}

footer #copyright{
  margin: 20px 0;
}

/* FORMATION */

.formation_img {
  height: 250px;
  background-size: cover;
}

.bif_title {
  font-size: 40px;
  text-align: center;
  display: block;
  color: #BE2638;
  padding-bottom: 0px;
  border-bottom: 3px solid #000;
}

.bif_desc {
  display: block;
  text-align: center;
  color: #222429;
  font-size: 15px;
  padding: 10px 0;
}

.bif_icon {
  display: block;
  text-align: center;
  font-size: 50px;
}

#formation_text {
  color: #ffffff;
  background: var(--blue-dark);
  margin-bottom: 20px;
  position: relative;
}

#formation_text .inner{
  padding:  10px;
}

#image_formation img {
  width: 100%;
}

#lieu_formation{
  color:  var(--orange);
  position: absolute;
  top: 10px;
  right: 10px;
}

#diplome {
  background: #ecceae;
  margin: 40px 0;
  padding: 20px;
}

#diplome svg{
  max-width: 100%;
}

.profil_bloc img {
  width: 40px;
}

.profil_bloc {
  padding: 10px;
}

#insertion{
  padding-top:  40px;
}

#formation_text p{
  text-align:  justify;
}

#qualifications img {
  min-width: 40px;
}


/* FIN FORMATION */

#navbarsRsma ul li{
  display:  block;
  width:  100%;
}

#navbarsRsma ul li a{
  text-decoration:  none;
  display:  block;
  width: 100%;
  padding:  10px;
  color:  #FFFFFF;
  border-bottom:  3px dotted #ffffff;
  text-transform:  uppercase;
}

#navbarsRsma ul li a:hover,
#navbarsRsma ul li.active &gt; a{
  color:  var(--orange);
}

#navbarsRsma ul li.parent ul{
  padding-left:  15px;
  font-size:  12px;
}

#navbarsRsma ul li.parent ul li a{
  border-bottom:  1px dotted #ffffff;
}

.blog-item{
  margin-bottom:  20px;
}

.blog-item img {
  width: 100%;
  height: 180px;
}

.blog-item figure {
  margin: 0;
}

.item-content .inner{
  padding:  10px;
  background: var(--blue-dark);
  position:  relative;
}

.item-content .inner h2 {
  color: #F8F096;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  display: block;
  height: 75px;
}

.item-content .inner a:hover,
.item-content .inner a{
  text-decoration:  none;
}

.item-content .item-cat {
  color: #FFFFFF;
  display: inline-block;
  height: 50px;
}

.readmore-item {
  position: absolute;
  right: 10px;
  bottom: 5px;
  color: #ffffff;
  font-size: 30px;
}

/* RECHERCHE */

#overlay_search {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #454751;
  top:  0;
}

#bloc_search{
  background: #ededee;
  width:  900px;
  max-width: 100%;
  margin:  20% auto;
  text-align:  center;
  position:  relative;
}


#bloc_search .inner{
  padding:  40px 30px;
}


#bloc_search h3 {
  color: var(--blue-light);
  font-weight: bold;
  font-size: 35px;
  padding-bottom: 20px;
}

#close_search_icon {
  fill: #fff;
  width: 30px;
  position: absolute;
  right: 10px;
  top: -35px;
  cursor: pointer;
}

.awesomplete {
  display: block;
  width: 100%;
  padding-bottom:  20px;
}

.awesomplete input {
  border: 2px solid #000000;
  border-radius: 0;
}

#bloc_search .icon-search{
  display:  none;
}

#bloc_search .btn-primary{
  width:  100%;
  text-align: center;
  display:  block;
}

#bloc_search .btn-primary {
  width: 100%;
  text-align: center;
  display: block;
  background: #ffffff;
  border: 0;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 0;
}

#filter_formations select {
  width: 100%;
  display: block;
  background: no-repeat;
  border: 2px solid var(--blue-dark);
  padding: 15px;
  margin-bottom: 20px;
}

#maps {
  padding: 15px;
  background: rgb(250, 250, 250);
}

.float-end {
  float: none !important;
}

.osmap-items a{
  color:  var(--blue-light);
  text-decoration: none;
}

.osmap-items a:hover{
  color:  var(--blue-dark);
  text-decoration: underline;
}

#copyright a{
  color:  var(--orange);
  text-decoration:  none;
}

#copyright a:hover{
  color:  var(--orange);
  text-decoration:  underline;
}

.btncv {
  background: #BE2638;
  color: #FFFFFF;
  font-weight: bold;
  border: 0;
  border-radius: 0;
  font-size: 20px;
  padding: 5px 30px;
}

.btncv:hover{
  color:  #ffffff;
}

.slide-desc{
  top:  50%;
}

.slide-desc-bg{
  background: none !important;
}

.slide-title {
  text-align: center;
  font-size: 4.5em !important;
  font-weight: lighter !important;
  font-style: italic;
}

.formBody input, 
.formBody textarea, 
.formBody select {
  width: 100%;
}

#jform_captcha {
    margin: 10px 0;
}

@media (max-width: 1250px) {
  /*body{
    padding-top: 100px;
  }*/

  #logo_fse{
    display: none;
  }
}

#registerForm input {
    height: 60px;
    margin-bottom: 20px;
}

body.site .btn-primary {
    background: #c45c19;
    border: 0;
    padding: 20px 0;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1;
    border-radius: 0;
}

body.site .btn-primary:hover {
    opacity: .85;
    background: #c45c19;
}</pre></body></html>