/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "halyard-display";
  src: url("../font/halyard-display-medium.woff") format("woff"), url("../font/halyard-display-medium.woff2") format("woff2");
  font-display: auto;
  font-weight: 500;
}
@font-face {
  font-family: "halyard-display";
  src: url("../font/Halyard_Display_Regular.woff") format("woff");
  font-display: auto;
  font-weight: 400;
}
.color-manager-de-programmes-internationaux-humanitaire-et-developpement {
  color: #4EB051 !important;
}

.background-manager-de-programmes-internationaux-humanitaire-et-developpement {
  background-color: #4EB051 !important;
}

.color-defense-securite-et-gestion-de-crises {
  color: #EC6608 !important;
}

.background-defense-securite-et-gestion-de-crises {
  background-color: #EC6608 !important;
}

.color-relations-internationales {
  color: #2581C4 !important;
}

.background-relations-internationales {
  background-color: #2581C4 !important;
}

.color-geopolitique-et-prospective {
  color: #B82585 !important;
}

.background-geopolitique-et-prospective {
  background-color: #B82585 !important;
}

.color-geoeconomie-et-gestion-des-risques {
  color: #D20A18 !important;
}

.background-geoeconomie-et-gestion-des-risques {
  background-color: #D20A18 !important;
}

.background-analyste-en-strategie-internationale {
  background-color: #fa390e !important;
}

.before-icon-inscription:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icon/formation/CRITERES.svg");
  background-repeat: no-repeat;
}
@media only screen and (max-width: 765px) {
  .before-icon-inscription:before {
    width: 20px;
    height: 20px;
  }
}

.before-icon-public:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icon/formation/PUBLICS-CONCERNES.svg");
  background-repeat: no-repeat;
}
@media only screen and (max-width: 765px) {
  .before-icon-public:before {
    width: 20px;
    height: 20px;
  }
}

.before-icon-programm:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icon/formation/PROGRAMME.svg");
  background-repeat: no-repeat;
}
@media only screen and (max-width: 765px) {
  .before-icon-programm:before {
    width: 20px;
    height: 20px;
  }
}

.before-icon-testimony:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icon/formation/TEMOIGNAGE-ALUMNI.svg");
  background-repeat: no-repeat;
}
@media only screen and (max-width: 765px) {
  .before-icon-testimony:before {
    width: 20px;
    height: 20px;
  }
}

.before-icon-after:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icon/formation/TEMOIGNAGES.svg");
  background-repeat: no-repeat;
}
@media only screen and (max-width: 765px) {
  .before-icon-after:before {
    width: 20px;
    height: 20px;
  }
}

.before-icon-selection:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icon/formation/CRITERES.svg");
  background-repeat: no-repeat;
}
@media only screen and (max-width: 765px) {
  .before-icon-selection:before {
    width: 20px;
    height: 20px;
  }
}

.before-icon-teaching:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icon/formation/ENSEIGNEMENTS.svg");
  background-repeat: no-repeat;
}

.before-icon-objectif:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icon/formation/OBJECTIFS.svg");
  background-repeat: no-repeat;
}
@media only screen and (max-width: 765px) {
  .before-icon-objectif:before {
    width: 20px;
    height: 20px;
  }
}

.before-icon-pratic:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icon/formation/FICHE-PRATIQUE.svg");
  background-repeat: no-repeat;
}
@media only screen and (max-width: 765px) {
  .before-icon-pratic:before {
    width: 20px;
    height: 20px;
  }
}

.before-icon-partnair:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icon/formation/PARTENAIRES.svg");
  background-repeat: no-repeat;
}
@media only screen and (max-width: 765px) {
  .before-icon-partnair:before {
    width: 20px;
    height: 20px;
  }
}

.before-icon-competence:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-image: url("../images/icon/formation/COMPETENCES-VISEES.svg");
  background-repeat: no-repeat;
}
@media only screen and (max-width: 765px) {
  .before-icon-competence:before {
    width: 20px;
    height: 20px;
  }
}

header {
  height: 120px;
  width: 100%;
  background-color: #FFF;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
  position: fixed;
  top: 0px;
  z-index: 2000;
}
@media only screen and (max-width: 1000px) {
  header {
    height: 70px;
    border-bottom: 3px solid #eae9e6;
  }
}
header .main-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: 120px;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media only screen and (max-width: 1000px) {
  header .main-nav {
    height: 70px;
  }
}
header .main-nav .logo {
  width: 135px;
  padding: 15px;
  margin-left: 45px;
  position: relative;
}
header .main-nav .logo a img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
}
header .main-nav .logo a.logo-sticky img {
  opacity: 0;
}
header .main-nav .logo img {
  width: 92%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1000px) {
  header .main-nav .logo {
    width: 80px;
    padding: 10px;
    margin-left: 30px;
    height: 70px;
  }
}
header .main-nav ul {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  margin: 0px;
  padding: 0px;
}
@media only screen and (max-width: 1000px) {
  header .main-nav ul {
    display: none;
  }
}
header .main-nav ul li {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #031525;
  line-height: 1;
  padding: 0 25px;
  position: relative;
  height: 120px;
}
header .main-nav ul li .v-centerer {
  font-size: 0rem;
  white-space: nowrap;
  height: 120px;
}
header .main-nav ul li .v-centerer::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  /*width: 0.1em;
  margin-right: -0.4em;*/
}
header .main-nav ul li .v-centered {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  white-space: normal;
}
header .main-nav ul li:hover .submenu {
  display: block;
}
header .main-nav ul li:hover:after {
  position: absolute;
  bottom: 0px;
  height: 3px;
  width: calc(100%);
  left: 0px;
  background-color: #fa390e;
  content: "";
}
header .main-nav ul li a {
  color: #031525;
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
  font-weight: 400;
  display: block;
}
header .main-nav ul li a:hover, header .main-nav ul li a.active, header .main-nav ul li a.current-menu-item, header .main-nav ul li a.current_page_item, header .main-nav ul li a.current-menu-ancestor, header .main-nav ul li a.current-menu-parent, header .main-nav ul li a.current_page_parent, header .main-nav ul li a.current_page_ancestor {
  opacity: 1;
}
header .main-nav ul li img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
header .main-nav ul li.w-border {
  position: relative;
}
header .main-nav ul li.w-border:before {
  position: absolute;
  height: 36px;
  width: 1px;
  background-color: #eae9e6;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
}
header .main-nav ul li.nop-r {
  padding-right: 2px;
}
header .main-nav ul li.nop-r:hover a:after {
  display: none;
}
header .main-nav ul li.nop-l {
  padding-left: 2px;
}
header .main-nav ul li.nop-l:hover a:after {
  display: none;
}
header .main-nav ul li.m-lang span {
  font-size: 12px;
}
header .main-nav ul li.m-lang:hover:after {
  display: none;
}
header .main-nav ul li.m-contact:hover:after {
  display: none;
}
header .main-nav ul li.m-contact-mobile, header .main-nav ul li.m-candidate-mobile {
  display: none;
}
header .main-nav ul li:first-child .submenu {
  width: 660px;
}
header .main-nav ul li:nth-child(3) .submenu, header .main-nav ul li:nth-child(4) .submenu {
  width: 460px;
}
header .main-nav ul li:nth-child(2) .submenu {
  width: 360px;
}
header .main-nav ul.submenu {
  position: absolute;
  top: 120px;
  z-index: 10;
  left: 0px;
  width: 300px;
  display: none;
  background-color: #FFF;
  padding-bottom: 15px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
header .main-nav ul.submenu li {
  height: auto;
  font-family: "halyard-display";
  font-size: 14px;
  line-height: 1.21;
  padding-left: 0px;
  width: calc(100% - 30px);
  display: block;
  float: none;
  color: #031525;
  padding: 10px 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding-left: 30px;
}
header .main-nav ul.submenu li:after {
  display: none;
}
header .main-nav ul.submenu li:hover > a:after {
  display: none;
}
header .main-nav ul.submenu li a {
  opacity: 1;
}
header .main-nav ul.submenu li a:hover {
  opacity: 0.5 !important;
}
header .main-nav ul.submenu li a:hover:after {
  display: none;
}
header .main-nav ul.submenu li.nav-parent {
  display: none;
}
header .main-nav ul.submenu li.main-entry {
  background-color: #fa390e;
  font-size: 18px;
  line-height: 1.44;
  height: auto;
  padding: 25px 30px;
  color: #FFF;
  font-weight: 300;
  position: relative;
  width: calc(100% - 60px);
}
header .main-nav ul.submenu li.main-entry a {
  color: #FFF;
  display: inline-block;
  opacity: 1;
}
header .main-nav ul.submenu li.main-entry a:hover:after {
  display: none;
}
@media screen and (max-height: 700px) {
  header .main-nav ul.submenu li.main-entry {
    padding: 15px 30px;
  }
}
header .main-nav ul.submenu li.main-entry:before {
  background-image: url("../images/icon/arrow/WHITE-LARGE.svg");
  width: 28px;
  height: 7px;
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
header .main-nav ul.submenu li.tab {
  width: calc(33% - 30px);
  float: left;
  font-family: "whitman-display";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  height: auto;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 0px;
  list-style: inside;
  color: #65707a;
}
header .main-nav ul.submenu li.tab > a {
  cursor: default;
}
header .main-nav ul.submenu li.tab > a:hover {
  opacity: 1 !important;
}
header .main-nav ul.submenu li.tab ul {
  display: block;
  padding: 10px 0 15px;
}
header .main-nav ul.submenu li.tab ul li {
  font-family: "halyard-display";
  font-size: 14px;
  line-height: 1.21;
  padding-left: 0px;
  width: 100%;
  display: block;
  float: none;
  color: #031525;
  padding: 10px 0;
}
@media screen and (max-height: 700px) {
  header .main-nav ul.submenu li.tab ul li {
    padding: 5px 0;
  }
}
header .main-nav ul.submenu li.tab ul li a {
  display: inline-block;
  opacity: 1;
}
header .main-nav ul.submenu li.tab ul li a:hover {
  opacity: 0.8;
}
header .main-nav ul.submenu li.tab ul li a:hover:after {
  display: none;
}
header .main-nav ul.submenu li.tab ul li.label {
  font-size: 10px;
  letter-spacing: 2px;
  opacity: 0.6;
  text-transform: uppercase;
}
header .main-nav ul.submenu li.tab ul li.label a {
  cursor: default;
}
header .main-nav ul.submenu li.tab ul li.label a:hover {
  opacity: 1 !important;
}
header .main-nav ul.submenu li.tab ul li.label-lien {
  font-size: 10px;
  letter-spacing: 2px;
  opacity: 0.6;
  text-transform: uppercase;
}
header .main-nav ul.submenu li.tab-2 {
  width: calc(48% - 30px);
  float: left;
}
header .main-nav ul.submenu li.tab-2 ul {
  display: block;
  padding: 0px;
}
header .main-nav ul.submenu li.tab-2 ul li {
  font-family: "halyard-display";
  font-size: 14px;
  line-height: 1.21;
  padding-left: 0px;
  width: 100%;
  display: block;
  float: none;
  color: #031525;
  padding: 10px 0;
}
header .main-nav ul.submenu li.tab-2 ul li a {
  display: inline-block;
  opacity: 1;
}
header .main-nav ul.submenu li.tab-2 ul li a:hover:after {
  display: none;
}
header .main-nav ul.submenu li.tab-2 ul li.label {
  font-size: 10px;
  letter-spacing: 2px;
  opacity: 0.6;
  text-transform: uppercase;
}
header .main-nav ul.submenu li.tab-2 ul li.label a {
  cursor: default;
}
header .main-nav ul.submenu li.tab-2 ul li.label a:hover {
  opacity: 1 !important;
}
header .main-nav ul.submenu li.tab-2 ul li.label-lien {
  font-size: 10px;
  letter-spacing: 2px;
  opacity: 0.6;
  text-transform: uppercase;
}
header .main-nav ul.submenu li.demi {
  width: calc(50% - 32px);
  float: left;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.21;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-right: 0px;
  border-top: 2px solid #f7f6f5;
  border-right: 2px solid #f7f6f5;
}
header .main-nav ul.submenu li.demi:before {
  width: 28px;
  height: 7px;
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
header .main-nav ul.submenu li.demi.main-entry:before {
  background-image: url("../images/icon/arrow/WHITE-LARGE.svg");
}
header .main-nav ul.submenu li.demi a {
  display: inline-block;
  opacity: 1;
}
header .main-nav ul.submenu li.demi a:hover:after {
  display: none;
}
header .main-nav ul.submenu.submenu-no-b {
  padding-bottom: 0px;
}
header .main-nav .candidate {
  width: 275px;
  background-color: #fa390e;
  color: #FFF;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
header .main-nav .candidate a {
  color: #FFF;
  text-decoration: none;
}
header .main-nav .candidate span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  header .main-nav .candidate {
    display: none;
  }
}
header .lang-mobile {
  display: none;
}
@media only screen and (max-width: 1000px) {
  header .lang-mobile {
    display: -webkit-box;
    display: flex;
    height: 70px;
    float: left;
    padding-right: 24px;
    margin-right: 24px;
    position: relative;
  }
  header .lang-mobile:after {
    position: absolute;
    right: 0;
    height: 30px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    content: "";
    width: 1px;
    background-color: #eae9e6;
  }
  header .lang-mobile div {
    height: 70px;
  }
  header .lang-mobile div a {
    font-size: 12px;
    font-weight: 500;
    color: #031525;
    opacity: 0.3;
    height: 70px;
    margin-right: 5px;
  }
  header .lang-mobile div a.active {
    opacity: 1;
  }
  header .lang-mobile div .v-centerer {
    font-size: 0rem;
    white-space: nowrap;
    height: 120px;
  }
  header .lang-mobile div .v-centerer::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    /*width: 0.1em;
    margin-right: -0.4em;*/
  }
  header .lang-mobile div .v-centered {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    white-space: normal;
  }
}
header .burger-lang-mobile {
  display: block;
}
header .burger-menu {
  display: none;
}
@media only screen and (max-width: 1000px) {
  header .burger-menu {
    display: inline-block;
    float: right;
    cursor: pointer;
    width: 20px;
    height: 45px;
    margin-top: 22px;
    margin-right: 30px;
  }
  header .burger-menu .b-one, header .burger-menu .b-two, header .burger-menu .b-three {
    width: 20px;
    height: 1px;
    background-color: #fa390e;
    margin: 6px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
  }
  header .burger-menu.active .b-one {
    -webkit-transform: rotate(-45deg) translate(-5px, 4px);
            transform: rotate(-45deg) translate(-5px, 4px);
    background-color: #fa390e;
  }
  header .burger-menu.active .b-two {
    opacity: 0;
  }
  header .burger-menu.active .b-three {
    -webkit-transform: rotate(45deg) translate(-6px, -5px);
            transform: rotate(45deg) translate(-6px, -5px);
    background-color: #fa390e;
  }
}
@media only screen and (max-width: 1000px) {
  header ul.main-menu {
    height: calc(100% - 70px);
    display: block;
    position: fixed;
    background-color: #FFF;
    width: 100%;
    z-index: 2000;
    top: 73px;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  header ul.main-menu.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  header ul.main-menu li {
    font-size: 20px;
    line-height: 1.5;
    height: auto;
    border-bottom: 1px solid #eae9e6;
    margin: 0 30px;
    padding: 25px 0;
    position: relative;
  }
  header ul.main-menu li a {
    height: auto !important;
    opacity: 1;
    color: #463835;
  }
  header ul.main-menu li.m-lang, header ul.main-menu li.m-contact {
    display: none;
  }
  header ul.main-menu li.w-border:before {
    display: none;
  }
  header ul.main-menu li:after, header ul.main-menu li:hover:after {
    content: "";
    background-image: url("../images/icon/arrow/RED-SMALL.svg");
    width: 15px;
    height: 8px;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-repeat: no-repeat;
    background-color: transparent;
    left: auto;
    pointer-events: none;
  }
  header ul.main-menu li .v-centered {
    font-size: 20px;
  }
  header ul.main-menu li.m-candidate-mobile, header ul.main-menu li.m-contact-mobile {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: calc(100% - 10px);
    text-align: center;
    background-color: #fa390e;
    color: #FFF;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1.67px;
    text-transform: uppercase;
    display: block;
    border-radius: 5px;
    margin: 0px;
    padding: 15px 0;
  }
  header ul.main-menu li.m-candidate-mobile a, header ul.main-menu li.m-contact-mobile a {
    color: #FFF;
  }
  header ul.main-menu li.m-candidate-mobile:after, header ul.main-menu li.m-contact-mobile:after {
    display: none;
  }
  header ul.main-menu li.m-contact-mobile {
    background-color: #031525;
    bottom: 55px;
  }
  header ul.main-menu li ul.submenu {
    display: block;
    position: fixed;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100% !important;
    overflow: scroll;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
  }
  header ul.main-menu li ul.submenu.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  header ul.main-menu li ul.submenu li {
    margin: 0px;
    border-bottom: 0px;
    padding: 15px 30px;
    width: calc(100% - 60px);
    /*&:first-child{
      &:not(.main-entry){
        margin-top: 15px;
      }
    }*/
  }
  header ul.main-menu li ul.submenu li.nav-parent {
    font-size: 16px;
    line-height: 1.88;
    border-bottom: 1px solid #eae9e6;
    text-align: center;
    margin-bottom: 4px;
    display: block;
  }
  header ul.main-menu li ul.submenu li.nav-parent:before {
    content: "";
    background-image: url("../images/icon/arrow/RED-SMALL.svg");
    width: 15px;
    height: 8px;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg);
    background-repeat: no-repeat;
    pointer-events: none;
  }
  header ul.main-menu li ul.submenu li.main-entry {
    font-size: 14px;
    line-height: 1.21;
    text-align: center;
    font-weight: 300;
    margin-bottom: 15px;
  }
  header ul.main-menu li ul.submenu li.main-entry:before {
    display: none;
  }
  header ul.main-menu li ul.submenu li.demi:before {
    display: none;
  }
  header ul.main-menu li ul.submenu li.tab {
    float: none;
    width: calc(100% - 60px);
  }
}
header.sticky {
  height: 80px;
  position: fixed;
  top: 0px;
  z-index: 1000;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1000px) {
  header.sticky {
    height: 70px;
  }
}
header.sticky .main-nav {
  height: 80px;
}
header.sticky .main-nav .logo a.logo-full img {
  opacity: 0;
}
header.sticky .main-nav .logo a.logo-sticky img {
  opacity: 1;
}
header.sticky .main-nav ul.submenu {
  top: 80px;
}
header.sticky .main-nav ul.submenu li {
  height: auto;
}
header.sticky .main-nav ul li {
  height: 80px;
}
header.sticky .main-nav ul li .v-centerer {
  font-size: 0rem;
  white-space: nowrap;
  height: 80px;
}

.important-msg {
  background-color: #031525;
  color: #FFF;
  padding: 25px 0;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
}
.important-msg .msg {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.44;
  padding-left: 50px;
  display: inline-block;
  text-decoration: none;
}
@media only screen and (max-width: 765px) {
  .important-msg .msg {
    font-size: 13px;
  }
}
.important-msg .msg:before {
  width: 34px;
  height: 34px;
  content: "";
  background-image: url("../images/icon/general/BELL-ALERTE.svg");
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.important-msg .msg span {
  border-bottom: 1px solid #fa390e;
}
.important-msg a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  float: right;
  text-decoration: none;
  border-bottom: 1px solid #FFF;
  text-transform: uppercase;
  color: #FFF;
  padding-top: 10px;
}
@media only screen and (max-width: 765px) {
  .important-msg a {
    float: none;
  }
}

footer.main-footer {
  background-color: #FFF;
}
footer.main-footer .main-nav-footer {
  padding-top: 100px;
}
@media only screen and (max-width: 1000px) {
  footer.main-footer .main-nav-footer {
    padding-top: 145px;
    position: relative;
  }
}
footer.main-footer .main-nav-footer ul {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  margin: 0px;
  padding: 0px;
}
@media only screen and (max-width: 1000px) {
  footer.main-footer .main-nav-footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
footer.main-footer .main-nav-footer ul li {
  padding-right: 2%;
  width: calc(16.6% - 40px);
}
@media only screen and (max-width: 1000px) {
  footer.main-footer .main-nav-footer ul li {
    width: 100%;
    padding: 0 0px;
    margin: 0px;
  }
}
@media only screen and (max-width: 1000px) {
  footer.main-footer .main-nav-footer ul li:first-child {
    border-top: 1px solid #eae9e6;
  }
}
footer.main-footer .main-nav-footer ul li:last-child {
  padding-right: 0;
  width: 155px;
}
@media only screen and (max-width: 1000px) {
  footer.main-footer .main-nav-footer ul li:last-child {
    width: 100%;
    margin-top: 35px;
  }
}
footer.main-footer .main-nav-footer ul li:last-child a.btn {
  color: #FFF;
  margin-top: 70px;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  footer.main-footer .main-nav-footer ul li:last-child a.btn {
    position: absolute;
    top: 35px;
    right: 0;
    margin-top: 0px;
    font-size: 10px;
    letter-spacing: 1.67px;
    padding: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  footer.main-footer .main-nav-footer ul li:last-child a.btn:after {
    display: none;
  }
}
footer.main-footer .main-nav-footer ul li:last-child .small-link {
  font-size: 14px;
  opacity: 0.6;
  text-transform: none;
  text-align: center;
  letter-spacing: initial;
}
@media only screen and (max-width: 1000px) {
  footer.main-footer .main-nav-footer ul li:last-child .small-link {
    margin-bottom: 0px;
    text-align: left;
    padding-left: 50%;
    border-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1000px) {
  footer.main-footer .main-nav-footer ul li:last-child .small-link:after {
    display: none;
  }
}
@media only screen and (max-width: 1000px) {
  footer.main-footer .main-nav-footer ul li:last-child .logo {
    position: absolute;
    top: 35px;
    left: 0;
    width: 110px;
  }
  footer.main-footer .main-nav-footer ul li:last-child .logo img {
    max-width: 100%;
  }
}
footer.main-footer .main-nav-footer ul li:last-child .logo-datarock {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
footer.main-footer .main-nav-footer ul li:last-child .logo-datarock img {
  max-width: 80%;
  height: auto;
}
@media only screen and (max-width: 1000px) {
  footer.main-footer .main-nav-footer ul li:last-child .logo-datarock {
    margin-top: 0px;
    width: 65px;
    float: left;
  }
  footer.main-footer .main-nav-footer ul li:last-child .logo-datarock img {
    max-width: 100%;
  }
}
footer.main-footer .main-nav-footer ul li:last-child .follow {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #bbb6ae;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  footer.main-footer .main-nav-footer ul li:last-child .follow {
    margin-bottom: 35px;
    display: none;
  }
}
footer.main-footer .main-nav-footer ul li:last-child .social {
  display: -webkit-box;
  display: flex;
  margin-top: 12px;
}
footer.main-footer .main-nav-footer ul li:last-child .social li {
  width: auto;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  footer.main-footer .main-nav-footer ul li:last-child:after {
    display: none;
  }
}
footer.main-footer .main-nav-footer ul li a {
  color: #463835;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #463835;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  footer.main-footer .main-nav-footer ul li a {
    border-bottom: 1px solid #eae9e6;
    margin-bottom: 0px;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1000px) {
  footer.main-footer .main-nav-footer ul li a:after {
    height: 6px;
    width: 6px;
    border-bottom: 1px solid #434243;
    border-left: 1px solid #434243;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    content: "";
    position: absolute;
    right: 0px;
    top: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  footer.main-footer .main-nav-footer ul li.active ul {
    max-height: 100vh;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1000px) {
  footer.main-footer .main-nav-footer ul li.active a:after {
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
  }
}
footer.main-footer .main-nav-footer ul li ul {
  display: block;
}
footer.main-footer .main-nav-footer ul li ul li {
  border-bottom: 0px;
}
@media only screen and (max-width: 1000px) {
  footer.main-footer .main-nav-footer ul li ul li:last-child {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1000px) {
  footer.main-footer .main-nav-footer ul li ul li:first-child {
    border-top: 0px;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1000px) {
  footer.main-footer .main-nav-footer ul li ul {
    max-height: 0px;
    overflow: hidden;
  }
}
footer.main-footer .main-nav-footer ul li ul a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  display: block;
  margin-top: 2px;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 10px;
  border-bottom: 0px;
}
@media only screen and (max-width: 1000px) {
  footer.main-footer .main-nav-footer ul li ul a {
    padding: 5px 0;
  }
}
@media only screen and (max-width: 1000px) {
  footer.main-footer .main-nav-footer ul li ul a:after {
    display: none;
  }
}
footer.main-footer .main-nav-footer ul li ul li {
  width: 100%;
}
footer.main-footer .main-nav-footer ul li ul li.year {
  opacity: 0.6;
}
footer.main-footer .main-nav-footer ul li ul li.year a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  font-style: italic;
  line-height: 1.25;
  font-family: "whitman-display";
  cursor: default;
}
footer.main-footer .main-nav-footer ul li ul li.year a:hover {
  opacity: 1 !important;
}
footer.main-footer .main-nav-footer ul li ul li.label {
  opacity: 0.6;
}
footer.main-footer .main-nav-footer ul li ul li.label a {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 10px;
  cursor: default;
}
footer.main-footer .main-nav-footer ul li ul li.label a:hover {
  opacity: 1 !important;
}
footer.main-footer .main-nav-footer ul li ul.label-lien {
  opacity: 0.6;
}
footer.main-footer .main-nav-footer ul li ul.label-lien a {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 10px;
}

.page-header-home {
  background-color: #f7f6f5;
  padding-bottom: 100px;
}
@media only screen and (max-width: 765px) {
  .page-header-home {
    padding-bottom: 60px;
  }
}
.page-header-home .background {
  width: 100%;
  height: 600px;
  color: #FFF;
  position: relative;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 765px) {
  .page-header-home .background {
    height: 460px;
  }
}
.page-header-home .background .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 2, 0, 0.5)), to(rgba(11, 2, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(11, 2, 0, 0.5), rgba(11, 2, 0, 0.4));
  padding-top: 300px;
}
.page-header-home .background .overlay .container {
  padding: 0 100px;
}
@media only screen and (max-width: 765px) {
  .page-header-home .background .overlay .container {
    padding: 0px;
  }
}
@media only screen and (max-width: 765px) {
  .page-header-home .background .overlay {
    padding: 55px 0px 0px;
  }
}
.page-header-home .background .overlay .baseline {
  height: 30px;
  font-size: 18px;
  line-height: 1.44;
  max-width: 600px;
}
@media only screen and (max-width: 765px) {
  .page-header-home .background .overlay .baseline {
    font-size: 14px;
    line-height: 1.43;
    max-width: 50%;
    height: auto;
  }
}
.page-header-home .background .overlay .title {
  font-family: "whitman-display";
  font-size: 50px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.12;
  max-width: 600px;
  margin-top: 20px;
}
@media only screen and (max-width: 765px) {
  .page-header-home .background .overlay .title {
    font-size: 28px;
    line-height: 1.14;
    margin-top: 20px;
    font-weight: 300;
    max-width: 70%;
  }
}
.page-header-home .txt {
  margin-top: -50px;
  position: relative;
  background-color: #FFF;
  max-width: 990px;
  padding: 4% 100px 4% 100px;
  border-bottom-right-radius: 30px;
}
@media only screen and (max-width: 765px) {
  .page-header-home .txt {
    margin: -100px 0px 0px;
    padding: 30px;
    border-bottom-right-radius: 10px;
  }
}
.page-header-home .txt .description {
  font-size: 32px;
  line-height: 1.38;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
  .page-header-home .txt .description {
    font-size: 22px;
  }
}
@media only screen and (max-width: 765px) {
  .page-header-home .txt .description {
    font-size: 20px;
    line-height: 1.3;
  }
}
.page-header-home .txt .link {
  margin-left: 35px;
}
.page-header-home .txt .link:before {
  background-image: url(../images/icon/general/PLAYER.svg);
  height: 14px;
}
@media only screen and (max-width: 765px) {
  .page-header-home .txt .link {
    margin-left: 0px;
    margin-top: 20px;
    display: inline-block;
  }
}

.page-header-formations .background {
  width: 100%;
  height: 600px;
  position: relative;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 765px) {
  .page-header-formations .background {
    height: 300px;
  }
}
.page-header-formations .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 2, 0, 0.5)), to(rgba(11, 2, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(11, 2, 0, 0.5), rgba(11, 2, 0, 0.4));
  padding-top: 95px;
}
@media only screen and (max-width: 765px) {
  .page-header-formations .overlay {
    padding-top: 30px;
  }
}

.breadcrumb {
  color: #bbb6ae;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.67px;
  text-transform: uppercase;
}
.breadcrumb span.current {
  color: #FFF;
}

.page-header-template-two {
  background-color: #f7f6f5;
  padding-bottom: 100px;
}
.page-header-template-two.page-header-le-mot-de-pascal-boniface {
  padding-bottom: 50px;
}
.page-header-template-two .top {
  display: -webkit-box;
  display: flex;
}
@media only screen and (max-width: 765px) {
  .page-header-template-two .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    background-color: #031525;
    padding-bottom: 155px;
  }
}
.page-header-template-two .top .title-container {
  width: 50%;
  height: 600px;
  padding-top: 95px;
  padding-left: 122px;
  background-color: #031525;
}
@media only screen and (max-width: 765px) {
  .page-header-template-two .top .title-container {
    width: 100%;
    padding-top: 30px;
    padding-left: 30px;
    height: auto;
    padding-bottom: 50px;
  }
}
.page-header-template-two .top .title-container h1 {
  font-size: 42px;
  line-height: 1.29;
  margin: 0px;
  padding: 0px;
  color: #FFF;
  font-weight: 300;
  margin-top: 45px;
}
@media only screen and (max-width: 765px) {
  .page-header-template-two .top .title-container h1 {
    font-size: 30px;
    line-height: 1.8;
  }
}
.page-header-template-two .top .background {
  width: 50%;
  height: 600px;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 765px) {
  .page-header-template-two .top .background {
    width: 100%;
    height: 280px;
  }
}
.page-header-template-two .description-container {
  display: -webkit-box;
  display: flex;
  /*align-items: flex-end;*/
}
@media only screen and (max-width: 765px) {
  .page-header-template-two .description-container {
    display: block;
  }
}
.page-header-template-two .description {
  background-color: #FFF;
  padding: 77px 100px;
  color: #031525;
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0.29px;
  max-width: 65%;
  margin-top: -80px;
  position: relative;
  border-radius: 5px;
}
@media only screen and (max-width: 1000px) {
  .page-header-template-two .description {
    padding: 35px 50px;
  }
}
@media only screen and (max-width: 765px) {
  .page-header-template-two .description {
    max-width: calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    padding: 35px 30px;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.22px;
    margin-top: -120px;
  }
}
.page-header-template-two .header-push {
  margin-left: 20px;
  width: calc(35% - 20px);
  margin-top: 40px;
  align-self: flex-end;
}
@media only screen and (max-width: 765px) {
  .page-header-template-two .header-push {
    margin-left: 0px;
    width: calc(100%);
    margin-top: 20px;
  }
}
.page-header-template-two .header-push .label {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.25;
  font-family: "whitman-display";
  color: #7f7c76;
  margin-bottom: 20px;
}
.page-header-template-two .header-push .btn.btn-wo-arrow {
  margin-bottom: 10px;
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.page-header-template-two .header-push .btn.btn-wo-arrow:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1000px) {
  .page-header-template-two .header-push .btn.btn-wo-arrow {
    height: auto;
    padding: 25px;
    line-height: 1;
  }
}

.page-header-template-one {
  background-color: #f7f6f5;
  min-height: 630px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 765px) {
  .page-header-template-one {
    min-height: 420px;
  }
}
.page-header-template-one .background {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  background-position: center;
  background-size: cover;
}
.page-header-template-one .background .overlay {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 2, 0, 0.5)), to(rgba(11, 2, 0, 0.4)));
  background-image: linear-gradient(to bottom, rgba(11, 2, 0, 0.5), rgba(11, 2, 0, 0.4));
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
}
.page-header-template-one .circle {
  position: absolute;
  width: 75%;
  padding-top: 75%;
  border-radius: 50%;
  top: -10%;
  left: -35%;
  background-color: #fa390e;
}
@media only screen and (max-width: 765px) {
  .page-header-template-one .circle {
    display: none;
  }
}
.page-header-template-one .breadcrumb {
  position: absolute;
  left: 10%;
  top: 15%;
}
@media only screen and (max-width: 765px) {
  .page-header-template-one .breadcrumb {
    position: relative;
    margin-top: 34px;
    margin-left: 30px;
    left: 0;
  }
}
.page-header-template-one .container {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  bottom: 130px;
}
@media only screen and (max-width: 765px) {
  .page-header-template-one .container {
    left: 0px;
    -webkit-transform: none;
            transform: none;
    bottom: 58px;
  }
}
.page-header-template-one .container h1 {
  font-size: 50px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.12;
  font-family: "whitman-display";
  color: #FFF;
  max-width: 70%;
}
@media only screen and (max-width: 765px) {
  .page-header-template-one .container h1 {
    font-size: 28px;
    line-height: 1.14;
  }
}

.page-header-template-three {
  background-color: #f7f6f5;
  padding-bottom: 70px;
}
@media only screen and (max-width: 765px) {
  .page-header-template-three {
    padding-bottom: 0px;
  }
}
.page-header-template-three .top {
  display: -webkit-box;
  display: flex;
}
@media only screen and (max-width: 765px) {
  .page-header-template-three .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.page-header-template-three .top .title-container {
  width: 50%;
  padding-top: 95px;
}
@media only screen and (max-width: 765px) {
  .page-header-template-three .top .title-container {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 765px) {
  .page-header-template-three .top .title-container {
    width: 100%;
  }
}
.page-header-template-three .top .title-container .breadcrumb .current {
  color: #463835;
}
.page-header-template-three .container {
  position: relative;
}
.page-header-template-three .description-container {
  margin-top: 50px;
  background-color: #FFF;
  max-width: 80%;
  position: relative;
  border-bottom-left-radius: 10px;
  z-index: 2;
}
@media only screen and (max-width: 765px) {
  .page-header-template-three .description-container {
    max-width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    border-bottom-left-radius: 0px;
    margin-top: 100px;
  }
}
.page-header-template-three .description {
  padding: 77px 100px;
  color: #031525;
  font-size: 18px;
  line-height: 1.44;
  position: relative;
  max-width: 70%;
}
@media only screen and (max-width: 1000px) {
  .page-header-template-three .description {
    padding: 50px;
  }
}
@media only screen and (max-width: 765px) {
  .page-header-template-three .description {
    max-width: 100%;
    padding: 200px 30px 30px;
    font-size: 16px;
    line-height: 1.38;
  }
}
.page-header-template-three .description h1 {
  font-size: 50px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.12;
  font-family: "whitman-display";
  color: #031525;
  position: relative;
  padding-bottom: 25px;
}
@media only screen and (max-width: 1000px) {
  .page-header-template-three .description h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 765px) {
  .page-header-template-three .description h1 {
    font-size: 28px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.14;
  }
}
.page-header-template-three .description h1:after {
  content: "";
  height: 2px;
  width: 50px;
  background-color: #be3112;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.page-header-template-three .background {
  width: 40%;
  top: 90px;
  right: 0;
  padding-top: 45%;
  background-position: center;
  background-size: cover;
  position: absolute;
  z-index: 3;
}
@media only screen and (max-width: 765px) {
  .page-header-template-three .background {
    width: 100%;
    min-height: 245px;
    left: 0;
    top: 90px;
  }
}

.page-header-template-allnews {
  background-color: #031525;
  padding-top: 95px;
  min-height: 500px;
}
@media only screen and (max-width: 765px) {
  .page-header-template-allnews {
    padding-top: 35px;
    min-height: 390px;
  }
}
.page-header-template-allnews h1 {
  font-size: 42px;
  line-height: 1.29;
  color: #FFF;
  font-weight: 400;
  padding: 0;
  margin: 0;
  margin-top: 45px;
  display: inline-block;
}
@media only screen and (max-width: 765px) {
  .page-header-template-allnews h1 {
    font-size: 30px;
    line-height: 1.8;
    width: 100%;
  }
}
.page-header-template-allnews .allfilter {
  display: inline-block;
  color: #FFF;
  text-decoration: none;
  position: relative;
  margin-left: 30px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.page-header-template-allnews .allfilter:after {
  content: "";
  height: 1px;
  background-color: #be3112;
  position: absolute;
  bottom: -3px;
  width: 100%;
  left: 0px;
}
@media only screen and (max-width: 765px) {
  .page-header-template-allnews .allfilter {
    margin-left: 0px;
  }
}
.page-header-template-allnews .filter-mobile {
  display: none;
}
@media only screen and (max-width: 765px) {
  .page-header-template-allnews .filter-mobile {
    display: inline-block;
    font-size: 14px;
    line-height: 1.21;
    background-color: #FFF;
    border-radius: 5px;
    padding: 15px 30px;
    margin: 15px 0;
    margin-right: 20px;
  }
}
.page-header-template-allnews .valid-filter-mobile {
  display: none;
}
@media only screen and (max-width: 765px) {
  .page-header-template-allnews .valid-filter-mobile.active {
    position: absolute;
    top: calc(100vh - 65px);
    left: 10px;
    right: 10px;
    display: block;
    z-index: 100;
  }
  .page-header-template-allnews .valid-filter-mobile.active .cancel {
    font-size: 10px;
    letter-spacing: 1.67px;
    background-color: #092136;
    color: #FFF;
    border-radius: 5px;
    padding: 15px 30px;
    margin: 15px 0;
    width: calc(50% - 2px);
    text-transform: uppercase;
    text-align: center;
    float: left;
  }
  .page-header-template-allnews .valid-filter-mobile.active .valid {
    font-size: 10px;
    letter-spacing: 1.67px;
    background-color: #fa390e;
    color: #FFF;
    border-radius: 5px;
    padding: 15px 30px;
    margin: 15px 0;
    width: calc(50% - 2px);
    margin-left: 4px;
    text-transform: uppercase;
    text-align: center;
    float: left;
  }
}
.page-header-template-allnews .filter-container {
  margin: 0;
  padding: 0;
  font-size: 0;
  margin-top: 50px;
}
@media only screen and (max-width: 765px) {
  .page-header-template-allnews .filter-container {
    display: none;
  }
  .page-header-template-allnews .filter-container.active {
    position: fixed;
    display: block;
    top: 30px;
    left: 0;
    background-color: #031525;
    height: calc(100vh - 50px);
    z-index: 100;
    padding: 20px 30px 0;
  }
}
.page-header-template-allnews .filter-container li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  line-height: 1.21;
  background-color: #FFF;
  border-radius: 5px;
  padding: 15px 30px;
  margin-right: 5px;
  margin-bottom: 5px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
.page-header-template-allnews .filter-container li .nb {
  color: #bbb6ae;
}
.page-header-template-allnews .filter-container li.selected {
  opacity: 0.2;
}
@media only screen and (max-width: 765px) {
  .page-header-template-allnews .filter-container li {
    padding: 15px;
  }
}

.page-header-template-single {
  background-color: #f7f6f5;
  padding-top: 95px;
  min-height: 400px;
}
@media only screen and (max-width: 765px) {
  .page-header-template-single {
    padding-top: 35px;
    padding-bottom: 35px;
    min-height: auto;
  }
}
.page-header-template-single .breadcrumb {
  padding-left: 10%;
  padding-right: 10%;
}
.page-header-template-single .breadcrumb .current {
  color: #463835;
}
.page-header-template-single .title-container {
  margin-top: 75px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 765px) {
  .page-header-template-single .title-container {
    margin-top: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}
.page-header-template-single .title-container .icons {
  width: 20%;
}
@media only screen and (max-width: 765px) {
  .page-header-template-single .title-container .icons {
    width: 100%;
  }
}
.page-header-template-single .title-container .icons ul {
  margin: 0px;
  padding: 0px;
  width: 104px;
  height: 104px;
}
@media only screen and (max-width: 765px) {
  .page-header-template-single .title-container .icons ul {
    margin: auto;
    margin-top: 20px;
  }
}
.page-header-template-single .title-container .icons ul li {
  list-style: none;
  height: 40px;
  width: 40px;
  float: left;
  text-align: center;
  padding: 5px;
  position: relative;
  border: 1px solid #f7f6f5;
}
.page-header-template-single .title-container .icons ul li a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.page-header-template-single .title-container .icons ul li img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}
.page-header-template-single .title-container .icons ul li:first-child {
  border-right: 1px solid #eae9e6;
  border-bottom: 1px solid #eae9e6;
}
.page-header-template-single .title-container .icons ul li:last-child {
  border-left: 1px solid #eae9e6;
  border-top: 1px solid #eae9e6;
}
.page-header-template-single .title-container .type-title {
  width: 60%;
}
@media only screen and (max-width: 765px) {
  .page-header-template-single .title-container .type-title {
    width: 100%;
  }
}
.page-header-template-single .title-container .type-title .type {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.25;
  color: #7f7c76;
  font-family: "whitman-display";
}
.page-header-template-single .title-container .type-title h1 {
  font-size: 32px;
  line-height: 1.38;
  font-weight: 400;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-top: 20px;
  color: #031525;
}
@media only screen and (max-width: 765px) {
  .page-header-template-single .title-container .type-title h1 {
    font-size: 28px;
    line-height: 1.14;
  }
}

.page-header-template-internship {
  background-color: #031525;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1000px) {
  .page-header-template-internship {
    padding-bottom: 0px;
  }
}
.page-header-template-internship.page-header-le-mot-de-pascal-boniface {
  padding-bottom: 50px;
}
.page-header-template-internship .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .page-header-template-internship .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    background-color: #031525;
    padding-bottom: 155px;
  }
}
.page-header-template-internship .container .title-container {
  width: 40%;
  padding-top: 95px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1000px) {
  .page-header-template-internship .container .title-container {
    width: 100%;
    padding-top: 30px;
    padding-left: 30px;
    height: auto;
    padding-bottom: 50px;
  }
}
.page-header-template-internship .container .title-container h1 {
  font-size: 42px;
  line-height: 1.29;
  margin: 0px;
  padding: 0px;
  color: #FFF;
  font-weight: 300;
  margin-top: 45px;
  border-left: 2px solid #be3112;
  padding-left: 50px;
}
@media only screen and (max-width: 1000px) {
  .page-header-template-internship .container .title-container h1 {
    font-size: 30px;
    line-height: 1.8;
  }
}
.page-header-template-internship .container .title-container .description {
  font-family: "whitman-display";
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.28;
  color: #FFF;
  margin-top: 40px;
}
.page-header-template-internship .container .contact-container {
  width: 49%;
  padding-top: 95px;
}
@media only screen and (max-width: 1000px) {
  .page-header-template-internship .container .contact-container {
    width: 100%;
    padding-top: 0px;
  }
}
.page-header-template-internship .container .contact-container .head-teacher {
  background-color: #FFF;
  color: #463835;
  padding: 22px;
  margin-top: 65px;
}
@media only screen and (max-width: 1000px) {
  .page-header-template-internship .container .contact-container .head-teacher {
    margin-top: 20px;
  }
}
.page-header-template-internship .container .contact-container .head-teacher .profil-name {
  color: #be3112;
}
.page-header-template-internship .container .contact-container .head-teacher .profil-job {
  color: #463835;
}
.page-header-template-internship .container .contact-container .head-teacher .txt-conainer {
  width: calc(65% - 160px) !important;
}
.page-header-template-internship .container .contact-container .head-teacher .btn {
  display: inline-block;
  vertical-align: -30px;
  width: calc(60% - 160px) !important;
  position: relative;
  top: auto;
  bottom: auto;
  width: auto;
  text-align: center;
  line-height: 1;
  left: auto;
  opacity: 1;
  background-color: #fa390e;
  color: #FFF;
  padding: 22px 28px;
  z-index: 2;
}
.page-header-template-internship .container .contact-container .head-teacher .btn:before {
  display: none;
}
.page-header-template-internship .container .content-link-download {
  padding: 20px 20px 20px 42px;
  position: relative;
  background-color: #0a2842;
  margin-top: 5px;
  margin-bottom: 0px;
  border-radius: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 765px) {
  .page-header-template-internship .container .content-link-download {
    margin-left: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: self-start;
            align-items: self-start;
  }
}
.page-header-template-internship .container .content-link-download .title {
  width: calc(80% - 180px);
  font-size: 14px;
  line-height: 1.44;
  color: #FFF;
  text-transform: uppercase;
}
@media only screen and (max-width: 765px) {
  .page-header-template-internship .container .content-link-download .title {
    width: 100%;
    font-size: 12px;
    line-height: 1.67;
    margin-bottom: 15px;
  }
}
.page-header-template-internship .container .content-link-download .title .infos {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.67px;
  opacity: 0.6;
}

.page-template-template-recruit-page .page-header-template-internship {
  padding-bottom: 0px;
}

.section-news {
  background-color: #f7f6f5;
  padding-bottom: 120px;
}
@media only screen and (max-width: 765px) {
  .section-news {
    position: relative;
    padding-bottom: 150px;
  }
  .section-news .title-btn .btn {
    position: absolute;
    bottom: 80px;
    left: 30px;
  }
}
.section-news .news-container {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 765px) {
  .section-news .news-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.section-news .news-container li.main-news {
  width: 47%;
  background-position: center;
  background-size: cover;
  position: relative;
  list-style: none;
  padding-top: 40%;
  margin-bottom: 55px;
}
@media only screen and (max-width: 765px) {
  .section-news .news-container li.main-news {
    width: 100%;
    padding-top: 0;
    min-height: 420px;
    margin-bottom: 40px;
  }
}
.section-news .news-container li.main-news .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 2, 0, 0.5)), to(rgba(11, 2, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(11, 2, 0, 0.5), rgba(11, 2, 0, 0.4));
}
.section-news .news-container li.main-news .overlay .content {
  position: absolute;
  bottom: 10%;
  left: 10%;
  max-width: 70%;
  color: #FFF;
}
.section-news .news-container li.main-news .overlay .content .date {
  font-family: "whitman-display";
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
}
@media only screen and (max-width: 765px) {
  .section-news .news-container li.main-news .overlay .content .date {
    font-size: 14px;
  }
}
.section-news .news-container li.main-news .overlay .content h3 {
  margin: 0;
  padding: 0px;
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0.29px;
  font-weight: 400;
  margin: 30px 0;
}
@media only screen and (max-width: 765px) {
  .section-news .news-container li.main-news .overlay .content h3 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 300;
  }
}
.section-news .news-container li.main-news .overlay .content a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 765px) {
  .section-news .news-container li.main-news .overlay .content a {
    font-size: 10px;
    letter-spacing: 1.67px;
  }
}
.section-news .news-container li.main-news .overlay .content a:after {
  content: "";
  height: 1px;
  background-color: #FFF;
  position: absolute;
  bottom: -3px;
  width: 100%;
  left: 0px;
}
.section-news .news-container .second-news {
  width: 24%;
  list-style: none;
  margin-bottom: 55px;
}
@media only screen and (max-width: 765px) {
  .section-news .news-container .second-news {
    width: 100%;
    margin-bottom: 40px;
  }
}
.section-news .news-container .second-news .img-container {
  width: 100%;
  padding-top: 60%;
  position: relative;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 765px) {
  .section-news .news-container .second-news .img-container {
    display: none;
  }
}
.section-news .news-container .second-news .content {
  padding-left: 25px;
  position: relative;
  margin-top: 20px;
}
.section-news .news-container .second-news .content .date {
  font-family: "whitman-display";
  color: #7f7c76;
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.25;
}
@media only screen and (max-width: 765px) {
  .section-news .news-container .second-news .content .date {
    font-size: 14px;
    line-height: 1.43;
  }
}
.section-news .news-container .second-news .content h3 {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 400;
}
@media only screen and (max-width: 765px) {
  .section-news .news-container .second-news .content h3 {
    font-size: 16px;
    line-height: 1.38;
  }
}
.section-news .news-container .second-news .content a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #be3112;
  text-decoration: none;
  position: relative;
}
@media only screen and (max-width: 765px) {
  .section-news .news-container .second-news .content a {
    font-size: 10px;
  }
}
.section-news .news-container .second-news .content a:after {
  content: "";
  height: 1px;
  background-color: #be3112;
  position: absolute;
  bottom: -3px;
  width: 100%;
  left: 0px;
}
.section-news .news-container .second-news .content:after {
  content: "";
  width: 2px;
  height: 50px;
  background-color: #be3112;
  position: absolute;
  top: 0px;
  left: 0px;
}
@media only screen and (max-width: 765px) {
  .section-news .news-container .second-news .content:after {
    height: 120%;
    top: -10%;
  }
}
.section-news.section-more-news {
  padding-top: 60px;
}
@media only screen and (max-width: 765px) {
  .section-news.section-more-news {
    padding-top: 35px;
  }
}
.section-news.section-more-news h2 {
  font-size: 28px;
  font-weight: 500;
  font-style: italic;
  font-family: "whitman-display";
  line-height: 1.36;
  letter-spacing: -0.62px;
}
.section-formations {
  padding-bottom: 120px;
}
@media only screen and (max-width: 765px) {
  .section-formations {
    position: relative;
    padding-bottom: 150px;
  }
  .section-formations .title-btn .btn {
    position: absolute;
    bottom: 80px;
    left: 30px;
  }
}
.section-formations .title-btn {
  margin-top: -30px;
}
.section-formations .content-background {
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 670px;
}
@media only screen and (max-width: 765px) {
  .section-formations .content-background {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    height: auto;
  }
}
.section-formations .content-background .content {
  width: 60%;
}
@media only screen and (max-width: 1000px) {
  .section-formations .content-background .content {
    width: 100%;
  }
}
.section-formations .content-background .content .description {
  font-size: 18px;
  line-height: 1.44;
  max-width: 65%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1000px) {
  .section-formations .content-background .content .description {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.38;
  }
}
.section-formations .content-background .content .tabs {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  height: 520px;
  overflow: hidden;
}
.section-formations .content-background .content .tab-container {
  background-color: #031525;
  color: #FFF;
  float: left;
  width: 60%;
  padding: 8%;
}
@media only screen and (max-width: 765px) {
  .section-formations .content-background .content .tab-container {
    width: 100%;
  }
}
.section-formations .content-background .content .tab-container .tab-title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 765px) {
  .section-formations .content-background .content .tab-container .tab-title {
    font-size: 10px;
    letter-spacing: 1.67px;
  }
}
.section-formations .content-background .content .tab-container .title {
  font-size: 32px;
  line-height: 1.38;
  position: relative;
  display: inline;
  border-bottom: 3px solid #be3112;
}
.section-formations .content-background .content .tab-container .title:after {
  height: 3px;
  background-color: #be3112;
  position: absolute;
  bottom: -3px;
  width: 100%;
  left: 0px;
}
@media only screen and (max-width: 765px) {
  .section-formations .content-background .content .tab-container .title:after {
    bottom: -1px;
  }
}
@media only screen and (max-width: 765px) {
  .section-formations .content-background .content .tab-container .title {
    font-size: 20px;
    line-height: 2.2;
    margin-top: 20px;
  }
}
.section-formations .content-background .content .tab-container .txt {
  font-family: "whitman-display";
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.28;
  margin: 40px 0;
}
@media only screen and (max-width: 765px) {
  .section-formations .content-background .content .tab-container .txt {
    font-size: 16px;
    line-height: 1.38;
  }
}
.section-formations .content-background .content .tab-container a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
  position: relative;
}
.section-formations .content-background .content .tab-container a:after {
  content: "";
  height: 1px;
  background-color: #FFF;
  position: absolute;
  bottom: -3px;
  width: 100%;
  left: 0px;
}
@media only screen and (max-width: 765px) {
  .section-formations .content-background .content .tab-container a {
    font-size: 10px;
    letter-spacing: 1.67px;
  }
}
.section-formations .content-background .background {
  width: 40%;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1000px) {
  .section-formations .content-background .background {
    display: none;
  }
}

.box-formation {
  width: 100%;
  background-color: #FFF;
  border-radius: 5px;
  padding: 34px 34px 44px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 765px) {
  .box-formation {
    display: block;
    padding: 30px;
    border-radius: 0px;
  }
}
.box-formation .img-container {
  width: 95px;
}
.box-formation .img-container img {
  max-width: 100%;
}
.box-formation .txt-container {
  width: calc(90% - 95px);
}
@media only screen and (max-width: 765px) {
  .box-formation .txt-container {
    width: calc(100%);
    margin-top: 20px;
  }
}
.box-formation .txt-container .subtitle {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.67px;
  text-transform: uppercase;
  color: #7f7c76;
}
.box-formation .txt-container .title {
  font-size: 18px;
  line-height: 1.44;
}
.box-formation .txt-container .txt {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.28;
  font-family: "whitman-display";
  padding: 22px 0;
  color: #5d5a56;
}
.box-formation .txt-container .link {
  margin-right: 25px;
}
.box-formation .code-color {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
}
@media only screen and (max-width: 765px) {
  .box-formation .code-color {
    width: 100%;
  }
}

.section-formations-selector {
  background-position: center;
  background-size: cover;
  padding: 160px 0 120px;
  position: relative;
  margin-top: -120px;
}
@media only screen and (max-width: 1000px) {
  .section-formations-selector {
    padding: 80px 0 120px;
  }
}
@media only screen and (max-width: 765px) {
  .section-formations-selector {
    margin-top: 0px;
    padding: 45px 0 45px;
  }
}
.section-formations-selector .overlay {
  background-color: rgba(2, 14, 25, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.section-formations-selector h2 {
  font-size: 42px;
  line-height: 1.29;
  color: #FFF;
  font-style: normal;
  font-family: "halyard-display";
  font-weight: 300;
}
@media only screen and (max-width: 1000px) {
  .section-formations-selector h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 765px) {
  .section-formations-selector h2 {
    font-size: 28px;
    line-height: 1.21;
  }
}
.section-formations-selector .selection {
  border-left: 2px solid #fa390e;
  font-size: 32px;
  line-height: 1.38;
  color: #FFF;
  position: relative;
  padding-left: 25px;
}
@media only screen and (max-width: 1000px) {
  .section-formations-selector .selection {
    font-size: 24px;
  }
}
@media only screen and (max-width: 765px) {
  .section-formations-selector .selection {
    border-left: 0px;
    padding-left: 0px;
    font-size: 20px;
    line-height: 1.3;
  }
}
.section-formations-selector .selection .pict {
  font-size: 38px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.32;
  letter-spacing: -0.84px;
  display: inline-block;
  color: #FFF;
  font-family: "whitman-display";
  padding: 0 10px 0 10px;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .section-formations-selector .selection .pict {
    font-size: 26px;
  }
}
@media only screen and (max-width: 765px) {
  .section-formations-selector .selection .pict {
    font-size: 22px;
    font-style: italic;
    line-height: 1.36;
    letter-spacing: -0.49px;
    display: block;
    padding: 0px;
    margin: 5px 0;
  }
}
.section-formations-selector .selection .pict:before {
  /*content:"";
  position: absolute;
  bottom: -3px;
  height: 1px;
  background-color: $color-primary;
  width: calc(100% - 40px);
  @media only screen and (max-width: $mobile-bp) {
    display: none;
  }*/
}
.section-formations-selector .selection .pict:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #fa390e;
  border-bottom: 1px solid #fa390e;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 12px;
  vertical-align: 8px;
}
@media only screen and (max-width: 765px) {
  .section-formations-selector .selection .pict:after {
    width: 6px;
    height: 6px;
    vertical-align: 5px;
  }
}
.section-formations-selector .selection .pict:hover .pict-selector, .section-formations-selector .selection .pict.open .pict-selector {
  display: block;
}
.section-formations-selector .selection .pict .selected {
  position: relative;
}
.section-formations-selector .selection .pict .selected:before {
  content: "";
  position: absolute;
  bottom: -3px;
  height: 1px;
  background-color: #fa390e;
  width: calc(100%);
}
.section-formations-selector .selection .pict .pict-selector {
  position: absolute;
  background-color: #FFF;
  left: 0px;
  top: 45px;
  z-index: 10;
  border: 1px solid #bbb6ae;
  border-radius: 5px;
  width: 275px;
  display: none;
}
.section-formations-selector .selection .pict .pict-selector ul {
  margin: 0px;
  padding: 0px;
}
.section-formations-selector .selection .pict .pict-selector ul li {
  padding: 0px;
  margin: 0px;
  padding: 25px;
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  letter-spacing: -0.53px;
  font-family: "whitman-display";
  color: #bbb6ae;
  border-bottom: 1px solid #bbb6ae;
  position: relative;
}
.section-formations-selector .selection .pict .pict-selector ul li.active, .section-formations-selector .selection .pict .pict-selector ul li:hover {
  color: #092136;
}
.section-formations-selector .selection .pict .pict-selector ul li.active:after, .section-formations-selector .selection .pict .pict-selector ul li:hover:after {
  content: "";
  height: 8px;
  width: 8px;
  background-color: #fa390e;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: calc(50% - 4px);
}
.section-formations-selector .selection .pict .pict-selector ul li:last-child {
  border-bottom: 0px;
}
@media only screen and (max-width: 765px) {
  .section-formations-selector .selection .pict .pict-selector ul li {
    font-size: 16px;
    padding: 15px;
  }
}
.section-formations-selector .formation-selected {
  margin-top: 40px;
}
.section-formations-selector .formation-selected .top-label {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.25;
  font-family: "whitman-display";
  color: #7f7c76;
}
.section-formations-selector .formation-selected .main-subtitle {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 300;
  margin-bottom: 30px;
}
@media only screen and (max-width: 765px) {
  .section-formations-selector .formation-selected .main-subtitle {
    position: relative;
    padding-right: 20px;
  }
  .section-formations-selector .formation-selected .main-subtitle:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: 0px;
    top: calc(50% - 5px);
    position: absolute;
  }
}
@media only screen and (max-width: 765px) {
  .section-formations-selector .formation-selected .main-logo-txt-conainer {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
}
.section-formations-selector .formation-selected .main-logo-txt-conainer.active {
  max-height: 100vh;
}
.section-formations-selector .formation-selected .main-logo-txt {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 22px;
}
.section-formations-selector .formation-selected .main-logo-txt .img-container {
  width: 60px;
  padding-top: 60px;
  background-color: #FFF;
  position: relative;
  border-radius: 50%;
}
.section-formations-selector .formation-selected .main-logo-txt .img-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section-formations-selector .formation-selected .main-logo-txt .txt-container {
  font-size: 14px;
  line-height: 1.21;
  font-weight: 500;
  width: calc(100% - 80px);
}
.section-formations-selector .formation-selected .main-short-label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.67px;
  text-transform: uppercase;
  color: #7f7c76;
}
.section-formations-selector .formation-selected .main-txt {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.28;
  font-family: "whitman-display";
  color: #5d5a56;
}
.section-formations-selector .formation-selected .box-formation-plus {
  background-color: #031525;
  border-radius: 5px;
  padding: 34px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
  color: #FFF;
  padding-top: 74px;
  -webkit-box-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 1000px) {
  .section-formations-selector .formation-selected .box-formation-plus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.section-formations-selector .formation-selected .box-formation-plus .top-label {
  position: absolute;
  top: 34px;
  color: #FFF;
  opacity: 0.6;
}
@media only screen and (max-width: 1000px) {
  .section-formations-selector .formation-selected .box-formation-plus .top-label {
    left: 30px;
  }
}
.section-formations-selector .formation-selected .box-formation-plus .link {
  font-size: 10px;
  letter-spacing: 1.67px;
  margin-right: 10px;
  margin-top: 10px;
}
.section-formations-selector .formation-selected .box-formation-plus .first-side,
.section-formations-selector .formation-selected .box-formation-plus .seconde-side {
  width: 45%;
}
@media only screen and (max-width: 1000px) {
  .section-formations-selector .formation-selected .box-formation-plus .first-side,
.section-formations-selector .formation-selected .box-formation-plus .seconde-side {
    width: 100%;
  }
}
.section-formations-selector .formation-selected .box-formation-plus.b-w {
  background-color: #FFF;
  color: #463835;
}
.section-formations-selector .formation-selected .box-formation-plus.b-w .top-label {
  color: #7f7c76;
  opacity: 1;
}
.section-formations-selector .formation-selected .box-formation-plus.b-w .main-logo-txt .img-container {
  border-radius: 0;
}
.section-formations-selector .formation-selected .box-formation-plus.b-w .main-logo-txt .img-container img {
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .section-formations-selector .formation-selected .box-formation-plus.b-w .main-subtitle:after {
    content: "";
    border-left: 1px solid #031525;
    border-bottom: 1px solid #031525;
  }
}
.section-formations-selector .formation-etudiant-plus3 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .section-formations-selector .formation-etudiant-plus3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.section-formations-selector .formation-etudiant-plus3 .box-formation {
  width: 49%;
  padding-top: 74px;
}
@media only screen and (max-width: 1000px) {
  .section-formations-selector .formation-etudiant-plus3 .box-formation {
    width: 100%;
  }
}
.section-formations-selector .formation-etudiant-plus3 .box-formation .top-label {
  position: absolute;
  top: 34px;
}
.section-formations-selector .formation-etudiant-plus3 .box-formation-plus {
  background-color: #031525;
  width: 49%;
}
@media only screen and (max-width: 1000px) {
  .section-formations-selector .formation-etudiant-plus3 .box-formation-plus {
    width: 100%;
    margin-top: 20px;
  }
}
.section-formations-selector .formation-etudiant-plus4 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .section-formations-selector .formation-etudiant-plus4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.section-formations-selector .formation-etudiant-plus4 .box-formation-plus:first-child {
  background-color: #031525;
  width: 25%;
  display: block;
}
@media only screen and (max-width: 1000px) {
  .section-formations-selector .formation-etudiant-plus4 .box-formation-plus:first-child {
    width: 100%;
  }
}
.section-formations-selector .formation-etudiant-plus4 .box-formation-plus:last-child {
  width: 73%;
}
@media only screen and (max-width: 1000px) {
  .section-formations-selector .formation-etudiant-plus4 .box-formation-plus:last-child {
    width: 100%;
    margin-top: 20px;
  }
}
.section-formations-selector .formation-etudiant-plus5 {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .section-formations-selector .formation-etudiant-plus5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.section-formations-selector .formation-etudiant-plus5 .box-formation-plus {
  width: 49%;
  display: block;
}
@media only screen and (max-width: 1000px) {
  .section-formations-selector .formation-etudiant-plus5 .box-formation-plus {
    width: 100%;
    margin-top: 20px;
  }
}
.section-formations-selector .formation-recherche-exp {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .section-formations-selector .formation-recherche-exp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.section-formations-selector .formation-recherche-exp .box-formation-plus {
  width: 49%;
  display: block;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1000px) {
  .section-formations-selector .formation-recherche-exp .box-formation-plus {
    width: 100%;
    margin-top: 20px;
  }
}
.section-formations-selector .formation-recherche-exp .box-formation-plus .btn {
  position: absolute;
  bottom: 34px;
  left: 34px;
}
.section-formations-selector .formation-recherche-reprendre {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .section-formations-selector .formation-recherche-reprendre {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.section-formations-selector .formation-recherche-reprendre .box-formation-plus:first-child {
  width: 25%;
  display: block;
}
@media only screen and (max-width: 1000px) {
  .section-formations-selector .formation-recherche-reprendre .box-formation-plus:first-child {
    width: 100%;
    margin-top: 20px;
  }
}
.section-formations-selector .formation-recherche-reprendre .box-formation-plus:last-child {
  width: 73%;
}
@media only screen and (max-width: 1000px) {
  .section-formations-selector .formation-recherche-reprendre .box-formation-plus:last-child {
    width: 100%;
    margin-top: 20px;
  }
}
.section-formations-selector .formation-recherche-spe {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .section-formations-selector .formation-recherche-spe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.section-formations-selector .formation-recherche-spe .box-formation-plus:first-child {
  width: 25%;
  display: block;
}
@media only screen and (max-width: 1000px) {
  .section-formations-selector .formation-recherche-spe .box-formation-plus:first-child {
    width: 100%;
    margin-top: 20px;
  }
}
.section-formations-selector .formation-recherche-spe .box-formation-plus:nth-child(2) {
  width: 48%;
}
@media only screen and (max-width: 1000px) {
  .section-formations-selector .formation-recherche-spe .box-formation-plus:nth-child(2) {
    width: 100%;
    margin-top: 20px;
  }
}
.section-formations-selector .formation-recherche-spe .box-formation-plus:last-child {
  width: 25%;
  display: block;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1000px) {
  .section-formations-selector .formation-recherche-spe .box-formation-plus:last-child {
    width: 100%;
    margin-top: 20px;
  }
}
.section-formations-selector .formation-recherche-spe .box-formation-plus:last-child .btn {
  position: absolute;
  bottom: 34px;
  left: 34px;
}

.section-formations-all-recap {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #f7f6f5;
}
@media only screen and (max-width: 1000px) {
  .section-formations-all-recap {
    padding-top: 45px;
  }
}
.section-formations-all-recap .first-certif {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .section-formations-all-recap .first-certif {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    position: relative;
  }
  .section-formations-all-recap .first-certif h2 {
    position: absolute;
    top: 0px;
  }
}
.section-formations-all-recap .first-certif .first {
  width: 49%;
}
@media only screen and (max-width: 1000px) {
  .section-formations-all-recap .first-certif .first {
    width: 100%;
  }
}
.section-formations-all-recap .first-certif .certif {
  width: 40%;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .section-formations-all-recap .first-certif .certif {
    width: 100%;
    padding-top: 120px;
  }
}
.section-formations-all-recap .first-certif .certif .certif-container {
  padding: 65px 65px 45px;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 1000px) {
  .section-formations-all-recap .first-certif .certif .certif-container {
    padding: 40px 30px;
    position: relative;
  }
}
.section-formations-all-recap .first-certif .certif .certif-container .overlay {
  background-color: rgba(3, 21, 37, 0.7);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.section-formations-all-recap .first-certif .certif .certif-container .logo-container {
  width: 120px;
  height: 120px;
  background-color: #FFF;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.section-formations-all-recap .first-certif .certif .certif-container .logo-container img {
  max-width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1000px) {
  .section-formations-all-recap .first-certif .certif .certif-container .logo-container {
    width: 100px;
    height: 100px;
  }
}
.section-formations-all-recap .first-certif .certif .certif-container .txt {
  font-size: 18px;
  line-height: 1.44;
  color: #FFF;
  position: relative;
  padding-top: 60px;
}
@media only screen and (max-width: 1000px) {
  .section-formations-all-recap .first-certif .certif .certif-container .txt {
    padding-top: 30px;
    font-size: 16px;
    line-height: 1.38;
  }
}
.section-formations-all-recap .first-certif .certif .certif-container .btn {
  position: relative;
  margin-top: 55px;
}
.section-formations-all-recap h4 {
  font-family: "whitman-display";
  font-size: 28px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.36;
  letter-spacing: -0.62px;
  margin-top: 70px;
}
@media only screen and (max-width: 1000px) {
  .section-formations-all-recap h4 {
    margin-top: 45px;
  }
}
.section-formations-all-recap .explain-box {
  background-color: #031525;
  padding: 60px 0 120px;
}
@media only screen and (max-width: 1000px) {
  .section-formations-all-recap .explain-box {
    padding: 45px 0 90px;
  }
}
.section-formations-all-recap .explain-box .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  color: #FFF;
}
@media only screen and (max-width: 1000px) {
  .section-formations-all-recap .explain-box .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.section-formations-all-recap .explain-box .container .title-container {
  width: 32%;
}
@media only screen and (max-width: 1000px) {
  .section-formations-all-recap .explain-box .container .title-container {
    width: 100%;
  }
}
.section-formations-all-recap .explain-box .container .title-container .subtitle {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.67px;
  text-transform: uppercase;
}
.section-formations-all-recap .explain-box .container .title-container .title {
  font-size: 32px;
  line-height: 1.38;
  font-weight: 300;
  margin-top: 20px;
}
@media only screen and (max-width: 1000px) {
  .section-formations-all-recap .explain-box .container .title-container .title {
    font-size: 20px;
    line-height: 1.3;
  }
}
.section-formations-all-recap .explain-box .container .txt-container {
  width: 60%;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.28;
  font-family: "whitman-display";
  padding-right: 20%;
}
@media only screen and (max-width: 1000px) {
  .section-formations-all-recap .explain-box .container .txt-container {
    width: 100%;
    padding-right: 0px;
    font-size: 16px;
    line-height: 1.38;
    padding-top: 15px;
  }
}
.section-formations-all-recap .boxes-container {
  position: relative;
  padding-bottom: 80px;
}
.section-formations-all-recap .boxes-container.last {
  padding-bottom: 160px;
}
@media only screen and (max-width: 1000px) {
  .section-formations-all-recap .boxes-container.last {
    padding-bottom: 45px;
  }
}
.section-formations-all-recap .boxes-container .background-colored {
  height: calc(100% - 80px);
  top: 80px;
  width: 100%;
  left: 0px;
  background-color: #f7f6f5;
  position: absolute;
}
.section-formations-all-recap .boxes-container .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -80px;
}
@media only screen and (max-width: 1000px) {
  .section-formations-all-recap .boxes-container .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-top: -45px;
  }
}
.section-formations-all-recap .boxes-container .container .box-formation {
  width: 49%;
  margin-bottom: 22px;
}
@media only screen and (max-width: 1000px) {
  .section-formations-all-recap .boxes-container .container .box-formation {
    width: 100%;
  }
}

.section-booklet {
  background-color: #be3112;
  color: #FFF;
  position: relative;
}
@media only screen and (max-width: 765px) {
  .section-booklet {
    margin-top: 80px;
  }
}
.section-booklet .circle-container {
  position: absolute;
  top: 0px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
}
.section-booklet .circle-container .first-circle {
  width: 50%;
  padding-top: 50%;
  background-color: #031525;
  border-radius: 50%;
  right: 2%;
  top: -80%;
  position: absolute;
}
@media only screen and (max-width: 765px) {
  .section-booklet .circle-container .first-circle {
    top: -33%;
    width: 100%;
    left: 0;
    padding-top: 100%;
  }
}
.section-booklet .circle-container .second-circle {
  position: absolute;
  width: 75%;
  padding-top: 75%;
  border-radius: 50%;
  top: -10%;
  left: -35%;
  background-color: #fa390e;
}
@media only screen and (max-width: 765px) {
  .section-booklet .circle-container .second-circle {
    display: none;
  }
}
.section-booklet .container {
  padding: 52px 0 112px;
  padding-left: 5%;
  position: relative;
}
@media only screen and (max-width: 765px) {
  .section-booklet .container {
    padding: 70% 0 80px;
  }
}
.section-booklet h3 {
  max-width: 350px;
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0.29px;
  font-weight: 400;
}
@media only screen and (max-width: 765px) {
  .section-booklet h3 {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.22px;
  }
}
.section-booklet .description {
  font-family: "whitman-display";
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.28;
  max-width: 350px;
  margin: 50px 0;
}
@media only screen and (max-width: 765px) {
  .section-booklet .description {
    font-size: 16px;
    line-height: 1.38;
    margin: 30px 0;
  }
}
.section-booklet .img {
  max-width: 20%;
  position: absolute;
  top: -50px;
  right: 2%;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-75%, 0px);
          transform: translate(-75%, 0px);
}
@media only screen and (max-width: 765px) {
  .section-booklet .img {
    -webkit-transform: none;
            transform: none;
    top: -100px;
    max-width: 60%;
    left: 20%;
  }
}
.section-booklet .img img {
  max-width: 100%;
}

.section-booklet-form {
  padding-top: 120px;
}
@media only screen and (max-width: 765px) {
  .section-booklet-form {
    padding-top: 45px;
  }
}
.section-booklet-form .booklet-intro {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-top: 50px;
}
@media only screen and (max-width: 765px) {
  .section-booklet-form .booklet-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.section-booklet-form .booklet-intro .booklet-img {
  width: 45%;
  position: relative;
  padding-bottom: 50px;
}
@media only screen and (max-width: 765px) {
  .section-booklet-form .booklet-intro .booklet-img {
    width: 100%;
  }
}
.section-booklet-form .booklet-intro .booklet-img .circle {
  width: 80%;
  padding-top: 80%;
  background-color: #031525;
  border-radius: 50%;
  margin-top: 8%;
}
.section-booklet-form .booklet-intro .booklet-img img {
  position: absolute;
  width: 65%;
  right: 0px;
  height: auto;
  top: 0;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.2);
}
.section-booklet-form .booklet-intro .intro {
  width: 47%;
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0.29px;
  color: #031525;
  padding-top: 80px;
}
@media only screen and (max-width: 765px) {
  .section-booklet-form .booklet-intro .intro {
    width: 100%;
    font-size: 20px;
    padding-top: 45px;
  }
}
.section-booklet-form .booklet-intro .intro .btn-container {
  margin-top: 50px;
}
.section-booklet-form .booklet-intro .intro .btn-container .btn-blue {
  background-color: #031525;
  margin-left: 10px;
}
@media only screen and (max-width: 1000px) {
  .section-booklet-form .booklet-intro .intro .btn-container .btn-blue {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.section-booklet-form .onlysend {
  display: none;
}

.section-numbers {
  position: relative;
  background-color: #f7f6f5;
}
@media only screen and (max-width: 765px) {
  .section-numbers {
    position: relative;
    padding-bottom: 100px;
  }
  .section-numbers .title-btn .btn {
    position: absolute;
    bottom: -70px;
    left: 0px;
  }
}
.section-numbers .img-overlay {
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 150px;
  right: 0;
}
@media only screen and (max-width: 765px) {
  .section-numbers .img-overlay {
    bottom: 200px;
  }
}
.section-numbers .overlay {
  background-color: rgba(3, 21, 37, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 150px;
  right: 0;
}
@media only screen and (max-width: 765px) {
  .section-numbers .overlay {
    bottom: 200px;
  }
}
.section-numbers .container {
  position: relative;
  padding-top: 112px;
}
@media only screen and (max-width: 765px) {
  .section-numbers .container {
    padding-top: 50px;
  }
}
.section-numbers .container h2 {
  color: #FFF;
}
.section-numbers .container .numbers-container {
  padding-top: 100px;
}
@media only screen and (max-width: 765px) {
  .section-numbers .container .numbers-container {
    padding-top: 25px;
  }
}
.section-numbers .container .numbers-container .number {
  border-radius: 5px;
  background-color: #FFF;
  padding: 50px 0;
  text-align: center;
  width: 32%;
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
}
@media only screen and (max-width: 765px) {
  .section-numbers .container .numbers-container .number {
    width: 100%;
    float: none;
    margin-right: 0px;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 765px) {
  .section-numbers .container .numbers-container .number img {
    width: 35px;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-left: 30px;
  }
}
.section-numbers .container .numbers-container .number .the-number {
  font-size: 52px;
  line-height: 1.04;
  margin: 10px 0;
}
@media only screen and (max-width: 765px) {
  .section-numbers .container .numbers-container .number .the-number {
    width: calc(100% - 85px);
    float: left;
    font-size: 40px;
    line-height: 1;
    margin: 0px;
    text-align: left;
  }
}
.section-numbers .container .numbers-container .number .description {
  font-family: "whitman-display";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.25;
  max-width: 200px;
  display: inline-block;
}
@media only screen and (max-width: 765px) {
  .section-numbers .container .numbers-container .number .description {
    text-align: left;
    display: block;
    width: calc(100% - 60px);
    margin: 0px 30px;
    padding-top: 15px;
    clear: left;
    color: #5d5a56;
  }
}
.section-numbers .container .numbers-container .number:nth-child(3n) {
  margin-right: 0;
}
.section-numbers .container .numbers-container .number:nth-child(3n-1) {
  margin-top: -50px;
}
@media only screen and (max-width: 765px) {
  .section-numbers .container .numbers-container .number:nth-child(3n-1) {
    margin-top: 10px;
  }
}

.nav-formations {
  background-color: #031525;
  width: 100%;
  height: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 765px) {
  .nav-formations {
    height: 55px;
    overflow: visible;
  }
}
.nav-formations ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  height: 80px;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}
@media only screen and (max-width: 765px) {
  .nav-formations ul {
    display: block;
    max-height: 55px;
    line-height: 55px;
    margin: 0px !important;
    padding: 0 30px;
    z-index: 2;
    background-color: #031525;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    height: auto;
  }
  .nav-formations ul:hover {
    max-height: 100vh;
    overflow: visible;
  }
  .nav-formations ul:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-left: 12px;
    position: absolute;
    top: 25px;
    right: 30px;
  }
}
.nav-formations ul li {
  opacity: 0.3;
  font-size: 14px;
  line-height: 1.21;
  list-style: none;
  margin: 0px;
  padding: 0px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .nav-formations ul li {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 765px) {
  .nav-formations ul li {
    width: 100%;
    height: 55px;
    opacity: 1;
    font-size: 12px;
    line-height: 1.4;
  }
}
.nav-formations ul li a {
  color: #FFF;
  text-decoration: none;
}
.nav-formations ul li a .year {
  font-family: "whitman-display";
}
@media only screen and (max-width: 765px) {
  .nav-formations ul li a {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
.nav-formations ul li.sep {
  position: relative;
  width: 1px;
  height: 100%;
}
@media only screen and (max-width: 765px) {
  .nav-formations ul li.sep {
    display: none;
  }
}
.nav-formations ul li.sep span {
  background-color: #FFF;
  width: 1px;
  right: 0px;
  height: 50%;
  top: 25%;
  position: absolute;
}
.nav-formations ul li.active, .nav-formations ul li:hover {
  opacity: 1;
}

.nav-switch-diploma {
  margin-top: -50px;
  position: relative;
}
.nav-switch-diploma ul {
  margin: 0px;
  padding: 0px;
}
@media only screen and (max-width: 765px) {
  .nav-switch-diploma ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}
.nav-switch-diploma ul li {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  width: 49.5%;
  display: inline-block;
  height: 73px;
  line-height: 73px;
  list-style: none;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #eae9e6;
  vertical-align: middle;
  border-radius: 3px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media only screen and (max-width: 765px) {
  .nav-switch-diploma ul li {
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 1.67px;
    height: 60px;
    position: relative;
    width: 50%;
  }
  .nav-switch-diploma ul li span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.nav-switch-diploma ul li.active {
  color: #FFF;
  height: 100px;
  line-height: 100px;
}
@media only screen and (max-width: 765px) {
  .nav-switch-diploma ul li.active {
    height: 70px;
    line-height: 1.2;
  }
}

.main-content.has_sticky .template-one-container {
  margin-top: 78px;
}
.main-content.has_sticky .nav-template-one {
  position: fixed;
  top: 70px;
  width: 100%;
  z-index: 2;
}

.nav-template-one {
  background-color: #031525;
  padding: 30px 0;
  overflow: scroll;
}
.nav-template-one ul {
  padding: 0px;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 765px) {
  .nav-template-one ul {
    width: 200% !important;
    max-width: none !important;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
}
.nav-template-one ul li {
  list-style: none;
}
.nav-template-one ul li a {
  opacity: 0.4;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #FFF;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 1000px) {
  .nav-template-one ul li a {
    font-size: 10px;
    display: block;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 765px) {
  .nav-template-one ul li a {
    font-size: 10px;
    letter-spacing: 1.67px;
    margin-right: 20px;
  }
}
.nav-template-one ul li a.active, .nav-template-one ul li a:hover {
  opacity: 1;
}

.nav-switch-internship {
  margin-top: -50px;
  position: relative;
}
.nav-switch-internship ul {
  margin: 0px;
  padding: 0px;
}
@media only screen and (max-width: 765px) {
  .nav-switch-internship ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
  }
}
.nav-switch-internship ul li {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-align: center;
  width: 49.5%;
  display: inline-block;
  height: 73px;
  line-height: 73px;
  list-style: none;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #eae9e6;
  vertical-align: middle;
  border-radius: 3px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media only screen and (max-width: 765px) {
  .nav-switch-internship ul li {
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 1.67px;
    height: 60px;
    position: relative;
    width: 50%;
  }
  .nav-switch-internship ul li span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.nav-switch-internship ul li.active {
  color: #FFF;
  height: 100px;
  line-height: 100px;
  background-color: #fa390e;
}
@media only screen and (max-width: 765px) {
  .nav-switch-internship ul li.active {
    height: 70px;
    line-height: 1.2;
  }
}

.section-testimony {
  padding-top: 50px;
  padding-bottom: 220px;
  background-color: #f7f6f5;
}
.section-testimony .tab-nav {
  margin-top: 30px;
  width: 280px;
}
@media only screen and (max-width: 765px) {
  .section-testimony {
    position: relative;
    padding-bottom: 130px;
    background-color: #f7f6f5;
  }
  .section-testimony .title-btn .btn {
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
}
.section-testimony .tab-container {
  background-color: #FFF;
  padding: 60px 70px;
  float: left;
  width: calc(100% - 280px);
  padding: 8%;
  border-radius: 10px;
  /*margin-top: 30px;*/
}
@media only screen and (max-width: 765px) {
  .section-testimony .tab-container {
    width: 100%;
    padding: 20px;
  }
}
.section-testimony .tab-container .txt {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0.29px;
}
.section-testimony .tab-container .txt .intro {
  color: #be3112;
}
@media only screen and (max-width: 1000px) {
  .section-testimony .tab-container .txt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 765px) {
  .section-testimony .tab-container .txt {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: 0.18px;
  }
}

.section-testimonial-all {
  background-color: #f7f6f5;
}
.section-testimonial-all .testimonial-selection {
  min-height: 400px;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 175px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 765px) {
  .section-testimonial-all .testimonial-selection {
    padding-top: 50px;
  }
}
.section-testimonial-all .testimonial-selection .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.8;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.section-testimonial-all .testimonial-selection .nav-switch-diploma {
  z-index: 2;
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 765px) {
  .section-testimonial-all .testimonial-selection .nav-switch-diploma {
    width: 100%;
  }
  .section-testimonial-all .testimonial-selection .nav-switch-diploma .container {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
}
.section-testimonial-all .testimonial-selection .title-switch {
  margin-top: -50px;
  width: 100%;
  background-color: #FFF;
  position: relative;
  border-radius: 5px;
  padding: 80px 100px 50px;
}
@media only screen and (max-width: 765px) {
  .section-testimonial-all .testimonial-selection .title-switch {
    padding: 100px 20px 20px;
  }
}
.section-testimonial-all .testimonial-selection .title-switch .title-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 765px) {
  .section-testimonial-all .testimonial-selection .title-switch .title-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
    -webkit-box-align: self-start;
            align-items: self-start;
  }
}
.section-testimonial-all .testimonial-selection .title-switch .title {
  width: calc(80% - 100px);
}
@media only screen and (max-width: 765px) {
  .section-testimonial-all .testimonial-selection .title-switch .title {
    width: 100%;
  }
}
.section-testimonial-all .testimonial-selection .title-switch .title .label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.67px;
  color: #7f7c76;
  text-transform: uppercase;
}
@media only screen and (max-width: 765px) {
  .section-testimonial-all .testimonial-selection .title-switch .title .label {
    margin-top: 20px;
  }
}
.section-testimonial-all .testimonial-selection .title-switch .title h1 {
  font-size: 32px;
  line-height: 1.38;
  margin: 0px;
  padding: 0px;
  font-weight: 400;
}
.section-testimonial-all .testimonial-selection .title-switch .title h1 span.nb {
  opacity: 0.3;
}
@media only screen and (max-width: 765px) {
  .section-testimonial-all .testimonial-selection .title-switch .title h1 {
    font-size: 30px;
    line-height: 1.2;
  }
}
.section-testimonial-all .testimonial-selection .title-switch .img-container {
  width: 100px;
}
@media only screen and (max-width: 765px) {
  .section-testimonial-all .testimonial-selection .title-switch .img-container {
    text-align: left;
  }
}
.section-testimonial-all .testimonial-selection .title-switch .img-container img {
  width: 100%;
  height: auto;
}
.section-testimonial-all .section-testimony {
  margin-top: -80px;
  position: relative;
  background: transparent;
}
.section-testimonial-all .section-testimony .title-btn {
  display: none;
}
.section-testimonial-all .section-testimony .tab-nav {
  margin-top: 110px;
}
.section-testimonial-all .section-testimony .tab-container {
  border-radius: 5px;
}
.section-testimonial-all .section-testimony .tab-container .txt {
  font-size: 18px;
  line-height: 1.44;
}

body.home .section-testimony .tab-container {
  margin-top: 30px;
}

.section-newsletter {
  position: relative;
  margin-top: -120px !important;
}
@media only screen and (max-width: 765px) {
  .section-newsletter {
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
    background-color: #f7f6f5;
  }
}
.section-newsletter .overlay {
  position: absolute;
  background-color: rgba(3, 21, 37, 0.8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-newsletter .newsletter-container {
  position: relative;
  color: #FFF;
  padding: 50px 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 765px) {
  .section-newsletter .newsletter-container {
    padding: 50px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.section-newsletter .title-desc {
  width: 30%;
}
@media only screen and (max-width: 765px) {
  .section-newsletter .title-desc {
    width: 100%;
  }
}
.section-newsletter .title {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0.29px;
}
@media only screen and (max-width: 765px) {
  .section-newsletter .title {
    font-size: 16px;
    letter-spacing: 0.18px;
  }
}
.section-newsletter .demi-label {
  width: 45%;
  float: left;
  padding-bottom: 30px;
  margin-right: 5%;
}
@media only screen and (max-width: 765px) {
  .section-newsletter .demi-label {
    width: 100%;
  }
}
.section-newsletter .full-label {
  width: 100%;
  margin-top: 25px;
}
.section-newsletter .description {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.28;
  font-family: "whitman-display";
  padding-top: 25px;
}
@media only screen and (max-width: 765px) {
  .section-newsletter .description {
    font-size: 16px;
    line-height: 1.38;
    margin-bottom: 35px;
  }
}
.section-newsletter .nf-form-cont {
  width: 60%;
}
.section-newsletter .nf-form-cont .nf-form-content nf-fields-wrap {
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
}
.section-newsletter #ninja_forms_required_items, .section-newsletter .nf-field-container {
  clear: none;
  margin-bottom: 0px;
  /*&.recaptcha-container{
    clear: both;
  }*/
}
.section-newsletter .submit-wrap .nf-field-element {
  position: relative;
}
.section-newsletter .submit-wrap .nf-field-element:before {
  position: absolute;
  top: 30px;
  left: 15px;
  background-image: url("../images/icon/arrow/BLACK-LARGE.svg");
  width: 28px;
  height: 7px;
  content: "";
  margin-right: 14px;
  display: inline-block;
}
.section-newsletter .submit-wrap .nf-field-element input {
  padding-left: 55px;
}
.section-newsletter form {
  /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
}
@media only screen and (max-width: 765px) {
  .section-newsletter form {
    width: 100%;
  }
}
.section-newsletter form label {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
}
.section-newsletter form input {
  border: 0px;
  border-bottom: 1px solid #d1d1d1;
  background-color: transparent;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  margin-top: 5px;
  color: #FFF;
}
@media only screen and (max-width: 765px) {
  .section-newsletter form input {
    margin-bottom: 20px;
  }
}
.section-newsletter form input::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.25;
  font-family: "whitman-display";
}
.section-newsletter form input::-ms-input-placeholder {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.25;
  font-family: "whitman-display";
}
.section-newsletter form input::placeholder {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.25;
  font-family: "whitman-display";
}
.section-newsletter form input[type=submit], .section-newsletter form input[type=button] {
  padding-bottom: 22px;
}
.section-newsletter form .full-label {
  clear: left !important;
}

.section-formations-essentials {
  background-color: #f7f6f5;
  padding-bottom: 150px;
}
.section-formations-essentials .section-formations-essentials-header {
  margin-top: -160px !important;
  position: relative;
  padding-left: 100px !important;
  background-color: #FFF;
}
@media only screen and (max-width: 1000px) {
  .section-formations-essentials .section-formations-essentials-header {
    padding-left: 20px !important;
  }
}
@media only screen and (max-width: 765px) {
  .section-formations-essentials .section-formations-essentials-header {
    margin-top: -80px !important;
    padding-left: 20px !important;
    height: 200px;
  }
}
.section-formations-essentials .section-formations-essentials-header .title-container {
  height: 180px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 765px) {
  .section-formations-essentials .section-formations-essentials-header .title-container {
    height: 90px;
    display: block;
    position: relative;
  }
}
.section-formations-essentials .section-formations-essentials-header .title-container .classes {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.28;
  font-family: "whitman-display";
  width: 180px;
}
@media only screen and (max-width: 765px) {
  .section-formations-essentials .section-formations-essentials-header .title-container .classes {
    width: calc(100% - 90px);
    float: left;
    padding-top: 20px;
  }
}
.section-formations-essentials .section-formations-essentials-header .title-container .title {
  font-size: 32px;
  line-height: 1.38;
  width: calc(100% - 360px);
  padding-right: 50px;
}
@media only screen and (max-width: 1000px) {
  .section-formations-essentials .section-formations-essentials-header .title-container .title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 765px) {
  .section-formations-essentials .section-formations-essentials-header .title-container .title {
    width: calc(100% + 20px);
    padding: 20px;
    background-color: #FFF;
    position: absolute;
    font-size: 20px;
    line-height: 1.3;
    top: 110px;
    left: -20px;
  }
}
.section-formations-essentials .section-formations-essentials-header .title-container .title .label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.67px;
  text-transform: uppercase;
  color: #7f7c76;
}
.section-formations-essentials .section-formations-essentials-header .title-container .logo {
  width: 180px;
  height: 180px;
}
@media only screen and (max-width: 765px) {
  .section-formations-essentials .section-formations-essentials-header .title-container .logo {
    width: 90px;
    height: 90px;
    float: left;
  }
}
.section-formations-essentials .section-formations-essentials-description {
  display: -webkit-box;
  display: flex;
  padding-top: 100px;
}
@media only screen and (max-width: 765px) {
  .section-formations-essentials .section-formations-essentials-description {
    display: block;
  }
}
.section-formations-essentials .section-formations-essentials-description .intro {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.67px;
  text-transform: uppercase;
  color: #7f7c76;
  padding-bottom: 20px;
}
.section-formations-essentials .section-formations-essentials-description .intro-desc {
  width: 50%;
  margin-right: 10%;
}
@media only screen and (max-width: 765px) {
  .section-formations-essentials .section-formations-essentials-description .intro-desc {
    width: 100%;
  }
}
.section-formations-essentials .section-formations-essentials-description .intro-desc .description {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.58;
  letter-spacing: -0.53px;
  font-family: "whitman-display";
}
@media only screen and (max-width: 765px) {
  .section-formations-essentials .section-formations-essentials-description .intro-desc .description {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: -0.36px;
  }
}
.section-formations-essentials .section-formations-essentials-description .objectif {
  width: 20%;
  padding-right: 30px;
}
@media only screen and (max-width: 765px) {
  .section-formations-essentials .section-formations-essentials-description .objectif {
    width: 100%;
    padding-right: 0px;
    margin-top: 25px;
  }
}
.section-formations-essentials .section-formations-essentials-description .objectif ul {
  margin: 0px;
  padding: 0px;
}
.section-formations-essentials .section-formations-essentials-description .objectif ul li {
  margin: 0px;
  padding: 0px;
  list-style: inside;
  margin-bottom: 15px;
}
@media only screen and (max-width: 765px) {
  .section-formations-essentials .section-formations-essentials-description .objectif ul li {
    font-size: 14px;
    line-height: 1.21;
  }
}
.section-formations-essentials .section-formations-essentials-description .diploma {
  width: 20%;
}
@media only screen and (max-width: 765px) {
  .section-formations-essentials .section-formations-essentials-description .diploma {
    width: 100%;
  }
}
.section-formations-essentials .section-formations-essentials-description .diploma .year {
  font-size: 14px;
  line-height: 1.21;
}
.section-formations-essentials .section-formations-essentials-description .diploma .certif {
  font-size: 10px;
  letter-spacing: 0.17px;
  color: #7f7c76;
  margin-top: 10px;
  margin-bottom: 20px;
}
.section-formations-essentials .section-formations-essentials-description .diploma .certif-background-container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.section-formations-essentials .section-formations-essentials-description .diploma .certif-img-container {
  width: 100px;
  height: 100px;
  background-color: #FFF;
  border-radius: 50%;
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 765px) {
  .section-formations-essentials .section-formations-essentials-description .diploma .certif-intro-container-mobile {
    margin-top: 35px;
    width: 48%;
    float: left;
  }
}
@media only screen and (max-width: 765px) {
  .section-formations-essentials .section-formations-essentials-description .diploma .certif-img-container-mobile {
    margin-top: 35px;
    width: 45%;
    float: right;
  }
}

.section-contact-school {
  background-color: #FFF;
  padding: 150px 0;
}
@media only screen and (max-width: 765px) {
  .section-contact-school {
    padding: 30px 0 0;
  }
}
.section-contact-school .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 765px) {
  .section-contact-school .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
}
.section-contact-school .contact-container {
  width: 35%;
}
@media only screen and (max-width: 1000px) {
  .section-contact-school .contact-container {
    width: 100%;
  }
}
.section-contact-school .contact-container .contact {
  background-color: #f7f6f5;
  border-radius: 5px;
  padding: 30px;
}
@media only screen and (max-width: 765px) {
  .section-contact-school .contact-container .contact {
    border-radius: 0px;
  }
}
.section-contact-school .contact-container .contact .intro {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.67px;
  text-transform: uppercase;
}
.section-contact-school .contact-container .contact .one-contact {
  margin-top: 20px;
}
.section-contact-school .contact-container .brochure {
  background-color: #be3112;
  border-radius: 5px;
  height: 250px;
  position: relative;
  margin-top: 3%;
}
.section-contact-school .contact-container .brochure .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 10%;
}
.section-contact-school .contact-container .brochure .circle-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
}
.section-contact-school .contact-container .brochure .circle {
  background-color: #031525;
  position: absolute;
  width: 125%;
  padding-top: 125%;
  bottom: 0%;
  left: 0%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.section-contact-school .contact-container .brochure .brochure-img {
  position: absolute;
  height: 80%;
  width: auto;
  top: 50%;
  -webkit-transform: translate(-20px, -50%);
          transform: translate(-20px, -50%);
}
@media only screen and (max-width: 765px) {
  .section-contact-school .contact-container .brochure .brochure-img {
    -webkit-transform: translate(20px, 0%);
            transform: translate(20px, 0%);
    height: 80%;
    top: 10%;
  }
}
.section-contact-school .video {
  width: 64%;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 765px) {
  .section-contact-school .video {
    width: 100%;
    min-height: 215px;
  }
}
.section-contact-school .video .couv {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: none;
}
.section-contact-school .video .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 2, 0, 0.5)), to(rgba(11, 2, 0, 0.4)));
  background-image: linear-gradient(to bottom, rgba(11, 2, 0, 0.5), rgba(11, 2, 0, 0.4));
}
.section-contact-school .video iframe {
  width: 100%;
  height: 100%;
}
.section-contact-school .video .play {
  position: absolute;
  cursor: pointer;
  width: 100px;
  height: 100px;
  background-color: #fa390e;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.section-contact-school .video .play:after {
  position: absolute;
  background-image: url("../images/icon/general/PLAYER-w.svg");
  width: 11px;
  height: 13px;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 765px) {
  .section-contact-school .video .play {
    width: 60px;
    height: 60px;
  }
}

.section-diploma-informations {
  position: relative;
  border-top: 1px solid #eae9e6;
}
.section-diploma-informations .nav-diploma-informations {
  width: 300px;
  color: #FFF;
  position: absolute;
  height: 100%;
  background-color: #FFF;
  border-right: 1px solid #eae9e6;
}
@media only screen and (max-width: 1000px) {
  .section-diploma-informations .nav-diploma-informations {
    width: 200px;
  }
}
@media only screen and (max-width: 765px) {
  .section-diploma-informations .nav-diploma-informations {
    display: none;
  }
}
.section-diploma-informations .nav-diploma-informations ul {
  margin: 0px;
  padding: 52px 42px;
  width: 216px;
  box-sizing: content-box;
}
@media only screen and (max-width: 1000px) {
  .section-diploma-informations .nav-diploma-informations ul {
    margin: 0px;
    padding: 20px;
    width: 160px;
  }
}
.section-diploma-informations .nav-diploma-informations ul.sticky {
  position: fixed;
  top: 80px;
  left: 0px;
}
.section-diploma-informations .nav-diploma-informations ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  opacity: 0.4;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.67px;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 3;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 1000px) {
  .section-diploma-informations .nav-diploma-informations ul li {
    padding: 10px;
    line-height: 1;
  }
}
.section-diploma-informations .nav-diploma-informations ul li.active, .section-diploma-informations .nav-diploma-informations ul li:hover {
  opacity: 1;
}
@media only screen and (max-width: 765px) {
  .section-diploma-informations .main-container {
    padding: 0px;
  }
}
.section-diploma-informations .main-container section {
  padding: 40px 0px;
  padding-left: 300px;
  border-bottom: 1px solid #eae9e6;
  max-width: 800px;
}
@media only screen and (max-width: 1000px) {
  .section-diploma-informations .main-container section {
    padding-left: 200px;
  }
}
@media only screen and (max-width: 765px) {
  .section-diploma-informations .main-container section {
    padding: 30px 0px;
  }
}
.section-diploma-informations .main-container section.section80 {
  max-width: 690px;
}
@media only screen and (max-width: 1000px) {
  .section-diploma-informations .main-container section.section80 {
    max-width: 100%;
  }
}
.section-diploma-informations .main-container section.section80:last-child {
  border-bottom: 0px;
}
.section-diploma-informations .main-container section .label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.67px;
  text-transform: uppercase;
  color: #7f7c76;
  padding-bottom: 20px;
}
.section-diploma-informations .main-container section .label.second {
  margin-top: 30px;
}
.section-diploma-informations .main-container section h3 {
  font-size: 38px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.32;
  letter-spacing: -0.84px;
  font-family: "whitman-display";
  color: #fa390e;
  margin: 0px 0px 20px 0px;
}
@media only screen and (max-width: 765px) {
  .section-diploma-informations .main-container section h3 {
    font-size: 22px;
    font-style: italic;
    line-height: 1.36;
    letter-spacing: -0.49px;
  }
}
.section-diploma-informations .main-container section .pratic-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 765px) {
  .section-diploma-informations .main-container section .pratic-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.section-diploma-informations .main-container section .pratic-container .col {
  width: 23%;
}
@media only screen and (max-width: 765px) {
  .section-diploma-informations .main-container section .pratic-container .col {
    width: 100%;
    margin-bottom: 20px;
  }
}
.section-diploma-informations .main-container section .pratic-container .col .content {
  font-size: 14px;
  line-height: 1.21;
}
.section-diploma-informations .main-container section .pratic-container .col .content ul {
  padding: 0px;
  margin: 0px;
}
.section-diploma-informations .main-container section .pratic-container .col .content ul li {
  margin: 0px;
  padding: 0px;
  margin-bottom: 15px;
  list-style: inside;
}
.section-diploma-informations .main-container section .partnair-gallery {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.section-diploma-informations .main-container section .partnair-gallery .item {
  width: 10%;
  text-decoration: none;
}
.section-diploma-informations .main-container section .partnair-gallery .item .img {
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
  padding-top: 100%;
  width: 100%;
  border-top: 1px solid #eae9e6;
  border-right: 1px solid #eae9e6;
  border-bottom: 1px solid #eae9e6;
}
.section-diploma-informations .main-container section .partnair-gallery .item .title {
  font-size: 12px;
  line-height: 1.21;
  color: #463835;
  text-decoration: none;
  display: inline-block;
}
.section-diploma-informations .main-container section .partnair-gallery .item:first-child .img, .section-diploma-informations .main-container section .partnair-gallery .item:nth-child(10n+1) .img {
  border-left: 1px solid #eae9e6;
}
@media only screen and (max-width: 765px) {
  .section-diploma-informations .main-container section .partnair-gallery .item {
    width: 20%;
  }
  .section-diploma-informations .main-container section .partnair-gallery .item:nth-child(5n+1) .img {
    border-left: 1px solid #eae9e6;
  }
}
.section-diploma-informations .main-container section .partnair-gallery .item.with-txt {
  width: calc(49.7% - 20px );
  display: -webkit-box;
  display: flex;
  border: 1px solid #eae9e6;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px;
}
.section-diploma-informations .main-container section .partnair-gallery .item.with-txt .img {
  width: 20%;
  padding-top: 20%;
  border: 0px;
}
.section-diploma-informations .main-container section .partnair-gallery .item.with-txt .title {
  width: 60%;
  padding-left: 10%;
}
.section-diploma-informations .main-container section .main-content {
  font-size: 18px;
  line-height: 1.67;
}
@media only screen and (max-width: 765px) {
  .section-diploma-informations .main-container section .main-content {
    font-size: 14px;
    line-height: 1.71;
    opacity: 0.8;
  }
}
.section-diploma-informations .main-container section .main-content p {
  margin: 5px 0;
}
.section-diploma-informations .main-container section .main-content ul {
  margin: 0px;
  padding: 0px;
}
.section-diploma-informations .main-container section .main-content ul li {
  margin: 0px;
  padding: 0px;
  list-style: inside;
}
.section-diploma-informations .main-container section .teaching-blocs {
  margin-top: 20px;
}
.section-diploma-informations .main-container section .teaching-blocs .bloc {
  background-color: #f7f6f5;
  width: 100%;
  padding: 45px 90px 45px 45px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 765px) {
  .section-diploma-informations .main-container section .teaching-blocs .bloc {
    padding: 30px;
  }
}
.section-diploma-informations .main-container section .teaching-blocs .bloc h4 {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.38;
  letter-spacing: 0.29px;
  margin: 0;
  padding: 0;
  padding-bottom: 20px;
}
@media only screen and (max-width: 765px) {
  .section-diploma-informations .main-container section .teaching-blocs .bloc h4 {
    font-size: 18px;
  }
}
.section-diploma-informations .main-container section .teaching-blocs .bloc .txt {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.28;
  font-family: "whitman-display";
}
@media only screen and (max-width: 765px) {
  .section-diploma-informations .main-container section .teaching-blocs .bloc .txt {
    font-size: 14px;
  }
}
.section-diploma-informations .main-container section .quote {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0.29px;
}
@media only screen and (max-width: 765px) {
  .section-diploma-informations .main-container section .quote {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: 0.18px;
  }
}
.section-diploma-informations .main-container section .quote:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 15px;
  background-color: #be3112;
  height: 2px;
}
.section-diploma-informations .main-container section .quote:after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 8px;
  background-color: #be3112;
  height: 8px;
  border-radius: 50%;
}
.section-diploma-informations .main-container section .btn-quote {
  margin-top: 20px;
}
.section-diploma-informations .main-container section .modules-container {
  margin-top: 40px;
}
.section-diploma-informations .main-container section .modules-container h4 {
  font-size: 18px;
  line-height: 1.44;
  font-weight: 400;
  color: #092136;
  text-transform: uppercase;
}
.section-diploma-informations .main-container section .modules-container .competence-bloc {
  margin-top: 30px;
  padding: 16px 40px;
  border-radius: 5px;
}
.section-diploma-informations .main-container section .modules-container .competence-bloc .intro {
  font-size: 10px;
  font-weight: 500;
  color : #FFFFFF;
  letter-spacing: 1.67px;
  text-transform: uppercase;
}
.section-diploma-informations .main-container section .modules-container .competence-bloc .title {
  font-size: 18px;
  line-height: 1.44;
  color: #FFF;
}
@media only screen and (max-width: 765px) {
  .section-diploma-informations .main-container section .modules-container .competence-bloc .title {
    font-size: 14px;
    line-height: 1.86;
  }
}
.section-diploma-informations .main-container section .modules-container .module {
  margin-top: 5px;
  padding: 16px 76px 16px 40px;
  position: relative;
  border-radius: 5px;
  background-color: #f7f6f5;
  min-height: 68px;
  cursor: pointer;
}
.section-diploma-informations .main-container section .modules-container .module .intro {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.67px;
  text-transform: uppercase;
}
.section-diploma-informations .main-container section .modules-container .module .title {
  font-size: 18px;
  line-height: 1.44;
}
@media only screen and (max-width: 765px) {
  .section-diploma-informations .main-container section .modules-container .module .title {
    font-size: 14px;
    line-height: 1.86;
  }
}
.section-diploma-informations .main-container section .modules-container .module .title.titleFAQ {
  font-weight: 500;
}
.section-diploma-informations .main-container section .modules-container .module.active .content {
  max-height: 100vh;
}
.section-diploma-informations .main-container section .modules-container .module.active .action:after {
  display: none;
}
.section-diploma-informations .main-container section .modules-container .module.notitle .content {
  max-height: 100vh;
}
.section-diploma-informations .main-container section .modules-container .module.notitle .action {
  display: none;
}
.section-diploma-informations .main-container section .modules-container .module .content {
  font-family: "whitman-display";
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.28;
  max-height: 0px;
  overflow: hidden;
  color: #7f7c76;
}
.section-diploma-informations .main-container section .modules-container .module .content.contentFAQ {
  font-size: 17px;
  font-weight: 200;
  font-style: normal;
  font-family: "halyard-display";
  color: #828282;
  padding-top: 1rem;
}
.section-diploma-informations .main-container section .modules-container .module .content li {
  list-style: inside;
}
@media only screen and (max-width: 765px) {
  .section-diploma-informations .main-container section .modules-container .module .content {
    font-size: 14px;
    line-height: 1.71;
  }
  .section-diploma-informations .main-container section .modules-container .module .content ul {
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
  }
}
.section-diploma-informations .main-container section .modules-container .module .action {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: #FFF;
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.section-diploma-informations .main-container section .modules-container .module .action:before {
  position: absolute;
  background-color: #031525;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}
.section-diploma-informations .main-container section .modules-container .module .action:after {
  position: absolute;
  background-color: #031525;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  content: "";
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.section-diploma-informations .main-container section .modules-container .module.open .content {
  max-height: 100vh;
}
.section-diploma-informations .main-container section .modules-container .module.open .action:after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.section-diploma-informations .main-container section .modules-container .title-tab-spe {
  margin-top: 50px;
}
.section-diploma-informations .main-container section .modules-container .tab-spe {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 50px;
}
.section-diploma-informations .main-container section .modules-container .tab-spe .tab {
  color: #463835;
  border-bottom: 1px solid currentColor;
  font-size: 18px;
  line-height: 1.44;
  width: calc(33% - 14px);
  opacity: 0.3;
  padding-bottom: 5px;
  text-align: center;
  cursor: pointer;
}
.section-diploma-informations .main-container section .modules-container .tab-spe .tab.active {
  opacity: 1;
}
.section-diploma-informations .main-container section .modules-container .tab-container .main-content {
  margin: 30px 0;
}
.section-diploma-informations .main-container section .partnair-container {
  margin-top: 40px;
}
.section-diploma-informations .main-container section .partnair-container .bloc {
  width: 100%;
  display: -webkit-box;
  display: flex;
  border: 1px solid #eae9e6;
  padding: 30px;
  -webkit-box-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  margin-bottom: 10px;
}
.section-diploma-informations .main-container section .partnair-container .bloc .img-container {
  width: 80px;
}
.section-diploma-informations .main-container section .partnair-container .bloc .img-container img {
  width: 80px;
  height: auto;
}
.section-diploma-informations .main-container section .partnair-container .bloc .txt {
  width: calc(100% - 105px);
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.28;
  color: #5d5a56;
  text-decoration: none;
  font-family: "whitman-display";
}

.section-push {
  padding-top: 100px;
  background-color: #f7f6f5;
  padding-bottom: 250px;
}
@media only screen and (max-width: 765px) {
  .section-push {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.section-push .push-title {
  font-size: 28px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.36;
  letter-spacing: -0.62px;
  font-family: "whitman-display";
}
.section-push .push-container {
  margin-top: 30px;
  display: -webkit-box;
  display: flex;
}
@media only screen and (max-width: 765px) {
  .section-push .push-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.section-push .push-container .push {
  width: 50%;
  height: 356px;
  position: relative;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 765px) {
  .section-push .push-container .push {
    width: 100%;
    height: 200px;
  }
}
.section-push .push-container .push .overlay {
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section-push .push-container .push .push-link {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 765px) {
  .section-push .push-container .push .push-link {
    width: 100%;
    text-align: center;
    padding: 0 10%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 0;
  }
}
.section-push .push-container .push:first-child .overlay {
  background: linear-gradient(121deg, #092136, #031525);
}
.section-push .push-container .push:last-child .overlay {
  background: linear-gradient(121deg, #fa390e, #be3112);
}

.section-teams-leader {
  position: relative;
  background-color: #f7f6f5;
}
.section-teams-leader .background {
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 50px;
  background-position: center;
  background-size: cover;
}
.section-teams-leader .background .overlay {
  height: 100%;
  width: 100%;
  opacity: 0.9;
}
.section-teams-leader .container {
  position: relative;
  height: 500px;
}
@media only screen and (max-width: 765px) {
  .section-teams-leader .container {
    height: auto;
  }
}
.section-teams-leader .container h2 {
  font-size: 28px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.36;
  letter-spacing: -0.62px;
  color: #FFF;
  margin-top: 80px;
}
.section-teams-leader .container h2:after {
  display: none;
}
.section-teams-leader .container .profil-container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.section-teams-leader .container .profil-container .head-teacher {
  width: 49%;
}
@media only screen and (max-width: 765px) {
  .section-teams-leader .container .profil-container .head-teacher {
    width: 100%;
  }
}

.section-teams-teacher {
  position: relative;
  background-color: #f7f6f5;
  padding-bottom: 50px;
}
.section-teams-teacher h2 {
  font-size: 28px;
  font-weight: 600;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.36;
  letter-spacing: -0.62px;
  margin-top: 80px;
}
.section-teams-teacher h2:after {
  display: none;
}
.section-teams-teacher .profil-container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.section-teams-teacher .profil-container .elements-profil-teacher {
  width: 49%;
}
@media only screen and (max-width: 765px) {
  .section-teams-teacher .profil-container .elements-profil-teacher {
    width: 100%;
  }
}

.section-candidate .breadcrumb {
  margin-top: 95px;
}
@media only screen and (max-width: 765px) {
  .section-candidate .breadcrumb {
    margin-top: 35px;
  }
}
.section-candidate .breadcrumb .current {
  color: #463835;
}
.section-candidate .intro {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0.29px;
  margin-left: 15%;
  max-width: 590px;
  margin-top: 65px;
}
@media only screen and (max-width: 765px) {
  .section-candidate .intro {
    font-size: 20px;
    line-height: 1.3;
    margin-left: 0%;
    margin-top: 35px;
  }
}
.section-candidate .steps {
  margin-top: 45px;
  display: -webkit-box;
  display: flex;
  padding: 0 5%;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
}
.section-candidate .steps:after {
  content: "";
  position: absolute;
  width: 120%;
  left: -10%;
  top: calc(50% - 1px);
  background-color: #fa390e;
  height: 2px;
  z-index: 1;
}
@media only screen and (max-width: 765px) {
  .section-candidate .steps {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0;
    position: relative;
  }
  .section-candidate .steps:after {
    position: absolute;
    content: "";
    width: 2px;
    background-color: #fa390e;
    left: 20px;
    height: calc(100% + 40px);
    position: absolute;
    top: -20px;
  }
}
.section-candidate .steps .step {
  width: 32%;
  background-color: #f7f6f5;
  padding: 35px 42px 120px;
  border-radius: 3px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 765px) {
  .section-candidate .steps .step {
    width: calc(100% - 40px);
    margin-bottom: 15px;
    padding: 20px 20px 170px;
    z-index: 2;
  }
}
.section-candidate .steps .step .title {
  font-size: 52px;
  line-height: 1.04;
  color: #fa390e;
}
.section-candidate .steps .step .txt {
  font-size: 18px;
  line-height: 1.44;
  margin-top: 25px;
}
.section-candidate .steps .step .txt strong {
  color: #FFF;
}
.section-candidate .steps .step .small-txt {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.25;
  font-family: "whitman-display";
  margin-top: 58px;
  color: #7f7c76;
  position: absolute;
  bottom: 35px;
  width: calc(100% - 84px);
}
.section-candidate .steps .step .btn {
  position: absolute;
  bottom: 35px;
  left: 42px;
  right: 42px;
}
.section-candidate .blocs-info:last-child {
  padding-bottom: 70px;
}
.section-candidate .blocs-info .title {
  font-size: 38px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.32;
  letter-spacing: -0.84px;
  color: #fa390e;
  font-family: "whitman-display";
  padding: 45px 0 45px 10%;
}
@media only screen and (max-width: 765px) {
  .section-candidate .blocs-info .title {
    font-size: 22px;
    font-style: italic;
    line-height: 1.36;
    letter-spacing: -0.49px;
    padding: 25px 0 25px 10%;
  }
}
.section-candidate .blocs-info .title:before {
  background-image: url("../images/icon/arrow/RED-SMALL.svg");
  width: 14px;
  height: 7px;
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}
.section-candidate .blocs-info .bloc-txt {
  background-color: #031525;
  padding: 30px 0;
  width: 100%;
  border-radius: 5px;
}
.section-candidate .blocs-info .bloc-txt .txt {
  line-height: 1.44;
  color: #FFF;
  max-width: 580px;
  margin: auto;
}
.section-candidate .blocs-info .bloc-txt .txt strong {
  color: #FFF;
  font-size: 18px;
}
@media only screen and (max-width: 765px) {
  .section-candidate .blocs-info .bloc-txt .txt {
    font-size: 16px;
    line-height: 1.38;
    padding: 0 20px;
  }
}
.section-candidate .blocs-info .bloc-txt ul {
  margin: 0px;
  padding: 0px;
}
.section-candidate .blocs-info .bloc-txt ul li {
  list-style: inside;
}
.section-candidate .blocs-info .bloc-txt .link-container {
  text-align: center;
}
.section-candidate .blocs-info .bloc-txt .btn {
  margin-top: 35px;
}
.section-candidate .blocs-info .docs-address .docs {
  width: 60%;
  float: left;
  font-size: 18px;
  line-height: 1.67;
  opacity: 0.8;
}
@media only screen and (max-width: 765px) {
  .section-candidate .blocs-info .docs-address .docs {
    width: 100%;
    float: none;
    font-size: 14px;
    line-height: 1.71;
    opacity: 0.8;
  }
}
.section-candidate .blocs-info .docs-address .address {
  float: right;
  width: 30%;
  background-color: #f7f6f5;
  border-radius: 3px;
  padding: 40px 45px;
}
@media only screen and (max-width: 765px) {
  .section-candidate .blocs-info .docs-address .address {
    width: calc(100% - 50px);
    float: none;
    margin-top: 20px;
    padding: 25px;
  }
}
.section-candidate .blocs-info .docs-address .address .label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.67px;
  text-transform: uppercase;
  color: #7f7c76;
}
.section-candidate .blocs-info .docs-address .address .txt {
  font-size: 16px;
  font-weight: 500;
  color: #7f7c76;
  font-style: italic;
  line-height: 1.25;
  font-family: "whitman-display";
  margin-top: 30px;
}
.section-candidate .blocs-info .docs-address .address .address-info {
  font-size: 14px;
  line-height: 1.21;
  margin-top: 15px;
}

.section-contact-map .breadcrumb {
  margin-top: 95px;
}
.section-contact-map .breadcrumb .current {
  color: #463835;
}
.section-contact-map .map-address {
  width: 100%;
  position: relative;
  margin-top: 32px;
}
.section-contact-map .map-address .map {
  min-height: 520px;
  width: 95%;
}
.section-contact-map .map-address .address {
  background-color: #fa390e;
  color: #FFF;
  border-radius: 3px;
  position: absolute;
  right: 0;
  top: 30px;
  height: calc(100% - 60px);
  padding: 42px 52px;
  min-width: 345px;
}
@media only screen and (max-width: 765px) {
  .section-contact-map .map-address .address {
    position: relative;
    height: auto;
  }
}
.section-contact-map .map-address .address .title {
  font-size: 32px;
  line-height: 1.38;
}
.section-contact-map .map-address .address .txt {
  position: absolute;
  left: 52px;
  bottom: 42px;
  font-size: 18px;
  line-height: 1.44;
  font-weight: 300;
}
@media only screen and (max-width: 765px) {
  .section-contact-map .map-address .address .txt {
    position: relative;
    left: 0px;
    margin-top: 50px;
  }
}
.section-contact-map .map-address .address a {
  color: #FFF;
  text-decoration: none;
}

.section-contact-team {
  margin-top: 50px;
  margin-bottom: 70px;
}
.section-contact-team h2 {
  font-size: 38px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.32;
  letter-spacing: -0.84px;
  color: #fa390e;
  font-family: "whitman-display";
  padding: 45px 0 45px 10%;
}
.section-contact-team h2:before {
  background-image: url("../images/icon/arrow/RED-SMALL.svg");
  width: 14px;
  height: 7px;
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}
.section-contact-team h2:after {
  display: none;
}
.section-contact-team h3 {
  font-size: 18px;
  line-height: 1.44;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 50px;
  margin-bottom: 0px;
}
.section-contact-team .contant-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}
.section-contact-team .contant-container:not(:first-of-type) .head-teacher {
  background-color: #f7f6f5;
}
.section-contact-team .contant-container:not(:first-of-type) .head-teacher .profil-responsability,
.section-contact-team .contant-container:not(:first-of-type) .head-teacher .profil-name,
.section-contact-team .contant-container:not(:first-of-type) .head-teacher .profil-job {
  color: #463835;
}
.section-contact-team .contant-container .head-teacher {
  width: 49%;
}
@media only screen and (max-width: 765px) {
  .section-contact-team .contant-container .head-teacher {
    width: 100%;
  }
}
.section-contact-team .contant-container .head-teacher .link-color {
  background-color: #fa390e;
}
.section-contact-team .contant-container .head-teacher .btn {
  background-color: #fa390e;
  color: #FFF;
}

.section-insertion-all {
  background-color: #f7f6f5;
}
.section-insertion-all .insertion-selection {
  min-height: 400px;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 175px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 765px) {
  .section-insertion-all .insertion-selection {
    padding-top: 50px;
  }
}
.section-insertion-all .insertion-selection .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.8;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.section-insertion-all .insertion-selection .nav-switch-diploma {
  z-index: 2;
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 765px) {
  .section-insertion-all .insertion-selection .nav-switch-diploma {
    width: 100%;
  }
  .section-insertion-all .insertion-selection .nav-switch-diploma .container {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
}
.section-insertion-all .switch-section {
  background-color: #FFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 100px;
  padding-left: 100px;
  padding-bottom: 100px;
  margin-top: -210px;
  position: relative;
}
@media only screen and (max-width: 765px) {
  .section-insertion-all .switch-section {
    padding-left: 0px;
    padding-top: 45px;
    border-right: 0px;
  }
}
.section-insertion-all .switch-section .content-chapo .content {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0.29px;
  color: #031525;
  padding-left: 10%;
  max-width: 80%;
  padding-bottom: 45px;
}
@media only screen and (max-width: 765px) {
  .section-insertion-all .switch-section .content-chapo .content {
    padding-left: 25px;
    max-width: 100%;
    font-size: 20px;
    line-height: 1.3;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
  .section-insertion-all .switch-section .content-chapo .content:before {
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0;
    background-color: #be3112;
    display: block;
    content: "";
  }
}
.section-insertion-all .switch-section .content-subtitle h2 {
  font-size: 38px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.32;
  letter-spacing: -0.84px;
  color: #fa390e;
  font-family: "whitman-display";
  max-width: 80%;
  padding: 45px 0 25px 10%;
}
.section-insertion-all .switch-section .content-subtitle h2:before {
  background-image: url("../images/icon/arrow/RED-SMALL.svg");
  width: 14px;
  height: 7px;
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}
.section-insertion-all .switch-section .content-subtitle h2:after {
  display: none;
}
@media only screen and (max-width: 765px) {
  .section-insertion-all .switch-section .content-subtitle h2 {
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.36;
    letter-spacing: -0.49px;
    padding: 45px 0 45px 0;
  }
}
.section-insertion-all .switch-section .content-btn {
  padding-left: 16%;
  max-width: 80%;
  font-size: 18px;
  line-height: 1.67;
  padding-bottom: 20px;
}
@media only screen and (max-width: 765px) {
  .section-insertion-all .switch-section .content-btn {
    font-size: 14px;
    line-height: 1.71;
    padding-left: 10%;
    padding-bottom: 25px;
  }
}
.section-insertion-all .switch-section .content-simple-text {
  padding-left: 10%;
  max-width: 80%;
  font-size: 18px;
  line-height: 1.67;
  padding-bottom: 20px;
}
@media only screen and (max-width: 765px) {
  .section-insertion-all .switch-section .content-simple-text {
    font-size: 14px;
    line-height: 1.71;
    padding-left: 10%;
    padding-bottom: 25px;
  }
}
.section-insertion-all .switch-section .content-simple-text h1,
.section-insertion-all .switch-section .content-simple-text h2,
.section-insertion-all .switch-section .content-simple-text h3 {
  font-size: 38px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.32;
  letter-spacing: -0.84px;
  color: #fa390e;
  font-family: "whitman-display";
}
.section-insertion-all .switch-section .content-simple-text h1:before,
.section-insertion-all .switch-section .content-simple-text h2:before,
.section-insertion-all .switch-section .content-simple-text h3:before {
  background-image: url("../images/icon/arrow/RED-SMALL.svg");
  width: 14px;
  height: 7px;
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}
.section-insertion-all .switch-section .content-simple-text h1:after,
.section-insertion-all .switch-section .content-simple-text h2:after,
.section-insertion-all .switch-section .content-simple-text h3:after {
  display: none;
}
@media only screen and (max-width: 765px) {
  .section-insertion-all .switch-section .content-simple-text h1,
.section-insertion-all .switch-section .content-simple-text h2,
.section-insertion-all .switch-section .content-simple-text h3 {
    font-size: 16px;
    line-height: 1.38;
  }
}
.section-insertion-all .switch-section .content-simple-text ul,
.section-insertion-all .switch-section .content-simple-text ol {
  margin: 0px;
  padding: 0px;
  margin-left: 10%;
  opacity: 0.8;
}
.section-insertion-all .switch-section .content-simple-text ul li {
  list-style: inside;
  /*&:before{
    content: "-";
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }*/
}
.section-insertion-all .switch-section .content-simple-text ol li {
  margin-left: 15px;
  padding-left: 5px;
}
.section-insertion-all .switch-section .content-simple-text p {
  margin: 5px 0px;
  margin-left: 10%;
  opacity: 0.8;
}
.section-insertion-all h3.svg-title {
  font-size: 28px;
  font-style: italic;
  line-height: 1.36;
  letter-spacing: -0.62px;
  font-family: "whitman-display";
  color: #fa390e;
  font-weight: 400;
  padding-left: 10%;
  max-width: 80%;
}
.section-insertion-all .tab-nav-container {
  display: -webkit-box;
  display: flex;
}
@media only screen and (max-width: 765px) {
  .section-insertion-all .tab-nav-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .section-insertion-all .tab-nav-container .tab-nav {
    width: 100%;
    display: block !important;
  }
}
.section-insertion-all .tab-nav-container .tab-container {
  width: 60%;
}
@media only screen and (max-width: 765px) {
  .section-insertion-all .tab-nav-container .tab-container {
    width: 100%;
  }
}
.section-insertion-all .txt {
  opacity: 0.8;
  font-size: 18px;
  line-height: 1.67;
  padding-bottom: 50px;
  padding-left: 10%;
  max-width: 80%;
}
.section-insertion-all .tab-nav-container {
  padding-left: 10%;
  max-width: 80%;
  overflow: hidden;
}
.section-insertion-all .svg-container {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.section-insertion-all .svg-container svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.section-insertion-all .svg-container svg path {
  cursor: pointer;
}
.section-insertion-all .svg-container .numbers {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  pointer-events: none;
}
.section-insertion-all .svg-container .numbers .number {
  font-size: 52px;
  line-height: 1.04;
}
.section-insertion-all .svg-container .numbers .description {
  font-size: 16px;
  font-style: italic;
  line-height: 1.25;
  font-family: "whitman-display";
  width: 60%;
  margin: auto;
}

.switch-insertion {
  margin-top: -30px;
}

.page-template-template-insertion-graduate-page .nav-formations ul {
  -webkit-box-pack: start;
          justify-content: start;
}
.page-template-template-insertion-graduate-page .nav-formations ul li {
  padding-right: 30px;
}

.section-internship-about {
  background-color: #FFF;
  padding-top: 100px;
  padding-left: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 765px) {
  .section-internship-about {
    padding-left: 0px;
    padding-top: 45px;
    border-right: 0px;
  }
}
.section-internship-about .content-chapo .content {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0.29px;
  color: #031525;
  padding-left: 10%;
  max-width: 80%;
  padding-bottom: 45px;
}
@media only screen and (max-width: 765px) {
  .section-internship-about .content-chapo .content {
    padding-left: 25px;
    max-width: 100%;
    font-size: 20px;
    line-height: 1.3;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
  .section-internship-about .content-chapo .content:before {
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0;
    background-color: #be3112;
    display: block;
    content: "";
  }
}
.section-internship-about .content-subtitle h2 {
  font-size: 38px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.32;
  letter-spacing: -0.84px;
  color: #fa390e;
  font-family: "whitman-display";
  max-width: 80%;
  padding: 45px 0 25px 10%;
}
.section-internship-about .content-subtitle h2:before {
  background-image: url("../images/icon/arrow/RED-SMALL.svg");
  width: 14px;
  height: 7px;
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}
.section-internship-about .content-subtitle h2:after {
  display: none;
}
@media only screen and (max-width: 765px) {
  .section-internship-about .content-subtitle h2 {
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.36;
    letter-spacing: -0.49px;
    padding: 45px 0 45px 0;
  }
}
.section-internship-about .content-btn {
  padding-left: 16%;
  max-width: 80%;
  font-size: 18px;
  line-height: 1.67;
  padding-bottom: 20px;
}
@media only screen and (max-width: 765px) {
  .section-internship-about .content-btn {
    font-size: 14px;
    line-height: 1.71;
    padding-left: 0;
    max-width: 100%;
    padding-bottom: 25px;
  }
}
.section-internship-about .content-simple-text {
  padding-left: 16%;
  max-width: 80%;
  opacity: 0.8;
  font-size: 18px;
  line-height: 1.67;
  padding-bottom: 50px;
}
@media only screen and (max-width: 765px) {
  .section-internship-about .content-simple-text {
    font-size: 14px;
    line-height: 1.71;
    padding-left: 0;
    max-width: 100%;
    padding-bottom: 25px;
  }
}
.section-internship-about .content-simple-text h1,
.section-internship-about .content-simple-text h2,
.section-internship-about .content-simple-text h3 {
  opacity: 1;
  font-size: 18px;
  line-height: 1.44;
  color: #031525;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 765px) {
  .section-internship-about .content-simple-text h1,
.section-internship-about .content-simple-text h2,
.section-internship-about .content-simple-text h3 {
    font-size: 16px;
    line-height: 1.38;
  }
}
.section-internship-about .content-simple-text h1 {
  font-size: 20px;
}
.section-internship-about .content-simple-text h2 {
  font-size: 19px;
}
.section-internship-about .content-simple-text h3 {
  font-weight: 400;
}
.section-internship-about .content-simple-text ul,
.section-internship-about .content-simple-text ol {
  margin: 0px;
  padding: 0px;
}
.section-internship-about .content-simple-text ul li {
  list-style: inside;
  /*&:before{
    content: "-";
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }*/
}
.section-internship-about .content-simple-text ol li {
  margin-left: 15px;
  padding-left: 5px;
}
.section-internship-about .content-simple-text p {
  margin: 5px 0px;
}
.section-internship-about .content-simple-text img {
  max-width: 100%;
  height: auto;
}
.section-internship-about .content-diplome {
  padding: 60px 10%;
  background-color: #031525;
  margin-bottom: 50px;
}
.section-internship-about .content-diplome .title {
  font-size: 18px;
  line-height: 1.44;
  text-transform: uppercase;
  color: #FFF;
}
.section-internship-about .content-diplome .diplome-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.section-internship-about .content-diplome .diplome-container .diplome {
  display: -webkit-box;
  display: flex;
  margin-left: 50px;
}
.section-internship-about .content-diplome .diplome-container .diplome:first-child {
  margin-left: 0px;
}
.section-internship-about .content-diplome .diplome-container .diplome img {
  max-width: 95px;
  height: auto;
}
.section-internship-about .content-diplome .diplome-container .diplome .infos {
  margin-left: 25px;
}
.section-internship-about .content-diplome .diplome-container .diplome .label {
  opacity: 0.6;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.67px;
  color: #FFF;
  text-transform: uppercase;
}
.section-internship-about .content-diplome .diplome-container .diplome .diplome-title {
  font-size: 18px;
  line-height: 1.11;
  color: #FFF;
}
.section-internship-about .content-logo-gallery {
  margin-bottom: 50px;
  max-width: 80%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #eae9e6;
  border-left: 1px solid #eae9e6;
  margin-left: 16%;
}
.section-internship-about .content-logo-gallery .logo {
  border-right: 1px solid #eae9e6;
  border-bottom: 1px solid #eae9e6;
  width: 25%;
  padding-top: 25%;
  background-position: center;
  background-size: 80%;
  background-repeat: no-repeat;
}
.section-internship-about .head-teacher.head-teacher-internship-content {
  background-color: #f7f6f5;
  color: #463835;
  padding: 30px;
  margin-top: 65px;
  max-width: 680px;
  margin-left: 16%;
}
.section-internship-about .head-teacher.head-teacher-internship-content .profil-name {
  color: #be3112;
}
.section-internship-about .head-teacher.head-teacher-internship-content .profil-job {
  color: #463835;
}
.section-internship-about .head-teacher.head-teacher-internship-content .txt-conainer {
  width: calc(65% - 160px) !important;
}
.section-internship-about .head-teacher.head-teacher-internship-content .btn {
  display: inline-block;
  vertical-align: -30px;
  width: calc(50% - 160px) !important;
  position: relative;
  top: auto;
  bottom: auto;
  width: auto;
  text-align: center;
  line-height: 1;
  left: auto;
  opacity: 1;
  background-color: #fa390e;
  color: #FFF;
  padding: 22px 28px;
  z-index: 2;
}
.section-internship-about .head-teacher.head-teacher-internship-content .btn:before {
  display: none;
}

.section-form .steps ul {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: flex;
}
.section-form .steps ul li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  opacity: 0.3;
  font-size: 18px;
  line-height: 1.44;
  padding: 40px 0;
  width: 33%;
  border-bottom: 1px solid #eae9e6;
  text-align: center;
  cursor: pointer;
}
@media only screen and (max-width: 765px) {
  .section-form .steps ul li {
    font-size: 14px;
    line-height: 1.2;
    padding: 20px 0;
  }
}
.section-form .steps ul li.active {
  opacity: 1;
  border-bottom: 1px solid #fa390e;
}

.section-organism-all {
  background-color: #f7f6f5;
}
.section-organism-all .switch-section {
  background-color: #FFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 20px;
  padding-left: 100px;
  padding-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 765px) {
  .section-organism-all .switch-section {
    padding-left: 0px;
    padding-top: 45px;
    border-right: 0px;
  }
}
.section-organism-all .switch-section .content-chapo .content {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0.29px;
  color: #031525;
  padding-left: 10%;
  max-width: 80%;
  padding-bottom: 45px;
}
@media only screen and (max-width: 765px) {
  .section-organism-all .switch-section .content-chapo .content {
    padding-left: 25px;
    max-width: 100%;
    font-size: 20px;
    line-height: 1.3;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
  .section-organism-all .switch-section .content-chapo .content:before {
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0;
    background-color: #be3112;
    display: block;
    content: "";
  }
}
.section-organism-all .switch-section .content-subtitle h2 {
  font-size: 38px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.32;
  letter-spacing: -0.84px;
  color: #fa390e;
  font-family: "whitman-display";
  max-width: 80%;
  padding: 45px 0 25px 10%;
}
.section-organism-all .switch-section .content-subtitle h2:before {
  background-image: url("../images/icon/arrow/RED-SMALL.svg");
  width: 14px;
  height: 7px;
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}
.section-organism-all .switch-section .content-subtitle h2:after {
  display: none;
}
@media only screen and (max-width: 765px) {
  .section-organism-all .switch-section .content-subtitle h2 {
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.36;
    letter-spacing: -0.49px;
    padding: 45px 0 45px 0;
  }
}
.section-organism-all .switch-section .content-btn {
  padding-left: 16%;
  max-width: 80%;
  font-size: 18px;
  line-height: 1.67;
  padding-bottom: 20px;
}
@media only screen and (max-width: 765px) {
  .section-organism-all .switch-section .content-btn {
    font-size: 14px;
    line-height: 1.71;
    padding-left: 0;
    max-width: 100%;
    padding-bottom: 25px;
  }
}
.section-organism-all .switch-section .content-simple-text {
  padding-left: 16%;
  max-width: 80%;
  opacity: 0.8;
  font-size: 18px;
  line-height: 1.67;
  padding-bottom: 20px;
}
@media only screen and (max-width: 765px) {
  .section-organism-all .switch-section .content-simple-text {
    font-size: 14px;
    line-height: 1.71;
    padding-left: 0;
    max-width: 100%;
    padding-bottom: 25px;
  }
}
.section-organism-all .switch-section .content-simple-text h1,
.section-organism-all .switch-section .content-simple-text h2,
.section-organism-all .switch-section .content-simple-text h3 {
  opacity: 1;
  font-size: 18px;
  line-height: 1.44;
  color: #031525;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 765px) {
  .section-organism-all .switch-section .content-simple-text h1,
.section-organism-all .switch-section .content-simple-text h2,
.section-organism-all .switch-section .content-simple-text h3 {
    font-size: 16px;
    line-height: 1.38;
  }
}
.section-organism-all .switch-section .content-simple-text h1 {
  font-size: 20px;
}
.section-organism-all .switch-section .content-simple-text h2 {
  font-size: 19px;
}
.section-organism-all .switch-section .content-simple-text ul,
.section-organism-all .switch-section .content-simple-text ol {
  margin: 0px;
  padding: 0px;
}
.section-organism-all .switch-section .content-simple-text ul li {
  list-style: inside;
  /*&:before{
    content: "-";
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }*/
}
.section-organism-all .switch-section .content-simple-text ol li {
  margin-left: 15px;
  padding-left: 5px;
}
.section-organism-all .switch-section .content-simple-text p {
  margin: 5px 0px;
}

.switch-insertion {
  margin-top: -30px;
}

.elements-profil {
  -webkit-box-align: center;
          align-items: center;
  margin-top: 30px;
}
.elements-profil .img-container {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background-position: top center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 765px) {
  .elements-profil .img-container {
    width: 60px;
    height: 60px;
    vertical-align: top;
  }
}
.elements-profil .txt-conainer {
  margin-left: 20px;
  width: calc(100% - 130px);
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 765px) {
  .elements-profil .txt-conainer {
    margin-left: 12px;
    width: calc(100% - 78px);
  }
}
.elements-profil .txt-conainer .profil-name {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2.33px;
  color: #be3112;
  text-transform: uppercase;
}
@media only screen and (max-width: 765px) {
  .elements-profil .txt-conainer .profil-name {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
.elements-profil .txt-conainer .profil-job {
  font-family: "whitman-display";
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.25;
  padding-top: 10px;
}
@media only screen and (max-width: 765px) {
  .elements-profil .txt-conainer .profil-job {
    opacity: 0.6;
  }
}
.elements-profil .txt-conainer .profil-job a {
  color: #463835;
  text-decoration: none;
}

.head-teacher {
  background-color: #031525;
  padding: 32px;
  margin-top: 30px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 765px) {
  .head-teacher {
    padding: 20px;
  }
}
.head-teacher .link-color {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  z-index: 2;
}
.head-teacher .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 3;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  background-color: #FFF;
  color: #463835;
  padding: 0px;
  z-index: 2;
}
.head-teacher .btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.head-teacher .btn:before {
  display: none;
}
.head-teacher .btn span:before {
  background-image: url("../images/icon/arrow/WHITE-LARGE.svg");
  width: 28px;
  height: 7px;
  content: "";
  margin-right: 10px;
  display: inline-block;
}
.head-teacher.has-link .link-color {
  background-color: #FFF;
}
.head-teacher.has-link:hover .link-color {
  width: 100%;
}
.head-teacher.has-link:hover .btn {
  opacity: 1;
}
.head-teacher .img-container {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  background-position: top center;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 765px) {
  .head-teacher .img-container {
    width: 60px;
    height: 60px;
  }
}
.head-teacher .txt-conainer {
  margin-left: 30px;
  width: calc(100% - 160px);
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 765px) {
  .head-teacher .txt-conainer {
    width: calc(100% - 100px);
    margin-left: 20px;
  }
}
.head-teacher .txt-conainer .profil-responsability {
  opacity: 0.6;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.67px;
  text-transform: uppercase;
  color: #FFF;
}
@media only screen and (max-width: 765px) {
  .head-teacher .txt-conainer .profil-responsability {
    font-size: 8px;
    letter-spacing: 2px;
  }
}
.head-teacher .txt-conainer .profil-name {
  font-size: 18px;
  line-height: 1.44;
  color: #FFF;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 765px) {
  .head-teacher .txt-conainer .profil-name {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
.head-teacher .txt-conainer .profil-job {
  font-size: 14px;
  color: #FFF;
  line-height: 1.21;
}
@media only screen and (max-width: 765px) {
  .head-teacher .txt-conainer .profil-job {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
.head-teacher .txt-conainer .btn {
  margin-top: 25px;
}

.elements-profil-teacher {
  -webkit-box-align: center;
          align-items: center;
  margin-top: 10px;
  background-color: #FFF;
  border-radius: 5px;
  padding: 12px 20px;
  position: relative;
  overflow: hidden;
}
.elements-profil-teacher .link-color {
  background-color: #463835;
  opacity: 0.15;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
  left: 0;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.elements-profil-teacher .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(100% - 56px);
  text-align: center;
  line-height: 3;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.elements-profil-teacher.has-link .link-color {
  background-color: #fa390e;
  opacity: 1;
}
.elements-profil-teacher.has-link:hover .link-color {
  width: 100%;
}
.elements-profil-teacher.has-link:hover .btn {
  opacity: 1;
}
.elements-profil-teacher .img-container {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  background-position: top center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}
.elements-profil-teacher .txt-conainer {
  margin-left: 20px;
  width: calc(100% - 130px);
  display: inline-block;
  vertical-align: middle;
}
.elements-profil-teacher .txt-conainer .profil-responsability {
  opacity: 0.6;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.67px;
}
.elements-profil-teacher .txt-conainer .profil-name {
  font-size: 18px;
  line-height: 1.44;
}
.elements-profil-teacher .txt-conainer .profil-job {
  font-size: 14px;
  line-height: 1.21;
}

.content-two-col {
  padding: 90px 0 50px;
}
.content-two-col h2.h2-border {
  margin-top: -150px;
  position: absolute;
  height: 100px;
  font-weight: 400;
}
.content-two-col .content {
  display: -webkit-box;
  display: flex;
  padding-left: 77px;
}
@media only screen and (max-width: 765px) {
  .content-two-col .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding-left: 0px;
  }
}
.content-two-col .content .left,
.content-two-col .content .right {
  width: 50%;
  opacity: 0.8;
  font-size: 18px;
  line-height: 1.67;
}
@media only screen and (max-width: 765px) {
  .content-two-col .content .left,
.content-two-col .content .right {
    width: 100%;
  }
}
.content-two-col .content .left {
  padding-right: 5%;
}
@media only screen and (max-width: 765px) {
  .content-two-col .content .left {
    padding-right: 0;
  }
}
.content-two-col .content a {
  color: #fa390e;
}

.list-img-background {
  background-color: #f7f6f5;
  padding: 90px 0;
  position: relative;
}
.list-img-background .background-container {
  position: absolute;
  top: 400px;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 765px) {
  .list-img-background .background-container {
    display: none;
  }
}
.list-img-background .content {
  position: relative;
}
.list-img-background .content .txt-img-container {
  margin-top: 150px;
  position: relative;
}
@media only screen and (max-width: 765px) {
  .list-img-background .content .txt-img-container {
    margin-top: 25px;
  }
}
.list-img-background .content .txt-img-container:first-child {
  margin-top: 100px;
}
.list-img-background .content .txt-img-container h3 {
  font-size: 18px;
  line-height: 1.44;
  color: #092136;
  padding-bottom: 24px;
  font-weight: 400;
  text-transform: uppercase;
}
.list-img-background .content .txt-img-container h3.main {
  color: #fa390e;
  font-size: 38px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.32;
  letter-spacing: -0.84px;
  font-family: "whitman-display";
  text-transform: none;
}
.list-img-background .content .txt-img-container h3.main:before {
  background-image: url("../images/icon/arrow/RED-SMALL.svg");
  width: 14px;
  height: 7px;
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 765px) {
  .list-img-background .content .txt-img-container h3.main {
    font-size: 22px;
    font-style: italic;
    line-height: 1.36;
    letter-spacing: -0.49px;
  }
}
.list-img-background .content .txt-img-container .txt {
  font-size: 18px;
  line-height: 1.67;
  background-color: #FFF;
  width: 80%;
  padding: 65px 25% 65px 100px;
  border-radius: 5px;
}
@media only screen and (max-width: 1000px) {
  .list-img-background .content .txt-img-container .txt {
    width: 90%;
  }
}
@media only screen and (max-width: 765px) {
  .list-img-background .content .txt-img-container .txt {
    width: 100%;
    padding: 25px;
    font-size: 14px;
    line-height: 1.71;
  }
}
.list-img-background .content .txt-img-container .img {
  width: 35%;
  padding-top: 45%;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 5%;
  top: -8%;
  border-radius: 5px;
}
@media only screen and (max-width: 1000px) {
  .list-img-background .content .txt-img-container .img {
    width: 30%;
    padding-top: 45%;
    right: 0%;
  }
}
@media only screen and (max-width: 765px) {
  .list-img-background .content .txt-img-container .img {
    display: none;
  }
}
.list-img-background .content .txt-img-container.right .txt {
  margin-left: 20%;
  padding: 65px 100px 65px 25%;
}
@media only screen and (max-width: 1000px) {
  .list-img-background .content .txt-img-container.right .txt {
    margin-left: 10%;
  }
}
@media only screen and (max-width: 765px) {
  .list-img-background .content .txt-img-container.right .txt {
    margin-left: 0;
    padding: 25px;
  }
}
.list-img-background .content .txt-img-container.right .img {
  left: 5%;
  right: auto;
}
@media only screen and (max-width: 1000px) {
  .list-img-background .content .txt-img-container.right .img {
    left: 0;
  }
}
.list-img-background .content .numbers {
  position: relative;
  padding-top: 150px;
}
@media only screen and (max-width: 765px) {
  .list-img-background .content .numbers {
    padding-top: 50px;
  }
}
.list-img-background .content .numbers .item {
  background-color: #FFF;
  border-radius: 5px;
  width: 31%;
  padding-top: 22%;
  margin-right: 1.5%;
  position: relative;
  float: left;
}
@media only screen and (max-width: 1000px) {
  .list-img-background .content .numbers .item {
    padding-top: 40%;
  }
}
@media only screen and (max-width: 765px) {
  .list-img-background .content .numbers .item {
    width: 100%;
    padding-top: 0;
    float: none;
    padding: 25px 0;
    margin-bottom: 10px;
  }
  .list-img-background .content .numbers .item:nth-child(2n) {
    margin-top: 0px !important;
  }
}
.list-img-background .content .numbers .item .item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (max-width: 765px) {
  .list-img-background .content .numbers .item .item-content {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 765px) {
  .list-img-background .content .numbers .item .item-content img {
    max-width: 60px;
    max-height: 60px;
    height: auto;
  }
}
.list-img-background .content .numbers .item .item-content .nb {
  font-size: 52px;
  line-height: 1.04;
  margin: 10px 0px;
}
@media only screen and (max-width: 765px) {
  .list-img-background .content .numbers .item .item-content .nb {
    font-size: 36px;
  }
}
.list-img-background .content .numbers .item .item-content .title {
  font-family: "whitman-display";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.25;
  color: #5d5a56;
}
@media only screen and (max-width: 765px) {
  .list-img-background .content .numbers .item .item-content .title {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.list-img-background .content .numbers .item:last-child {
  margin-right: 0;
}
.list-img-background .content .numbers .item:nth-child(2n) {
  margin-top: -20px;
}

.content-activity .activity-header {
  background-color: #fa390e;
  padding: 55px 0px;
  text-align: center;
  color: #FFF;
}
.content-activity .activity-header .intro {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 765px) {
  .content-activity .activity-header .intro {
    font-size: 10px;
    letter-spacing: 1.67px;
    max-width: 70%;
    margin: auto;
  }
}
.content-activity .activity-header ul {
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media only screen and (max-width: 765px) {
  .content-activity .activity-header ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    text-align: left;
  }
}
.content-activity .activity-header ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0.29px;
  font-weight: 300;
  text-transform: none;
}
@media only screen and (max-width: 765px) {
  .content-activity .activity-header ul li {
    width: 100%;
    margin-bottom: 25px;
    font-size: 21px;
    line-height: 1.24;
    letter-spacing: 0.23px;
  }
}
.content-activity .activity-header ul li span.icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
@media only screen and (max-width: 765px) {
  .content-activity .activity-header ul li span.icon {
    margin-right: 20px;
  }
}
.content-activity .activity-container {
  background-color: #f7f6f5;
  position: relative;
  padding: 110px 0 50px;
}
@media only screen and (max-width: 765px) {
  .content-activity .activity-container {
    padding: 50px 0 25px;
  }
}
.content-activity .activity-container .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 80px;
  background-color: #031525;
}
@media only screen and (max-width: 765px) {
  .content-activity .activity-container .background {
    bottom: 120px;
  }
}
.content-activity .activity-container .container {
  position: relative;
}
.content-activity .activity-container .container h2.h2-border {
  color: #FFF;
  margin-bottom: 100px;
}
@media only screen and (max-width: 765px) {
  .content-activity .activity-container .container h2.h2-border {
    margin-bottom: 50px;
  }
}
.content-activity .activity-container .container .blocs {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  .content-activity .activity-container .container .blocs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.content-activity .activity-container .container .blocs .bloc {
  background-color: #FFF;
  width: 32%;
  padding-top: 40px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1000px) {
  .content-activity .activity-container .container .blocs .bloc {
    width: 100%;
    padding-top: 25px;
    margin-bottom: 20px;
    padding-bottom: 0px;
  }
}
.content-activity .activity-container .container .blocs .bloc h4 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0.29px;
  padding: 0px;
  margin: 0px;
  font-weight: 500;
  color: #031525;
  padding: 0 36px 36px;
}
@media only screen and (max-width: 1000px) {
  .content-activity .activity-container .container .blocs .bloc h4 {
    padding: 0 25px 25px;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.22px;
  }
}
.content-activity .activity-container .container .blocs .bloc .txt {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.28;
  font-family: "whitman-display";
  color: #5d5a56;
  padding: 0 36px 36px;
}
@media only screen and (max-width: 1000px) {
  .content-activity .activity-container .container .blocs .bloc .txt {
    padding: 0 25px 50px;
  }
}
.content-activity .activity-container .container .blocs .bloc .red-txt {
  background-color: #fa390e;
  color: #FFF;
  padding: 0 36px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  bottom: 0px;
  top: calc(100% - 70px);
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  cursor: pointer;
}
.content-activity .activity-container .container .blocs .bloc .red-txt:hover {
  top: 340px;
}
@media only screen and (max-width: 1000px) {
  .content-activity .activity-container .container .blocs .bloc .red-txt:hover {
    top: 100px;
  }
}
@media only screen and (max-width: 1000px) {
  .content-activity .activity-container .container .blocs .bloc .red-txt {
    top: calc(100% - 40px);
    padding: 0 25px;
    width: 100%;
  }
}
.content-activity .activity-container .container .blocs .bloc .red-txt.just-title {
  position: absolute;
  bottom: 0px;
  min-height: auto;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .content-activity .activity-container .container .blocs .bloc .red-txt.just-title {
    position: relative;
  }
}
.content-activity .activity-container .container .blocs .bloc .red-txt .title {
  padding: 28px 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1000px) {
  .content-activity .activity-container .container .blocs .bloc .red-txt .title {
    padding: 20px 0;
    font-size: 10px;
    letter-spacing: 1.67px;
  }
}
.content-activity .activity-container .container .blocs .bloc .red-txt .content-txt {
  font-size: 18px;
  line-height: 1.67;
  color: #FFF;
  font-style: normal;
  max-height: 0px;
}
@media only screen and (max-width: 1000px) {
  .content-activity .activity-container .container .blocs .bloc .red-txt .content-txt {
    font-size: 16px;
    line-height: 1.38;
    padding-bottom: 20px;
  }
}

.multiple-boxes {
  background-color: #f7f6f5;
  padding-top: 50px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 765px) {
  .multiple-boxes {
    padding-top: 25px;
  }
}
.multiple-boxes .multiple-boxes-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
@media only screen and (max-width: 1000px) {
  .multiple-boxes .multiple-boxes-container {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.multiple-boxes .multiple-boxes-container .boxes-container {
  width: 32%;
  padding-top: 100px;
}
@media only screen and (max-width: 1000px) {
  .multiple-boxes .multiple-boxes-container .boxes-container {
    width: 100%;
    padding-top: 0px;
  }
}
.multiple-boxes .multiple-boxes-container .boxes-container .box-txt {
  margin-bottom: 26px;
  border-radius: 5px;
  width: 100%;
  background-color: #FFF;
  text-align: center;
  padding: 70px 45px 90px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .multiple-boxes .multiple-boxes-container .boxes-container .box-txt {
    padding: 25px 25px 55px;
  }
}
.multiple-boxes .multiple-boxes-container .boxes-container .box-txt .title {
  font-size: 32px;
  line-height: 1.38;
  color: #031525;
}
@media only screen and (max-width: 1000px) {
  .multiple-boxes .multiple-boxes-container .boxes-container .box-txt .title {
    font-size: 20px;
    line-height: 2.2;
  }
}
.multiple-boxes .multiple-boxes-container .boxes-container .box-txt .txt {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.25;
  font-family: "whitman-display";
  padding: 20px 0;
}
@media only screen and (max-width: 1000px) {
  .multiple-boxes .multiple-boxes-container .boxes-container .box-txt .txt {
    padding: 10px 0;
  }
}
.multiple-boxes .multiple-boxes-container .boxes-container .box-txt .button {
  background-color: #031525;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 24px 45px;
  position: absolute;
  bottom: 0;
  width: calc(100% - 90px);
  text-decoration: none;
  left: 0;
}
@media only screen and (max-width: 1000px) {
  .multiple-boxes .multiple-boxes-container .boxes-container .box-txt .button {
    padding: 14px 25px;
    width: calc(100% - 50px);
  }
}
.multiple-boxes .multiple-boxes-container .boxes-container .box-img {
  margin-bottom: 26px;
  border-radius: 5px;
  width: 100%;
  min-height: 560px;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1000px) {
  .multiple-boxes .multiple-boxes-container .boxes-container .box-img {
    display: none;
  }
}
.multiple-boxes .multiple-boxes-container .boxes-container:nth-child(2) {
  padding-top: 0px;
}

.list-img {
  background-color: #f7f6f5;
  padding-bottom: 100px;
}
.list-img .container {
  position: relative;
}
.list-img .content-container {
  width: 75%;
  background-color: #FFF;
  border-radius: 5px;
  padding: 10px 100px 10px;
}
@media only screen and (max-width: 1000px) {
  .list-img .content-container {
    width: 100%;
    padding: 0;
  }
}
.list-img .content-container .item {
  padding: 35px 0;
  border-bottom: 1px solid #f7f6f5;
  width: 80%;
}
@media only screen and (max-width: 1000px) {
  .list-img .content-container .item {
    width: 100%;
    padding: 15px 15px;
  }
}
.list-img .content-container .item img {
  width: 100px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 765px) {
  .list-img .content-container .item img {
    width: 60px;
  }
}
.list-img .content-container .item h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  line-height: 1.38;
  color: #031525;
  padding-left: 35px;
  width: calc(100% - 140px);
  font-weight: 400;
}
@media only screen and (max-width: 765px) {
  .list-img .content-container .item h4 {
    font-size: 30px;
    width: calc(100% - 100px);
    margin-left: 20px;
    padding-left: 0px;
  }
}
.list-img .content-container .item .txt {
  font-size: 18px;
  line-height: 1.67;
}
@media only screen and (max-width: 765px) {
  .list-img .content-container .item .txt {
    font-size: 16px;
  }
}
.list-img .content-container .item:last-child {
  border-bottom: 0px;
}
.list-img .img-container {
  width: 30%;
  margin-left: -10%;
  position: absolute;
  right: 0px;
  top: 0px;
}
.list-img .img-container .img {
  margin-top: 190px;
  border-radius: 5px;
  width: 100%;
  min-height: 560px;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1000px) {
  .list-img .img-container {
    display: none;
  }
}

.template-one-container {
  padding-top: 100px;
  padding-left: 52px;
  padding-bottom: 100px;
  position: relative;
  border-right: 1px solid #eae9e6;
}
@media only screen and (max-width: 765px) {
  .template-one-container {
    padding-left: 0px;
    padding-top: 45px;
    border-right: 0px;
  }
}
.template-one-container .template-one-border {
  position: absolute;
  left: 50px;
  width: 1px;
  height: calc(100% - 100px);
  background-color: #eae9e6;
}
.template-one-container .template-one-border span {
  width: 2px;
  height: 100px;
  background-color: #be3112;
  display: block;
}
@media only screen and (max-width: 765px) {
  .template-one-container .template-one-border {
    display: none;
  }
}
.template-one-container .content-chapo .content {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0.29px;
  color: #031525;
  padding-left: 10%;
  max-width: 80%;
  padding-bottom: 45px;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-chapo .content {
    padding-left: 25px;
    max-width: 100%;
    font-size: 20px;
    line-height: 1.3;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
  .template-one-container .content-chapo .content:before {
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0;
    background-color: #be3112;
    display: block;
    content: "";
  }
}
.template-one-container .content-subtitle h2 {
  font-size: 38px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.32;
  letter-spacing: -0.84px;
  color: #fa390e;
  font-family: "whitman-display";
  max-width: 80%;
  padding: 45px 0 25px 10%;
}
.template-one-container .content-subtitle h2:before {
  background-image: url("../images/icon/arrow/RED-SMALL.svg");
  width: 14px;
  height: 7px;
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}
.template-one-container .content-subtitle h2:after {
  display: none;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-subtitle h2 {
    font-size: 22px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.36;
    letter-spacing: -0.49px;
    padding: 45px 0 45px 0;
  }
}
.template-one-container .content-simple-text {
  padding-left: 16%;
  max-width: 80%;
  opacity: 0.8;
  font-size: 18px;
  line-height: 1.67;
  padding-bottom: 20px;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-simple-text {
    font-size: 14px;
    line-height: 1.71;
    padding-left: 0;
    max-width: 100%;
    padding-bottom: 25px;
  }
}
.template-one-container .content-simple-text h1,
.template-one-container .content-simple-text h2,
.template-one-container .content-simple-text h3 {
  opacity: 1;
  font-size: 18px;
  line-height: 1.44;
  color: #031525;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
  padding-bottom: 10px;
  font-weight: 400;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-simple-text h1,
.template-one-container .content-simple-text h2,
.template-one-container .content-simple-text h3 {
    font-size: 16px;
    line-height: 1.38;
  }
}
.template-one-container .content-simple-text h1 {
  font-size: 20px;
}
.template-one-container .content-simple-text h2 {
  font-size: 19px;
}
.template-one-container .content-simple-text ul,
.template-one-container .content-simple-text ol {
  margin: 0px;
  padding: 0px;
}
.template-one-container .content-simple-text ul li {
  list-style: inside;
  /*&:before{
    content: "-";
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
  }*/
}
.template-one-container .content-simple-text ol li {
  margin-left: 15px;
  padding-left: 5px;
}
.template-one-container .content-simple-text p {
  margin: 5px 0px;
}
.template-one-container .content-simple-text img {
  max-width: 100%;
  height: auto;
}
.template-one-container .content-gallery {
  margin: 50px 0;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-gallery {
    margin: 25px 0;
  }
}
.template-one-container .content-gallery .gallery-container {
  width: 80%;
  height: 560px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .template-one-container .content-gallery .gallery-container {
    width: 100%;
  }
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-gallery .gallery-container {
    width: calc(100% + 60px);
    margin-left: -30px;
    height: 225px;
  }
}
.template-one-container .content-gallery .gallery-container .item {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 560px;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-gallery .gallery-container .item {
    height: 225px;
  }
}
.template-one-container .content-gallery .gallery-container .slick-slide {
  float: left;
}
.template-one-container .content-gallery .gallery-container .prev,
.template-one-container .content-gallery .gallery-container .slick-prev {
  font-size: 0px;
  border: 0px;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #fa390e;
  right: 80px;
  bottom: 10px;
  border-radius: 5px;
  z-index: 2;
  cursor: pointer;
  outline: none;
}
.template-one-container .content-gallery .gallery-container .prev:after,
.template-one-container .content-gallery .gallery-container .slick-prev:after {
  position: absolute;
  background-image: url("../images/icon/arrow/WHITE-SMALL.svg");
  width: 14px;
  height: 7px;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-gallery .gallery-container .prev:after,
.template-one-container .content-gallery .gallery-container .slick-prev:after {
    width: 10px;
    height: 5px;
    background-size: contain;
  }
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-gallery .gallery-container .prev,
.template-one-container .content-gallery .gallery-container .slick-prev {
    width: 39px;
    height: 39px;
    right: 55px;
  }
}
.template-one-container .content-gallery .gallery-container .next,
.template-one-container .content-gallery .gallery-container .slick-next {
  font-size: 0px;
  border: 0px;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: #fa390e;
  right: 10px;
  bottom: 10px;
  border-radius: 5px;
  z-index: 2;
  cursor: pointer;
  outline: none;
}
.template-one-container .content-gallery .gallery-container .next:after,
.template-one-container .content-gallery .gallery-container .slick-next:after {
  position: absolute;
  background-image: url("../images/icon/arrow/WHITE-SMALL.svg");
  width: 14px;
  height: 7px;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-gallery .gallery-container .next:after,
.template-one-container .content-gallery .gallery-container .slick-next:after {
    width: 10px;
    height: 5px;
    background-size: contain;
  }
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-gallery .gallery-container .next,
.template-one-container .content-gallery .gallery-container .slick-next {
    width: 39px;
    height: 39px;
  }
}
.template-one-container .content-gallery .label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.67px;
  text-transform: uppercase;
  padding: 20px 0;
  display: none;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-gallery .label {
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 1.34px;
    opacity: 0.6;
  }
}
.template-one-container .content-video .video-container {
  width: 80%;
  height: 560px;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .template-one-container .content-video .video-container {
    width: 100%;
  }
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-video .video-container {
    width: calc(100% + 60px);
    margin-left: -30px;
    height: 225px;
  }
}
.template-one-container .content-video .video-container .couv {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: none;
}
.template-one-container .content-video .video-container .overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 2, 0, 0.5)), to(rgba(11, 2, 0, 0.4)));
  background-image: linear-gradient(to bottom, rgba(11, 2, 0, 0.5), rgba(11, 2, 0, 0.4));
  display: none;
}
.template-one-container .content-video .video-container iframe {
  width: 100%;
  height: 100%;
}
.template-one-container .content-video .video-container .play {
  position: absolute;
  cursor: pointer;
  width: 100px;
  height: 100px;
  background-color: #fa390e;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.template-one-container .content-video .video-container .play:after {
  position: absolute;
  background-image: url("../images/icon/general/PLAYER-w.svg");
  width: 11px;
  height: 13px;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-video .video-container .play {
    width: 60px;
    height: 60px;
  }
}
.template-one-container .content-video .label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.67px;
  text-transform: uppercase;
  padding: 20px;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-video .label {
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 1.34px;
    opacity: 0.6;
  }
}
.template-one-container .content-numbers {
  border-top: 1px solid #eae9e6;
  border-bottom: 1px solid #eae9e6;
}
.template-one-container .content-numbers .numbers-container {
  padding: 50px 5%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-numbers .numbers-container {
    padding: 25px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}
.template-one-container .content-numbers .numbers-container .number {
  border-radius: 5px;
  background-color: #FFF;
  padding: 50px 0;
  text-align: center;
  width: 24%;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-numbers .numbers-container .number {
    width: 100%;
    text-align: left;
    padding: 25px 0;
  }
}
.template-one-container .content-numbers .numbers-container .number img {
  max-width: 80%;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-numbers .numbers-container .number img {
    width: 35px;
    height: auto;
    margin-right: 20px;
    float: left;
  }
}
.template-one-container .content-numbers .numbers-container .number .the-number {
  font-size: 52px;
  line-height: 1.04;
  margin: 10px 0;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-numbers .numbers-container .number .the-number {
    float: left;
    width: calc(100% - 55px);
    margin: 0 0;
    font-size: 40px;
    line-height: 1;
  }
}
.template-one-container .content-numbers .numbers-container .number .description {
  font-family: "whitman-display";
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.25;
  max-width: 200px;
  display: inline-block;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-numbers .numbers-container .number .description {
    font-size: 16px;
    line-height: 1.25;
    margin-top: 15px;
  }
}
.template-one-container .content-testimony {
  border-top: 1px solid #eae9e6;
  border-bottom: 1px solid #eae9e6;
  padding: 50px 0 50px 10%;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-testimony {
    padding: 25px 0 25px 0;
  }
}
.template-one-container .content-testimony .quote {
  width: 80%;
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0.29px;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-testimony .quote {
    width: 100%;
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: 0.18px;
  }
}
.template-one-container .content-testimony .quote:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 15px;
  background-color: #be3112;
  height: 2px;
}
.template-one-container .content-testimony .quote:after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 8px;
  background-color: #be3112;
  height: 8px;
  border-radius: 50%;
}
.template-one-container .content-push-picto-txt {
  margin-left: 10%;
  background-color: #f7f6f5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 30px 30px;
  width: 70%;
  margin-top: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .template-one-container .content-push-picto-txt {
    width: 90%;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-push-picto-txt {
    margin-left: 0;
    width: 100%;
    display: block;
  }
}
.template-one-container .content-push-picto-txt .img-container {
  width: 180px;
  height: 280px;
  background-color: #FFF;
  border-radius: 50%;
  background-position: center;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-push-picto-txt .img-container {
    width: 60px;
    height: 60px;
  }
}
.template-one-container .content-push-picto-txt .txt-container {
  width: calc(80% - 100px);
  margin-left: 20px;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-push-picto-txt .txt-container {
    width: 100%;
    margin-left: 0px;
  }
}
.template-one-container .content-push-picto-txt .txt-container .title {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0.29px;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-push-picto-txt .txt-container .title {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.22px;
    margin-top: -60px;
    padding-left: 80px;
  }
}
.template-one-container .content-push-picto-txt .txt-container .txt {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.28;
  font-family: "whitman-display";
  padding: 20px 0px 30px;
}
.template-one-container .content-push-picto-txt:after {
  background-color: #fa390e;
  height: 2px;
  width: 50%;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-push-picto-txt:after {
    display: none;
  }
}
.template-one-container .content-push-img-txt {
  margin-left: 10%;
  background-color: #f7f6f5;
  width: 70%;
  margin-top: 10px;
  display: -webkit-box;
  display: flex;
  position: relative;
  min-height: 310px;
}
@media only screen and (max-width: 1000px) {
  .template-one-container .content-push-img-txt {
    width: 90%;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-push-img-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100%;
    margin-left: 0%;
  }
}
.template-one-container .content-push-img-txt .img {
  width: 50%;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-push-img-txt .img {
    width: 100%;
    min-height: 235px;
  }
}
.template-one-container .content-push-img-txt .txt {
  width: 50%;
  padding: 40px 50px 70px;
  position: relative;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-push-img-txt .txt {
    width: 100%;
    padding: 24px 20px;
  }
}
.template-one-container .content-push-img-txt .txt .title {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0.29px;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-push-img-txt .txt .title {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.22px;
  }
}
.template-one-container .content-push-img-txt .txt .link {
  position: absolute;
  bottom: 50px;
  left: 50px;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-push-img-txt .txt .link {
    position: relative;
    bottom: 0px;
    left: 0px;
    margin-top: 20px;
  }
}
.template-one-container .content-push-background-txt {
  height: height;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-left: 10%;
  width: 70%;
  margin-top: 10px;
  padding: 50px;
}
@media only screen and (max-width: 1000px) {
  .template-one-container .content-push-background-txt {
    width: 90%;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-push-background-txt {
    margin-left: 0;
    width: 100%;
    height: 300px;
  }
}
.template-one-container .content-push-background-txt .overlay {
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 2, 0, 0.5)), to(rgba(11, 2, 0, 0.4)));
  background-image: linear-gradient(to bottom, rgba(11, 2, 0, 0.5), rgba(11, 2, 0, 0.4));
  top: 0px;
  bottom: 0px;
  width: 100%;
  left: 0;
}
.template-one-container .content-push-background-txt .txt {
  position: relative;
  /*          left: 70px;
            bottom: 70px;*/
  max-width: 70%;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-push-background-txt .txt {
    left: 30px;
    max-width: 70%;
  }
}
.template-one-container .content-push-background-txt .txt .title {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0.29px;
  color: #FFF;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-push-background-txt .txt .title {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.22px;
  }
}
.template-one-container .content-push-background-txt .txt .text {
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.28;
  color: #FFF;
  font-family: "whitman-display";
  padding: 20px 0px 30px;
}
.template-one-container .content-push-background-txt .txt a.link.no-arrow {
  margin-top: 30px;
  color: #FFF;
}
.template-one-container .content-push-background-txt .txt a.link.no-arrow:after {
  background-color: #FFF;
}
.template-one-container .content-link-list {
  margin-left: 10%;
  width: 70%;
  padding: 30px 42px;
  position: relative;
  background-color: #f7f6f5;
  margin-top: 10px;
  margin-bottom: 50px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
@media only screen and (max-width: 1000px) {
  .template-one-container .content-link-list {
    width: 90%;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-link-list {
    width: 100%;
    margin-left: 0;
    padding: 30px;
  }
}
.template-one-container .content-link-list .title {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0.29px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-link-list .title {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.22px;
  }
}
.template-one-container .content-link-list ul {
  margin: 0px;
  padding: 0px;
}
.template-one-container .content-link-list a.link {
  margin-bottom: 20px;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-link-list a.link:after {
    display: none;
  }
}
.template-one-container .content-link-list:after {
  background-color: #fa390e;
  height: 2px;
  width: 50%;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-link-list:after {
    display: none;
  }
}
.template-one-container .content-link-download {
  margin-left: 10%;
  width: 70%;
  padding: 20px 20px 20px 42px;
  position: relative;
  background-color: #031525;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
@media only screen and (max-width: 1000px) {
  .template-one-container .content-link-download {
    width: 90%;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-link-download {
    margin-left: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: self-start;
            align-items: self-start;
  }
}
.template-one-container .content-link-download .title {
  width: calc(80% - 180px);
  font-size: 18px;
  line-height: 1.44;
  color: #FFF;
  text-transform: uppercase;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-link-download .title {
    width: 100%;
    font-size: 12px;
    line-height: 1.67;
    margin-bottom: 15px;
  }
}
.template-one-container .content-link-download .title .infos {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.67px;
  opacity: 0.6;
}
.template-one-container .content-tab {
  font-size: 14px;
  line-height: 1.21;
  width: 80%;
  margin: 50px 0 50px 16%;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-tab {
    width: 100%;
    margin: 50px 0 50px 0%;
  }
}
.template-one-container .content-tab .tab-header {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #eae9e6;
}
.template-one-container .content-tab .tab-line {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #eae9e6;
}
.template-one-container .content-tab .tab-body {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.template-one-container .content-tab .tab-item {
  opacity: 0.7;
}
.template-one-container .content-tab .tab-item,
.template-one-container .content-tab .tab-header-item {
  padding: 18px 20px;
}
.template-one-container .content-logo-gallery {
  margin-bottom: 50px;
  max-width: 80%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #eae9e6;
  border-left: 1px solid #eae9e6;
  margin-left: 16%;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-logo-gallery {
    max-width: 100%;
    margin-left: 0%;
  }
}
.template-one-container .content-logo-gallery .logo {
  border-right: 1px solid #eae9e6;
  border-bottom: 1px solid #eae9e6;
  width: 10%;
  padding-top: 10%;
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-logo-gallery .logo {
    width: 20%;
    padding-top: 20%;
  }
}
.template-one-container .content-datarock {
  width: 80%;
  position: relative;
  margin-left: 16%;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-datarock {
    width: 100%;
    margin-left: 0%;
    padding-top: 30px;
  }
}
.template-one-container .content-datarock .certif-container {
  padding: 65px 65px 45px;
  background-position: center;
  background-size: cover;
  bottom: 0;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-datarock .certif-container {
    padding: 40px 30px;
    position: relative;
  }
}
.template-one-container .content-datarock .certif-container .overlay {
  background-color: rgba(3, 21, 37, 0.7);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.template-one-container .content-datarock .certif-container .logo-container {
  width: 120px;
  height: 120px;
  background-color: #FFF;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.template-one-container .content-datarock .certif-container .logo-container img {
  max-width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-datarock .certif-container .logo-container {
    width: 100px;
    height: 100px;
  }
}
.template-one-container .content-datarock .certif-container .txt {
  font-size: 18px;
  line-height: 1.44;
  color: #FFF;
  position: relative;
  width: calc(100% - 150px);
  padding-left: 30px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 765px) {
  .template-one-container .content-datarock .certif-container .txt {
    padding-top: 30px;
    font-size: 16px;
    line-height: 1.38;
    display: block;
    width: 100%;
  }
}
.template-one-container .content-datarock .certif-container .txt a {
  color: #FFF;
  text-decoration: none;
  font-weight: 500;
}
.template-one-container .content-datarock .certif-container .btn {
  position: relative;
  margin-top: 55px;
}
.template-one-container .content-contact {
  padding-left: 16%;
  max-width: 80%;
  font-size: 18px;
  line-height: 1.67;
  padding-bottom: 20px;
}
.template-one-container .content-contact .head-teacher .btn {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  opacity: 1;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: none;
}

.main-push {
  background-color: #fa390e;
  color: #FFF;
  text-align: center;
  padding-top: 72px;
  padding-bottom: 230px;
}
@media only screen and (max-width: 765px) {
  .main-push {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
.main-push .label {
  font-size: 16px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.25;
  font-family: "whitman-display";
}
.main-push a {
  text-decoration: none;
  font-size: 42px;
  line-height: 1.29;
  color: #FFF;
  margin-top: 20px;
  display: inline-block;
}
@media only screen and (max-width: 765px) {
  .main-push a {
    padding: 25px 15px;
    font-size: 30px;
  }
}

h1, h2, h3, h4, h5, h6, p, div {
  word-wrap: break-word;
}

body {
  background: #FFF;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-position: top center;
  font-family: "halyard-display";
  color: #463835;
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  padding-top: 120px;
  /*a {
  	color: $color-secondary;

  	&:hover {
  		color: $color-secondary;
  		text-decoration: none;
  	}
  }*/
}
@media only screen and (max-width: 1000px) {
  body {
    padding-top: 70px;
  }
}
body.menu-open {
  overflow: hidden;
}
body .container {
  width: 1200px;
  margin: auto;
  max-width: 100%;
  /*@media only screen and (max-width: $medium-bp) {
  	width: calc(100% - 40px);
     margin: auto;
  	max-width: calc(100% - 40px);
  	padding: 0 20px;
  }*/
}
@media only screen and (max-width: 1200px) {
  body .container {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
}
body .clearfix {
  overflow: auto;
}
body .clearfix::after {
  content: "";
  clear: both;
  display: table;
}
body div {
  box-sizing: border-box;
}
body .btn {
  background-color: #fa390e;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 22px 28px;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 3px;
  vertical-align: middle;
  text-decoration: none;
}
@media only screen and (max-width: 765px) {
  body .btn {
    font-size: 10px;
    letter-spacing: 1.67px;
  }
}
body .btn:before {
  background-image: url("../images/icon/arrow/WHITE-LARGE.svg");
  width: 28px;
  height: 7px;
  content: "";
  margin-right: 14px;
  display: inline-block;
}
body .btn.btn-white {
  background-color: #FFF;
  color: #463835;
}
body .btn.btn-white:before {
  background-image: url("../images/icon/arrow/BLACK-LARGE.svg");
}
body .btn.btn-wo-arrow:before {
  display: none;
}
body .link {
  color: #be3112;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid #be3112;
  /*&:after{
    content: "";
    height: 1px;
    background-color: $color-secondary;
    position: absolute;
    bottom: -3px;
    width: calc(100% - 23px);
    left: 23px;
  }*/
}
@media only screen and (max-width: 765px) {
  body .link {
    font-size: 10px;
    letter-spacing: 1.67px;
  }
}
body .link:before {
  background-image: url("../images/icon/arrow/RED-SMALL.svg");
  width: 13px;
  height: 11px;
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
}
body .link.no-arrow:before {
  display: none;
}
body .link.no-arrow:after {
  width: 100%;
  left: 0px;
}
body h2 {
  font-family: "whitman-display";
  font-size: 50px;
  font-weight: 400;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.12;
  padding-bottom: 25px;
  position: relative;
  display: inline-block;
  margin: 0;
}
@media only screen and (max-width: 765px) {
  body h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.29;
    padding-bottom: 10px;
  }
}
body h2:after {
  content: "";
  height: 2px;
  width: 50px;
  background-color: #be3112;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
body h2.no-border:after {
  display: none;
}
body .title-btn {
  margin-bottom: 25px;
}
body .title-btn .btn {
  float: right;
}
body .tab-nav {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 40%;
}
@media only screen and (max-width: 765px) {
  body .tab-nav {
    display: none;
  }
}
body .tab-nav li {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #463835;
  /*height: 50px;*/
  /*line-height: 50px;*/
  padding: 20px 0;
  border-left: 2px solid #bbb6ae;
  text-transform: uppercase;
  list-style: none;
  padding-left: 20px;
  margin-bottom: 2px;
  cursor: pointer;
  opacity: 0.4;
}
body .tab-nav li.active {
  opacity: 1;
  border-left: 2px solid #be3112;
  color: #be3112;
}
body h2.h2-border {
  color: #031525;
  font-size: 42px;
  font-style: normal;
  line-height: 1.29;
  font-family: "halyard-display";
  font-weight: 400;
  margin-left: 15px;
}
@media only screen and (max-width: 765px) {
  body h2.h2-border {
    font-size: 30px;
    line-height: 1.33;
    font-weight: 300;
  }
}
body h2.h2-border:after {
  content: "";
  height: auto;
  width: 2px;
  background-color: #be3112;
  position: absolute;
  top: 0px;
  left: -15px;
}
body .template-allnews {
  position: relative;
  padding-bottom: 240px;
}
@media only screen and (max-width: 765px) {
  body .template-allnews {
    padding-bottom: 80px;
  }
}
body .template-allnews .background-colored {
  height: calc(100% - 80px);
  top: 80px;
  width: 100%;
  left: 0px;
  background-color: #f7f6f5;
  position: absolute;
}
body .template-allnews .section-news {
  background-color: transparent;
  margin-top: -80px;
  position: relative;
  padding-bottom: 80px;
}
@media only screen and (max-width: 765px) {
  body .template-allnews .section-news {
    padding-bottom: 45px;
  }
}
body .template-allnews .btn-container {
  text-align: center;
  position: relative;
}

ul li {
  list-style: none;
}

strong {
  font-weight: 500;
  color: #000;
}

.update-date {
  opacity: 0.6;
  font-family: "whitman-display";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-align: right;
  max-width: 80%;
  margin: 30px 0;
}

.form.container {
  margin-top: 75px;
  padding: 0 15%;
  padding-bottom: 50px;
}
@media only screen and (max-width: 765px) {
  .form.container {
    padding: 0 0%;
    margin-top: 35px;
  }
}
.form .title {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: 0.29px;
  color: #be3112;
}
@media only screen and (max-width: 765px) {
  .form .title {
    font-size: 22px;
  }
}
.form .label {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1.67px;
  text-transform: uppercase;
  color: #7f7c76;
  margin-top: 6px;
}
@media only screen and (max-width: 765px) {
  .form .label {
    font-size: 8px;
  }
}
.form .required {
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: #fa390e;
  border-radius: 50%;
  margin: 0 5px;
}
.form .ninja-forms-form-wrap *, .form .ninja-forms-form-wrap :after, .form .ninja-forms-form-wrap :before {
  box-sizing: initial;
}
.form form {
  margin-top: 70px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.form form > div {
  width: 100%;
}
.form form .step {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}
.form form .step-1,
.form form .step-2 {
  display: none;
}
.form form nf-field {
  display: block;
}
.form form fieldset,
.form form .nf-field-container {
  border: 0px;
  margin-bottom: 20px;
}
.form form fieldset.demi,
.form form .nf-field-container.demi {
  width: 46%;
  float: left;
  margin-right: 8%;
  clear: none;
}
@media only screen and (max-width: 1000px) {
  .form form fieldset.demi,
.form form .nf-field-container.demi {
    width: 100%;
    margin-right: 0%;
  }
}
.form form fieldset.demi.demi-no-m,
.form form .nf-field-container.demi.demi-no-m {
  margin-right: 0%;
}
.form form fieldset.full, .form form fieldset.submit,
.form form .nf-field-container.full,
.form form .nf-field-container.submit {
  width: 100%;
}
.form form fieldset.submit,
.form form .nf-field-container.submit {
  text-align: right;
}
.form form fieldset label,
.form form .nf-field-container label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.form form fieldset input:not(.btn),
.form form .nf-field-container input:not(.btn) {
  border: 0px;
  background-color: #f7f6f5;
  height: 30px;
  padding: 12px 20px;
  width: calc(100% - 40px);
  margin-top: 10px;
}
.form form fieldset input:not(.btn).file,
.form form .nf-field-container input:not(.btn).file {
  padding: 14px 20px 12px;
}
.form form fieldset input.btn,
.form form .nf-field-container input.btn {
  border: 0px;
}
.form form fieldset textarea,
.form form .nf-field-container textarea {
  border: 0px;
  background-color: #f7f6f5;
  height: 100px;
  padding: 12px 20px;
  width: calc(100% - 40px);
  margin-top: 10px;
}
.form form fieldset .next-step,
.form form .nf-field-container .next-step {
  cursor: pointer;
}
.form form .custom-select {
  margin-bottom: 30px;
}
.form form .custom-select .item {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #5d5a56;
  text-transform: uppercase;
  padding: 18px 22px;
  background-color: #eae9e6;
  border-radius: 3px;
  margin-top: 10px;
  cursor: pointer;
}
.form form .custom-select .item.active {
  color: #FFF;
  background-color: #fa390e;
}
.form .rgpd-info {
  font-family: "whitman-display";
  opacity: 0.7;
  font-style: italic;
  font-size: 14px;
  margin-top: 50px;
}

.content-modal-video {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.content-modal-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 21, 37, 0.8);
}
.content-modal-video .video-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
}
.content-modal-video .video-container iframe {
  max-width: 100%;
  margin: auto;
  display: block;
}
.content-modal-video.active {
  display: block;
}