/**
 * ***************************************************************************************************
 * ********************************************** RESET/BASE ***********************************************
 * ****************************************************************************************************
 *
 * @format
 */

@charset "UTF-8";

/*
Theme Name: Agence Morgane
Theme URI: https://agencemorgane.com/
Author: Quentin Doublet - Agence Morgane
Author URI: https://agencemorgane.com/
Description: Thème enfant de Susty
Version: 1.0
Template: susty-master
*/
/* Normalize */
/*! normalize.css v8.0.0 | 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;
}

/**
 * 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 */
  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"] {
  appearance: button;
  -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;

  margin-top: 10px;
  /* 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"] {
  appearance: button;
  -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;
}

@keyframes moveArrow {
  0% {
    transform: translate(-50%, 0);
  }

  75% {
    transform: translate(-50%, 1em);
  }
}

form .formCont,
form .formCheckBox {
  position: relative;
  margin-top: 1em;
}

form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="password"],
form input[type="search"],
form input[type="number"],
form input[type="tel"],
form input[type="range"],
form input[type="date"],
form input[type="month"],
form input[type="week"],
form input[type="time"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="color"],
form textarea {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background: white;
  border: solid 2px #2e3d50;
  /* border-bottom: solid 2px #333; */
  box-sizing: border-box;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  margin-top: 5px;
  padding: 8px;
  width: 100%;
}

label {
  margin-left: 10px;
}

form input[type="text"] + label,
form input[type="email"] + label,
form input[type="url"] + label,
form input[type="password"] + label,
form input[type="search"] + label,
form input[type="number"] + label,
form input[type="tel"] + label,
form input[type="range"] + label,
form input[type="date"] + label,
form input[type="month"] + label,
form input[type="week"] + label,
form input[type="time"] + label,
form input[type="datetime"] + label,
form input[type="datetime-local"] + label,
form input[type="color"] + label,
form textarea + label {
  position: absolute;
  top: 1em;
  left: 1em;
  color: #333;
  opacity: 0;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="password"]:focus,
form input[type="search"]:focus,
form input[type="number"]:focus,
form input[type="tel"]:focus,
form input[type="range"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="week"]:focus,
form input[type="time"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="color"]:focus,
form textarea:focus {
  border-color: #333;
  transition: all 0.4s;
}

form input[type="text"]:focus + label,
form input[type="email"]:focus + label,
form input[type="url"]:focus + label,
form input[type="password"]:focus + label,
form input[type="search"]:focus + label,
form input[type="number"]:focus + label,
form input[type="tel"]:focus + label,
form input[type="range"]:focus + label,
form input[type="date"]:focus + label,
form input[type="month"]:focus + label,
form input[type="week"]:focus + label,
form input[type="time"]:focus + label,
form input[type="datetime"]:focus + label,
form input[type="datetime-local"]:focus + label,
form input[type="color"]:focus + label,
form textarea:focus + label {
  transform: translate(-2em, -1.25em) scale(0.8);
  opacity: 1;
  transition: transform 0.4s;
}

form input[type="text"]:focus::placeholder,
form input[type="email"]:focus::placeholder,
form input[type="url"]:focus::placeholder,
form input[type="password"]:focus::placeholder,
form input[type="search"]:focus::placeholder,
form input[type="number"]:focus::placeholder,
form input[type="tel"]:focus::placeholder,
form input[type="range"]:focus::placeholder,
form input[type="date"]:focus::placeholder,
form input[type="month"]:focus::placeholder,
form input[type="week"]:focus::placeholder,
form input[type="time"]:focus::placeholder,
form input[type="datetime"]:focus::placeholder,
form input[type="datetime-local"]:focus::placeholder,
form input[type="color"]:focus::placeholder,
form textarea:focus::placeholder {
  opacity: 0;
}

form input[type="text"]::placeholder,
form input[type="email"]::placeholder,
form input[type="url"]::placeholder,
form input[type="password"]::placeholder,
form input[type="search"]::placeholder,
form input[type="number"]::placeholder,
form input[type="tel"]::placeholder,
form input[type="range"]::placeholder,
form input[type="date"]::placeholder,
form input[type="month"]::placeholder,
form input[type="week"]::placeholder,
form input[type="time"]::placeholder,
form input[type="datetime"]::placeholder,
form input[type="datetime-local"]::placeholder,
form input[type="color"]::placeholder,
form textarea::placeholder {
  opacity: 1;
}

form .formCheckBox {
  font-size: 0.7rem;
}

form .formButton {
  margin: 1em;
  text-align: center;
}

form .contResponse {
  opacity: 0;
}

form .btn {
  width: 232px;
}

form.response .contResponse {
  margin: 2em 0;
  opacity: 1;
  transition-delay: 1s;
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: ease;
}

form.response *:not(.contResponse) {
  opacity: 0;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

form .double {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

form .double fieldset {
  width: 48%;
  min-width: auto;
}

form select {
  margin-top: 20px;
}

@media print {
  header#masthead {
    display: none;
  }

  .screen-reader-text {
    display: none;
  }

  footer#footer {
    display: none;
  }
}

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 {
  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 {
  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;
}

/******************************************************************************************************
*********************************************** GÉNÉRAL ***********************************************
******************************************************************************************************/

/***************************** FONTS *****************************/
@font-face {
  font-family: "Poppins";
  src: url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Poppins-Black.woff2") format("woff2"),
    url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Poppins-Light.woff2") format("woff2"),
    url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sansation";
  src: url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Sansation-Regular.woff2") format("woff2"),
    url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Sansation-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Poppins-ExtraBold.woff2") format("woff2"),
    url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Poppins-Medium.woff2") format("woff2"),
    url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Poppins-ExtraLight.woff2") format("woff2"),
    url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sansation";
  src: url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Sansation-Bold.woff2") format("woff2"),
    url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Sansation-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sansation";
  src: url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Sansation-Italic.woff2") format("woff2"),
    url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Sansation-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Sansation";
  src: url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Sansation-BoldItalic.woff2") format("woff2"),
    url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Sansation-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Poppins-BlackItalic.woff2") format("woff2"),
    url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Poppins-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Poppins-Bold.woff2") format("woff2"),
    url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sansation";
  src: url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Sansation-Light.woff2") format("woff2"),
    url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Sansation-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Sansation";
  src: url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Sansation-LightItalic.woff2") format("woff2"),
    url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Sansation-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Poppins-Regular.woff2") format("woff2"),
    url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Poppins-Thin.woff2") format("woff2"),
    url("/web/20250922152713im_//wp-content/themes/morgane/fonts/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "icomoon";
  src: url("/web/20250922152713im_//wp-content/themes/morgane/fonts/icomoon.eot?kz4un0");
  src: url("/web/20250922152713im_//wp-content/themes/morgane/fonts/icomoon.eot?kz4un0#iefix") format("embedded-opentype"),
    url("/web/20250922152713im_//wp-content/themes/morgane/fonts/icomoon.ttf?kz4un0") format("truetype"),
    url("/web/20250922152713im_//wp-content/themes/morgane/fonts/icomoon.woff?kz4un0") format("woff"),
    url("/web/20250922152713im_//wp-content/themes/morgane/fonts/icomoon.svg?kz4un0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-document:before {
  content: "\e900";
}
.icon-calendrier:before {
  content: "\e901";
}
.icon-megaphone:before {
  content: "\e902";
}
.icon-message:before {
  content: "\e903";
}
.icon-france:before {
  content: "\e904";
}
.icon-homme:before {
  content: "\e905";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-linkedin:before {
  content: "\eaca";
}

/***************************** GÉNÉRAL *****************************/

html {
  scroll-behavior: smooth;
  color: #2e3d50;
}

body {
  font-family: "Sansation", sans-serif;
  color: #2e3d50;
}

a,
i {
  transition: all 0.2s ease-in-out !important;
}

p,
a {
  font-size: 16px;
  text-decoration: none;
  color: #2e3d50;
}

p strong {
  font-weight: 600;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

/***************************** POSITIONNEMENT *****************************/

.full-width {
  background-color: #fff;
}

.margin-constraint {
  margin-left: 20px;
  margin-right: 20px;
}

.useful-width {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 10px;
}

.margin-constraint.useful-width {
  width: calc(100% - 40px);
}

/***************************** HEADER *****************************/

.header {
  height: 80px;
  border-bottom: 4px solid #d96834;
  padding-bottom: 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 10;
}

.sup-menu {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 100px;
}
.sup-menu span.akn-obf-link,
.sup-menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
}

.sup-menu span.akn-obf-link:hover {
  color: white;
}
.sup-menu span.akn-obf-link:first-of-type,
.sup-menu a:first-of-type {
  background-color: #2e3d50;
  color: white;
}
span.akn-obf-link {
  cursor: pointer;
}
.sup-menu span.akn-obf-link,
.sup-menu a {
  background-color: #d96834;
  color: white;
}

.sup-menu span.akn-obf-link:last-of-type,
.sup-menu a:last-of-type {
  position: relative;
}

.sup-menu span.akn-obf-link:last-of-type::before,
.sup-menu a:last-of-type::before {
  position: absolute;
  content: "";
  left: 0;
  height: 80%;
  top: 10%;
  background-color: white;
  width: 1px;
}

#menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}

#menu .active span.akn-obf-link,
  #menu .active a {
  color: #d96834;
}

#menu .active ul li span.akn-obf-link,
#menu .active ul li a {
  color: #2e3d50;
}
.sub-menu li:last-of-type span.akn-obf-link:hover,
#menu .active ul li span.akn-obf-link:hover,
#menu .active ul li a:hover {
  color: #d96834;
}

.active ul .current-menu-item span.akn-obf-link,
.active ul .current-menu-item a {
  color: #d96834 !important;
}
#menu a:hover {
  color: #d96834;
}

.logo-center {
  width: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: translateY(40px);
}

.menu-menu-gauche-container,
.menu-menu-droite-container {
  width: 40%;
}

.menu-menu-gauche-container ul,
.menu-menu-droite-container ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header ul li a {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
}

#content {
  padding-top: 80px;
  overflow: hidden;
}

.btn,
.cn-buttons-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  border: #2e3d50 3px solid;
  background-color: white;
  position: relative;
  transition: ease-out 200ms all;
}

.btn-financement {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Poppins";
  width: 500px;
  text-align: center;
  font-weight: 600;
  line-height: 27px;
  background-color: #2e3d50;
  color: white;
  max-width: 100%;
}

.btn:hover,
.cn-buttons-container a:hover {
  background-color: #2e3d50;
  color: white;
}

.btn-financement:hover {
  border: #d96834 3px solid;
  background-color: #d96834;
}
.btn-border-orange,
.cn-buttons-container a {
  border: #d96834 3px solid;
  color: #d96834;
}

.btn-border-orange:hover,
.cn-buttons-container a:hover {
  background-color: #d96834;
}

.cn-buttons-container {
  display: flex !important;
  justify-content: center;
}

.btn-orange {
  width: 210px;
  color: white;
  background-color: #d96834;
  border: #d96834 3px solid;
}

.btn-blue {
  color: white;
  background-color: #2e3d50;
  border: #2e3d50 3px solid;
}

.btn-blue:hover {
  background-color: #d96834;
  border: #d96834 3px solid;
}
#cc-main .pm__btn[data-role="all"],
#cc-main .cm__btn[data-role="all"],
.formation-list__btn .active:hover {
  border: 3px solid #d96834;
  background-color: #d96834;
}

.btn i {
  margin-right: 10px;
}

.btn-container {
  display: flex;
  margin-bottom: 30px;
}

.btn-contain {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}

.btn-contain .btn {
  width: 48%;
}

.search {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search form input[type="text"] {
  margin-top: 4px;
  margin-left: 5px;
  border: none;
  border-bottom: 3px solid #d96834;
  color: grey;
  width: 150px;
  font-family: "Sansation";
  padding: 0;
}

.search input[type="submit"] {
  background-color: #d96834;
  color: white;
  padding: 5px;
  border: none;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}

.search input[type="submit"]:hover {
  background-color: #2e3d50;
}

/********************* GALLERY ***********************/

.gallery {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.gallery li {
  width: 359px;
  height: 250px;
  padding: 10px;
}

.gallery li a {
  width: 100%;
  height: 100%;
  display: block;
}

.gallery li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/***************************** FOOTER *****************************/

footer {
  background: #2e3d50;
  color: white;
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer__infos {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-footer {
  width: 220px;
}

.logo-footer a:first-of-type {
  margin-bottom: 20px;
  display: block;
  width: 100%;
}

.logo-footer a:first-of-type img {
  width: 100%;
}

.menu-footer {
  width: calc(100% - 221px);
  padding-left: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.menu-footer ul {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.menu-footer ul li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.menu-footer ul li span.akn-obf-link,
  .menu-footer ul li a {
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  margin-top: 15px;
  font-family: "Poppins";
  font-weight: 600;
}

.menu-footer ul li span.akn-obf-link:hover,
.menu-footer ul li a:hover {
  color: #ff9767;
}

.footer-bar {
  height: 3px;
  width: 1000px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: white;
}

.copyright {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: white;
}

.copyright p {
  color: white;
  margin-bottom: 5px;
}

.copyright a {
  color: white;
}

/********************* ALERT ********************/

.alert-sub {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
  z-index: 1;
}

.alert-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.348);
  cursor: pointer;
}

.alert-sub article {
  position: absolute;
  width: 500px;
  padding: 40px;
  background-color: #e0e0e0;
  position: relative;
}

.alert-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0.5;
}

.alert-close::before {
  content: "\0002DF";
  position: absolute;
  width: 100%;
  display: flex;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 40px;
  justify-content: center;
  align-items: center;
}

.stc-nested {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: 20px;
}

.stc-nested li {
  width: 33%;
  font-weight: 600;
}

.stc-nested li label {
  font-weight: 600;
}

.stc-checkbox {
  display: none;
}

.stc-categories .stc-categories-label-title {
  display: none;
}

.stc-subscribe-wrapper {
  margin-bottom: 0;
}

.stc-caret {
  display: none;
}

#stc-subscribe-btn {
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #d96834;
  color: white;
  border: 3px solid #d96834;
  cursor: pointer;
}

#stc-subscribe-btn:hover {
  background-color: #2e3d50;
  border: 3px solid #2e3d50;
}

.stc-categories-label {
  line-height: 20px;
}

/***************************** MAP *****************************/

#map {
  height: 500px;
}

.gm-style-iw.gm-style-iw-c {
  padding: 15px !important;
  border-radius: none !important;
}

.gm-style-iw-d {
  overflow: visible !important;
}

.gm-style-iw-d p {
  margin-bottom: 2px !important;
  font-family: "Dense" !important;
  font-size: 19px;
}

.gm-style-iw-d strong {
  padding-bottom: 10px !important;
  font-size: 15px !important;
  font-style: italic !important;
  display: block !important;
}

.gm-style-iw-d h3 {
  max-width: 300px;
  margin-bottom: 0px;
  font-family: "Poppins" !important;
  font-weight: 700;
  color: #d96834;
  text-transform: uppercase;
  font-size: 20px;
  /* margin-left: auto; */
  /* margin-right: auto; */
  text-align: center;
}

.page-id-51 .inside-article {
  padding-bottom: 0 !important;
}

.page-id-51 #main {
  margin-bottom: 0 !important;
}

.pswp__item {
  transition: none !important;
}

.pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 30px;
  margin-top: 50px;
}

.pagination a {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Poppins";
  font-weight: 700;
  transition: all 200ms ease-out;
}

.pagination a:hover {
  color: #d96834;
}
/*******************************************************************************************************/
/*********************************************** ACCUEIL ***********************************************/
/*******************************************************************************************************/

.slider {
  height: 700px;
  width: 100%;
  position: relative;
  background: url("/wp-content/uploads/2021/09/Capture-décran-2021-06-08-à-10.25.04.jpg")
    center;
  background-size: cover;
  overflow: hidden;
}

.slider img {
  position: absolute;
  top: 50px;
  left: -280px;
  width: 900px;
}

.slider section {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.slider-square {
  width: 635px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
  position: relative;
  min-height: 140px;
}

h1,
.h1 {
  font-family: "Poppins";
  font-weight: 700;
  color: #d96834;
  font-size: 32px;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 36px;
  width: 100%;
  line-height: 38px;
  text-align: center;
}

h1::after,
.h1::after {
  content: "";
  height: 4px;
  width: 90%;
  position: absolute;
  background-color: #2e3d50;
  bottom: -18px;
  left: 5%;
}

h1 strong,
.h1 strong {
  font-family: "Poppins";
  color: #2e3d50;
  display: block;
}

.acces-rapide {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.acces-rapide p {
  margin-right: 10px;
}

.acces-rapide .btn {
  margin-right: 10px;
}

.double-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 80px;
}

.sans-titre {
}

.double-section .grey-square {
  position: absolute;
  width: 55%;
  height: 100%;
  background-color: #94a3a166;
  right: 0;
  top: 0;
}

.titre-gris {
  top: 0;
  color: #7d8c8a;
  opacity: 0.2;
  font-family: "Poppins";
  font-size: 80px;
  font-weight: 700;
  left: 40%;
  transform: translateY(-50%);
  position: absolute;
  text-transform: uppercase;
}

.titre-gris__center {
  margin-bottom: 30px;
  top: 0;
  left: 0;
  color: #7d8c8a;
  opacity: 0.2;
  font-family: "Poppins";
  font-size: 80px;
  font-weight: 700;
  transform: initial;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}

.contact-ped {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-ped img {
  margin-right: 15px;
}

.double-section .useful-width {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.double-section .useful-width img,
.double-section .useful-width iframe {
  width: 50%;
}

.nom {
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins";
  margin-bottom: 5px;
  font-size: 20px;
}

.fct {
  font-weight: 600;
}

.double-section .useful-width .double-section__texte {
  width: 50%;
  padding-left: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.double-section .useful-width .double-section__texte .h3 {
  font-family: "Poppins";
  font-size: 26px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #2e3d50 solid 3px;
}

.double-section .useful-width .double-section__texte .titre-descri h3 {
  margin-bottom: 20px;
  font-family: "Poppins";
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
}

.double-section .useful-width .double-section__texte .titre-descri {
  margin-bottom: 20px;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: #2e3d50 solid 3px;
}

.double-section .useful-width .double-section__texte .titre-descri p {
  font-family: "Sansation";
  font-size: 16px;
  color: #d96834;
}

.double-section .useful-width .double-section__texte .titre-descri h2 {
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: none;
}

.p {
  margin-bottom: 20px;
}

.p p {
  margin-bottom: 10px;
  line-height: 20px;
}

.p a {
  border-bottom: 1px solid;
}

.grey-bg {
  background-color: #8888882c;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.big-margin {
  margin-top: 80px;
}

.number-section {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.number-section .number {
  font-size: 80px;
  opacity: 0.2;
  font-family: "Poppins";
  font-weight: 700;
  color: #7d8c8a;
  margin-right: 10px;
}

.number-section h2 strong,
.number-section h3 strong {
  color: #d96834;
}

.formation-list__btn {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.formation-list__btn .btn {
  margin-right: 20px;
  width: 20%;
  font-size: 14px;
}

.formation-list__btn .active {
  border: 3px solid #d96834;
}

.formation-list__cat section a {
  width: 238px;
  height: 100%;
  margin-right: 20px;
  position: relative;
  display: block;
  overflow: hidden;
}

.formation-list__cat section a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.formation-list__cat section .carre-orange {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d96834;
  transition: all 200ms ease-out;
  top: 110%;
}

.formation-list__cat section a .text {
  width: 90%;
  position: absolute;
  left: 5%;
  bottom: 10px;
  border-bottom: 3px white solid;
}

.formation-list__cat section a:hover .carre-orange {
  top: 55%;
}

.formation-list__cat section a .text p {
  width: 100%;
  font-size: 18px;
  font-family: "Poppins";
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.formation-list__cat {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.formation-list__cat section {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 165px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.formation-list__cat section:last-of-type .carre-orange {
  background-color: #2e3d50;
}

.formation-list__cat .cat {
  background-color: #d96834;
  padding: 10px;
  writing-mode: vertical-rl;
  color: white;
  text-transform: uppercase;
  text-align: center;
  transform: scale(-1);
  height: 100%;
}

.formation-list__cat .cat-blue {
  background-color: #2e3d50;
}

.doule-section__left .grey-square {
  left: 0;
  right: auto;
}

.doule-section__left .useful-width {
  flex-direction: row-reverse;
}

.doule-section__left .useful-width .double-section__texte {
  padding-left: 0;
  padding-right: 70px;
}

.double-section__img {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.double-section__img img {
  width: 100% !important;
}

.double-section__img article {
  width: 100%;
  padding-left: 19%;
  margin-top: 20px;
}

.titre-orange {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #d96834 solid 3px;
  width: 100%;
}

.titre-orange i {
  color: #d96834;
  font-size: 50px;
  margin-right: 13px;
}

.titre-orange h2,
.titre-orange h3,
.titre-orange .h5 {
  font-family: "Poppins";
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #d96834;
}

.formations-links {
  display: flex;
  flex-wrap: wrap;
  /* align-items: center;
  justify-content: space-between; */
}

.formations-links .btn {
  width: 32%;
  margin-top: 10px;
  margin-right: 2%;
}
.formations-links .btn:nth-child(3n) {
  margin-right: 0;
}

.chiffres-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.chiffres-list article {
  width: 213px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.chiffres-list article .titre {
  font-family: "Poppins";
  color: #2e3d50;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 180px;
}

.chiffres-list article .titre img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.chiffres-list article .titre p {
  font-size: 28px;
  position: relative;
}

.chiffres-list article .titre h4,
.chiffres-list article .titre .h4,
.chiffres-list article .titre .chiffre-p {
  position: relative;
  width: 100%;
  font-family: "Poppins";
  font-size: 80px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: #2e3d50 solid 3px;
}

.chiffres-list article:nth-child(2n) .titre {
  color: #d96834;
}

.chiffres-list article:nth-child(2n) .titre h4,
.chiffres-list article:nth-child(2n) .titre .h4,
.chiffres-list article:nth-child(2n) .titre .chiffre-p {
  border-bottom: #d96834 solid 3px;
}

.chiffres-list article:nth-child(2n) .titre p {
  color: #d96834;
}

.chiffres-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.qualiopi-texte {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 13px;
  font-style: italic;
  width: 100%;
}

.plus-list {
  justify-content: center;
  align-items: baseline;
}

.plus-list article {
  padding: 20px;
}

.plus-list article img {
  margin-bottom: 20px;
  height: 100px;
  object-fit: contain;
  width: 150px;
}

.mentions-legales h2 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Poppins";
  margin-bottom: 20px;
  margin-top: 30px;
  text-transform: uppercase;
}

.mentions-legales h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.mentions-legales {
  margin-bottom: 50px;
}

.video-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

.video-container iframe {
  width: 400px !important;
  height: 300px !important;
  max-width: 100% !important;
  margin: 15px;
}

.video-contain {
  position: relative;
}

.img-contain {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}

.video-contain img {
  position: absolute;
  left: -150px;
}

.partenaires-list {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.partenaires-list div {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  animation: scrolldiv 25s linear infinite;
}

.cache-left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 20%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(0, 212, 255, 0) 100%,
    rgba(255, 255, 255, 1) 100%
  );
}

.cache-right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 20%;
  background: rgb(0, 212, 255);
  background: linear-gradient(
    90deg,
    rgba(0, 212, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%,
    rgba(255, 255, 255, 1) 100%
  );
}

@keyframes scrolldiv {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

.partenaires-list img {
  width: 175px;
  height: 120px;
  object-fit: contain;
  margin-right: 80px;
}

.slider-modif {
  height: 330px;
}

.slider-modif section {
  justify-content: center;
}

.margin {
  margin-top: 70px;
}

.pswp img {
  transform: scale(1.5);
}

.list-img-ronde {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.list-img-ronde a {
  width: calc(33.33% - 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0px;
  margin: 30px;
  text-align: center;
}

.list-img-ronde p strong {
  margin-bottom: 10px;
  display: block;
}

.list-img-ronde .img-ronde-search {
  display: none;
}

.list-img-ronde a h3 {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 700;
  color: #2e3d50;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.list-img-ronde a h3 strong {
  display: block;
  color: #d96834;
}

.list-img-ronde__equipe a h3 strong {
  display: inline-block;
  color: #d96834;
}

.list-img-ronde__equipe a {
  pointer-events: none;
}

.list-img-ronde__equipe a .date {
  line-height: 23px;
}

.list-img-ronde a img {
  height: 270px;
  width: 270px;
  object-fit: cover;
  border-radius: 300px;
  margin-bottom: 20px;
}

.list-img-ronde a .date {
  font-family: "Sansation";
  font-size: 16px;
}

.list-img-ronde-small a {
  width: calc(25% - 60px);
  padding: 0;
  margin: 30px;
}

.list-img-ronde-small a img {
  height: 216px;
  width: 216px;
}

.text-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.text-section .h3,
.text-section h2 {
  font-family: "Poppins";
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 3px solid #2e3d50;
  margin-bottom: 30px;
}

.triple-rond-img article {
  width: 270px;
  height: 270px;
  position: relative;
}

.triple-rond-img article .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 200px;
}

.triple-rond-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.triple-rond-img article .img-over {
  height: 100%;
  position: absolute;
  right: -30px;
  top: 0;
  width: auto;
  object-fit: initial;
}

.long-title {
  width: 100%;
}

.long-title strong {
  color: #d96834;
}

.big-title {
  margin-bottom: 30px;
  top: 0;
  left: 0;
  color: #7d8c8a;
  opacity: 0.2;
  font-family: "Poppins";
  font-size: 80px;
  font-weight: 700;
  transform: initial;
  position: relative;
  text-transform: uppercase;
  text-align: center;
}

.big-title__orange {
  color: #d96834;
}

.double-p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.double-p article {
  width: 47%;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.double-p article h2,
.double-p article h3 {
  width: 100%;
  color: #d96834;
  font-family: "Poppins";
  font-size: 26px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 700;
  margin-bottom: 45px;
  position: relative;
}

.double-p article h2::before,
.double-p article h3::before {
  content: "";
  position: absolute;
  bottom: -20px;
  height: 3px;
  background-color: #d96834;
  width: 390px;
}

.section-cadre {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border: 3px #2e3d50 solid;
  padding: 20px;
}

.h2-surlign {
  font-family: "Poppins";
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px !important;
  position: relative;
}

.h2-surlign__orange {
  color: #d96834;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.h2-surlign::before {
  content: "";
  position: absolute;
  bottom: -20px;
  height: 3px;
  background-color: #2e3d50;
  width: 390px;
}

.h2-surlign__orange::before {
  background-color: #d96834;
}

.double-section__link .useful-width .double-section__texte {
  width: 70%;
  padding-left: 0px;
  padding-right: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.double-section__link .useful-width .double-section__texte h2 {
  border-bottom: none;
  padding-bottom: 0;
}

.double-section__link .useful-width .link {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
}

.double-section__link .useful-width .link p {
  color: white;
  text-align: center;
  text-transform: uppercase;
}

.double-section__link {
  padding-top: 0;
  padding-bottom: 0;
}

.double-section__link .grey-square {
  width: 38%;
  background-color: #2e3d50;
  height: 300px;
  top: calc(50% - 150px);
}

.double-section__link .useful-width img {
  width: 100px;
  margin-bottom: 20px;
}

.section-over {
  position: relative;
  background-color: white;
  top: -110px;
  margin-bottom: -100px;
  padding: 30px;
  width: 788px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0px 5px 26px -5px rgba(0, 0, 0, 0.37);
  -moz-box-shadow: 0px 5px 26px -5px rgba(0, 0, 0, 0.37);
  box-shadow: 0px 5px 26px -5px rgba(0, 0, 0, 0.37);
}

.section-over-small {
  width: 665px;
}

.section-over h2,
.section-over h3 {
  font-family: "Poppins";
  font-size: 26px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  line-height: 33px;
  text-align: center;
  border-bottom: #2e3d50 solid 3px;
}

.section-over-small h2,
.section-over-small h3 {
  width: 70%;
}

.section-over h2 strong,
.section-over h3 strong {
  display: block;
  color: #d96834;
}

.center-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.double-p-blue article h2 {
  color: #2e3d50;
}

.double-p-blue article h2::before {
  background-color: #2e3d50;
}

.temoignages {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
}

.temoignages article {
  width: 46%;
  padding: 30px;
  display: flex;
  align-items: center;
}

.left-square {
  position: absolute;
  height: calc(100% - 120px);
  width: 48%;
  left: 0;
  background-color: white;
}

.right-square {
  position: absolute;
  height: calc(100% - 120px);
  width: 48%;
  right: 0;
  background-color: white;
}

.temoignage-img {
  width: 150px;
  height: 150px;
  position: relative;
}

.temoignage-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 200px;
}

.temoignage-img .img-over {
  height: 100%;
  position: absolute;
  right: -10px;
}

.temoignage-texte {
  width: calc(100% - 150px);
  padding-left: 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.temoignage-texte .h2-surlign::before {
  width: 260px;
}

.temoignage-texte a.btn {
  width: 75%;
}

.formateurs-section {
  position: relative;
}

.formateurs-section .useful-width {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.formateurs {
  width: 55%;
}

.formateurs-intit {
  width: 45%;
  padding-left: 40px;
}

.formateurs-card {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: flex-start;
  border: 3px solid;
  padding: 30px;
  margin-bottom: 25px;
  background-color: white;
}

.formateurs-card__img {
  width: 146px;
  height: 146px;
  border-radius: 100px;
  overflow: hidden;
}

.formateurs-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.formateurs-card__text {
  width: calc(100% - 150px);
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.formateurs-card__text a:first-of-type {
  margin-bottom: 20px;
}

.formateurs-card__text a {
  width: 60%;
}

.formateurs-card__text p:last-of-type {
  margin-bottom: 20px;
  margin-top: 20px;
}

.formateurs-section .grey-square {
  position: absolute;
  width: 55%;
  height: 80%;
  background-color: #94a3a166;
  right: 0;
  top: 10%;
}

.abso {
  font-size: 140px;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0.1;
  position: absolute;
  color: #d96834;
  font-family: "Poppins";
}

.frise {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.conditions {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 20px;
}

.conditions article {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 200px;
  margin-bottom: 20px;
}

.conditions article h4,
.conditions article .h4 {
  font-family: "Poppins";
  font-size: 36px;
  font-weight: 700;
  color: #d96834;
  margin-bottom: 10px;
}

.conditions article h4 strong {
  font-family: "Poppins";
  font-size: 20px;
}

.conditions article p {
  font-family: "Sansation";
  font-size: 16px;
}

.check fieldset {
  margin-top: 20px;
}

.section-over-bottom {
  top: 150px;
  margin-bottom: 0;
  margin-top: -150px;
}

.formation-list__cat section .formation-link {
  display: none;
}

.img-active {
  display: block !important;
}

.btn-forma {
  cursor: pointer;
}

body .empty {
  display: none;
}

.km {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 700;
  color: #2e3d50;
  margin-bottom: 7px;
}

.interview-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 300px;
}

.interview-card article:first-of-type {
  margin-bottom: 20px;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 100px;
}

.first-inter {
  display: flex;
  align-items: center;
  justify-content: center;
}

.interview-card article:first-of-type img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interview-card h2,
.interview-card .h2 {
  font-family: "Poppins";
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  color: #d96834;
  line-height: 20px;
}

.interview-card .h2::after {
  display: none;
}

.interview-card .h2 span {
  font-weight: 500;
  font-size: 16px;
  color: #2e3d50;
}

.head-ens {
  display: flex;
  justify-content: center;
}

.head-ens .interview-card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  /* width: 300px; */
  max-width: 100%;
  width: auto;
  padding: 30px;
  background-color: #8888882c;
}

.formateurs-card__text h3 span {
  display: block;
}

.head-ens .interview-card article:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 300px;
  margin-left: 20px;
}

.head-ens .interview-card article:last-of-type p {
  margin-bottom: 10px;
}

.head-ens .interview-card article:last-of-type h2 {
  margin-bottom: 15px;
}

.archive-interview {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.archive-interview .formateurs-card {
  width: 528px;
}

.menu-menu-gauche-container ul li,
.menu-menu-droite-container ul li {
  z-index: 2;
  position: relative;
}
.sub-menu li span.akn-obf-link:hover,
span.akn-obf-link:hover {
  color: #d96834;
}
header ul li span.akn-obf-link {
  font-family: "Poppins";
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
  }
.menu-menu-gauche-container ul li span.akn-obf-link,
.menu-menu-droite-container ul li span.akn-obf-link,
.menu-menu-gauche-container ul li a,
.menu-menu-droite-container ul li a {
  z-index: 3;
  position: relative;
}

.menu-menu-gauche-container ul .sub-menu,
.menu-menu-droite-container ul .sub-menu {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: white;
  width: auto;
  padding: 20px;
  padding-top: 40px;
  transform: translateX(-50%);
  left: 50%;
  box-shadow: 0px 4px 7px -4px rgb(0 0 0 / 45%);
  -webkit-box-shadow: 0px 4px 7px -4px rgb(0 0 0 / 45%);
}
.sub-menu li span.akn-obf-link,
.sub-menu li a {
  color: #2e3d50;
  display: block;
  border-bottom: 1px solid #2e3d5021;
  margin-bottom: 10px;
  padding-bottom: 10px;
  white-space: nowrap;
}

.sub-menu li:last-of-type span.akn-obf-link,
.sub-menu li:last-of-type a {
  color: #2e3d50;
  display: block;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.menu ul li {
  position: relative;
}

.menu-menu-gauche-container ul li:hover .sub-menu,
.menu-menu-droite-container ul li:hover .sub-menu {
  display: flex;
}

.menu-menu-gauche-container ul li .sub-menu:hover,
.menu-menu-droite-container ul li .sub-menu:hover {
  display: flex;
}

.section-partenaires {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.section-partenaires div {
  width: calc(33% - 40px);
  margin: 20px;
  height: 200px;
  object-fit: contain;
  background-color: #8080801c;
  padding: 20px;
}

.section-partenaires div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.error .btn {
  margin-top: 30px;
}

/************** BLOG *********/
#blog-container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.liste-articles {
  padding-right: 80px;
  width: calc(100% - 250px);
}

.sidebar {
  width: 250px;
  background-color: #8888882c;
  padding: 30px;
}

.liste-articles h1 {
  text-align: left;
  margin-bottom: 45px;
}

.liste-articles h1::after {
  left: 0%;
  width: 50%;
  background-color: #d96834;
}

.content-post h2,
.title_list_blog {
  font-family: "Poppins";
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px !important;
  position: relative;
}

.content-post h2 a {
  font-family: "Poppins";
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px !important;
  position: relative;
}

.content-post h3 {
  font-weight: 600;
  margin-bottom: 15px;
}

.content-post em {
  font-style: italic;
}

.recent-posts a {
  margin-bottom: 15px;
  display: block;
  line-height: normal;
  position: relative;
}

.navigation h2 {
  display: none;
}

.navigation span {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Poppins";
  font-weight: 700;
}

.navigation .page-numbers {
  background-color: rgba(157, 157, 157, 0.457);
  width: 30px;
  height: 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}

.navigation .next,
.navigation .prev {
  background-color: transparent;
  width: auto;
  height: auto;
  border-radius: 0;
}

.navigation .current {
  color: #d96834 !important;
}

.triple-rond-img article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 300px;
}

.nav-links {
  display: flex;
}

.recent-posts a::before {
  content: "";
  background-color: #2e3d50;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  position: absolute;
  right: calc(100% + 10px);
  top: 8px;
}

.content-post h2::before,
.title_list_blog::before {
  content: "";
  position: absolute;
  bottom: -20px;
  height: 3px;
  background-color: #2e3d50;
  width: 100px;
}

.content-post p {
  line-height: 21px;
  margin-bottom: 30px;
}

.content-post ul {
  list-style: disc;
}

.content-post ul li {
  margin-bottom: 10px;
  font-size: 16px;
  text-decoration: none;
  color: #2e3d50;
}

.content-post img {
  margin-bottom: 30px;
}

.content-post a {
  border-bottom: 1px solid;
  text-decoration: none !important;
}

.content-post a:hover {
  color: #d96834;
}

.category-post {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 20px;
}

.category-post a {
  background-color: #2e3d50;
  color: white;
  padding: 5px 10px;
  display: block;
  margin-right: 10px;
}

.recent-posts,
.archives-posts {
  margin-bottom: 20px;
}

.recent-posts h2,
.archives-posts h2,
.category-posts h2 {
  font-family: "Poppins";
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px !important;
  position: relative;
}

.archive-post article {
  background-color: #8888882c;
  padding: 30px;
  margin-bottom: 30px;
}

/******** LOADER ***********/

.loader {
  margin: 0 0 2em;
  height: 100px;
  width: 20%;
  text-align: center;
  padding: 1em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  display: block;
  vertical-align: top;
}

/*
  Set the color of the icon
*/
svg path,
svg rect {
  fill: #d96834;
}
/*******************************************************************************************************/
/********************************************** CONTACT ************************************************/
/*******************************************************************************************************/

.contact {
  margin-bottom: 50px;
  margin-top: 50px;
}

/********************** FORM ************************/

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font-family: "Poppins";
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #303d48;
  background: #fff;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #303d48;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4caf50;
  color: #fff;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #43a047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #303d48;
}

#contact input[type="file"]:focus {
  border: none !important;
}

::-webkit-input-placeholder {
  color: #303d48;
}

:-moz-placeholder {
  color: #303d48;
}

::-moz-placeholder {
  color: #303d48;
}

:-ms-input-placeholder {
  color: #303d48;
}

span.wpcf7-list-item-label,
p.mentions-contact,
.mentions {
  font-size: 14px;
}

input#contact-submit {
  text-decoration: none;
  margin-top: 10px;
  display: inline-block;
  border: none;
}

input#contact-submit:hover {
  cursor: pointer;
}

.wpcf7-list-item.first.last {
  margin: 10px 0;
}

select {
  margin-top: 5px;
  display: block;
  font-size: 16px;
  font-family: "Poppins";
  color: #303d48;
  line-height: 1.3;
  padding: 8px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  border: solid 2px #2e3d50;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

select::-ms-expand {
  display: none;
}

select:hover {
  border-color: #303d48;
}

select:focus {
  border-color: #303d48;
  color: #303d48;
  outline: none;
}

select option {
  font-weight: normal;
}

*[dir="rtl"] select,
:root:lang(ar) select,
:root:lang(iw) select {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}

/* Disabled styles */
select:disabled,
select[aria-disabled="true"] {
  color: #303d48;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
}

select:disabled:hover,
select[aria-disabled="true"] {
  border-color: #303d48;
}

.contact-form label {
  margin-bottom: 5px;
  font-size: 18px;
  color: #303d48;
  font-weight: bold;
}

.contact-form .mentions-contact a {
  color: #303d48;
}

.contact-form .mentions-contact a:hover {
  color: #ff7c1e;
}

.mentions-contact {
  padding-bottom: 0;
}

/******************** BURGER MOBILE *********************/

.burger-check {
  display: none;
}

/*--------------------------------------
Sets the actionable area for the burger
including a label for usability
--------------------------------------*/
.burger {
  position: relative;
  float: right;
  margin-left: 10px;
  margin-top: 10px;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.burger:after {
  content: "Menu";
  position: absolute;
  bottom: 7px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 13px;
}

/*--------------------------------------
Creates the look of the burger icon
using the inner span and pseudo-elements
--------------------------------------*/
.burger span,
.burger span:before,
.burger span:after {
  position: absolute;
  left: 10px;
  top: 22px;
  width: 40px;
  height: 4px;
  background: #2e3d50;
  border-radius: 0.2em;
}

/* Reset the left and create the pseudo-element */
.burger span:before,
.burger span:after {
  content: "";
  left: 0;
}

/* Top bar position */
.burger span:before {
  top: -8px;
}

/* Bottom bar position */
.burger span:after {
  top: 8px;
}

/* Get rid of more on action (IE9 or higher) */
.burger-check:checked + .burger:after {
  content: "";
}
/* Get rid of the middle bar on action (IE9 or higher) */

.burger-check:checked + .burger span {
  height: 0;
  width: 0;
}

/* Moves the top and bottom bars to the middle on action (IE9 or higher) */
.burger-check:checked + .burger span:before,
.burger-check:checked + .burger span:after {
  top: 6px;
}

/* Rotates the top bar on action with full browser support (IE9 or higher) */
.burger-check:checked + .burger span:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

/* Rotates the bottom bar on action with full browser support (IE9 or higher) */
.burger-check:checked + .burger span:after {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(-225deg);
}

/*==============================================================================
Simple reveal (IE9 or higher)
==============================================================================*/
span.boo {
  width: auto;
  margin-top: 0;
  line-height: 60px;
  height: 0;
  overflow: hidden;
}

/* Reveals Boo! (IE9 or higher) */
#main-nav-test:checked ~ .boo {
  height: 50px;
}

/*==============================================================================
Simple mobile menu opening and closing (IE9 or higher)
==============================================================================*/
.a-header {
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  min-height: 80px;
  overflow: hidden;
  background-color: white;
  border-bottom: 5px solid #d96834;
}

.a-header ul {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.a-header ul span.akn-obf-link,
  .a-header ul a {
  position: relative;
  float: left;
  width: 100%;
  height: 0;
  line-height: 50px;
  padding: 0 15px;
  text-decoration: none;
  overflow: hidden;
  color: #2e3d50;
  text-align: left;
}

.a-header ul .active span.akn-obf-link,
.a-header ul .active a {
  color: #d96834;
}

.a-header ul a:hover,
.a-header ul a:active,
.a-header ul a:focus,
.a-header ul a:visited {
  text-decoration: none;
  background: #fff;
}

/* Animate height of 'a' element in order to reveal the menu on check (IE9 or higher) */
#main-nav:checked ~ ul span.akn-obf-link,
  #main-nav:checked ~ ul a {
  height: 40px;
}

*,
*:before,
*:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  box-sizing: border-box;
}

.a-header ul {
  padding-left: 20px;
}

.a-header .sub-menu {
  padding-left: 30px;
}

.a-header .sub-menu li span.akn-obf-link,
  .a-header .sub-menu li a {
  border-bottom: none;
  margin-bottom: 0px;
}

/********************** QUENTIN ************************/

.btn-metiers {
  text-align: center;
}

.btn-metiers a {
  width: 200px;
  display: block;
  margin: auto;
}

.aligncenter {
  display: block;
  margin: auto;
}

/********************** RESPONSIVE ************************/

@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 1024px) {
}

@media screen and (min-width: 900px) {
  .desktop-none {
    display: none !important;
  }
}

@media screen and (max-width: 900px) {
  .referent {
    flex-direction: column !important;
  }

  .referent img {
    margin-right: 0 !important;
    margin-bottom: 30px;
    max-width: 100% !important;
  }

  .qualiopi-texte {
    left: 0;
    right: auto;
    width: 100%;
  }

  .number-section {
    flex-direction: column;
  }

  .first-inter {
    flex-direction: column;
  }

  .logo-center {
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
  }

  .mobile-none {
    display: none !important;
  }

  #blog-container {
    flex-direction: column;
  }

  .liste-articles {
    width: 100%;
    padding-right: 0;
  }

  .sidebar {
    width: 250px;
    background-color: #8888882c;
    padding: 30px;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .titre-gris {
    width: 100%;
    left: 0 !important;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 30px;
    text-align: center !important;
  }

  h1,
  .h1 {
    font-size: 25px;
    line-height: 28px;
  }

  .search {
    flex-direction: column;
  }

  .search form {
    margin-top: 20px;
  }

  .double-section .useful-width {
    flex-direction: column-reverse;
  }

  .double-section .useful-width .double-section__texte {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .big-margin,
  .margin,
  .double-section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .double-section .grey-square {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #94a3a11f;
    right: 0;
    top: 0;
  }

  .double-section .useful-width img {
    margin-top: 30px;
    width: 100% !important;
  }

  .formation-list__btn {
    flex-direction: column;
  }

  .formation-list__btn .btn {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .formation-list__cat section {
    flex-direction: column;
    height: auto;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .formation-list__cat .cat {
    writing-mode: initial;
    transform: scale(1);
    height: auto;
    width: 100%;
  }

  .formation-list__cat section a {
    width: 100%;
    height: 165px;
    margin-bottom: 20px;
  }

  .double-section__img {
    width: 100%;
  }

  .double-section__img article {
    padding-left: 0;
  }

  .chiffres-list {
    justify-content: center;
  }

  .chiffres-list article {
    margin: 20px;
  }

  .partenaires-list {
    justify-content: center;
  }

  .partenaires-list img {
    padding: 10px;
  }

  .footer__infos {
    flex-direction: column;
  }

  footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-footer {
    width: 100%;
    padding-left: 0;
  }

  .menu-footer ul {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .menu-footer ul li {
    align-items: center;
  }

  .footer-bar {
    width: 100%;
  }

  .copyright {
    width: 100%;
    align-items: center;
    justify-content: center;
  }

  .triple-rond-img article {
    margin-bottom: 20px;
  }

  .big-title {
    font-size: 30px;
  }

  .list-img-ronde a {
    width: 300px;
    max-width: 100%;
  }

  .list-img-ronde {
    justify-content: center;
  }

  .frise {
    width: 100%;
  }

  .double-p {
    flex-direction: column;
  }

  .double-p article {
    width: 100%;
  }

  .h2-surlign::before {
    width: 200px;
  }

  .double-p article h2::before {
    width: 200px;
  }

  .double-section__link .useful-width .link {
    width: 270px;
    background-color: #2e3d50;
    margin-bottom: 30px;
  }

  .double-section__link .useful-width img {
    margin-top: 30px;
    width: 50% !important;
  }

  .double-section .useful-width iframe {
    width: 100%;
    margin-top: 30px !important;
  }

  .temoignages {
    flex-direction: column;
  }

  .temoignages article {
    width: 100%;
    padding: 0;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .temoignage-texte {
    width: 100%;
    padding-left: 0px;
  }

  .temoignage-img {
    width: 150px;
    height: 150px;
    position: relative;
    margin-bottom: 20px;
    align-self: baseline;
  }

  .right-square,
  .left-square {
    display: none;
  }

  .formateurs-section .useful-width {
    flex-direction: column-reverse;
  }

  .formateurs-intit {
    width: 100%;
    padding-left: 0;
    padding-bottom: 50px;
  }

  .formateurs {
    width: 100%;
  }

  .formateurs-card {
    flex-direction: column;
  }

  .formateurs-card__text {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  .formateurs-section .grey-square {
    display: none;
  }

  /************** MENU MOBILE *********/

  /************************************/
}

@media screen and (max-width: 850px) {
}

@media (max-width: 1024px) and (min-width: 768px) {
}

@media screen and (min-width: 768px) {
}

@media screen and (max-width: 768px) {
}

@media (max-width: 1024px) and (min-width: 600px) {
}

@media screen and (max-width: 600px) {
}

@media screen and (max-width: 550px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 320px) {
}

/*
     FILE ARCHIVED ON 15:27:13 Sep 22, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:48:41 Jun 26, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.367
  exclusion.robots: 0.037
  exclusion.robots.policy: 0.03
  esindex: 0.007
  cdx.remote: 78.615
  LoadShardBlock: 198.649 (3)
  PetaboxLoader3.resolve: 172.778 (4)
  PetaboxLoader3.datanode: 107.356 (4)
  load_resource: 100.046
*/