/** FONCTIONS **/
/** END FONCTIONS **/
.section_wrapper {
  padding: 50px 20px;
}
.section_wrapper.no_padding_v {
  padding-top: 0;
  padding-bottom: 0;
}
.section_wrapper.no_padding_b {
  padding-bottom: 0;
}
#main_slider {
  background-color: #f1f4f8;
  position: relative;
  margin: 0;
}
#main_slider .visuel {
  clip-path: inset(0 0 0 100%);
  transform: scale(1.1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#main_slider .visuel img {
  width: 100%;
  object-fit: cover;
  height: calc(100vw / 1.7);
}
#main_slider video {
  width: 100%;
}
#main_slider .texte_wrapper {
  margin: -30px 20px 0 20px;
  padding: 20px;
  background-color: #fff;
  position: relative;
}
#main_slider .texte_wrapper p {
  margin: 0;
}
#main_slider .slide {
  overflow: hidden;
}
#main_slider .slide.is-selected .visuel {
  clip-path: inset(0 0 0 0);
  transform: scale(1);
}
#main_slider .f-carousel__dots {
  display: none;
}
#main_slider .f-carousel__nav {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#main_slider .f-carousel__nav .f-button {
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  right: inherit !important;
  left: inherit !important;
  transform: translateY(0) !important;
}
#main_slider .f-carousel__nav .f-button:hover {
  background-color: #e30613;
  color: #fff;
  opacity: 1;
}
section.texte_centre {
  text-align: center;
}
section.texte_centre.h1 {
  background-color: #f1f4f8;
}
section.texte_centre.h1 #virgule_path {
  position: absolute;
  top: -80px;
  right: 20px;
  width: 50px;
}
section.texte_centre.seo .conteneur {
  padding: 50px 0;
  border-top: 2px solid #D9D9D9;
  border-bottom: 2px solid #D9D9D9;
}
section.actus_home {
  background-color: #f1f4f8;
  background: linear-gradient(to bottom, #f1f4f8 50%, #fff 50%);
  text-align: center;
}
section.actus_home #liste_actus {
  margin-bottom: 0;
}
section.actus_home .f-carousel__nav {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0;
  left: 0;
  width: initial;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
section.actus_home .f-carousel__nav .f-button {
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  transform: inherit !important;
  right: inherit !important;
  left: inherit !important;
}
section.actus_home .f-carousel__nav .f-button:first-of-type {
  transform: translateX(10px) !important;
}
section.actus_home .f-carousel__nav .f-button:last-of-type {
  transform: translateX(-10px) !important;
}
section.actus_home .f-carousel__nav .f-button:hover {
  background-color: #e30613;
  color: #fff;
  opacity: 1;
}
section.actus_home .une_actu {
  width: 250px;
  margin-right: 20px;
}
section.actus_home .une_actu .visuel {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 250px;
  position: relative;
}
section.actus_home .une_actu .visuel:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #e30613;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
section.actus_home .une_actu .content {
  display: flex;
  align-items: flex-start;
  margin: -20px 20px 0 20px;
  text-align: left;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
section.actus_home .une_actu .date {
  background-color: #e30613;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1;
  width: 50px;
  text-align: center;
  padding: 10px;
  font-weight: 500;
  margin: 0;
  font-size: 12px;
  font-family: 'Magallanes';
}
section.actus_home .une_actu .date span {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-family: 'Magallanes';
}
section.actus_home .une_actu .titre {
  font-size: 16px;
  margin: 0;
  padding: 20px;
  flex: 1;
  background-color: #fff;
}
section.actus_home .une_actu .texte {
  display: none;
}
section.actus_home .une_actu:hover .visuel:after {
  opacity: 0.8;
}
section.actus_home .une_actu:hover .content {
  transform: translateY(-30px);
}
section.actus_home .flash_info {
  width: 250px;
  margin-right: 20px;
}
section.actus_home .flash_info .content {
  padding: 20px;
  background-color: #FFE08B;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 250px;
}
section.actus_home .all {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.actus_home .f-carousel__dots {
  display: none;
}
section.chiffres_cles {
  background-color: #f1f4f8;
  padding-top: 80px;
  margin-top: -30px;
}
section.chiffres_cles .item {
  display: flex;
  flex-direction: column;
  padding-left: 120px;
}
section.chiffres_cles .item.is-selected .chiffre {
  opacity: 1;
  transform: translateY(0px);
}
section.chiffres_cles .item.is-selected .texte_wrapper {
  opacity: 1;
  transform: translateY(0px);
}
section.chiffres_cles .item.is-selected img {
  opacity: 1;
  transform: scale(1);
}
section.chiffres_cles .f-carousel {
  margin-bottom: 0;
}
section.chiffres_cles .chiffre {
  font-size: 80px;
  font-family: 'Magallanes';
  color: #e30613;
  margin-right: 30px;
  font-weight: 600;
  opacity: 0;
  transform: translateY(30px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
section.chiffres_cles .texte_wrapper {
  opacity: 0;
  transform: translateY(-30px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
section.chiffres_cles img {
  width: calc(390px / 4);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transform: scale(0.9);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
}
section.chiffres_cles .f-carousel__dots {
  display: none;
}
section.chiffres_cles .f-carousel__nav {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0;
  width: 100px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
section.chiffres_cles .f-carousel__nav .f-button {
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  transform: inherit !important;
  right: inherit !important;
  left: inherit !important;
}
section.chiffres_cles .f-carousel__nav .f-button:hover {
  background-color: #e30613;
  color: #fff;
  opacity: 1;
}
section.filieres .item {
  width: 250px;
  margin-right: 20px;
}
section.filieres .item .texte {
  padding: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
}
section.filieres .item .titre {
  font-size: 18px;
  font-family: 'Magallanes';
  font-weight: bold;
  margin-top: 5px;
  border-top: 1px solid #000;
  padding-top: 5px;
  line-height: 1.2;
}
section.filieres .item .visuel {
  width: 100%;
  height: 360px;
  background-color: #FFE08B;
  position: relative;
}
section.filieres .item .visuel img {
  opacity: 0.3;
}
section.filieres .f-carousel__dots {
  display: none;
}
section.filieres .f-carousel__nav {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0;
  left: 0;
  width: initial;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
section.filieres .f-carousel__nav .f-button {
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  transform: inherit !important;
  right: inherit !important;
  left: inherit !important;
}
section.filieres .f-carousel__nav .f-button:first-of-type {
  transform: translateX(10px) !important;
}
section.filieres .f-carousel__nav .f-button:last-of-type {
  transform: translateX(-10px) !important;
}
section.filieres .f-carousel__nav .f-button:hover {
  background-color: #e30613;
  color: #fff;
  opacity: 1;
}
section.reussites {
  background-color: #f1f4f8;
}
section.reussites .item {
  background-color: #fff;
  margin-right: 20px;
  width: 190px;
  padding: 20px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
section.reussites .item p {
  font-family: 'Magallanes';
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.4;
}
section.reussites .f-carousel__dots {
  display: none;
}
section.reussites .f-carousel__nav {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0;
  left: 0;
  width: initial;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
section.reussites .f-carousel__nav .f-button {
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  transform: inherit !important;
  right: inherit !important;
  left: inherit !important;
}
section.reussites .f-carousel__nav .f-button:first-of-type {
  transform: translateX(10px) !important;
}
section.reussites .f-carousel__nav .f-button:last-of-type {
  transform: translateX(-10px) !important;
}
section.reussites .f-carousel__nav .f-button:hover {
  background-color: #e30613;
  color: #fff;
  opacity: 1;
}
section.reussites #reussites {
  max-width: 1100px;
  margin: 0 auto;
}
section.profils #profils {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 10px;
}
section.profils #profils .item {
  padding: 10px;
  position: relative;
  z-index: 1;
}
section.profils #profils .item:not(:last-of-type) {
  border-bottom: 1px solid #AFAFAF;
}
section.profils #profils .item > a {
  display: inline-block;
  display: flex;
  align-items: center;
  font-family: 'Magallanes';
  font-weight: bold;
  font-size: 18px;
  position: relative;
  z-index: 1;
}
section.profils #profils .item > a:hover {
  text-decoration: underline;
}
section.profils #profils .item img {
  margin-right: 5px;
}
section.profils #profils .item .menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  background-color: #FFE08B;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 15px;
  padding-top: 70px;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  clip-path: inset(0 0 100% 0);
}
section.profils #profils .item .menu a {
  font-family: 'Magallanes';
  font-size: 16px;
  display: block;
  position: relative;
  padding-left: 10px;
}
section.profils #profils .item .menu a:before {
  content: '';
  position: absolute;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #000;
  left: 0;
  top: 5px;
}
section.profils #profils .item .menu a:hover {
  text-decoration: underline;
}
section.profils #profils .item:hover {
  z-index: 2;
}
section.profils #profils .item:hover .menu {
  background-color: #FFE08B;
  visibility: visible;
  clip-path: inset(0 0 0 0);
}
section.profils col.spe {
  margin: 0 -20px;
}
section.partenaires .liste {
  margin: 0 auto;
  max-width: 800px;
}
section.partenaires .liste a {
  display: block;
  width: 50%;
  padding: 10px;
}
section.partenaires .f-carousel__dots {
  display: none;
}
section.partenaires .f-carousel__track {
  align-items: center;
}
section.partenaires .f-carousel__nav {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0;
  left: 0;
  width: initial;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
section.partenaires .f-carousel__nav .f-button {
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  transform: inherit !important;
  right: inherit !important;
  left: inherit !important;
}
section.partenaires .f-carousel__nav .f-button:first-of-type {
  transform: translateX(20px) !important;
}
section.partenaires .f-carousel__nav .f-button:last-of-type {
  transform: translateX(-20px) !important;
}
section.partenaires .f-carousel__nav .f-button:hover {
  background-color: #e30613;
  color: #fff;
  opacity: 1;
}
section.texte_image img {
  margin: 0 auto;
}
/* Version > 768 */
@media (min-width: 768px) {
  section.partenaires .liste a {
    width: 25%;
  }
}
/* Version > 1024 */
@media (min-width: 1024px) {
  #main_slider {
    background: linear-gradient(to top, #F1F4F8 50px, #fff 50px);
  }
  #main_slider .conteneur {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
  }
  #main_slider .conteneur:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 5px);
    right: 100%;
    background-color: #e30613;
  }
  #main_slider .conteneur:after {
    content: '';
    height: 2px;
    width: 500px;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 1px);
    right: 100%;
    background-color: #e30613;
  }
  #main_slider .visuel img {
    width: 80vw;
    height: 46vw;
    max-height: 700px;
    max-width: 1200px;
    margin: 0 0 0 auto;
  }
  #main_slider .visuel.video {
    padding-bottom: 0;
    height: initial;
  }
  #main_slider .visuel.video video {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 700px;
    max-width: 1200px;
    margin: 0 0 0 auto;
    position: relative;
  }
  #main_slider .texte_wrapper {
    width: 50%;
    max-width: 500px;
    padding: 50px;
    padding-left: 0;
  }
  section.chiffres_cles .titre_section {
    position: absolute;
    top: 0;
    left: 300px;
  }
  section.chiffres_cles .item {
    padding-left: 300px;
    padding-top: 100px;
    height: 285px;
    flex-direction: row;
  }
  section.chiffres_cles img {
    width: calc(390px / 2);
  }
  section.filieres #liste_formations .f-carousel__viewport {
    overflow: visible;
  }
  section.filieres .item .visuel img {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  section.filieres .item .visuel .texte {
    opacity: 0;
    transform: translateX(30px);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  section.filieres .item:hover .visuel img {
    opacity: 0;
    clip-path: inset(0 0 0 100%);
  }
  section.filieres .item:hover .visuel .texte {
    opacity: 1;
    transform: translateX(0);
  }
  section.profils .col:first-of-type {
    order: 2;
  }
  section.profils #profils {
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 0;
  }
  section.profils #profils .item:nth-last-of-type(2) {
    border-bottom: 0;
  }
  section.texte_centre.h1 #virgule_path {
    width: 100px;
    top: -110px;
  }
  section.texte_centre .texte_wrapper {
    margin: 0 auto;
    max-width: 900px;
  }
}
/* Version > 1200 */
@media (min-width: 1200px) {
  section.actus_home {
    background: transparent;
    position: relative;
  }
  section.actus_home:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1920px;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 100% 360px, 0 520px);
    background-color: #F1F4F8;
  }
  section.actus_home #liste_actus {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 160px 130px 290px 160px;
    grid-gap: 30px;
  }
  section.actus_home #liste_actus .f-carousel__slide {
    width: 100%;
  }
  section.actus_home .une_actu .visuel {
    height: 370px;
  }
  section.actus_home .une_actu .date {
    width: 70px;
    text-align: center;
    padding: 15px;
    font-size: 14px;
  }
  section.actus_home .une_actu .date span {
    font-size: 24px;
  }
  section.actus_home .une_actu:nth-of-type(2) {
    grid-column: 1/2;
    grid-row: 1/5;
  }
  section.actus_home .une_actu:nth-of-type(2) .visuel {
    height: 600px;
  }
  section.actus_home .une_actu:nth-of-type(2) .titre {
    font-size: 26px;
  }
  section.actus_home .une_actu:nth-of-type(2) .texte {
    display: block;
    padding: 20px;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
  }
  section.actus_home .une_actu:nth-of-type(3) {
    grid-column: 2/3;
    grid-row: 3/5;
  }
  section.actus_home .une_actu:nth-of-type(4) {
    grid-column: 3/4;
    grid-row: 2/4;
  }
  section.actus_home .flash_info {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }
  section.actus_home .flash_info .content {
    height: 100%;
  }
  section.actus_home .all {
    grid-column: 3/4;
    grid-row: 4/5;
  }
  section.texte_centre.h1 #virgule_path {
    width: 200px;
    top: -180px;
  }
  section.texte_centre.seo .conteneur {
    padding: 100px 0;
  }
  section.chiffres_cles {
    padding-top: 130px;
    padding-bottom: 0;
    background: transparent;
    position: relative;
  }
  section.chiffres_cles:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1920px;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 160px), 0 100%);
    background-color: #F1F4F8;
  }
  section.chiffres_cles .titre_section {
    left: 500px;
    top: 100px;
  }
  section.chiffres_cles .item {
    padding-left: 500px;
    padding-top: 250px;
    height: 570px;
  }
  section.chiffres_cles img {
    width: 390px;
  }
  section.chiffres_cles .chiffre {
    font-size: 140px;
    margin-right: 40px;
  }
  section.chiffres_cles .texte_wrapper {
    max-width: 400px;
  }
  section.reussites {
    background: transparent;
    position: relative;
    padding-bottom: 100px;
  }
  section.reussites:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1920px;
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), calc(50% - 1350px/2 + 450px) 100%, 0 100%);
    background-color: #F1F4F8;
  }
  section.profils {
    padding-top: 0;
  }
  section.profils .row {
    grid-template-columns: 450px 1fr;
  }
  section.profils .col.spe {
    height: 600px;
    position: relative;
  }
  section.profils .col.spe img {
    width: 750px;
    max-width: inherit;
    position: absolute;
    top: 0;
    right: 0;
  }
}
