@charset "UTF-8";
/*
	FICHIER D'IMPORT POUR LA COMPILATION DU STYLES.CSS
	Author: Nico Blandel | @NicoBlandel
	Author URI: www.nicoblandel.fr
*/
/*
	VARIABLES SASS
	Author: Nico Blandel | @NicoBlandel
	Author URI: www.nicoblandel.fr
*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

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

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.1s ease;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
  transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* -- initial button state--
.btn {
	position: relative;
	clear: both;
	display: inline-block;
	padding: 14px 20px 12px;
	transition: .4s background-color ease-in-out;
	font-family: $font-btn;
  text-align: center;
	line-height: 1em;
}*/
.btn {
  position: relative;
  clear: both;
  display: block;
  padding: 14px 20px 12px;
  -webkit-transition: 0.4s background-color ease-in-out;
  transition: 0.4s background-color ease-in-out;
  font-family: "Interstate", Helvetica, sans-serif;
  text-align: center;
  line-height: 1em;
  width: 50%;
  margin: auto;
}

.btn:before, .btn:after {
  position: relative;
  margin-top: -2px;
  padding-right: 10px;
  padding-left: 10px;
  vertical-align: middle;
  font-size: 1.4em;
  font-weight: normal;
  display: inline-block;
  line-height: 1em;
}

/*
	LES IMAGES - Feuille de styles
	Author: Nico Blandel | @NicoBlandel
	Author URI: www.nicoblandel.fr
*/
/* Images */
.bgVisuel {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.bgVisuel.bgLeft {
  min-width: 0;
  height: 100%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.bgVisuel.bgRight {
  min-width: 0;
  height: 100%;
  left: auto;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.adaptVisuel {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: none;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bVisuel .adaptVisuel {
  position: static;
  top: 0;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.mainVisuel {
  display: block;
}

.thumbFull {
  width: 100%;
  height: auto;
}

.fullVisuel {
  width: auto;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ieContainer {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.ieContainer .adaptVisuel {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

@media only screen and (min-width: 768px) {
  .bVisuel .adaptVisuel {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .fullVisuel {
    width: 100%;
    height: auto;
    min-width: 0;
    min-height: 0;
  }
}
/*
	MAIN & RESET - Feuille de styles
	Author: Nico Blandel | @NicoBlandel
	Author URI: www.nicoblandel.fr
*/
/** Global defaut
  * --------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

*:after,
*:before {
  text-rendering: optimizeLegibility;
}

html {
  font-size: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Interstate", Helvetica, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #000;
  background: #f4f4f4;
  -ms-hyphens: none;
      hyphens: none;
}

/** Contenus
  * --------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Interstate", Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-family: "Interstate", Helvetica, sans-serif;
  font-weight: 700;
}

em, i, dfn {
  font-style: italic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: block;
  border: none;
  max-width: 100%;
  height: auto;
  -webkit-user-drag: none; /* Prevents dragging of images/divs etc */
  user-drag: none;
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  -o-user-select: none;
  user-select: none;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}

p {
  margin: 0;
  padding: 0;
}

/** Liens
  * --------------------------------------------- */
a {
  text-decoration: none;
  color: #323D73;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
  text-decoration: underline;
}

/** Misc
  * --------------------------------------------- */
::-moz-selection {
  background: #161D39;
  color: #FFF;
  text-shadow: none;
}
::selection {
  background: #161D39;
  color: #FFF;
  text-shadow: none;
}

::-webkit-selection {
  background: #161D39;
  color: #FFF;
  text-shadow: none;
}

::-moz-selection {
  background: #161D39;
  color: #FFF;
  text-shadow: none;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@media only screen and (min-width: 1130px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 468px) {
  body .topbar .search {
    display: none;
  }
}
/*
	FONTS - Feuille de styles
	Author: Nico Blandel | @NicoBlandel
	Author URI: www.nicoblandel.fr
*/
@font-face {
  font-family: "Libel";
  src: url("../fonts/libel-suit-rg.eot"); /* IE9 Compat Modes */
  src: url("../fonts/libel-suit-rg.eot?#iefix") format("embedded-opentype"), url("../fonts/libel-suit-rg.woff") format("woff"), url("../fonts/libel-suit-rg.ttf") format("truetype"), url("../fonts/libel-suit-rg.svg#bd0ea8ea5054e06fc96d2f714a3ac9a9") format("svg"); /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "fonticon";
  src: url("../fonts/fonticon.eot");
  src: url("../fonts/fonticon.eot?#iefix") format("embedded-opentype"), url("../fonts/fonticon.woff") format("woff"), url("../fonts/fonticon.ttf") format("truetype"), url("../fonts/fonticon.svg#fonticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
#header *:before, #breadcrumbs *:before, #site-main *:before, #footer *:before,
#header *:after, #breadcrumbs *:after, #site-main *:after, #footer *:after, .fixContacts *:after {
  font-family: "fonticon", sans-serif;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: "Interstate";
  src: url("../fonts/interstate/Interstate-LightItalic.woff2") format("woff2"), url("../fonts/interstate/Interstate-LightItalic.woff") format("woff"), url("../fonts/interstate/Interstate-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Interstate";
  src: url("../fonts/interstate/Interstate-Bold.woff2") format("woff2"), url("../fonts/interstate/Interstate-Bold.woff") format("woff"), url("../fonts/interstate/Interstate-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Interstate";
  src: url("../fonts/interstate/Interstate-BoldItalic.woff2") format("woff2"), url("../fonts/interstate/Interstate-BoldItalic.woff") format("woff"), url("../fonts/interstate/Interstate-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Interstate";
  src: url("../fonts/interstate/Interstate-Light.woff2") format("woff2"), url("../fonts/interstate/Interstate-Light.woff") format("woff"), url("../fonts/interstate/Interstate-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Interstate RegularItalic";
  src: url("../fonts/interstate/Interstate-RegularItalic.woff2") format("woff2"), url("../fonts/interstate/Interstate-RegularItalic.woff") format("woff"), url("../fonts/interstate/Interstate-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Interstate";
  src: url("../fonts/interstate/Interstate-Regular.woff2") format("woff2"), url("../fonts/interstate/Interstate-Regular.woff") format("woff"), url("../fonts/interstate/Interstate-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*
	GRILLES - Feuille de styles
	Author: Nico Blandel | @NicoBlandel
	Author URI: www.nicoblandel.fr
	Parameters :
		- fullGrid : basé sur les inline-block, config de base
		- tableGrid : basé sur les table-cell, permet le centrage vertical
		- gridXX : défini une grille de largeur XX%
*/
/** Définition du conteneur de grilles
	* --------------------------------------------- */
.fullGrid, .tableGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fullGrid > *, .tableGrid > * {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}

.revGrid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.tableGrid > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.aleft {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aright {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (min-width: 768px) {
  .fullGrid > *, .tableGrid > * {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
  }
  /** Définition des grilles
    * --------------------------------------------- */
  .grid10 {
    -webkit-box-flex: 10%;
        -ms-flex: 10%;
            flex: 10%;
    max-width: 10%;
  }
  .grid15 {
    -webkit-box-flex: 15%;
        -ms-flex: 15%;
            flex: 15%;
    max-width: 15%;
  }
  .grid20 {
    -webkit-box-flex: 20%;
        -ms-flex: 20%;
            flex: 20%;
    max-width: 20%;
  }
  .grid25 {
    -webkit-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
    max-width: 25%;
  }
  .grid30 {
    -webkit-box-flex: 30%;
        -ms-flex: 30%;
            flex: 30%;
    max-width: 30%;
  }
  .grid33 {
    -webkit-box-flex: 33.333333%;
        -ms-flex: 33.333333%;
            flex: 33.333333%;
    max-width: 33.333333%;
  }
  .grid35 {
    -webkit-box-flex: 35%;
        -ms-flex: 35%;
            flex: 35%;
    max-width: 35%;
  }
  .grid40 {
    -webkit-box-flex: 40%;
        -ms-flex: 40%;
            flex: 40%;
    max-width: 40%;
  }
  .grid45 {
    -webkit-box-flex: 45%;
        -ms-flex: 45%;
            flex: 45%;
    max-width: 45%;
  }
  .grid55 {
    -webkit-box-flex: 55%;
        -ms-flex: 55%;
            flex: 55%;
    max-width: 55%;
  }
  .grid60 {
    -webkit-box-flex: 60%;
        -ms-flex: 60%;
            flex: 60%;
    max-width: 60%;
  }
  .grid65 {
    -webkit-box-flex: 65%;
        -ms-flex: 65%;
            flex: 65%;
    max-width: 65%;
  }
  .grid66 {
    -webkit-box-flex: 66.666666%;
        -ms-flex: 66.666666%;
            flex: 66.666666%;
    max-width: 66.666666%;
  }
  .grid70 {
    -webkit-box-flex: 70%;
        -ms-flex: 70%;
            flex: 70%;
    max-width: 70%;
  }
  .grid75 {
    -webkit-box-flex: 75%;
        -ms-flex: 75%;
            flex: 75%;
    max-width: 75%;
  }
  .grid80 {
    -webkit-box-flex: 80%;
        -ms-flex: 80%;
            flex: 80%;
    max-width: 80%;
  }
  .grid85 {
    -webkit-box-flex: 85%;
        -ms-flex: 85%;
            flex: 85%;
    max-width: 85%;
  }
  .grid90 {
    -webkit-box-flex: 90%;
        -ms-flex: 90%;
            flex: 90%;
    max-width: 90%;
  }
  .grid100 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }
}
/*
	STRUCTURE GLOBALE - Feuille de styles
	Author: Nico Blandel | @NicoBlandel
	Author URI: www.nicoblandel.fr
*/
/* site global */
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* main */
#site-main {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
  padding: 0;
}

.home #site-main {
  background: none;
}

.entry-content {
  line-height: 1.6rem;
}

.innerWidth, .innerSmallWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.innerWidth {
  max-width: 1240px;
}

.innerSmallWidth {
  max-width: 820px;
  padding: 0;
}

.home h1 {
  font-size: 2.3rem;
  margin-bottom: 20px;
  line-height: 1em;
  text-transform: uppercase;
  color: #000;
}

h2 {
  font-family: "Interstate", Helvetica, sans-serif;
  font-size: 2rem;
  color: #323D73;
  padding-bottom: 20px;
}

h3 {
  font-size: 1.6rem;
  color: #000;
  padding-bottom: 10px;
}

h4 {
  font-weight: bold;
  font-size: 1.1rem;
  color: #000;
  padding-bottom: 6px;
}

p, ul {
  padding-bottom: 20px;
}

.page.default .entry-content a.btn {
  text-decoration: none;
}

.btn-bleu, .page.default .entry-content a.btn {
  font-weight: 700;
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #323D73 !important;
  border: 2px solid #323D73 !important;
  padding-right: 10px;
}
.btn-bleu:after, .page.default .entry-content a.btn:after {
  content: "\e90a";
  color: #FFF;
}
.btn-bleu > span, .page.default .entry-content a.btn > span {
  display: inline-block;
}
.btn-bleu:hover, .page.default .entry-content a.btn:hover {
  text-decoration: none;
  color: #323D73 !important;
  background-color: #FFF !important;
}
.btn-bleu:hover:after, .page.default .entry-content a.btn:hover:after {
  color: #323D73 !important;
}

.btn-discover {
  font-weight: 700;
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #323D73 !important;
  border: 2px solid #FFF !important;
  padding-right: 10px;
}
.btn-discover:after {
  content: "\e90e";
  color: #FFF;
}
.btn-discover > span {
  display: inline-block;
}
.btn-discover:hover {
  text-decoration: none;
  color: #323D73 !important;
  background-color: #FFF !important;
}
.btn-discover:hover:after {
  color: #323D73 !important;
}

.btn-discover:after {
  font-size: 0.8rem;
}

.btn-download {
  font-weight: 700;
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #323D73 !important;
  border: 2px solid #FFF !important;
  padding-right: 10px;
}
.btn-download:after {
  content: "\e901";
  color: #FFF;
}
.btn-download > span {
  display: inline-block;
}
.btn-download:hover {
  text-decoration: none;
  color: #323D73 !important;
  background-color: #FFF !important;
}
.btn-download:hover:after {
  color: #323D73 !important;
}

.microdatas {
  display: none;
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 2.25em;
  }
}
@media only screen and (min-width: 1010px) {
  .home #site-main {
    padding-top: 90px;
  }
}
.footer-logo {
  display: inline-block;
}
.footer-logo img {
  max-height: 75px;
}

/*
	HEADER @ MENU NAVIGATION - Feuille de styles
	Author: Nico Blandel | @NicoBlandel
	Author URI: www.nicoblandel.fr
*/
#header {
  width: 100%;
  background: #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

.logo-img {
  display: block;
  width: auto;
  height: 90px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  padding: 10px 0;
}

.accredit-header {
  display: block;
  max-width: 135px;
  height: auto;
}

#logo_bloc {
  position: relative;
  vertical-align: top;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  z-index: 1;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

#logo_link {
  position: relative;
  z-index: 10;
  display: inline-block;
}

/* Menu accessible */
.print-hidden {
  display: none;
}

.topbar {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  height: 30px;
  z-index: 2;
}

.topbar-inner {
  float: right;
  background: #161D39;
  color: #FFF;
}

.topbar .search {
  position: relative;
  display: none;
  font-size: 0;
  margin: 3px 0;
}

.topbar .search:before {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 3px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #c1c5c6;
}

.topbar .search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-style: italic;
}

.topbar .search-input::-moz-placeholder { /* Firefox 19+ */
  font-style: italic;
}

.topbar .search-input:-ms-input-placeholder { /* IE 10+ */
  font-style: italic;
}

.topbar .search-input:-moz-placeholder { /* Firefox 18- */
  font-style: italic;
}

.topbar .search-input {
  color: #FFF;
  font-size: 0.9rem;
  background: none;
  border: none;
  outline: 0;
}

.topbar .search-submit {
  position: relative;
  border: 0;
  background: #161D39;
  color: #FFF;
  width: 30px;
  height: 24px;
  overflow: hidden;
  text-indent: -999px;
}

.topbar .search-submit:before {
  content: "\e91c";
  position: absolute;
  display: block;
  top: 6px;
  left: 0;
  right: 0;
  text-indent: 0;
}

.topbar .search-submit:hover,
.topbar .search-submit:focus {
  background: #FFF;
  color: #161D39;
}

.menulang {
  display: inline-block;
  padding: 6px 0 2px 20px;
  vertical-align: top;
  text-transform: uppercase;
}

.menulang > * {
  position: relative;
  margin-right: 14px;
  font-size: 0.9rem;
  color: #c1c5c6;
}

.menulang > .first:after {
  content: "";
  position: absolute;
  top: -1px;
  right: -7px;
  width: 1px;
  height: 55%;
  margin: 27% 0;
  background: #FFF;
}

.menulang > .active {
  font-weight: 600;
  color: #FFF;
}

.menulang > .active:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #FFF transparent transparent transparent;
}

#hoverMenu {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s 0.2s ease-in-out, visibility 0.2s 0.4s linear;
  transition: opacity 0.4s 0.2s ease-in-out, visibility 0.2s 0.4s linear;
}

#hoverMenu.menu-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

/* Menu principal */
#prim-nav {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  z-index: 100;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  overflow-y: auto;
  background: #FFF;
  pointer-events: auto;
  border-left: 1px solid #FFF;
  -webkit-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out;
}

#prim-nav.menu-active {
  left: 0;
}

#menubloc {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
}

#menubloc.fixmenu {
  position: fixed;
  left: 0;
  right: 0;
}

.nav-menu {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  padding: 0;
}

/* Bouton toggle menu */
#toggle-menu {
  position: inherit;
  top: 0;
  left: 0;
  z-index: 200;
  padding: 10px 13px 5px 13px;
  background: #FFF;
  text-align: left;
  -webkit-transition: background 0.4s ease-in-out, left 0.4s ease-in-out;
  transition: background 0.4s ease-in-out, left 0.4s ease-in-out;
}

#toggle-menu button {
  width: 30px;
  height: 38px;
  line-height: 70px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#toggle-menu button strong {
  color: #161D39;
}

#toggle-menu button span, #toggle-menu button:before, #toggle-menu button:after {
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 5px;
  background: #161D39;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#toggle-menu button:before {
  content: "";
  top: 0;
}

#toggle-menu button:after {
  content: "";
  top: 20px;
}

#toggle-menu.toggled-on {
  background: #161D39;
  left: 250px;
}

#toggle-menu.toggled-on button strong {
  color: #FFF;
}

#toggle-menu.toggled-on button span {
  opacity: 0;
}

#toggle-menu.toggled-on button:before {
  top: 10px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

#toggle-menu.toggled-on button:after {
  top: 10px;
  background: #FFF;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* Mise en forme du menu et sous-menus */
.nav-menu ul, .nav-menu li {
  position: static;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

.nav-menu li:before {
  display: none;
}

.nav-menu li a {
  position: relative;
  display: table;
  width: 100%;
  padding: 10px;
  color: #161D39;
  font-family: "libel", Helvetica, sans-serif;
  font-size: 1.2em;
}

.nav-menu a:hover, .nav-menu a:focus {
  text-decoration: none;
}

.nav-menu li.menu-special a {
  background: #323D73;
  color: #FFF;
}

.nav-menu li em {
  display: block;
  position: relative;
  margin: 0 10px;
  padding: 25px 10px 10px;
  line-height: 20px;
  color: #FFF;
  outline: none;
}

.nav-menu li strong {
  display: block;
  position: relative;
  text-transform: uppercase;
  outline: none;
  font-weight: normal;
  font-family: "libel", Helvetica, sans-serif;
}

.nav-menu li.menu-back > a {
  position: relative;
  padding-left: 30px;
}

.nav-menu li.menu-back a:before {
  content: "\e90f";
  position: absolute;
  font-size: 0.9rem;
  top: 14px;
  left: 10px;
  margin: 0;
}

.nav-menu li > a:before {
  right: 10px;
}

.nav-menu li .sub-menu {
  position: absolute;
  width: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}

.nav-menu li a {
  text-transform: none;
  text-align: left;
  border-top: 1px dotted #161D39;
}

.nav-menu .current-page-parent > a, .nav-menu .current-page-ancestor > a, .nav-menu .current_page_item > a {
  color: #323D73 !important;
  background: #FFF;
  text-decoration: none;
}

.nav-menu li.menu-item-has-children > a:after {
  content: "\e90e";
  position: absolute;
  right: 0;
  display: inline-block;
  vertical-align: top;
  padding: 2px 5px;
}

.nav-menu > li:last-child a {
  background: #161D39;
  color: #FFF !important;
}

.nav-menu > li:last-child:hover a {
  background: #323D73;
}

.nav-menu .menu-title a {
  background: #161D39;
  color: #FFF;
  padding: 15px 10px;
}

/**
	Specificités mobiles
*/
.nav-menu li .sub-menu {
  left: 100%;
}

.nav-menu.menu-close {
  left: -100%;
}

.nav-menu.menu-close li > .sub-container > .sub-menu.menu-close {
  left: 0;
}

.nav-menu {
  left: 0;
}

.nav-menu.menu-close li.menu-open > .sub-container > .sub-menu {
  left: 100%;
  max-height: none;
  overflow-y: auto;
}

.menu-close > li > .sub-container > .sub-menu {
  left: 200%;
}

.nav-menu, .nav-menu .sub-menu {
  -webkit-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out;
}

@media screen and (min-width: 1070px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .topbar {
    position: static;
    padding: 0;
  }
  .topbar-inner {
    padding: 0 0 0 20px;
  }
  .menulang {
    padding: 6px 0 2px 40px;
  }
  #logo_bloc {
    display: inherit;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    height: 90px;
    z-index: 100;
    top: -30px;
    left: 0;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #logo_link {
    padding: 0;
  }
  .topbar .search {
    display: inline-block;
  }
  .site-header-inner {
    height: 60px;
  }
  /** Menu */
  #toggle-menu {
    display: none;
  }
  #menubloc {
    position: static;
    margin: 0;
    padding: 0 !important;
    height: 60px;
  }
  #hoverMenu, #hoverMenu.menu-active {
    display: none;
  }
  #prim-nav, #prim-nav.menu-active {
    border: 0;
    position: static;
    width: auto;
    height: 100%;
    -webkit-transition: none;
    transition: none;
    overflow: visible;
  }
  .nav-menu {
    position: static;
    width: 100%;
    height: 100%;
    text-align: right;
    margin: 0 auto;
    padding: 0;
    z-index: 10;
    left: 0 !important;
    right: 0 !important;
    -webkit-transition: none;
    transition: none;
    font-size: 0;
  }
  .nav-menu li {
    font-size: 1rem;
    background: #FFF;
  }
  .nav-menu > li {
    display: inline-block;
    position: relative;
    max-width: 160px;
    height: 100%;
    vertical-align: bottom;
  }
  .nav-menu > li > a span {
    display: table-cell;
    vertical-align: bottom;
    text-transform: uppercase;
  }
  .nav-menu > li.submenu-special {
    position: static;
  }
  .nav-menu li a {
    position: relative;
    height: 100%;
    text-align: center;
    border: none;
  }
  .nav-menu li a span {
    position: relative;
    z-index: 1;
  }
  .nav-menu li.current-menu-item > a,
  .nav-menu li .sub-container .sub-menu li.current-menu-item > a,
  .nav-menu li:hover a,
  .nav-menu li:focus a,
  .nav-menu li.mhover a,
  .nav-menu a:hover,
  .nav-menu a:focus {
    background: #FFF;
    color: #323D73;
  }
  .nav-menu > li.submenu-special > .sub-container > .sub-menu > li.menu-item-has-children > a {
    padding-right: 20px;
  }
  .nav-menu li.menu-item-has-children > a:after {
    display: none;
  }
  .nav-menu > li.submenu-special > .sub-container > .sub-menu > li.menu-item-has-children > a:after {
    content: "\e90d";
    position: static;
    display: inline-block;
    vertical-align: top;
    padding: 2px 5px;
  }
  .nav-menu li .sub-menu {
    padding: 0;
    display: block;
  }
  .nav-menu li .sub-menu, .nav-menu.menu-close li.menu-open > .sub-container > .sub-menu {
    left: 0;
  }
  .nav-menu > li > .sub-container {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 160px;
    min-width: 100%;
    font-size: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFF;
  }
  .nav-menu > li.submenu-special > .sub-container {
    width: 100%;
  }
  .nav-menu > li:hover > .sub-container,
  .nav-menu > li.mhover > .sub-container {
    display: block;
  }
  .nav-menu li .sub-menu {
    position: static;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
  }
  .nav-menu li.submenu-special .sub-menu {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
  }
  .nav-menu > li > .sub-container > .sub-menu > li {
    display: block;
    font-size: 1rem;
    height: auto;
    -webkit-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out;
  }
  .nav-menu > li.submenu-special > .sub-container > .sub-menu > li {
    display: inline-block;
  }
  .nav-menu li .sub-menu a {
    display: block;
    text-align: left;
    padding: 20px 20px 19px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
  .nav-menu > li.submenu-special > .sub-container > .sub-menu > li > .sub-container {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #FFF;
  }
  .nav-menu > li > .sub-container > .sub-menu > li:hover > .sub-container,
  .nav-menu > li > .sub-container > .sub-menu > li.mhover > .sub-container {
    display: block;
    border-top: 1px solid #CCC;
  }
  .nav-menu > li > .sub-container > .sub-menu > li > .sub-container > .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    top: 100%;
    left: 0;
    width: 100%;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: #FFF;
  }
  .nav-menu > li > .sub-container > .sub-menu > li > a {
    padding: 10px 20px;
  }
  .nav-menu > li > .sub-container > .sub-menu > li:hover > .sub-container > .sub-menu > li,
  .nav-menu > li > .sub-container > .sub-menu > li.mhover > .sub-container > .sub-menu > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    background: #FFF;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    border-bottom: 1px solid #CCC;
  }
  .nav-menu > li > .sub-container > .sub-menu > li > .sub-container > .sub-menu > li > a {
    -webkit-box-flex: 10%;
        -ms-flex: 10%;
            flex: 10%;
    max-width: 10%;
    padding: 10px 20px;
    text-align: left;
  }
  .nav-menu > li > .sub-container > .sub-menu > li > .sub-container > .sub-menu > li > .sub-container {
    position: static;
    -webkit-box-flex: 90%;
        -ms-flex: 90%;
            flex: 90%;
    max-width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .nav-menu > li > .sub-container > .sub-menu > li > .sub-container > .sub-menu > li > .sub-container > .sub-menu > li {
    display: block;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
  }
  .nav-menu > li > .sub-container > .sub-menu > li > .sub-container > .sub-menu > li > .sub-container > .sub-menu > li a {
    text-align: left;
    padding: 10px 20px;
  }
  .nav-menu > li > .sub-container > .sub-menu li a {
    color: #000;
  }
  .nav-menu > li.mhover > .sub-container > .sub-menu li.mhover > a,
  .nav-menu > li > .sub-container > .sub-menu li a:hover,
  .nav-menu > li > .sub-container > .sub-menu li a:focus {
    background: #FFF;
    color: #323D73;
    font-weight: normal;
  }
  .nav-menu li.menu-back a:before {
    content: "\e900";
    position: absolute;
    top: 11px;
    left: 10px;
    margin: 0;
  }
  .nav-menu > li > .sub-container > .sub-menu li:before {
    display: none;
  }
  .nav-menu > li:last-child > .sub-menu {
    right: 0;
    left: auto;
  }
  .nav-menu > li:last-child ul li:hover > .sub-container > .sub-menu,
  .nav-menu > li:last-child ul li.mhover > .sub-container > .sub-menu {
    left: -100%;
  }
  .accredit-header {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 1240px) {
  .accredit-header {
    max-width: 170px;
  }
}
@media screen and (min-width: 1340px) {
  .nav-menu li {
    max-width: none;
  }
  .nav-menu li a {
    padding: 10px 15px;
  }
}
.position-relative {
  position: relative;
}

.logo-bretagne-white {
  position: absolute;
  right: 8px;
  top: 3px;
  width: 72px;
  height: 13px;
  z-index: 1000;
  display: none;
}
@media screen and (min-width: 1340px) {
  .logo-bretagne-white {
    right: 5px;
  }
}
@media screen and (max-width: 1501px) and (min-width: 1070px) {
  .logo-bretagne-white {
    display: block;
  }
}

.logo-bretagne {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.logo-bretagne img {
  width: 110px;
}
@media screen and (max-width: 1500px) {
  .logo-bretagne {
    display: none;
  }
}
@media screen and (max-width: 1070px) and (min-width: 530px) {
  .logo-bretagne {
    display: block;
  }
  .logo-bretagne img {
    width: 90px;
  }
}

.header-infobar {
  background-color: #4AFFF7;
  padding: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-infobar__text {
  color: #184383;
  margin-right: 15px;
}

/*
	FOOTER - Feuille de styles
	Author: Nico Blandel | @NicoBlandel
	Author URI: www.nicoblandel.fr
*/
#footer {
  clear: both;
  display: block;
  color: #FFF;
  background-color: #161d39;
  -webkit-box-ordinal-group: 31;
      -ms-flex-order: 30;
          order: 30;
}

#footer h4 {
  margin-bottom: 20px;
}

#footer .fullGrid > * {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#footerMenus {
  padding: 30px 0;
  text-align: center;
}

#footerMenus > * {
  padding: 10px;
}

#footerMenus h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

#footerMenus a, #copyright a {
  color: #f4f4f4;
}

#footerMenus a:hover, #copyright a:hover {
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px dotted #FFF;
}

#footerMenus .menu-item {
  padding-bottom: 5px;
}

.footer-menu {
  margin: 0;
  padding: 0;
}

#footerContainer {
  padding: 20px 0;
  background-color: #323d73;
}

#footerContainer ul {
  padding: 0;
}

#footer #copyright {
  color: #f4f4f4;
  text-align: center;
  padding: 30px 0;
}

#copyright span {
  display: inline-block;
  margin: 0 10px;
}

#footer_menu5 {
  text-align: center;
  padding-top: 0;
}

#footer_menu5 .menu-item {
  display: inline-block;
  margin: 10px;
}

#footer_menu5 .menu-item a {
  color: #FFF;
}

@media only screen and (min-width: 768px) {
  #footerMenus {
    text-align: left;
  }
  #footerContainer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
#footer_menu1 {
  text-align: center !important;
  color: white !important;
}

.footer-unframed {
  color: white !important;
  text-align: center;
  background: #2b3565;
  padding: 25px 0;
}
.footer-unframed .grid25 {
  text-align: center !important;
}
.footer-unframed .socialink:hover, .footer-unframed .socialink:focus {
  background: none !important;
  color: white;
  text-decoration: none;
}
.footer-unframed .socialink:hover::before, .footer-unframed .socialink:focus::before {
  color: white;
}
.footer-unframed .link-footer-item {
  color: white !important;
  margin-top: 3px;
  display: inline-block;
}
.footer-unframed__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

/*
	COOKIEBAR - Feuille de styles
	Author: Nico Blandel | @NicoBlandel
	Author URI: www.nicoblandel.fr
*/
#cookie-bar {
  position: fixed;
  z-index: 1000;
  bottom: -100px;
  width: 100%;
  background: #161D39;
  font-size: 0.8em;
  color: #FFF;
  text-align: center;
  padding: 5px 0;
  -webkit-transition: bottom 1s ease;
  transition: bottom 1s ease;
}

#cookie-bar.display {
  bottom: 0;
}

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}

#cookie-bar p {
  margin: 0;
  padding: 0;
}

#cookie-bar a {
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  padding: 5px;
  border-radius: 5px;
  margin-left: 8px;
}

#cookie-bar .cookie-enable {
  background: #323D73;
}

#cookie-bar .cookie-enable:hover {
  background: #FFF;
  color: #323D73;
}

#cookie-bar .cookie-policy:hover {
  text-decoration: underline;
}

/*
	FIL D'ARIANE - Feuille de styles
	Author: Nico Blandel | @NicoBlandel
	Author URI: www.nicoblandel.fr
*/
#breadcrumbs {
  display: inline-block;
  margin: 10px -3px 0;
  padding: 0;
}

.bcn_item {
  display: inline-block;
  font-size: 0;
}

.bcn_item:after {
  content: "\e90e";
  display: inline-block;
  vertical-align: top;
  padding: 2px 0;
  font-size: 0.7rem;
}

.bcn_item:last-child:after {
  display: none;
}

.bcn_item > a {
  position: relative;
  font-size: 0.8rem;
  color: #000;
  margin: 0 3px 7px;
  padding: 0 0 3px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.bcn_item > a:hover, .bcn_item > a:focus {
  color: #161D39;
  text-decoration: none;
}

.bcn_item > a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3px;
  border-bottom: 1px solid #000;
  -webkit-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out;
}

.bcn_item > a:hover:before, .bcn_item > a:focus:before {
  border-bottom: 1px dotted #161D39;
  bottom: 0;
}

.bcn_item > span {
  font-size: 0.8rem;
  margin: 0 3px 10px;
  padding: 0;
  color: #000;
  display: block;
  font-weight: 700;
}

@media screen and (min-width: 1070px) {
  #breadcrumbs {
    margin: 20px -6px 0;
  }
  .bcn_item > a, .bcn_item > span {
    font-size: 0.9rem;
    margin: 0 6px 10px;
  }
}
/*
	PAGE DE LISTES (Catégories, Archives...) - Feuille de styles
	Author: Nico Blandel | @NicoBlandel
	Author URI: www.nicoblandel.fr
*/
.category .entry-title {
  text-shadow: none;
}

.intro_loop {
  text-align: center;
  margin: 60px auto;
}

.intro_loop h2 {
  margin-top: 40px;
}

.listBloc {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #656d82;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.listBloc:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.6);
}

.listBloc .listVisuel {
  padding: 0;
}

.listBloc .mainVisuel {
  margin: 0 auto;
}

.listBloc .listContent {
  display: block;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.listBloc .listContent .grid15 {
  float: left;
}

.listBloc.bloc50 .listContent {
  padding: 20px 0;
}

.listBloc h2 {
  text-align: left;
  text-transform: none;
  color: #323D73;
  font-family: "Interstate", Helvetica, sans-serif;
  font-size: 1.8rem;
  margin: 0 0 5px;
}

.listContent .entry-more {
  padding: 0;
  padding-left: 35px;
  padding-bottom: 10px;
  line-height: 1em;
}

.loopDate {
  color: #656d82;
  font-size: 0.9rem;
  margin-bottom: 10px;
  display: block;
}

.listContent p {
  padding: 0;
}

.listContent a .moreLink {
  color: #323D73;
}

.listBloc a:hover,
.listBloc a:focus {
  text-decoration: none;
}

.listContent a:hover .moreLink,
.listContent a:focus .moreLink {
  text-decoration: underline;
}

.listBloc .catActu {
  padding-right: 10px;
}

.listBloc .dateActu {
  padding-left: 10px;
}

.content-right .btn {
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #161D39 !important;
  border: 2px solid #161D39 !important;
  padding-right: 10px;
}
.content-right .btn:after {
  content: "\e901";
  color: #FFF;
}
.content-right .btn > span {
  display: inline-block;
}
.content-right .btn:hover {
  text-decoration: none;
  color: #161D39 !important;
  background-color: #FFF !important;
}
.content-right .btn:hover:after {
  color: #161D39 !important;
}

.content-right .btn:after {
  font-size: 1rem;
  padding-right: 5px;
}

.category .entry-title {
  padding: 20px 10px;
  margin-bottom: 40px;
}

.category .news_one {
  padding: 0;
  background: #FFF;
  margin-bottom: 40px;
}

.archive .entry-header {
  margin-top: 130px;
}

.archive .entry-description {
  width: 50%;
  margin: 0 auto;
}

.archive .entry-content,
.category .entry-content {
  background: #FFF;
  margin-bottom: 40px;
}

.archive .entry-content .fullGrid,
.category .entry-content .fullGrid {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
}

.archive .entry-content .fullGrid > *,
.category .entry-content .fullGrid > * {
  padding: 10px;
}

.bloc_news-inner {
  display: block;
  height: 100%;
  border: 1px solid #323D73;
}

.bloc_news-content {
  padding: 10px;
}

.link_more {
  color: #323D73;
}

.link_more:after {
  content: "\e90e";
  display: inline-block;
  font-size: 0.7rem;
  margin: 0 2px;
}

.link_more:hover {
  text-decoration: underline !important;
}

.single .entry-content {
  background: #f4f4f4;
}

#listPagination {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

#listPagination .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  margin: 5px;
  color: #323D73;
  background: #FFF;
  border: 2px solid #323D73;
  overflow: hidden;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}

#listPagination a.page-numbers:hover {
  text-decoration: none;
  background: #323D73;
  color: #FFF;
}

#listPagination .page-numbers.current {
  color: #FFF;
  background: #323D73;
}

#listPagination .page-numbers.next {
  text-indent: -999px;
}

#listPagination .page-numbers.next:before {
  content: "\e906";
  display: block;
  text-indent: 0;
  font-size: 1.4rem;
  position: relative;
  top: -1px;
  left: 1px;
}

#listPagination .page-numbers.prev:before {
  content: "\e907";
  display: block;
  text-indent: 0;
  font-size: 1.4rem;
  position: relative;
  top: -1px;
  right: 1px;
}

#fluxSearch {
  background: #FFF;
  padding-bottom: 30px;
}

#fluxSearch .searchBloc {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #161D39;
}

#fluxSearch .searchBloc h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #000;
}

#fluxSearch .searchBloc p {
  padding-bottom: 0;
}

#fluxSearch .searchLink .search-everything-highlight {
  color: #323D73;
}

#fluxSearch .moreLink {
  color: #323D73;
}

#fluxSearch .searchLink:hover {
  text-decoration: none;
}

#fluxSearch .searchLink:hover .moreLink {
  text-decoration: underline;
}

.archive .adherents #fluxBlocs {
  margin: 0;
}

#searchengine {
  background: #c9d0e3;
  padding: 20px;
}

#adherents_form strong {
  font-weight: 600;
}

#adherents_form > * {
  padding: 10px 20px;
}

#adherents_form select {
  margin: 5px 0;
}

#adherents_form input {
  margin: 2px 0;
  padding: 5px 10px;
}

#adherents_form button {
  font-size: 1rem;
  font-weight: 600;
  padding: 10px;
  margin: 10px auto;
  display: block;
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #323D73 !important;
  border: 2px solid #323D73 !important;
}
#adherents_form button > span {
  display: inline-block;
}
#adherents_form button:hover {
  text-decoration: none;
  color: #323D73 !important;
  background-color: #FFF !important;
}

.archive #pts_forts {
  padding-bottom: 60px;
}

.archive #pts_forts h3 {
  color: #323D73;
  text-transform: uppercase;
}

.archive #pts_forts h3 strong {
  font-family: "Interstate", Helvetica, sans-serif;
  font-size: 1.8rem;
  line-height: 1.4em;
  display: block;
  font-weight: bold;
}

#entAdherents {
  background: #e9ecf3;
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .content-right {
    text-align: right;
  }
  .archive .entry-content .fullGrid,
  .category .entry-content .fullGrid {
    padding: 10px;
  }
  .listBloc.bloc50 .listContent {
    padding: 20px 40px;
  }
  .agenda .listBloc .listContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .listBloc .listContent .grid15 {
    float: none;
  }
  .listContent p {
    padding: 0 0 20px;
  }
  .agenda .listContent h2 {
    display: inline-block;
  }
  .listContent .entry-mores {
    margin-top: 10px;
  }
  .listContent .entry-more {
    padding-left: 35px;
    margin-top: 5px;
    margin-left: 5px;
  }
}
/*
	PAGE D'ARTICLE, MAGASIN... - Feuille de styles
	Author: Nico Blandel | @NicoBlandel
	Author URI: www.nicoblandel.fr
*/
.visuelPost {
  background: #323D73;
}

.visuelPost > * {
  height: 100%;
}

.visuelPost .mainVisuel {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: none;
}

.titlePost {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 40px 20px;
}

.single .entry-header {
  text-align: left;
  background: #FFF;
  padding: 0;
}

.single .entry-title {
  font-size: 2.25em;
  text-transform: uppercase;
  text-transform: none;
  margin: 0 0 30px;
  padding: 0;
  color: #000;
}

.catype {
  color: #6F7374;
  display: inline-block;
}

.catype:hover {
  color: #323D73;
  text-decoration: underline;
}

.singleDate {
  display: inline-block;
}

.single .entry-mores {
  color: #000;
}

.single .entry-infos {
  color: #6F7374;
  margin-bottom: 20px;
}

.entry-more {
  position: relative;
  line-height: 1.6rem;
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding-left: 30px;
  color: #6F7374;
}

.entry-more:before {
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  left: -3px;
}

.entry-more span, .entry-more strong {
  color: #323D73;
}

.entry-diplome:before {
  content: "\e914";
}

.entry-date:before {
  content: "\e917";
}

.entry-pays:before {
  content: "\e902";
}

.entry-profil:before {
  content: "\e921";
}

.entry-email:before {
  content: "\e904";
}

.entry-un::before {
  content: "";
  width: 22px;
  height: 22px;
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiM2RjczNzQiIHhtbDpzcGFjZT0icHJlc2VydmUiIHZpZXdCb3g9IjAgMCA0ODAuMDAyIDQ4MC4wMDIiPjxwYXRoIGQ9Ik00NjkuODc3IDE3MC42NThjLjA2Ni0uMjk3LjEzOC0uNTg0LjE5OS0uODlsLS40OTctLjA5OWMtMTEuMzIzLTM3LjEyOS0zMS42NDgtNzEuMTQ4LTU5Ljg3My05OS4zNzRDMzY0LjM3NiAyNC45NjUgMzA0LjEwNiAwIDI0MCAwUzExNS42MjQgMjQuOTY1IDcwLjI5NCA3MC4yOTZDMjQuOTY0IDExNS42MjYuMDAxIDE3NS44OTYuMDAxIDI0MC4wMDJzMjQuOTY0IDEyNC4zNzYgNzAuMjkzIDE2OS43MDZTMTc1Ljg5MyA0ODAuMDAyIDI0MCA0ODAuMDAyYzY0LjEwNyAwIDEyNC4zNzYtMjQuOTY0IDE2OS43MDctNzAuMjk0IDQ1LjMzMS00NS4zMyA3MC4yOTUtMTA1LjYgNzAuMjk1LTE2OS43MDYtLjAwMS0yMy44MzYtMy40NTktNDcuMTQtMTAuMTI1LTY5LjM0NHpNMzQ1LjE5OCA0Ni42ODJjMTYuOTM0IDkuMjQ2IDMyLjczMyAyMC43ODUgNDcgMzQuNDcxLTEuMzMxIDMuNzA1LTMuNTkzIDcuNzgtNy4xMDUgNy43OGwtLjE2Ni0uMDAzYy0zLjAxNS0uMTA5LTYuNTEtMS4yNTYtMTAuMjEtMi40NjktNS42MDYtMS44MzgtMTEuOTYxLTMuOTI0LTE5LjE4MS0zLjM0MS03LjA2Ni41NjctMTMuMTIzIDMuNTUtMTguNDY2IDYuMTgxLTUuMDA5IDIuNDY2LTkuMzM0IDQuNTk5LTEyLjQzMyAzLjgyNC0yLjk0Ny0uNzM0LTYuMDMtNC40NDMtOS4xOTMtOC41MDctMS40MDYtMS44MDYtMi4yNzYtMy4xMDEtMi41OTYtMy44NjEuMzc3LS42MjkgMS4xNDQtMS42MjIgMS41NTItMi4xNSAzLjk4Mi01LjE1NCAxMC43MDgtMTEuNzUxIDE3LjIxMy0xOC4xMzEgNC42OTMtNC42MDQgOS40NzctOS4zMDcgMTMuNTg1LTEzLjc5NHptLTcwLjMzLTIzLjkzNWMtMS4xNjYgNy40NDctNC4zODcgMTcuMjYzLTcuMzAzIDIwLjg3LTMuMjIzIDMuOTg1LTguOTIgNS44MjUtMTIuNyA0LjEwNC0zLjgxMy0xLjczOC02LjgzMi03LjE2OS04LjA3NC0xNC41MjgtLjgxNC00LjgyNC0yLjQxOS05LjE4My00LjExMy0xMy4xNTlhMjIyLjUxMSAyMjIuNTExIDAgMCAxIDMyLjE5IDIuNzEzek04NC40MzcgODQuNDM4YzI2LjA5My0yNi4wOTMgNTcuNTg4LTQ0LjgyIDkxLjk2MS01NS4xNDYgNC4xNTEgMTMuNjQ4IDkuMjA2IDI2LjQzNCAxNC4xMzYgMzguNTE3IDMuNzc0IDkuMjUzIDguMDUzIDE5LjczOSA3LjA4NyAyOS4yMjktLjM3IDMuNjM0LTEuMjkzIDguMjgxLTMuNTk0IDkuNzg2LTIuMDAxIDEuMzEtNi4wMTggMS42NDUtMTAuMjY5IDItNy4wMDguNTg1LTE1LjcyOSAxLjMxMy0yMy42NzMgNi44OTEtMS42OTcgMS4xOTEtMy4yNzMgMi40MjMtNC43OTYgMy42MTItMy4yNzMgMi41NTctNi4zNjUgNC45NzEtOS4yNDggNS43NzktMi44NS44LTYuNTIyLjM4MS0xMC43NzYtLjEwNC0yLjQ0My0uMjc4LTQuOTctLjU2NS03LjY0NC0uNjUzLTguNDg4LS4zMTItMjcuODM2IDMuNzY2LTM2LjI2IDE0Ljc2OC00LjE2MyA1LjQzNy01LjM2MiAxMi4wMDktMy4zNzYgMTguNTA2IDEuNDcxIDQuODE1IDQuNjIzIDguMTc0IDcuNTE0IDEwLjgyNiAxMy41MDMgMTIuMzggMzIuMDM1IDIxLjE0OCA1MC44NDIgMjQuMDU4IDIuNjkuNDE2IDUuMjk0LjczNCA3LjgxMyAxLjA0MyAxMy43OTEgMS42ODggMjAuNjUyIDIuOTE1IDI1Ljg2OCAxMi4zMTQgMS4yOTkgMi4zNDEgMi4zNDUgNS4xMTIgMy40NTMgOC4wNDYgMS4yNzUgMy4zNzkgMi41OTQgNi44NzMgNC41MTUgMTAuMzk1IDUuNzA0IDEwLjQ2MyAxNS4zMiAxNi41OTIgMjUuMDg2IDE2LjA0OCA3LjI5LS40MiAxMi42NzQtNC4yMjUgMTctNy4yODEgMS45OTYtMS40MSAzLjg4MS0yLjc0MiA1LjQ5NC0zLjQxNCA0LjMzNS0xLjgxIDEwLjk1My0uMjAzIDE3LjY5NSA0LjI5MSA0LjYyNCAzLjA4MyAxMC42MDYgOC4xODMgMTIuODQ1IDE0Ljk3IDEuNjg1IDUuMTA2LjUxOSAxMS4wMTctMi43NSAxMy43OEwyMzMuOTcgMjg3LjhjLTkuNDY0IDguMDg0LTE5LjU5IDE3LjktMTkuOTMxIDMyLjEzNS0uMTA4IDQuNTAyLjgyMSA4LjgyNSAxLjY0IDEyLjY0LjU3NCAyLjY2OSAxLjUzMyA3LjEzNyAxLjAxOCA4LjMwNC0uNTM5LjQ3OS0zLjA1OSAxLjA5Ny00LjU2NCAxLjQ2Ni0yLjY1Mi42NDktNS42NTcgMS4zODUtOC43MTEgMi45MjgtMTQuODA2IDcuNDc2LTE2LjE4OSAyNS4xODgtMTcuMTA1IDM2LjkxLS42NjQgOC41MDMtMy44MTggMTUuNjU5LTcuMDMzIDE1Ljk1My0yLjYxNS4yNTEtNi4zMDgtNC4yNy03LjU5MS05LjI4MS0uNzk2LTMuMTA5LTEuMTctNi41NzUtMS41NjYtMTAuMjQ1LS41Ny01LjI4Ny0xLjIxNy0xMS4yOC0zLjM0LTE3LjE2NS0yLjczNi03LjU4My03LjQ5OS0xMy44MzQtMTEuNzAxLTE5LjM0OS00LjEyNy01LjQxOC04LjAyNi0xMC41MzUtOS4yODUtMTUuODU4LS45NDMtMy45ODctLjU2My04Ljc3OC0uMTU5LTEzLjg1Mi41MTQtNi40NiAxLjA5Ni0xMy43ODItLjk1My0yMS4yMzUtMi45MTItMTAuNTk0LTEwLjEyOC0xOC4xNjQtMTYuNDk1LTI0Ljg0NS00LjE4MS00LjM4Ni04LjEzLTguNTI5LTEwLjQ3Ni0xMy4wMDUtMi44MjgtNS4zOTYtMi40NzctMTEuMDUyLTIuMDctMTcuNjAxLjM4NS02LjIwNy44MjItMTMuMjQzLTEuNjQ5LTIwLjQ4Mi0yLjQ2OC03LjIyOS04LjMwMi0xMS40MDUtMTIuNjIzLTE0LjQ5OWEyNDcuMjQxIDI0Ny4yNDEgMCAwIDEtMzUuMjY3LTMwLjY5OGMtNS43MzgtNi4wNDEtMTEuMzQ3LTEyLjYzOS0xMy41Mi0xOS45NDItLjU2OC0xLjkwOS0uOTYxLTMuMzUxLTEuMjctNC40NzktMS4zNzMtNS4wMjgtMi4xODItNi44MjQtNS4wNjctMTAuMDE3IDEwLjA0My0xOC41NzQgMjIuODM2LTM1Ljc5NiAzOC4xODUtNTEuMTQ1ek0yNDAgNDYwLjAwMmMtNTguNzY0IDAtMTE0LjAxMS0yMi44ODQtMTU1LjU2My02NC40MzctNDEuNTUyLTQxLjU1Mi02NC40MzYtOTYuNzk5LTY0LjQzNi0xNTUuNTYzIDAtMjcuNzk2IDUuMTI3LTU0LjgwMyAxNC45MjEtNzkuOTQ5IDMuNzc5IDkuMzMxIDEwLjE5NiAxNi45MDcgMTYuNjg2IDIzLjc0YTI2Ny40NjUgMjY3LjQ2NSAwIDAgMCAzOC4xODcgMzMuMjI5YzEuOTQzIDEuMzkyIDQuODgxIDMuNDk1IDUuMjc3IDQuNjU2IDEuMTkxIDMuNDkuOTI0IDcuNzk3LjYxNSAxMi43ODItLjQ5MiA3LjkyMi0xLjEwMyAxNy43NzkgNC4zMTcgMjguMTIyIDMuNjQ4IDYuOTYxIDguNzY1IDEyLjMyOSAxMy43MTMgMTcuNTIxIDUuNDI1IDUuNjkxIDEwLjExIDEwLjYwNyAxMS42ODcgMTYuMzQ3IDEuMTE4IDQuMDY3LjcyMSA5LjA2My4zMDEgMTQuMzUtLjQ4NCA2LjA5Mi0xLjAzMyAxMi45OTYuNjMzIDIwLjA0IDIuMjM3IDkuNDYgNy44NyAxNi44NTMgMTIuODM5IDIzLjM3NSAzLjY1MyA0Ljc5NSA3LjEwMyA5LjMyMyA4Ljc5NiAxNC4wMTYgMS4zMDkgMy42MjggMS43NzUgNy45NDkgMi4yNjggMTIuNTIzLjQ1NCA0LjIwOS45MjQgOC41NjEgMi4wNzYgMTMuMDYgMy4xNzYgMTIuNDA4IDEzLjI0MyAyNC4zMzUgMjYuNjgyIDI0LjMzNC42OTEgMCAxLjM5My0uMDMxIDIuMTAyLS4wOTYgMTMuOTYzLTEuMjc0IDIzLjYwMS0xNC40MjMgMjUuMTU0LTM0LjMxMy42LTcuNjg2IDEuNDIyLTE4LjIxMiA2LjE4LTIwLjYxMyAxLjAxNi0uNTE0IDIuNjg2LS45MjMgNC40NTQtMS4zNTUgNC4wODMtMSA5LjY3My0yLjM2OSAxNC4xMTEtNi45MTQgOC4xMzEtOC4zMjcgNS44NzgtMTguODIgNC4yMzItMjYuNDgtLjY0My0yLjk5Ni0xLjI1MS01LjgyNS0xLjItNy45NjEuMTQ0LTUuOTk3IDYuNzQ4LTEyLjEzIDEyLjkyNi0xNy40MDdsMjkuMzUzLTI1LjA3MmM5LjU1NS04LjA4IDEzLjA4OC0yMi4yNiA4Ljc5MS0zNS4yODUtMy4xODYtOS42NTctMTAuMzU5LTE4LjQyMS0yMC43NDYtMjUuMzQ2LTEyLjY4Ni04LjQ1NC0yNS42NDEtMTAuNjI0LTM2LjQ3OS02LjExMi0zLjY1NyAxLjUyMy02LjY3OSAzLjY1OS05LjM0NiA1LjU0My0yLjQ3NSAxLjc0OS01LjAzNCAzLjU1OC02LjYwOSAzLjY0OC0xLjU3MS4xMDEtNC4zODItMS45OTktNi4zNzUtNS42NTQtMS4yNTgtMi4zMDgtMi4yOC01LjAxNy0zLjM2My03Ljg4NS0xLjMxMi0zLjQ3Ni0yLjY2OS03LjA3LTQuNjc2LTEwLjY4OC0xMC4zOTItMTguNzI2LTI2LjYxNC0yMC43MS00MC45MjYtMjIuNDYyLTIuMzY0LS4yODktNC44MDgtLjU4OC03LjE4NS0uOTU2LTE1LjAwMS0yLjMxOS0yOS43Mi05LjI1Ny00MC4zODItMTkuMDMyLTEuMzQ1LTEuMjMzLTEuNzktMS43OTUtMS45MzUtMi4wMzdhMS42MzIgMS42MzIgMCAwIDEtLjAyOC0uMTNjMS4zMjEtMy4wNzMgMTMuMy03LjM5NiAxOS45MS03LjIwNCAxLjg2OS4wNjIgMy44OTQuMjkzIDYuMDM4LjUzNyA1LjUzOC42MzEgMTEuODE0IDEuMzQ3IDE4LjQzNy0uNTEgNi42ODYtMS44NzQgMTEuNzItNS44MDYgMTYuMTYyLTkuMjc0IDEuMzg3LTEuMDg0IDIuNjk4LTIuMTA3IDMuOTc5LTMuMDA3IDMuNTEyLTIuNDY2IDguMy0yLjg2NSAxMy44NDQtMy4zMjggMTAuOTY3LS45MTUgMjkuMzIzLTIuNDQ3IDMyLjA5Ny0yOS42OTEgMS40NzEtMTQuNDUxLTQuMDM5LTI3Ljk1Ny04LjQ2Ni0zOC44MDktNC42MjQtMTEuMzM1LTkuMzY1LTIzLjI4Ny0xMy4yMzYtMzUuODMyYTIyMC44NTYgMjIwLjg1NiAwIDAgMSAyNS4zMzYtMy42MTRjLjQ3OSAxLjA5Ny45NjEgMi4xODEgMS40NDEgMy4yNDYgMS45NTIgNC4zMzQgMy43OTYgOC40MjcgNC40NzkgMTIuNDY3IDIuNDE4IDE0LjMyOSA5LjM0NCAyNC43NzEgMTkuNSAyOS4zOTkgMy42MzYgMS42NTcgNy41NTkgMi40NTEgMTEuNTE2IDIuNDUxIDkuMjYxIDAgMTguNzAzLTQuMzUzIDI1LjAzMS0xMi4xODEgNS4wOTItNi4zMDEgOS41MzMtMTguNTQ2IDExLjMyMy0yOS40MzJhMjE3LjM1MyAyMTcuMzUzIDAgMCAxIDMxLjg4MiAxMC43NzNjLTIuNzY2IDIuODMtNS43NjIgNS43Ny04LjcxNSA4LjY2NS02Ljk4OCA2Ljg1NC0xNC4yMTMgMTMuOTQtMTkuMDM1IDIwLjE4My0xLjkwOSAyLjQ3MS00Ljc5MyA2LjIwNC01LjYwOSAxMS4zNjktMS4zODUgOC43NzEgNC4wNzQgMTUuNzg0IDYuNjk3IDE5LjE1NCA0LjA3OSA1LjI0MSAxMC4yNDQgMTMuMTYxIDIwLjEzNiAxNS42MjkgMi4xMzYuNTMyIDQuMjExLjc2NCA2LjIyMi43NjMgNy41OTcgMCAxNC4yODMtMy4yOTIgMTkuODg1LTYuMDUxIDQuMS0yLjAxOSA3Ljk3My0zLjkyNiAxMS4yMzEtNC4xODggMy4yMTEtLjI2MiA2Ljk4My45NzkgMTEuMzUgMi40MSA0LjYzIDEuNTE4IDkuODc4IDMuMjM4IDE1LjcxNiAzLjQ1IDkuMzQ2LjM0NSAxNy4yLTQuMTEyIDIyLjU5Ni0xMi4zODcgMTguODA5IDIxLjc5OSAzMi45NDEgNDYuNzIxIDQxLjg5NyA3My41MjctMS40NzIgMS4wNjQtNC40NjggMS4yMDQtMTEuNSAxLjI5Mi0zLjA1NS4wMzgtNi41MTcuMDgxLTEwLjIwOC4zNjUtMTAuMjgxLjc4OS0xOC4yMzItMi4xNTUtMjcuNDM3LTUuNTY2LTYuMTgtMi4yOS0xMi41Ny00LjY1OC0yMC4yMS02LjE3Ni0xOS4yNDgtMy44MzEtMzkuMTM4IDYuOTI2LTUwLjY3MiAyNy4zOTYtMi4wOTcgMy43MjItMjAuMTA1IDM2Ljg4OS02Ljc4MSA1NS4yNDEgNC45NzggNi44NTUgMTIuMDI1IDExLjA4MSAxNy42ODggMTQuNDc3IDguMDMyIDQuODE0IDE2LjMzOCA5Ljc5MiAyNS41MzcgMTMuNTAzIDEuOTY5Ljc5NSAzLjk1OCAxLjUyOSA1Ljg4MSAyLjIzOSA2Ljk5OCAyLjU4MyAxMy42MDcgNS4wMjMgMTYuODQ3IDkuNDU3IDIuNzExIDMuNzExIDMuNjA5IDkuNTg0IDIuNzQ3IDE3Ljk1NS0uNjU1IDYuMzUzLTMuMDIyIDEyLjgxLTUuNTI5IDE5LjY0NS01LjYyMSAxNS4zMy0xMi42MTcgMzQuNDA5IDMuNzgzIDUzLjE0OSA0LjY3NyA1LjM0NCAxMC4yOTIgOS40MTQgMTYuNTAzIDEyLjA4OGEyMjQuOTMgMjI0LjkzIDAgMCAxLTkuNzggMTAuNDQ0Yy00MS41NTQgNDEuNTUzLTk2LjgwMSA2NC40MzctMTU1LjU2NSA2NC40Mzd6bTE3OC42OTItOTEuNjA2Yy01LjcwNS0xLjAyMi0xMC43NTktMy45MTctMTQuOC04LjUzNC04LjIwOC05LjM3OS01LjY2NC0xNy43OTctLjA1Ni0zMy4wOTIgMi44Mi03LjY4OCA1LjczNS0xNS42NCA2LjY0Ni0yNC40NzkgMS4zOTMtMTMuNTE2LS43My0yMy45MTktNi40OTItMzEuODA1LTYuOC05LjMwOC0xNy4wMzgtMTMuMDg3LTI2LjA3LTE2LjQyMS0xLjg2OC0uNjg5LTMuNjMyLTEuMzQxLTUuMzI1LTIuMDIzLTcuNzQ1LTMuMTI1LTE1LjAyNy03LjQ4OS0yMi43MzYtMTIuMTA5LTQuNTI3LTIuNzE1LTkuMjA5LTUuNTIxLTExLjc4OC05LjA3My0zLjE3LTQuMzY2LjcyOC0yMC43MzEgOC4wMjEtMzMuNjczIDUuNDc5LTkuNzIxIDE2LjQ1NC0yMC4xNTggMjkuMzUtMTcuNTk4IDYuMDggMS4yMDggMTEuNDYxIDMuMjAyIDE3LjE1OSA1LjMxMyAxMC40NTUgMy44NzQgMjEuMjcgNy44ODkgMzUuOTIxIDYuNzU0IDMuMDUtLjIzNCA2LjAzNy0uMjcyIDguOTI1LS4zMDkgNS4xOTUtLjA2NSAxMS4yMjEtLjE0NCAxNi43MjctMS45MzdhMjIxLjY3NiAyMjEuNjc2IDAgMCAxIDUuODI3IDUwLjU5MmMwIDQ2LjczMS0xNC40ODYgOTEuMjI5LTQxLjMwOSAxMjguMzk0eiIvPjwvc3ZnPg==");
}

.entry-location {
  padding-left: 0;
}
.entry-location svg {
  margin-left: -3px;
  margin-top: -2px;
  margin-right: 10px;
  float: left;
}

.single .entry-more strong {
  display: inline-block;
}

.single .entry-more a {
  text-decoration: underline;
}

.single .entry-more a:hover {
  color: #323D73;
}

.single .entry-diplome a {
  text-decoration: none;
}

.single .entry-diplome a:hover {
  text-decoration: underline;
}

.single .entry-content {
  margin: 0 auto;
  padding: 35px;
}

.single-post .entry-content {
  background: #FFF;
}

.single-professeurs .entry-content {
  padding: 0;
}

.single .entry-content li {
  position: relative;
  padding-left: 20px;
  padding-bottom: 5px;
}

.single .entry-content li:before {
  position: absolute;
  top: 7px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  padding-right: 8px;
  border-color: transparent transparent transparent #323D73;
}

.single .entry-content li span {
  display: inline-block;
  padding-right: 10px;
}

.single .contentVisuel {
  margin: 40px auto 0;
  display: block;
}

.single iframe {
  margin: 0 auto;
  display: block;
}

.infos-fix {
  margin-bottom: 10px;
}

.single-professeurs h1 {
  font-size: 3rem !important;
}

.prof-flag {
  display: inline-block;
  vertical-align: top;
  margin: 3px 0 0 5px;
  width: auto;
  max-width: none;
  height: 15px;
}

.prof_file {
  margin-bottom: 20px;
}

.prof_file h4 {
  color: #323D73;
}

.prof_blanc {
  background: #FFF;
}

.prof_gris {
  background: #FFF;
}

.prof_blanc, .prof_gris {
  padding: 40px 20px;
}

.prof_annee:before {
  display: none;
}

li.prof_annee {
  padding-left: 0px !important;
}

.prof_an {
  color: #323D73;
  font-weight: 600;
  vertical-align: top;
}

.prof_txt {
  display: block;
  font-weight: normal;
}

.ui-accordion-header {
  position: relative;
  background-color: #6F7374;
  color: #FFF;
  font-size: 1.125em;
  font-family: "Interstate", Helvetica, sans-serif;
  padding: 13px 55px 13px 20px;
  margin-top: 3px;
  outline: 0;
  cursor: pointer;
}

.ui-state-active {
  background-color: #323D73;
}

.ui-accordion-header:after {
  content: "\e90d";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.ui-state-active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.ui-accordion-content {
  padding: 25px 20px;
}

#navibar {
  display: none;
}

.navilink {
  position: absolute;
  top: 600px;
}

.navilink {
  display: block;
  color: #c9d0e3;
}

.navilink span {
  display: none;
}

.navilink:before {
  font-size: 6rem;
}

.navilink.naviprev {
  right: 5%;
  -webkit-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out;
}

.navilink.naviprev:before {
  content: "\e910";
}

.navilink.navinext {
  left: 5%;
  -webkit-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out;
}

.navilink.navinext:before {
  content: "\e912";
}

.navilink:hover {
  color: #323D73;
  text-decoration: none;
}

.navilink.naviprev:hover {
  right: 4%;
}

.navilink.navinext:hover {
  left: 4%;
}

#sidebar {
  padding: 27px 20px 0;
  text-align: center;
}

#sidebar.sidebar-fix {
  padding: 35px 0 0;
}

.single #sidebar {
  background: #f4f4f4;
  padding: 27px 45px;
  margin-top: 40px;
}

#sidebar .fullGrid {
  margin: 0 -10px;
}

#sidebar .fullGrid > * {
  padding: 0 10px 20px;
}

#sidebar h2 {
  color: #000;
  text-align: center;
}

#sidebar .sideActu {
  display: block;
  background: #FFF;
  padding: 20px 15px;
  text-align: left;
}

#sidebar h4 {
  text-transform: none;
  color: #323D73;
  font-size: 1.0625em;
  margin: 0;
  text-align: left;
  margin-bottom: 14px;
}

#sidebar h4 a {
  color: #000;
}

#sidebar h5 {
  font-family: "Interstate", Helvetica, sans-serif;
  font-size: 1em;
  text-align: center;
  padding-bottom: 14px;
}

#sidebar a:hover {
  text-decoration: none;
}

#sidebar a:hover h3 {
  color: #323D73;
}

#sidebar p {
  color: #6F7374;
  padding-bottom: 10px;
  text-align: left;
}

#sidebar p span {
  color: #323D73;
}

#sidebar hr {
  width: 100%;
  display: block;
  clear: both;
  height: 1px;
  margin: 0 0 15px 0;
  padding: 0;
  background-color: #6F7374;
  border: 0;
}

#sidebar.sidebar-fix .side-inner {
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 20px;
}

#sidebar.sidebar-fix .autre {
  padding: 20px 35px;
  text-align: center;
  background-color: #f4f4f4;
}

#sidebar.sidebar-fix .side-inner .btn {
  display: block;
  margin-bottom: 15px;
  padding-right: 50px;
  text-align: left;
  font-weight: 700;
}

#sidebar.sidebar-fix .side-inner .btn:after {
  position: absolute;
  right: 0;
  font-size: 1.8rem;
  margin-top: -6px;
}

.btn-candidat {
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #323D73 !important;
  border: 2px solid #323D73 !important;
  padding-right: 10px;
}
.btn-candidat:after {
  content: "\e90a";
  color: #FFF;
}
.btn-candidat > span {
  display: inline-block;
}
.btn-candidat:hover {
  text-decoration: none;
  color: #323D73 !important;
  background-color: #FFF !important;
}
.btn-candidat:hover:after {
  color: #323D73 !important;
}

.btn-brochure {
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #6F7374 !important;
  border: 2px solid #6F7374 !important;
  padding-right: 10px;
}
.btn-brochure:after {
  content: "\e912";
  color: #FFF;
}
.btn-brochure > span {
  display: inline-block;
}
.btn-brochure:hover {
  text-decoration: none;
  color: #6F7374 !important;
  background-color: #FFF !important;
}
.btn-brochure:hover:after {
  color: #6F7374 !important;
}

.entry-content .btn-brochure {
  text-decoration: none;
  font-weight: 700;
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #6F7374 !important;
  border: 2px solid #6F7374 !important;
  padding-right: 10px;
}
.entry-content .btn-brochure:after {
  content: "\e912";
  color: #FFF;
}
.entry-content .btn-brochure > span {
  display: inline-block;
}
.entry-content .btn-brochure:hover {
  text-decoration: none;
  color: #6F7374 !important;
  background-color: #FFF !important;
}
.entry-content .btn-brochure:hover:after {
  color: #6F7374 !important;
}

.btn-contact {
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #323D73 !important;
  border: 2px solid #323D73 !important;
  padding-right: 10px;
}
.btn-contact:after {
  content: "\e904";
  color: #FFF;
}
.btn-contact > span {
  display: inline-block;
}
.btn-contact:hover {
  text-decoration: none;
  color: #323D73 !important;
  background-color: #FFF !important;
}
.btn-contact:hover:after {
  color: #323D73 !important;
}

.btn-aide {
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #6F7374 !important;
  border: 2px solid #6F7374 !important;
  padding-right: 10px;
}
.btn-aide:after {
  content: "\e918";
  color: #FFF;
}
.btn-aide > span {
  display: inline-block;
}
.btn-aide:hover {
  text-decoration: none;
  color: #6F7374 !important;
  background-color: #FFF !important;
}
.btn-aide:hover:after {
  color: #6F7374 !important;
}

#sidebar.sidebar-fix .autre .btn {
  display: inline-block;
  margin: 0;
  font-weight: 700;
  text-decoration: none !important;
  color: #6F7374 !important;
  background-color: #f4f4f4 !important;
  border: 2px solid #6F7374 !important;
  padding-right: 10px;
}
#sidebar.sidebar-fix .autre .btn:after {
  content: "\e91a";
  color: #6F7374;
}
#sidebar.sidebar-fix .autre .btn > span {
  display: inline-block;
}
#sidebar.sidebar-fix .autre .btn:hover {
  text-decoration: none;
  color: #f4f4f4 !important;
  background-color: #6F7374 !important;
}
#sidebar.sidebar-fix .autre .btn:hover:after {
  color: #f4f4f4 !important;
}

#sidebar .link_all {
  margin-top: 20px;
}

/**
 * News in N4 sidebar
 */
.formation-page-main__news-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  background: #F3F3F5;
  padding: 1px 30px 30px 30px;
  text-align: left;
}
.formation-page-main__news-sidebar .np-line-title {
  margin-top: 30px;
}

.fixContacts {
  position: fixed;
  bottom: 0;
  z-index: 120;
  width: 100%;
  font-size: 0;
}

.fixContacts .btn {
  width: 50%;
  font-size: 1rem;
  border-width: 1px !important;
}

.fixContacts .btn-candidat {
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #323D73 !important;
  border: 2px solid #FFF !important;
  padding-right: 10px;
}
.fixContacts .btn-candidat:after {
  content: "\e90a";
  color: #FFF;
}
.fixContacts .btn-candidat > span {
  display: inline-block;
}
.fixContacts .btn-candidat:hover {
  text-decoration: none;
  color: #323D73 !important;
  background-color: #FFF !important;
}
.fixContacts .btn-candidat:hover:after {
  color: #323D73 !important;
}

.fixContacts .btn-contact {
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #323D73 !important;
  border: 2px solid #FFF !important;
  padding-right: 10px;
}
.fixContacts .btn-contact:after {
  content: "\e904";
  color: #FFF;
}
.fixContacts .btn-contact > span {
  display: inline-block;
}
.fixContacts .btn-contact:hover {
  text-decoration: none;
  color: #323D73 !important;
  background-color: #FFF !important;
}
.fixContacts .btn-contact:hover:after {
  color: #323D73 !important;
}

#moreTitles {
  display: none;
}

#moreTitles h2 {
  text-align: center;
}

#moreTitles .moreNews {
  position: relative;
  display: block;
  padding: 10px;
}

#moreTitles .moreNews:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0;
  border-color: #161D39 transparent transparent transparent;
  -webkit-transition: border-width 0.4s ease-in-out, bottom 0.4s ease-in-out;
  transition: border-width 0.4s ease-in-out, bottom 0.4s ease-in-out;
}

#moreTitles .moreNews:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -6px;
  margin: 0 auto;
  background: #161D39;
  width: 200px;
  height: 0;
  -webkit-transition: height 0.4s ease-in-out, bottom 0.4s ease-in-out;
  transition: height 0.4s ease-in-out, bottom 0.4s ease-in-out;
}

#moreTitles .moreNews.active:before {
  border-width: 10px 10px 0 10px;
  bottom: -12px;
}

#moreTitles .moreNews:hover:after, #moreTitles .moreNews.active:after {
  height: 6px;
  bottom: -3px;
}

#moreContainer {
  border-top: 5px solid #FFF;
  padding: 20px 40px;
}

.moreContent {
  margin-bottom: 60px;
}

#sidebar .moreContent h2 {
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #161D39;
  padding-bottom: 10px;
}

#formInscription fieldset {
  border: 1px solid #161D39;
  padding: 20px;
  margin: 20px 0;
}

#formInscription fieldset#fs_promo {
  border: 1px solid #323D73;
  background: rgba(50, 61, 115, 0.5);
}

#formInscription fieldset#fs_tarif,
#formInscription fieldset#fs_message {
  border: none;
  background: transparent;
  text-align: center;
  padding: 0;
}

#formInscription fieldset#fs_fact,
#formInscription fieldset#fs_assist {
  display: none;
}

#formInscription fieldset#fs_fact.show,
#formInscription fieldset#fs_assist.show {
  display: block;
}

#formInscription input {
  margin: 5px 0;
}

.form_alert {
  font-style: italic;
  text-align: center;
}

.entry-content .telBtn,
.entry-content .mailBtn {
  display: inline-block;
  text-decoration: none !important;
  margin: 2px;
}

.entry-content .telBtn > *, .entry-content .mailBtn > * {
  display: block;
  font-family: "Interstate", Helvetica, sans-serif;
}

.entry-content .telBtn .libelle {
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #323D73 !important;
  border: 2px solid #323D73 !important;
  padding-right: 10px;
}
.entry-content .telBtn .libelle:after {
  content: "\e91e";
  color: #FFF;
}
.entry-content .telBtn .libelle > span {
  display: inline-block;
}
.entry-content .telBtn .libelle:hover {
  text-decoration: none;
  color: #323D73 !important;
  background-color: #FFF !important;
}
.entry-content .telBtn .libelle:hover:after {
  color: #323D73 !important;
}

.entry-content .mailBtn .libelle {
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #323D73 !important;
  border: 2px solid #323D73 !important;
  padding-right: 10px;
}
.entry-content .mailBtn .libelle:after {
  content: "\e904";
  color: #FFF;
}
.entry-content .mailBtn .libelle > span {
  display: inline-block;
}
.entry-content .mailBtn .libelle:hover {
  text-decoration: none;
  color: #323D73 !important;
  background-color: #FFF !important;
}
.entry-content .mailBtn .libelle:hover:after {
  color: #323D73 !important;
}

.entry-content .telBtn .content,
.entry-content .mailBtn .content {
  margin: 1px;
}

.entry-content .telBtn .libelle.hide, .entry-content .telBtn .content.hide,
.entry-content .mailBtn .libelle.hide, .entry-content .mailBtn .content.hide {
  display: none;
}

@media only screen and (min-width: 850px) {
  .main_side #sidebar {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 30;
    width: 30%;
    box-shadow: 0px 12px 30px 7px rgba(48, 48, 48, 0.3);
    -moz-box-shadow: 0px 12px 30px 7px rgba(48, 48, 48, 0.3);
    -webkit-box-shadow: 0px 12px 30px 7px rgba(48, 48, 48, 0.3);
    background-color: #FFF;
  }
  .fixContacts {
    display: none;
  }
}
@media only screen and (max-width: 850px) {
  .page-formation-n4 .grid70 {
    -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
            flex: 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 768px) {
  .btn-subscribe,
  .intro_loop .btn,
  .btn-back {
    max-width: 440px;
    padding: 25px 20px;
  }
  #navibar {
    display: block;
  }
  #moreTitles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .moreContent {
    margin: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 0.4s ease-in-out;
    transition: max-height 0.4s ease-in-out;
  }
  .moreContent.active {
    max-height: 300px;
  }
  #sidebar .moreContent h2 {
    display: none;
  }
  #sidebar {
    padding: 27px 45px 0 27px;
    margin-bottom: 40px;
  }
  #sidebar .fullGrid > * {
    padding: 0 10px;
  }
  .titlePost {
    padding: 70px 50px;
  }
}
@media only screen and (min-width: 1010px) {
  .main_side {
    position: relative;
  }
  .main_side #sidebar.isdesktop {
    right: 0;
  }
}
.single-podcasts .entry-content {
  background: #FFF;
}

/*
	PAGE D'ARTICLE... - Feuille de styles
	Author: Nico Blandel | @NicoBlandel
	Author URI: www.nicoblandel.fr
*/
.main_side {
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.main_side #primary {
  background: #FFF;
}

.entry-header {
  background: #FFF;
  color: #323D73;
  text-align: center;
}

.home .entry-header {
  background: none;
  color: #323D73;
}

.entry-title {
  font-size: 2.4rem;
  padding: 40px 20px 0;
}

.has-post-thumbnail .entry-header {
  position: relative;
  height: 240px;
}

.has-post-thumbnail .entry-header:after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#000000",GradientType=0 ); /* IE6-9 */
}

.has-post-thumbnail .entry-title {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #FFF;
}

.entry-header.imgHeader {
  position: relative;
  padding: 0;
}

.entry-header.imgHeader:after, .page-formations-n2 .subpage-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}

.entry-header.imgHeader .header-bloc {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 10;
}

.entry-header.imgHeader .entry-title {
  margin-bottom: 0;
  text-shadow: 0 2px 3px #000;
}

a.btn {
  margin: 10px auto;
  font-weight: 700;
  text-decoration: none;
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #323D73 !important;
  border: 2px solid #323D73 !important;
}
a.btn > span {
  display: inline-block;
}
a.btn:hover {
  text-decoration: none;
  color: #323D73 !important;
  background-color: #FFF !important;
}

a.btn-pink {
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #FF0080 !important;
  border: 2px solid #FF0080 !important;
}
a.btn-pink > span {
  display: inline-block;
}
a.btn-pink:hover {
  text-decoration: none;
  color: #FF0080 !important;
  background-color: #FFF !important;
}

.page-formations-n1 .subpages {
  margin: 0;
  background: #FFF;
}

.page-formations-n1 .subpages .grid30 img {
  width: 100%;
}

.subcontent {
  background-color: #FFF;
  padding: 40px 20px;
  border-bottom: 1px solid #6F7374;
}

.page-recherche-n1 .subcontent,
.page-recherche-n2 .subcontent {
  border: 0;
}

.subcontent h2,
.subcontent h3 {
  font-size: 2.25em;
}

.subcontent h2 a,
.subcontent h3 a,
.subpage-content h3 a {
  color: #000;
}

.page-formations-n2 .subpage-content {
  padding: 28px 20px;
}

.page-formations-n2 .subpage-content .btn {
  text-align: center;
}

.subpage-image {
  position: relative;
  background-color: #323D73;
}

.subpage-image h3 {
  padding: 0;
}

.subpage-image h3 a {
  position: absolute;
  z-index: 50;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #FFF;
  font-size: 2.6rem;
  line-height: 1em;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.75);
  text-align: center;
}

.subpage-image h3 a:hover,
.subpage-image h3 a:focus {
  color: #FFF;
}

.intro {
  background: #FFF;
  padding: 0 20px 40px;
  margin-bottom: 40px;
  font-weight: 700;
}

.has-post-thumbnail .intro {
  padding-top: 40px;
}

.blocPrez, .blocForms, .blocTems, .blocForms2, .n4_prez_inner, .n4_edit, .n4_mod, .n4_autre, .n4_supp, .bloc_telecharge {
  padding: 35px 15px;
  background: #FFF;
}

.n4_edit {
  background: #323D73;
  color: #FFF;
}

.n4_tem {
  background: #FFF;
  color: #000;
}

.n4_mod {
  background: #FFF;
}

.n4_autre, .bloc_telecharge {
  background: #323D73;
  color: #FFF;
  margin: 12px 0;
}

.n4_supp .ui-accordion-header {
  font-family: "Interstate", Helvetica, sans-serif;
  font-size: 1.4rem;
  padding: 10px 60px 10px 20px;
}

.n4_supp .ui-accordion-content {
  padding: 20px;
}

.bloc_telecharge {
  margin: 0 0 12px 0;
  text-align: center;
}

.bloc_telecharge .btn-download {
  margin: 0 20px;
}

.bloc_telecharge span {
  font-family: "libel", Helvetica, sans-serif;
  font-size: 1.625em;
  display: inline-block;
  vertical-align: top;
  padding: 12px 0;
}

.n4_edit h2, .n4_autre h2 {
  color: #FFF;
}

.n4_autre h2 {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.n4_tem h2 {
  color: #323D73;
}

#form_master {
  vertical-align: top;
}

#select_rentree, #select_master {
  position: relative;
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
  color: #000;
  background: #FFF url("../img/fleche-select.jpg") 95% center no-repeat;
  padding: 16px 40px 16px 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#select_rentree:after, #select_master:after {
  content: "w";
  position: absolute;
  top: 10px;
  right: 10px;
}

#select_master:disabled {
  color: #c1c5c6;
  background: #FFF;
}

select#select_rentree::-ms-expand,
select#select_master::-ms-expand {
  display: none;
}

.select_rentree, .select_master {
  position: relative;
  margin: 10px 0;
}

.select_master.ajaxloading:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #FFF url("../img/ajax-loader.gif") center center no-repeat;
  opacity: 0.7;
}

.n4_autre .fullGrid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
}

.n4_autre .grid33 {
  text-align: center;
}

.n4_autre .grid66 {
  text-align: center;
  margin-top: 20px;
}

.btn-progs {
  vertical-align: top;
  margin: 0 10px;
  font-weight: 700;
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #323D73 !important;
  border: 2px solid #FFF !important;
  padding-left: 10px;
}
.btn-progs:before {
  content: "\e90b";
  color: #FFF;
}
.btn-progs > span {
  display: inline-block;
}
.btn-progs:hover {
  text-decoration: none;
  color: #323D73 !important;
  background-color: #FFF !important;
}
.btn-progs:hover:before {
  color: #323D73 !important;
}

.btn-confirm-back {
  font-weight: 700;
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #323D73 !important;
  border: 2px solid #323D73 !important;
  padding-left: 10px;
}
.btn-confirm-back:before {
  content: "\e90b";
  color: #FFF;
}
.btn-confirm-back > span {
  display: inline-block;
}
.btn-confirm-back:hover {
  text-decoration: none;
  color: #323D73 !important;
  background-color: #FFF !important;
}
.btn-confirm-back:hover:before {
  color: #323D73 !important;
}

.blocForms h2, .blocTems h2 {
  text-align: center;
}

.bloc-edit {
  margin: 0 -5px;
  width: auto;
  color: #FFF;
}

.bloc-edit > * {
  padding: 0 5px;
}

.img-edit {
  width: 90px;
  border-top: 1px solid #fff;
  padding-top: 20px;
  display: inline-block;
}

.n4_tem .img-edit {
  border-top: 1px solid #000;
}

.auteur-edit {
  display: inline-block;
  -ms-flex-item-align: end;
      align-self: flex-end;
  line-height: 1em;
  padding-bottom: 10px;
  vertical-align: bottom !important;
}

.subpages {
  margin: 0 -10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.subpage {
  padding: 10px;
}

.blocForms .subpage-inner {
  background: #323D73;
  height: 100%;
}

.blocForms .subpage-content {
  color: #FFF;
  text-align: center;
}

.blocForms .subpage-content p {
  text-align: left;
}

.blocForms2 .subpage-content {
  border: 1px solid #161D39;
}

.page-formation-n4 .link_actu {
  display: block;
  text-decoration: none;
  color: #000;
}

.page-formation-n4 a.link_actu:hover strong {
  text-decoration: underline;
}

.page-formation-n4 .link_actu strong {
  color: #323D73;
}

.page-formation-n4 .link_actu img {
  margin-bottom: 5px;
}

.subpage-content-blue {
  background: #323D73;
  color: #FFF;
  min-height: 160px;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.subpage-content-blue h3 {
  color: #FFF;
}

.subpage-content-white {
  padding: 30px 20px;
}

.lien-bleu {
  color: #323D73;
  text-decoration: underline;
  font-weight: bold;
}

.lien-bleu:hover {
  text-decoration: none;
}

.blocFilters {
  background: #161D39;
  color: #FFF;
  text-align: center;
  padding: 35px 0;
}

.blocFilters form {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blocFilters .radio_n3 {
  display: block;
  margin: 0;
}

.blocFilters .radio_n3 {
  padding: 10px;
}

.blocFilters .radio_n3 input {
  display: none;
}

.blocFilters .radio_n3 label {
  display: block;
  padding: 10px;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  text-decoration: none !important;
  color: #323D73 !important;
  background-color: #FFF !important;
  border: 2px solid #FFF !important;
}
.blocFilters .radio_n3 label > span {
  display: inline-block;
}
.blocFilters .radio_n3 label:hover {
  text-decoration: none;
  color: #FFF !important;
  background-color: #323D73 !important;
}

.blocFilters .radio_n3.active label {
  background: #323D73;
  color: #FFF;
}

.bloc_simple a, .bTexte a, .bloc_args a {
  text-decoration: underline;
}

.bloc_simple a:hover, .bTexte a:hover, .bloc_args a:hover {
  color: #323D73;
  text-decoration: none;
}

.bloc_accroche {
  text-align: center;
  margin: 0;
  padding: 100px 60px;
  color: #323D73;
  font-family: "Interstate", Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  background-color: #F4F4F4;
  border-top: 2px solid #323D73;
  border-bottom: 2px solid #323D73;
}

.bloc_simple {
  background: #FFF;
  padding: 0 20px 20px;
}

.bloc_simple p {
  padding: 20px 0;
}

.bloc_simple iframe, iframe {
  width: 100%;
  height: 300px;
  margin: 20px 0;
}

.bloc_simple img.alignnone, .bloc_simple img.aligncenter {
  margin: 20px auto;
}

blockquote {
  font-family: "Interstate", Helvetica, sans-serif;
  position: relative;
  font-size: 1.875em;
  line-height: 1.3em;
  text-align: center;
  margin: 30px auto;
  padding: 30px 60px;
  color: #323D73;
}

blockquote p {
  padding: 0 !important;
}

blockquote:before,
blockquote:after {
  position: absolute;
  font-size: 4rem;
  line-height: 1rem;
  vertical-align: top;
}

blockquote:before {
  content: "\e916";
  top: 0;
  left: 0;
}

blockquote:after {
  content: "\e915";
  bottom: 0;
  right: 0;
}

.n4_mod_inner > .fullGrid {
  margin: -20px -10px 0;
}

.n4_mod_inner > .fullGrid > * {
  padding: 0 10px;
}

.page-formation-n4 h3 {
  padding: 20px 0 10px;
}

.page-formation-n4 blockquote {
  margin: 0 0 20px;
  line-height: 1em;
  text-align: left;
  padding: 0;
  color: #FFF;
}

.page-formation-n4 .n4_tem blockquote {
  color: #323D73;
}

.n4_tem .bloc-edit {
  color: #000;
}

.page-formation-n4 blockquote:before {
  position: relative;
  margin-right: 10px;
}

.page-formation-n4 blockquote:after {
  display: none;
}

.page-formation-n4 .n4_cite {
  font-style: italic;
}

.n4_pdf {
  margin-bottom: 15px;
}

.n4_pdf span {
  display: block;
}

.n4_pdf .btn-brochure {
  padding: 10px 2px 8px 12px;
}

.n4_pdf .btn-brochure:after {
  font-size: 1.8rem;
}

.bloc_galerie > div {
  padding: 20px;
}

.bloc_galerie img {
  display: block;
}

.blocs_txtimgs {
  margin: 0;
  background: #FFF;
}

.blocs_txtimgs .bTexte {
  padding: 40px 0;
}

.blocs_txtimgs h2 {
  text-align: left;
  margin-bottom: 40px;
}

.blocs_txtimgs .img50 {
  display: block;
  width: 100%;
}

h2 a:hover, h2 a:focus,
h3 a:hover, h3 a:focus,
h4 a:hover, h4 a:focus {
  text-decoration: none;
  color: #323D73;
}

.profs_filtres {
  text-align: center;
}

.profs_filtres .btn {
  display: block;
  margin: 5px 0;
  text-align: center;
  font-weight: 700;
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #323D73 !important;
  border: 2px solid #323D73 !important;
  padding-right: 10px;
}
.profs_filtres .btn:after {
  content: "\e909";
  color: #FFF;
}
.profs_filtres .btn > span {
  display: inline-block;
}
.profs_filtres .btn:hover {
  text-decoration: none;
  color: #323D73 !important;
  background-color: #FFF !important;
}
.profs_filtres .btn:hover:after {
  color: #323D73 !important;
}

.bloc_profs, .bloc_recherches {
  margin-bottom: 20px;
  background: #FFF;
}

.bloc_profs h2,
.bloc_recherches h2 {
  color: #FFF;
  background: #323D73;
  margin: 0;
  padding: 10px;
}

.bloc_profs h2 a,
.bloc_recherches h2 a {
  color: #FFF;
}

.bloc_profs .fullGrid {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bloc_profs .prof {
  color: #000;
  background: #FFF;
  text-align: center;
}

.bloc_recherches .recherche {
  background: #FFF;
}

.rech_contact {
  background: #FFF;
  text-align: center;
  margin-bottom: 40px;
  padding: 35px;
}

.prof-inner {
  padding: 10px;
  text-decoration: none;
}
.prof-inner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.prof-inner h3 {
  font-size: 1rem;
  font-family: "Interstate", Helvetica, sans-serif;
  font-weight: 700;
  position: relative;
  padding-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

.prof-inner h3:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  display: block;
  width: 100px;
  height: 2px;
  background: #323D73;
}

.prof {
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
  position: relative;
}
.prof__linkedin {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 25px;
  height: 25px;
  z-index: 15;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.prof__linkedin::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.prof__linkedin:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.prof__linkedin svg {
  width: 25px;
  height: 25px;
}

.prof a {
  text-decoration: none;
}

.prof img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.prof:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.prof:hover {
  background: #323D73;
  color: #FFF;
  text-decoration: none;
}

.prof:hover h3 {
  color: #FFF;
}

.prof:hover h3:after {
  background: #FFF;
}

.prof:hover p {
  color: #FFF;
}

.section-divider-prof {
  font-size: 24px;
  border-left: 8px solid #323D73;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.single-professeurs .socialBar .link_gris {
  margin-top: 12px;
}
.single-professeurs .socialBar .link_gris:last-child {
  margin-left: 20px;
}

.entry-content .bloc_simple h2 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.entry-content p a {
  color: #323D73;
  text-decoration: underline;
}

.entry-content p strong {
  font-weight: 600;
}

.bloc_simple ul {
  padding: 0;
}

.entry-content li {
  position: relative;
  padding-left: 30px;
}

.entry-content li:before {
  content: "\e913";
  position: absolute;
  left: 0;
  color: #323D73;
  font-size: 0.8rem;
}

#intro_univs {
  background: #FFF;
  padding: 40px 0 0;
  margin-bottom: 40px;
  text-align: center;
}

#form_univ {
  display: block;
  font-size: 0;
  margin-bottom: 20px;
}

#form_univ > * {
  display: inline-block;
  vertical-align: top;
  width: auto;
  font-size: 1rem;
}

#search_univ, #form_univ .selectize-control {
  width: 280px;
}

#form_univ .btn {
  padding: 12px 10px 10px;
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #323D73 !important;
  border: 2px solid #323D73 !important;
}
#form_univ .btn > span {
  display: inline-block;
}
#form_univ .btn:hover {
  text-decoration: none;
  color: #323D73 !important;
  background-color: #FFF !important;
}

.page-universites .entry-content {
  background: #FFF;
  padding: 30px 0;
}

.page-universites .ui-accordion-content {
  padding: 0 0 10px;
}

.bloc_univ {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px 20px 20px;
  border-bottom: 1px solid #c1c5c6;
}

.bloc_univ .text_univ {
  padding: 11px 10px 11px 0;
}

.bloc_univ .text_univ a {
  text-decoration: underline;
  color: #323D73;
}

.bloc_univ .text_univ a:hover,
.bloc_univ .text_univ a:focus {
  text-decoration: none;
}

.bloc_univ .btn-univ {
  margin: 0;
  display: block;
  font-weight: 700;
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #323D73 !important;
  border: 2px solid #323D73 !important;
  padding-right: 10px;
}
.bloc_univ .btn-univ:after {
  content: "\e90a";
  color: #FFF;
}
.bloc_univ .btn-univ > span {
  display: inline-block;
}
.bloc_univ .btn-univ:hover {
  text-decoration: none;
  color: #323D73 !important;
  background-color: #FFF !important;
}
.bloc_univ .btn-univ:hover:after {
  color: #323D73 !important;
}

h2 .allnews {
  display: inline-block;
  font-size: 1rem;
  color: #323D73;
  text-decoration: underline;
  margin: 0 10px;
}

h2 .allnews:hover {
  text-decoration: none;
}

.form_content {
  background: #FFF;
  padding-bottom: 40px;
}

.wpcf7-form .btn-submit {
  font-weight: 700;
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #323D73 !important;
  border: 2px solid #323D73 !important;
  padding-right: 10px;
}
.wpcf7-form .btn-submit:after {
  content: "\e90a";
  color: #FFF;
}
.wpcf7-form .btn-submit > span {
  display: inline-block;
}
.wpcf7-form .btn-submit:hover {
  text-decoration: none;
  color: #323D73 !important;
  background-color: #FFF !important;
}
.wpcf7-form .btn-submit:hover:after {
  color: #323D73 !important;
}

/* HOME PAGE */
/* Homepage */
.homeWhite {
  background: #FFF;
  padding: 40px 0;
}
.homeWhite img {
  margin: 0 auto 20px auto;
}

.homeGrey {
  background: #f4f4f4;
  padding: 20px;
}

.homeGrey > * {
  padding: 0;
}

.homeGrey h2 {
  color: #000;
}

.homeBlue {
  background: #323D73;
  color: #FFF;
  padding: 40px 20px;
}
.homeBlue img {
  margin: 0 auto 20px auto;
}

.homeBlue h2 {
  color: #FFF;
}

.homeBlack {
  background: #161D39;
  padding: 20px 20px;
}

#homeLogos h2, #homeDecouvrez h2,
#homeActus h2, #homeEspaces h2 {
  text-align: center;
}

#homeEspaces h2 {
  color: #000;
}

#homeSocials .homeAdresse {
  text-align: center;
}

#homeSocials .homeAdresse-inner,
#homeSocials .socialBar-inner {
  display: inline-block;
  margin: 0 auto;
  color: #fff;
}

#homeSocials .socialBar-inner h4 {
  color: #fff;
  margin: 0;
}

#homeSocials .adr_logo {
  display: inline-block;
}

#homeSocials .adr_logo img {
  margin: 0 auto 20px;
}

#homeSocials .adr_adresse {
  display: inline-block;
  padding: 20px 30px;
}

#homeSocials .adr_adresse p {
  padding: 0;
}

#homeSocials .socialBar {
  position: relative;
  padding: 20px 0;
  text-align: center;
}

#homeIntro {
  height: 240px;
}

#homeSoutiens .grid33 {
  padding: 10px;
}

#homeSoutiens h4 {
  padding: 0 15px 10px;
  text-align: center;
  font-size: 0.9rem;
}

#homeSoutiens .homeSoutiens-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#homeSoutiens .homeSoutien {
  display: inline-block;
  padding: 5px 10px;
}

#homeMosaique {
  padding: 0;
  display: inline-block;
  width: 100%;
}

.mos_text, .mos_chiffre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.mos_text {
  background: #FFF;
  padding: 40px 40px 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mos_text .btn {
  font-weight: 700;
  text-decoration: none;
  text-decoration: none !important;
  color: #323D73 !important;
  background-color: #FFF !important;
  border: 2px solid #323D73 !important;
  padding-right: 10px;
}
.mos_text .btn:after {
  content: "\e90e";
  color: #323D73;
}
.mos_text .btn > span {
  display: inline-block;
}
.mos_text .btn:hover {
  text-decoration: none;
  color: #FFF !important;
  background-color: #323D73 !important;
}
.mos_text .btn:hover:after {
  color: #FFF !important;
}

.mos_text .btn:after {
  font-size: 0.8rem;
}

.mos_chiffre {
  text-align: center;
  color: #FFF;
  height: 190px;
  padding: 20px;
  margin: 10px 40px;
  font-size: 1.4rem;
  line-height: 1em;
}

.mos_chiffre.marronClair {
  background: #323D73;
}

.mos_chiffre.marronFonce {
  background: #161D39;
}

.mos_chiffre strong {
  display: block;
  font-size: 4rem;
  line-height: 1em;
  font-family: "Interstate", Helvetica, sans-serif;
}

.home-logo {
  margin: 0 auto;
}

.entry-content .decouv-inner, .entry-content .espace-inner {
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
}

.entry-content .decouv-inner {
  color: #FFF;
}

.decouv-inner:before, .espace-inner:before {
  display: none;
}

.decouv-inner h3, .espace-inner h3 {
  text-transform: uppercase;
}

.decouv-inner h3 {
  color: #FFF;
}

.espace-inner h3 {
  color: #323D73;
}

.btn-decouv {
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 10px;
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #323D73 !important;
  border: 2px solid #FFF !important;
}
.btn-decouv > span {
  display: inline-block;
}
.btn-decouv:hover {
  text-decoration: none;
  color: #323D73 !important;
  background-color: #FFF !important;
}

.btn-decouv span {
  display: inline-block;
  position: relative;
  text-indent: -999px;
  overflow: hidden;
  vertical-align: top;
  padding: 5px 3px;
  margin-right: 2px;
  width: 24px;
  height: 23px;
}

.link_gris, .single-professeurs .socialBar .link_gris {
  text-decoration: none !important;
  color: #6F7374 !important;
  background-color: #FFF !important;
  border: 2px solid #6F7374 !important;
  padding-right: 10px;
}
.link_gris:after, .single-professeurs .socialBar .link_gris:after {
  content: "\e90e";
  color: #6F7374;
}
.link_gris > span, .single-professeurs .socialBar .link_gris > span {
  display: inline-block;
}
.link_gris:hover, .single-professeurs .socialBar .link_gris:hover {
  text-decoration: none;
  color: #FFF !important;
  background-color: #6F7374 !important;
}
.link_gris:hover:after, .single-professeurs .socialBar .link_gris:hover:after {
  color: #FFF !important;
}

.link_gris:after {
  font-size: 0.9rem;
}

.btn-decouv span:before {
  content: "\e91a";
  position: absolute;
  top: 0;
  display: block;
  font-size: 1.2rem;
  text-indent: 0;
  line-height: 1.1em;
}

.btn-espace {
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 10px;
  text-decoration: none !important;
  color: #323D73 !important;
  background-color: #FFF !important;
  border: 2px solid #323D73 !important;
  padding-left: 10px;
}
.btn-espace:before {
  content: "\e90a";
  color: #323D73;
}
.btn-espace > span {
  display: inline-block;
}
.btn-espace:hover {
  text-decoration: none;
  color: #FFF !important;
  background-color: #323D73 !important;
}
.btn-espace:hover:before {
  color: #FFF !important;
}

#homeActus {
  text-align: center;
  padding-bottom: 25px;
}

.actuBloc {
  padding: 0 10px 20px;
}
.actuBloc:hover {
  text-decoration: none;
}
.actuBloc:hover .link_more {
  text-decoration: underline;
}

.actuBloc-inner {
  background: #FFF;
  height: 100%;
}

.actuBloc-inner div {
  padding: 20px 10px;
  text-align: left;
}

.actuBloc-inner h3 {
  font-size: 1.4rem;
}

.link_all {
  font-weight: 700;
  text-decoration: none !important;
  color: #323D73 !important;
  background-color: #f4f4f4 !important;
  border: 2px solid #323D73 !important;
  padding-right: 10px;
}
.link_all:after {
  content: "\e90e";
  color: #323D73;
}
.link_all > span {
  display: inline-block;
}
.link_all:hover {
  text-decoration: none;
  color: #f4f4f4 !important;
  background-color: #323D73 !important;
}
.link_all:hover:after {
  color: #f4f4f4 !important;
}

.link_all:after {
  font-size: 0.9rem;
}

@media only screen and (max-width: 468px) {
  #homeActus .innerWidth h2 {
    padding-top: 25px;
  }
  #homeLogos {
    display: none;
  }
  table {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
  }
  td {
    display: block !important;
    text-align: center !important;
    border: 0;
    width: 100% !important;
    padding: 5px 10px;
  }
}
/* LANDING PAGE */
.landpage .mainVideo {
  max-height: 650px;
  overflow: hidden;
}

.landpage .mainVisuel {
  display: block;
}

.landpage .bloc_args {
  background: #FFF;
  margin: 0;
}

.landpage .args li {
  width: 100%;
  padding: 0 20px;
}

.landpage .args > li:before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  display: block;
  padding: 0;
  width: 100%;
  height: 4px;
  background: #323D73;
}

.landpage .arg {
  text-align: center;
  font-family: "Interstate", Helvetica, sans-serif;
  padding: 40px 20px;
  margin-bottom: 40px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 41px -2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 41px -2px rgba(0, 0, 0, 0.25);
}

.landpage .arg .icon {
  width: 80px;
  display: block;
  margin: 0 auto 20px;
}

.landpage .arg h3 {
  font-family: "Interstate", Helvetica, sans-serif;
  font-weight: 600;
  color: #323D73;
  text-transform: uppercase;
  display: block;
  font-size: 1.5rem;
  margin: 20px;
}

.landpage .bloc_contenu, .landpage .listTexte {
  text-align: center;
}

.landpage .listTexte {
  margin-bottom: 30px;
}

.landpage .bloc_contenu h2, .landpage .listTexte h2 {
  color: #323D73;
  font-size: 2rem;
  line-height: 1.3em;
  margin-bottom: 30px;
}

.landpage .bloc_image {
  position: relative;
}

.bimgVisuel {
  display: block;
}

.landpage .bloc_image h2 {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 60px 30px 30px;
  overflow: hidden;
  margin: 0 auto;
  width: 260px;
  color: #323D73;
  border-radius: 50% 50% 0 0;
}

.landpage .bloc_image h2:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  z-index: -1;
  background: #FFF;
  padding-top: 200px;
  margin: 0 auto;
  width: 100%;
  border-radius: 50% 50% 0 0;
}

.landCarousel .carousel-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5%;
  height: 100%;
  z-index: 5;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(right top, left top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0 );
}

.landCarousel .carousel-inner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 5%;
  height: 100%;
  z-index: 5;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgb(255, 255, 255)));
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=0 );
}

.landCarousel .item {
  padding: 20px 20px 60px;
}

.landCarousel .item:after {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  height: 60px;
  background: #323D73;
  -webkit-box-shadow: 0px 0px 41px -2px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 41px -2px rgba(0, 0, 0, 0.75);
}

.landCarousel .landSlide {
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 0 auto;
}

.landCarousel .carousel-indicators {
  position: static;
  margin-top: -20px;
  padding: 0 40px;
}

.landCarousel .carousel-indicators li {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 6px;
  padding: 0;
  text-indent: 0;
  background-color: #FFF;
  border: 1px solid #FFF;
  cursor: pointer;
}

.landCarousel .carousel-indicators li.active {
  border: 1px solid #323D73;
  background-color: #FFF;
}

.mos_visuel {
  display: none;
}

.bloc_frise_inner {
  position: relative;
  margin: 0 0 60px;
}

.friseCarousel {
  position: relative;
  background: #c1c5c6;
  height: 360px;
  margin: 0 50px;
  overflow: hidden;
}

.friseCarousel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 1px dotted #161D39;
}

.friseCarousel-inner {
  position: relative;
  font-size: 0;
  width: 2000px;
  height: 100%;
  -webkit-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out;
}

.friseCarousel-inner .frise {
  position: relative;
  width: 300px;
  height: 100%;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}

.friseCarousel-inner .frise:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #323D73 transparent transparent transparent;
}

.fTexte {
  font-family: "Interstate", Helvetica, sans-serif;
}

.fTexte strong {
  font-family: "Interstate", Helvetica, sans-serif;
  font-weight: 600;
}

.vertiGrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.vertiGrid > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 50%;
  padding: 20px;
}

.vertiGrid .fTexte {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.vertiGrid.revGrid {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.vertiGrid.revGrid .fTexte {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.vertiGrid.revGrid .fVisuel {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.friseCarousel h3 {
  position: absolute;
  top: 0;
  width: 100%;
  background: #c9d0e3;
  padding: 10px 20px;
  margin: 0;
  font-family: "Interstate", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.fTexte strong {
  display: block;
}

.fVisuel strong {
  display: block;
}

.fVisuel .friseVisuel {
  display: block;
  width: 80px;
  height: 80px;
  background: #FFF;
  overflow: hidden;
  border-radius: 50%;
}

.bloc_frise .carousel-control {
  width: 50px;
  background: #323D73;
}

.bloc_frise .carousel-control.left {
  left: 0;
}

.bloc_frise .carousel-control.right {
  right: 0;
}

.bloc_frise .carousel-control:hover {
  color: #161D39;
}

.entry-content .bloc_logos {
  margin: 0 0 20px;
}

.entry-content .bloc_logos_inner {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.entry-content .bloc_logos_inner li {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
  padding: 10px;
}

.entry-content .bloc_logos_inner li:before {
  display: none;
}

.landpage .bloc_liste {
  margin: 60px auto;
}

.landpage .bloc_liste li:before {
  display: none;
}

.listElement > * {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
}

.listElement .listContent {
  border-left: 2px solid #161D39;
  padding-left: 20px;
}

.listElement .listContent p {
  margin: 0;
  padding: 0;
}

.equipe h2 {
  padding: 10px 40px;
  color: #FFF;
  background: #323D73;
  text-align: left;
  font-size: 1.5rem;
  margin: 0;
}

.membres {
  position: relative;
}

.membre {
  -webkit-transition: padding 0.4s ease-in-out;
  transition: padding 0.4s ease-in-out;
}

.link_membre {
  display: block;
  text-align: center;
  padding-bottom: 20px;
}

.link_membre h3 {
  margin: 10px 0;
}

.link_membre h3:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background: #323D73;
  margin: 10px auto;
}

.membre .photo_membre {
  -webkit-transition: -webkit-filter 0.4s ease-in-out;
  transition: -webkit-filter 0.4s ease-in-out;
  transition: filter 0.4s ease-in-out;
  transition: filter 0.4s ease-in-out, -webkit-filter 0.4s ease-in-out;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.membre.active .photo_membre {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.prez_membre {
  position: absolute;
  left: 0;
  margin-top: -109px;
  background: #161D39;
  color: #FFF;
  height: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-in-out;
  transition: max-height 0.4s ease-in-out;
}

.prez_inner {
  padding: 40px;
}

.prez_close {
  position: absolute;
  display: block;
  top: 40px;
  right: 40px;
  color: #FFF;
}

.prez_close:hover {
  text-decoration: none;
}

.prez_close:before {
  content: "\e920";
}

.prez_close span {
  display: none;
}

.nom_membre {
  margin-bottom: 20px;
}

.nom_membre strong {
  font-weight: 600;
  font-size: 1.4rem;
}

.membre.active {
  /*padding-bottom: 300px;*/
}

.membre .link_membre:hover,
.membre.active .link_membre {
  text-decoration: none;
}

.link_membre:hover .photo_membre,
.membre.active .photo_membre {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.membre.active .prez_membre {
  max-height: 300px;
}

/* PAGE DEFAULT */
.page-landing .landhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.page-landing .entry-header {
  background-color: #F1F5F7;
}

.page-landing .entry-title {
  color: #323D73;
  margin: 0;
}

.page-landing .entry-summary {
  font-size: 2.5rem;
}

.bloc_diaporama {
  background: #FFF;
}

.wpcf7-form .btn {
  font-size: 1rem;
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #323D73 !important;
  border: 2px solid #323D73 !important;
}
.wpcf7-form .btn > span {
  display: inline-block;
}
.wpcf7-form .btn:hover {
  text-decoration: none;
  color: #323D73 !important;
  background-color: #FFF !important;
}

.error404 .entry-content {
  background: #FFF;
  text-align: center;
  padding: 20px;
}

.error404 .btn {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1rem;
  text-decoration: none !important;
  color: #323D73 !important;
  background-color: #FFF !important;
  border: 2px solid #323D73 !important;
  padding-left: 10px;
}
.error404 .btn:before {
  content: "\e90f";
  color: #323D73;
}
.error404 .btn > span {
  display: inline-block;
}
.error404 .btn:hover {
  text-decoration: none;
  color: #FFF !important;
  background-color: #323D73 !important;
}
.error404 .btn:hover:before {
  color: #FFF !important;
}

.error404 .btn:before {
  font-size: 0.8rem;
}

.page-contact .entry-content {
  background: #FFF;
  padding-bottom: 40px;
}

.page-contact .contact_left,
.page-contact .contact_right {
  padding: 20px;
}

.page-contact .contact_left {
  background: #FFF;
}

.page-contact .wpcf7-form {
  padding: 0;
}

.page-contact .wpcf7-form input,
.page-contact .wpcf7-form textarea {
  border: 1px solid #6F7374;
}

.page-contact .contact_right-inner {
  border: 1px solid #6F7374;
}

.page-contact .contact_adresse {
  padding: 40px;
}

.page-contact .contact_adresse h2 {
  color: #000;
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.page-contact .contact_adresse p {
  padding: 0;
}

.page-contact .contact_adresse .telBtn {
  margin-top: 10px;
}

#sitemap {
  padding: 40px 0;
  background: #FFF;
}

#sitemap h2 {
  text-align: left;
  margin-bottom: 15px;
}

#sitemap .listpages ul {
  padding: 0;
}

#sitemap li {
  padding-left: 15px;
  padding-top: 5px;
}

#sitemap li:before {
  font-size: 0.6rem;
}

#sitemap > ul {
  margin-bottom: 40px;
}

#container360 {
  width: 100%;
  height: 500px;
}

#viewport {
  z-index: 50;
}

@media only screen and (min-width: 468px) {
  #agendaHome, #adhHome {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .page-formation-n4 .n4_cite {
    padding-left: 20px;
  }
  .entry-content .bloc_simple h2,
  .entry-content .bloc_simple h3,
  .entry-content .bloc_simple h4,
  .entry-content .bloc_simple h5 {
    padding-left: 60px;
    padding-right: 60px;
  }
  .entry-content .bloc_simple ul h2,
  .entry-content .bloc_simple ul h3 {
    padding: 0 0 20px;
  }
  .entry-content .bloc_simple ul p {
    padding: 0;
  }
  .entry-content .bloc_simple table {
    margin: 0 60px;
  }
  .n4_autre .grid66 {
    text-align: left;
    margin-top: 0;
  }
  .select_rentree, .select_master {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 45%;
  }
  .subcontent {
    padding: 50px 70px;
  }
  #form_master {
    margin: 10px 0;
  }
  #homeSocials .adr_logo img {
    margin: 0;
  }
  .entry-title {
    font-size: 3rem;
    padding: 35px;
  }
  .has-post-thumbnail .entry-title {
    padding: 0 35px;
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.75);
  }
  .entry-header.imgHeader .header-bloc {
    bottom: 60px;
  }
  .bloc_simple {
    padding: 40px 0;
  }
  .bloc_simple ul {
    padding: 0 60px;
  }
  .bloc_simple p,
  .bloc_simple ul {
    padding: 10px 60px;
  }
  .bloc_simple ul ul {
    padding: 0;
  }
  .blocs_txtimgs {
    margin: 0;
  }
  .blocs_txtimgs .bTexte {
    padding: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .blocs_txtimgs.revGrid .bTexte {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .bloc_simple iframe, iframe {
    height: 500px;
  }
  .landpage .bloc_contenu {
    padding: 100px 30px;
  }
  .landpage .blocs_txtimgs, .landpage .end_textimg {
    position: relative;
  }
  .landpage .end_textimg {
    height: 22px;
  }
  .landpage .blocs_txtimgs .bVisuel {
    display: inline-block;
  }
  .page-contact .entry-content {
    background: #FFF;
    padding-bottom: 40px;
  }
  .page-contact .contact_left {
    padding: 20px 120px;
  }
  .page-contact .contact_right {
    padding: 0 20px;
  }
  .profs_filtres .btn {
    display: inline-block;
    padding: 10px 0px 10px 10px;
  }
  .blocPrez, .blocForms, .blocTems, .blocForms2, .n4_prez_inner, .n4_edit, .n4_mod, .n4_autre, .n4_supp, .bloc_telecharge {
    padding: 35px;
  }
  .n4_supp .ui-accordion-header {
    font-size: 1.8rem;
  }
  .bloc_univs {
    padding: 0 40px;
  }
  .bloc_univ {
    padding: 5px 0;
  }
  .mos_visuel {
    display: block;
    max-width: none;
  }
  .entry-content .bloc_logos {
    margin: 0 0 60px;
  }
  .entry-content .bloc_logos_inner {
    padding: 0 60px;
  }
  .entry-content .bloc_logos_inner li {
    -webkit-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
    max-width: 25%;
    padding: 10px;
  }
  .has-post-thumbnail .entry-header {
    height: auto;
  }
  .has-post-thumbnail .entry-header:after {
    height: 50%;
  }
  #homeMosaique {
    display: block;
  }
  #homeIntro {
    height: auto;
  }
  #homeSoutiens .grid33 {
    padding: 0 10px;
  }
  #homeSocials .fullGrid {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #homeSocials .socialBar {
    padding: 20px 30px;
  }
  #homeSocials .socialBar:before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 0;
    display: inline-block;
    width: 1px;
    background: #fff;
  }
  #homeSocials .homeAdresse-inner,
  #homeSocials .socialBar-inner {
    text-align: left;
  }
  #homeSoutiens .filet {
    border-right: 1px solid #000;
    padding-right: 20px;
  }
  .homeWhite, .homeGrey, #homeMosaique {
    padding: 40px 20px;
  }
  .homeGrey > * {
    padding: 0 20px;
  }
  .mos_text {
    height: 380px;
    padding: 40px;
  }
  .mos_chiffre {
    margin: 0;
  }
  .entry-content .decouv-inner {
    padding: 10px 20px;
    margin-bottom: 0;
  }
}
.entry-header.theme-dark h1.entry-title {
  color: #323D73;
  text-shadow: none;
}
.entry-header.theme-dark:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
}

/*
	WORDPRESS CORE - Feuille de styles
	Author: Nico Blandel | @NicoBlandel
	Author URI: www.nicoblandel.fr
*/
.alignnone, .aligncenter {
  display: block;
  margin: 5px auto 10px;
}

.alignright {
  float: right;
  margin: 7px 0 5px 20px;
}

.alignleft {
  float: left;
  margin: 7px 20px 5px 0;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*
	CAROUSEL - Feuille de styles
	Author: Nico Blandel | @NicoBlandel
	Author URI: www.nicoblandel.fr
*/
.carousel {
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  height: 100%;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: auto;
}

.carousel-inner > .item {
  position: relative;
  overflow: hidden;
  display: none;
  -webkit-transition: 0.4s ease-in-out left;
  transition: 0.4s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .active,
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-inner > .prev,
.carousel-inner > .active.left {
  left: -100%;
}

/*
  Controls
*/
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 60px;
  height: 100%;
  text-indent: -200px;
  color: #FFF;
  overflow: hidden;
  -webkit-transition: 0.4s color ease-in-out;
  transition: 0.4s color ease-in-out;
}

.carousel-control.right {
  right: 0;
  left: auto;
}

.carousel-control:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-indent: 0;
  font-size: 2em;
  -webkit-transition: 0.2s left ease-in-out;
  transition: 0.2s left ease-in-out;
}

.carousel-control.left:before {
  content: "\e907";
}

.carousel-control.right:before {
  content: "\e906";
}

.carousel-control.left:hover:before,
.carousel-control.left:focus:before {
  left: 40%;
}

.carousel-control.right:hover:before,
.carousel-control.right:focus:before {
  left: 60%;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #323D73;
  text-decoration: none;
}

/*
  Indicators
 */
.carousel-indicators {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 10px;
  list-style: none;
  z-index: 20;
  text-align: center;
}

.carousel-indicators ol {
  margin: 0;
  padding: 0;
}

.carousel-indicators li {
  display: inline-block;
  width: 70px;
  height: 8px;
  margin: 6px;
  text-indent: -999px;
  background-color: #FFF;
  border: 1px solid #FFF;
  cursor: pointer;
}

.carousel-indicators li:hover {
  border: 1px solid #323D73;
}

.carousel-indicators li:before {
  display: none;
}

.carousel-indicators .active {
  border: 1px solid #323D73;
  background-color: #323D73;
}

#mainCarousel h1 {
  margin: 20px 0 40px;
}

#mainCarousel .carousel-inner > .item {
  height: 100%;
}

#mainCarousel .carousel-inner > .item.fullGrid *[class*=grid] {
  height: 100%;
}

#mainCarousel .btn {
  text-decoration: none !important;
  color: #161D39 !important;
  background-color: #FFF !important;
  border: 2px solid #161D39 !important;
  padding-right: 10px;
}
#mainCarousel .btn:after {
  content: "\e902";
  color: #161D39;
}
#mainCarousel .btn > span {
  display: inline-block;
}
#mainCarousel .btn:hover {
  text-decoration: none;
  color: #FFF !important;
  background-color: #161D39 !important;
}
#mainCarousel .btn:hover:after {
  color: #FFF !important;
}

#mainCarousel .container {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 50px;
  z-index: 10;
}

#mainCarousel .centerCfg .container {
  text-align: center;
}

#introCarousel .carousel-inner,
#introCarousel .item {
  height: 100%;
}

#introCarousel .icVisuel {
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#introCarousel .icTitre {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFF;
  padding: 40px 60px;
  text-align: center;
}

#introCarousel .icTitre h2 {
  position: relative;
  z-index: 10;
  color: #FFF;
  font-size: 2.4em;
  text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.75);
}

#introCarousel .icTitre p {
  display: none;
}

#introCarousel .item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  display: block;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.8)));
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}

#introCarousel .icTitre h4 {
  font-size: 1.9rem;
  position: relative;
}

#introCarousel .icDate {
  position: relative;
  display: inline-block;
  border-top: 1px solid #FFF;
  padding-right: 20px;
  padding-right: 10px;
  padding-top: 5px;
  margin: 10px 0 20px;
}

#introCarousel p {
  position: relative;
}

#introCarousel .carousel-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 90px;
}

#introCarousel .carousel-control {
  width: 40px;
  height: 40px;
  top: auto;
  border: 1px solid #FFF;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

#introCarousel .carousel-control.left {
  left: 10px;
}

#introCarousel .carousel-control.right {
  right: 10px;
}

#introCarousel .carousel-control:hover,
#introCarousel .carousel-control:focus {
  background: #FFF;
  color: #323D73;
}

#introCarousel .carousel-control.left:hover:before,
#introCarousel .carousel-control.left:focus:before,
#introCarousel .carousel-control.right:hover:before,
#introCarousel .carousel-control.right:focus:before {
  left: 50%;
}

@media only screen and (min-width: 768px) {
  #introCarousel .icVisuel {
    width: 100%;
    height: auto;
    min-width: 0;
    min-height: 0;
  }
  #introCarousel .carousel-control {
    width: 60px;
    height: 60px;
  }
  #introCarousel .icTitre h2 {
    font-size: 4.4em;
  }
  #introCarousel .icTitre p {
    display: block;
    text-transform: uppercase;
    font-size: 2em;
    font-family: "Interstate", Helvetica, sans-serif;
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.75);
  }
}
/*
	IMPRESSION - Feuille de styles
	Author: Nico Blandel | @NicoBlandel
	Author URI: www.nicoblandel.fr
*/
.entry-content .social, .social {
  display: inline-block;
  vertical-align: top;
  padding: 0;
}

.entry-content .social:before, .social:before {
  display: none;
}

.socialBar .socialink {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: top;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
}

.socialBar .socialink span {
  display: none;
}

.socialink:before {
  position: relative;
  display: block;
  text-indent: 0;
  font-size: 0.9rem;
  color: #fff;
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.socialink:hover, .socialink:focus {
  background: #FFF;
}

.socialink:hover:before, .socialink:focus:before {
  color: #161D39;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.iconFacebook:before {
  content: "\e905";
}

.iconInstagram:before {
  content: "\e922";
}

.iconYoutube:before {
  content: "\e913";
  padding-left: 4px;
}

.iconLinkedin:before {
  content: "\e919";
  padding-left: 1px;
}

.iconTwitter:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMDAuMSAyNzEiPjxwYXRoIGZpbGw9IiNGRkYiIGQ9Ik0yMzcuMSAwaDQ2bC0xMDEgMTE1IDExOCAxNTZoLTkyLjZMMTM1IDE3Ni4yIDUyIDI3MUg2bDEwNy0xMjNMMCAwaDk0LjlsNjUuNSA4Ni42TDIzNy4xIDBaTTIyMSAyNDRoMjUuNUw4MS41IDI2SDU0LjFMMjIxIDI0NFoiLz48L3N2Zz4=");
  background-size: 16px 16px;
}

.iconTwitter:hover:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMDAuMSAyNzEiPjxwYXRoIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTIzNy4xIDBoNDZsLTEwMSAxMTUgMTE4IDE1NmgtOTIuNkwxMzUgMTc2LjIgNTIgMjcxSDZsMTA3LTEyM0wwIDBoOTQuOWw2NS41IDg2LjZMMjM3LjEgMFpNMjIxIDI0NGgyNS41TDgxLjUgMjZINTQuMUwyMjEgMjQ0WiIvPjwvc3ZnPg==");
}

#profSocials.socialBar {
  margin-top: 20px;
}

#profSocials.socialBar .socialink {
  border: 1px solid #6F7374;
}

#profSocials.socialBar .socialink.iconFacebook:before {
  color: #2e559e;
}

#profSocials.socialBar .socialink.iconTwitter:before {
  color: black;
}

#profSocials.socialBar .socialink.iconLinkedin:before {
  color: #3576b8;
}

.sharer {
  display: block;
  vertical-align: top;
  margin: 0;
}

.sharer ul {
  display: block;
  vertical-align: top;
  margin: 0 -5px;
  padding: 0;
}

.sharer .slink {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 0.9rem;
  padding: 5px 10px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  margin: 5px 3px;
  -webkit-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out;
}

.sharer span {
  display: inline-block;
  font-weight: 700;
  vertical-align: top;
  line-height: 1em;
  margin: 6px 0 5px 5px;
}

.slink:before {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  line-height: 27px;
  z-index: 1;
}

.sharer .iconFacebook {
  background: #2e559e;
  border: 1px solid #2e559e;
}

.sharer .iconTwitter {
  background: black;
  border: 1px solid black;
  padding: 10px;
}

.sharer .iconLinkedin {
  background: #3576b8;
  border: 1px solid #3576b8;
}

.sharer .slink.iconFacebook:hover {
  background: #FFF;
  color: #2e559e;
}

.sharer .slink.iconTwitter:hover {
  background: #FFF;
  color: black;
}

.sharer .slink.iconLinkedin:hover {
  background: #FFF;
  color: #3576b8;
}

#sharepopup {
  position: fixed;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  display: none;
  background: #CCC;
}

#sharepopup.active {
  display: block;
}

@media only screen and (min-width: 768px) {
  .socialBar .socialink {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 5px 10px 0 0;
  }
  .socialink:before {
    font-size: 1.4rem;
  }
}
.teacher-socials-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.teacher-socials-icons a {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.teacher-socials-icons a svg {
  width: 40px;
  height: 40px;
}
.teacher-socials-icons a:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/*
	FORMULAIRES - Feuille de styles
	Author: Nico Blandel | @NicoBlandel
	Author URI: www.nicoblandel.fr
*/
button,
input,
select,
textarea {
  margin: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

textarea {
  overflow: auto;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date],
textarea,
select {
  font-family: "Interstate", Helvetica, sans-serif;
  font-size: 0.9rem;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 10px;
  border: 1px solid #f4f4f4;
  vertical-align: top;
  -webkit-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=date]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #161D39;
}

input.hidden {
  display: none;
}

/* CONTACT FORM 7
   -------------------------------------------------------------------------- */
.wpcf7 {
  text-align: center;
}

.wpcf7-form {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 0 20px;
}

.wpcf7-form .btn {
  display: block;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7-response-output {
  margin: 20px auto;
  padding: 10px;
  text-align: center;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7-mail-sent-ok {
  border: 2px solid #68bb4c;
}

.wpcf7-mail-sent-ng {
  border: 2px solid #FF6666;
}

.wpcf7-spam-blocked {
  border: 2px solid #68bb4c;
}

.wpcf7-validation-errors {
  border: 2px solid #FF6666;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 5px 0;
}

input.wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
  border: 1px solid #FF6666;
}

.wpcf7-not-valid-tip {
  color: #FF6666;
  display: block;
  font-size: 0.8rem;
  font-style: italic;
  line-height: 1.4em;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #FF6666;
  background: #FF6666;
  padding: 0.2em 0.8em;
}

.wpcf7-list-item {
  margin-left: 0.5em;
}

.wpcf7-display-none {
  display: none;
}

.wpcf7 .ajax-loader {
  position: relative;
}

.wpcf7 .ajax-loader:before {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  bottom: -2px;
  left: -2px;
  right: -2px;
  opacity: 0.9;
  z-index: 100;
  background: #FFF url("../img/ajax-loader.gif") center center no-repeat;
}

.wpcf7 .ajax-loader.is-active {
  pointer-events: none;
}

.wpcf7 .ajax-loader.is-active:before {
  display: block;
}

.wpcf7 .ajax-error {
  display: none;
}

.wpcf7 .placeheld {
  color: rgba(244, 244, 244, 0.5);
}

.wpcf7 em {
  font-size: 0.9rem;
}

.wpcf7-form .fullGrid {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -10px;
}

.wpcf7-form .fullGrid > * {
  padding: 10px;
}

.cform-listes label {
  font-weight: 700;
}

.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
}

.wpcf7-checkbox .wpcf7-list-item-label {
  margin-left: 5px;
}

.wpcf7-checkbox input[type=checkbox] {
  display: inline-block;
  vertical-align: top;
  margin-top: 6px;
}

/* SELECTIZE
   -------------------------------------------------------------------------- */
.selectize-control {
  position: relative;
  text-align: left;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 11px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border: 1px solid #c1c5c6;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(50, 61, 115, 0.2);
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #323D73;
  color: #FFF;
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.btn-paypal .btn {
  position: relative;
  font-size: 1rem;
  line-height: 1.3rem;
  font-weight: 700;
  color: #FFF;
  background-color: #323D73;
  border: 2px solid #323D73;
  padding: 13px 42px 13px 12px;
  margin: 30px 0;
  text-align: left;
  -webkit-transition: 0.4s background-color ease-in-out;
  transition: 0.4s background-color ease-in-out;
}

.btn-paypal .btn:after {
  content: "\e90a";
  color: #FFF;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1.4em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.btn-paypal .btn:hover {
  color: #323D73;
  background-color: #FFF;
}

.btn-paypal .btn:hover:after {
  color: #323D73;
}

/*
	GOOGLE MAP - Feuille de styles
	Author: Nico Blandel | @NicoBlandel
	Author URI: www.nicoblandel.fr
*/
#blocMap, #oneMap {
  background-color: #FFF;
}

#gmap {
  height: 320px;
  margin: 0;
  padding: 0;
}

#intro_univs #gmap {
  height: 600px;
}

#gmap .marker {
  display: none;
}

/* fixes potential theme css conflict */
#gmap img {
  max-width: inherit !important;
}

/* Supprime la signature Google de l'autocomplete */
/* Nettoie la carte GoogleMaps */
/* Input Autocomplete */
#searchCity {
  background: #161D39;
  padding: 20px;
  text-align: center;
}

#labelCity {
  display: block;
  color: #FFF;
  margin-bottom: 10px;
}

#inputCity {
  max-width: 300px;
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #FFF;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}

#inputCity:focus {
  border-color: #323D73;
}

/* Loader */
#loader {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s 1s linear, opacity 1s ease-in-out;
  transition: visibility 0s 1s linear, opacity 1s ease-in-out;
}

#loader.loading {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s 0s linear, opacity 1s ease-in-out;
  transition: visibility 0s 0s linear, opacity 1s ease-in-out;
}

#loader_img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  max-width: 100px;
}

#gmap_datas {
  position: relative;
  padding: 0;
  height: 320px;
  overflow: hidden;
}

#gmap_datas .gmap_data {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#gmap_datas .gmap_data.active {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.gmap_info {
  position: relative;
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #FFF;
  z-index: 10;
}

.gmap_info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(50, 61, 115, 0.75);
  width: 100%;
  height: 100%;
}

.gmap_content {
  position: relative;
  display: table-cell;
  padding: 30px;
  vertical-align: middle;
  z-index: 10;
}

.gmap_info .btn {
  text-decoration: none !important;
  color: #161D39 !important;
  border: 2px solid #161D39 !important;
  padding-right: 10px;
}
.gmap_info .btn:after {
  content: "\e903";
  color: #161D39;
}
.gmap_info .btn > span {
  display: inline-block;
}
.gmap_info .btn:hover {
  text-decoration: none;
  color: #FFF !important;
  background-color: #161D39 !important;
}
.gmap_info .btn:hover:after {
  color: #FFF;
}

.gmap_img {
  width: 100%;
  height: 50%;
  overflow: hidden;
}

#oneMap #gmap_datas {
  height: auto;
  text-align: center;
}

#oneMap .gmap_content {
  display: inline-block;
  text-align: left;
}

#oneMap .magHoraires {
  margin: 20px 0;
}

#oneMap .btnTel {
  margin-top: 10px;
  margin-bottom: 20px;
}

#oneMap .btnTel .btnTelInit {
  margin: 0;
  text-decoration: none !important;
  color: #161D39 !important;
  background-color: #FFF !important;
  border: 2px solid #161D39 !important;
  padding-left: 10px;
}
#oneMap .btnTel .btnTelInit:before {
  content: "\e91b";
  color: #161D39;
}
#oneMap .btnTel .btnTelInit > span {
  display: inline-block;
}
#oneMap .btnTel .btnTelInit:hover {
  text-decoration: none;
  color: #FFF !important;
  background-color: #161D39 !important;
}
#oneMap .btnTel .btnTelInit:hover:before {
  color: #FFF !important;
}

#oneMap .btnWebsite {
  margin: 0;
  text-decoration: none !important;
  color: #161D39 !important;
  background-color: #FFF !important;
  border: 2px solid #161D39 !important;
  padding-left: 10px;
}
#oneMap .btnWebsite:before {
  content: "\e919";
  color: #161D39;
}
#oneMap .btnWebsite > span {
  display: inline-block;
}
#oneMap .btnWebsite:hover {
  text-decoration: none;
  color: #FFF !important;
  background-color: #161D39 !important;
}
#oneMap .btnWebsite:hover:before {
  color: #FFF !important;
}

#oneMap .btnTelInit:before, #oneMap .btnWebsite:before {
  font-size: 2.4rem;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 4px;
}

#oneMap .mapJour {
  display: inline-block;
  min-width: 100px;
}

.entry-content li.magHoraire:before {
  content: "\e91a";
  font-size: 1.2rem;
  position: relative;
  top: 3px;
}

@media only screen and (min-width: 1040px) {
  .gmap_img {
    position: relative;
    height: 50%;
  }
  .gmap_info {
    height: 50%;
    color: #000;
  }
  .gmap_info:before {
    display: none;
  }
}
.page-contact .gm-style .gm-style-iw {
  max-width: 240px;
  padding: 10px 20px;
}

.gm-style .gm-style-iw {
  left: 5px !important;
}

#gmap strong {
  display: block;
  font-size: 1.4rem;
  text-align: left;
}

#gmap span {
  display: block;
  font-size: 1rem;
  color: #6F7374;
  margin: 10px 0;
  text-align: left;
}

#gmap .btn[target=_blank] {
  display: inline-block !important;
  font-size: 1rem;
  margin-left: 20px;
  font-weight: 700;
  text-decoration: none !important;
  color: #FFF !important;
  background-color: #323D73 !important;
  border: 2px solid #323D73 !important;
  padding-right: 10px;
}
#gmap .btn[target=_blank]:after {
  content: "\e90a";
  color: #FFF;
}
#gmap .btn[target=_blank] > span {
  display: inline-block;
}
#gmap .btn[target=_blank]:hover {
  text-decoration: none;
  color: #323D73 !important;
  background-color: #FFF !important;
}
#gmap .btn[target=_blank]:hover:after {
  color: #323D73 !important;
}

/*
	ANIMATIONS - Feuille de styles
	Author: Nico Blandel | @NicoBlandel
	Author URI: www.nicoblandel.fr
	Parameters :
		- fullGrid : basé sur les inline-block, config de base
		- tableGrid : basé sur les table-cell, permet le centrage vertical
		- gridXX : défini une grille de largeur XX%
*/
/** Définition du conteneur de grilles
  * --------------------------------------------- */
.anims {
  overflow: hidden;
}

.anims *[class*=animto] {
  position: relative;
  opacity: 0;
  -webkit-transition: all 1s 0.4s cubic-bezier(0.55, 0.2, 0.1, 1.35);
  transition: all 1s 0.4s cubic-bezier(0.55, 0.2, 0.1, 1.35);
}

.anims.go *[class*=animto] {
  opacity: 1;
}

.anims *[class*=animto].delay2 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.anims *[class*=animto].delay3 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.anims *[class*=animto].delay4 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

/** Définition des animations
  * --------------------------------------------- */
.animtotop {
  top: 30px;
}

.anims.go .animtotop {
  top: 0;
}

.animtoline {
  line-height: 4em;
}

.anims.go .animtoline {
  line-height: 1em;
}

.animtoleft {
  left: 100%;
}

.anims.go .animtoleft {
  left: 0;
}

/*
	IE - Feuille de styles
	Author: Nico Blandel | @NicoBlandel
	Author URI: www.nicoblandel.fr
	.ie pour tous les IE
	.oldie pour les IE <= 9
*/
/** La gestion des derniers menus
	* --------------------------------------------- */
.oldie .prim-nav .nav-menu > li {
  display: inline-block;
}

.oldie .nav-menu > li.last-child > .sub-menu {
  right: 0;
  left: auto;
}

.oldie .nav-menu > li.last-child ul li:hover > .sub-menu,
.oldie .nav-menu > li.last-child ul li.mhover > .sub-menu {
  left: -100%;
}

.ieContainer {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.ieContainer .adaptVisuel {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.ie .single-professeur .entry-header .visuelPost {
  height: 200px;
}

.ie .single-post .entry-header .visuelPost,
.ie .category .news_one .visuelPost {
  height: 400px;
}

/** GRIDS
	* --------------------------------------------- */
.ie .fullGrid, .ie .tableGrid {
  display: block;
  font-size: 0 !important;
}

.ie .fullGrid > *, .ie .tableGrid > * {
  position: relative;
  vertical-align: top;
  font-size: 16px;
}

@media only screen and (min-width: 820px) {
  .ie .tableGrid {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0;
    clear: both;
  }
  .ie .fullGrid > * {
    display: inline-block !important;
  }
  .ie .tableGrid > * {
    display: table-cell !important;
    vertical-align: middle;
  }
  .ie .fullGrid > *, .ie .tableGrid > * {
    width: 50%;
    max-width: none !important;
  }
  .ie .fullGrid > .grid10, .ie .tableGrid > .grid10 {
    width: 10%;
  }
  .ie .fullGrid > .grid15, .ie .tableGrid > .grid15 {
    width: 15%;
  }
  .ie .fullGrid > .grid20, .ie .tableGrid > .grid20 {
    width: 20%;
  }
  .ie .fullGrid > .grid25, .ie .tableGrid > .grid25 {
    width: 25%;
  }
  .ie .fullGrid > .grid30, .ie .tableGrid > .grid30 {
    width: 30%;
  }
  .ie .fullGrid > .grid33, .ie .tableGrid > .grid33 {
    width: 33.333333%;
  }
  .ie .fullGrid > .grid35, .ie .tableGrid > .grid35 {
    width: 35%;
  }
  .ie .fullGrid > .grid40, .ie .tableGrid > .grid40 {
    width: 40%;
  }
  .ie .fullGrid > .grid45, .ie .tableGrid > .grid45 {
    width: 45%;
  }
  .ie .fullGrid > .grid55, .ie .tableGrid > .grid55 {
    width: 55%;
  }
  .ie .fullGrid > .grid60, .ie .tableGrid > .grid60 {
    width: 60%;
  }
  .ie .fullGrid > .grid65, .ie .tableGrid > .grid65 {
    width: 65%;
  }
  .ie .fullGrid > .grid66, .ie .tableGrid > .grid66 {
    width: 66.666666%;
  }
  .ie .fullGrid > .grid70, .ie .tableGrid > .grid70 {
    width: 70%;
  }
  .ie .fullGrid > .grid75, .ie .tableGrid > .grid75 {
    width: 75%;
  }
  .ie .fullGrid > .grid80, .ie .tableGrid > .grid80 {
    width: 80%;
  }
  .ie .fullGrid > .grid85, .ie .tableGrid > .grid85 {
    width: 85%;
  }
  .ie .fullGrid > .grid90, .ie .tableGrid > .grid90 {
    width: 90%;
  }
  .ie .fullGrid > .grid100, .ie .tableGrid > .grid100 {
    width: 100%;
  }
}
#listPagination .page-numbers.next:before,
#listPagination .page-numbers.prev:before {
  font-family: "fonticon", sans-serif !important;
}

.np-line-title {
  font-size: 25px;
  color: #333333;
  padding-bottom: 20px;
  border-bottom: 1px solid #D4D4D5;
  margin-top: 45px;
  margin-bottom: 20px;
  font-weight: 100;
}
.np-line-title.mt0 {
  margin-top: 0;
}
@media all and (max-width: 800px) {
  .np-line-title {
    font-size: 20px;
  }
}

.page-news--container {
  background: white;
  position: relative;
}
@media all and (max-width: 1270px) {
  .page-news--container .innerWidth {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.news-page-pagination .page-numbers {
  background: #6E7184 !important;
  border: none !important;
  border-radius: 100% !important;
  font-size: 21px !important;
  line-height: 42px !important;
  color: white !important;
}
.news-page-pagination .page-numbers.current {
  background-color: #6776BC !important;
}

.news-page-header {
  background: #184383;
  padding: 20px 0;
}
.news-page-header h1 {
  color: white;
}
.news-page-header h1 a {
  cursor: pointer;
  color: white;
  text-decoration: none;
}
@media only screen and (max-width: 900px) {
  .news-page-header h1 {
    text-align: center;
  }
}

.news-page-navigation {
  background: #E4E2E0;
  z-index: 90;
}
@media all and (min-width: 900px) {
  .news-page-navigation {
    position: sticky;
    top: 90px;
  }
}
@media all and (max-width: 900px) {
  .news-page-navigation {
    padding: 15px 0;
  }
}
.news-page-navigation__menu-action {
  display: none;
}
.news-page-navigation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 900px) {
  .news-page-navigation__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-page-navigation__inner a {
  margin: 0 10px;
  padding: 20px 0 20px 0;
  display: block;
  position: relative;
}
@media all and (max-width: 900px) {
  .news-page-navigation__inner a {
    margin: 0;
    padding: 7px 0 7px 0;
  }
}
.news-page-navigation__inner a:first-child {
  margin-left: 0;
}
.news-page-navigation__inner a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: #16172D;
  width: 0%;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
.news-page-navigation__inner a:nth-child(1):after {
  background-color: #184383;
}
.news-page-navigation__inner a:nth-child(2):after {
  background-color: #EDFC25;
}
.news-page-navigation__inner a:nth-child(3):after {
  background-color: #F844FF;
}
.news-page-navigation__inner a:nth-child(4):after {
  background-color: #03FFA9;
}
.news-page-navigation__inner a:nth-child(5):after {
  background-color: #FF0080;
}
.news-page-navigation__inner a.active, .news-page-navigation__inner a:hover {
  text-decoration: none;
  color: #161C39;
}
.news-page-navigation__inner a.active:after, .news-page-navigation__inner a:hover:after {
  width: 100%;
}

.news-page-intro {
  background: #F5F5F6;
}
.news-page-intro .np-line-title {
  margin-top: 30px;
}
.news-page-intro__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}
@media all and (min-width: 900px) {
  .news-page-intro__inner {
    min-height: 430px;
  }
}
@media all and (max-width: 900px) {
  .news-page-intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-page-intro__featured {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media all and (max-width: 900px) {
  .news-page-intro__featured {
    margin-bottom: 25px;
    margin-right: 0;
  }
}
.news-page-intro__interview {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 440px;
  /* Rectangle 12: */
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 4px 0 rgba(101, 101, 101, 0.5);
          box-shadow: 0 1px 4px 0 rgba(101, 101, 101, 0.5);
  border-radius: 5px;
  padding: 0 30px;
}
@media all and (max-width: 900px) {
  .news-page-intro__interview {
    width: 100%;
  }
}

.news-page-main {
  padding: 60px 0;
}
.news-page-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 750px) {
  .news-page-main__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-page-main__content {
  margin-right: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media all and (max-width: 750px) {
  .news-page-main__content {
    margin-right: 0;
  }
}
.news-page-main__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 422px;
  background: #F3F3F5;
  padding: 0px 30px 40px 30px;
}
@media all and (max-width: 1150px) {
  .news-page-main__sidebar {
    width: 350px;
  }
}
@media all and (max-width: 1000px) {
  .news-page-main__sidebar {
    width: 40%;
  }
}
@media all and (max-width: 750px) {
  .news-page-main__sidebar {
    width: 100%;
  }
}

.news-page-article-featured {
  background: #16172D;
  color: white;
  border-left: 22px solid #184383;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
@media all and (max-width: 900px) {
  .news-page-article-featured {
    min-height: 300px;
  }
}
.news-page-article-featured:after {
  content: "";
  height: 0%;
  background: #2354AA;
  position: absolute;
  left: -22px;
  top: 0;
  right: 0;
  width: 22px;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.news-page-article-featured__title {
  font-size: 18px;
  color: #FFFFFF;
  padding: 20px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #16172D;
  opacity: 0.8;
}
.news-page-article-featured__excerpt {
  opacity: 0.9;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 20px;
  padding: 0 25px;
  font-weight: 100;
}
.news-page-article-featured__image {
  height: 100%;
  margin: 0;
  margin-bottom: 30px;
}
.news-page-article-featured__image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.news-page-article-featured:hover {
  text-decoration: none;
  background: #184383;
}
.news-page-article-featured:hover:after {
  height: 100%;
}

.news-page-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 1150px) {
  .news-page-socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news-page-socials__item {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  margin-right: 20px;
  margin-bottom: 15px;
}
.news-page-socials__item:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  text-decoration: none;
}
.news-page-socials__item svg {
  width: 42px;
  height: 42px;
}

.news-page-tags--margin {
  margin: 16px 0;
}
.news-page-tags__item {
  background: #6E7184;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
  padding: 12px 15px 10px 15px;
  display: inline-block;
  color: white;
  margin-bottom: 10px;
  margin-right: 10px;
  -webkit-box-shadow: inset 0 0 0 0 rgb(103, 118, 188);
          box-shadow: inset 0 0 0 0 rgb(103, 118, 188);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.news-page-tags__item:hover {
  text-decoration: none;
  -webkit-box-shadow: inset 150px 0 0 0 rgb(103, 118, 188);
          box-shadow: inset 150px 0 0 0 rgb(103, 118, 188);
}

.news-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media all and (max-width: 1000px) {
  .news-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-article__tags {
  margin-bottom: 20px;
}
.news-article__tags span {
  margin-right: 10px;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  color: white;
  padding: 8px 10px;
  text-transform: uppercase;
  background: #6E7184;
  display: inline-block;
  margin-bottom: 7px;
}
.news-article__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 350px;
  margin-right: 35px;
  position: relative;
}
@media all and (max-width: 1150px) {
  .news-article__left {
    width: 250px;
  }
}
@media all and (max-width: 1000px) {
  .news-article__left {
    margin: none;
    width: 100%;
  }
}
.news-article__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-bottom: 30px;
  min-height: 190px;
  position: relative;
}
.news-article__content:after {
  opacity: 0.5;
  width: 45px;
  height: 4px;
  content: "";
  background: #6776BC;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.news-article__picture {
  height: 100%;
  position: relative;
}
@media all and (max-width: 1000px) {
  .news-article__picture {
    height: 200px;
    margin-bottom: 30px;
    width: 100%;
  }
}
.news-article__picture:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  z-index: 50;
}
.news-article__picture__tag {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 60;
  background: #6776BC;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1px;
  padding: 12px 15px 10px 15px;
  display: inline-block;
  color: white;
}
.news-article__picture img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-article__title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  margin-bottom: 20px;
}
.news-article__excerpt {
  opacity: 0.9;
  font-weight: 100;
  font-size: 15px;
  line-height: 22px;
  color: #333333;
}
.news-article:hover {
  text-decoration: none;
}
.news-article:hover .news-article__picture:after {
  -webkit-box-shadow: inset 0 0 0 16px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 0 16px rgba(0, 0, 0, 0.25);
}
.news-article:hover .news-article__content:after {
  width: 100%;
}

.news-interview-card {
  padding-bottom: 10px;
}
.news-interview-card__picture {
  height: 190px;
  position: relative;
  margin: 0;
  margin-bottom: 20px;
}
.news-interview-card__picture:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  z-index: 50;
}
.news-interview-card__picture img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-interview-card__title {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
}
.news-interview-card__excerpt {
  opacity: 0.6;
  font-weight: 100;
  font-size: 15px;
  line-height: 20px;
  color: #333333;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.news-interview-card:hover {
  text-decoration: none;
}
.news-interview-card:hover .news-interview-card__excerpt {
  opacity: 1;
}
.news-interview-card:hover .news-interview-card__picture:after {
  -webkit-box-shadow: inset 0 0 0 16px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 0 16px rgba(0, 0, 0, 0.25);
}

.news-article-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.news-article-small__title {
  font-size: 14px;
  line-height: 18px;
  color: #333;
}
.news-article-small__picture {
  width: 85px;
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
}
.news-article-small__picture:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  z-index: 50;
}
.news-article-small__picture img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news-article-small__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 85px;
}
.news-article-small:hover {
  text-decoration: none;
}
.news-article-small:hover .news-article-small__picture:after {
  -webkit-box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.25);
}

blockquote:after,
blockquote:before {
  font-family: "fonticon", sans-serif !important;
}

.cta-space {
  margin: 20px 0;
}

.page-article {
  position: relative;
}
.page-article .slink:before {
  font-family: "fonticon", sans-serif !important;
}
@media only screen and (max-width: 900px) {
  .page-article .entry-title,
  .page-article h1 {
    font-size: 2em !important;
  }
}
.page-article__links {
  color: white;
  position: absolute;
  z-index: 70;
  top: -40px;
  left: 0;
}
@media only screen and (max-width: 900px) {
  .page-article__links {
    top: -60px;
  }
}
.page-article__links .catype {
  opacity: 0.6;
}
.page-article__links a {
  color: white;
}
.page-article__img {
  border-radius: 5px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 30px;
}
.page-article__img img {
  width: 100%;
}
.page-article__excerpt {
  opacity: 0.6;
  font-size: 19px;
}
.page-article__content {
  background: white;
  padding: 0px 60px;
  margin: 0 160px;
  margin-top: -80px;
  z-index: 50;
  position: relative;
  margin-bottom: 40px;
  border-radius: 5px;
}
@media only screen and (max-width: 900px) {
  .page-article__content {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0px 15px;
  }
}
.page-article__content__tags {
  margin-bottom: 40px;
}
.page-article__content__tags a {
  margin-right: 10px;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold;
  color: white;
  padding: 12px 15px 9px 15px;
  text-transform: uppercase;
  background: #6E7184;
}
.page-article__content .entry-content {
  margin: 0;
  padding: 0;
}
.page-article__cover-picture {
  position: relative;
  min-height: 200px;
  background: #161D39;
}
@media only screen and (max-width: 900px) {
  .page-article__cover-picture {
    min-height: 170px;
  }
}

/*
	ADMINBAR - Feuille de styles
	Author: Nico Blandel | @NicoBlandel
	Author URI: www.nicoblandel.fr
*/
body.admin-bar .site-header {
  margin-top: 32px;
}

.newsletter-footer {
  background: #EFF1FF;
  padding: 50px 0;
}
@media screen and (max-width: 1280px) {
  .newsletter-footer {
    padding: 50px 30px;
  }
}
.newsletter-footer__container-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1045px) {
  .newsletter-footer__container-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.newsletter-footer__container-cols__col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  width: 50%;
}
.newsletter-footer__container-cols__col:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 1045px) {
  .newsletter-footer__container-cols__col {
    width: 100%;
  }
}
.newsletter-footer__title {
  font-size: 30px;
  color: #323D73;
}
@media screen and (max-width: 1045px) {
  .newsletter-footer__title {
    font-size: 20px;
  }
}
.newsletter-footer__text {
  font-size: 17px;
  color: #333333;
  letter-spacing: 0;
  margin-top: 20px;
}
@media screen and (max-width: 1045px) {
  .newsletter-footer__text {
    font-size: 16px;
  }
}
.newsletter-footer__subtext {
  color: #333;
  opacity: 0.6;
  font-size: 12px;
}
.newsletter-footer__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsletter-footer__form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsletter-footer__form__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFFFFF;
  border: 1px solid #9298B6;
  border-radius: 5px;
  width: 80%;
  margin-right: 10px;
}
.newsletter-footer__form__button {
  font-family: "Interstate", Helvetica, sans-serif;
  font-weight: bold;
  background: #323D73;
  border-radius: 5px;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 16px;
  text-transform: uppercase;
  margin-left: 10px;
}
.newsletter-footer__form__message {
  margin-top: 15px;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  display: none;
}
.newsletter-footer__form__message.show {
  display: block;
}

.virtual-visit {
  padding: 40px 0;
  background: #FFFFFF;
  position: relative;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.virtual-visit__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (max-width: 800px) {
  .virtual-visit__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.virtual-visit__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 800px) {
  .virtual-visit__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.virtual-visit__title {
  font-size: 22px;
  color: #323D73;
  letter-spacing: 0;
}
@media screen and (max-width: 800px) {
  .virtual-visit__title {
    font-size: 16px;
  }
}
.virtual-visit__text {
  opacity: 0.74;
  font-size: 17px;
  color: #333333;
  letter-spacing: 0;
  margin-top: 5px;
}
@media screen and (max-width: 800px) {
  .virtual-visit__text {
    font-size: 15px;
  }
}
.virtual-visit__icon {
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 800px) {
  .virtual-visit__icon {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.virtual-visit__button {
  background: #323D73;
  border-radius: 8px;
  padding: 12px 30px;
  color: white;
  margin-left: 10px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .virtual-visit__button {
    font-size: 16px;
    margin-top: 20px;
  }
}
.virtual-visit__button:hover {
  text-decoration: none;
  background: #161D39;
}

.homepage-header-carousel {
  position: relative;
}
.homepage-header-carousel__img {
  width: 100%;
}
.homepage-header-carousel .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.homepage-header-carousel .owl-nav .owl-prev,
.homepage-header-carousel .owl-nav .owl-next {
  width: 100px;
  top: 0;
  bottom: 0;
  z-index: 100;
  pointer-events: auto;
}
@media screen and (max-width: 800px) {
  .homepage-header-carousel .owl-nav .owl-prev,
  .homepage-header-carousel .owl-nav .owl-next {
    display: none;
  }
}
.homepage-header-carousel .owl-nav .owl-prev svg,
.homepage-header-carousel .owl-nav .owl-next svg {
  width: 60px;
  height: 60px;
  fill: white;
  position: relative;
  z-index: 10;
}
.homepage-header-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}
.homepage-header-carousel .owl-nav .owl-prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.homepage-header-carousel .owl-nav .owl-prev:after {
  position: absolute;
  width: 120px;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgba(50, 61, 112, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, rgba(50, 61, 112, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.homepage-header-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0;
}
.homepage-header-carousel .owl-nav .owl-next:after {
  position: absolute;
  width: 120px;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: -webkit-gradient(linear, right top, left top, from(rgba(50, 61, 112, 0.3)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(-90deg, rgba(50, 61, 112, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.homepage-header-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.homepage-header-carousel .owl-dots:after {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(50, 61, 112, 0.4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(50, 61, 112, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
}
.homepage-header-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  margin: 0 5px;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 10;
  position: relative;
  margin-bottom: 20px;
}
.homepage-header-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}
.homepage-header-carousel__content {
  text-align: center;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  padding-bottom: 40px;
  display: block;
}
@media screen and (max-width: 800px) {
  .homepage-header-carousel__content {
    padding-bottom: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.homepage-header-carousel__title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  .homepage-header-carousel__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  .homepage-header-carousel__title {
    margin-bottom: 0;
  }
}
.homepage-header-carousel__subtitle {
  font-size: 18px;
}
@media screen and (max-width: 800px) {
  .homepage-header-carousel__subtitle {
    display: none;
  }
}
.homepage-header-carousel__slide {
  background-size: cover;
  background-position: center;
  position: relative;
  display: block;
}
.homepage-header-carousel__slide--filter:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 37, 85, 0)), to(#000000));
  background-image: linear-gradient(180deg, rgba(35, 37, 85, 0) 0%, #000000 100%);
  opacity: 0.6;
}
.homepage-header-carousel__slide--dark .homepage-header-carousel__content {
  color: #323D73;
}
.homepage-header-carousel__slide--light .homepage-header-carousel__content {
  color: white;
}
.homepage-header-carousel__slide--light .homepage-header-carousel__button {
  background: #FFFFFF;
  color: #323D73;
}
.homepage-header-carousel__button {
  margin-top: 30px;
  display: inline-block;
  font-size: 18px;
  color: #FFFFFF;
  background: #323D73;
  text-align: center;
  padding: 13px 20px;
  position: relative;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
@media screen and (max-width: 800px) {
  .homepage-header-carousel__button {
    display: none;
  }
}
.homepage-header-carousel:hover .homepage-header-carousel__button {
  text-decoration: none;
  background-color: #242f65;
  color: white;
}

.header-unframed {
  position: sticky;
  background-color: white;
  top: 0;
  z-index: 100;
  font-family: "Inter", Helvetica, sans-serif;
}
.header-unframed__accreditations {
  display: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 5px;
}
@media screen and (min-width: 1200px) {
  .header-unframed__accreditations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-unframed__accreditations svg, .header-unframed__accreditations img {
  margin-right: 15px;
}
.header-unframed__search {
  position: relative;
  width: 30px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
  .header-unframed__search {
    margin: 0 30px;
  }
}
.header-unframed__search__input {
  border-color: transparent !important;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 1200px) {
  .header-unframed__search__input {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
}
.header-unframed__search.open {
  width: 180px;
}
.header-unframed__search.open .header-unframed__search__input {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
  border-color: #323D73 !important;
}
.header-unframed__search__icon {
  position: absolute;
  right: 9px;
  top: 7px;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .header-unframed__search {
    -webkit-transition: none;
    transition: none;
  }
  .header-unframed__search.open {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 71px;
  }
  .header-unframed__search.open .header-unframed__search__input {
    height: 100%;
    padding: 0 50px 0 20px;
  }
  .header-unframed__search.open .header-unframed__search__icon {
    right: 14px;
    top: 23px;
  }
}
.header-unframed__mobile-switch {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  outline: none;
  padding: 0;
  margin: 0;
}
.header-unframed__mobile-switch .close {
  display: none;
  margin: 6px 0;
}
.header-unframed__mobile-switch.open .open {
  display: none;
}
.header-unframed__mobile-switch.open .close {
  display: block;
}
.header-unframed__lang-selector {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  text-transform: capitalize;
  color: #184383;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  width: 22px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  display: none;
  padding: 30px 0;
}
.header-unframed__lang-selector:hover {
  width: 95px;
}
@media screen and (min-width: 1200px) {
  .header-unframed__lang-selector {
    display: inline-block;
  }
}
.header-unframed__lang-selector a {
  position: relative;
  margin-right: 10px;
}
.header-unframed__lang-selector a::after {
  content: " / ";
  position: absolute;
  left: 100%;
  margin-left: 4px;
  opacity: 0.3;
}
.header-unframed__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 25px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 100;
  background-color: white;
  position: relative;
  -webkit-box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 12px -3px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 1200px) {
  .header-unframed__content {
    padding: 5px 15px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.header-unframed__content__mobile {
  position: relative;
  z-index: 20;
}
@media screen and (min-width: 1200px) {
  .header-unframed__content__mobile {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .header-unframed__content__left {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header-unframed__content__left, .header-unframed__content__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-unframed__content__right {
  position: relative;
  z-index: 25;
}
.header-unframed__content__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media screen and (min-width: 1200px) {
  .header-unframed__content__logo {
    margin-right: 36px;
  }
}
.header-unframed__content__logo svg {
  width: 80px;
  height: 50px;
}
@media screen and (min-width: 1200px) {
  .header-unframed__content__logo svg {
    width: 110px;
    height: 82px;
  }
}
.header-unframed__content__contact {
  padding: 14px 15px 14px 49px;
  background-color: #4AFFF7;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  text-decoration: none !important;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #184383;
}
.header-unframed__content__contact:hover {
  background-color: #3eece5;
}
@media screen and (min-width: 1200px) {
  .header-unframed__content__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header-unframed__content__contact svg {
  position: absolute;
  left: 14px;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

@media screen and (min-width: 1200px) {
  .unfr-primary-navigation {
    background-color: #184383;
  }
  .unfr-primary-navigation__submenu {
    background-color: white;
    position: absolute;
    left: 0;
    right: 0;
    visibility: hidden;
    -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.04);
    max-height: calc(100vh - 151px);
  }
  .unfr-primary-navigation__submenu__parent-title {
    display: none;
  }
  .unfr-primary-navigation__submenu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .unfr-primary-navigation__submenu__inner__mobile-content {
    display: none;
  }
  .unfr-primary-navigation__submenu__top-level {
    padding: 40px 63px;
    width: 475px;
    min-width: 475px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-height: calc(100vh - 151px);
    overflow: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .unfr-primary-navigation__submenu__top-level::-webkit-scrollbar {
    display: none;
  }
  .unfr-primary-navigation__submenu__second-level {
    padding: 40px 63px;
    background-color: #F3F8FF;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
    line-height: 24px;
    max-height: calc(100vh - 151px);
    overflow: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .unfr-primary-navigation__submenu__second-level::-webkit-scrollbar {
    display: none;
  }
  .unfr-primary-navigation__submenu__second-level__title {
    font-weight: bold;
    color: #184383;
    margin-bottom: 10px;
  }
  .unfr-primary-navigation__submenu__second-level.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .unfr-primary-navigation__submenu__second-level__link {
    margin-bottom: 10px;
    color: black;
  }
  .unfr-primary-navigation__submenu__item {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #184383;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .unfr-primary-navigation__submenu__item--submenu {
    cursor: pointer;
  }
  .unfr-primary-navigation__submenu__item.open {
    font-weight: bold;
  }
  .unfr-primary-navigation__submenu__item svg {
    width: 7px;
    height: 17px;
    display: inline-block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .unfr-primary-navigation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .unfr-primary-navigation__inner__mobile-content {
    display: none;
  }
  .unfr-primary-navigation__item.last .unfr-primary-navigation__item__link {
    background-color: #FF0080;
  }
  .unfr-primary-navigation__item.last .unfr-primary-navigation__item__link:hover {
    background-color: #F948A1;
  }
  .unfr-primary-navigation__item__link {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 20px 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none !important;
    position: relative;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .unfr-primary-navigation__item__link svg {
    display: none;
  }
  .unfr-primary-navigation__item__link:hover {
    background-color: #265cab;
  }
  .unfr-primary-navigation__item.open .unfr-primary-navigation__item__link {
    color: #184383;
    background-color: white;
  }
  .unfr-primary-navigation__item.open .unfr-primary-navigation__submenu {
    visibility: visible;
  }
}
@media screen and (max-width: 1200px) {
  .unfr-primary-navigation {
    position: fixed;
    height: 100vh;
    background-color: white;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding-top: 74px;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .unfr-primary-navigation::-webkit-scrollbar {
    display: none;
  }
  .unfr-primary-navigation.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .unfr-primary-navigation__inner {
    padding: 71px 48px 0 48px;
  }
  .unfr-primary-navigation__inner__mobile-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
  .unfr-primary-navigation__inner__mobile-content__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
  .unfr-primary-navigation__inner__mobile-content__accreditations {
    margin-top: 40px;
  }
  .unfr-primary-navigation__inner__mobile-content__accreditations svg, .unfr-primary-navigation__inner__mobile-content__accreditations img {
    display: inline;
    margin: 0 10px;
  }
  .unfr-primary-navigation__inner__mobile-content__lang-selector .header-unframed__lang-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding: 0;
  }
  .unfr-primary-navigation__inner__mobile-content__lang-selector .header-unframed__lang-selector a {
    margin: 0 10px;
  }
  .unfr-primary-navigation__inner__mobile-content__lang-selector .header-unframed__lang-selector a::after {
    display: none;
  }
  .unfr-primary-navigation__submenu__top-level {
    background: white;
    height: calc(100vh - 74px);
    z-index: 20;
  }
  .unfr-primary-navigation__submenu__top-level, .unfr-primary-navigation__submenu__second-level {
    position: absolute;
    top: 74px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    padding: 33px 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .unfr-primary-navigation__submenu__second-level {
    padding-bottom: 40px;
    overflow: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .unfr-primary-navigation__submenu__second-level::-webkit-scrollbar {
    display: none;
  }
  .unfr-primary-navigation__submenu__parent-title {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #184383;
    margin-bottom: 26px;
  }
  .unfr-primary-navigation__submenu__parent-title svg {
    margin-right: 20px;
    width: 6px;
    height: 16px;
    margin-bottom: -2px;
  }
  .unfr-primary-navigation__submenu__second-level {
    z-index: 30;
    background-color: #F3F8FF;
  }
  .unfr-primary-navigation__submenu__second-level.open {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
  }
  .unfr-primary-navigation__submenu__second-level__link {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: black;
  }
  .unfr-primary-navigation__submenu__second-level__link svg {
    height: 9px;
    width: 5px;
  }
  .unfr-primary-navigation__submenu__item {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: black;
  }
  .unfr-primary-navigation__submenu__item svg {
    height: 9px;
    width: 5px;
  }
  .unfr-primary-navigation__item__link {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #184383;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .unfr-primary-navigation__item.open .unfr-primary-navigation__submenu__top-level {
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    visibility: visible;
  }
}
body.fixed-body {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}

.unframed-footer {
  background-color: #184383;
  color: white;
  font-family: "Inter", Helvetica, sans-serif;
  border-top: 1px solid #D7E0EE;
  -webkit-box-ordinal-group: 31;
      -ms-flex-order: 30;
          order: 30;
  margin-top: 30px;
}
.unframed-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px 32px 20px;
}
@media screen and (max-width: 1150px) {
  .unframed-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 48px;
  }
}
.unframed-footer__foot {
  margin-bottom: 20px;
}
.unframed-footer__logo-banner {
  background-color: white;
  padding: 35px 0;
  overflow: hidden;
}
@media screen and (min-width: 900px) {
  .unframed-footer__logo-banner {
    padding: 40px 0;
  }
}
.unframed-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  font-size: 14px;
  line-height: 27px;
  color: #FFFFFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 900px) {
  .unframed-footer__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.unframed-footer__links__col, .unframed-footer__links__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .unframed-footer__links__col, .unframed-footer__links__group {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .unframed-footer__links__group {
    display: none;
  }
  .unframed-footer__links__group.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.unframed-footer__links__title {
  font-weight: bold;
  text-transform: uppercase;
  margin: 10px 0;
  cursor: pointer;
}
.unframed-footer__links__title--follow {
  margin: 30px 0 15px 0;
}
@media screen and (min-width: 900px) {
  .unframed-footer__links__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    cursor: initial;
  }
  .unframed-footer__links__title .chevron {
    display: none;
  }
}
.unframed-footer__links__title .chevron {
  float: right;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.unframed-footer__links__title.open .chevron {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.unframed-footer__links__item {
  color: #FFFFFF;
  text-decoration: none;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  position: relative;
}
.unframed-footer__newsletter {
  margin-bottom: 51px;
}
.unframed-footer__newsletter__legal-checkbox {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.unframed-footer__newsletter__legal-checkbox__check {
  margin-right: 10px;
}
.unframed-footer__newsletter__legal-checkbox, .unframed-footer__newsletter__legal-checkbox a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
}
.unframed-footer__newsletter__legal-checkbox a {
  text-decoration: none;
  border-bottom: 1px solid white;
}
.unframed-footer__newsletter__message {
  margin-top: 10px;
  font-weight: 600;
  font-size: 14px;
  display: none;
}
.unframed-footer__newsletter__message.show {
  display: block;
}
.unframed-footer__newsletter__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: auto;
  max-height: none;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 15px 18px !important;
  font-family: "Inter", Helvetica, sans-serif !important;
  font-style: normal;
  font-weight: normal;
  font-size: 15px !important;
  line-height: 15px !important;
  color: #1C1C1C;
  vertical-align: middle !important;
}
.unframed-footer__newsletter__input:focus {
  border-color: white !important;
}
@media screen and (min-width: 900px) {
  .unframed-footer__newsletter__input {
    max-width: 372px;
    margin-right: 10px !important;
  }
}
.unframed-footer__newsletter__input-group {
  margin-top: 15px;
  position: relative;
}
.unframed-footer__newsletter__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  padding: 17px 20px;
  background-color: #4AFFF7;
  font-family: "Inter", Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: #184383;
}
@media screen and (max-width: 900px) {
  .unframed-footer__newsletter__button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0 4px 4px 0;
  }
}
.unframed-footer__newsletter__title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #FFFFFF;
}
@media screen and (max-width: 900px) {
  .unframed-footer__newsletter__title {
    font-size: 16px;
    line-height: 26px;
  }
}
.unframed-footer__logo {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 900px) {
  .unframed-footer__logo {
    margin-right: 70px;
    text-align: left;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1150px) {
  .unframed-footer__logo {
    margin-bottom: 30px;
  }
}
.unframed-footer__logo svg {
  width: 140px;
  height: 90px;
}
.unframed-footer__legal-links {
  padding: 20px;
  background-color: #0D2D5B;
}
.unframed-footer__legal-links div, .unframed-footer__legal-links div a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  color: #FFFFFF;
}
.unframed-footer__legal-links a {
  margin-right: 10px;
  position: relative;
}
.unframed-footer__legal-links a::after {
  position: absolute;
  content: " - ";
  right: -10px;
}
.unframed-footer__legal-links a:last-child::after {
  display: none;
}
.unframed-footer__legal-links__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  opacity: 0.6;
}
@media screen and (min-width: 900px) {
  .unframed-footer__legal-links__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.unframed-footer__logo-banner__animated {
  white-space: nowrap;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: marquee 30s linear infinite;
          animation: marquee 30s linear infinite;
}
.unframed-footer__logo-banner__animated img {
  display: block;
  max-width: none;
  max-height: none;
  width: 2057px !important;
  height: 70px !important;
}

header li[aria-hidden] {
  display: inline-block;
}

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-2057px);
            transform: translateX(-2057px);
  }
}

@keyframes marquee {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-2057px);
            transform: translateX(-2057px);
  }
}
.unframed-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.unframed-socials__item {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #03FFA9;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
.unframed-socials--header .unframed-socials__item, .unframed-socials--mobile .unframed-socials__item {
  border: 1px solid #D7E0EE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: white;
}
.unframed-socials--header .unframed-socials__item:hover, .unframed-socials--mobile .unframed-socials__item:hover {
  border-color: #323D73;
}
.unframed-socials--header {
  margin-right: 36px;
  display: none;
}
@media screen and (min-width: 1100px) {
  .unframed-socials--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.page-formation {
  position: relative;
  margin-bottom: -30px;
}
.page-formation__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 54px;
     -moz-column-gap: 54px;
          column-gap: 54px;
  row-gap: 34px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-formation__logos img {
  width: auto;
  height: 50px;
}
.page-formation__profile-picture {
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 36px;
  border: 4px solid #184383;
}
.page-formation__profile-picture img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-formation__footer-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
}
@media screen and (min-width: 1200px) {
  .page-formation__footer-mobile {
    display: none;
  }
}
.page-formation__footer-mobile__button {
  width: 50%;
  background-color: #4AFFF7;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #184383;
  text-transform: uppercase;
  text-align: center;
  padding: 16px;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-formation__footer-mobile__button svg {
  margin-right: 3px;
}
.page-formation__footer-mobile__button--light {
  background: #FFFFFF;
  border-color: #184383;
}
.page-formation__header {
  background: #3B5F96;
  color: white;
  padding: 35px 20px 90px 20px;
  position: relative;
  overflow: hidden;
}
.page-formation__header__stroke-angle {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 150px;
  height: 150px;
  border: 11px solid #03FFA9;
}
@media screen and (max-width: 800px) {
  .page-formation__header__stroke-angle {
    top: -85px;
    right: -95px;
  }
}
.page-formation__header__stroke-yellow {
  position: absolute;
  bottom: 115px;
  right: 0;
  width: 490px;
  height: 11px;
  background-color: #EDFC25;
}
@media screen and (max-width: 800px) {
  .page-formation__header__stroke-yellow {
    right: 0;
    bottom: 70px;
    width: 95px;
  }
}
.page-formation__header__stroke-orange {
  position: absolute;
  bottom: 0;
  right: 98px;
  height: 95px;
  width: 11px;
  background-color: #F59C00;
}
@media screen and (max-width: 800px) {
  .page-formation__header__stroke-orange {
    height: 55px;
    right: 15px;
  }
}
@media screen and (max-width: 800px) {
  .page-formation__header {
    padding: 35px 20px 67px 20px;
  }
}
.page-formation__header__breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-formation__header__breadcrumb__item {
  font-size: 14px;
  line-height: 156%;
  color: white;
}
.page-formation__header__breadcrumb__item::after {
  content: "›";
  padding: 0 5px;
  text-decoration: none;
  display: inline-block;
}
.page-formation__header__breadcrumb__item:last-child {
  font-weight: bold;
}
.page-formation__header__breadcrumb__item:last-child::after {
  display: none;
}
@media screen and (max-width: 800px) {
  .page-formation__header__breadcrumb__item {
    display: none;
  }
  .page-formation__header__breadcrumb__item::after {
    display: none;
  }
  .page-formation__header__breadcrumb__item:nth-child(2) {
    display: block;
  }
  .page-formation__header__breadcrumb__item:nth-child(2)::before {
    content: "‹";
    padding: 0 5px;
    text-decoration: none;
    display: inline-block;
  }
}
.page-formation__header__texts {
  margin-top: 92px;
  margin-left: 100px;
}
@media screen and (max-width: 800px) {
  .page-formation__header__texts {
    margin-top: 30px;
    margin-left: 35px;
  }
}
.page-formation__header__texts__title {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  line-height: 67px;
}
@media screen and (max-width: 800px) {
  .page-formation__header__texts__title {
    font-size: 30px;
    line-height: 45px;
  }
}
.page-formation__header__texts__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 800px) {
  .page-formation__header__texts__subtitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.page-formation__header__texts__subtitle__title {
  color: yellow;
  margin-right: 10px;
}
.page-formation__header__texts__subtitle__text {
  font-style: normal;
  /*font-weight: 300;
  font-size: 20px;*/
}
@media screen and (max-width: 800px) {
  .page-formation__header__texts__subtitle__text {
    font-size: 18px;
    line-height: 26px;
  }
}
.page-formation__header__texts__subtitle__start {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #184383;
  background: #EDFC25;
  border-radius: 5px;
  padding: 8px 9px;
}
@media screen and (max-width: 800px) {
  .page-formation__header__texts__subtitle__start {
    margin-top: 10px;
    margin-left: 0;
  }
}
.page-formation__header__texts__infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .page-formation__header__texts__infos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 35px;
  }
}
.page-formation__header__texts__infos__item {
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 20px;
  margin-right: 40px;
}
@media screen and (max-width: 800px) {
  .page-formation__header__texts__infos__item {
    margin-bottom: 10px;
  }
}
.page-formation__header__texts__infos__graduation {
  font-style: normal;
  margin-top: 25px;
}
@media screen and (max-width: 800px) {
  .page-formation__header__texts__infos__graduation {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
  }
}
.page-formation__header__texts__infos::after {
  content: "";
  position: absolute;
  right: 100%;
  right: calc(100% + 66px);
  height: 11px;
  background: #ED6A7E;
  width: 100%;
}
@media screen and (max-width: 800px) {
  .page-formation__header__texts__infos::after {
    right: calc(100% + 20px);
  }
}
.page-formation__navigation {
  background: white;
  position: sticky;
  top: 150px;
  border-bottom: 1px solid #D7E0EE;
  z-index: 50;
  padding: 0 16px;
}
@media screen and (max-width: 1200px) {
  .page-formation__navigation {
    top: 73px;
  }
}
.page-formation__navigation ::-webkit-scrollbar {
  display: none;
}
.page-formation__navigation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  overflow-x: visible;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.page-formation__navigation__inner::-webkit-scrollbar,
.page-formation__navigation__inner ::-webkit-scrollbar {
  display: none;
}
.page-formation__navigation__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
.page-formation__navigation__nav__item {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  padding: 27px 0;
  margin-right: 30px;
  position: relative;
  color: #1C1C1C;
}
@media screen and (max-width: 1200px) {
  .page-formation__navigation__nav__item {
    padding: 20px 0;
  }
}
.page-formation__navigation__nav__item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
  background-color: #03FFA9;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.page-formation__navigation__nav__item.active {
  font-weight: bold;
  letter-spacing: -0.3px;
}
.page-formation__navigation__nav__item.active::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.page-formation__navigation__nav__item:hover {
  text-decoration: none;
}
.page-formation__navigation__nav__item:hover::after {
  opacity: 0.8;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.page-formation__navigation__nav__item:nth-child(2)::after {
  background-color: #EB1CFF;
}
.page-formation__navigation__nav__item:nth-child(3)::after {
  background-color: #EDFC25;
}
.page-formation__navigation__nav__item:nth-child(4)::after {
  background-color: #F59C00;
}
.page-formation__navigation__nav__item:nth-child(5)::after {
  background-color: #ED6A7E;
}
.page-formation__navigation__nav__item:nth-child(7)::after {
  background-color: #EB1CFF;
}
.page-formation__navigation__nav__item:nth-child(8)::after {
  background-color: #EDFC25;
}
.page-formation__navigation__nav__item:nth-child(9)::after {
  background-color: #F59C00;
}
@media screen and (max-width: 1200px) {
  .page-formation__navigation__buttons {
    display: none;
  }
}
.page-formation__content {
  background: white;
}
.page-formation__content__container {
  max-width: 1000px;
  padding: 0 20px;
  margin: auto;
}
.page-formation__content__section {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D7E0EE;
}
.page-formation__content__section:last-child {
  border-bottom: none;
}
.page-formation__content__section__content {
  margin-top: 25px;
}
.page-formation__content__section:nth-child(2) .unfr-title__inner::before {
  background-color: #EB1CFF;
}
.page-formation__content__section:nth-child(3) .unfr-title__inner::before {
  background-color: #EDFC25;
}
.page-formation__content__section:nth-child(4) .unfr-title__inner::before {
  background-color: #F59C00;
}
.page-formation__content__section:nth-child(5) .unfr-title__inner::before {
  background-color: #ED6A7E;
}
.page-formation__content__section:nth-child(7) .unfr-title__inner::before {
  background-color: #EB1CFF;
}
.page-formation__content__section:nth-child(8) .unfr-title__inner::before {
  background-color: #EDFC25;
}
.page-formation__content__section:nth-child(9) .unfr-title__inner::before {
  background-color: #F59C00;
}
.page-formation__content__introduction {
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 42px;
  padding-top: 75px;
}
@media screen and (max-width: 1200px) {
  .page-formation__content__introduction {
    font-size: 18px;
    line-height: 27px;
    padding-top: 40px;
  }
}

.unfr-square-cta {
  height: 270px;
  background: #F3F8FF;
  position: relative;
  margin: 35px 0;
}
.unfr-square-cta__title {
  font-style: italic;
  font-weight: 300;
  font-size: 26px;
  line-height: 39px;
  color: #184383;
}
@media screen and (max-width: 1200px) {
  .unfr-square-cta__title {
    font-size: 20px;
    line-height: 32px;
  }
}
.unfr-square-cta__buttons {
  margin-top: 30px;
}
.unfr-square-cta__container {
  width: 775px;
  margin: auto;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .unfr-square-cta__container {
    width: 100%;
    margin: 20px;
  }
}
.unfr-square-cta__container__inner {
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  bottom: -35px;
  border: 11px solid #EDFC25;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .unfr-square-cta__container__inner {
    right: 40px;
  }
}
.unfr-square-cta__container__inner::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 11px;
  background: #EDFC25;
  width: 80%;
}
.unfr-video-cta {
  margin-top: 80px;
  background: #03FFA9;
  padding: 97px 0 109px 0;
  margin-bottom: 160px;
}
@media screen and (max-width: 1200px) {
  .unfr-video-cta {
    padding: 28px;
    margin: 80px 20px 40px 20px;
  }
}
.unfr-video-cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .unfr-video-cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -40px;
  }
}
.unfr-video-cta__video {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .unfr-video-cta__video {
    height: auto;
    padding-right: 20px;
  }
}
.unfr-video-cta__video iframe {
  width: 578px;
  height: 325px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .unfr-video-cta__video iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
  }
}
.unfr-video-cta__video__inner {
  position: absolute;
  right: 0;
  top: -40px;
}
@media screen and (max-width: 1200px) {
  .unfr-video-cta__video__inner {
    position: relative;
    width: 100%;
  }
}
.unfr-video-cta__video__inner::before {
  content: "";
  position: absolute;
  right: -30px;
  left: 30px;
  bottom: 0;
  top: -10px;
  height: 90%;
  border: 11px solid yellow;
  border-bottom: none;
}
.unfr-video-cta__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 475px;
  margin-left: 80px;
  text-align: center;
  font-style: italic;
  font-weight: 300;
  font-size: 26px;
  line-height: 39px;
  color: #184383;
}
@media screen and (max-width: 1200px) {
  .unfr-video-cta__text {
    width: 100%;
    margin-left: 0;
    font-size: 20px;
    line-height: 32px;
  }
}

.unfr-button {
  padding: 14px 16px 12px 16px;
  border: 1px solid #184383;
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.unfr-button:hover {
  text-decoration: none;
}
.unfr-button svg {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.unfr-button--blue {
  background-color: #4AFFF7;
  border-color: #4AFFF7;
}
.unfr-button--blue:hover {
  background-color: #3eece5;
}
.unfr-button--white {
  background-color: #FFFFFF;
}
.unfr-button--white:hover {
  color: #184383;
  background-color: #FFFFFF;
}

.unfr-contact-cta {
  text-align: center;
  margin-top: 125px;
  padding-bottom: 120px;
}
.unfr-contact-cta__contact {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #184383;
  margin-top: 26px;
}
.unfr-contact-cta__picture img {
  margin: 0 auto;
  width: 150px;
  border-radius: 100%;
}
.unfr-contact-cta__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
}
.unfr-contact-cta__buttons {
  margin-top: 35px;
}

.unfr-title__inner {
  font-size: 38px;
  line-height: 45px;
  color: #1C1C1C;
  font-family: "Bebas Neue", sans-serif;
  padding-left: 10px;
  position: relative;
}
.unfr-title__inner span {
  position: relative;
  z-index: 10;
}
.unfr-title__inner::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 16px;
  background: #4AFFF7;
  z-index: 0;
}
@media all and (max-width: 700px) {
  .unfr-title__inner {
    font-size: 26px;
    line-height: 34px;
  }
  .unfr-title__inner::before {
    height: 10px;
  }
}
.unfr-title--yellow .unfr-title__inner::before {
  background-color: #EDFC25;
}
.unfr-title--orange .unfr-title__inner::before {
  background-color: #F59C00;
}
.unfr-title--red .unfr-title__inner::before {
  background-color: #ED6A7E;
}

.unfr-accordion {
  background: #F3F8FF;
  margin-bottom: 25px;
}
@media all and (max-width: 800px) {
  .unfr-accordion {
    margin-bottom: 16px;
  }
}
.unfr-accordion__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  color: #1C1C1C;
  padding: 15px 50px 15px 25px;
  position: relative;
  cursor: pointer;
}
@media all and (max-width: 800px) {
  .unfr-accordion__title {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
.unfr-accordion__title__icon {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.unfr-accordion__content {
  display: none;
  padding: 0 25px 10px 25px;
}
.unfr-accordion.open .unfr-accordion__title__icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.unfr-accordion.open .unfr-accordion__content {
  display: block;
}

.unfr-wisiwig {
  font-size: 16px;
  line-height: 24px;
  color: #1C1C1C;
}
.unfr-wisiwig h3, .unfr-wisiwig h4, .unfr-wisiwig h5, .unfr-wisiwig h6 {
  color: #1C1C1C;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
.unfr-wisiwig h2 {
  color: #1C1C1C;
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
}
.unfr-wisiwig li {
  position: relative;
  padding-left: 30px;
}
.unfr-wisiwig li:before {
  font-family: "fonticon", sans-serif;
  text-rendering: optimizeLegibility;
  content: "\e913";
  position: absolute;
  left: 0;
  color: #323D73;
  font-size: 0.8rem;
}

.page-formation__related-programs {
  background: white;
  padding-bottom: 85px;
}
.page-formation__related-programs__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 800px) {
  .page-formation__related-programs__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
}
.page-formation__related-programs__title {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 45px;
  color: #1C1C1C;
}
@media all and (max-width: 800px) {
  .page-formation__related-programs__title {
    font-size: 26px;
    line-height: 34px;
  }
}
.page-formation__related-programs__title-link {
  margin-top: 22px;
  display: inline-block;
  text-decoration: none;
  color: #1C1C1C;
  border-bottom: 1px solid black;
}
@media all and (max-width: 800px) {
  .page-formation__related-programs__title-link {
    margin-top: 10px;
  }
}
.page-formation__related-programs__title-link:after {
  content: "›";
  margin-left: 5px;
}
.page-formation__related-programs__title-link:hover {
  text-decoration: none;
}
.page-formation__related-programs__title-container {
  max-width: 350px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.page-formation__related-programs__programs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 40px auto;
  grid-template-columns: repeat(2, auto);
  grid-gap: 40px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media all and (max-width: 800px) {
  .page-formation__related-programs__programs {
    -ms-grid-columns: auto;
    grid-template-columns: repeat(1, auto);
    padding: 0 20px;
    margin-top: 20px;
  }
}
.page-formation__related-programs__programs__item {
  position: relative;
}
.page-formation__related-programs__programs__item__picture {
  height: 250px;
  background: #333;
  margin-bottom: 22px;
  position: relative;
}
.page-formation__related-programs__programs__item__picture img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-formation__related-programs__programs__item__title:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.page-formation__related-programs__programs__item__title__text {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
  position: relative;
}
.page-formation__related-programs__programs__item__title__text span {
  position: relative;
  z-index: 10;
}
.page-formation__related-programs__programs__item__title__text::before {
  position: absolute;
  content: "";
  left: -8px;
  height: 10px;
  right: -2px;
  bottom: -2px;
  background: #4AFFF7;
  z-index: 0;
}

.page-homepage {
  background-color: white;
  position: relative;
  margin-bottom: -30px;
  font-family: "Inter", sans-serif;
}
.page-homepage__container {
  margin: auto;
  max-width: 1198px;
  padding: 0 20px;
  position: relative;
}
.page-homepage__testimonials {
  max-width: 1342px;
  margin: auto;
  padding: 0 10px;
  margin-top: 60px;
}
@media screen and (max-width: 800px) {
  .page-homepage__testimonials {
    margin-top: 50px;
  }
}
.page-homepage__contact-cta {
  margin-top: 120px;
  margin-bottom: 96px;
}
@media screen and (max-width: 800px) {
  .page-homepage__contact-cta {
    margin-top: 47px;
    margin-bottom: 62px;
  }
}
.page-homepage__hubspot {
  margin-top: 60px;
  text-align: center;
}
.page-homepage__numbers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 62px auto 62px auto 62px auto;
  grid-template-columns: repeat(4, auto);
  grid-gap: 62px;
  margin-top: 120px;
  padding: 0 70px;
}
.page-homepage__numbers__item {
  text-align: center;
}
.page-homepage__numbers__item__number {
  font-style: normal;
  font-weight: 300;
  font-size: 45px;
  line-height: 32px;
  color: #1C1C1C;
}
.page-homepage__numbers__item__label {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #1C1C1C;
  margin-top: 25px;
}
@media screen and (max-width: 1100px) {
  .page-homepage__numbers {
    -ms-grid-columns: auto 50px auto;
    grid-template-columns: repeat(2, auto);
    padding: 0 50px;
    grid-gap: 50px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .page-homepage__numbers {
    -ms-grid-columns: auto;
    grid-template-columns: repeat(1, auto);
  }
  .page-homepage__numbers .page-homepage__numbers__item__label {
    font-size: 18px;
    line-height: 21px;
    margin-top: 15px;
  }
  .page-homepage__numbers .page-homepage__numbers__item__number {
    font-size: 35px;
    line-height: 32px;
  }
}
.page-homepage__hero {
  height: 645px;
  background-color: #235298;
  padding-top: 149px;
  position: relative;
}
@media screen and (max-width: 500px) {
  .page-homepage__hero {
    padding-top: 100px;
    height: 545px;
  }
}
.page-homepage__hero__content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 0 20px;
}
.page-homepage__hero__buttons {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 500px) {
  .page-homepage__hero__buttons {
    margin-top: 40px;
  }
}
.page-homepage__hero__figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4;
}
.page-homepage__hero__figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-homepage__hero__title {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 50px;
  line-height: 67px;
  text-align: center;
  color: white;
}
@media screen and (max-width: 850px) {
  .page-homepage__hero__title {
    font-size: 30px;
    line-height: 45px;
  }
}

.unfr-homepage__programs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 40px minmax(0, 1fr) 40px minmax(0, 1fr) 40px minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 40px;
  margin: auto;
  margin-top: -136px;
  max-width: 1198px;
  position: relative;
  z-index: 10;
  padding: 0 20px;
}
.unfr-homepage__programs__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1150px) {
  .unfr-homepage__programs {
    -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
    margin-top: -150px;
  }
}
@media screen and (max-width: 700px) {
  .unfr-homepage__programs {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 10px;
  }
  .unfr-homepage__programs__content {
    display: none;
    padding-bottom: 30px;
  }
}
.unfr-homepage__programs__item {
  padding: 26px;
  background-color: #F3F8FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.unfr-homepage__programs__item__buttons {
  text-align: center;
}
@media screen and (max-width: 700px) {
  .unfr-homepage__programs__item {
    padding: 0 25px;
  }
}
.unfr-homepage__programs__item__header {
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 700px) {
  .unfr-homepage__programs__item__header {
    height: auto;
  }
}
.unfr-homepage__programs__item__text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #1C1C1C;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.unfr-homepage__programs__item__plus {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 32px;
}
@media screen and (min-width: 701px) {
  .unfr-homepage__programs__item__plus {
    display: none;
  }
}
.unfr-homepage__programs__item__plus .horizontal {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
.unfr-homepage__programs__item.open .unfr-homepage__programs__content {
  display: block;
}
.unfr-homepage__programs__item.open .unfr-homepage__programs__item__plus svg .horizontal {
  opacity: 0;
}
.unfr-homepage__programs__item__title {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 45px;
  border-bottom: 11px solid #EDFC25;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .unfr-homepage__programs__item__title {
    font-size: 26px;
    line-height: 34px;
    padding: 20px 0 10px 0;
  }
}
.unfr-homepage__programs__item:nth-child(2) .unfr-homepage__programs__item__title {
  border-color: #03FFA9;
}
.unfr-homepage__programs__item:nth-child(3) .unfr-homepage__programs__item__title {
  border-color: #F59C00;
}
.unfr-homepage__programs__item:nth-child(4) .unfr-homepage__programs__item__title {
  border-color: #ED6A7E;
}

.unfr-testimonials {
  background: #03FFA9;
  padding: 60px 22px 46px 22px;
  position: relative;
}
@media screen and (max-width: 800px) {
  .unfr-testimonials {
    padding: 27px 22px 30px 22px;
  }
}
.unfr-testimonials__link {
  display: block;
  text-align: center;
  margin-top: 18px;
}
@media screen and (min-width: 800px) {
  .unfr-testimonials__link {
    position: absolute;
    bottom: 46px;
    right: 70px;
    z-index: 10;
  }
}
.unfr-testimonials .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.unfr-testimonials .owl-nav svg {
  height: 26px;
  width: 20px;
}
.unfr-testimonials .owl-nav .owl-prev,
.unfr-testimonials .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 40px;
  pointer-events: auto;
}
.unfr-testimonials .owl-nav .owl-next {
  right: 0;
}
.unfr-testimonials .owl-nav .owl-prev {
  left: 0;
}
.unfr-testimonials .owl-nav .owl-prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}
.unfr-testimonials .owl-dots {
  text-align: center;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 800px) {
  .unfr-testimonials .owl-dots {
    margin-top: 30px;
  }
}
.unfr-testimonials .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border: 1px solid #184383;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  margin: 0 4px;
}
.unfr-testimonials .owl-dots .owl-dot.active {
  background-color: #184383;
}
.unfr-testimonials__item {
  text-align: center;
}
.unfr-testimonials__item__name {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #184383;
}
.unfr-testimonials__item__cite {
  font-style: italic;
  font-weight: 300;
  font-size: 26px;
  line-height: 39px;
  color: #184383;
  margin-top: 25px;
  padding: 0 20%;
}
@media screen and (max-width: 800px) {
  .unfr-testimonials__item__cite {
    font-size: 20px;
    line-height: 32px;
    padding: 0 40px;
  }
}

.unfr-homepage-contact-cta {
  text-align: center;
}
.unfr-homepage-contact-cta__text {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  color: #1C1C1C;
}
@media screen and (max-width: 800px) {
  .unfr-homepage-contact-cta__text {
    font-size: 20px;
    line-height: 27px;
  }
}

.unfr-text-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
}
@media screen and (min-width: 950px) {
  .unfr-text-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 120px;
  }
}
@media screen and (min-width: 950px) {
  .unfr-text-section__content {
    margin-left: 40px;
  }
}
.unfr-text-section__text {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.unfr-text-section__figure {
  padding-left: 30px;
  padding-bottom: 21px;
  position: relative;
  margin-top: 40px;
  margin-bottom: 15px;
}
.unfr-text-section__figure img {
  width: 100%;
}
.unfr-text-section__figure::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 55px;
  right: 40px;
  top: -30px;
  border: 11px solid #EDFC25;
  border-bottom: 0;
}
.unfr-text-section__figure::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 55px;
  right: 40px;
  height: 11px;
  width: 70%;
  background-color: #EDFC25;
  border-bottom: 0;
  z-index: 10;
}
.unfr-text-section__figure--alt {
  padding-left: 0;
  padding-bottom: 0;
  margin-left: 100px;
  margin-right: 30px;
  margin-top: -40px;
  margin-bottom: -40px;
  max-width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 950px) {
  .unfr-text-section__figure--alt {
    max-width: none;
    margin-left: 40px;
    margin-right: 0;
    margin-bottom: 90px;
    margin-top: 45px;
  }
}
.unfr-text-section__figure--alt::after {
  top: inherit;
  left: -40px;
  bottom: -40px;
  z-index: 1;
  height: 80%;
}
.unfr-text-section__figure--alt::before {
  left: -40px;
  bottom: -40px;
}
.unfr-text-section__figure--alt img {
  z-index: 2;
  position: relative;
}

.unfr-virtual-visit-cta {
  background: black;
  padding: 130px 0;
  text-align: center;
  color: white;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .unfr-virtual-visit-cta {
    margin-top: 50px;
  }
}
@media screen and (max-width: 950px) {
  .unfr-virtual-visit-cta {
    margin-top: 30px;
    padding: 53px 0;
  }
}
.unfr-virtual-visit-cta__cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.unfr-virtual-visit-cta__cover:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(28, 28, 28, 0.5)), to(rgba(28, 28, 28, 0.5)));
  background: linear-gradient(0deg, rgba(28, 28, 28, 0.5), rgba(28, 28, 28, 0.5));
}
.unfr-virtual-visit-cta__cover img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.unfr-virtual-visit-cta__subtitle {
  font-size: 16px;
  line-height: 24px;
}
.unfr-virtual-visit-cta__title {
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 45px;
  margin-bottom: 35px;
  margin-top: 15px;
}
@media screen and (max-width: 950px) {
  .unfr-virtual-visit-cta__title {
    font-size: 26px;
    line-height: 34px;
  }
}

.unfr-hp-agenda {
  margin-top: 120px;
}
.unfr-hp-agenda--list {
  margin-top: 40px;
}
@media screen and (max-width: 950px) {
  .unfr-hp-agenda {
    margin-top: 50px;
  }
}
.unfr-hp-agenda__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 40px minmax(0, 1fr) 40px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 40px;
}
@media screen and (max-width: 800px) {
  .unfr-hp-agenda__list {
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 32px;
  }
}
.unfr-hp-agenda__card {
  position: relative;
}
.unfr-hp-agenda__card__date {
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
}
@media screen and (max-width: 800px) {
  .unfr-hp-agenda__card__date {
    font-size: 20px;
    line-height: 27px;
  }
}
.unfr-hp-agenda__card__date svg {
  margin-right: 8px;
}
.unfr-hp-agenda__card__text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #1C1C1C;
  margin-top: 10px;
  padding-bottom: 0px;
}
.unfr-hp-agenda__card__text__link {
  color: #1C1C1C;
}
.unfr-hp-agenda__card__text__link::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
}
.unfr-hp-agenda__card__properties {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  text-transform: uppercase;
  padding-bottom: 0px;
}
.unfr-hp-agenda__card__properties__type {
  color: #184383;
  margin-right: 10px;
}
.unfr-hp-agenda__card__properties__location {
  color: #ff0080;
}

.unfr-hp-news {
  margin-top: 145px;
}
.unfr-hp-news__carousel {
  max-width: 100vw;
  overflow: hidden;
  margin-top: 60px;
}
.unfr-hp-news__featured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 10px;
}
@media screen and (max-width: 950px) {
  .unfr-hp-news__featured {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.unfr-hp-news__featured__figure {
  width: 60%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 40px;
  height: 305px !important;
}
@media screen and (max-width: 950px) {
  .unfr-hp-news__featured__figure {
    width: 100%;
    height: 151px !important;
  }
}
.unfr-hp-news__featured__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.unfr-hp-news__featured__content__title {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  margin-top: 15px;
}
@media screen and (max-width: 950px) {
  .unfr-hp-news__featured__content__title {
    font-size: 20px;
    line-height: 27px;
  }
}
.unfr-hp-news__featured__content__text {
  font-style: normal;
  font-size: 22px;
  line-height: 34px;
  /* or 155% */
}
@media screen and (max-width: 950px) {
  .unfr-hp-news__featured__content__text, .unfr-hp-news__featured__content__title {
    font-size: 20px;
    line-height: 27px;
  }
}
.unfr-hp-news .owl-stage-outer {
  overflow: visible !important;
}
@media screen and (max-width: 950px) {
  .unfr-hp-news {
    margin-top: 50px;
  }
}

.unfr-news-card {
  position: relative;
}
.unfr-news-card__figure {
  height: 217px;
  background-color: #03FFA9;
  position: relative;
}
.unfr-news-card__figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 950px) {
  .unfr-news-card__figure {
    height: 162px;
  }
}
.unfr-news-card__figure__tag {
  background-color: #ED6A7E;
  padding: 8px 9px 6px 9px;
  border-radius: 5px;
  font-family: "Bebas Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #1C1C1C;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 10;
}
.unfr-news-card__title {
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 34px;
  margin-top: 15px;
}
.unfr-news-card__title__link {
  color: #1C1C1C;
}
.unfr-news-card__title__link::after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: " ";
}
@media screen and (max-width: 950px) {
  .unfr-news-card__title {
    font-size: 20px;
    line-height: 27px;
  }
}

.unfr-link-more {
  display: block;
  text-align: right;
  font-size: 16px;
  line-height: 24px;
  text-decoration-line: underline;
  color: #1C1C1C;
  margin-top: 10px;
}

/*
	IMPRESSION - Feuille de styles
	Author: Nico Blandel | @NicoBlandel
	Author URI: www.nicoblandel.fr
*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.entry-content li.hs-form-booleancheckbox:before {
  content: "";
  display: none;
}
/*# sourceMappingURL=nbstyle.css.map */