/**
 * !
 * 
 * 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
 *
 * @format
 */

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

#breadcrumbs a,
#breadcrumbs span,
#breadcrumbs {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
@-webkit-keyframes moveArrow {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  75% {
    -webkit-transform: translate(-50%, 1em);
    transform: translate(-50%, 1em);
  }
}
@keyframes moveArrow {
  0% {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  75% {
    -webkit-transform: translate(-50%, 1em);
    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 {
  -webkit-backface-visibility: hidden;
  background: #e1e1e1;
  border: none;
  border-bottom: solid 1px #333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
  margin-top: 1em;
  width: 100%;
}
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;
  -webkit-transition: all 0.4s;
  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 {
  -webkit-transform: translate(-2em, -1.25em) scale(0.8);
  transform: translate(-2em, -1.25em) scale(0.8);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
form input[type="text"]:focus::-webkit-input-placeholder,
form input[type="email"]:focus::-webkit-input-placeholder,
form input[type="url"]:focus::-webkit-input-placeholder,
form input[type="password"]:focus::-webkit-input-placeholder,
form input[type="search"]:focus::-webkit-input-placeholder,
form input[type="number"]:focus::-webkit-input-placeholder,
form input[type="tel"]:focus::-webkit-input-placeholder,
form input[type="range"]:focus::-webkit-input-placeholder,
form input[type="date"]:focus::-webkit-input-placeholder,
form input[type="month"]:focus::-webkit-input-placeholder,
form input[type="week"]:focus::-webkit-input-placeholder,
form input[type="time"]:focus::-webkit-input-placeholder,
form input[type="datetime"]:focus::-webkit-input-placeholder,
form input[type="datetime-local"]:focus::-webkit-input-placeholder,
form input[type="color"]:focus::-webkit-input-placeholder,
form textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
form input[type="text"]:focus:-ms-input-placeholder,
form input[type="email"]:focus:-ms-input-placeholder,
form input[type="url"]:focus:-ms-input-placeholder,
form input[type="password"]:focus:-ms-input-placeholder,
form input[type="search"]:focus:-ms-input-placeholder,
form input[type="number"]:focus:-ms-input-placeholder,
form input[type="tel"]:focus:-ms-input-placeholder,
form input[type="range"]:focus:-ms-input-placeholder,
form input[type="date"]:focus:-ms-input-placeholder,
form input[type="month"]:focus:-ms-input-placeholder,
form input[type="week"]:focus:-ms-input-placeholder,
form input[type="time"]:focus:-ms-input-placeholder,
form input[type="datetime"]:focus:-ms-input-placeholder,
form input[type="datetime-local"]:focus:-ms-input-placeholder,
form input[type="color"]:focus:-ms-input-placeholder,
form textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
form input[type="text"]:focus::-ms-input-placeholder,
form input[type="email"]:focus::-ms-input-placeholder,
form input[type="url"]:focus::-ms-input-placeholder,
form input[type="password"]:focus::-ms-input-placeholder,
form input[type="search"]:focus::-ms-input-placeholder,
form input[type="number"]:focus::-ms-input-placeholder,
form input[type="tel"]:focus::-ms-input-placeholder,
form input[type="range"]:focus::-ms-input-placeholder,
form input[type="date"]:focus::-ms-input-placeholder,
form input[type="month"]:focus::-ms-input-placeholder,
form input[type="week"]:focus::-ms-input-placeholder,
form input[type="time"]:focus::-ms-input-placeholder,
form input[type="datetime"]:focus::-ms-input-placeholder,
form input[type="datetime-local"]:focus::-ms-input-placeholder,
form input[type="color"]:focus::-ms-input-placeholder,
form textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
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"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="url"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form input[type="search"]::-webkit-input-placeholder,
form input[type="number"]::-webkit-input-placeholder,
form input[type="tel"]::-webkit-input-placeholder,
form input[type="range"]::-webkit-input-placeholder,
form input[type="date"]::-webkit-input-placeholder,
form input[type="month"]::-webkit-input-placeholder,
form input[type="week"]::-webkit-input-placeholder,
form input[type="time"]::-webkit-input-placeholder,
form input[type="datetime"]::-webkit-input-placeholder,
form input[type="datetime-local"]::-webkit-input-placeholder,
form input[type="color"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  opacity: 1;
}
form input[type="text"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="url"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form input[type="search"]:-ms-input-placeholder,
form input[type="number"]:-ms-input-placeholder,
form input[type="tel"]:-ms-input-placeholder,
form input[type="range"]:-ms-input-placeholder,
form input[type="date"]:-ms-input-placeholder,
form input[type="month"]:-ms-input-placeholder,
form input[type="week"]:-ms-input-placeholder,
form input[type="time"]:-ms-input-placeholder,
form input[type="datetime"]:-ms-input-placeholder,
form input[type="datetime-local"]:-ms-input-placeholder,
form input[type="color"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  opacity: 1;
}
form input[type="text"]::-ms-input-placeholder,
form input[type="email"]::-ms-input-placeholder,
form input[type="url"]::-ms-input-placeholder,
form input[type="password"]::-ms-input-placeholder,
form input[type="search"]::-ms-input-placeholder,
form input[type="number"]::-ms-input-placeholder,
form input[type="tel"]::-ms-input-placeholder,
form input[type="range"]::-ms-input-placeholder,
form input[type="date"]::-ms-input-placeholder,
form input[type="month"]::-ms-input-placeholder,
form input[type="week"]::-ms-input-placeholder,
form input[type="time"]::-ms-input-placeholder,
form input[type="datetime"]::-ms-input-placeholder,
form input[type="datetime-local"]::-ms-input-placeholder,
form input[type="color"]::-ms-input-placeholder,
form textarea::-ms-input-placeholder {
  opacity: 1;
}
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.response .contResponse {
  margin: 2em 0;
  opacity: 1;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
form.response *:not(.contResponse) {
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
@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;
}
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;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/raleway-v19-latin-300.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-300.eot?#iefix") format("embedded-opentype"),
    url("fonts/raleway-v19-latin-300.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-300.woff") format("woff"),
    url("fonts/raleway-v19-latin-300.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-300.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/raleway-v19-latin-regular.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/raleway-v19-latin-regular.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-regular.woff") format("woff"),
    url("fonts/raleway-v19-latin-regular.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-regular.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/raleway-v19-latin-500.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-500.eot?#iefix") format("embedded-opentype"),
    url("fonts/raleway-v19-latin-500.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-500.woff") format("woff"),
    url("fonts/raleway-v19-latin-500.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-500.svg#Raleway") format("svg");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/raleway-v19-latin-800.eot");
  src: local(""),
    url("fonts/raleway-v19-latin-800.eot?#iefix") format("embedded-opentype"),
    url("fonts/raleway-v19-latin-800.woff2") format("woff2"),
    url("fonts/raleway-v19-latin-800.woff") format("woff"),
    url("fonts/raleway-v19-latin-800.ttf") format("truetype"),
    url("fonts/raleway-v19-latin-800.svg#Raleway") format("svg");
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?48p7l7");
  src: url("fonts/icomoon.eot?48p7l7#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?48p7l7") format("truetype"),
    url("fonts/icomoon.woff?48p7l7") format("woff"),
    url("fonts/icomoon.svg?48p7l7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-tripadvisor:before {
  content: "\e901";
}
.icon-morgane:before {
  content: "\e900";
}
.icon-phone:before {
  content: "\e942";
}
.icon-location:before {
  content: "\e947";
}
.icon-mail2:before {
  content: "\ea85";
}
.icon-mail:before {
  content: "\ea86";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-linkedin:before {
  content: "\eaca";
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 150px;
  background-color: white;
  z-index: 10;
  padding-bottom: 10px;
  -webkit-box-shadow: 5px 10px 20px -10px rgba(0, 0, 0, 0.33);
  box-shadow: 5px 10px 20px -10px rgba(0, 0, 0, 0.33);
}
@media (max-width: 900px) {
  header {
    height: 80px;
    padding-bottom: 0;
  }
}
.sub-menu {
  position: absolute;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: -10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  z-index: 1;
  padding-top: 30px;
  left: -22px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  width: 170px;
  text-align: center;
}
@media (max-width: 900px) {
  .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible;
    position: initial;
    padding-top: 0;
    padding-bottom: 0;
    border-left: 2px solid #3e9fb6;
    margin-bottom: 10px;
    padding-left: 10px;
    width: auto;
  }
  .sub-menu li:last-of-type a {
    margin-bottom: 0;
  }
}
.sub-menu li {
  margin-left: 0;
  padding: 10px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid black;
}

.sub-menu li:last-of-type {
  border-bottom: none;
}
@media (max-width: 900px) {
  .sub-menu li {
    margin-bottom: 0;
    border-bottom: 0;
    padding: 0 !important;
    text-align: left;
  }
}
.sub-menu li:last-of-type {
  margin-bottom: 0;
}
.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.sub-menu:hover {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.top-bar {
  position: absolute;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 1100px;
  max-width: 100% !important;
  left: 0;
  right: 0;
  margin: auto;
}
.top-bar .btn {
  margin-right: 10px;
  width: 194px;
}
.top-bar__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-bar__rs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.top-bar__rs a {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  background-color: #464647;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.top-bar__rs a:hover {
  background-color: #3e9fb6;
}
.top-bar__rs a i {
  font-size: 20px;
  color: white;
}
.menu {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (max-width: 900px) {
  .menu {
    display: none;
  }
}
.menu__left {
  width: calc(50% - 150px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.menu__right {
  width: calc(50% - 150px);
  margin-bottom: 30px;
}
.menu-logo {
  width: 300px;
  height: auto;
}
@media (max-width: 900px) {
  .menu-logo {
    width: 150px;
  }
}
.menu-logo__link {
  display: block;
  width: 100%;
}
.menu-logo__link img {
  width: 100%;
}
.menu-header {
  height: 100%;
}
.menu-header__home {
  -webkit-transform: translateY(15%);
  transform: translateY(15%);
}
.menu-header__nav {
  height: 100%;
}
.menu-header__ul {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.menu-header__li {
  margin-left: 35px;
  position: relative;
}
.menu-header__li a {
  position: relative;
  z-index: 2;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.menu-header__li a:hover {
  color: #3e9fb6;
}
.menu-header .active a {
  font-weight: 600;
}
@media (min-width: 900px) {
  .mobile-menu {
    display: none;
  }
}
@media (max-width: 900px) {
  .mobile-menu {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .mobile-menu__header {
    z-index: 2;
    position: relative;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mobile-menu .top-bar__rs {
    margin-left: auto;
    margin-right: 10px;
  }
  .mobile-menu__burger-icon {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  .mobile-menu__burger-icon .bar {
    height: 3px;
    background-color: #c23487;
    border-radius: 2px;
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-transition: top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
    transition: top ease-out 120ms 120ms, -webkit-transform ease-out 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
  }
  .mobile-menu__burger-icon .bar:nth-child(2) {
    top: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
    transition: top ease-out 120ms 120ms, -webkit-transform ease-out 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
  }
  .mobile-menu__burger-icon .bar:nth-child(3) {
    top: 20px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
    transition: top ease-out 120ms 120ms, -webkit-transform ease-out 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms;
    transition: transform ease-out 120ms, top ease-out 120ms 120ms,
      -webkit-transform ease-out 120ms;
  }
}
.mobile-menu__nav-container {
  -webkit-transition: all ease-out 200ms;
  transition: all ease-out 200ms;
  position: absolute;
  width: 100%;
  height: auto;
  padding: 30px;
  bottom: 0;
  background-color: #fff;
  -webkit-box-shadow: 5px 10px 20px -10px rgba(0, 0, 0, 0.33);
  box-shadow: 5px 10px 20px -10px rgba(0, 0, 0, 0.33);
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.mobile-menu__nav-container .btn {
  min-width: 200px;
  margin-top: 20px;
}
.mobile-menu__nav-container__ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.mobile-menu__nav-container__li a {
  display: block;
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #464647;
}
.active-menu .mobile-menu__burger-icon .bar {
  -webkit-transform: translateY(-50%) rotate(45deg) !important;
  transform: translateY(-50%) rotate(45deg) !important;
  top: 10px;
  -webkit-transition: top ease-out 120ms, -webkit-transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, -webkit-transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, transform ease-out 120ms 120ms,
    -webkit-transform ease-out 120ms 120ms;
}
.active-menu .mobile-menu__burger-icon .bar:nth-child(2) {
  opacity: 0 !important;
  left: 5px !important;
}
.active-menu .mobile-menu__burger-icon .bar:nth-child(3) {
  -webkit-transform: translateY(-50%) rotate(-45deg) !important;
  transform: translateY(-50%) rotate(-45deg) !important;
  top: 10px !important;
  -webkit-transition: top ease-out 120ms, -webkit-transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, -webkit-transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, transform ease-out 120ms 120ms;
  transition: top ease-out 120ms, transform ease-out 120ms 120ms,
    -webkit-transform ease-out 120ms 120ms;
}
.active-menu .mobile-menu__nav-container {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.footer {
  background-color: #46464713;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}
.footer__asset {
  position: absolute;
  right: 0;
  bottom: 0;
  right: -250px;
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 900px) {
  .footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.footer__logo {
  width: 300px;
  max-width: 100%;
}
@media (max-width: 900px) {
  .footer__logo {
    margin-bottom: 20px;
  }
}
.footer__logo a {
  width: 100%;
}
.footer__logo a img {
  width: 100%;
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 900px) {
  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.footer__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 900px) {
  .footer__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.footer__ul a {
  display: block;
  margin-bottom: 5px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.footer__ul a:hover {
  color: #3e9fb6;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media (max-width: 900px) {
  .footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }
}
.footer__infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 250px;
  line-height: 20px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  position: relative;
}
@media (max-width: 900px) {
  .footer__infos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }
}
.footer__infos a {
  font-weight: 700;
  display: block;
  margin-top: 5px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.footer__infos a:hover {
  color: #3e9fb6;
}
.footer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.footer__btn .btn {
  margin-bottom: 10px;
  width: 194px;
}
.footer__rs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer__rs a {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  background-color: #464647;
  margin: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.footer__rs a:hover {
  background-color: #3e9fb6;
}
.footer__rs a i {
  font-size: 20px;
  color: white;
}
.list-logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list-logo a {
  max-width: 180px;
  height: 110px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 20px;
}

.list-logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 900px) {
  .list-logo a {
    width: 180px;
    max-width: 50%;
    margin: 0;
    padding: 10px;
  }
}
.copyright {
  padding: 10px;
  background-color: #464647;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.copyright p,
.copyright a {
  color: white;
  line-height: 22px;
}
.copyright a {
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.copyright a:hover {
  color: #3e9fb6;
}
.error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.error .btn {
  margin-top: 20px;
}
body {
  font-family: "Open Sans", sans-serif;
  color: #464647;
}
a {
  color: #464647;
}
.p {
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.p h2 {
  font-size: 25px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  position: relative;
  color: #464647;
}
.p h3 {
  font-size: 22px;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  position: relative;
  color: #464647;
}
.p em {
  font-style: italic;
}
.p strong {
  font-weight: 700;
}
.p p {
  margin-bottom: 10px;
}
.p a {
  border-bottom: 1px solid;
}
.p ul {
  margin: 0px 0px 20px 0px;
}
.p li {
  margin-bottom: 5px;
  list-style: none;
  padding-left: 10px;

  position: relative;
}

.center .p ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.p li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 13px;
  transform: translateY(-50%);
  background-color: #3e9fb6;
}
.p h1,
.p h2,
.p h3,
.p h4 {
  margin-bottom: 15px;
}
.p img {
  width: 100%;
  margin-bottom: 20px;
}
.useful-width {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 10px;
}
.full-width {
  width: 100%;
}
.margin {
  margin-top: 70px;
}
#content {
  margin-top: 150px;
}
@media (max-width: 900px) {
  #content {
    margin-top: 80px;
  }
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 10px;
  color: #fff;
  background-color: #464647;
  position: relative;
  border: none;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  background-color: #3e9fb6;
  padding: 12px 25px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 5px 10px 20px -10px rgba(0, 0, 0, 0.33);
  box-shadow: 5px 10px 20px -10px rgba(0, 0, 0, 0.33);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.btn:hover {
  background-color: #c23487;
}
.btn-yellow {
  background-color: #edbe00;
}
.btn-border {
  border: 2px solid #3e9fb6;
  background-color: white;
  color: #3e9fb6;
}
.h1 {
  font-family: "Quicksand", sans-serif;
  font-size: 35px;
  font-weight: 700;
  color: #464647;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .h1 {
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 32px;
  }
}
.h2 {
  font-size: 30px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  position: relative;
  color: #464647;
}
@media (max-width: 900px) {
  .h2 {
    font-size: 23px;
  }
}
.h2::after {
  content: ".";
  width: 11px;
  height: 11px;
  color: #3e9fb6;
  border-radius: 50px;
  font-size: 60px;
  position: absolute;
  bottom: 45px;
}
.padding {
  padding-top: 70px;
  padding-bottom: 70px;
}
.grey {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slider {
  background-color: rgba(128, 128, 128, 0.314);
  height: calc(100vh - 150px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 900px) {
  .slider {
    height: 70vh;
    min-height: 500px;
  }
}
.slider::before {
  content: "";
  width: 860px;
  height: 289px;
  background: url(https://vendeeprocompetences.fr/wp-content/uploads/2023/10/agencnewArtboard-1.svg)
    center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  position: absolute;
  z-index: 2;
  left: 50%;
  mix-blend-mode: multiply;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  pointer-events: none;
}
.slider .h1,
.slider__sous-titre,
.slider__form,
.slider .btn {
  position: relative;
}
.slider__bg {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  max-width: 100%;
}
.slider__left {
  height: 100%;
  width: 50%;
  position: relative;
  max-width: 100%;
}
.slider__left::before {
  content: "";
  width: 440px;
  height: 440px;
  border-radius: 400px;
  background-color: #edbe00;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translate(-55%, -50%);
  transform: translate(-55%, -50%);
  mix-blend-mode: multiply;
  z-index: 2;
}
@media (max-width: 900px) {
  .slider__left::before {
    display: none;
  }
}
.slider__left img {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 900px) {
  .slider__left img {
    -webkit-filter: grayscale(1) brightness(60%);
    filter: grayscale(1) brightness(60%);
  }
}
.slider__right {
  height: 100%;
  width: 50%;
  position: relative;
}
.slider__right::before {
  content: "";
  width: 440px;
  height: 440px;
  border-radius: 400px;
  background-color: #c23487;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(55%, -50%);
  transform: translate(55%, -50%);
  mix-blend-mode: multiply;
  z-index: 2;
}
@media (max-width: 900px) {
  .slider__right::before {
    display: none;
  }
}
.slider__right img {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 900px) {
  .slider__right img {
    -webkit-filter: grayscale(1) brightness(60%);
    filter: grayscale(1) brightness(60%);
  }
}
.slider__form {
  width: 485px;
  background-color: #3e9fb6;
  max-width: 100%;
  border-radius: 50px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .slider__form {
    margin-bottom: 20px;
  }
}
.slider__form input[type="search"] {
  border: none;
  background-color: transparent;
  margin-top: 0;
  height: 100%;
  width: 100%;
  color: #fff !important;
  font-size: 20px !important;
  padding: 0 10px;
  z-index: 10;
}
.slider__form input[type="search"]::-webkit-input-placeholder {
  color: white;
  font-size: 20px;
}
.slider__form input[type="search"]:-ms-input-placeholder {
  color: white;
  font-size: 20px;
}
.slider__form input[type="search"]::-ms-input-placeholder {
  color: white;
  font-size: 20px;
}
.slider__form input[type="search"]::placeholder {
  color: white;
  font-size: 20px;
}
@media (max-width: 900px) {
  .slider__form input[type="search"]::-webkit-input-placeholder {
    font-size: 18px;
    color: #fff !important;
  }
  .slider__form input[type="search"]:-ms-input-placeholder {
    font-size: 18px;
    color: #fff !important;
  }
  .slider__form input[type="search"]::-ms-input-placeholder {
    font-size: 18px;
    color: #fff !important;
  }
  .slider__form input[type="search"]::placeholder {
    font-size: 18px;
    color: #fff !important;
  }
}
.slider__form button {
  height: 47px;
  width: 47px;
  border-radius: 100px;
  position: absolute;
  background-color: #ffffff7c;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
  border: none;
}
.slider__text {
  position: absolute;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding-top: 80px;
  color: #464647;
  max-width: 100%;
}
@media (max-width: 900px) {
  .slider__text {
    padding-left: 20px;
    padding-right: 20px;
    z-index: 2;
  }
}
.slider__sous-titre {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .slider__sous-titre {
    margin-bottom: 20px;
  }
}
.slider .btn {
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  text-align: center;
  background-color: #edbe00;
  opacity: 0.9;
  border-radius: 100px;
  margin-bottom: 5px;
  width: 315px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  position: relative;
  z-index: 2;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.slider .btn:hover {
  background-color: #c23487;
}
@media (max-width: 900px) {
  .slider .btn {
    font-size: 18px;
  }
}
.video {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 40px;
  }
}
.video__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 717px);
  padding-right: 60px;
}
@media (max-width: 900px) {
  .video__text {
    width: 100%;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 60px;
}
.video__img {
  width: 717px;
  height: 352px;
  overflow: hidden;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  position: relative;
  cursor: pointer;
}

.video__asset {
  position: absolute;
  bottom: 0%;
  left: 50%;
  mix-blend-mode: multiply;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 1;
  width: 130%;
  height: 290px;
}

@media (max-width: 900px) {
  .video__img {
    width: 100%;
    aspect-ratio: 5 / 3;
    height: 100%;
    margin-bottom: 30px;
  }
}

@media (min-width: 900px) and (max-width: 1200px) {
  .video__img {
    width: 50%;
    aspect-ratio: 7 / 4;
    height: 100%;
  }

  .video__text {
    width: 50%;
  }
}

.video__img .bar1 {
  height: 100%;
  width: 13px;
  background-color: white;
  position: absolute;
  left: 32%;
  top: 0;
  z-index: 2;
}
.video__img .bar2 {
  height: 100%;
  width: 13px;
  background-color: white;
  position: absolute;
  left: 65%;
  top: 0;
  z-index: 2;
}
.video__img-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.big-img {
  padding-top: 100px;
  padding-bottom: 120px;
  background: url(https://vendeeprocompetences.fr/wp-content/uploads/2023/10/AdobeStock_621388129.jpg)
    center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media (max-width: 900px) {
  .big-img {
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
  }
}
.big-img::before {
  content: url(https://vendeeprocompetences.fr/wp-content/uploads/2023/10/Groupe-de-masques-9.svg);
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
  z-index: 1;
  mix-blend-mode: multiply;
}
.big-img .btn-border {
  border: 2px solid #edbe00;
  color: #edbe00;
  font-weight: 700;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.big-img .btn-border:hover {
  color: white !important;
  background-color: #c23487 !important;
  border: 2px solid #c23487 !important;
}
.big-img__title {
  color: #edbe00;
  font-family: "Quicksand", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
}
@media (max-width: 900px) {
  .big-img__title {
    font-size: 22px;
    line-height: 28px;
  }
}
.big-img__title strong {
  font-weight: 700;
  display: block;
}
.big-img .h2 {
  color: white;
  margin-bottom: 60px;
}
@media (max-width: 900px) {
  .big-img .h2 {
    margin-bottom: 40px;
  }
}
.big-img .h2::after {
  color: #edbe00;
}
.big-img__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .big-img__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
  }
}
.big-img__item {
  width: 445px;
  height: auto;
  margin: 20px;
  padding: 30px;
  background-color: white;
  border-bottom-left-radius: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
  padding-bottom: 80px;
  z-index: 2;
  max-width: 100%;
}
@media (max-width: 900px) {
  .big-img__item {
    padding: 20px;
    padding-bottom: 60px;
  }
}
.big-img__item .btn {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #edbe00;
  white-space: nowrap;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.big-img__item .btn:hover {
  background-color: #c23487;
}
.big-img__img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 30px;
}

.big-img__img {
  position: relative;
}

.big-img__img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #edbe00;
  mix-blend-mode: multiply;
  transition: all 200ms ease-out;
  opacity: 0;
}

.big-img__img:hover::after {
  opacity: 1;
}

.big-img__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 900px) {
  .big-img__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 5 / 4;
  }
}
.grey-bg {
  background-color: #46464713;
}
.sub-title {
  font-size: 20px;
  font-family: "Quicksand", sans-serif;
  font-weight: 100;
}
.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 900px) {
  .banner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.banner .h2 {
  margin-bottom: 10px;
}
.banner .h2::after {
  color: #c23487;
}
.banner .sub-title {
  margin-bottom: 30px;
}
.banner__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.banner__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 20%;
  padding: 10px;
  min-width: 200px;
}
@media (max-width: 900px) {
  .banner__item {
    margin-bottom: 20px;
  }
  .banner__item:last-of-type {
    margin-bottom: 0;
  }
}
.banner__item p {
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
  color: #464647;
}
.banner__item .number {
  color: #c23487;
  font-size: 40px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.map .h2 {
  margin-bottom: 40px;
}
.map .h2::after {
  color: #3e9fb6;
}
.map__map {
  width: 60%;
}
@media (max-width: 900px) {
  .map__map {
    width: 100%;
    max-width: 740px;
  }
}
.map__map img {
  width: 100%;
  height: auto;
}
.map__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 40%;
  padding-right: 60px;
}
@media (max-width: 900px) {
  .map__text {
    width: 100%;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.slider-part {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-part__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider-part__logo img {
  width: 136px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
}
.glider {
  scrollbar-width: none;
}
.glider::-webkit-scrollbar {
  display: none;
}
.actu {
  width: 100%;
  background: url(https://vendeeprocompetences.fr/wp-content/uploads/2023/10/AdobeStock_506424316.jpg)
    center no-repeat;
  background-size: cover;
  padding-bottom: 100px;
  position: relative;
}

.actu .btn {
  transition: all 200ms ease-out;
}

.actu .btn:hover {
  background-color: #3e9fb6;
  border: 2px solid #3e9fb6;
  color: white;
}
.actu .glider-track {
  padding-bottom: 20px;
}
.actu .btn-border {
  position: absolute;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #c23487;
  color: #c23487;
  background-color: white;
  opacity: 1;
  z-index: 2;
  white-space: nowrap;
}
.actu__cache {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.actu__asset1 {
  position: absolute;
  right: 10%;
  top: -50px;
  mix-blend-mode: multiply;
}
@media (max-width: 900px) {
  .actu__asset1 {
    position: absolute;
    right: 90%;
    top: -50px;
    mix-blend-mode: multiply;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
}
.actu__asset2 {
  position: absolute;
  top: 60px;
  right: 60px;
  mix-blend-mode: multiply;
}
.actu .h2 {
  margin-bottom: 70px;
  color: white;
  position: relative;
}
.actu .h2::after {
  color: #c23487;
}
@media (max-width: 900px) {
  .actu .h2 {
    margin-bottom: 40px;
  }
}
.actu__title {
  font-family: "Quicksand", sans-serif;
  font-size: 22px;
  color: #c23487;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
  margin-bottom: 10px;
}
.actu__card {
  padding: 15px;
  position: relative;
}
.actu__slider {
  width: 100%;
}
.actu__card-card {
  width: 100%;
  padding: 25px;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  border-bottom-left-radius: 80px;
  padding-bottom: 40px;
}
@media (max-width: 900px) {
  .actu__card-card {
    padding: 20px;
  }
}
.actu__card-card .btn {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #c23487;
  white-space: nowrap;
}
.actu__card-card img {
  width: 100%;
  height: 166px;
  margin-bottom: 20px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 900px) {
  .glider-next img,
  .glider-prev img {
    width: 30px;
  }
}
.top-head {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 2;
  height: 242px;
  border-bottom-left-radius: 100px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 900px) {
  .top-head {
    height: 150px;
    border-bottom-left-radius: 60px;
  }
}
.top-head__small-title {
  font-size: 25px;
  font-weight: 100;
  font-family: "Quicksand", sans-serif;
  color: white;
  margin-bottom: 5px;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .top-head__small-title {
    font-size: 14px;
  }
}
.top-head__small-title-sub {
  font-size: 25px;
  font-weight: 100;
  font-family: "Quicksand", sans-serif;
  color: white;
  margin-top: 5px;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .top-head__small-title-sub {
    font-size: 14px;
  }
}
.top-head .h1-top {
  margin-bottom: 0;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}
.top-head .h1 {
  color: white;
  position: relative;
}
.top-head__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-filter: grayscale(1) brightness(60%);
  filter: grayscale(1) brightness(60%);
}
.top-head__asset {
  position: absolute;
  width: 450px;
  height: 450px;
  background-color: #3e9fb6;
  mix-blend-mode: multiply;
  position: absolute;
  top: 28%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  border-radius: 2000px;
}
.top-head--yellow .top-head__asset {
  background-color: #edbe00 !important;
}
.radius {
  overflow: hidden;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
@media (max-width: 900px) {
  .radius {
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
  }
}
.blue-asset {
  position: relative;
}
.blue-asset::before {
  content: url(https://vendeeprocompetences.fr/wp-content/uploads/2023/10/Groupe-de-masques-13.svg);
  right: 0;
  bottom: 0;
  position: absolute;
  mix-blend-mode: multiply;
  z-index: 1;
}
.pink-asset {
  position: relative;
}
.pink-asset::before {
  content: url(https://vendeeprocompetences.fr/wp-content/uploads/2023/10/Groupe-de-masques-27.svg);
  right: 0;
  bottom: -20px;
  position: absolute;
  mix-blend-mode: multiply;
  z-index: 1;
}
.grey-asset {
  position: relative;
}
.grey-asset::before {
  content: url(https://vendeeprocompetences.fr/wp-content/uploads/2023/10/Groupe-de-masques-13-1.svg);
  right: 0;
  bottom: -20px;
  position: absolute;
  z-index: 1;
}
.yellow-asset {
  position: relative;
}
.yellow-asset::before {
  content: url(https://vendeeprocompetences.fr/wp-content/uploads/2023/10/Groupe-de-masques-28.svg);
  right: 0;
  top: 0;
  position: absolute;
  mix-blend-mode: multiply;
  z-index: 1;
}
.img-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
@media (max-width: 900px) {
  .img-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.img-text__text {
  width: calc(50% + 50px);
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 900px) {
  .img-text__text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .page-template-template-about .img-text__text {
    text-align: left;
  }
}
.img-text__logo {
  width: 305px;
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 30px;
  -o-object-position: left;
  object-position: left;
  max-width: 80%;
}
@media (max-width: 900px) {
  .img-text__logo {
    -o-object-position: center;
    object-position: center;
  }
}
.img-text__img {
  width: calc(50% - 50px);
  overflow: hidden;
  max-height: 900px;
}
@media (max-width: 900px) {
  .img-text__img {
    width: 100%;
    height: 100%;
    aspect-ratio: 5 / 4;
  }
}
.img-text__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.img-text--inverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .img-text--inverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.img-text--inverse .img-text__text {
  padding-left: 50px;
  padding-right: 0;
}
@media (max-width: 900px) {
  .img-text--inverse .img-text__text {
    padding-left: 0;
  }
}
.small-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
.frise {
  position: relative;
  overflow: hidden;
}
.frise::before {
  content: "";
  background: url(https://vendeeprocompetences.fr/wp-content/uploads/2023/10/Groupe-de-masques-14.svg)
    center no-repeat;
  background-size: cover;
  width: 100%;
  height: 1200px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.frise__p {
  width: 819px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.chrono {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .chrono {
    display: none;
    margin-top: 30px;
  }
}
.chrono__ligne {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 900px) {
  .chrono__ligne {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.chrono__ligne:nth-child(3n-3) .chrono__date {
  background-color: #edbe00;
}
.chrono__ligne:nth-child(3n-1) .chrono__date {
  background-color: #3e9fb6;
}
.chrono__date {
  width: 136px;
  height: 136px;
  border-radius: 150px;
  background-color: #c23487;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Quicksand", sans-serif;
  color: white;
  font-size: 40px;
  font-weight: 700;
}
.chrono__left {
  width: calc(50% - 69px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 30px;
  text-align: right;
  position: relative;
}
.chrono__left-text {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% - 100px);
}
@media (max-width: 900px) {
  .chrono__left-text {
    position: initial;
  }
}
.chrono__left-text .p {
  margin-bottom: 0;
}
.chrono__left-arrow {
  margin-left: 30px;
  width: 40px;
}
.chrono__right {
  width: calc(50% - 69px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 30px;
  text-align: left;
  position: relative;
}
@media (max-width: 900px) {
  .chrono__right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding-left: 0;
  }
}
.chrono__right-text {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% - 100px);
}
@media (max-width: 900px) {
  .chrono__right-text {
    position: initial;
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }
}
.chrono__right-text .p {
  margin-bottom: 0;
}
.chrono__right-arrow {
  margin-right: 30px;
  width: 40px;
}
@media (max-width: 900px) {
  .chrono__right-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-bottom: 10px;
    margin-right: 0;
    margin-top: 10px;
  }
}
.chrono__bar {
  width: 2px;
  height: 80px;
  background-color: #464647;
}
@media (max-width: 900px) {
  .chrono__bar {
    height: 30px;
  }
}
.chrono__bar:last-of-type {
  display: none;
}
.chrono .arrow-hidden {
  opacity: 0;
}
.chrono--mobile {
  display: none;
}
@media (max-width: 900px) {
  .chrono--mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url(https://vendeeprocompetences.fr/wp-content/uploads/2023/10/AdobeStock_198559779.jpg)
    center no-repeat;
  color: white;
  background-size: cover;
  position: relative;
  overflow: hidden;
  max-width: 100%;
}
.infos__cache {
  position: absolute;
  bottom: -30px;
  left: -100px;
  z-index: 1;
  mix-blend-mode: multiply;
}
.infos .p {
  color: white;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .infos .p {
    text-align: center;
  }
}
.infos .p p {
  margin-bottom: 0;
}
.infos__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
  max-width: 100%;
}
.infos__double-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
}
.infos__double-text article {
  width: 315px;
  text-align: center;
  margin: 60px;
  margin-bottom: 60px !important;
  max-width: 100%;
}
@media (max-width: 900px) {
  .infos__double-text article {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
}
.infos__double-text article strong {
  color: #3e9fb6;
  font-size: 40px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
}
.infos__double-text article strong sup {
  font-size: 20px;
}
.infos__double-text:last-of-type article {
  margin-bottom: 0 !important;
}
@media (max-width: 900px) {
  .infos__double-text:last-of-type article {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
}
.infos__double-text:last-of-type strong {
  color: #edbe00;
}
.infos__double-text:last-of-type span {
  color: #edbe00;
}
.h2-bleu::after {
  color: #3e9fb6;
}
.simple h2 {
  width: 715px;
  text-align: center;
  margin-bottom: 40px;
  max-width: 100%;
}
.simple {
  text-align: center;
}
.dark-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #464647;
}
.dark-bg .h2,
.dark-bg .p,
.dark-bg p,
.dark-bg a {
  color: white;
}
.dark-bg .h2 {
  margin-bottom: 50px;
}
.dark-bg .h2::after {
  color: #c23487;
}
.dark-bg .img-text {
  margin-bottom: 60px;
}
.dark-bg .img-text:last-of-type {
  margin-bottom: 0;
}
.centres {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dark-bg .img-text .p li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 13px;
  transform: translateY(-50%);
  background-color: #c23487;
}

.dark-bg .img-text--inverse .p li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 13px;
  transform: translateY(-50%);
  background-color: #edbe00;
}
@media (max-width: 900px) {
  .centres {
    text-align: center;
  }
}
.centres__item {
  width: 200px;
  margin: 10px;
  margin-bottom: 50px;
}
.centres__img {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 80px;
  margin-bottom: 20px;
  transition: all 200ms ease-out;
}
.centres__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: brightness(60%) grayscale(1);
  filter: brightness(60%) grayscale(1);
  transition: all 200ms ease-out;
}
.centres__logo {
  height: 110px;
  width: 170px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 200ms ease-out;
}

.centres__logo-couleur {
  height: 110px;
  width: 170px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 200ms ease-out;
  opacity: 0;
}

.centres__item:hover .centres__logo {
  opacity: 0;
}

.centres__item:hover .centres__logo-couleur {
  opacity: 1;
}

.centres__item:hover .centres__bg {
  filter: contrast(0.4) brightness(140%) grayscale(1);
}

#page {
  overflow: hidden;
}

.wp-block-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.centres__title {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  color: #464647;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  line-height: 22px;
}
.centres__loc {
  font-family: "Quicksand", sans-serif;
  line-height: 22px;
  font-size: 18px;
  color: #464647;
  font-weight: 100;
  text-align: center;
}
@media (max-width: 900px) {
  .h2 {
    text-align: center;
  }
}
.infos-centre {
  position: relative;
}
.infos-centre::after {
  content: url(https://vendeeprocompetences.fr/wp-content/uploads/2023/10/Groupe-de-masques-18.svg);
  position: absolute;
  right: calc(100% - 650px);
  top: -250px;
  pointer-events: none;
}
@media (max-width: 900px) {
  .infos-centre::after {
    display: none;
  }
}
.infos-centre__ligne {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.infos-centre__ligne:last-of-type {
  margin-bottom: 30px;
}
.infos-centre__ligne a,
.infos-centre__ligne p {
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  font-size: 20px;
}
.infos-centre__ligne img {
  margin-right: 10px;
}

.infos-centre__ligne.email-info a,
.sessions__infos-ligne.email-info a {
  font-size: 14px;
}
.infos-centre__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .infos-centre__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.post-list .center {
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}
.post-list .useful-width {
  padding-left: 0;
  padding-right: 0;
}
.post-list .center .p ul {
  justify-content: flex-start;
  align-items: flex-start;
}
.post-list iframe {
  max-width: 100%;
}
.post-list .center .h2::after {
  bottom: 26px;
}
.infos-centre__sidebar {
  padding: 60px;
  background-color: #464647;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  width: 355px;
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.infos-centre__sidebar .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.infos-centre__sidebar .btn img {
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.infos-centre__sidebar a,
.infos-centre__sidebar p {
  color: white;
}
.infos-centre__rs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}
.infos-centre__rs a {
  width: 35px;
  height: 35px;
  border-radius: 100px;
  background-color: #edbe00;
  margin: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.infos-centre__rs a i {
  color: white;
  font-size: 18px;
}
.infos-centre__map {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 50px;
  width: calc(100% - 355px);
  z-index: 1;
}
@media (max-width: 900px) {
  .infos-centre__map {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.infos-centre__map img {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 700px) {
  .wp-block-spacer {
    height: 50px !important;
  }
}
@media (max-width: 900px) {
  .single-content .dark-bg {
    width: calc(100% + 60px);
    margin-left: -30px;
    padding: 30px;
  }
}
.top-formation {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .top-formation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top-formation__end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: 16px;
  font-weight: 100;
}
.top-formation__end div {
  margin-right: 20px;
}
.top-formation__end div p {
  text-align: 16px;
  font-weight: 100;
}
.top-formation__mots-cles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}
.top-formation__mots-cles p {
  margin-right: 5px;
  margin-bottom: 5px;
}
.top-formation__mot-cle {
  border: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3px;
  margin-right: 5px;
}
.top-formation__left {
  width: calc(100% - 262px);
  padding-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 900px) {
  .top-formation__left {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 30px;
  }
}
.top-formation__sidebar {
  background-color: #46464713;
  width: 262px;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
}
@media (max-width: 700px) {
  .top-formation__sidebar {
    width: 100%;
  }
}
.top-formation__sidebar .p {
  text-align: center;
}
.top-formation__centre {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}
.top-formation__centre img {
  width: 157px;
  max-height: 107px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 20px;
}
.top-formation__centre h3 {
  font-size: 16px;
  font-weight: 700;
  color: #464647;
  line-height: 22px;
  margin-bottom: 3px;
  font-family: "Quicksand", sans-serif;
  text-align: center;
}
.top-formation__centre p {
  font-size: 16px;
  font-weight: 100;
  color: #464647;
  line-height: 22px;
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  text-align: center;
}
.cat-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .cat-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.cat-link__link {
  margin-right: 30px;
  cursor: pointer;
}
@media (max-width: 900px) {
  .cat-link__link {
    margin-bottom: 10px;
  }
}
.cat-link__link p {
  font-weight: 100;
  font-family: "Quicksand", sans-serif;
  font-size: 24px;
  position: relative;
}
.cat-link__link p::after {
  content: ".";
  width: 11px;
  height: 11px;
  color: #edbe00;
  border-radius: 50px;
  font-size: 60px;
  position: absolute;
  bottom: 45px;
  font-weight: 500;
}
.cat-link__link:nth-child(2) p::after {
  color: #c23487;
}
.cat-link__link:nth-child(3) p::after {
  color: #3e9fb6;
}
.cat-active p {
  font-weight: 700;
}
.cat-content {
  width: 100%;
  max-height: 360px;
  background-color: #464647;
  padding: 40px;
  overflow-y: scroll;
  border-bottom-left-radius: 80px;
  scrollbar-color: #edbe00 white;
  scrollbar-width: thin;
  margin-bottom: 20px;
  display: none;
}
.cat-content .p {
  color: white;
}
.description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 900px) {
  .description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.description .h2 {
  margin-bottom: 30px;
  font-size: 24px;
}
.description__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.description__col {
  width: 33.33%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 900px) {
  .description__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .description__col {
    width: 100%;
  }
}
.description__ligne {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.description__ligne img {
  margin-right: 10px;
  width: 67px;
  height: 50px;
  object-fit: contain;
}
.description__title {
  font-size: 24px;
  font-weight: 700;
  color: #464647;
  margin-bottom: 10px;
}
.btn-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 247px;
  max-width: 100%;
}
.btn-site img {
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 900px) {
  .sessions {
    margin-top: 40px !important;
  }

  .description__ligne {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .description__ligne img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.sessions .h2 {
  margin-bottom: 30px;
}
.sessions .h2::after {
  color: #edbe00;
}
.sessions__content {
  margin-bottom: 0;
}
.sessions__content p {
  margin-bottom: 20px;
}
.sessions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sessions__code {
  font-size: 16px;
  margin-top: 15px;
}
.sessions .accordeon {
  width: 100%;
}

input:-internal-autofill-selected {
  background-color: transparent !important;
  color: white !important;
}
.sessions__right {
  width: 335px;
  background-color: #46464713;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 900px) {
  .sessions__right {
    width: 100%;
  }
}
.sessions__right-taux {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
}
.sessions__taux-item {
  text-align: center;
  margin-bottom: 20px;
}
.sessions__taux-item span {
  color: #3e9fb6;
  font-weight: 700;
}
.sessions__taux-item em {
  font-size: 15px;
}
.sessions__infos {
  width: 100%;
  background-color: #464647;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: auto;
}
.sessions__infos a,
.sessions__infos p {
  font-size: 18px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  color: white;
  line-height: 23px;
}
.sessions__infos-ligne {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.sessions__infos-ligne img {
  margin-right: 10px;
}
.sessions__left {
  width: calc(100% - 335px);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 900px) {
  .sessions__left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sessions__icons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid black;
}
@media (max-width: 900px) {
  .sessions__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sessions__icons .p {
  font-size: 16px;
  margin-bottom: 0;
}
.sessions__icons .p p {
  margin-bottom: 0;
}
.sessions__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 33.33%;
}
@media (max-width: 900px) {
  .sessions__icon {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sessions__icon img {
  margin-right: 10px;
}
@media (max-width: 900px) {
  .sessions__icon img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.content-act {
  opacity: 1;
  display: block !important;
}
.page-liste-formation {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}
.page-liste-formation__asset1 {
  position: absolute;
  position: absolute;
  top: -500px;
  right: -500px;
  pointer-events: none;
}
.page-liste-formation__asset2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -400px;
  pointer-events: none;
}
.page-liste-formation__asset3 {
  position: absolute;
  position: absolute;
  bottom: -100px;
  right: -600px;
  pointer-events: none;
}
.forma-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 2;
}
.forma-form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 265px);
}
@media (max-width: 900px) {
  .forma-form__container {
    width: 100%;
  }
}
.forma-form__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  cursor: pointer;
}
.forma-form__filter:hover {
  text-decoration: underline;
}
.forma-form__filter img {
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.forma-form__filter-container {
  -webkit-box-shadow: 5px 10px 20px -10px rgba(0, 0, 0, 0.33);
  box-shadow: 5px 10px 20px -10px rgba(0, 0, 0, 0.33);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  background-color: white;
  padding: 20px;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 620px;
}
@media (max-width: 900px) {
  .forma-form__filter-container {
    min-width: 0;
    max-width: 100%;
  }
}
.forma-form__form2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 30px;
  display: none;
}
@media (max-width: 900px) {
  .forma-form__form2 {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.forma-form__form2 .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 20px;
}
@media (max-width: 900px) {
  .forma-form__form2 .col {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.forma-form__form2 .col:last-of-type {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.forma-form__form2 .col:last-of-type label {
  color: #464647;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-right: 10px;
}
.forma-form__form2 label {
  font-family: "Quicksand", sans-serif;
  color: #3e9fb6;
  font-weight: 700;
  font-size: 18px;
}
.forma-form__form2 input[type="checkbox"] {
  width: 30px;
  height: 30px;
  accent-color: #3e9fb6;
}
.forma-form__form2 select {
  padding: 5px !important;
  height: 30px !important;
  border: 1px solid #3e9fb6 !important;
  width: 200px;
  margin-top: 10px;
  font-family: "Quicksand", sans-serif;
  font-weight: 100;
  border-radius: 0px;
}
.forma-form__form2 select option {
  font-family: "Quicksand", sans-serif;
  font-weight: 100;
}
.forma-form__form {
  max-width: 100%;
  width: 650px;
  background-color: #3e9fb6;
  border-radius: 50px;
  height: 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
  position: relative;
}
.forma-form__form input[type="search"] {
  border: none;
  background-color: transparent;
  margin-top: 0;
  height: 100%;
  width: 100%;
  color: #fff !important;
  font-size: 20px !important;
  padding: 0 10px;
  z-index: 10;
}
.forma-form__form input[type="search"]::-webkit-input-placeholder {
  color: white;
  font-size: 20px;
}
.forma-form__form input[type="search"]:-ms-input-placeholder {
  color: white;
  font-size: 20px;
}
.forma-form__form input[type="search"]::-ms-input-placeholder {
  color: white;
  font-size: 20px;
}
.forma-form__form input[type="search"]::placeholder {
  color: white;
  font-size: 20px;
}
.forma-form__form button {
  height: 47px;
  width: 47px;
  border-radius: 100px;
  position: absolute;
  background-color: #ffffff7c;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 0;
  z-index: 11;
  border: none;
}
.filter-active .forma-form__form2 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.filter-active .forma-form__filter img {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.filter-active .forma-form__filter {
  text-decoration: underline;
}

.tri-formations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .tri-formations {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
}
.tri-formations p {
  display: flex;
  padding: 10px 15px;
  margin-right: 10px;
  background-color: #fff;
  color: #3e9fb6;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  border: solid 2px #3e9fb6;
  transition: all 200ms ease-out;
}

.tri-formations p.active-tri {
  background-color: #3e9fb6;
  color: #fff;
}

.tri-formations p:hover {
  background-color: #3e9fb6;
  color: #fff;
  cursor: pointer;
}

.list-forma {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 900px) {
  .list-forma {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.list-forma__sidebar {
  padding: 30px;
  width: 256px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom-right-radius: 80px;
  border-top-left-radius: 80px;
  background: #464647;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px;
  position: relative;
  max-width: 100%;
}
.list-forma__sidebar a {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  color: white;
  display: block;
  margin-bottom: 20px;
  transition: all 200ms ease-out;
}

.list-forma__sidebar a:hover {
  text-decoration: underline;
  font-weight: 700;
}
.list-forma__sidebar .forma-active {
  text-decoration: underline;
  font-weight: 700;
}
.list-forma__list {
  width: calc(100% - 256px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .list-forma__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 900px) {
  .list-forma__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.list-forma__item {
  width: 244px;
  margin-right: 30px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 5px 10px 20px -10px rgba(0, 0, 0, 0.33);
  box-shadow: 5px 10px 20px -10px rgba(0, 0, 0, 0.33);
  border-bottom-left-radius: 80px;
  position: relative;
  padding-bottom: 60px;
  z-index: 2;
  background-color: white;
}
@media (max-width: 900px) {
  .list-forma__item {
    margin: 15px !important;
    margin-bottom: 30px;
  }
}
.list-forma__item .btn {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list-forma__item img {
  width: 100%;
  height: 166px;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  margin-bottom: 20px;
}
.list-forma__diplome {
  text-transform: uppercase;
  font-weight: 100;
  color: #464647;
  margin-bottom: 5px;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  line-height: 21px;
  padding-left: 20px;
  padding-right: 20px;
}
.list-forma__title {
  text-transform: uppercase;
  font-weight: 600;
  color: #3e9fb6;
  margin-bottom: 5px;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  line-height: 23px;
  padding-left: 20px;
  padding-right: 20px;
}
sup {
  font-size: 10px !important;
}
.single-content .center {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.single-content .center .p {
  text-align: center;
  margin-bottom: 0;
}
.single-content .center .h2 {
  margin-bottom: 20px;
}
.single-content .center .btn {
  margin-top: 20px;
}
.single-content .img-text:nth-child(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 900px) {
  .single-content .img-text:nth-child(2n + 1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single-content .img-text:nth-child(2n + 1) .img-text__text {
  padding-left: 50px;
  padding-right: 0;
}
@media (max-width: 900px) {
  .single-content .img-text:nth-child(2n + 1) .img-text__text {
    padding-left: 0;
  }
}
.text-center {
  text-align: center;
}
.list-forma--tax .list-forma__list {
  width: 100%;
}
.list-forma--tax .list-forma__item {
  margin: 13px !important;
  margin-bottom: 40px !important;
}
table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 40px;
}
table td,
tableth {
  padding: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}

thead sup {
  font-size: 16px !important;
}
@media (max-width: 700px) {
  table td,
  tableth {
    font-size: 13px;
  }
}
table tr td:first-of-type {
  padding-left: 50px;
}
@media (max-width: 700px) {
  table tr td:first-of-type {
    padding-left: 30px;
  }
}
table tr:nth-child(even) {
  background-color: #f3f3f37a;
}
table tr:nth-child(odd) {
  background-color: #46464713;
}
table th {
  padding: 30px;
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
  background-color: #464647;
  color: white;
  font-size: 24px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
}
@media (max-width: 700px) {
  table th {
    font-size: 15px;
    padding: 20px;
  }
}
table th:first-of-type {
  padding-left: 50px;
}
@media (max-width: 700px) {
  table th:first-of-type {
    padding-left: 30px;
  }
}
table {
  border-top-left-radius: 70px;
  border-bottom-right-radius: 70px;
  overflow: hidden;
}
@media (max-width: 700px) {
  table {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
.infos-pratiques-template-default .h2::after {
  color: #edbe00 !important;
}
.infos-pratiques-template-default .dark-bg .img-text__img::before {
  content: url(https://vendeeprocompetences.fr/wp-content/uploads/2023/10/Groupe-de-masques-28.svg);
  right: -100px;
  top: 50px;
  position: absolute;
  mix-blend-mode: multiply;
  z-index: 1;
}
.infos-pratiques-template-default .je-suis-une-entreprise .btn {
  background-color: #c23487;
}
.infos-pratiques-template-default .je-suis-une-entreprise .h2::after {
  color: #c23487 !important;
}
.infos-pratiques-template-default
  .je-suis-une-entreprise
  .top-head--yellow
  .top-head__asset {
  background-color: #c23487 !important;
}
.infos-pratiques-template-default
  .je-suis-une-entreprise
  .dark-bg
  .img-text__img::before {
  content: url(https://vendeeprocompetences.fr/wp-content/uploads/2023/10/Groupe-de-masques-27.svg);
  right: 0;
  bottom: -20px;
  position: absolute;
  mix-blend-mode: multiply;
  z-index: 1;
}
.term-je-suis-une-entreprise .top-head--yellow .top-head__asset {
  background-color: #c23487 !important;
}
.term-je-suis-une-entreprise .list-forma__list .btn {
  background-color: #c23487;
}
.term-je-suis-une-entreprise .list-forma__title {
  color: #c23487;
}
.term-je-suis-un-apprenant .top-head--yellow .top-head__asset {
  background-color: #edbe00 !important;
}
.term-je-suis-un-apprenant .list-forma__list .btn {
  background-color: #edbe00;
}
.term-je-suis-un-apprenant .list-forma__title {
  color: #edbe00;
}
.faq-content {
  margin: 0 auto;
}
.faq-question {
  position: relative;
  border: 1px solid #3e9fb6;
  margin-bottom: 20px;
}
.panel-title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 15px 10px 15px 30px;
  display: block;
  cursor: pointer;
  background-color: #46464713;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #3e9fb6;
  padding-right: 60px;
  z-index: 2;
}
@media (max-width: 900px) {
  .panel-title {
    line-height: 25px;
  }
}
.panel-content {
  font-size: 21px;
  font-family: "Quicksand", sans-serif;
  height: 0;
  overflow: hidden;
  z-index: 1;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  line-height: 23px;
  margin-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .panel-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.panel:checked ~ .panel-content {
  height: auto;
  opacity: 1;
  padding-top: 40px;
  margin-top: -40px;
}
.plus {
  position: absolute;
  position: absolute;
  font-family: monospace;
  top: 17px;
  right: 30px;
  z-index: 5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.panel:checked ~ .plus {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.panel-title:hover {
  background-color: #46464713;
}
.panel {
  display: none;
}
.gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.gallery li {
  width: 359px;
  height: 250px;
  padding: 10px;
}
.gallery a {
  width: 100%;
  height: 100%;
  display: block;
}
.gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.post-list {
  width: 70%;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.post-list .date {
  font-weight: 700;
  font-family: "Quicksand", sans-serif;
  margin-top: 10px;
}
.post-list__article {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.post-list__img {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.post-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.post-list__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.post-list__category a {
  margin-right: 10px;
  display: block;
}
.post-list .p {
  margin-bottom: 20px;
}
.sidebar {
  width: 30%;
  padding: 30px;
  background-color: #46464713;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom-right-radius: 60px;
  border-top-left-radius: 60px;
  overflow: hidden;
}
.sidebar .sidebar__archives-posts li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}
.sidebar .sidebar__archives-posts li a {
  margin-bottom: 0;
}
.sidebar div {
  margin-bottom: 20px;
}
.sidebar div h2 {
  margin-bottom: 10px;
  font-family: "Quicksand", sans-serif;
  font-size: 22px;
  font-weight: 700;
}
.sidebar div a {
  margin-bottom: 10px;
  display: block;
  padding-left: 10px;
}
.sidebar div:last-of-type {
  margin-bottom: 0;
}
.search-form {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.search-form input[type="search"] {
  margin-top: 0;
}
.search-form span {
  display: none;
}
.search-form [type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 7px 10px;
  color: #fff;
  background-color: #464647;
  position: relative;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.contact-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-page__form {
  width: 70%;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.contact-page__infos {
  width: 30%;
  padding: 30px;
  background-color: #46464713;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom-right-radius: 60px;
  border-top-left-radius: 60px;
}
.contact-page__infos img {
  width: 100%;
  margin-bottom: 20px;
}
.contact-page__ligne {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 22px;
}
.contact-page__ligne i {
  color: #c23487;
  font-size: 20px;
  margin-right: 10px;
}
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,
form select {
  border: 1px solid;
  border-radius: 5px;
  width: 100%;
  background-color: white;
  padding: 10px;
  margin-top: 1em;
}
.mentions-legales h1 {
  margin-bottom: 20px;
}
.mentions-legales h3 {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}
.mentions-legales p {
  margin-bottom: 6px;
}
@media (max-width: 900px) {
  .gallery {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .margin {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contact-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .contact-page__form {
    width: 100%;
    padding-right: 0;
  }
  .contact-page__infos {
    width: 100%;
  }
  .home-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-page .post-list {
    width: 100%;
    padding-right: 0;
  }
  .home-page .sidebar {
    width: 100%;
  }
}
.wpcf7-list-item {
  font-size: 15px;
  line-height: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
}
.mentions {
  font-size: 15px;
  line-height: 20px;
  margin-left: 0;
}
/*# sourceMappingURL=style.css.map */

body .list-forma__item .btn:hover {
  background-color: #3e9fb6 !important;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.535);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  display: none;
}

.popup__video {
  padding: 40px;
  background-color: white;
  border-radius: 10px;
  position: relative;
  width: 700px;
  aspect-ratio: 6 / 4;
  max-width: 100%;
}

.popup__video iframe {
  width: 100%;
  height: 100%;
}

.popup-active {
  display: flex !important;
}

.popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
}

.je-suis-un-apprenant .btn {
  background-color: #edbe00 !important;
}

.je-suis-un-apprenant .btn:hover {
  background-color: #3e9fb6 !important;
}

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

.page-template-template-formations .list-forma__item .btn:hover {
  background-color: #edbe00 !important;
}

.pagination a {
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  display: block;
  margin-right: 10px;
  font-weight: 100;
}

.pagination .active-pagination {
  font-weight: 700;
}

@media (min-width: 700px) and (max-width: 900px) {
  .top-formation__sidebar {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .top-formation__sidebar .p {
    width: 100%;
  }
  .top-formation__centre {
    width: auto;
  }
}
