/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

* {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}

@font-face {
  font-family: "e";
  src: url("../fonts/euclid-flex-bold-normal.woff2") format("woff2"), url("../fonts/euclid-flex-bold-normal.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "e";
  src: url("../fonts/euclid-flex-regular-normal.woff2") format("woff2"), url("../fonts/euclid-flex-regular-normal.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "e";
  src: url("../fonts/euclid-flex-light-normal.woff2") format("woff2"), url("../fonts/euclid-flex-light-normal.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
* {
  -webkit-touch-callout: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.editor-post-title__block .editor-post-title__input {
  font-size: 80px;
}

h1, .title_1, .editor-post-title__block .editor-post-title__input {
  font: 700 72px/0.972 "e";
}

h2, .title-2, .faq-single h1 {
  font: 700 42px/1.048 "e";
}

h3, .title-3 {
  font: 700 28px/1.143 "e";
}

h4, .title-4 {
  font: 200 28px/1.286 "e";
}

h5, .title-5 {
  font: 400 18px/1.111 "e";
}

h6, .title-6 {
  font: 700 16px/1.25 "e";
}

body, .editor-writing-flow {
  font: 400 16px/1.5 "e";
}

.link {
  font: 400 14px/1.286 "e";
  position: relative;
  padding-bottom: 5px;
  padding-right: 14px;
  display: inline-block;
}
.link:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #901f1f;
  position: absolute;
  right: 0;
  top: 7px;
}
.link:after {
  content: "";
  background: #901f1f;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}

b {
  font-weight: 700;
}

.number {
  font: 400 28px/1.571 "e";
}

@media (max-width:767px) {
  h1, .title_1, .editor-post-title__block .editor-post-title__input {
    font-size: 36px;
  }
  h2, .title-2, .faq-single h1 {
    font-size: 34px;
    hyphens: auto;
  }
  h3, .title-3 {
    font-size: 28px;
  }
  h4, .title-4 {
    font-size: 28px;
  }
  h5, .title-5 {
    font-size: 18px;
  }
  h6, .title-6 {
    font-size: 16px;
  }
  body, .editor-writing-flow {
    font-size: 16px;
  }
  .link {
    font-size: 14px;
  }
  .number {
    font-size: 28px;
  }
}
a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

hr {
  background: #D8D8D8;
  height: 1px;
  border: none;
}

.editor-writing-flow blockquote {
  border-left-color: #901f1f !important;
}
.editor-writing-flow blockquote p {
  font: 400 24px/1.143 "e" !important;
}

.text blockquote {
  border-left: solid 20px #901f1f;
  font-size: 28px;
  padding: 30px 0 30px 28px;
  margin: 50px 0;
}
@media (max-width:767px) {
  .text blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 24px;
    border-left-width: 15px;
    padding: 20px 0 20px 20px;
  }
}

.text ul:not([class]) li, .text ul:not([class]) li, .text ul[class=""], .text ul:not([class]), .editor-writing-flow ul:not([class]) li, .editor-writing-flow ul:not([class]) li, .editor-writing-flow ul[class=""], .editor-writing-flow ul:not([class]) {
  list-style: none;
}
.text ul:not([class]) li li, .text ul:not([class]) li li, .text ul[class=""] li, .text ul:not([class]) li, .editor-writing-flow ul:not([class]) li li, .editor-writing-flow ul:not([class]) li li, .editor-writing-flow ul[class=""] li, .editor-writing-flow ul:not([class]) li {
  position: relative;
  padding-left: 30px;
}
.text ul:not([class]) li li:before, .text ul:not([class]) li li:before, .text ul[class=""] li:before, .text ul:not([class]) li:before, .editor-writing-flow ul:not([class]) li li:before, .editor-writing-flow ul:not([class]) li li:before, .editor-writing-flow ul[class=""] li:before, .editor-writing-flow ul:not([class]) li:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 2px;
  background: black;
  top: 16px;
  left: 0;
}
.text p + h1, .text p + h2, .text p + h3, .text ul + h1, .text ul + h2, .text ul + h3, .text figure + h1, .text figure + h2, .text figure + h3, .editor-writing-flow p + h1, .editor-writing-flow p + h2, .editor-writing-flow p + h3, .editor-writing-flow ul + h1, .editor-writing-flow ul + h2, .editor-writing-flow ul + h3, .editor-writing-flow figure + h1, .editor-writing-flow figure + h2, .editor-writing-flow figure + h3 {
  margin-top: 50px;
}
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6, .text p, .text ul:not([class]) li, .text ul:not([class]) li, .text ul[class=""], .text ul:not([class]), .editor-writing-flow h1, .editor-writing-flow h2, .editor-writing-flow h3, .editor-writing-flow h4, .editor-writing-flow h5, .editor-writing-flow h6, .editor-writing-flow p, .editor-writing-flow ul:not([class]) li, .editor-writing-flow ul:not([class]) li, .editor-writing-flow ul[class=""], .editor-writing-flow ul:not([class]) {
  display: block;
  color: inherit;
  margin: 0 0 25px 0;
}
.text h1:last-child, .text h2:last-child, .text h3:last-child, .text h4:last-child, .text h5:last-child, .text h6:last-child, .text p:last-child, .text ul:not([class]) li:last-child, .text ul:not([class]) li:last-child, .text ul[class=""]:last-child, .text ul:not([class]):last-child, .editor-writing-flow h1:last-child, .editor-writing-flow h2:last-child, .editor-writing-flow h3:last-child, .editor-writing-flow h4:last-child, .editor-writing-flow h5:last-child, .editor-writing-flow h6:last-child, .editor-writing-flow p:last-child, .editor-writing-flow ul:not([class]) li:last-child, .editor-writing-flow ul:not([class]) li:last-child, .editor-writing-flow ul[class=""]:last-child, .editor-writing-flow ul:not([class]):last-child {
  margin-bottom: 0;
}
.text h6, .editor-writing-flow h6 {
  margin-bottom: 20px;
}
.text em, .text i, .editor-writing-flow em, .editor-writing-flow i {
  font-style: italic;
}
.text strong, .text b, .editor-writing-flow strong, .editor-writing-flow b {
  font-weight: 700;
}

/* default classes */
body, html {
  scroll-behavior: smooth;
  position: relative;
}

.float--left {
  float: left;
}

.float--right {
  float: right;
}

.clear, .clearfix {
  clear: both;
}

.center {
  text-align: center;
}

.full {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bkg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  z-index: 10;
  position: relative;
}
.wrapper.wrapper--padded {
  padding-left: 20px;
  padding-right: 20px;
}
.wrapper.wrapper--small {
  max-width: 840px;
}
.wrapper.wrapper--small.wrapper--padded {
  max-width: 880px;
}
.wrapper.wrapper--medium {
  max-width: 1000px;
}
.wrapper.wrapper--medium.wrapper--padded {
  max-width: 1040px;
}
.wrapper.wrapper--large {
  max-width: 1240px;
}
.wrapper.wrapper--large.wrapper--padded {
  max-width: 1280px;
}

.vertical-center-wrapper {
  display: flex;
  align-items: center;
}
.no-flexbox .vertical-center-wrapper {
  display: block;
}
.no-flexbox .vertical-center-wrapper .vertical-center-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* disclaimer */
#error_browser_wrapper {
  display: none;
}

.error--browser {
  width: 100%;
  height: 100%;
  position: relative;
}
.error--browser #header-wrapper, .error--browser #page, .error--browser #footer-wrapper {
  display: none !important;
}
.error--browser #error_browser_wrapper {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
}
.error--browser #error_browser {
  width: 500px;
  margin: 100px 0 0 -250px;
  position: relative;
  left: 50%;
}
.error--browser #error_browser .logo {
  margin: 0 auto;
}
.error--browser #error_browser ul li {
  float: left;
  width: 25%;
}
.error--browser #error_browser ul li a {
  white-space: nowrap;
  color: white;
  text-decoration: none;
}
.error--browser #error_browser ul li a img {
  height: 60px;
  width: auto;
}

#page {
  position: relative;
  z-index: 10;
}

.page-content {
  position: relative;
}

.bicolors {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}
.bicolors:before, .bicolors:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0;
  z-index: 0;
}
.bicolors:before {
  background: black;
  left: 0;
}
.bicolors:after {
  background: white;
  right: 0;
}
.bicolors.inverse:before {
  background: white;
}
.bicolors.inverse:after {
  background: black;
}

.sep {
  text-align: center;
  width: 7px;
  height: 7px;
  display: inline-block;
  transform: rotate(-45deg);
  background: white;
}

.menu-page {
  width: 50%;
  float: right;
  height: 130px;
  margin-top: -100px;
  border-top: 5px solid #901f1f;
  background: white;
  padding-left: 50px;
  padding-top: 40px;
  position: relative;
  z-index: 10;
}

@media (min-width:1025px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width:1024px) {
  .desktop-only {
    display: none;
  }
}
@media (max-width:767px) {
  .bicolors {
    display: none;
  }
}
.btn {
  padding: 20px 100px 20px 25px;
  border-radius: 37px;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.3);
  display: inline-block;
  font: inherit;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  color: black;
  margin-top: 30px;
  margin-bottom: 30px;
  text-decoration: none !important;
  background-color: white;
  position: relative;
  transition: background-color 0.2s linear, color 0.2s linear;
}
.btn span {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-21px);
}
.btn span svg path.fill {
  fill: #000000;
  transition: transform 0.2s linear, fill 0.2s linear;
}
.btn span svg path.stroke {
  stroke: #000000;
  transition: transform 0.2s linear, stroke 0.2s linear;
}
.btn span svg .trait {
  transform-origin: 42px 20.5px;
}
.btn span svg .carre {
  transform-origin: 46.5px 20.5px;
}
.btn span svg .cercle {
  transform-origin: 46.5px 20.5px;
}
.btn:hover, .btn.hover, .btn .btn-hover, .btn .page-category .category-wrapper .liste-formations .formation .click:hover ~ .btn, .page-category .category-wrapper .liste-formations .formation .btn .click:hover ~ .btn, .btn .page-home .formations .liste-formations .formation .click:hover ~ .btn, .page-home .formations .liste-formations .formation .btn .click:hover ~ .btn {
  background-color: #901f1f !important;
  color: white;
}
.btn:hover span path.fill, .btn.hover span path.fill, .btn .btn-hover span path.fill, .btn .page-category .category-wrapper .liste-formations .formation .click:hover ~ .btn span path.fill, .page-category .category-wrapper .liste-formations .formation .btn .click:hover ~ .btn span path.fill, .btn .page-home .formations .liste-formations .formation .click:hover ~ .btn span path.fill, .page-home .formations .liste-formations .formation .btn .click:hover ~ .btn span path.fill {
  fill: white;
}
.btn:hover span path.stroke, .btn.hover span path.stroke, .btn .btn-hover span path.stroke, .btn .page-category .category-wrapper .liste-formations .formation .click:hover ~ .btn span path.stroke, .page-category .category-wrapper .liste-formations .formation .btn .click:hover ~ .btn span path.stroke, .btn .page-home .formations .liste-formations .formation .click:hover ~ .btn span path.stroke, .page-home .formations .liste-formations .formation .btn .click:hover ~ .btn span path.stroke {
  stroke: white;
}
.btn:hover span svg .trait, .btn.hover span svg .trait, .btn .btn-hover span svg .trait, .btn .page-category .category-wrapper .liste-formations .formation .click:hover ~ .btn span svg .trait, .page-category .category-wrapper .liste-formations .formation .btn .click:hover ~ .btn span svg .trait, .btn .page-home .formations .liste-formations .formation .click:hover ~ .btn span svg .trait, .page-home .formations .liste-formations .formation .btn .click:hover ~ .btn span svg .trait {
  transform: scaleX(0.33);
}
.btn:hover span svg .carre, .btn.hover span svg .carre, .btn .btn-hover span svg .carre, .btn .page-category .category-wrapper .liste-formations .formation .click:hover ~ .btn span svg .carre, .page-category .category-wrapper .liste-formations .formation .btn .click:hover ~ .btn span svg .carre, .btn .page-home .formations .liste-formations .formation .click:hover ~ .btn span svg .carre, .page-home .formations .liste-formations .formation .btn .click:hover ~ .btn span svg .carre {
  transform: rotate(180deg);
}
.btn:hover span svg .cercle, .btn.hover span svg .cercle, .btn .btn-hover span svg .cercle, .btn .page-category .category-wrapper .liste-formations .formation .click:hover ~ .btn span svg .cercle, .page-category .category-wrapper .liste-formations .formation .btn .click:hover ~ .btn span svg .cercle, .btn .page-home .formations .liste-formations .formation .click:hover ~ .btn span svg .cercle, .page-home .formations .liste-formations .formation .btn .click:hover ~ .btn span svg .cercle {
  transform: scale(0.92);
}
.btn.btn-black {
  background-color: black;
  color: white;
}
.btn.btn-black span svg path.fill {
  fill: white;
}
.btn.btn-black span svg path.stroke {
  stroke: white;
}

#header-wrapper {
  background: black;
  z-index: 120;
  position: relative;
}
#header-wrapper #header {
  position: relative;
  color: white;
  padding-top: 40px;
  padding-bottom: 35px;
}
#header-wrapper #header .site-logo {
  position: absolute;
  left: 20px;
  top: 40px;
}
#header-wrapper #header nav {
  margin-left: 150px;
  font-weight: 700;
  line-height: 42px;
}
#header-wrapper #header nav ul li {
  display: inline-block;
  position: relative;
  margin-right: 58px;
}
#header-wrapper #header nav ul li a {
  display: inline-block;
  transition: color linear 0.1s;
}
#header-wrapper #header nav ul li.contact {
  float: right;
  margin-right: 0;
}
#header-wrapper #header nav ul li.contact a {
  background: #901f1f;
  padding: 0px 30px;
  border-radius: 36px;
  height: 42px;
  line-height: 40px;
  display: inline-block;
  color: white;
}
#header-wrapper #header nav ul li.contact a:hover {
  color: #000000;
}
#header-wrapper #header nav ul li ul {
  position: absolute;
  display: none;
  background: black;
  width: 300px;
  font-weight: 200;
  padding: 20px;
}
#header-wrapper #header nav ul li ul li a {
  color: white;
}
#header-wrapper #header nav ul li.current-menu-item a, #header-wrapper #header nav ul li.current-menu-parent a {
  color: #901f1f;
}
#header-wrapper #header nav ul li.current-menu-item.contact a, #header-wrapper #header nav ul li.current-menu-parent.contact a {
  color: #000000;
}
#header-wrapper #header nav ul li:hover ul {
  display: block;
}
#header-wrapper #header nav ul li:hover ul li a {
  color: white;
}
#header-wrapper #header nav ul li:hover ul li a:hover {
  color: #901f1f;
}
#header-wrapper #header nav ul li:hover a {
  color: #901f1f;
}

.header-burger {
  display: none;
  position: absolute;
  right: 0;
  padding: 20px 20px;
  height: 100%;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  top: 0;
}

#mobile-menu-wrapper {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 110;
  background-color: black;
  color: white;
  transform: translateY(-100%) translateY(75px);
  visibility: hidden;
  transition: transform cubic-bezier(0.86, 0, 0.07, 1) 0.6s 0s, visibility 0s linear 0.6s;
}
#mobile-menu-wrapper.show {
  transform: none;
  visibility: visible;
  transition: transform cubic-bezier(0.86, 0, 0.07, 1) 0.6s 0s, visibility 0s linear 0s;
}
#mobile-menu-wrapper .mobile-menu-scroller {
  position: absolute;
  top: 100px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  overflow-y: scroll;
}
#mobile-menu-wrapper .mobile-menu-scroller nav:first-child {
  margin-top: 10px;
  margin-bottom: 20px;
}
#mobile-menu-wrapper .mobile-menu-scroller nav:last-child {
  margin-bottom: 100px;
}
#mobile-menu-wrapper .mobile-menu > li {
  margin-bottom: 10px;
}
#mobile-menu-wrapper .mobile-menu > li > a {
  font-weight: 700;
}
#mobile-menu-wrapper .mobile-menu > li > a[href="#"] {
  pointer-events: none;
}
#mobile-menu-wrapper .mobile-menu .sub-menu {
  margin-left: 10px;
  margin-bottom: 20px;
  margin-top: 5px;
}
#mobile-menu-wrapper .mobile-menu .sub-menu li {
  margin-bottom: 10px;
}
#mobile-menu-wrapper .mobile-menu .contact {
  margin-top: 20px;
}
#mobile-menu-wrapper .mobile-menu .contact a {
  background: #901f1f;
  padding: 0 30px;
  border-radius: 36px;
  height: 42px;
  line-height: 40px;
  display: inline-block;
  color: white;
}
#mobile-menu-wrapper .mobile-menu .contact a:hover {
  color: #000000;
}

@media (max-width:1276px) {
  #header-wrapper #header nav ul li {
    margin-right: 20px;
  }
}
@media (max-width:1024px) {
  #header-wrapper #header nav ul li {
    margin-right: 10px;
  }
  #header-wrapper #header nav ul li.contact a {
    padding: 0 20px;
  }
}
@media (max-width:960px) {
  .header-burger, #mobile-menu-wrapper {
    display: block;
  }
  #header-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }
  #header-wrapper #header {
    padding-top: 32px;
    padding-bottom: 27px;
  }
  #header-wrapper #header nav {
    display: none;
  }
  #header-wrapper #header .site-logo {
    transform: translate(-30px, -50px) scale(0.56);
    transition: transform 0.2s cubic-bezier(0.19, 1, 0.22, 1);
  }
  #header-wrapper #header .site-logo.scrolling {
    transform: translate(-40px, -66px) scale(0.37);
  }
}
#footer-wrapper {
  border-top: 1px solid #EBEBEB;
  position: relative;
  z-index: 100;
}
#footer-wrapper #footer {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
#footer-wrapper #footer .site-logo {
  position: absolute;
  left: 20px;
  top: -55px;
}
#footer-wrapper #footer .footer-content .col {
  float: left;
  margin-right: 100px;
  width: calc(33.3% - 100px);
}
#footer-wrapper #footer .footer-content .col a:hover {
  text-decoration: underline;
}
#footer-wrapper #footer .footer-content .col a[href="#"] {
  pointer-events: none;
}
#footer-wrapper #footer .footer-content .col .telephone {
  font-weight: 700;
  margin-top: 40px;
}
#footer-wrapper #footer .footer-content .col .footer-menu li {
  font-weight: 700;
  margin-bottom: 30px;
}
#footer-wrapper #footer .footer-content .col .footer-menu li ul {
  margin-top: 30px;
}
#footer-wrapper #footer .footer-content .col .footer-menu li ul li {
  font-weight: 400;
}
#footer-wrapper #footer .subfooter {
  overflow: hidden;
  margin-top: 36px;
  font: 400 12px/35px "e";
}
#footer-wrapper #footer .subfooter .copyright {
  float: left;
}
#footer-wrapper #footer .subfooter .protectim {
  float: right;
}
#footer-wrapper #footer .subfooter .protectim img {
  vertical-align: middle;
}
@media (max-width:960px) {
  #footer-wrapper #footer .footer-content .col {
    margin-right: 30px;
    width: calc(33.3% - 30px);
  }
}
@media (max-width:767px) {
  #footer-wrapper #footer {
    padding-top: 50px;
  }
  #footer-wrapper #footer .site-logo {
    top: -35px;
  }
  #footer-wrapper #footer .site-logo img {
    max-width: 70px;
  }
  #footer-wrapper #footer .footer-content .col {
    width: calc(50% - 30px);
    font-size: 10px;
  }
  #footer-wrapper #footer .footer-content .col .telephone {
    margin-top: 20px;
  }
  #footer-wrapper #footer .footer-content .col:nth-child(1) {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    font-size: 16px;
  }
  #footer-wrapper #footer .footer-content .col .footer-menu li {
    margin-bottom: 20px;
  }
  #footer-wrapper #footer .footer-content .col .footer-menu li ul {
    margin-top: 20px;
  }
  #footer-wrapper #footer .footer-content .col .footer-menu li ul li {
    margin-bottom: 20px;
  }
  #footer-wrapper #footer .subfooter .copyright, #footer-wrapper #footer .subfooter .protectim {
    float: none;
  }
}

.breadcrumb {
  margin-bottom: 20px;
}
.breadcrumb div {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
}
.breadcrumb div + div:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: white;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin: 0 5px;
}
@media (max-width:767px) {
  .breadcrumb {
    display: none;
  }
}

.header-page {
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 700px;
  color: white;
  position: relative;
}
.header-page .onHeader {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: url(../img/onheader.png) top left repeat;
  opacity: 0.6;
  display: none;
}
.page-single-formation .header-page .onHeader, .category .header-page .onHeader {
  display: block;
}
.header-page.header-page--small {
  min-height: 430px;
}
.header-page .wrapper {
  height: 100%;
}
.header-page .content {
  max-width: 750px;
  padding-top: 200px;
  padding-left: 150px;
}
.header-page h1 + p {
  margin-top: 20px;
}
.header-page .header-page-meta-wrapper {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}
.header-page .header-page-meta-wrapper .header-page-meta {
  max-width: 440px;
  margin-left: 150px;
  font-size: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.header-page .header-page-meta-wrapper .header-page-meta .header-page-meta-item {
  display: inline-block;
  vertical-align: top;
  max-width: 170px;
  font-size: 0;
  text-align: center;
}
.header-page .header-page-meta-wrapper .header-page-meta .header-page-meta-item:not(:last-child) {
  margin-right: 50px;
  margin-bottom: 20px;
}
.header-page .header-page-meta-wrapper .header-page-meta .header-page-meta-item svg, .header-page .header-page-meta-wrapper .header-page-meta .header-page-meta-item span {
  display: inline-block;
  vertical-align: top;
}
.header-page .header-page-meta-wrapper .header-page-meta .header-page-meta-item svg {
  max-width: 40px;
  height: auto;
  margin-top: 5px;
}
.header-page .header-page-meta-wrapper .header-page-meta .header-page-meta-item span {
  font-size: 14px;
  line-height: 20px;
}

@media (max-width:1276px) {
  .header-page .content {
    padding-left: 80px;
  }
  .header-page .header-page-meta-wrapper .header-page-meta {
    margin-left: 80px;
  }
}
@media (max-width:1024px) {
  .header-page .content {
    padding-left: 0;
  }
  .header-page .header-page-meta-wrapper .header-page-meta {
    margin-left: 0;
  }
}
@media (max-width:767px) {
  .header-page {
    min-height: 430px;
  }
  .header-page.header-page--small {
    min-height: 250px;
  }
  .header-page .content {
    padding-top: 130px;
    padding-bottom: 0;
  }
  .header-page .header-page-meta-wrapper {
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }
  .header-page .header-page-meta-wrapper .header-page-meta .header-page-meta-item svg {
    margin-bottom: 8px;
  }
  .header-page .header-page-meta-wrapper .header-page-meta .header-page-meta-item span {
    max-width: 100%;
  }
}
.page-home {
  background: black;
}
.page-home .header-page {
  background-image: url(../img/home/part-ecole.jpg);
}
.page-home .header-page .content {
  max-width: 830px;
}
.page-home .formations {
  position: relative;
  background: black;
  padding-top: 60px;
  padding-bottom: 100px;
}
.page-home .formations:before {
  content: "";
  width: 75%;
  background: white;
  position: absolute;
  right: 0;
  top: 150px;
  bottom: 90px;
}
.page-home .formations h2 {
  color: white;
  margin-bottom: 30px;
}
.page-home .formations .link {
  color: white;
}
.page-home .formations .link.mobile-only {
  margin-top: 30px;
}
.page-home .formations .liste-formations {
  border-left: 1px solid #B9B4B4;
  margin-top: 90px;
  position: relative;
  padding-left: 50px;
  padding-bottom: 70px;
}
.page-home .formations .liste-formations .formation {
  width: calc(33.3% - 30px);
  height: 400px;
  float: left;
  margin: 0 15px 15px 15px;
  color: white;
  padding: 20px;
  position: relative;
  text-align: center;
}
.page-home .formations .liste-formations .formation .bkg {
  background: black no-repeat top center;
  background-size: cover;
  transition: transform 0.4s ease;
}
.page-home .formations .liste-formations .formation .shadow {
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.75);
  transition: transform 0.4s ease, opacity 0.4s linear;
}
.page-home .formations .liste-formations .formation .click {
  height: auto;
  bottom: -30px;
  z-index: 1000;
}
.page-home .formations .liste-formations .formation .click:hover ~ .bkg, .page-home .formations .liste-formations .formation .click:hover ~ .shadow {
  transform: scale(1.03);
}
.page-home .formations .liste-formations .formation .click:hover ~ .shadow {
  opacity: 0.6;
}
.page-home .formations .liste-formations .formation .content-formation {
  position: absolute;
  bottom: 60px;
  width: calc(100% - 40px);
}
.page-home .formations .liste-formations .formation .sep {
  margin-top: 20px;
  margin-bottom: 20px;
}
.page-home .formations .liste-formations .formation .btn {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
.page-home .formations-top h1, .page-home .formations-top p {
  color: white;
  max-width: 550px;
  margin: 30px 50px;
}
.page-home .formations-top:before {
  display: none;
}
.page-home .formations-top .liste-formations {
  border: none;
  border-right: 1px solid white;
}
.page-home .formations-top .liste-formations p {
  margin: 0;
}
.page-home .academie {
  background: black;
  color: white;
  padding-top: 60px;
  overflow: hidden;
}
.page-home .academie h3 {
  margin-bottom: 20px;
}
.page-home .academie h3, .page-home .academie p {
  max-width: 400px;
}
.page-home .academie .block {
  float: left;
  width: calc(50% - 15px);
  margin-top: 50px;
}
.page-home .academie .block .desc {
  max-width: 400px;
}
.page-home .academie .block.block1 {
  margin-right: 15px;
}
.page-home .academie .block.block1 .image {
  margin-left: -140px;
  margin-bottom: 30px;
  max-width: calc(100% + 140px);
}
.page-home .academie .block.block1 .image img {
  max-width: 100%;
}
.page-home .academie .block.block2 {
  margin-left: 15px;
}
.page-home .academie .block.block2 .image {
  margin-top: 30px;
  max-width: calc(100% + 140px);
  margin-right: -140px;
}
.page-home .academie .block.block2 .image img {
  max-width: 100%;
}
.page-home .academie .block.block2 .image.mobile-only {
  margin-top: 0;
  margin-bottom: 30px;
}
.page-home .academie .block.block3 {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: black;
  float: none;
  padding: 160px 80px 85px 80px;
}
.page-home .clients {
  position: relative;
}
.page-home .clients h2 {
  margin-bottom: 50px;
}
.page-home .clients .protectim-sat {
  border-left: 1px solid #B9B4B4;
  padding: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 50%;
  float: left;
}
.page-home .clients .protectim-sat p {
  margin-bottom: 20px;
}
.page-home .clients .liste-clients {
  color: white;
  width: 50%;
  float: left;
  padding: 100px 0 50px 100px;
}
.page-home .clients .liste-clients img {
  vertical-align: middle;
  margin-left: 50px;
  margin-bottom: 50px;
}
.page-home .clients .liste-clients img:nth-child(3n+1) {
  margin-left: 0;
}
.page-home .contacts {
  position: relative;
}
.page-home .contacts .map {
  width: 50%;
  float: right;
}
.page-home .contacts .map .image {
  margin-left: -140px;
  line-height: 0;
}
.page-home .contacts .map .image img {
  max-width: 100%;
}
.page-home .contacts .contact {
  width: 50%;
  float: right;
  padding: 100px 0 50px 100px;
}
.page-home .contacts .contact h3 {
  margin: 30px 0;
}
@media (max-width:1276px) {
  .page-home .clients .liste-clients img {
    margin-left: 30px;
  }
  .page-home .formations .liste-formations .formation .btn {
    width: 85%;
  }
}
@media (max-width:1024px) {
  .page-home .formations .liste-formations .formation .btn {
    width: 91%;
  }
  .page-home .clients .liste-clients img {
    margin-left: 10px;
  }
}
@media (max-width:960px) {
  .page-home .formations:before {
    width: 60%;
  }
  .page-home .formations .liste-formations .formation {
    width: 95%;
    height: 500px;
    margin-bottom: 60px;
  }
  .page-home .formations .liste-formations .formation .btn {
    max-width: 230px;
  }
  .page-home .formations .liste-formations .formation .content-formation {
    max-width: 300px;
    left: 50%;
    transform: translateX(-50%);
  }
  .page-home .clients .protectim-sat {
    padding: 20px 50px 20px 20px;
  }
  .page-home .clients .liste-clients {
    padding-left: 50px;
    padding-top: 70px;
  }
  .page-home .clients .liste-clients img {
    margin-left: 30px;
  }
  .page-home .clients .liste-clients img:nth-child(3n+1) {
    margin-left: 30px;
  }
  .page-home .clients .liste-clients img:nth-child(2n+1) {
    margin-left: 0px;
  }
  .page-home .contacts .contact {
    padding: 50px 0px 50px 50px;
  }
}
@media (max-width:767px) {
  .page-home .formations h2 {
    margin-bottom: 15px;
  }
  .page-home .formations .link-desktop {
    display: none;
  }
  .page-home .liste-formations-wrapper {
    position: relative;
    padding-top: 60px;
  }
  .page-home .liste-formations-scroller-wrapper {
    overflow: hidden;
    margin-left: -20px;
    margin-right: -20px;
    height: 455px;
  }
  .page-home .liste-formations-scroller-bar {
    width: calc(100% - 120px) !important;
    right: 0;
    position: absolute !important;
    top: 30px;
  }
  .page-home .formations:before {
    display: none;
  }
  .page-home .formations .liste-formations {
    padding-left: 0;
    border-left: 0;
    margin-top: 0;
  }
  .page-home .formations .liste-formations .formation {
    margin: 15px 20px 40px 20px;
    height: 400px;
    width: calc(100vw - 40px);
    max-width: 280px;
  }
  .page-home .formations .liste-formations .formation + .formation {
    margin-left: 0;
  }
  .page-home .academie .block {
    width: 100%;
    float: none;
  }
  .page-home .academie .block.block1 .image {
    margin-left: 0;
    max-width: 100%;
  }
  .page-home .academie .block.block2 {
    margin-left: 0;
  }
  .page-home .academie .block.block2 .image {
    margin-right: 0;
    max-width: 100%;
  }
  .page-home .academie .block.block3 {
    padding: 20px;
    margin-top: 100px;
  }
  .page-home .clients {
    background: white;
    padding-top: 1px;
  }
  .page-home .clients .protectim-sat {
    float: none;
    width: 100%;
    border-left: 0;
    padding: 0;
  }
  .page-home .clients .liste-clients {
    background: black;
    width: calc(100% + 40px);
    padding: 50px 20px;
    margin: 0px -20px 0px -20px;
  }
  .page-home .clients .liste-clients img {
    margin: 17px !important;
  }
  .page-home .clients .liste-clients img:nth-child(3n+1) {
    margin-left: 50px;
  }
  .page-home .clients .liste-clients img:nth-child(2n+1) {
    margin-left: 0;
  }
  .page-home .contacts {
    overflow: hidden;
    background: white;
  }
  .page-home .contacts .map {
    float: none;
    width: 100%;
  }
  .page-home .contacts .map .image {
    width: calc(100% + 140px);
    margin-left: -70px;
  }
  .page-home .contacts .contact {
    float: none;
    width: 100%;
    padding: 30px 0;
  }
}

.page-category .main-category + .main-category {
  margin-top: 60px;
}
.page-category .main-category-header {
  text-align: center;
  margin-bottom: 50px;
}
.page-category .main-category-header h1 {
  margin-bottom: 30px;
}
.page-category .header-page {
  background-image: url(../img/home/part-ecole.jpg);
  min-height: 450px;
}
.page-category .header-page .content {
  max-width: 830px;
  padding-top: 100px;
}
.page-category .header-page .content h1 {
  margin-bottom: 30px;
}
.page-category .category-wrapper {
  padding-bottom: 200px;
  margin-top: 80px;
}
.page-category .category-wrapper .category-child {
  margin-bottom: 50px;
}
.page-category .category-wrapper .category-child .title-3 {
  margin-bottom: 20px;
}
.page-category .category-wrapper .category-child p, .page-category .category-wrapper .category-child .title-3 {
  max-width: 530px;
}
.page-category .category-wrapper .liste-formations {
  margin-top: 50px;
}
.page-category .category-wrapper .liste-formations {
  margin-right: -15px;
  margin-left: -15px;
}
.page-category .category-wrapper .liste-formations .formation {
  background: white;
  display: block;
  float: left;
  width: calc(33.3% - 30px);
  margin: 0 15px 60px 15px;
  text-align: center;
  padding: 33px 20px 60px 20px;
  position: relative;
  min-height: 320px;
}
.page-category .category-wrapper .liste-formations .formation .shadow {
  transition: opacity 0.4s linear, transform 0.4s ease;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.3);
}
.page-category .category-wrapper .liste-formations .formation .click {
  height: auto;
  bottom: -30px;
  z-index: 1000;
}
.page-category .category-wrapper .liste-formations .formation .click:hover ~ .shadow {
  opacity: 0.4;
  transform: scale(1.03);
}
.page-category .category-wrapper .liste-formations .formation .icone {
  min-height: 60px;
  margin-bottom: 10px;
}
.page-category .category-wrapper .liste-formations .formation .icone svg {
  max-width: 70px;
  max-height: 70px;
}
.page-category .category-wrapper .liste-formations .formation h3 {
  margin-bottom: 10px;
  min-height: 100px;
}
.page-category .category-wrapper .liste-formations .formation .btn {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 73%;
}
.page-category .category-wrapper .liste-formations .formation .sep {
  background: #901f1f;
}
@media (max-width:960px) {
  .page-category .menu-page {
    display: none;
  }
  .page-category .category-wrapper .liste-formations .formation {
    width: calc(50% - 30px);
  }
  .page-category .header-page .content {
    padding-top: 210px;
  }
}
@media (max-width:767px) {
  .page-category .category-wrapper {
    padding-bottom: 80px;
  }
  .page-category .category-wrapper .liste-formations {
    margin-right: -20px;
    margin-left: -20px;
    position: relative;
    padding-top: 50px;
    margin-top: 30px;
  }
  .page-category .category-wrapper .liste-formations.a-horz-scroller--no-scroll {
    padding-top: 0;
    margin-top: 20px;
  }
  .page-category .category-wrapper .liste-formations .a-horz-scroller-arrow rect {
    stroke: #000;
  }
  .page-category .category-wrapper .liste-formations .a-horz-scroller-arrow path {
    fill: #000;
  }
  .page-category .category-wrapper .liste-formations .a-horz-scroller-arrow {
    margin-left: 20px;
  }
  .page-category .category-wrapper .liste-formations .scroller-bar-wrapper {
    border-bottom-color: black;
    width: calc(100% - 160px);
    right: 20px;
    position: absolute;
    top: 30px;
  }
  .page-category .category-wrapper .liste-formations .scroller-bar-wrapper span {
    background: black;
  }
  .page-category .category-wrapper .liste-formations .scroller {
    padding-bottom: 30px;
  }
  .page-category .category-wrapper .liste-formations .scroller .clear:not(:last-child) {
    display: none;
  }
  .page-category .category-wrapper .liste-formations .formation {
    margin: 15px 20px 40px 20px;
    width: calc(100vw - 40px);
    max-width: 280px;
  }
  .page-category .category-wrapper .liste-formations .formation:not(:first-child) {
    margin-left: 0;
  }
  .page-category .category-wrapper .liste-formations .formation .btn {
    width: 82%;
  }
  .page-category .header-page .content {
    padding-top: 250px;
  }
}

.page-single-formation .header-page .content {
  max-width: 1000px;
}
.page-single-formation .menu-page .btn {
  margin: -10px 0 0 0;
}
.page-single-formation .col--right, .page-single-formation .col--left {
  width: 50%;
}
.page-single-formation .formation-content-top {
  padding-top: 80px;
  padding-bottom: 75px;
  width: 100%;
}
.page-single-formation .formation-content-top .col--right {
  float: right;
}
.page-single-formation .formation-content-top .col--left {
  float: left;
}
.page-single-formation .formation-content-top .col--right {
  max-width: 420px;
}
.page-single-formation .formation-content-top .col--right h3 {
  margin-bottom: 8px;
}
.page-single-formation .formation-content-top .col--right h3 svg {
  margin: -2px 12px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.page-single-formation .formation-content-top .col--right P + h3 {
  margin-top: 30px;
}
.page-single-formation .formation-content-top .col--left {
  max-width: 500px;
  padding-right: 50px;
}
.page-single-formation .formation-content-contenus h4 {
  font: 400 18px/1 "e";
  color: #901f1f;
  margin-bottom: 30px;
}
.page-single-formation .formation-content-contenus .texte {
  margin-bottom: 90px;
}
.page-single-formation .formation-content-contenus .sequences {
  position: relative;
  margin-bottom: 50px;
  margin-top: 30px;
}
.page-single-formation .formation-content-contenus .sequences:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #D8D8D8;
  position: absolute;
  left: 0;
  top: 54px;
}
.page-single-formation .formation-content-contenus .sequences .a-horz-scroller-arrow {
  top: -66px;
  left: 340px;
}
.page-single-formation .formation-content-contenus .sequences .a-horz-scroller-arrow.a-horz-scroller-arrow-right {
  left: 390px;
}
.page-single-formation .formation-content-contenus .sequences .a-horz-scroller-arrow svg rect {
  stroke: black;
}
.page-single-formation .formation-content-contenus .sequences .a-horz-scroller-arrow svg path {
  fill: black;
}
.page-single-formation .formation-content-contenus .sequences .a-horz-scroller-bar-wrapper {
  position: absolute;
  width: calc(100% - 470px);
  border-bottom: 1px solid black;
  top: -50px;
  right: 0;
}
.page-single-formation .formation-content-contenus .sequences .a-horz-scroller-bar-wrapper > span {
  background-color: black;
}
.page-single-formation .formation-content-contenus .sequences + h4 + .sequences .a-horz-scroller-arrow {
  top: -70px;
}
.page-single-formation .formation-content-contenus .sequences + h4 + .sequences .a-horz-scroller-bar-wrapper {
  top: -50px;
}
.page-single-formation .formation-content-contenus .sequences .sequence {
  float: left;
  padding-right: 60px;
  width: 200px;
  margin-bottom: 30px;
}
.page-single-formation .formation-content-contenus .sequences .sequence .number {
  color: #901f1f;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
.page-single-formation .formation-content-contenus .sequences .sequence .number:after {
  content: "";
  background: #901f1f;
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
  position: absolute;
  left: 2px;
  bottom: 0;
}
.page-single-formation .formation-content-contenus .sequences .sequence .titre {
  font: 700 16px/1 "e";
}
.page-single-formation .formation-content-contenus .sequences .sequence .plus {
  margin-top: 20px;
  cursor: pointer;
  display: inline-block;
}
.page-single-formation .formation-content-contenus .sequences .sequence .plus:hover svg path {
  stroke: #000000;
}
.page-single-formation .formation-content-moyens {
  background: black;
  color: white;
  display: flex;
}
.page-single-formation .formation-content-moyens .col--left {
  position: relative;
}
.page-single-formation .formation-content-moyens .col--left .image {
  background-position: top center;
}
.page-single-formation .formation-content-moyens .col--right {
  padding: 70px 80px 30px 80px;
}
.page-single-formation .formation-content-moyens .col--right ul {
  margin: 40px 0;
}
.page-single-formation .formation-content-moyens .col--right ul li {
  padding-left: 55px;
  position: relative;
  max-width: 350px;
  margin-bottom: 25px;
}
.page-single-formation .formation-content-moyens .col--right ul li:last-child {
  margin-bottom: 0;
}
.page-single-formation .formation-content-moyens .col--right ul li svg {
  max-width: 41px;
  position: absolute;
  top: 4px;
  left: 0;
}
.page-single-formation .formation-content-moyens .col--right .certification {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  margin-bottom: 40px;
  background-size: 207px 125px !important;
}
.page-single-formation .formation-content-moyens .col--right .certification:last-child {
  margin-right: 0 !important;
}
.page-single-formation .formation-content-moyens .col--right .certification.certification--datadocke {
  width: 93px;
  height: 57px;
  background: url("../img/formation/sprite-logo-certifications.png") no-repeat -107px -51px;
}
.page-single-formation .formation-content-moyens .col--right .certification.certification--protectim {
  width: 137px;
  height: 51px;
  background: url("../img/formation/sprite-logo-certifications.png") no-repeat -70px 0px;
}
.page-single-formation .formation-content-moyens .col--right .certification {
  /*
  &.certification--cnaps {
      width:  (140px / 2);
      height: (150px / 2);
      background: url('../img/formation/sprite-logo-certifications.png') no-repeat (-0px / 2) (-0px / 2);
  }
  */
}
.page-single-formation .formation-content-moyens .col--right .certification.certification--sgs {
  width: 107px;
  height: 50px;
  background: url("../img/formation/sprite-logo-certifications.png") no-repeat 0px -75px;
}
.page-single-formation h3 svg {
  margin-right: 20px;
  fill: #901f1f;
}
.page-single-formation .planning {
  margin-bottom: 100px;
}

@media (max-width:960px) {
  .page-single-formation .menu-page {
    width: 40%;
    padding-left: 70px;
  }
  .page-single-formation .formation-content-moyens .col--right {
    width: 60%;
  }
  .page-single-formation .formation-content-moyens .col--right .certification {
    margin-right: 30px;
  }
  .page-single-formation .formation-content-moyens .col--left {
    width: 40%;
  }
}
@media (max-width:767px) {
  .page-single-formation .menu-page {
    float: none;
    width: 100%;
    background: none;
    border-top: none;
    padding: 0 20px 0 20px;
    height: auto;
    margin-top: -32px;
  }
  .page-single-formation .menu-page .btn {
    margin: 0;
    font-size: 15px;
    padding-left: 18px;
    border-radius: 32px;
  }
  .page-single-formation .col--right, .page-single-formation .col--left {
    width: 100% !important;
    float: none !important;
  }
  .page-single-formation .formation-content-top {
    padding-top: 60px;
  }
  .page-single-formation .formation-content-top .col--left {
    margin-top: 50px;
    padding-right: 0;
  }
  .page-single-formation .formation-content-contenus h4 {
    margin-bottom: 95px;
  }
  .page-single-formation .formation-content-contenus .sequences:before {
    top: 59px;
  }
  .page-single-formation .formation-content-contenus .sequences .sequence {
    width: 160px;
  }
  .page-single-formation .formation-content-contenus .sequences .a-horz-scroller-arrow {
    left: 0;
    top: -50px;
  }
  .page-single-formation .formation-content-contenus .sequences .a-horz-scroller-arrow.a-horz-scroller-arrow-right {
    left: 50px;
  }
  .page-single-formation .formation-content-contenus .sequences .a-horz-scroller-bar-wrapper {
    position: relative;
    width: 100%;
    top: -73px;
  }
  .page-single-formation .formation-content-moyens {
    display: block;
  }
  .page-single-formation .formation-content-moyens .col--left {
    max-height: 360px;
  }
  .page-single-formation .formation-content-moyens .col--left:after {
    content: "";
    display: block;
    padding-bottom: 100%;
  }
  .page-single-formation .formation-content-moyens .col--right {
    padding: 50px 20px;
  }
  .page-single-formation .formation-content-moyens .col--right .certification {
    transform: scale(0.8);
    margin-left: -10px;
    margin-right: 10px;
  }
}
.page-academie {
  padding-bottom: 100px;
}
.page-academie .header-page {
  background-image: url(../img/academie/header.jpg);
}
.page-academie .header-page .content {
  padding-top: 470px;
}
.page-academie .menu-page, .page-academie .menu-page-fixed {
  z-index: 100;
}
.page-academie .menu-page .border, .page-academie .menu-page-fixed .border {
  position: absolute;
  height: 5px;
  width: 100%;
  top: 0px;
  left: 0;
  transform: scaleX(0);
  background: #901f1f;
  transform-origin: 0 0;
}
.page-academie .menu-page .content, .page-academie .menu-page-fixed .content {
  max-width: 600px;
}
.page-academie .menu-page .content a, .page-academie .menu-page-fixed .content a {
  display: inline-block;
  float: left;
  margin-right: 50px;
  width: calc(33.3% - 50px);
  color: #999999;
  transition: color linear 0.1s;
}
.page-academie .menu-page .content a:hover, .page-academie .menu-page-fixed .content a:hover {
  color: black;
}
.page-academie .menu-page .content a span, .page-academie .menu-page-fixed .content a span {
  display: block;
  font: 700 18px/1 "e";
  color: black;
}
.page-academie .menu-page-fixed {
  width: 50%;
  float: right;
  height: 90px;
  background: white;
  padding-left: 20px;
  padding-top: 13px;
  position: fixed;
  z-index: 10000;
  left: 50%;
  top: 0;
  transform: translateY(-150px);
  transition: transform 0.5s cubic-bezier(1, 0, 0, 1);
}
.page-academie .menu-page-fixed .content {
  max-width: 100%;
}
.page-academie .menu-page-fixed .content a br {
  display: none;
}
.page-academie .menu-page-fixed.show {
  transform: translateY(0px);
}
.page-academie .page-wrapper .part {
  position: relative;
  width: 100%;
}
.page-academie .page-wrapper .part .bloc {
  position: relative;
}
.page-academie .page-wrapper .part .bloc .number {
  font: 400 241px/1 "e";
  color: #F0F0F0;
  position: absolute;
  top: 0;
  left: -32px;
  z-index: 0;
}
.page-academie .page-wrapper .part .bloc h2 {
  position: relative;
}
.page-academie .page-wrapper .part .bloc .image img {
  max-width: 100%;
}
.page-academie .page-wrapper .part .bloc.bloc-left {
  float: left;
  width: 50%;
}
.page-academie .page-wrapper .part .bloc.bloc-right {
  float: right;
  width: 50%;
}
.page-academie .page-wrapper .part .bloc.bloc-bottom {
  padding: 0 100px;
}
.page-academie .page-wrapper .part.part1 .bloc-left {
  padding: 125px 0px 0px 100px;
}
.page-academie .page-wrapper .part.part1 .bloc-left p {
  max-width: 90%;
}
.page-academie .page-wrapper .part.part1 .bloc-right {
  margin-top: 100px;
}
.page-academie .page-wrapper .part.part1 .bloc-right .image {
  margin-left: 100px;
  line-height: 0;
}
.page-academie .page-wrapper .part.part1 .bloc-right p {
  padding-left: 60px;
}
.page-academie .page-wrapper .part.part1 .bloc-right .recherche {
  background: url(../svg/ico-clarifier.svg) left top 7px no-repeat;
}
.page-academie .page-wrapper .part.part1 .bloc-right .monter {
  background: url(../svg/ico-monter.svg) left top 7px no-repeat;
}
.page-academie .page-wrapper .part.part1 .bloc-right .profils {
  background: url(../svg/ico-profils.svg) left top 7px no-repeat;
}
.page-academie .page-wrapper .part.part1 .bloc-rouge {
  padding: 90px 80px;
  background: #901f1f;
  color: white;
}
.page-academie .page-wrapper .part.part1 .bloc-bottom {
  color: #901f1f;
  border-left: 1px solid #901f1f;
  padding-left: 80px;
  margin-left: 100px;
  margin-top: 50px;
  margin-bottom: 50px;
  max-width: 860px;
}
.page-academie .page-wrapper .part.part2 {
  background: black;
  color: white;
  overflow: hidden;
}
.page-academie .page-wrapper .part.part2 .image {
  line-height: 0;
}
.page-academie .page-wrapper .part.part2 .image img {
  max-width: 100%;
}
.page-academie .page-wrapper .part.part2 .bloc-left {
  padding: 100px 0px 0px 100px;
  width: 45%;
  overflow: hidden;
}
.page-academie .page-wrapper .part.part2 .bloc-left-image, .page-academie .page-wrapper .part.part2 .bloc-right-image {
  padding: 0;
  width: 50%;
  float: left;
  line-height: 0;
}
.page-academie .page-wrapper .part.part2 .bloc-left-image img, .page-academie .page-wrapper .part.part2 .bloc-right-image img {
  max-width: 100%;
}
.page-academie .page-wrapper .part.part2 .bloc-left-image {
  margin-top: 100px;
}
.page-academie .page-wrapper .part.part2 .bloc-right-image {
  padding-bottom: 50px;
  background: white;
  margin-top: 50px;
}
.page-academie .page-wrapper .part.part2 .bloc-right {
  padding: 125px 0px 0px 100px;
  margin-top: 60px;
  float: left;
}
.page-academie .page-wrapper .part.part2 .bloc-right .number {
  color: #1F1F1F;
}
.page-academie .page-wrapper .part.part2 .peoples .people {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.page-academie .page-wrapper .part.part2 .peoples .people.hide {
  opacity: 0.3;
}
.page-academie .page-wrapper .part.part2 .bios {
  background: #901f1f;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: -62px;
  padding: 70px 80px;
  transform: translateX(70vw);
  transition: transform 0.5s cubic-bezier(1, 0, 0, 1);
}
.page-academie .page-wrapper .part.part2 .bios .close {
  margin-bottom: 30px;
  cursor: pointer;
}
.page-academie .page-wrapper .part.part2 .bios.show {
  transform: translateX(0);
}
.page-academie .page-wrapper .part.part2 .bios .bio {
  display: none;
}
.page-academie .page-wrapper .part.part2 .bios .bio.show {
  display: block;
}
.page-academie .page-wrapper .part.part3 .bloc-left {
  padding: 100px 0px 0px 100px;
  max-width: 45%;
}
.page-academie .page-wrapper .part.part3 .bloc-right-bottom {
  margin-top: 50px;
  padding-right: 130px;
}
.page-academie .page-wrapper .part.part3 .bloc-left-bottom {
  padding: 50px 0;
}
.page-academie .page-wrapper .part.part3 .image {
  border: 10px solid #901f1f;
  line-height: 0;
}
@media (max-width:1276px) {
  .page-academie .menu-page {
    padding-left: 40px;
    width: 60%;
  }
  .page-academie .page-wrapper .part.part2 .bloc-left {
    padding-left: 20px;
  }
  .page-academie .page-wrapper .part.part2 .bloc-left .peoples .people {
    margin-right: 10px;
  }
}
@media (max-width:960px) {
  .page-academie .menu-page {
    padding-left: 40px;
    width: 100%;
  }
  .page-academie .page-wrapper .part.part1 .bloc-left {
    padding-left: 50px;
  }
  .page-academie .page-wrapper .part.part1 .bloc-right .image {
    margin-left: 50px;
  }
  .page-academie .page-wrapper .part.part1 .bloc-right .bloc-rouge {
    padding: 50px;
  }
  .page-academie .page-wrapper .part.part1 .bloc-bottom {
    margin-left: 50px;
    padding-left: 30px;
  }
  .page-academie .page-wrapper .part.part2 .bloc-left {
    padding-top: 40px;
  }
  .page-academie .page-wrapper .part.part2 .bloc-left .peoples .people {
    width: calc(50% - 10px);
  }
  .page-academie .page-wrapper .part.part2 .bloc-left .peoples .people img {
    max-width: 100%;
  }
  .page-academie .page-wrapper .part.part2 .bloc-right {
    padding-left: 50px;
    margin-top: 0;
  }
  .page-academie .page-wrapper .part.part2 .bios {
    left: 0;
    right: -44px;
  }
  .page-academie .page-wrapper .part.part3 .bloc-left {
    padding-left: 50px;
  }
}
@media (max-width:767px) {
  .page-academie .menu-page {
    display: none;
  }
  .page-academie .header-page .content {
    padding-top: 370px;
  }
  .page-academie .page-wrapper .part .bloc.bloc-left, .page-academie .page-wrapper .part .bloc.bloc-right {
    width: 100%;
    float: none;
    padding: 20px;
  }
  .page-academie .page-wrapper .part .bloc .number {
    font-size: 221px;
  }
  .page-academie .page-wrapper .part.part1 .bloc-left {
    padding-top: 100px;
  }
  .page-academie .page-wrapper .part.part1 .bloc-left p {
    max-width: 100%;
  }
  .page-academie .page-wrapper .part.part1 .bloc-right {
    margin-top: 20px;
  }
  .page-academie .page-wrapper .part.part1 .bloc-right .image {
    margin-left: 0px;
    margin: 0 -20px;
  }
  .page-academie .page-wrapper .part.part1 .bloc-right .bloc-rouge {
    padding: 20px;
    margin: 0 -20px;
  }
  .page-academie .page-wrapper .part.part1 .bloc-bottom {
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-academie .page-wrapper .part.part2 .bloc-left .peoples .people {
    width: calc(33.3% - 10px);
    margin: 5px;
  }
  .page-academie .page-wrapper .part.part2 .bloc-right {
    padding-top: 100px;
  }
  .page-academie .page-wrapper .part.part2 .bios {
    display: none;
  }
  .page-academie .page-wrapper .part.part2 .bloc-left-image {
    width: 100%;
    margin-top: 0;
    float: left;
    padding-right: 20%;
  }
  .page-academie .page-wrapper .part.part2 .bloc-right-image {
    width: 100%;
    margin-top: 0;
    float: right;
    padding-bottom: 0;
    padding-left: 20%;
  }
  .page-academie .page-wrapper .part.part3 .bloc-left {
    max-width: 100%;
    padding-top: 100px;
  }
  .page-academie .page-wrapper .part.part3 .bloc-left.bloc-left-bottom {
    padding-top: 0;
  }
  .page-academie .page-wrapper .part.part3 .bloc-right-bottom {
    margin-top: 0;
  }
}

.page-vous-accompagner .header-page {
  background-image: url(../img/vous-accompagner/header-new.jpg);
}
.page-vous-accompagner .header-page .content {
  padding-top: 400px;
  max-width: 800px;
}
.page-vous-accompagner .section {
  margin-top: 100px;
}
.page-vous-accompagner .section .left-block {
  float: left;
  width: 50%;
}
.page-vous-accompagner .section .left-block .image {
  margin-right: 40px;
}
.page-vous-accompagner .section .left-block .wrapper-content h2 {
  padding-right: 40px;
}
.page-vous-accompagner .section .left-block .wrapper-content p {
  max-width: 460px;
}
.page-vous-accompagner .section .right-block {
  float: right;
  width: 50%;
}
.page-vous-accompagner .section .right-block .image {
  margin-left: 100px;
}
.page-vous-accompagner .section .right-block .wrapper-content {
  margin-left: 125px;
}
.page-vous-accompagner .section .block .wrapper-content {
  position: relative;
  padding-top: 100px;
}
.page-vous-accompagner .section .block .wrapper-content .back-number {
  font: 400 241px/0.73 "e";
  position: absolute;
  z-index: 0;
  opacity: 0.06;
  top: 0;
  left: -150px;
}
.page-vous-accompagner .section .block .wrapper-content h2 {
  margin-bottom: 50px;
}
.page-vous-accompagner .section .block .wrapper-content p.text-marged-bottom {
  margin-bottom: 60px;
}
.page-vous-accompagner .section .block .wrapper-content + .wrapper-content {
  margin-top: 50px;
}
.page-vous-accompagner .section img {
  width: 100%;
  display: block;
  height: auto;
}
.page-vous-accompagner #financer-votre-formation .block .wrapper-content {
  padding-top: 30px;
}
.page-vous-accompagner #financer-votre-formation .left-block, .page-vous-accompagner #demarches-cnaps .left-block {
  padding: 0px 0px 0px 100px;
}
.page-vous-accompagner #document-prerequis .right-block {
  padding: 0px 100px 0px 0px;
}
.page-vous-accompagner .wrapper--innover {
  background: black url(../img/vous-accompagner/demarches.jpg) right top no-repeat;
  background-size: cover;
  color: white;
}
.page-vous-accompagner .wrapper--innover .block {
  padding: 50px 0px 150px 100px;
}
.page-vous-accompagner .wrapper--innover .block p {
  margin-top: 30px;
  max-width: 460px;
}
@media (max-width:960px) {
  .page-vous-accompagner #financer-votre-formation .left-block, .page-vous-accompagner #demarches-cnaps .left-block {
    padding: 0px 0px 0px 50px;
  }
  .page-vous-accompagner #financer-votre-formation .left-block .back-number, .page-vous-accompagner #demarches-cnaps .left-block .back-number {
    left: -80px;
  }
  .page-vous-accompagner #document-prerequis .right-block {
    padding-right: 50px;
  }
  .page-vous-accompagner .section .right-block .wrapper-content {
    margin-left: 50px;
  }
  .page-vous-accompagner .wrapper--innover .left-block {
    width: 100%;
    padding: 100px;
  }
  .page-vous-accompagner .wrapper--innover .left-block p {
    max-width: 100%;
  }
}
@media (max-width:767px) {
  .page-vous-accompagner .menu-page {
    display: none;
  }
  .page-vous-accompagner .header-page .content {
    padding-top: 250px;
  }
  .page-vous-accompagner .section {
    margin-top: 50px;
  }
  .page-vous-accompagner .section .left-block, .page-vous-accompagner .section .right-block {
    width: 100%;
    float: none;
  }
  .page-vous-accompagner .section .left-block .image, .page-vous-accompagner .section .right-block .image {
    margin-left: 0;
    margin-right: 0;
  }
  .page-vous-accompagner .section .left-block .wrapper-content h2 {
    padding-right: 0;
  }
  .page-vous-accompagner .section .block .wrapper-content .back-number {
    left: -80px;
  }
  .page-vous-accompagner .section .right-block .wrapper-content {
    margin: 0;
  }
  .page-vous-accompagner #financer-votre-formation .right-block {
    display: none;
  }
  .page-vous-accompagner #document-prerequis .left-block {
    display: none;
  }
  .page-vous-accompagner #financer-votre-formation .left-block, .page-vous-accompagner #demarches-cnaps .left-block {
    padding: 0px 20px 0px 20px;
  }
  .page-vous-accompagner #document-prerequis .right-block {
    padding: 0px 20px 0px 20px;
  }
  .page-vous-accompagner #demarches-cnaps .left-block {
    margin-top: 50px;
  }
  .page-vous-accompagner .wrapper--innover {
    background: black;
    color: white;
  }
  .page-vous-accompagner .wrapper--innover .block {
    padding: 50px 20px 150px 20px;
  }
  .page-vous-accompagner .wrapper--innover .block p {
    margin-top: 30px;
    max-width: 100%;
  }
}

.page-single .header-page {
  min-height: 450px;
}
.page-single .header-page .content {
  padding-top: 160px;
  padding-bottom: 0;
}
.page-single .wrapper-text {
  max-width: 640px;
  margin: 90px 0 200px 150px;
  position: relative;
}
.page-single .wrapper-text blockquote {
  margin-left: -79px;
}
.page-single .wrapper-text img {
  max-width: 100%;
}
.page-single:not(.page-interview) .wrapper-text:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #B9B4B4;
  left: -80px;
}
@media (max-width:1276px) {
  .page-single .wrapper-text {
    margin-left: 80px;
  }
  .page-single .wrapper-text blockquote {
    margin-left: -20px;
  }
}
@media (max-width:1024px) {
  .page-single .wrapper-text {
    margin-left: 0;
  }
  .page-single .menu-page {
    display: none;
  }
  .page-single .header-page .content {
    padding-top: 250px;
  }
}
@media (max-width:767px) {
  .page-single .header-page {
    min-height: 350px;
  }
  .page-single .header-page .content {
    padding-top: 260px;
  }
}

.page-interview .header-page--interview {
  min-height: 0 !important;
}
.page-interview .header-page--interview.header-page--interview--has-image .bkg {
  width: 50%;
  float: right;
  margin-right: -20px;
}
.page-interview .header-page--interview.header-page--interview--has-image .bkg:after {
  content: "";
  display: block;
  padding-bottom: 104%;
}
.page-interview .header-page--interview.header-page--interview--has-image .content {
  position: absolute;
  bottom: 0;
}
.page-interview .header-page--interview .content {
  max-width: 650px;
  margin-bottom: 80px;
}
.page-interview .header-page--interview .content h1 {
  margin-bottom: 20px;
}
.page-interview .header-page--interview .content h2 {
  font-weight: 400;
}
.page-interview .wrapper-text {
  max-width: 460px;
}
.page-interviews .interviews-list {
  margin-top: 100px;
  margin-bottom: 200px;
}
.page-interviews .interviews-list-item {
  margin-bottom: 100px;
  overflow: hidden;
}
.page-interviews .interviews-list-item .interviews-list-item-img {
  width: 49%;
  position: relative;
}
.page-interviews .interviews-list-item .interviews-list-item-img:before {
  content: "";
  display: block;
  padding-bottom: 62%;
  background: rgba(211, 211, 211, 0.2);
}
.page-interviews .interviews-list-item .interviews-list-item-img .bkg-cover {
  background-position: top center;
}
.page-interviews .interviews-list-item .interviews-list-item-content {
  width: 51%;
  position: relative;
  padding-top: 30px;
}
.page-interviews .interviews-list-item .interviews-list-item-content h6 {
  margin-top: 5px;
  margin-bottom: 20px;
}
.page-interviews .interviews-list-item:nth-child(odd) .interviews-list-item-img {
  float: left;
}
.page-interviews .interviews-list-item:nth-child(odd) .interviews-list-item-content {
  float: left;
  padding-left: 60px;
  padding-right: 80px;
}
.page-interviews .interviews-list-item:nth-child(even) .interviews-list-item-img {
  float: right;
}
.page-interviews .interviews-list-item:nth-child(even) .interviews-list-item-content {
  float: left;
  padding-left: 80px;
  padding-right: 40px;
}
@media (max-width:1024px) {
  .page-interviews .interviews-list-item:nth-child(odd) .interviews-list-item-content {
    padding-right: 60px;
  }
  .page-interviews .interviews-list-item:nth-child(even) .interviews-list-item-content {
    padding-left: 60px;
  }
}
@media (max-width:767px) {
  .page-interviews .interviews-list {
    max-width: 500px !important;
    margin-top: 50px;
    margin-bottom: 100px;
  }
  .page-interviews .interviews-list .interviews-list-item {
    margin-bottom: 60px;
    overflow: visible;
  }
  .page-interviews .interviews-list .interviews-list-item .interviews-list-item-img {
    margin-right: -20px;
    margin-left: -20px;
  }
  .page-interviews .interviews-list .interviews-list-item .interviews-list-item-img, .page-interviews .interviews-list .interviews-list-item .interviews-list-item-content {
    width: auto;
    float: none !important;
  }
  .page-interviews .interviews-list .interviews-list-item .interviews-list-item-content {
    padding-top: 20px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.page-nous-contacter .header-page {
  background-image: url(../img/nous-contacter/header.jpg);
}
.page-nous-contacter .header-page .content {
  padding-top: 400px;
  max-width: 500px;
}
.page-nous-contacter .tabs-container {
  margin: 100px 0 115px;
  border-left: solid 1px #B9B4B4;
  padding: 0 80px 90px;
}
.page-nous-contacter .tabs-container .tab {
  overflow: hidden;
  margin-bottom: 35px;
}
.page-nous-contacter .tabs-container .tab .tab-link {
  float: left;
  cursor: pointer;
  margin-right: 38px;
  transition: 0.3s;
  opacity: 0.13;
  margin-top: 12px;
}
.page-nous-contacter .tabs-container .tab .tab-link.current {
  opacity: 1;
  font-size: 42px;
  margin-top: 0;
}
.page-nous-contacter .tabs-container .tab .tab-link:hover {
  opacity: 1;
}
.page-nous-contacter .tabs-container .tab-content {
  display: none;
  border-top: none;
  animation: fadeEffect 1s;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.page-nous-contacter .tabs-container .tab-content .wpcf7 {
  margin-left: -0.5%;
  max-width: 528px;
}
.page-nous-contacter .tabs-container .tab-content .wpcf7 form .row {
  overflow: hidden;
  margin-bottom: 15px;
}
.page-nous-contacter .tabs-container .tab-content .wpcf7 form .row label {
  display: block;
  margin: 0 1%;
  width: 98%;
}
.page-nous-contacter .tabs-container .tab-content .wpcf7 form .row label input, .page-nous-contacter .tabs-container .tab-content .wpcf7 form .row label textarea, .page-nous-contacter .tabs-container .tab-content .wpcf7 form .row label select {
  font: 400 16px/24px "e";
  border: 1px solid #979797;
  padding: 11px 16px 11px;
  width: 100%;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.page-nous-contacter .tabs-container .tab-content .wpcf7 form .row label .select-container {
  position: relative;
  display: block;
}
.page-nous-contacter .tabs-container .tab-content .wpcf7 form .row label .select-container select:hover {
  cursor: pointer;
}
.page-nous-contacter .tabs-container .tab-content .wpcf7 form .row label .select-container:after {
  z-index: -1;
  position: absolute;
  top: 22px;
  right: 15px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #901f1f;
}
.page-nous-contacter .tabs-container .tab-content .wpcf7 form .row label span.wpcf7-not-valid-tip {
  color: #901f1f;
  font-size: 12px;
}
.page-nous-contacter .tabs-container .tab-content .wpcf7 form .row label.half {
  float: left;
  width: 48%;
}
.page-nous-contacter .tabs-container .tab-content .wpcf7 form .btn {
  margin: 25px 0 0;
}
.page-nous-contacter .tabs-container .tab-content .wpcf7 form div.wpcf7-validation-errors {
  border: none;
  background-color: #901f1f;
  color: white;
  padding: 26px 22px;
}
.page-nous-contacter .tabs-container .tab-content.current {
  display: block;
}
@media (max-width:767px) {
  .page-nous-contacter .header-page {
    background-image: url(../img/nous-contacter/header.jpg);
  }
  .page-nous-contacter .header-page .content {
    padding-top: 360px;
  }
  .page-nous-contacter .menu-page {
    display: none;
  }
  .page-nous-contacter .tabs-container {
    padding: 0 20px;
    max-width: 500px;
    border: none;
    margin: 55px auto 115px;
  }
  .page-nous-contacter .tabs-container .tab {
    overflow: hidden;
    margin-bottom: 35px;
  }
  .page-nous-contacter .tabs-container .tab .tab-link {
    font-size: 20px;
    line-height: 25px;
    margin-right: 14px;
    margin-top: 8px;
  }
  .page-nous-contacter .tabs-container .tab .tab-link.current {
    font-size: 28px;
    line-height: 36px;
    margin-top: 0;
  }
  .page-nous-contacter .tabs-container .tab-content .wpcf7 form .row label.half {
    float: none;
    width: 98%;
  }
  .page-nous-contacter .tabs-container .tab-content .wpcf7 form .row label.half:first-of-type {
    margin-bottom: 15px;
  }
}

.pagination {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.pagination:empty {
  display: none;
}
.pagination h2 {
  display: none;
}
.pagination .prev, .pagination .next {
  display: none;
}
.pagination .page-numbers {
  padding-right: 7px;
  margin-right: 2px;
  position: relative;
}
.pagination .page-numbers:after {
  content: ".";
  position: absolute;
  right: 0;
}
.pagination .page-numbers.current {
  font-weight: 700;
}

.page-metiers h2, .page-metiers h3 {
  margin-bottom: 10px;
}
.page-metiers .intro p {
  color: #901f1f;
  padding-left: 50px;
  border-left: 1px solid #901f1f;
  max-width: 720px;
  margin: 50px 50px 50px 0;
}
.page-metiers .focus .photo {
  float: right;
  width: 40%;
}
.page-metiers .focus .photo img {
  max-width: 100%;
}
.page-metiers .focus .interview {
  float: left;
  width: 50%;
  margin-right: 10%;
}
.page-metiers .focus .interview p {
  max-width: 450px;
}
.page-metiers .focus .interview .question {
  margin-top: 50px;
}
.page-metiers .focus .interview .question .titre {
  font: 700 28px/1 "e";
  margin-bottom: 10px;
}
.page-metiers .focus .metiers-content {
  background: black;
  color: white;
  margin-top: 50px;
}
.page-metiers .focus .metiers-content h2 {
  margin-bottom: 30px;
}
.page-metiers .focus .metiers-content .metiers {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
.page-metiers .focus .metiers-content .metiers .metier {
  width: calc(50% - 50px);
  float: left;
}
.page-metiers .focus .metiers-content .metiers .metier:nth-child(2) {
  margin-right: 100px;
}
@media (max-width:767px) {
  .page-metiers .menu-page {
    display: none;
  }
  .page-metiers .intro p {
    margin-right: 0;
    padding-left: 20px;
  }
  .page-metiers .focus .photo, .page-metiers .focus .interview {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .page-metiers .focus .metiers-content .metiers {
    padding: 30px 20px;
  }
  .page-metiers .focus .metiers-content .metiers .metier {
    width: 100%;
    float: none;
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
}

.page-404 {
  background: black;
  color: white;
  text-align: center;
  padding: 100px 0px;
}
.page-404 h1 {
  font-size: 125px;
}
.page-404 p {
  margin: 30px 0px;
  font: 700 42px/1 "e";
}

.faq-single h1 {
  margin-bottom: 30px;
}
.faq-single .menu-page {
  display: none;
}
.faq-single .wrapper-text {
  width: calc(68% - 200px);
  float: left;
}
.faq-single .faq-col-right {
  float: left;
  width: 32%;
  padding-left: 80px;
  margin: 90px 0 200px 0;
}
.faq-single .faq-col-right ul {
  margin-top: 20px;
}
.faq-single .faq-col-right li {
  margin-bottom: 20px;
}
.faq-single .faq-col-right a {
  border-bottom: 1px solid #901f1f;
}
.faq-single .faq-col-right a:hover {
  color: #901f1f;
}
@media (max-width:1276px) {
  .faq-single .wrapper-text {
    width: calc(68% - 80px);
  }
}
@media (max-width:1024px) {
  .faq-single .wrapper-text {
    width: 68%;
  }
  .faq-single .faq-col-right {
    padding-left: 40px;
  }
}
@media (max-width:960px) {
  .faq-single .wrapper-text, .faq-single .faq-col-right {
    width: 100%;
    float: none;
  }
  .faq-single .faq-col-right {
    padding-left: 0;
  }
}

.faq-archive .text a {
  border-bottom: 1px solid #901f1f;
  line-height: 1.6;
}
.faq-archive .text a:hover {
  color: #901f1f;
}

.page-template-tmpl-agenda .page-wrapper {
  margin-top: 100px;
}
.page-template-tmpl-agenda section {
  margin-bottom: 100px;
}
.page-template-tmpl-agenda .main-category-header {
  margin-bottom: 60px;
}
.page-template-tmpl-agenda .main-category-header p {
  margin-bottom: 30px;
}
.page-template-tmpl-agenda h3 svg {
  margin-right: 20px;
  fill: #901f1f;
}

.tooltip {
  z-index: 20;
  pointer-events: none;
  background: white;
  border: 1px solid black;
  padding: 2px 5px;
}
.tooltip:before {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid white;
  border-left: 5px solid transparent;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.page-template-tmpl-agenda .tooltip[x-placement=top]::before {
  top: auto;
  bottom: -5px;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-top: 5px solid white;
  border-left: 5px solid transparent;
}

.single-formation .tooltip {
  margin-top: 20px;
}

.agenda {
  margin-bottom: 60px;
}
.agenda .selectFormation {
  font: 700 16px/1.286 "e";
  position: relative;
  padding-bottom: 5px;
  padding-right: 14px;
  display: inline-block;
  margin: 10px 0;
}
.agenda .selectFormation select, .agenda .selectFormation option {
  font: 700 16px/1.286 "e";
}
.agenda .selectFormation:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #901f1f transparent transparent transparent;
  position: absolute;
  top: 6px;
  right: 0px;
}
.agenda .selectFormation:after {
  content: "";
  background: #901f1f;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.agenda .session {
  padding-left: 5px;
  position: relative;
  margin: 10px 0px;
  display: flex;
  justify-content: space-between;
}
.agenda .session.hide {
  display: none;
}
.agenda .session:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #901f1f;
  position: absolute;
  left: 0;
  top: 17px;
}
.agenda .session .date {
  padding: 7px 12px;
  font-weight: 600;
}
.agenda .session .places-dispo {
  color: #901f1f;
  border: 1px solid #901f1f;
  padding: 5px 10px;
  display: inline-block;
}
.agenda .session .places-dispo.complet {
  background: #000000;
  border-color: #000000;
  color: white;
}
.agenda .seeall.hide {
  display: none;
}

.page-template-tmpl-agenda .agenda .session, .page-template-tmpl-agenda .agenda .seeall {
  display: none;
}
.page-template-tmpl-agenda .agenda .session.show, .page-template-tmpl-agenda .agenda .seeall.show {
  display: flex;
}
.page-template-tmpl-agenda .agenda .seeall.show {
  display: inline-block;
}

.planning .fc-timeline .fc-resource-area th, .planning .fc-timeline .fc-resource-area td, .fc .fc-timeline .fc-resource-area th, .fc .fc-timeline .fc-resource-area td {
  white-space: initial;
}
.planning .fc-timeline .fc-resource-area .fc-expander + .fc-cell-text, .fc .fc-timeline .fc-resource-area .fc-expander + .fc-cell-text {
  color: #901f1f;
  padding-left: 10px;
}
.planning .fc-timeline .fc-resource-area .fc-icon, .fc .fc-timeline .fc-resource-area .fc-icon {
  height: 12px;
  width: 12px;
}
.planning .fc-timeline .fc-resource-area .fc-cell-text, .fc .fc-timeline .fc-resource-area .fc-cell-text {
  font-size: 12px;
  font-weight: bold;
  padding-left: 10px;
  width: calc(100% - 40px);
}
.planning .fc-timeline .fc-resource-area .fc-cell-text a:hover, .fc .fc-timeline .fc-resource-area .fc-cell-text a:hover {
  color: #901f1f;
}
.planning .fc-timeline .fc-resource-area .fc-expander, .fc .fc-timeline .fc-resource-area .fc-expander {
  position: relative;
  opacity: 1;
}
.planning .fc-timeline .fc-resource-area .fc-icon-plus-square:before, .fc .fc-timeline .fc-resource-area .fc-icon-plus-square:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #901f1f;
  position: absolute;
  top: 6px;
  left: 10px;
}
.planning .fc-timeline .fc-resource-area .fc-icon-minus-square:before, .fc .fc-timeline .fc-resource-area .fc-icon-minus-square:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #901f1f transparent transparent transparent;
  position: absolute;
  top: 9px;
  left: 5px;
}
.planning .fc-button-primary, .fc .fc-button-primary {
  background: white;
  color: #000000;
}
.planning .fc-button-primary:not(:disabled):active, .planning .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active, .fc .fc-button-primary:not(:disabled).fc-button-active {
  background: white;
  color: grey;
}
.planning .fc-widget-header .fc-sticky, .fc .fc-widget-header .fc-sticky {
  color: #901f1f;
  font: 600 18px/1 "e";
  text-transform: capitalize;
}
.planning .fc-toolbar.fc-header-toolbar, .fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
}
.planning .fc-prev-button, .planning .fc-next-button, .fc .fc-prev-button, .fc .fc-next-button {
  background: url(../svg/rounded-arrow-left.svg) center center no-repeat;
  margin: 20px 10px 20px 0;
  width: 40px;
  height: 40px;
  border: 0;
  /*
  border: 1px solid $color-grey;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  padding: 0;
  */
}
.planning .fc-prev-button .fc-icon, .planning .fc-next-button .fc-icon, .fc .fc-prev-button .fc-icon, .fc .fc-next-button .fc-icon {
  color: #000000;
  display: none;
}
.planning .fc-next-button, .fc .fc-next-button {
  transform: rotate(180deg);
}

.page-archive-sfwd-courses,
.page-single-sfwd-courses {
  padding-bottom: 100px;
}
.page-archive-sfwd-courses .page-wrapper,
.page-single-sfwd-courses .page-wrapper {
  margin-top: 60px;
}

.page-archive-sfwd-courses .courses-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 40px;
}
.page-archive-sfwd-courses .course-item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.page-archive-sfwd-courses .course-item h2 {
  margin: 16px 0 8px;
  font: 700 20px/1.2 "e";
}
.page-archive-sfwd-courses .course-item h2 a {
  color: inherit;
  text-decoration: none;
}
.page-archive-sfwd-courses .course-item h2 a:hover {
  color: #901f1f;
}
.page-archive-sfwd-courses .course-item p {
  color: #666;
  margin-bottom: 16px;
}
.page-archive-sfwd-courses .course-item .btn {
  display: inline-block;
  padding: 10px 24px;
  background: #901f1f;
  color: white;
  text-decoration: none;
  font: 500 14px/1 "e";
}
.page-archive-sfwd-courses .course-item .btn:hover {
  background: rgb(102.0342857143, 21.9657142857, 21.9657142857);
}
@media (max-width:1024px) {
  .page-archive-sfwd-courses .courses-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width:767px) {
  .page-archive-sfwd-courses .courses-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.page-single-sfwd-courses .wrapper-text {
  max-width: 860px;
}
.page-single-sfwd-courses .text {
  font-size: 16px;
  line-height: 1.7;
}

.horz-scroller-wrapper .a-horz-scroller-bar-wrapper {
  position: relative;
  width: 100%;
  border-bottom: 1px solid white;
  overflow: hidden;
  height: 5px;
}
.horz-scroller-wrapper .a-horz-scroller-bar-wrapper > span {
  position: absolute;
  height: 100%;
  left: 0;
  background-color: white;
  bottom: 0;
}
.horz-scroller-wrapper.a-horz-scroller--no-scroll .a-horz-scroller-arrow, .horz-scroller-wrapper.a-horz-scroller--no-scroll .a-horz-scroller-bar-wrapper {
  display: none;
}
.horz-scroller-wrapper .scroller-mask {
  overflow: hidden;
}
.horz-scroller-wrapper .a-horz-scroller-arrow {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 0;
}
.horz-scroller-wrapper .a-horz-scroller-arrow.a-horz-scroller-arrow-right svg {
  transform: rotate(180deg);
}
.horz-scroller-wrapper .a-horz-scroller {
  overflow: hidden;
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
.horz-scroller-wrapper .a-horz-scroller-arrow {
  position: absolute;
  top: 0;
}
.horz-scroller-wrapper .a-horz-scroller-arrow.a-horz-scroller-arrow-right {
  left: 50px;
}

.home-natural-form--wrapper {
  position: relative;
  background: black;
}
.home-natural-form--wrapper:before {
  content: "";
  width: calc(100% - 140px);
  background: white;
  position: absolute;
  right: 0;
  top: 0px;
  bottom: 0px;
}
.home-natural-form--wrapper .content {
  padding: 40px 90px;
  position: relative;
}

.home-natural-form h3 {
  margin-bottom: 24px;
}
.home-natural-form .phrase + .phrase {
  margin-top: 12px;
}
.home-natural-form .btn {
  margin-top: 40px;
  margin-bottom: 0;
}

@media (max-width:1276px) {
  .home-natural-form--wrapper .content {
    padding: 40px 40px 40px 170px;
  }
}
@media (max-width:767px) {
  .home-natural-form--wrapper {
    position: relative;
    z-index: 100;
    overflow: visible;
    margin-bottom: 50px;
  }
  .home-natural-form--wrapper .btn {
    position: absolute;
    bottom: 0;
    margin: 0;
    transform: translateY(50%);
  }
  .home-natural-form--wrapper:before {
    display: none;
  }
  .home-natural-form--wrapper .content {
    background: white;
    padding: 40px 20px 90px 20px;
  }
}
.custom-select-wrapper select {
  display: none;
}

.custom-select-value {
  cursor: pointer;
  border-bottom: 4px solid #901f1f;
  transition: color 0.1s linear;
}
.custom-select-value:hover {
  color: #901f1f;
  /*
  border-bottom-color: black;

  &:after {
      border-top-color: black;
  }*/
}
.custom-select-value:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  border-top: 7px solid #901f1f;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.custom-select-popin-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s;
  background: rgba(0, 0, 0, 0.3);
}
.custom-select-popin-overlay.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0s;
}
.custom-select-popin-overlay.show .custom-select-popin {
  transform: translate(-50%, -50%) scale(1);
}
.custom-select-popin-overlay .custom-select-popin {
  position: relative;
  background: white;
  border-radius: 10px;
  padding: 10px 0;
  display: inline-block;
  transform: translate(-50%, -50%) scale(0.8);
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.75);
  transition: transform cubic-bezier(0.23, 1, 0.32, 1) 0.3s;
}
.custom-select-popin-overlay .custom-select-popin .custom-select-option-item {
  font: 200 20px/1.286 "e";
  display: block;
  text-align: center;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.custom-select-popin-overlay .custom-select-popin .custom-select-option-item:hover, .custom-select-popin-overlay .custom-select-popin .custom-select-option-item.selected {
  background: rgba(0, 0, 0, 0.03);
}
.custom-select-popin-overlay .custom-select-popin .custom-select-option-item.hide {
  display: none;
}
.custom-select-popin-overlay .custom-select-popin .custom-select-option-item:last-child {
  border-bottom: none;
}

.popin-overlay {
  position: fixed;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0.2s;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popin-overlay.show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s linear 0s, visibility 0s linear 0s;
}
.popin-overlay .popin-scroll-wrapper {
  padding: 50px 50px 60px 50px;
  overflow: hidden;
}
.popin-overlay .popin-wrapper {
  max-width: 680px;
  max-height: 100vh;
  width: 100%;
  background: white;
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.ios .popin-overlay .popin-wrapper {
  overflow-y: scroll;
}
.popin-overlay .popin-close {
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: 0;
  padding: 20px 15px;
  content: "";
  background: url(../svg/plus.svg) center center no-repeat;
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
}
.popin-overlay .popin-inner {
  margin: auto;
  max-width: 550px;
  position: relative;
}
.popin-overlay .popin-inner .popin-title {
  text-align: center;
  margin-bottom: 15px;
}
.popin-overlay .popin-inner .popin-title h4 {
  color: #901f1f;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.popin-overlay .popin-inner .popin-title h4:after {
  content: "";
  background: #901f1f;
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
  position: absolute;
  left: 50%;
  bottom: 0;
}
.popin-overlay .popin-inner .popin-title h3 {
  font-size: 35px;
}
.popin-overlay .popin-inner .text {
  margin-top: 30px;
}
.popin-overlay .popin-inner .btn {
  margin-right: 30px;
}
.popin-overlay .popin-inner .popin-title {
  font: 700 28px/1.143 "e";
}
.popin-overlay .popin-cookie-cta-wrapper {
  text-align: center;
}
.popin-overlay .popin-cookie-cta-wrapper a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  padding: 10px 57px 10px 15px;
}
.popin-overlay .popin-cookie-cta-wrapper a span svg {
  width: 40px;
}

@media (max-width:767px) {
  .popin-overlay .popin-scroll-wrapper {
    padding: 50px 20px;
  }
  .popin-overlay .popin-scroll-wrapper .popin-cookie-cta-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    background: white;
    box-shadow: 2px -2px 30px -8px rgba(0, 0, 0, 0.3);
  }
  .popin-overlay .popin-scroll-wrapper .popin-cookie-cta-wrapper a {
    /*margin: 0;*/
    margin-right: 10px;
    margin-left: 0;
    font-size: 15px;
  }
}
