/** END FONCTIONS **/
body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.conteneur {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.sidebar-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 90;
  opacity: 0;
}
#main {
  overflow: hidden;
}
#main.po {
  padding-top: 80px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
div,
li,
span {
  font-family: 'Lato', sans-serif;
}
a {
  text-decoration: none;
}
/* preloader */
@keyframes rotate-loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#preloader {
  text-align: center;
  width: 100%;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 1000;
  background: #fff;
}
#preloader > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation: rotate-loader 500ms infinite linear;
  -moz-animation: rotate-loader 500ms infinite linear;
  -ms-animation: rotate-loader 500ms infinite linear;
  -o-animation: rotate-loader 500ms infinite linear;
}
#preloader > span > span {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  border: 2px solid #f4a359;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
}
/* end preloader */
/** HEADER **/
/* MENU */
/*MENU MOBILE*/
header#masthead.mobile {
  height: 80px;
  position: relative;
  background-color: transparent;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 110;
}
header#masthead.mobile #logo {
  z-index: 10;
  display: inline-block;
  position: absolute;
}
header#masthead.mobile #logo img {
  width: 125px;
  margin: 12px 0px 12px 30px;
  box-sizing: content-box;
  z-index: 10;
}
header#masthead.mobile.po #logo {
  width: 100%;
  text-align: center;
}
header#masthead.mobile.po #logo img {
  margin: 0 auto;
}
header#masthead.mobile.scroll {
  background-color: #f4a359;
}
header#masthead.mobile .btn_toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 40px;
  height: 40px;
  z-index: 110;
}
header#masthead.mobile .btn_toggle span {
  position: absolute;
  width: 24px;
  height: 1px;
  background-color: #fff;
  right: 8px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
header#masthead.mobile .btn_toggle span:nth-of-type(1) {
  top: 11px;
}
header#masthead.mobile .btn_toggle span:nth-of-type(2) {
  top: 19px;
  width: 16px;
}
header#masthead.mobile .btn_toggle span:nth-of-type(3) {
  top: 28px;
}
header#masthead.mobile .btn_toggle.open span {
  background-color: #8A9BA7;
  right: 11px;
}
header#masthead.mobile .btn_toggle.open span:nth-of-type(2) {
  width: 0;
}
header#masthead.mobile .btn_toggle.open span:nth-of-type(1) {
  transform: rotate(-45deg);
  transform-origin: right;
}
header#masthead.mobile .btn_toggle.open span:nth-of-type(3) {
  transform: rotate(45deg);
  transform-origin: right;
}
header#masthead.mobile #langues {
  position: absolute;
  right: 0;
  right: 70px;
}
header#masthead.mobile #langues .wpml-ls {
  border: 0;
  padding: 0;
}
header#masthead.mobile #langues .wpml-ls .wpml-ls-link {
  padding: 0;
  width: 32px;
  height: 80px;
  display: flex;
  align-items: center;
}
header#masthead.mobile .sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
header#masthead.mobile .sidebar.open {
  visibility: visible;
  opacity: 1;
}
header#masthead.mobile .sidebar nav {
  height: 100%;
  overflow: auto;
}
header#masthead.mobile .sidebar .menu {
  padding: 30px;
  padding-top: 80px;
  background-image: url(../images/logo-menu-mobile.png);
  background-size: 125px;
  background-position: 30px 10px;
  background-repeat: no-repeat;
}
header#masthead.mobile .sidebar .menu > li:not(:last-of-type) {
  border-bottom: 1px solid #E7E7E7;
}
header#masthead.mobile .sidebar .menu > li > a,
header#masthead.mobile .sidebar .menu > li > span {
  color: #f4a359;
  padding: 25px 0;
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
header#masthead.mobile .sidebar .menu > li .sub-menu {
  padding-bottom: 30px;
  padding-top: 10px;
}
header#masthead.mobile .sidebar .menu > li .sub-menu li a,
header#masthead.mobile .sidebar .menu > li .sub-menu li span {
  padding-left: 20px;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  color: #66718E;
}
header#masthead.mobile .sidebar .menu > li .sub-menu li:not(:last-of-type) {
  margin-bottom: 20px;
}
header#masthead.mobile .sidebar .menu > li.children {
  position: relative;
}
header#masthead.mobile .sidebar .menu > li.children:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 69px;
  width: 30px;
  background-image: url(../images/picto_acces.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 9px;
}
header#masthead.mobile .sidebar .menu .megamenu .gauche,
header#masthead.mobile .sidebar .menu .megamenu .recherche,
header#masthead.mobile .sidebar .menu .megamenu .jedecouvre {
  display: none;
}
header#masthead.mobile .sidebar .menu .megamenu.formations .domaine {
  display: none;
}
header#masthead.mobile .sidebar .bouton_espace {
  position: absolute;
  top: 0;
  right: 55px;
}
header#masthead.mobile .sidebar .bouton_espace a {
  padding: 0 10px;
  background-color: #f4a359;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  display: block;
  border-radius: 0 0 20px 20px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
header#masthead.mobile .sidebar .bouton_espace a:before {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -40px;
  border-radius: 20px;
  box-shadow: 20px -20px 0 0 #f4a359;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
header#masthead.mobile .sidebar .bouton_espace a:after {
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: -40px;
  border-radius: 20px;
  box-shadow: -20px -20px 0 0 #f4a359;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
header#masthead.mobile .sidebar .bouton_espace.jaune a {
  background-color: #EFBD4D;
}
header#masthead.mobile .sidebar .bouton_espace.jaune a:before {
  box-shadow: 20px -20px 0 0 #EFBD4D;
}
header#masthead.mobile .sidebar .bouton_espace.jaune a:after {
  box-shadow: -20px -20px 0 0 #EFBD4D;
}
header#masthead.mobile .bouton_acces a,
header#masthead.mobile .bouton_contact a {
  color: #f4a359;
  font-size: 16px;
  display: block;
  line-height: 50px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 20px;
}
header#masthead.mobile .bouton_acces {
  margin-top: 30px;
  border-radius: 5px;
  background-color: #ffffff;
  background-image: url(../images/picto_acces.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 9px;
}
header#masthead.mobile .grey {
  background-color: #f0f3f8;
  padding: 30px;
}
header#masthead #reseaux_sociaux p {
  font-family: 'verveine', sans-serif;
  font-size: 26px;
  color: #4f5b61;
}
header#masthead #reseaux_sociaux ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
header#masthead #reseaux_sociaux ul li a {
  color: #66718e;
  display: block;
}
header#masthead #reseaux_sociaux ul li a:before {
  font-size: 26px;
}
header#masthead .baseline_po {
  text-transform: uppercase;
  color: #efbd4d;
  font-size: 18px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 55px;
}
#sticky_right {
  position: fixed;
  bottom: 30px;
  right: -200px;
  z-index: 100;
  box-shadow: 0 12px 23px rgba(2, 5, 6, 0.4);
  border-radius: 20px 0 0 20px;
  padding-left: 35px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#sticky_right:after {
  content: '';
  width: 10px;
  height: 10px;
  z-index: 0;
  border: 0;
  border-top: 3px solid #f4a359;
  border-left: 3px solid #f4a359;
  background-color: transparent;
  border-radius: 2px 0 0 0;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: rotate(-45deg);
  margin-top: -5px;
}
#sticky_right.open {
  right: 0;
}
#sticky_right.open:after {
  left: 10px;
  transform: rotate(135deg);
}
#sticky_right .content .ov {
  border-radius: 20px 0 0 20px;
}
#sticky_right .content a {
  width: 195px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  height: 90px;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  padding-right: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#sticky_right .content a span {
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  border-radius: 2px;
  display: inline-block;
  margin-left: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#sticky_right .content a:nth-of-type(1) {
  background-color: #e5d9b9;
  border-radius: 20px 0 0 0;
}
#sticky_right .content a:nth-of-type(1):before {
  content: '';
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 0 0 20px 0;
  box-shadow: 0 20px 0 0 #e5d9b9;
}
#sticky_right .content a:nth-of-type(1):after {
  box-shadow: 0 -20px 0 0 #e5d9b9;
}
#sticky_right .content a:nth-of-type(2) {
  background-color: #f4a359;
}
#sticky_right .content a:nth-of-type(2):after {
  box-shadow: 0 -20px 0 0 #f4a359;
}
#sticky_right .content a:nth-of-type(3) {
  background-color: #e5d9b9;
}
#sticky_right .content a:nth-of-type(3):after {
  box-shadow: 0 -20px 0 0 #e5d9b9;
}
#sticky_right .content a:last-of-type {
  border-bottom-left-radius: 20px;
}
#sticky_right .content a:last-of-type:after {
  content: '';
  position: absolute;
  bottom: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 0 20px 0 0;
}
#sticky_right .content a:hover span {
  transform: rotate(45deg) translate(5px, -5px);
}
/* */
/** END HEADER **/
.bouton a,
.bouton input {
  box-shadow: 0 12px 10px rgba(8, 24, 36, 0.3);
  letter-spacing: 2px;
  border-radius: 3px;
  position: relative;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  line-height: 36px;
  padding: 0 16px;
  display: inline-block;
  border: none;
  outline: none;
  cursor: pointer;
  background-image: url(../images/bouton_fleche.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 20px;
  padding-right: 60px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.bouton a:after,
.bouton input:after {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  border-radius: 5px;
  opacity: 0.5;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.bouton a:hover,
.bouton input:hover {
  background-position: right 15px center !important;
}
.bouton a:hover:after,
.bouton input:hover:after {
  border-width: 10px !important;
  opacity: 1;
}
.bouton input {
  box-shadow: 0 0 0 3px inset #ffffff, 0 12px 10px rgba(8, 24, 36, 0.3);
  border: 1px solid #f4a359;
  padding: 6px 22px;
  padding-right: 60px;
}
.bouton.center {
  text-align: center;
}
.bouton.rond a,
.bouton.rond input {
  border-radius: 18px;
}
.bouton.rond a:after,
.bouton.rond input:after {
  border-radius: 23px;
}
.bouton.blanc a,
.bouton.blanc input {
  background-color: #fff;
  color: #f4a359;
  background-image: url(../images/bouton_fleche_bleue.png);
}
.bouton.blanc a:after,
.bouton.blanc input:after {
  border: 1px solid #fff;
}
.bouton.bleu a,
.bouton.bleu input {
  background-color: #f4a359;
  color: #fff;
}
.bouton.bleu a:after,
.bouton.bleu input:after {
  border: 1px solid #f4a359;
}
.bouton_lien a {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  background-image: url(../images/bouton_fleche_bleue.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px;
  padding-right: 40px;
  display: inline-block;
  line-height: 30px;
  position: relative;
}
.bouton_lien a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #fff;
  width: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.bouton_lien a:hover:after {
  width: calc(100% - 40px);
}
.bouton_lien.blanc a {
  color: #fff;
  background-image: url(../images/bouton_fleche.png);
}
.wysiwyg p,
.wysiwyg li,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-size: 18px;
  line-height: 22px;
  color: #444C60;
  margin-bottom: 25px;
}
.wysiwyg p strong,
.wysiwyg li strong,
.wysiwyg h1 strong,
.wysiwyg h2 strong,
.wysiwyg h3 strong,
.wysiwyg h4 strong,
.wysiwyg h5 strong,
.wysiwyg h6 strong {
  color: #000;
  font-weight: bold;
}
.wysiwyg p a,
.wysiwyg li a,
.wysiwyg h1 a,
.wysiwyg h2 a,
.wysiwyg h3 a,
.wysiwyg h4 a,
.wysiwyg h5 a,
.wysiwyg h6 a {
  color: #f4a359;
  text-decoration: underline;
}
.wysiwyg ul {
  margin-bottom: 20px;
}
.wysiwyg ul li {
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.wysiwyg ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e5d9b9;
}
.wysiwyg .fl-builder-content {
  position: relative;
  z-index: 10;
}
.wysiwyg .nice-select ul li:before {
  display: none;
}
.wysiwyg .fl-photo-caption {
  font-size: 14px;
  line-height: 1.2;
  color: #444C60;
  font-style: italic;
}
.wysiwyg .fl-accordion .fl-accordion-item {
  border: none;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 0;
}
.wysiwyg .fl-accordion .fl-accordion-item .fl-accordion-button {
  padding: 25px;
}
.wysiwyg .fl-accordion .fl-accordion-item .fl-accordion-button a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 3px;
  outline: none;
  color: #66718E;
}
.wysiwyg .fl-accordion .fl-accordion-item .fl-accordion-content {
  padding: 25px;
}
.wysiwyg .fl-accordion .fl-accordion-item:not(.fl-accordion-item-active) .fl-accordion-button:hover {
  background-color: #EEF2F8;
}
.wysiwyg .fl-accordion .fl-accordion-item.fl-accordion-item-active .fl-accordion-button {
  background-color: #f4a359;
}
.wysiwyg .fl-accordion .fl-accordion-item.fl-accordion-item-active .fl-accordion-button a {
  color: #ffffff;
}
.wysiwyg .fl-accordion .fl-accordion-button-icon-left,
.wysiwyg .fl-accordion .fl-accordion-button-icon-right {
  opacity: 1;
}
.wysiwyg .fl-tabs .fl-tabs-labels .fl-tabs-label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 3px;
  padding: 20px 25px;
  color: #66718E;
  border: 1px solid #E7E7E7;
  border-bottom: none;
  outline: none;
}
.wysiwyg .fl-tabs .fl-tabs-labels .fl-tabs-label:not(.fl-tab-active):hover {
  background-color: #EEF2F8;
}
.wysiwyg .fl-tabs .fl-tabs-labels .fl-tabs-label.fl-tab-active {
  color: #fff;
  background-color: #e5d9b9;
  border-color: #e5d9b9;
}
.wysiwyg .fl-tabs .fl-tabs-panels {
  border: none;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}
.wysiwyg .fl-tabs .fl-tabs-panel .fl-tabs-panel-content {
  padding: 25px;
}
.wysiwyg .fl-rich-text table {
  border-radius: 8px;
  overflow: hidden;
}
.wysiwyg .fl-rich-text table thead tr td {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  letter-spacing: 3px;
  background-color: #e5d9b9;
  padding: 20px 30px;
}
.wysiwyg .fl-rich-text table thead tr td:not(:last-of-type) {
  border-right: 3px solid #fff;
}
.wysiwyg .fl-rich-text table tbody tr td {
  padding: 20px 30px;
  font-size: 14px;
  line-height: 17px;
}
.wysiwyg .fl-rich-text table tbody tr td:not(:last-of-type) {
  border-right: 3px solid #fff;
}
.wysiwyg .fl-rich-text table tbody tr:nth-of-type(2n+1) {
  background-color: #EEF2F8;
}
.wysiwyg .fl-builder-content a.fl-button {
  box-shadow: 0 12px 10px rgba(145, 150, 159, 0.6);
  letter-spacing: 2px;
  border-radius: 3px;
  position: relative;
  background-color: #f4a359 !important;
  background-image: url(../images/bouton_fleche.png) !important;
  background-repeat: no-repeat !important;
  background-position: right 20px center !important;
  background-size: 20px !important;
  padding-right: 60px;
  border: none !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.wysiwyg .fl-builder-content a.fl-button span.fl-button-text {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
.wysiwyg .fl-builder-content a.fl-button i:before {
  color: #fff;
}
.wysiwyg .fl-builder-content a.fl-button:after {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  border: 1px solid #f4a359;
  border-radius: 5px;
  opacity: 0.5;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.wysiwyg .fl-builder-content a.fl-button:hover {
  background-position: right 15px center;
}
.wysiwyg .fl-builder-content a.fl-button:hover:after {
  border-width: 10px;
  opacity: 1;
}
#liste_actus {
  background-color: #e5d9b9;
  padding: 170px 0;
  position: relative;
  overflow: hidden;
  margin-top: -20%;
}
#liste_actus:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 380px 1920px;
  border-color: #f4a359 #f4a359 #e5d9b9 #f4a359;
}
#liste_actus.full {
  background-color: transparent;
}
#liste_actus.full:before,
#liste_actus.full:after {
  display: none;
}
#liste_actus .titre_section {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 30px;
  color: #ffffff;
  position: relative;
  z-index: 20;
}
#liste_actus ul {
  position: relative;
  z-index: 20;
  padding: 0 20px;
}
#liste_actus ul li {
  width: 100%;
  max-width: 360px;
  border-radius: 8px;
  box-shadow: 20px 26px 31px 0 rgba(8, 24, 36, 0.5);
  overflow: hidden;
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}
#liste_actus ul li .visuel {
  width: 100%;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f4a359;
}
#liste_actus ul li .contenu {
  background-color: #fff;
  clip-path: polygon(calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%, 0 0);
  margin-top: -50px;
  padding: 30px 50px 30px 20px;
}
#liste_actus ul li .contenu .cat {
  display: inline-block;
  line-height: 24px;
  padding: 0 10px;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: 'verveine', sans-serif;
  color: #ffffff;
  background-color: #e5d9b9;
  margin-bottom: 10px;
}
#liste_actus ul li .contenu .titre {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}
#liste_actus ul li .contenu .resume {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1;
}
#liste_actus ul li .contenu a {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #f4a359;
  letter-spacing: 2px;
  line-height: 30px;
  margin-top: 10px;
  display: inline-block;
}
#liste_actus ul li .contenu a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #f4a359;
  width: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#liste_actus ul li .contenu a:hover:after {
  width: calc(100% - 40px);
}
#liste_actus.top-bleu:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 380px 1920px;
  border-color: #e5d9b9 #e5d9b9 #e5d9b9 #e5d9b9;
}
/** FOOTER **/
footer {
  background-color: #f4a359;
  padding: 70px 25px;
  text-align: center;
}
footer #logo img {
  margin: 0 auto;
}
footer #slogan {
  text-transform: uppercase;
  font-style: italic;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 2px;
  margin-top: 10px;
}
footer #footer_adresse {
  margin-top: 50px;
}
footer #footer_adresse p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.2;
}
footer #footer_adresse p a {
  color: #fff;
}
footer #footer_adresse .tel {
  font-size: 19px;
  color: #ffffff;
  line-height: 30px;
  padding-left: 25px;
  display: inline-block;
  margin: 25px 0;
  background-image: url(../images/picto_tel.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 14px;
}
footer #infos p {
  font-size: 14px;
  line-height: 1.2;
  color: #ffffff;
  opacity: 0.7;
}
footer #newsletter {
  margin-top: 40px;
  text-align: center;
}
footer #newsletter p {
  font-family: 'verveine', sans-serif;
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
footer #footer_bas {
  border-top: 1px solid #e48d3e;
  margin-top: 30px;
  padding-top: 30px;
}
footer #footer_bas #reseaux_sociaux p {
  display: none;
}
footer #reseaux_sociaux ul {
  display: flex;
}
footer #reseaux_sociaux ul li {
  flex: 1;
}
footer #reseaux_sociaux ul li a {
  display: block;
  color: #ffffff;
}
footer #reseaux_sociaux ul li a:before {
  font-size: 24px;
}
footer #reseaux_sociaux ul li a.flaticon-youtube:before {
  transform: translateY(2px);
  display: block;
  font-size: 32px;
}
footer #reseaux_sociaux ul li a:hover {
  color: #e5d9b9;
}
footer #menu_footer {
  margin-top: 60px;
}
footer #menu_footer li a,
footer #menu_footer li span {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  display: block;
}
footer #menu_footer li a:hover,
footer #menu_footer li span:hover {
  color: #e5d9b9;
}
footer.po {
  padding: 25px;
}
footer.po #footer_bas {
  border: none;
  margin-top: 0;
}
/** END FOOTER **/
.fancybox-bg {
  background: #fff !important;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.7 !important;
}
.fancybox-slide > div {
  background-color: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
#menu_acces {
  width: 80%;
  max-width: 600px;
  padding: 0;
}
#menu_acces .titre {
  padding: 30px;
  background-color: #ECF0F7;
  font-family: 'verveine', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 0 100%);
}
#menu_acces ul {
  padding: 10px 30px;
}
#menu_acces ul li a,
#menu_acces ul li span {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  color: #f4a359;
  padding: 15px 0;
}
#menu_acces ul li span {
  color: #e5d9b9;
  font-weight: bold;
}
#menu_acces ul li a:hover {
  color: #e5d9b9;
}
#menu_acces ul li:not(:last-of-type) a,
#menu_acces ul li:not(:last-of-type) span {
  border-bottom: 1px solid #E7E7E7;
}
/* PAGE LISTE FORMATIONS */
#page_liste_formations {
  padding: 0 25px;
  margin-top: -250px;
  position: relative;
}
#page_liste_formations #bloc_recherche {
  border-radius: 8px;
  box-shadow: 20px 26px 31px 0 rgba(8, 24, 36, 0.5);
  background-color: #e5d9b9;
}
#page_liste_formations #bloc_recherche #resultats {
  padding: 40px 25px;
}
#page_liste_formations #bloc_recherche #resultats .titre {
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 2px;
}
#page_liste_formations #bloc_recherche #resultats ul {
  margin-top: 20px;
}
#page_liste_formations #bloc_recherche #resultats ul li {
  font-style: italic;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 3px;
}
#page_liste_formations #bloc_recherche #resultats ul li span {
  font-weight: bold;
}
#page_liste_formations #bloc_recherche #resultats .nbr {
  margin-top: 25px;
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
#page_liste_formations #bloc_recherche #formulaire {
  background-color: #fff;
  padding: 40px 25px;
}
#page_liste_formations #bloc_recherche #formulaire form p {
  font-size: 21px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
}
#page_liste_formations #bloc_recherche #formulaire form input {
  margin-top: 25px;
}
#page_liste_formations #bloc_recherche #formulaire form .bouton {
  text-align: center;
}
#page_liste_formations #bloc_recherche #formulaire form .nice-select {
  padding: 0;
  border: 0;
  border-bottom: 2px solid #e5d9b9;
  display: inline-block;
  border-radius: 0px;
  float: none;
  padding-right: 30px;
  margin: 0 10px;
  height: 30px;
}
#page_liste_formations #bloc_recherche #formulaire form .nice-select:after {
  right: 4px;
  border-color: #e5d9b9;
  width: 8px;
  height: 8px;
}
#page_liste_formations #bloc_recherche #formulaire form .nice-select .list {
  max-height: 200px;
  overflow: auto;
}
#page_liste_formations #bloc_recherche #formulaire form .nice-select span {
  font-size: 21px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  color: #e5d9b9;
  max-width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
#page_liste_formations #bloc_recherche .voir_aussi {
  padding: 30px 20px;
}
#page_liste_formations #bloc_recherche .voir_aussi p.titre {
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}
#page_liste_formations #bloc_recherche .voir_aussi ul li {
  margin-top: 20px;
  padding-left: 0;
}
#page_liste_formations #bloc_recherche .voir_aussi ul li a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 15px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
}
#page_liste_formations #bloc_recherche .voir_aussi ul li a:hover {
  text-decoration: underline;
}
#page_liste_formations #bloc_recherche .voir_aussi ul li a:before {
  content: '';
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  border-radius: 2px;
  display: inline-block;
  margin-right: 7px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  width: 4px;
  height: 4px;
  margin-bottom: 1px;
}
#liste_formations {
  margin-top: 30px;
  margin-bottom: 40px;
}
#liste_formations .une_formation {
  border-radius: 8px;
  box-shadow: 20px 26px 31px 0 rgba(8, 24, 36, 0.5);
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
}
#liste_formations .une_formation .visuel {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 175px;
  width: 100%;
  background-color: #e5d9b9;
  position: relative;
}
#liste_formations .une_formation .visuel span {
  position: absolute;
  bottom: 0;
  left: 0;
  border-style: solid;
  border-width: 100px 0 0 100px;
}
#liste_formations .une_formation .visuel span.domaine_23 {
  border-color: transparent transparent transparent #F4A359;
}
#liste_formations .une_formation .visuel span.domaine_12 {
  border-color: transparent transparent transparent #EF7C7A;
}
#liste_formations .une_formation .visuel span.domaine_25 {
  border-color: transparent transparent transparent #6FB88B;
}
#liste_formations .une_formation .visuel span.domaine_24 {
  border-color: transparent transparent transparent #EFBD4D;
}
#liste_formations .une_formation .visuel span.diplome_53 {
  border-color: transparent transparent transparent #7BCBE8 !important;
}
#liste_formations .une_formation .content {
  background-color: #EEF2F8;
  padding: 30px 25px;
}
#liste_formations .une_formation .content .denomination {
  font-size: 20px;
  line-height: 22px;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
}
#liste_formations .une_formation .content ul {
  margin-top: 10px;
}
#liste_formations .une_formation .content ul li {
  font-size: 12px;
  font-style: italic;
  text-transform: uppercase;
}
#liste_formations .une_formation .content .disciplines {
  font-size: 12px;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 10px;
}
#liste_formations .une_formation .content .disciplines span {
  font-weight: bold;
}
#liste_formations .une_formation .content .description {
  font-size: 16px;
  line-height: 19px;
  margin-top: 15px;
  color: #444C60;
}
#liste_formations .une_formation .infos {
  padding: 30px 25px;
  padding-bottom: 100px;
}
#liste_formations .une_formation .infos .nature {
  font-size: 12px;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 10px;
}
#liste_formations .une_formation .infos .nature span {
  font-weight: bold;
}
#liste_formations .une_formation .infos .diplome {
  font-size: 12px;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 10px;
}
#liste_formations .une_formation .infos .diplome span {
  font-weight: bold;
}
#liste_formations .une_formation .infos .public {
  font-style: italic;
  margin-top: 10px;
  font-size: 14px;
}
#liste_formations .une_formation .infos .public span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}
#liste_formations .une_formation .infos .stage {
  font-size: 12px;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 10px;
}
#liste_formations .une_formation .bouton {
  position: absolute;
  bottom: 30px;
  right: 25px;
}
/* end PAGE LISTE FORMATIONS */
/* FICHE FORMATION */
#fiche_formation img.label {
  margin-top: -150px;
  position: relative;
}
#fiche_formation .conteneur {
  padding: 0 25px;
}
#fiche_formation .btn_retour {
  margin-bottom: 40px;
}
#fiche_formation .btn_retour a {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 30px;
  padding-left: 15px;
  color: #f4a359;
  font-weight: bold;
  display: inline-block;
}
#fiche_formation .btn_retour.bottom {
  margin-bottom: 0;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}
#fiche_formation .btn_retour.bottom a {
  color: #ffffff;
}
#fiche_formation .bouton.recherche {
  display: none;
}
#fiche_formation #tabs .tabs {
  display: none;
}
#fiche_formation #tabs .tab_drawer_heading {
  text-transform: uppercase;
  color: #66718E;
  font-size: 14px;
  font-weight: bold;
  padding: 25px;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #E7E7E7;
}
#fiche_formation #tabs .tab_drawer_heading.d_active {
  background-color: #EEF2F8;
  color: #f4a359;
  border-color: #EEF2F8;
  position: relative;
}
#fiche_formation #tabs .tab_drawer_heading.d_active:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  height: 1px;
  background-color: #fff;
}
#fiche_formation #tabs .tab_container {
  border-radius: 8px;
}
#fiche_formation #tabs .tab_content {
  background-color: #EEF2F8;
  padding: 25px;
  padding-top: 0;
  display: none;
  border-radius: 0 0 8px 8px;
}
#fiche_formation #tabs .tab_content p.description {
  font-size: 18px;
  line-height: 24px;
  color: #444c60;
}
#fiche_formation #tabs .tab_content p.titre {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  margin-top: 20px;
}
#fiche_formation #tabs .tab_content .groupe p:not(.titre) {
  font-size: 14px;
  line-height: 17px;
}
#fiche_formation #tabs .small {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-top: 10px;
}
#fiche_formation #telechargement {
  margin-top: 30px;
  border-radius: 2px;
  background-color: #D58EBD;
  position: relative;
  padding: 20px 40px;
  box-shadow: 0 12px 23px rgba(93, 103, 107, 0.3);
}
#fiche_formation #telechargement:after {
  content: '';
  position: absolute;
  top: -4px;
  bottom: -4px;
  right: -4px;
  left: -4px;
  border: 1px solid #D58EBD;
  opacity: 0.5;
  border-radius: 2px;
}
#fiche_formation #telechargement .titre {
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: bold;
}
#fiche_formation #telechargement ul {
  margin-top: 30px;
  position: relative;
  z-index: 10;
}
#fiche_formation #telechargement ul li {
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  padding: 3px 0;
  font-style: italic;
}
#fiche_formation #telechargement ul li a {
  text-decoration: underline;
  color: #ffffff;
}
#fiche_formation #responsable {
  margin-top: 50px;
  border-radius: 8px;
  background-color: #f4a359;
  padding: 50px 30px;
}
#fiche_formation #responsable .bloc {
  margin-bottom: 15px;
}
#fiche_formation #responsable .bloc .titre {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
#fiche_formation #responsable .bloc ul {
  margin-top: 5px;
}
#fiche_formation #responsable .bloc ul li {
  font-size: 16px;
  color: #ffffff;
}
#fiche_formation #responsable .question {
  margin-top: 30px;
}
#fiche_formation #responsable .question .titre {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffffff;
}
#fiche_formation #responsable .question .tel {
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
}
#fiche_formation #responsable .question .mail {
  margin-top: 5px;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  color: #ffffff;
}
#fiche_formation #responsable .question .mail a {
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
  margin-left: 5px;
}
#fiche_formation #temoignages_lien {
  background-color: #899BA6;
  padding: 170px 0;
  position: relative;
  clip-path: polygon(0 0, 100% 130px, 100% 100%, 0 calc(100% - 130px));
}
#fiche_formation #temoignages_lien #temoignages {
  margin-bottom: 50px;
}
#fiche_formation #temoignages_lien #temoignages .titre {
  font-size: 24px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
  color: #ffffff;
}
#fiche_formation #temoignages_lien #temoignages .description {
  margin-top: 10px;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
}
#fiche_formation #temoignages_lien #temoignages ul {
  margin-top: 40px;
}
#fiche_formation #temoignages_lien #temoignages ul li .img {
  height: 150px;
  width: 150px;
  box-shadow: 10px 10px 0 0 #667782;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
}
#fiche_formation #temoignages_lien #temoignages ul li .citation {
  font-family: 'verveine', sans-serif;
  font-size: 22px;
  color: #ffffff;
  line-height: 25px;
  letter-spacing: 2px;
}
#fiche_formation #temoignages_lien #temoignages ul li .infos {
  margin-top: 40px;
  font-size: 12px;
  line-height: 1.2;
  color: #ffffff;
}
#fiche_formation #temoignages_lien #temoignages ul li .infos span {
  font-size: 14px;
  text-transform: uppercase;
}
#fiche_formation #temoignages_lien #temoignages .owl-nav {
  display: flex;
  justify-content: space-between;
}
#fiche_formation #temoignages_lien #temoignages .owl-nav [class*=owl-] {
  font-size: 12px;
  line-height: 2;
  padding: 0;
  margin: 0;
  background: none;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 0;
}
#fiche_formation #temoignages_lien #temoignages .owl-nav [class*=owl-]:hover {
  border-bottom: 1px solid;
}
#fiche_formation #temoignages_lien #lien {
  margin-top: 50px;
  border-radius: 8px;
  background-color: #f4a359;
  padding: 50px 30px;
  padding-bottom: 170px;
  position: relative;
  margin-bottom: 70px;
}
#fiche_formation #temoignages_lien #lien .titre {
  text-transform: uppercase;
  font-style: italic;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.1;
}
#fiche_formation #temoignages_lien #lien .description {
  margin-top: 15px;
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
}
#fiche_formation #temoignages_lien #lien .bouton {
  margin-top: 20px;
}
#fiche_formation #temoignages_lien #lien img {
  width: 200px;
  height: 200px;
  background-color: #000000;
  position: absolute;
  bottom: -70px;
  left: 30px;
}
#fiche_formation #autres_formations {
  background-color: #f4a359;
  position: relative;
  padding: 100px 0;
  margin-top: 20px;
}
#fiche_formation #autres_formations:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 380px 1920px;
  border-color: #fff #fff #f4a359 #fff;
}
#fiche_formation #autres_formations #liste_formations {
  position: relative;
  z-index: 20;
}
#fiche_formation #autres_formations > .titre {
  font-size: 24px;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 40px;
  text-align: center;
  z-index: 20;
  position: relative;
}
#section_liste_evenements {
  max-width: 290px;
  margin-right: auto;
  margin-left: auto;
  z-index: 15;
  position: relative;
}
#section_liste_evenements ul li {
  border-radius: 8px;
  overflow: hidden;
}
#section_liste_evenements ul li.first {
  margin-bottom: 30px;
  position: relative;
  background-color: #fff;
}
#section_liste_evenements ul li.first .img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 130px;
  background-color: #eee;
}
#section_liste_evenements ul li.first .content {
  padding: 40px 20px;
}
#section_liste_evenements ul li.first .titre {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1;
  color: #000;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#section_liste_evenements ul li.first .stitre {
  font-size: 14px;
  line-height: 16px;
  color: #444C60;
}
#section_liste_evenements ul li.first .date {
  position: absolute;
  top: 80px;
  left: 10px;
  width: 70px;
  height: 60px;
  background-color: #e5d9b9;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
  font-size: 11px;
  border-radius: 7px;
  padding-top: 8px;
}
#section_liste_evenements ul li.first .date span {
  font-size: 26px;
  font-weight: bold;
  display: block;
  margin-bottom: 2px;
}
#section_liste_evenements ul li.first:hover .titre {
  color: #e5d9b9;
}
#section_liste_evenements ul li:not(.first) {
  box-shadow: 0 12px 23px rgba(96, 103, 107, 0.3);
  background-color: #fff;
  margin-bottom: 10px;
}
#section_liste_evenements ul li:not(.first) a {
  height: 100px;
  display: flex;
  align-items: center;
  padding-left: 80px;
  position: relative;
}
#section_liste_evenements ul li:not(.first) .date {
  height: 100px;
  width: 80px;
  position: relative;
  background-color: #899BA6;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
  font-size: 11px;
  padding-left: 45px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#section_liste_evenements ul li:not(.first) .date span {
  font-size: 26px;
  font-weight: bold;
  display: block;
  position: absolute;
  left: 10px;
}
#section_liste_evenements ul li:not(.first) .titre {
  padding: 10px;
  font-size: 14px;
  color: #444C60;
}
#section_liste_evenements ul li:not(.first):hover .date {
  background-color: #e5d9b9;
}
#section_liste_evenements.full ul li {
  background-color: #eee;
}
#section_liste_evenements.full ul li .img {
  background-color: #f4a359;
}
#section_liste_evenements .bouton_lien {
  margin-top: 20px;
}
#en_savoir_plus {
  padding: 50px 40px;
  margin: 0 10px;
  background-color: #EEF2F7;
  clip-path: polygon(50px 0, calc(100% - 50px) 0, 100% 50px, 100% calc(100% - 50px), calc(100% - 50px) 100%, 50px 100%, 0 calc(100% - 50px), 0 50px);
}
#en_savoir_plus > .titre {
  font-size: 24px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: bold;
}
#en_savoir_plus .bloc {
  margin-top: 50px;
}
#en_savoir_plus .bloc > .titre {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 10px;
}
#en_savoir_plus .bloc ul li {
  margin-bottom: 20px;
}
#en_savoir_plus .bloc ul li a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 15px;
  color: #f4a359;
}
#en_savoir_plus .bloc ul li a:hover {
  text-decoration: underline;
}
#en_savoir_plus .bloc ul li a:before {
  content: '';
  border-right: 2px solid #f4a359;
  border-top: 2px solid #f4a359;
  transform: rotate(45deg);
  border-radius: 2px;
  display: inline-block;
  margin-right: 7px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  width: 4px;
  height: 4px;
  margin-bottom: 1px;
}
#en_savoir_plus .inscription {
  margin-top: 30px;
  border-radius: 8px;
  background-color: #f4a359;
  padding: 40px 30px;
  position: relative;
}
#en_savoir_plus .inscription > .titre {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
}
#en_savoir_plus .inscription ul {
  margin-bottom: 60px;
}
#en_savoir_plus .inscription ul li {
  margin-bottom: 20px;
}
#en_savoir_plus .inscription ul li a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 15px;
  color: #fff;
}
#en_savoir_plus .inscription ul li a:hover {
  text-decoration: underline;
}
#en_savoir_plus .inscription ul li a:before {
  content: '';
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  border-radius: 2px;
  display: inline-block;
  margin-right: 7px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  width: 4px;
  height: 4px;
  margin-bottom: 1px;
}
#en_savoir_plus .inscription.hide_mobile {
  display: none;
}
#en_savoir_plus .espmain {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 30px;
  border-radius: 8px;
  background-color: #f4a359;
  align-items: center;
  display: flex;
  overflow: hidden;
  position: relative;
}
#en_savoir_plus .espmain .content {
  padding: 40px 30px;
  position: relative;
  z-index: 10;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
}
#en_savoir_plus .espmain .titre {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
}
#en_savoir_plus .espmain .descr {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 15px;
  color: #fff;
}
#load_more_formation {
  margin-bottom: 50px;
}
#pour_reussir {
  background-color: #e5d9b9;
  padding: 50px 20px;
}
#pour_reussir .entete {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
}
#pour_reussir .entete .titre {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
}
#pour_reussir .entete .stitre {
  font-family: 'verveine', sans-serif;
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 1;
  color: #ffffff;
  margin-top: 20px;
}
#pour_reussir .entete .descr {
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  margin-top: 15px;
}
#pour_reussir .blocs {
  position: relative;
  z-index: 10;
  text-align-last: left;
  margin-top: 40px;
}
#pour_reussir .blocs li {
  width: 270px;
  height: 270px;
  position: relative;
  background-color: #000;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
}
#pour_reussir .blocs li:before {
  display: none;
}
#pour_reussir .blocs li .visuel {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.8;
  background-color: #e5d9b9;
}
#pour_reussir .blocs li .content {
  position: absolute;
  top: 40px;
  left: 25px;
}
#pour_reussir .blocs li .titre {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 1px;
}
#pour_reussir .blocs li .extrait {
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
}
#pour_reussir .blocs li .bouton {
  position: absolute;
  bottom: 40px;
  left: 30px;
}
#pour_reussir .blocs li .bouton a {
  text-decoration: none;
}
#pour_reussir .bloc_bleu {
  margin-top: 30px;
  border-radius: 8px;
  background-color: #f4a359;
  padding: 40px 30px;
  position: relative;
}
#pour_reussir .bloc_bleu .titre {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
}
#pour_reussir .bloc_bleu .stitre {
  font-family: 'verveine', sans-serif;
  color: #ffffff;
  letter-spacing: 1.5px;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}
#pour_reussir .bloc_bleu ul {
  margin-bottom: 60px;
}
#pour_reussir .bloc_bleu ul li {
  margin-bottom: 20px;
  padding-left: 0;
}
#pour_reussir .bloc_bleu ul li:before {
  display: none;
}
#pour_reussir .bloc_bleu ul li a {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 15px;
  color: #fff;
  text-decoration: none;
}
#pour_reussir .bloc_bleu ul li a:hover {
  text-decoration: underline;
}
#pour_reussir .bloc_bleu ul li a:before {
  content: '';
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  border-radius: 2px;
  display: inline-block;
  margin-right: 7px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  width: 4px;
  height: 4px;
  margin-bottom: 1px;
}
/* end FICHE FORMATION */
.propositions_disciplines {
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0 20px;
}
.propositions_disciplines .propositions .titre {
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
.propositions_disciplines .propositions img {
  max-width: 900px;
}
.propositions_disciplines .disciplines {
  margin-right: auto;
  margin-left: auto;
  max-width: 300px;
  margin-top: 40px;
  width: 100%;
}
.propositions_disciplines .disciplines .titre {
  font-family: 'verveine', sans-serif;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 34px;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
  line-height: 50px;
  background-image: url(../images/flechegauche-disciplines.png), url(../images/flechedroite-disciplines.png);
  background-size: calc(47px / 2), calc(59px / 2);
  background-position: left 20px center, right 20px center;
  background-repeat: no-repeat;
}
.propositions_disciplines .disciplines ul li a {
  height: 80px;
  width: 100%;
  letter-spacing: 1px;
  line-height: 1.2;
  border-radius: 3px;
  position: relative;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 40px;
  box-shadow: 0 12px 10px rgba(8, 24, 36, 0.3);
  background-image: url(../images/bouton_fleche.png);
  background-repeat: no-repeat;
  background-position: right 40px center;
  background-size: 20px;
  background-color: #e5d9b9;
  display: block;
  margin-top: 15px;
  display: flex;
  align-items: center;
  color: #ffffff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.propositions_disciplines .disciplines ul li a:after {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  border-radius: 5px;
  opacity: 0.5;
  border: 1px solid #e5d9b9;
}
.propositions_disciplines .disciplines ul li a:hover {
  background-position: right 30px center;
}
.propositions_disciplines .disciplines ul li a:hover:after {
  border-width: 10px;
  opacity: 1;
}
.propositions_disciplines .disciplines ul li:nth-of-type(1) a {
  background-color: #EF7C7A;
}
.propositions_disciplines .disciplines ul li:nth-of-type(1) a:after {
  border-color: #EF7C7A;
}
.propositions_disciplines .disciplines ul li:nth-of-type(2) a {
  background-color: #F4A359;
}
.propositions_disciplines .disciplines ul li:nth-of-type(2) a:after {
  border-color: #F4A359;
}
.propositions_disciplines .disciplines ul li:nth-of-type(3) a {
  background-color: #EFBD4D;
}
.propositions_disciplines .disciplines ul li:nth-of-type(3) a:after {
  border-color: #EFBD4D;
}
.propositions_disciplines .disciplines ul li:nth-of-type(4) a {
  background-color: #6FB88B;
}
.propositions_disciplines .disciplines ul li:nth-of-type(4) a:after {
  border-color: #6FB88B;
}
.fl-module.chiffre_cle img {
  margin: 0 auto;
  margin-bottom: 10px;
}
.fl-module.chiffre_cle p {
  margin-bottom: 0;
}
.fl-module.chiffre_cle .editor-titre {
  font-size: 40px;
}
.bloc_formations_reconnues {
  background-color: #899BA6;
  padding: 100px 30px;
  margin-top: 50px;
}
.bloc_formations_reconnues .indic {
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-style: italic;
  font-weight: bold;
  font-size: 28px;
  line-height: 30px;
}
.bloc_formations_reconnues .images {
  display: flex;
}
.bloc_formations_reconnues img {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
#bandeau_newsletter {
  padding: 50px 30px;
  background-color: #e5d9b9;
  text-align: center;
  position: relative;
  padding-top: 250px;
}
#bandeau_newsletter:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 380px 1920px;
  border-color: #fff #fff #e5d9b9 #fff;
}
#bandeau_newsletter > * {
  position: relative;
  z-index: 10;
}
#bandeau_newsletter p {
  font-size: 30px;
  margin-bottom: 30px;
  color: #ffffff;
  font-family: 'verveine', sans-serif;
}
.nice-select .option {
  font-style: normal;
  letter-spacing: 0;
}
.fancybox-overlay[class^="snp"],
.snp_overlay {
  display: none;
}
.es-wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.post-password-form {
  max-width: 600px;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}
.post-password-form input[type="password"] {
  height: 26px;
  line-height: 30px;
  padding: 0 15px;
  margin: 0;
}
.post-password-form input[type="submit"] {
  padding: 0 15px;
  line-height: 30px;
  height: 30px;
  background: #f4a359;
  color: #fff;
  border: none;
  text-transform: uppercase;
}
#section_recherche {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 30px;
  max-width: 650px;
  margin: 0 auto;
  background-image: url(../images/background-recherche-home.png);
  background-size: 646px;
  background-position: center center;
  background-repeat: no-repeat;
}
#section_recherche .titre {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1;
  font-family: 'verveine', sans-serif;
}
#section_recherche #formulaire p {
  font-size: 32px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
  letter-spacing: -1px;
}
#section_recherche #formulaire .nice-select {
  padding: 0;
  border: 0;
  border-bottom: 2px solid #e5d9b9;
  display: inline-block;
  border-radius: 0px;
  float: none;
  padding-right: 30px;
  margin: 0 10px;
  z-index: 20;
}
#section_recherche #formulaire .nice-select:after {
  right: 4px;
  border-color: #e5d9b9;
  width: 8px;
  height: 8px;
}
#section_recherche #formulaire .nice-select .list {
  max-height: 200px;
  overflow: auto;
}
#section_recherche #formulaire .nice-select span {
  font-size: 32px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  color: #e5d9b9;
  max-width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
#section_recherche #formulaire input[type="submit"] {
  margin-top: 25px;
}
#section_event_ices > * {
  position: relative;
  z-index: 5;
}
#section_event_ices .titre_section {
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
  font-weight: bold;
  margin-bottom: 70px;
}
#section_event_ices .bouton {
  margin-top: 50px;
}
#section_event_ices .dates {
  display: none;
}
#section_event_ices .events .owl-stage-outer {
  z-index: 10;
}
#section_event_ices .events li a {
  display: block;
}
#section_event_ices .events li .content {
  text-align: center;
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
#section_event_ices .events li .content .date {
  font-weight: bold;
  letter-spacing: -1px;
  color: #f4a359;
  font-style: italic;
  font-size: 24px;
}
#section_event_ices .events li .content .titre {
  font-weight: bold;
  font-size: 28px;
  margin-top: 20px;
  color: #000;
}
#section_event_ices .events li .content .stitre {
  font-size: 18px;
  left: 22px;
  color: #444C60;
  margin-top: 15px;
}
#section_event_ices .events li .img {
  width: 100%;
  max-width: 300px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: -24px 24px 0 0 #f4a359;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  background-color: #eeeeee;
}
#section_event_ices .owl-controls {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 0;
  top: 0;
}
#section_event_ices .owl-controls .owl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
#section_event_ices .owl-controls .owl-nav [class*=owl-] {
  width: 20px;
  height: 20px;
  z-index: 0;
  border: 0;
  border-top: 3px solid #f4a359;
  border-left: 3px solid #f4a359;
  background-color: transparent;
  border-radius: 2px 0 0 0;
  position: relative;
}
#section_event_ices .owl-controls .owl-nav [class*=owl-]:before {
  content: '';
  position: absolute;
  top: -20px;
  bottom: -20px;
  right: -20px;
  left: -20px;
}
#section_event_ices .owl-controls .owl-nav [class*=owl-]:hover {
  border-color: #000;
}
#section_event_ices .owl-controls .owl-nav .owl-prev {
  transform: rotate(-45deg);
}
#section_event_ices .owl-controls .owl-nav .owl-next {
  transform: rotate(135deg);
}
/** LISTE ARTICLES **/
#bandeau_page.archive {
  min-height: 350px;
}
.liste_articles {
  position: relative;
  z-index: 20;
  padding: 0 20px;
}
.liste_articles .un_article {
  list-style-type: none;
  width: 100%;
  max-width: 360px;
  border-radius: 8px;
  box-shadow: 20px 26px 31px 0 rgba(8, 24, 36, 0.5);
  overflow: hidden;
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}
.liste_articles .un_article .visuel {
  width: 100%;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f4a359;
}
.liste_articles .un_article .contenu {
  background-color: #fff;
  clip-path: polygon(calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%, 0 0);
  margin-top: -50px;
  padding: 30px 50px 30px 20px;
}
.liste_articles .un_article .contenu .cat {
  display: inline-block;
  line-height: 24px;
  padding: 0 10px;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: 'verveine', sans-serif;
  color: #fff;
  background-color: #e5d9b9;
  margin-bottom: 10px;
}
.liste_articles .un_article .contenu .titre {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}
.liste_articles .un_article .contenu .resume {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1;
}
.liste_articles .un_article .contenu a {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  color: #f4a359;
  letter-spacing: 2px;
  line-height: 30px;
  margin-top: 10px;
  display: inline-block;
}
.liste_articles .un_article .contenu a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #f4a359;
  width: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.liste_articles .un_article .contenu a:hover:after {
  width: calc(100% - 40px);
}
/** END LISTE ARTICLES **/
/* Version 768 */
@media (min-width: 768px) {
  #liste_actus {
    padding-top: 30px;
    margin-top: 0;
  }
  #liste_actus ul {
    text-align: center;
    padding: 0;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  #liste_actus ul li {
    max-width: 380px;
    height: 380px;
    display: inline-block;
    vertical-align: top;
    margin-right: 35px;
    text-align: left;
  }
  #liste_actus ul li:last-of-type {
    margin-right: 0;
  }
  #liste_actus ul li .visuel {
    height: 180px;
  }
  #pour_reussir .container {
    max-width: 585px;
    margin-right: auto;
    margin-left: auto;
  }
  #pour_reussir .blocs {
    font-size: 0;
    padding-top: 15px;
    padding-left: 15px;
  }
  #pour_reussir .blocs li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
    vertical-align: top;
  }
}
/* Version > 1024 */
@media (min-width: 1024px) {
  /* PAGE LISTE FORMATIONS */
  #page_liste_formations #bloc_recherche {
    display: flex;
    justify-content: space-between;
  }
  #page_liste_formations #bloc_recherche #resultats {
    padding: 40px 0 40px 60px;
    max-width: calc(100% - 530px);
  }
  #page_liste_formations #bloc_recherche #formulaire {
    width: 540px;
    position: relative;
    padding: 40px 25px 40px 105px;
    background: none;
  }
  #page_liste_formations #bloc_recherche #formulaire > * {
    z-index: 5;
    position: relative;
  }
  #page_liste_formations #bloc_recherche #formulaire:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #fff;
    clip-path: polygon(70px 0%, 100% 0, 100% 100%, 0 100%);
  }
  #page_liste_formations #bloc_recherche #formulaire form .bouton {
    text-align: right;
  }
  #page_liste_formations #bloc_recherche.gauche #formulaire {
    padding: 40px 190px 40px 65px;
    width: 50%;
  }
  #page_liste_formations #bloc_recherche.gauche #formulaire:before {
    clip-path: polygon(0% 0%, 100% 0, calc(100% - 70px) 100%, 0 100%);
    border-radius: 8px 0 0 8px;
  }
  #page_liste_formations #bloc_recherche.gauche .voir_aussi {
    padding-top: 50px;
    width: 45%;
    padding-right: 40px;
  }
  #liste_formations {
    margin-top: 40px;
  }
  #liste_formations .une_formation {
    display: flex;
  }
  #liste_formations .une_formation .visuel {
    height: inherit;
    flex: 1;
  }
  #liste_formations .une_formation .content {
    flex: 2;
    padding: 30px;
  }
  #liste_formations .une_formation .infos {
    width: 280px;
    flex: 1;
  }
  /* end PAGE LISTE FORMATIONS */
  #section_event_ices .events {
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
  }
  #section_event_ices .events li {
    padding-left: 430px;
    position: relative;
    min-height: 295px;
  }
  #section_event_ices .events li .img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 400px;
    height: 270px;
    margin-top: 0;
    margin-left: 24px;
  }
  #section_event_ices .events li .content {
    padding: 40px 50px;
    text-align: left;
    max-width: 100%;
  }
  #section_event_ices .events li .content .date {
    display: none;
  }
  #section_event_ices .events li .content .titre {
    margin-top: 0;
  }
  #section_event_ices .owl-controls .owl-nav {
    margin-top: 130px;
  }
  #section_event_ices .owl-controls .owl-nav .owl-prev {
    margin-left: -60px;
  }
  #section_event_ices .owl-controls .owl-nav .owl-next {
    margin-right: -60px;
  }
  /* FICHE FORMATION */
  #fiche_formation .row {
    display: flex;
  }
  #fiche_formation .row .col.right {
    width: 320px;
    padding-left: 20px;
  }
  #fiche_formation .row .col.left {
    flex: 1;
  }
  #fiche_formation img.label {
    position: absolute;
    right: 90px;
    top: -185px;
    margin-top: 0;
    z-index: 10;
  }
  #fiche_formation .bouton.recherche {
    display: block;
    margin-bottom: 110px;
  }
  #fiche_formation .bouton.recherche a {
    width: 100%;
  }
  #fiche_formation #tabs .tabs {
    display: flex;
  }
  #fiche_formation #tabs .tabs li {
    text-transform: uppercase;
    color: #66718E;
    font-size: 14px;
    font-weight: bold;
    padding: 25px 30px;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
  }
  #fiche_formation #tabs .tabs li.active {
    background-color: #EEF2F8;
    color: #f4a359;
  }
  #fiche_formation #tabs .tabs li:hover {
    background-color: #EEF2F8;
  }
  #fiche_formation #tabs .tab_drawer_heading {
    display: none;
  }
  #fiche_formation #tabs .tab_content {
    padding: 30px;
  }
  #fiche_formation #tabs .tab_content .groupe {
    display: flex;
  }
  #fiche_formation #tabs .tab_content .groupe .col {
    flex: 1;
    padding-right: 50px;
  }
  #fiche_formation #tabs .small {
    text-align: left;
  }
  #fiche_formation #telechargement {
    margin-top: 0px;
  }
  #fiche_formation #contenu {
    margin-top: 70px;
  }
  #fiche_formation #contenu .fl-builder-content > .fl-row {
    padding-right: 300px;
  }
  #fiche_formation #temoignages_lien {
    clip-path: none;
    padding: 230px 0;
    overflow: hidden;
  }
  #fiche_formation #temoignages_lien:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 380px 0 0 1920px;
    border-color: #fff #fff #fff #899BA6;
  }
  #fiche_formation #temoignages_lien:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1920px 380px 0;
    border-color: #fff #899BA6 #fff #fff;
  }
  #fiche_formation #temoignages_lien .conteneur {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 20;
  }
  #fiche_formation #temoignages_lien #temoignages {
    width: 480px;
    margin-bottom: 0;
  }
  #fiche_formation #temoignages_lien #temoignages ul li {
    padding-left: 175px;
    position: relative;
  }
  #fiche_formation #temoignages_lien #temoignages ul li.no_img {
    padding-left: 0;
  }
  #fiche_formation #temoignages_lien #temoignages ul li .img {
    margin-right: 0;
    margin-left: 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  #fiche_formation #temoignages_lien #lien {
    margin-bottom: 0;
    width: 500px;
    padding-right: 100px;
    padding-bottom: 50px;
  }
  #fiche_formation #temoignages_lien #lien .bouton {
    margin-top: 40px;
  }
  #fiche_formation #temoignages_lien #lien img {
    top: 50px;
    right: -40px;
    left: inherit;
    bottom: inherit;
  }
  #fiche_formation #autres_formations {
    margin-top: 0;
    padding: 250px 0;
  }
  #fiche_formation #liste_actus {
    padding-top: 230px;
  }
  #fiche_formation #en_savoir_plus {
    margin: -50px auto;
  }
  #en_savoir_plus {
    max-width: 1120px;
    padding-right: 360px;
    padding-left: 90px;
    min-height: 380px;
    position: relative;
    margin: 50px auto;
    z-index: 30;
  }
  #en_savoir_plus .row {
    display: flex;
  }
  #en_savoir_plus .bloc {
    padding-right: 90px;
  }
  #en_savoir_plus .inscription {
    position: absolute;
    top: 20px;
    right: 90px;
    width: 270px;
    margin-top: 0;
    bottom: 20px;
  }
  #en_savoir_plus .inscription ul {
    margin-bottom: 0;
  }
  #en_savoir_plus .inscription .bouton {
    position: absolute;
    bottom: 40px;
    left: 30px;
  }
  #en_savoir_plus .espmain {
    position: absolute;
    top: 20px;
    right: 90px;
    width: 270px;
    margin-top: 0;
    bottom: 20px;
  }
  /* end FICHE FORMATION */
}
/* Version > 1200 */
@media (min-width: 1200px) {
  /**MENU PC**/
  header#masthead {
    background-color: transparent;
    height: 90px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 110;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead:before {
    content: '';
    height: 150px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead .btn_toggle,
  header#masthead .top,
  header#masthead .next {
    display: none;
  }
  header#masthead #logo {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 100;
  }
  header#masthead #langues {
    position: absolute;
    right: 0;
    right: 70px;
  }
  header#masthead #langues .wpml-ls {
    border: 0;
    padding: 0;
    position: relative;
  }
  header#masthead #langues .wpml-ls:before {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: -32px;
    border-radius: 16px;
    box-shadow: 16px -16px 0 0 #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead #langues .wpml-ls:after {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: -32px;
    border-radius: 16px;
    box-shadow: -16px -16px 0 0 #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead #langues .wpml-ls .wpml-ls-link {
    width: 36px;
    height: 32px;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 0 0 16px 16px;
    position: relative;
    z-index: 10;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead #langues .wpml-ls .wpml-ls-link:hover {
    height: 42px;
  }
  header#masthead .baseline_po {
    right: inherit;
    left: 240px;
    font-size: 24px;
    top: 50px;
  }
  header#masthead .bouton_contact,
  header#masthead .bouton_acces {
    position: absolute;
    top: 0;
  }
  header#masthead .bouton_contact a,
  header#masthead .bouton_acces a {
    text-transform: uppercase;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 10px;
    display: block;
    line-height: 32px;
    color: #f4a359;
    font-weight: 900;
  }
  header#masthead .bouton_contact {
    left: 765px;
    z-index: 10;
  }
  header#masthead .bouton_contact a {
    border-radius: 0 0 16px 16px;
    background-image: url(../images/picto_contact.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 12px;
    min-width: 160px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead .bouton_contact a:hover {
    line-height: 42px;
  }
  header#masthead .bouton_contact a:before {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: -32px;
    border-radius: 16px;
    box-shadow: 16px -16px 0 0 #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead .bouton_contact a:after {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    right: -32px;
    border-radius: 16px;
    box-shadow: -16px -16px 0 0 #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead .po .bouton_contact a {
    background-image: url(../images/candidature_logo.jpg);
    background-size: 16px;
    font-size: 12px;
  }
  header#masthead .bouton_acces {
    left: 325px;
    overflow: hidden;
    width: 168px;
    padding-left: 16px;
  }
  header#masthead .bouton_acces a {
    border-radius: 0 16px 16px 16px;
    position: relative;
    width: 136px;
    background-image: url(../images/picto_acces.png);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 9px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead .bouton_acces a:hover {
    line-height: 42px;
  }
  header#masthead .bouton_acces a:before {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: -32px;
    border-radius: 16px;
    box-shadow: 16px -16px 0 0 #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead .bouton_espace {
    position: absolute;
    top: 0;
    left: 940px;
  }
  header#masthead .bouton_espace a {
    padding: 0 25px;
    background-color: #f4a359;
    color: #ffffff;
    font-size: 16px;
    line-height: 46px;
    display: block;
    border-radius: 0 0 23px 23px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead .bouton_espace a:hover {
    line-height: 56px;
  }
  header#masthead .bouton_espace a:before {
    content: '';
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    left: -46px;
    border-radius: 23px;
    box-shadow: 23px -23px 0 0 #f4a359;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead .bouton_espace a:after {
    content: '';
    width: 46px;
    height: 46px;
    position: absolute;
    top: 0;
    right: -46px;
    border-radius: 23px;
    box-shadow: -23px -23px 0 0 #f4a359;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead .bouton_espace.jaune a {
    background-color: #EFBD4D;
    text-transform: uppercase;
  }
  header#masthead .bouton_espace.jaune a:before {
    box-shadow: 23px -23px 0 0 #EFBD4D;
  }
  header#masthead .bouton_espace.jaune a:after {
    box-shadow: -23px -23px 0 0 #EFBD4D;
  }
  header#masthead #reseaux_sociaux {
    position: absolute;
    top: 0;
    left: 440px;
    padding-left: 10px;
    width: 370px;
    background-color: #ECF0F7;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 16px;
  }
  header#masthead #reseaux_sociaux p {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    margin-right: 32px;
    letter-spacing: 2px;
  }
  header#masthead #reseaux_sociaux ul {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    font-size: 0;
    margin-top: 0;
  }
  header#masthead #reseaux_sociaux ul li {
    display: inline-block;
    vertical-align: top;
    width: 25px;
  }
  header#masthead #reseaux_sociaux ul li a {
    line-height: 22px;
    text-align: center;
  }
  header#masthead #reseaux_sociaux ul li a:before {
    font-size: 14px;
    line-height: 32px;
  }
  header#masthead #reseaux_sociaux ul li a:hover {
    color: #e5d9b9;
  }
  header#masthead #reseaux_sociaux .flaticon-youtube:before {
    content: "\f102";
    display: block;
    font-size: 18px !important;
    position: relative;
    transform: translateY(3px);
  }
  header#masthead #reseaux_sociaux:before {
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: -32px;
    border-radius: 16px;
    box-shadow: 16px -16px 0 0 #ECF0F7;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead #acces-direct {
    display: none;
  }
  header#masthead #header {
    position: relative;
    height: 90px;
  }
  header#masthead #header .sidebar ul.main_menu {
    text-align: center;
    position: absolute;
    bottom: 8px;
    left: 270px;
  }
  header#masthead #header .sidebar ul.main_menu > .menu-item > a:before,
  header#masthead #header .sidebar ul.main_menu > .menu-item > span:before {
    content: '';
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 45px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 16px 13px;
    border-color: transparent transparent #fff transparent;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead #header .sidebar ul.main_menu > .menu-item:hover > a:before,
  header#masthead #header .sidebar ul.main_menu > .menu-item:hover > span:before {
    visibility: visible;
    opacity: 1;
    top: 30px;
  }
  header#masthead #header .sidebar ul.main_menu .main_menu_item,
  header#masthead #header .sidebar ul.main_menu > .menu-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  header#masthead #header .sidebar ul.main_menu .main_menu_item:not(:last-of-type),
  header#masthead #header .sidebar ul.main_menu > .menu-item:not(:last-of-type) {
    margin-right: 50px;
  }
  header#masthead #header .sidebar ul.main_menu .main_menu_item > a,
  header#masthead #header .sidebar ul.main_menu > .menu-item > a,
  header#masthead #header .sidebar ul.main_menu .main_menu_item > span,
  header#masthead #header .sidebar ul.main_menu > .menu-item > span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 22px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
  }
  header#masthead #header .sidebar ul.main_menu .main_menu_item > a:after,
  header#masthead #header .sidebar ul.main_menu > .menu-item > a:after,
  header#masthead #header .sidebar ul.main_menu .main_menu_item > span:after,
  header#masthead #header .sidebar ul.main_menu > .menu-item > span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead #header .sidebar ul.main_menu .main_menu_item:hover a:after,
  header#masthead #header .sidebar ul.main_menu > .menu-item:hover a:after,
  header#masthead #header .sidebar ul.main_menu .main_menu_item span:after,
  header#masthead #header .sidebar ul.main_menu > .menu-item span:after {
    width: 100%;
  }
  header#masthead #header .sidebar ul.main_menu .main_menu_item .sub-menu,
  header#masthead #header .sidebar ul.main_menu > .menu-item .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 60px;
    left: 0;
    border-radius: 6px;
    z-index: 10;
    padding: 20px 0;
    background-color: #fff;
    box-shadow: 20px 26px 31px 0 rgba(8, 24, 36, 0.5);
    text-align: left;
    width: 200px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead #header .sidebar ul.main_menu .main_menu_item .sub-menu a,
  header#masthead #header .sidebar ul.main_menu > .menu-item .sub-menu a,
  header#masthead #header .sidebar ul.main_menu .main_menu_item .sub-menu span,
  header#masthead #header .sidebar ul.main_menu > .menu-item .sub-menu span {
    padding: 10px 25px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    color: #4f5b61;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead #header .sidebar ul.main_menu .main_menu_item .sub-menu a:hover,
  header#masthead #header .sidebar ul.main_menu > .menu-item .sub-menu a:hover,
  header#masthead #header .sidebar ul.main_menu .main_menu_item .sub-menu span:hover,
  header#masthead #header .sidebar ul.main_menu > .menu-item .sub-menu span:hover {
    background-color: #e5e5e5;
  }
  header#masthead #header .sidebar ul.main_menu .main_menu_item:hover .sub-menu,
  header#masthead #header .sidebar ul.main_menu > .menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 45px;
  }
  header#masthead #header .sidebar ul.main_menu .main_menu_item.children,
  header#masthead #header .sidebar ul.main_menu > .menu-item.children {
    position: relative;
  }
  header#masthead #header .sidebar ul.main_menu .main_menu_item.children a:before,
  header#masthead #header .sidebar ul.main_menu > .menu-item.children a:before,
  header#masthead #header .sidebar ul.main_menu .main_menu_item.children span:before,
  header#masthead #header .sidebar ul.main_menu > .menu-item.children span:before {
    content: '';
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 45px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 13px 16px 13px;
    border-color: transparent transparent #e5d9b9 transparent;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead #header .sidebar ul.main_menu .main_menu_item.children:nth-of-type(1) a:before,
  header#masthead #header .sidebar ul.main_menu > .menu-item.children:nth-of-type(1) a:before,
  header#masthead #header .sidebar ul.main_menu .main_menu_item.children:nth-of-type(1) span:before,
  header#masthead #header .sidebar ul.main_menu > .menu-item.children:nth-of-type(1) span:before {
    border-color: transparent transparent #fff transparent;
  }
  header#masthead #header .sidebar ul.main_menu .main_menu_item.children:hover > a:before,
  header#masthead #header .sidebar ul.main_menu > .menu-item.children:hover > a:before,
  header#masthead #header .sidebar ul.main_menu .main_menu_item.children > span:before,
  header#masthead #header .sidebar ul.main_menu > .menu-item.children > span:before {
    visibility: visible;
    opacity: 1;
    top: 30px;
  }
  header#masthead #header .sidebar #primary-menu {
    text-align: center;
    position: absolute;
    bottom: 8px;
    left: 270px;
  }
  header#masthead #header .sidebar #primary-menu > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  header#masthead #header .sidebar #primary-menu > li:not(:last-of-type) {
    margin-right: 50px;
  }
  header#masthead #header .sidebar #primary-menu > li > a,
  header#masthead #header .sidebar #primary-menu > li > span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 22px;
    color: #ffffff;
    font-weight: bold;
    position: relative;
  }
  header#masthead #header .sidebar #primary-menu > li > a:after,
  header#masthead #header .sidebar #primary-menu > li > span:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead #header .sidebar #primary-menu > li:hover a:after,
  header#masthead #header .sidebar #primary-menu > li span:after {
    width: 100%;
  }
  header#masthead #header .sidebar #primary-menu > li .sub-menu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 60px;
    left: 0;
    border-radius: 6px;
    z-index: 10;
    padding: 20px 0;
    background-color: #fff;
    box-shadow: 20px 26px 31px 0 rgba(8, 24, 36, 0.5);
    text-align: left;
    width: 200px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead #header .sidebar #primary-menu > li .sub-menu:before {
    content: '';
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    height: 30px;
  }
  header#masthead #header .sidebar #primary-menu > li .sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -10px;
    left: 10px;
  }
  header#masthead #header .sidebar #primary-menu > li .sub-menu a,
  header#masthead #header .sidebar #primary-menu > li .sub-menu span {
    padding: 10px 25px;
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    color: #4f5b61;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  header#masthead #header .sidebar #primary-menu > li .sub-menu a:hover,
  header#masthead #header .sidebar #primary-menu > li .sub-menu span:hover {
    background-color: #e5e5e5;
  }
  header#masthead #header .sidebar #primary-menu > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 45px;
  }
  header#masthead.scroll:before {
    background-color: #f4a359;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 100%);
  }
  header#masthead.scroll .bouton_espace a {
    background-color: #e5d9b9;
  }
  header#masthead.scroll .bouton_espace a:before {
    box-shadow: 23px -23px 0 0 #e5d9b9;
  }
  header#masthead.scroll .bouton_espace a:after {
    box-shadow: -23px -23px 0 0 #e5d9b9;
  }
  header#masthead.scroll .bouton_espace.jaune a {
    background-color: #EFBD4D;
    text-transform: uppercase;
  }
  header#masthead.scroll .bouton_espace.jaune a:before {
    box-shadow: 23px -23px 0 0 #EFBD4D;
  }
  header#masthead.scroll .bouton_espace.jaune a:after {
    box-shadow: -23px -23px 0 0 #EFBD4D;
  }
  /* correctif mobile 1200px + : ipad pro */
  li.main_menu_item > a + div:not('.megamenu') {
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 250px;
    border-radius: 6px;
    z-index: 10;
    background-color: #0ABAEE;
    box-shadow: 20px 26px 31px 0 rgba(8, 24, 36, 0.5);
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px;
    text-align: left;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  li.main_menu_item > a + div:not('.megamenu') li {
    margin-bottom: 10px;
  }
  li.main_menu_item > a + div:not('.megamenu') li a,
  li.main_menu_item > a + div:not('.megamenu') li span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 15px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
  }
  li.main_menu_item:hover > a + div:not('.megamenu') {
    visibility: visible;
    opacity: 1;
    top: 45px;
  }
  #sticky_right {
    top: 200px;
    bottom: inherit;
    right: -170px;
    padding-left: 0;
  }
  #sticky_right:after {
    display: none;
  }
  #sticky_right:not(.open) {
    padding-left: 35px;
  }
  #sticky_right:not(.open):after {
    display: block;
  }
  #main {
    padding-top: 0px;
  }
  #main.po {
    padding-top: 150px;
  }
  #section_liste_evenements {
    margin-top: 0px;
    max-width: 1200px;
  }
  #section_liste_evenements ul {
    width: 290px;
  }
  #section_liste_evenements.full {
    margin-top: 0;
    max-width: 1280px;
  }
  #section_liste_evenements.full ul {
    display: flex;
    width: inherit;
    flex-wrap: wrap;
  }
  #section_liste_evenements.full ul li {
    width: 290px;
    margin: 15px;
  }
  footer {
    text-align: left;
    padding-bottom: 20px;
  }
  footer #footer_haut .conteneur {
    justify-content: space-between;
    display: flex;
  }
  footer #footer_haut .conteneur > * {
    margin-top: 0;
  }
  footer #logo {
    width: 190px;
  }
  footer #slogan {
    font-size: 24px;
    width: 170px;
    padding-top: 15px;
    line-height: 1.1;
  }
  footer #footer_adresse {
    padding-top: 15px;
  }
  footer #footer_adresse .tel {
    margin-top: 15px;
  }
  footer #infos {
    padding-top: 15px;
  }
  footer #newsletter {
    text-align: left;
    padding-top: 15px;
  }
  footer #reseaux_sociaux {
    width: 200px;
  }
  footer #reseaux_sociaux ul li a:before {
    font-size: 15px;
  }
  footer #reseaux_sociaux ul li a.flaticon-youtube:before {
    transform: translateY(2px);
    font-size: 20px;
  }
  footer #footer_bas {
    padding-top: 20px;
  }
  footer #footer_bas .conteneur {
    display: flex;
    justify-content: center;
  }
  footer #menu_footer {
    margin-top: 0;
  }
  footer #menu_footer li {
    padding-left: 30px;
    display: inline-block;
  }
  footer #menu_footer li a,
  footer #menu_footer li span {
    line-height: 1;
  }
  footer.po #footer_bas {
    padding-top: 0;
  }
  /* PAGE LISTE FORMATIONS */
  #page_liste_formations {
    margin-top: -190px;
    padding: 0;
    background-image: url(../images/fond_bandeau_formations.jpg);
    background-position: center top;
    background-size: 1920px;
    background-repeat: no-repeat;
  }
  #page_liste_formations .conteneur {
    z-index: 20;
    padding-top: 40px;
  }
  #liste_formations .une_formation {
    min-height: 280px;
  }
  #liste_formations .une_formation .visuel {
    flex: inherit;
    width: 280px;
  }
  #liste_formations .une_formation .infos {
    flex: inherit;
    width: 280px;
  }
  /* end PAGE LISTE FORMATIONS */
  /* FICHE FORMATION */
  #fiche_formation .conteneur {
    padding: 0;
  }
  #fiche_formation #autres_formations {
    margin-top: 0;
    padding: 300px 0;
  }
  #fiche_formation #temoignages_lien {
    padding: 330px 0;
  }
  #fiche_formation #liste_actus {
    padding-top: 300px;
  }
  #fiche_formation #en_savoir_plus {
    margin: -130px auto;
  }
  /* end FICHE FORMATION */
  #en_savoir_plus .fl-builder-content > .fl-row {
    padding-right: 330px;
  }
  #pour_reussir {
    margin-bottom: -100px;
    padding: 250px 0 150px 0;
    overflow: hidden;
    position: relative;
  }
  #pour_reussir:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 380px 1920px;
    border-color: #fff #fff #e5d9b9 #fff;
  }
  #pour_reussir:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 380px 1920px 0 0;
    border-color: #e5d9b9 #fff #fff #fff;
  }
  #pour_reussir.flat_bottom {
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  #pour_reussir.flat_bottom:after {
    display: none;
  }
  #pour_reussir > * {
    position: relative;
    z-index: 10;
  }
  #pour_reussir .container {
    max-width: 1200px;
  }
  #pour_reussir .row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #pour_reussir .blocs {
    padding-top: 0;
  }
  #pour_reussir .bloc_bleu {
    max-width: 270px;
    height: fit-content;
    margin-top: 40px;
  }
  .propositions_disciplines {
    min-height: 600px;
    padding-right: 400px;
    position: relative;
  }
  .propositions_disciplines .disciplines {
    position: absolute;
    top: 0;
    right: 20px;
  }
  .bloc_formations_reconnues {
    position: relative;
    padding-top: 150px;
    padding-bottom: 80px;
    margin-top: -100px;
  }
  .bloc_formations_reconnues .conteneur {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .bloc_formations_reconnues:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 380px 0 0 1920px;
    border-color: #fff #fff #fff #899BA6;
  }
  .bloc_formations_reconnues > * {
    position: relative;
    z-index: 10;
  }
  .bloc_formations_reconnues .indic {
    text-align: left;
  }
  .bloc_formations_reconnues img {
    margin-left: 0;
    margin-right: 0;
  }
  #section_recherche {
    transform: translateX(150px);
    position: relative;
    z-index: 20;
  }
  .fl-html #section_recherche {
    transform: translateX(0);
  }
  /** LISTE ARTICLES **/
  #primary.archive {
    max-width: 1280px;
  }
  .liste_articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 40px auto 70px auto;
  }
  .liste_articles .un_article {
    max-width: 345px;
    margin-bottom: 40px;
    margin-right: 25px;
    margin-left: 25px;
  }
  /** END LISTE ARTICLES **/
}
@media (min-width: 1500px) {
  header#masthead #header .sidebar #primary-menu {
    left: 0;
    right: 0;
  }
  #section_event_ices .timeline {
    background-image: url(../images/timeline-vide.png);
    width: 1160px;
    margin-right: auto;
    margin-left: auto;
    height: 27px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1160px;
  }
  #section_event_ices .timeline .ligne {
    z-index: 1;
    position: relative;
    width: 1160px;
    height: 27px;
    display: block;
    background: #fff8f2;
    background: linear-gradient(90deg, #fff8f2 0%, #f4a359 100%);
    width: 10%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  #section_event_ices .timeline .calque {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1160px;
    background-image: url(../images/timeline-calque.png);
    position: relative;
    z-index: 10;
    width: 1160px;
    height: 27px;
    margin-top: -27px;
    display: block;
  }
  #section_event_ices .dates {
    display: block;
    width: 1160px;
    margin-right: auto;
    margin-left: auto;
    height: 27px;
    font-size: 0;
    position: relative;
    z-index: 12;
    margin-top: -37px;
    margin-bottom: 120px;
  }
  #section_event_ices .dates.owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  #section_event_ices .dates li {
    width: 232px;
    text-align: center;
  }
  #section_event_ices .dates li p {
    font-family: 'verveine', sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
    padding-top: 45px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  #section_event_ices .dates li p:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    left: 0;
    border-radius: 50%;
    background-color: #f4a359;
    border: 10px solid #fff;
    height: 12px;
    width: 12px;
    margin: 0 auto;
    opacity: 0;
    transform: scale(0.5);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  #section_event_ices .dates .owl-item.current li p {
    padding-top: 75px;
    color: #f4a359;
    font-size: 24px;
  }
  #section_event_ices .dates .owl-item.current li p:before {
    opacity: 1;
    transform: scale(1);
    width: 19px;
    height: 19px;
    background-color: #f4a359;
    border-width: 0;
    border-color: #f4a359;
    transform: translateY(5px);
    box-shadow: 0 0 0 35px rgba(244, 163, 89, 0.2), 0 0 0 15px rgba(244, 163, 89, 0.55);
  }
  #section_event_ices .dates .owl-item.show li p:before {
    opacity: 1;
    transform: scale(1);
  }
  #section_event_ices .dates .owl-item:nth-of-type(2) p:before {
    top: 6px;
  }
  #section_event_ices .dates .owl-item:nth-of-type(4) p:before {
    top: 14px;
  }
  #section_event_ices .dates .owl-item:nth-of-type(5) p:before {
    top: 5px;
  }
}
@media (min-width: 1500px) {
  .conteneur {
    max-width: 1400px;
  }
  #pour_reussir .container {
    max-width: 1400px;
  }
  #pour_reussir .bloc_bleu {
    max-width: 370px;
  }
  #en_savoir_plus {
    max-width: 1400px;
    padding-right: 660px;
  }
  #en_savoir_plus .inscription.hide_mobile {
    display: block;
  }
  #en_savoir_plus .espmain {
    right: 380px;
  }
  header#masthead #header .sidebar ul.main_menu {
    right: 0;
    left: 0;
    margin: 0 auto;
    width: fit-content;
  }
  header#masthead #reseaux_sociaux {
    right: 350px;
    left: initial;
  }
  header#masthead .bouton_acces {
    right: 690px;
    left: initial;
  }
  header#masthead .bouton_contact {
    right: 205px;
    left: initial;
  }
  header#masthead .bouton_espace {
    right: 48px;
    left: initial;
  }
  header#masthead .po #reseaux_sociaux {
    right: 430px;
    left: initial;
  }
  header#masthead .po .bouton_contact {
    right: 315px;
    left: initial;
  }
  header#masthead #langues {
    right: 0;
  }
  #section_liste_evenements.full {
    max-width: 1400px;
  }
}
