@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap");
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-BoldItalic.eot");
  src: url("../fonts/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/Roboto-BoldItalic.woff") format("woff"), url("../fonts/Roboto-BoldItalic.ttf") format("truetype"), url("../fonts/Roboto-BoldItalic.svg#Roboto-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("../fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBMPlexSans-Bold.eot");
  src: url("../fonts/IBMPlexSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/IBMPlexSans-Bold.woff2") format("woff2"), url("../fonts/IBMPlexSans-Bold.woff") format("woff"), url("../fonts/IBMPlexSans-Bold.ttf") format("truetype"), url("../fonts/IBMPlexSans-Bold.svg#IBMPlexSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Italic.eot");
  src: url("../fonts/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Italic.woff2") format("woff2"), url("../fonts/Roboto-Italic.woff") format("woff"), url("../fonts/Roboto-Italic.ttf") format("truetype"), url("../fonts/Roboto-Italic.svg#Roboto-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBMPlexSans-BoldItalic.eot");
  src: url("../fonts/IBMPlexSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/IBMPlexSans-BoldItalic.woff2") format("woff2"), url("../fonts/IBMPlexSans-BoldItalic.woff") format("woff"), url("../fonts/IBMPlexSans-BoldItalic.ttf") format("truetype"), url("../fonts/IBMPlexSans-BoldItalic.svg#IBMPlexSans-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBMPlexSans.eot");
  src: url("../fonts/IBMPlexSans.eot?#iefix") format("embedded-opentype"), url("../fonts/IBMPlexSans.woff2") format("woff2"), url("../fonts/IBMPlexSans.woff") format("woff"), url("../fonts/IBMPlexSans.ttf") format("truetype"), url("../fonts/IBMPlexSans.svg#IBMPlexSans") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"), url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("../fonts/IBMPlexSans-Medium.eot");
  src: url("../fonts/IBMPlexSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/IBMPlexSans-Medium.woff2") format("woff2"), url("../fonts/IBMPlexSans-Medium.woff") format("woff"), url("../fonts/IBMPlexSans-Medium.ttf") format("truetype"), url("../fonts/IBMPlexSans-Medium.svg#IBMPlexSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Harmony";
  src: url("../fonts/Harmony-Regular.eot");
  src: url("../fonts/Harmony-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Harmony-Regular.woff2") format("woff2"), url("../fonts/Harmony-Regular.woff") format("woff"), url("../fonts/Harmony-Regular.ttf") format("truetype"), url("../fonts/Harmony-Regular.svg#Harmony-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.text-center {
  text-align: center;
}

.d-flex {
  display: flex;
}

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

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.container-image {
  position: relative;
}

.ratio-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.black-overlay {
  background-color: #1d1c19;
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}

.rot-90 {
  transform: rotate(90deg);
}

.rot-180 {
  transform: rotate(180deg);
}

.rot-270 {
  transform: rotate(270deg);
}

.of-contain {
  object-fit: contain;
}

.treize-link {
  color: white;
}
.treize-link span {
  font-weight: bold;
}

.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a,
.main-cta,
.site-trousse .header-trousse .overlay a,
.site-trousse .header-trousse__menu .menu li > a,
input[type=submit] {
  text-decoration: none;
  display: inline-flex;
  transition: 0.3s;
  color: white;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #ef4b4f;
  padding: 15px 40px;
  border: 0;
  border-radius: 4rem;
  font-size: 16px;
}
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a:hover,
.main-cta:hover,
.site-trousse .header-trousse .overlay a:hover,
.site-trousse .header-trousse__menu .menu li > a:hover,
input[type=submit]:hover {
  cursor: pointer;
  background-color: #c31116;
}
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a.yellow,
.main-cta.yellow,
.site-trousse .header-trousse .overlay a.yellow,
.site-trousse .header-trousse__menu .menu li > a.yellow,
input[type=submit].yellow {
  background-color: #fbb53b;
}
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a.yellow:hover,
.main-cta.yellow:hover,
.site-trousse .header-trousse .overlay a.yellow:hover,
.site-trousse .header-trousse__menu .menu li > a.yellow:hover,
input[type=submit].yellow:hover {
  background-color: #cc8304;
}
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a.white,
.main-cta.white,
.site-trousse .header-trousse .overlay a.white,
.site-trousse .header-trousse__menu .menu li > a.white,
input[type=submit].white {
  color: #ef4b4f;
  background-color: transparent;
  border: 1px solid #ef4b4f;
}
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a.white:hover,
.main-cta.white:hover,
.site-trousse .header-trousse .overlay a.white:hover,
.site-trousse .header-trousse__menu .menu li > a.white:hover,
input[type=submit].white:hover {
  color: white;
  background-color: #ef4b4f;
}

.custom-acelf-html li {
  margin-left: 18px !important;
  list-style: circle !important;
}
.custom-acelf-html ul {
  margin-bottom: 16px !important;
}

#main #form a:not(.main-cta) {
  color: #45ae60;
  transition: 0.3s;
}
#main #form a:not(.main-cta):hover {
  opacity: 0.6;
}
#main .container-form-treize {
  width: 100%;
}
#main .container-form-treize .gform_body {
  margin-bottom: -30px;
  margin-left: -30px;
  width: calc(100% + 30px);
}
#main .container-form-treize .gform_body .gfield {
  margin: 0 0px 30px 30px !important;
  width: calc(50% - 30px);
  padding-right: 0;
}
#main .container-form-treize .gform_body .gfield.w-100 {
  width: calc(100% - 30px);
}
#main .container-form-treize .gform_body .add-item-section {
  margin-left: 30px;
}
#main .container-form-treize .gform_body .add-item-section p {
  margin-left: 25px;
  display: inline-flex;
  font-size: 16px;
  margin-top: 0;
}
#main .container-form-treize .gform_fields {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}
#main .container-form-treize .gform_fields.confirmation .gfield {
  width: 100%;
  margin: 0;
}
#main .container-form-treize .gform_fields.deletable .cta-cancel-x {
  position: absolute;
  top: 13px;
  right: -68px;
}
#main .container-form-treize .gfield,
#main .container-form-treize .login-username,
#main .container-form-treize .login-password {
  flex-shrink: 0;
}
#main .container-form-treize .gfield ul,
#main .container-form-treize .login-username ul,
#main .container-form-treize .login-password ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#main .container-form-treize .gfield select,
#main .container-form-treize .gfield input[type=text],
#main .container-form-treize .gfield input[type=password],
#main .container-form-treize .gfield textarea,
#main .container-form-treize .login-username select,
#main .container-form-treize .login-username input[type=text],
#main .container-form-treize .login-username input[type=password],
#main .container-form-treize .login-username textarea,
#main .container-form-treize .login-password select,
#main .container-form-treize .login-password input[type=text],
#main .container-form-treize .login-password input[type=password],
#main .container-form-treize .login-password textarea {
  width: 100%;
  color: #515c64;
  font-family: "IBM Plex Sans", sans-serif;
  border: 1px solid #45ae60;
  padding: 18px 13px;
  font-size: 18px;
  line-height: 1.4;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  transition: 0.3s;
}
#main .container-form-treize .gfield select:focus,
#main .container-form-treize .gfield input[type=text]:focus,
#main .container-form-treize .gfield input[type=password]:focus,
#main .container-form-treize .gfield textarea:focus,
#main .container-form-treize .login-username select:focus,
#main .container-form-treize .login-username input[type=text]:focus,
#main .container-form-treize .login-username input[type=password]:focus,
#main .container-form-treize .login-username textarea:focus,
#main .container-form-treize .login-password select:focus,
#main .container-form-treize .login-password input[type=text]:focus,
#main .container-form-treize .login-password input[type=password]:focus,
#main .container-form-treize .login-password textarea:focus {
  outline: none;
  border-color: #45ae60;
}
#main .container-form-treize .gfield input[type=text],
#main .container-form-treize .gfield input[type=password],
#main .container-form-treize .gfield textarea,
#main .container-form-treize .login-username input[type=text],
#main .container-form-treize .login-username input[type=password],
#main .container-form-treize .login-username textarea,
#main .container-form-treize .login-password input[type=text],
#main .container-form-treize .login-password input[type=password],
#main .container-form-treize .login-password textarea {
  background-color: white;
}
#main .container-form-treize .gfield.input-search,
#main .container-form-treize .login-username.input-search,
#main .container-form-treize .login-password.input-search {
  position: relative;
  z-index: 3;
}
#main .container-form-treize .gfield.input-search .fake-container-list,
#main .container-form-treize .login-username.input-search .fake-container-list,
#main .container-form-treize .login-password.input-search .fake-container-list {
  padding: 5px;
  border: 1px solid #45ae60;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  z-index: 3;
  background-color: white;
  visibility: hidden;
  opacity: 0;
}
#main .container-form-treize .gfield.input-search.focus .fake-container-list,
#main .container-form-treize .login-username.input-search.focus .fake-container-list,
#main .container-form-treize .login-password.input-search.focus .fake-container-list {
  visibility: visible;
  opacity: 1;
}
#main .container-form-treize .gfield.input-search .hidden-selectable-list,
#main .container-form-treize .login-username.input-search .hidden-selectable-list,
#main .container-form-treize .login-password.input-search .hidden-selectable-list {
  transition: 0.3s;
  font-size: 18px;
  line-height: 1.4;
  height: 196px;
  overflow-y: auto;
}
#main .container-form-treize .gfield.input-search .hidden-selectable-list .option,
#main .container-form-treize .login-username.input-search .hidden-selectable-list .option,
#main .container-form-treize .login-password.input-search .hidden-selectable-list .option {
  border-bottom: 1px solid #45ae60;
  padding: 18px 0;
  margin: 0 13px;
}
#main .container-form-treize .gfield.input-search .hidden-selectable-list .option:last-child,
#main .container-form-treize .login-username.input-search .hidden-selectable-list .option:last-child,
#main .container-form-treize .login-password.input-search .hidden-selectable-list .option:last-child {
  border: 0;
}
#main .container-form-treize .gfield.active .ginput_container_select label,
#main .container-form-treize .gfield.active .ginput_container_text label, #main .container-form-treize .gfield.active.login-username label, #main .container-form-treize .gfield.active.login-password label,
#main .container-form-treize .login-username.active .ginput_container_select label,
#main .container-form-treize .login-username.active .ginput_container_text label,
#main .container-form-treize .login-username.active.login-username label,
#main .container-form-treize .login-username.active.login-password label,
#main .container-form-treize .login-password.active .ginput_container_select label,
#main .container-form-treize .login-password.active .ginput_container_text label,
#main .container-form-treize .login-password.active.login-username label,
#main .container-form-treize .login-password.active.login-password label {
  top: -7px;
  left: 8px;
  z-index: 2;
  font-size: 13px;
  padding: 0 5px;
}
#main .container-form-treize .gfield.active .ginput_container_select label:after,
#main .container-form-treize .gfield.active .ginput_container_text label:after, #main .container-form-treize .gfield.active.login-username label:after, #main .container-form-treize .gfield.active.login-password label:after,
#main .container-form-treize .login-username.active .ginput_container_select label:after,
#main .container-form-treize .login-username.active .ginput_container_text label:after,
#main .container-form-treize .login-username.active.login-username label:after,
#main .container-form-treize .login-username.active.login-password label:after,
#main .container-form-treize .login-password.active .ginput_container_select label:after,
#main .container-form-treize .login-password.active .ginput_container_text label:after,
#main .container-form-treize .login-password.active.login-username label:after,
#main .container-form-treize .login-password.active.login-password label:after {
  width: 100%;
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background-color: white;
  height: 1px;
  z-index: -1;
}
#main .container-form-treize .gfield.focus .ginput_container_select label,
#main .container-form-treize .gfield.focus .ginput_container_text label,
#main .container-form-treize .gfield.focus label,
#main .container-form-treize .login-username.focus .ginput_container_select label,
#main .container-form-treize .login-username.focus .ginput_container_text label,
#main .container-form-treize .login-username.focus label,
#main .container-form-treize .login-password.focus .ginput_container_select label,
#main .container-form-treize .login-password.focus .ginput_container_text label,
#main .container-form-treize .login-password.focus label {
  color: #45ae60;
}
#main .container-form-treize .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
}
#main .container-form-treize .gfield_checkbox li {
  display: inline-flex;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  margin-right: 15px;
  max-width: 100%;
}
#main .container-form-treize .gfield_checkbox li label {
  padding-left: 25px;
  transition: 0.3s;
  font-size: 14px;
}
#main .container-form-treize .gfield_checkbox li label:before {
  position: absolute;
  content: "";
  left: 5px;
  top: 5px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  display: none;
}
#main .container-form-treize .gfield_checkbox li label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0px;
  height: 15px;
  width: 15px;
  background-color: transparent;
}
#main .container-form-treize .gfield_checkbox li label:hover {
  color: #45ae60;
  cursor: pointer;
}
#main .container-form-treize .gfield_checkbox li label:hover:after {
  border: 1px solid #45ae60;
}
#main .container-form-treize .gfield_checkbox li input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#main .container-form-treize .gfield_checkbox li input:checked ~ label::before {
  display: block;
}
#main .container-form-treize .gfield_checkbox li input:checked ~ label::after {
  background-color: #45ae60;
  border: 1px solid #45ae60;
}
#main .container-form-treize .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#main .container-form-treize .gfield_radio li {
  display: inline-flex;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  margin-right: 15px;
}
#main .container-form-treize .gfield_radio li label {
  padding-left: 25px;
  transition: 0.3s;
}
#main .container-form-treize .gfield_radio li label:before {
  position: absolute;
  content: "";
  left: 3px;
  top: 8px;
  width: 9px;
  height: 9px;
  background-color: #45ae60;
  z-index: 1;
  display: none;
  border-radius: 50%;
}
#main .container-form-treize .gfield_radio li label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border-radius: 50%;
}
#main .container-form-treize .gfield_radio li label:hover {
  color: #45ae60;
  cursor: pointer;
}
#main .container-form-treize .gfield_radio li label:hover:after {
  border: 1px solid #45ae60;
}
#main .container-form-treize .gfield_radio li input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#main .container-form-treize .gfield_radio li input:checked ~ label::before {
  display: block;
}
#main .container-form-treize .gfield_radio li input:checked ~ label::after {
  border: 1px solid #45ae60;
}
#main .container-form-treize .ginput_container_select,
#main .container-form-treize .ginput_container_text,
#main .container-form-treize .login-username,
#main .container-form-treize .login-password {
  position: relative;
  z-index: 1;
}
#main .container-form-treize .ginput_container_select label,
#main .container-form-treize .ginput_container_text label,
#main .container-form-treize .login-username label,
#main .container-form-treize .login-password label {
  font-size: 18px;
  transition: 0.3s;
  z-index: 1;
  text-align: left;
}
#main .container-form-treize .ginput_container_select:hover select,
#main .container-form-treize .ginput_container_select:hover input[type=text],
#main .container-form-treize .ginput_container_text:hover select,
#main .container-form-treize .ginput_container_text:hover input[type=text],
#main .container-form-treize .login-username:hover select,
#main .container-form-treize .login-username:hover input[type=text],
#main .container-form-treize .login-password:hover select,
#main .container-form-treize .login-password:hover input[type=text] {
  border-color: #45ae60;
  cursor: pointer;
}
#main .container-form-treize .ginput_container_select.disabled select,
#main .container-form-treize .ginput_container_select.disabled input[type=text],
#main .container-form-treize .ginput_container_text.disabled select,
#main .container-form-treize .ginput_container_text.disabled input[type=text],
#main .container-form-treize .login-username.disabled select,
#main .container-form-treize .login-username.disabled input[type=text],
#main .container-form-treize .login-password.disabled select,
#main .container-form-treize .login-password.disabled input[type=text] {
  border-color: #45ae60;
}
#main .container-form-treize .ginput_container_select.disabled:hover select,
#main .container-form-treize .ginput_container_select.disabled:hover input[type=text],
#main .container-form-treize .ginput_container_text.disabled:hover select,
#main .container-form-treize .ginput_container_text.disabled:hover input[type=text],
#main .container-form-treize .login-username.disabled:hover select,
#main .container-form-treize .login-username.disabled:hover input[type=text],
#main .container-form-treize .login-password.disabled:hover select,
#main .container-form-treize .login-password.disabled:hover input[type=text] {
  cursor: default;
}
#main .container-form-treize .ginput_container_select:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  background-color: white;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#main .container-form-treize .ginput_container_select:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 33px;
  z-index: -1;
  border-left: 1px solid #45ae60;
  transition: 0.3s;
  background: url("../assets/images/angle-blue-down.svg") no-repeat center center;
}
#main .container-form-treize .ginput_container_select:hover:after {
  border-left: 1px solid #45ae60;
}
#main .container-form-treize .ginput_container_select.disabled:after {
  border-left: 1px solid #45ae60;
  background: url("../assets/images/angle-gray-down.svg") no-repeat center center;
}
#main .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#main .ginput_container input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#main .woocommerce form .form-row input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
#main .woocommerce form .form-row input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 10px;
}
#main .gform_legacy_markup_wrapper .top_label div.ginput_container,
#main .ginput_container .top_label div.ginput_container,
#main .woocommerce form .form-row .top_label div.ginput_container,
#main .woocommerce form .form-row .top_label div.ginput_container {
  margin-top: 0 !important;
}
#main .gform_legacy_markup_wrapper.gf_browser_chrome select,
#main .ginput_container.gf_browser_chrome select,
#main .woocommerce form .form-row.gf_browser_chrome select,
#main .woocommerce form .form-row.gf_browser_chrome select {
  padding: 10px;
}
#main .gform_legacy_markup_wrapper ul li.gfield,
#main .ginput_container ul li.gfield,
#main .woocommerce form .form-row ul li.gfield,
#main .woocommerce form .form-row ul li.gfield {
  margin-top: 24px;
}
#main .gform_legacy_markup_wrapper input,
#main .gform_legacy_markup_wrapper input.input-text,
#main .gform_legacy_markup_wrapper textarea,
#main .ginput_container input,
#main .ginput_container input.input-text,
#main .ginput_container textarea,
#main .woocommerce form .form-row input,
#main .woocommerce form .form-row input.input-text,
#main .woocommerce form .form-row textarea,
#main .woocommerce form .form-row input,
#main .woocommerce form .form-row input.input-text,
#main .woocommerce form .form-row textarea {
  border-width: 1px;
  border-style: solid;
  border-color: #3c464d;
  font-family: "IBM Plex Sans", sans-serif;
}
#main .ginput_product_price,
#main .ginput_total {
  padding: 0 !important;
  border: none !important;
  color: black !important;
  font-weight: 500;
}
#main .gform_ajax_spinner {
  left: 24px;
  position: relative;
  transform: scale(1.5);
}

.first-payment-date {
  display: none;
}

.single_variation_wrap .quantity {
  display: none;
}

.woocommerce form .form-row .select2-container {
  font-size: 13px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: initial;
  margin-top: 30px;
}

.select2-container--default .select2-selection--single {
  border-color: #3c464d;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  padding: 10px;
}

.copy_values_option_container .copy_values_option_label {
  font-size: 15px;
}

.field_description_below {
  margin-top: 24px;
}

select {
  -webkit-appearance: none;
}

select {
  background-image: url("../svg/arrow-select.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
}

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

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
}

section {
  margin: 125px 0;
}
section.different-background {
  margin: 0;
  padding: 125px 0;
  background: #5b6770;
  color: white;
}
section.different-background h2 {
  color: white;
}
section.different-background.light {
  background: #ffffff;
  color: black;
}
section.different-background.light h2 {
  color: #4f5a62;
}

.section__module {
  margin: 125px 0;
}
.section__module:last-child {
  margin-bottom: 0;
}

.section-main-container {
  margin: 125px auto;
}

@media only screen and (max-width: 1024px) {
  .section-main-container {
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    padding: 0;
  }
  section {
    margin: 100px 32px;
  }
  section.different-background {
    margin: 0;
    padding: 100px 0;
  }
}
@media only screen and (max-width: 640px) {
  section {
    margin: 75px 20px;
  }
  section.different-background {
    margin: 0;
    padding: 75px 0;
  }
}
body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: #000000;
}

i.fab::before, i.fas::before {
  width: 20px;
  transform: translateY(2px);
  display: block;
}

i.fab.fa-facebook-f::before {
  width: 13px !important;
  content: url(../svg/facebook-f.svg);
}

i.fab.fa-youtube::before {
  content: url(../svg/youtube.svg);
}

i.fab.fa-x-twitter::before {
  content: url(../svg/x-twitter.svg);
}

i.fab.fa-linkedin-in::before {
  width: 16px !important;
  content: url(../svg/linkedin-in.svg);
}

i.fas.fa-envelope::before {
  content: url(../svg/envelope-solid.svg);
}

h1,
h2,
h3,
h4,
h5,
h6,
.looks-h1,
.looks-h2,
.looks-h3,
.looks-h4,
.looks-h5,
.looks-h6 {
  font-family: "IBM Plex Sans", sans-serif;
  margin: 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.looks-h1:first-child,
.looks-h2:first-child,
.looks-h3:first-child,
.looks-h4:first-child,
.looks-h5:first-child,
.looks-h6:first-child,
blockquote:first-child,
p:first-child,
ul li:first-child,
ul:first-child,
ol:first-child,
a:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.looks-h1:last-child,
.looks-h2:last-child,
.looks-h3:last-child,
.looks-h4:last-child,
.looks-h5:last-child,
.looks-h6:last-child,
blockquote:last-child,
p:last-child,
ul li:last-child,
ul:last-child,
ol:last-child,
a:last-child {
  margin-bottom: 0;
}

h1,
.looks-h1 {
  font-size: 40px;
  line-height: 1.125;
  color: #515c64;
}

h2,
.looks-h2 {
  color: #515c64;
  font-size: 30px;
  line-height: 1.1;
}

h3,
.looks-h3 {
  font-size: 23px;
  line-height: 1.3;
}

h4,
.looks-h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

p.small-text {
  font-size: 16px;
  max-width: 650px;
  margin-top: 48px;
  opacity: 0.8;
}

h1 + p {
  margin-top: 20px;
}

h2 + p {
  margin-top: 30px;
}

h3 + h4 {
  margin-top: 10px;
}

h4 + p {
  margin-top: 25px;
}

p + .main-cta, .site-trousse .header-trousse .overlay p + a, .site-trousse .header-trousse__menu .menu li > p + a {
  margin-top: 15px;
}

.main-cta + .main-cta, .site-trousse .header-trousse .overlay a + .main-cta, .site-trousse .header-trousse .overlay .main-cta + a, .site-trousse .header-trousse .overlay a + a, .site-trousse .header-trousse__menu .menu li > a + .main-cta, .site-trousse .header-trousse__menu .menu li > .main-cta + a, .site-trousse .header-trousse__menu .menu li > a + a {
  margin-top: 15px;
}

p + p {
  margin-top: 20px;
}

ul {
  margin-bottom: 20px;
}

em {
  font-style: italic;
}

hr {
  margin: 3em 0;
}

.article-container h1 + p,
.article-container h2 + p,
.article-container h3 + p,
.wysi h1 + p,
.wysi h2 + p,
.wysi h3 + p {
  margin-top: 20px;
}
.article-container ul,
.article-container ol,
.wysi ul,
.wysi ol {
  margin: 0px 40px;
}
.article-container h2 + ul,
.article-container h2 + ol,
.wysi h2 + ul,
.wysi h2 + ol {
  margin-top: 30px;
}
.article-container p + ol,
.article-container p + ul,
.wysi p + ol,
.wysi p + ul {
  margin-top: 30px;
}
.article-container ul,
.wysi ul {
  list-style: disc;
}
.article-container ol,
.wysi ol {
  list-style: decimal;
}
.article-container p img,
.wysi p img {
  max-width: 100%;
  height: auto;
}
.article-container p a:not(.main-cta),
.wysi p a:not(.main-cta) {
  color: #45ae60;
}
.article-container p a:not(.main-cta):hover,
.wysi p a:not(.main-cta):hover {
  opacity: 0.6;
}
.article-container em,
.wysi em {
  font-style: italic;
}
.article-container h2 a,
.wysi h2 a {
  color: #45ae60;
}
.article-container h2 a:hover,
.wysi h2 a:hover {
  opacity: 0.6;
}
.article-container a:not(.main-cta),
.wysi a:not(.main-cta) {
  color: #45ae60;
  transition: 0.3s;
}
.article-container a:not(.main-cta):hover,
.wysi a:not(.main-cta):hover {
  opacity: 0.6;
}

.article-wysi h2,
.article-wysi h3 {
  color: #5b6770;
}
.article-wysi ul li::marker,
.article-wysi ol li::marker {
  color: #ef4b4f;
}
.article-wysi blockquote {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 40px;
  background-color: white;
}
.article-wysi blockquote::before {
  content: "";
}
.article-wysi blockquote p {
  text-align: left;
  color: #5b6770;
  font-weight: 400;
  font-size: 18px;
  font-style: italic;
  font-family: "Roboto", sans-serif;
}

.content-wysi h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.content-wysi h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}

blockquote {
  margin: 100px 0;
}
blockquote p {
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  text-align: center;
  margin-top: 0;
  line-height: 1;
  font-weight: 600;
}
blockquote::before {
  content: "«";
  color: #fbb53b;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  display: block;
}

.centered {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.single-bap .content-wysi h2,
.single-bap .content-wysi h3 {
  font-weight: 500;
}

@media only screen and (max-width: 1440px) {
  blockquote {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  h1,
  .looks-h1 {
    font-size: 34px;
    line-height: 1.15;
  }
  h2,
  .looks-h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 800px) {
  .article-container ul li,
  .wysi ul li {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 16px;
  }
  h1,
  .looks-h1 {
    font-size: 34px;
  }
  h2,
  .looks-h2 {
    font-size: 26px;
  }
  p + p {
    margin-top: 30px;
  }
  blockquote p {
    padding-left: 20px;
  }
  .article-container ul,
  .article-container ol {
    padding: 60px 20px;
    margin: 60px -20px;
  }
  .article-container ul li,
  .wysi ul li {
    padding-left: 1.2em;
  }
}
.wrapper {
  margin: 0 auto;
  padding: 0 240px;
  max-width: 1800px;
}
.wrapper.small {
  padding: 0 330px;
}

@media only screen and (max-width: 1440px) {
  .wrapper {
    padding: 0 160px;
  }
  .wrapper.small {
    padding: 0 240px;
  }
}
@media only screen and (max-width: 1250px) {
  .wrapper {
    padding: 0 100px;
  }
  .wrapper.small {
    padding: 0 180px;
  }
}
@media only screen and (max-width: 1024px) {
  .wrapper {
    padding: 0 40px;
  }
  .wrapper.small {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 640px) {
  .wrapper {
    padding: 0 20px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: 100px;
}

.row:last-child {
  margin-bottom: 0;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col {
  flex-direction: column;
}

.col.reverse {
  flex-direction: column-reverse;
}

[class*=col-xxl] {
  flex: 0 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}

.col-xxl-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xxl-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xxl-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xxl-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xxl-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xxl-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xxl-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xxl-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xxl-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xxl-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xxl-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xxl-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xxl-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xxl-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xxl-offset-3 {
  margin-left: 25%;
}

.col-xxl-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xxl-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xxl-offset-6 {
  margin-left: 50%;
}

.col-xxl-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xxl-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xxl-offset-9 {
  margin-left: 75%;
}

.col-xxl-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xxl-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xxl-offset-12 {
  margin-left: 100%;
}

.col-xxl {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.start-xxl {
  justify-content: flex-start;
  text-align: start;
}

.center-xxl {
  justify-content: center;
  text-align: center;
}

.end-xxl {
  justify-content: flex-end;
  text-align: end;
}

.top-xxl {
  align-items: flex-start;
}

.middle-xxl {
  align-items: center;
}

.bottom-xxl {
  align-items: flex-end;
}

.around-xxl {
  justify-content: space-around;
}

.between-xxl {
  justify-content: space-between;
}

.first-xxl {
  order: -1;
}

.last-xxl {
  order: 1;
}

@media only screen and (max-width: 90rem) {
  [class*=col-xlg] {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-xlg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xlg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xlg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xlg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xlg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xlg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xlg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xlg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xlg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xlg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xlg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xlg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xlg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xlg-offset-12 {
    margin-left: 100%;
  }
  .col-xlg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-xlg {
    justify-content: flex-start;
    text-align: start;
  }
  .hidden-xlg {
    display: none;
  }
  .center-xlg {
    justify-content: center;
    text-align: center;
  }
  .end-xlg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-xlg {
    align-items: flex-start;
  }
  .middle-xlg {
    align-items: center;
  }
  .bottom-xlg {
    align-items: flex-end;
  }
  .around-xlg {
    justify-content: space-around;
  }
  .between-xlg {
    justify-content: space-between;
  }
  .first-xlg {
    order: -1;
  }
  .last-xlg {
    order: 1;
  }
}
@media only screen and (max-width: 78.125rem) {
  [class*=col-xmlg] {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-xmlg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xmlg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xmlg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xmlg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xmlg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xmlg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xmlg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xmlg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xmlg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xmlg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xmlg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xmlg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xmlg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xmlg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xmlg-offset-3 {
    margin-left: 25%;
  }
  .col-xmlg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xmlg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xmlg-offset-6 {
    margin-left: 50%;
  }
  .col-xmlg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xmlg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xmlg-offset-9 {
    margin-left: 75%;
  }
  .col-xmlg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xmlg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xmlg-offset-12 {
    margin-left: 100%;
  }
  .col-xmlg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-xmlg {
    justify-content: flex-start;
    text-align: start;
  }
  .hidden-xmlg {
    display: none;
  }
  .center-xmlg {
    justify-content: center;
    text-align: center;
  }
  .end-xmlg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-xmlg {
    align-items: flex-start;
  }
  .middle-xmlg {
    align-items: center;
  }
  .bottom-xmlg {
    align-items: flex-end;
  }
  .around-xmlg {
    justify-content: space-around;
  }
  .between-xmlg {
    justify-content: space-between;
  }
  .first-xmlg {
    order: -1;
  }
  .last-xmlg {
    order: 1;
  }
}
@media only screen and (max-width: 64rem) {
  [class*=col-lg] {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .hidden-lg {
    display: none;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media only screen and (max-width: 50rem) {
  [class*=col-md] {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .hidden-md {
    display: none;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (max-width: 40rem) {
  [class*=col-sm] {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .hidden-sm {
    display: none;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (max-width: 25rem) {
  [class*=col-xs] {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col-xs-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-xs {
    justify-content: flex-start;
    text-align: start;
  }
  .hidden-xs {
    display: none;
  }
  .center-xs {
    justify-content: center;
    text-align: center;
  }
  .end-xs {
    justify-content: flex-end;
    text-align: end;
  }
  .top-xs {
    align-items: flex-start;
  }
  .middle-xs {
    align-items: center;
  }
  .bottom-xs {
    align-items: flex-end;
  }
  .around-xs {
    justify-content: space-around;
  }
  .between-xs {
    justify-content: space-between;
  }
  .first-xs {
    order: -1;
  }
  .last-xs {
    order: 1;
  }
}
footer {
  background-color: #ef4b4f;
  color: white;
  padding: 0;
  overflow: hidden;
}
footer .infos {
  position: relative;
}
footer .infos::before {
  content: "";
  background-image: url("../svg/left-footer-color.svg");
  height: 100%;
  width: 530px;
  position: absolute;
  display: block;
  right: calc(100% + 40px);
  top: 0;
  background-repeat: no-repeat;
}
footer .infos::after {
  content: "";
  background-image: url("../svg/right-footer-color.svg");
  height: 100%;
  width: 580px;
  position: absolute;
  display: block;
  left: calc(100% + 40px);
  top: 0;
  background-repeat: no-repeat;
}
footer .infos {
  display: flex;
  justify-content: space-between;
  padding: 75px 0 50px;
}
footer .infos > div {
  width: 30%;
}
footer .infos h2 {
  font-size: 18px;
  margin-bottom: 20px;
  color: white;
  font-weight: bold;
}
footer .infos p {
  font-size: 16px;
}
footer .logo-container {
  display: inline-flex;
  margin-bottom: 30px;
}
footer .networks a {
  color: #ef4b4f;
  background-color: white;
  width: 46px;
  height: 46px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 4rem;
  transition: 0.3s;
}
footer .networks a:hover {
  opacity: 0.6;
}
footer .networks a + a {
  margin-left: 10px;
}
footer .networks a i {
  transform: translateY(1px);
}
footer .newsletter {
  margin-top: 40px;
}
footer .contact {
  display: grid;
  row-gap: 20px;
}
footer .contact h2 {
  margin-bottom: 0px;
}
footer .contact li:first-child a {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
footer .contact li + li {
  margin-top: 10px;
}
footer .contact li a {
  color: white;
  transition: 0.3s;
  font-size: 16px;
}
footer .contact li a:hover {
  opacity: 0.6;
}
footer .credits-wrapper {
  background: #5b6770;
}
footer .credits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .credits p {
  color: white;
  margin: 0;
  padding: 14px 0;
  font-size: 12px;
}
footer .credits p + p {
  margin-left: 21px;
}
footer .credits p + p::before {
  content: "|";
  position: relative;
  right: 10px;
}
footer .credits a {
  color: white;
  transition: 0.3s;
}
footer .credits a:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 1250px) {
  footer .infos {
    flex-wrap: wrap;
    padding: 50px 0;
  }
  footer .infos > div {
    width: 48%;
  }
  footer .infos > .desc {
    width: 100%;
    display: flex;
    margin-bottom: 50px;
  }
  footer .logo-container {
    margin-right: 50px;
    margin-bottom: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  footer .infos::before {
    right: calc(100% - 200px);
    transform: scaleY(-1);
    z-index: 0;
  }
  footer .infos::after {
    left: calc(100% - 40px);
    z-index: 0;
  }
  footer .infos > div,
  footer .infos > .desc {
    z-index: 1;
  }
}
@media only screen and (max-width: 800px) {
  footer .hide-decorations .infos:after {
    content: none;
  }
  footer .infos::before {
    transform: initial;
    bottom: 0;
    right: calc(100% - 10px);
    width: 90px;
    background-position: bottom;
  }
  footer .infos::after {
    left: calc(100% - 80px);
    width: 120px;
  }
  footer .infos > .desc {
    flex-direction: column;
  }
  footer .infos > div {
    width: 100%;
  }
  footer .infos .socials {
    order: 3;
    margin-top: 50px;
  }
  footer .logo-container {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  footer .logo-container .white {
    height: 60px;
  }
  footer .credits {
    padding-top: 14px;
  }
  footer .credits .date {
    order: 10;
    width: 100%;
    text-align: center;
  }
  footer .credits .date + p:before {
    content: none;
  }
  footer .credits p {
    padding-top: 0;
  }
  footer .credits p + p {
    margin-left: 12px;
    margin-right: 12px;
  }
  footer .credits p + p:before {
    content: none;
  }
}
@media only screen and (max-width: 640px) {
  footer .infos p {
    font-size: 14px;
  }
  footer .contact li a {
    font-size: 14px;
  }
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 4;
}
header .top-bar {
  display: flex;
  justify-content: flex-end;
  background: #ef4b4f;
  padding: 10px 240px;
}
header .top-bar .menu {
  display: flex;
  justify-content: flex-end;
}
header .top-bar .menu-item-has-children:hover > a {
  color: #fbb53b;
}
header .top-bar a {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  transition: 0.3s;
}
header .top-bar a[href^=http] {
  cursor: pointer;
}
header .top-bar a:hover {
  color: #fbb53b;
}
header .top-bar a:not([href^=http]) {
  cursor: default;
}
header .main-nav {
  padding: 20px 240px;
  background-color: white;
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
header .logo-container {
  display: flex;
}
header .logo-container img {
  height: 70px;
  transition: 0.3s;
}
header .logo-container .white {
  position: absolute;
  opacity: 0;
}
header .nav-link {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
header .nav-link .menu {
  display: flex;
}
header .nav-link .menu > li {
  position: relative;
}
header .nav-link .menu > li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #4f5a62;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
}
header .nav-link .menu > li > a[href^=http] {
  cursor: pointer;
}
header .nav-link .menu > li > a[href^=http]:hover {
  color: #ef4b4f;
}
header .nav-link .menu > li > a:not([href^=http]) {
  cursor: default;
}
header .nav-link .menu > li + li {
  margin-left: 28px;
}
header .nav-link .search {
  height: 20px;
  width: 20px;
  margin-left: 28px;
  cursor: pointer;
}
header .nav-link .search path {
  transition: 0.3s;
}
header .nav-link .search:hover path {
  opacity: 0.6;
}
header .nav-link .menu-item-has-children:hover > a {
  color: #ef4b4f;
}
header .nav-link .menu-item-has-children:hover .sub-menu {
  display: flex;
}
header .nav-link .sub-menu {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 20px;
  z-index: 10;
  min-width: 175px;
}
header .nav-link .sub-menu li {
  display: inline-flex;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  background: white;
}
header .nav-link .sub-menu li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
header .nav-link .sub-menu a {
  background: white;
  padding: 16px 20px;
  width: 100%;
  transition: 0.3s;
  color: #ef4b4f;
}
header .nav-link .sub-menu a[href^=http]:hover {
  color: white;
  background-color: #ef4b4f;
}
header.nav-up {
  top: -100%;
}
header .other-menu-options {
  margin-left: 40px;
}
header .other-menu-options ul {
  display: flex;
}
header .other-menu-options li + li {
  margin-left: 18px;
}
header .other-menu-options path {
  transition: 0.3s;
}
header .other-menu-options a:hover path {
  fill: #fbb53b;
}

.hamburger-menu-container {
  display: none;
}

.menu-menu-superieur-container {
  align-items: center;
}
.menu-menu-superieur-container a:hover {
  cursor: pointer;
}
.menu-menu-superieur-container .menu {
  display: flex;
}
.menu-menu-superieur-container .menu > li {
  position: relative;
}
.menu-menu-superieur-container .menu > li a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "IBM Plex Sans", sans-serif;
  color: white;
  font-size: 14px;
  transition: 0.3s;
}
.menu-menu-superieur-container .menu > li > a[href^=http]:hover {
  color: #fbb53b;
}
.menu-menu-superieur-container .menu > li + li {
  margin-left: 28px;
}
.menu-menu-superieur-container .search {
  height: 20px;
  width: 20px;
  margin-left: 28px;
  cursor: pointer;
}
.menu-menu-superieur-container .search path {
  transition: 0.3s;
}
.menu-menu-superieur-container .search:hover path {
  fill: #ef4b4f;
}
.menu-menu-superieur-container .menu-item-has-children:hover .sub-menu {
  display: flex;
}
.menu-menu-superieur-container .sub-menu {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 11px;
  min-width: 175px;
  z-index: 10;
}
.menu-menu-superieur-container .sub-menu li {
  display: inline-flex;
  width: 100%;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  background: white;
}
.menu-menu-superieur-container .sub-menu li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.menu-menu-superieur-container .sub-menu a {
  background: white;
  padding: 16px 20px;
  width: 100%;
  transition: 0.3s;
  color: #4f5a62 !important;
  font-weight: 500 !important;
}
.menu-menu-superieur-container .sub-menu a:hover {
  color: white !important;
  background-color: #ef4b4f;
  font-weight: 500 !important;
}

@media only screen and (max-width: 1440px) {
  header .top-bar {
    padding: 10px 160px;
  }
  header .main-nav {
    padding: 20px 160px;
  }
}
@media only screen and (max-width: 1250px) {
  header .top-bar {
    padding: 10px 100px;
  }
  header .main-nav {
    padding: 15px 100px;
  }
}
@media only screen and (max-width: 1024px) {
  header .top-bar {
    padding: 10px 40px;
  }
  header .main-nav {
    padding: 15px 40px;
  }
}
@media only screen and (max-width: 640px) {
  header .top-bar {
    padding: 10px 20px;
  }
  header .main-nav {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .menu-opened .hamburger-menu-container .hamburger-menu .line {
    background: white;
  }
  .menu-opened .hamburger-menu-container .hamburger-menu .line:nth-child(1) {
    transform: rotate(45deg);
    left: 5px;
    top: -1px;
  }
  .menu-opened .hamburger-menu-container .hamburger-menu .line:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  .menu-opened .hamburger-menu-container .hamburger-menu .line:nth-child(3) {
    transform: rotate(-45deg);
    left: 5px;
    bottom: -1px;
  }
  .menu-opened header .nav-link .search path {
    fill: white;
  }
  .menu-opened header .logo-container .colored {
    opacity: 0;
  }
  .menu-opened header .logo-container .white {
    opacity: 1;
  }
  .hamburger-menu-container {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
  }
  .hamburger-menu-container .hamburger-menu {
    display: inline;
    width: 30px;
    height: 21px;
    position: relative;
    transition: 0.5s ease-in-out;
  }
  .hamburger-menu-container .hamburger-menu .line {
    width: 100%;
    height: 2px;
    background: #4f5a62;
    transform: rotate(0deg);
    transform-origin: left center;
    transition: 0.25s ease-in-out;
    position: absolute;
    left: 0;
  }
  .hamburger-menu-container .hamburger-menu .line:nth-child(1) {
    top: 0;
  }
  .hamburger-menu-container .hamburger-menu .line:nth-child(2) {
    top: 9.5px;
  }
  .hamburger-menu-container .hamburger-menu .line:nth-child(3) {
    bottom: 0;
  }
  .hamburger-menu-container,
  .logo-container,
  .nav-link {
    z-index: 3;
  }
  header .top-bar {
    display: none;
  }
  header .main-nav {
    align-items: center;
  }
  header .nav-link {
    margin-top: 0;
  }
  header .nav-link .menu {
    display: none;
  }
  header .logo-container img {
    height: 50px;
  }
}
.menu-opened .overlay {
  transform: translateX(0);
}

.overlay {
  box-sizing: border-box;
  position: absolute;
  padding: 0 40px;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 80px);
  background: #ef4b4f;
  transform: translateX(-100%);
  transition: transform 0.48s;
  will-change: transform;
  overflow-y: scroll;
}
.overlay #menu-menu-principal-mobile {
  margin-top: 24px;
}
.overlay #menu-menu-principal-mobile li + li {
  margin-top: 20px;
}
.overlay #menu-menu-principal-mobile li.menu-item-has-children > a::after {
  content: "+";
  color: #fbb53b;
  font-size: 28px;
  font-weight: 600;
  margin-left: 20px;
}
.overlay #menu-menu-principal-mobile li.menu-item-has-children .sub-menu {
  display: block;
  position: relative;
  height: 0px;
  overflow: hidden;
  transition: 0.3s;
  padding-left: 30px;
}
.overlay #menu-menu-principal-mobile li.menu-item-has-children .sub-menu a {
  font-size: 22px;
}
.overlay #menu-menu-principal-mobile li.menu-item-has-children.sub-menu-opened > a:after {
  content: "–";
}
.overlay #menu-menu-principal-mobile a {
  font-size: 28px;
  font-weight: 600;
  color: white;
}
.overlay #menu-sous-menu-mobile {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 32px 0;
}
.overlay #menu-sous-menu-mobile li {
  margin-bottom: 15px;
  margin-right: 16px;
}
.overlay #menu-sous-menu-mobile li:last-child a {
  color: #fbb53b;
}
.overlay #menu-sous-menu-mobile a {
  color: white;
}
.overlay .shop-nav {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 72px;
}
.overlay .shop-nav .main-cta, .site-trousse .header-trousse .overlay .shop-nav a, .overlay .shop-nav .site-trousse .header-trousse__menu .menu li > a, .site-trousse .header-trousse__menu .menu .overlay .shop-nav li > a {
  width: 64px;
  padding: 0;
  display: flex;
  height: 64px;
  align-items: center;
  justify-content: center;
}
.overlay .shop-nav .main-cta + .main-cta, .site-trousse .header-trousse .overlay .shop-nav a + .main-cta, .site-trousse .header-trousse .overlay .shop-nav .main-cta + a, .site-trousse .header-trousse .overlay .shop-nav a + a, .overlay .shop-nav .site-trousse .header-trousse__menu .menu li > a + .main-cta, .site-trousse .header-trousse__menu .menu .overlay .shop-nav li > a + .main-cta, .overlay .shop-nav .site-trousse .header-trousse__menu .menu li > .main-cta + a, .site-trousse .header-trousse__menu .menu .overlay .shop-nav li > .main-cta + a, .overlay .shop-nav .site-trousse .header-trousse__menu .menu li > a + a, .site-trousse .header-trousse__menu .menu .overlay .shop-nav li > a + a {
  margin-top: 0;
  margin-left: 16px;
}

@media screen and (max-width: 1024px) {
  .overlay {
    top: 80px;
  }
  .overlay .shop-nav {
    align-items: flex-start;
  }
  body.menu-opened header .main-nav {
    background: #ef4b4f;
  }
}
@media screen and (max-width: 640px) {
  .overlay {
    padding: 0 24px;
  }
}
.sidebar-page-content {
  display: flex;
  padding: 0 200px;
  margin-top: 125px;
}
.sidebar-page-content .glued-to-previous {
  margin-top: -110px;
}
.sidebar-page-content section {
  margin-left: 0;
  margin-right: 0;
}
.sidebar-page-content section:first-child {
  margin-top: 0;
}
.sidebar-page-content section:last-child {
  margin-bottom: 0;
}

.desktop-sidebar {
  display: flex;
  position: sticky;
  flex-direction: column;
  flex: 0 0 auto;
  width: 330px;
  top: -1px;
  padding-top: 33px;
  align-self: flex-start;
  margin-top: -32px;
  margin-right: 32px;
  margin-bottom: 32px;
}
.nav-down .desktop-sidebar.is-pinned {
  padding-top: var(--header-h);
}
.desktop-sidebar ul {
  position: sticky;
  background: #f0f0f0;
  padding: 28px;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
.desktop-sidebar ul li {
  position: relative;
}
.desktop-sidebar ul a {
  display: flex;
  align-items: center;
  color: #333333;
  transition: 0.3s;
  padding-right: 24px;
}
.desktop-sidebar ul a::before {
  position: absolute;
  left: 0;
  transition: 0.3s;
  content: "";
  display: block;
  width: 0px;
  height: 1px;
  background: #45ae60;
}
.desktop-sidebar ul a:hover, .desktop-sidebar ul a.active {
  padding-left: 24px;
  padding-right: 0;
}
.desktop-sidebar ul a:hover::before, .desktop-sidebar ul a.active::before {
  width: 16px;
}
.desktop-sidebar li + li {
  margin-top: 20px;
}
.desktop-sidebar .main-cta, .desktop-sidebar .site-trousse .header-trousse .overlay a, .site-trousse .header-trousse .overlay .desktop-sidebar a, .desktop-sidebar .site-trousse .header-trousse__menu .menu li > a, .site-trousse .header-trousse__menu .menu .desktop-sidebar li > a {
  display: inline-block;
  text-align: center;
}

.anchor-section-intro {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 64px;
}
.anchor-section-intro:not(.has-image) {
  max-width: 640px;
  margin-bottom: 32px;
}
.anchor-section-intro .container-image {
  flex: 0 0 auto;
  width: min(49%, 400px);
  margin-right: 32px;
  aspect-ratio: 400/239;
}
.anchor-section-intro .description {
  margin-top: 16px;
}
.anchor-section-intro .main-cta, .anchor-section-intro .site-trousse .header-trousse .overlay a, .site-trousse .header-trousse .overlay .anchor-section-intro a, .anchor-section-intro .site-trousse .header-trousse__menu .menu li > a, .site-trousse .header-trousse__menu .menu .anchor-section-intro li > a {
  margin-top: 32px;
}

.sidebar-anchor {
  top: calc(var(--header-h) * -1);
  position: absolute;
}

@media only screen and (max-width: 1440px) {
  .sidebar-page-content {
    padding: 0 120px;
  }
  .desktop-sidebar {
    width: 270px;
  }
}
@media only screen and (max-width: 1280px) {
  .sidebar-page-content {
    padding: 0 60px;
  }
  .desktop-sidebar {
    width: 240px;
  }
}
@media only screen and (max-width: 1024px) {
  .sidebar-page-content {
    padding: 0 40px;
  }
  .sidebar-page-content .glued-to-previous {
    margin-top: -50px;
  }
  .desktop-sidebar {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  .anchor-section-intro {
    flex-direction: column;
    align-items: flex-start;
  }
  .anchor-section-intro .container-image {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 640px) {
  .sidebar-page-content {
    padding: 0 20px;
  }
  .anchor-section-intro {
    flex-direction: column;
    align-items: flex-start;
  }
  .anchor-section-intro .container-image {
    margin-bottom: 24px;
    width: 65%;
  }
}
.contenu-photo.reverse .row {
  flex-direction: row-reverse;
}
.contenu-photo h2 {
  color: #4f5a62;
  margin-bottom: 32px;
}
.contenu-photo .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.contenu-photo .container-image {
  position: relative;
  padding-bottom: 76%;
}
.contenu-photo-alternate .container {
  display: flex;
}
.contenu-photo-alternate .container .content h2 {
  color: white;
}
.contenu-photo-alternate .content {
  position: relative;
  width: 40%;
  max-width: 400px;
  padding: 100px;
  color: white;
  background: #ef4b4f;
}
.contenu-photo-alternate .side-image {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f7f9;
  width: 60%;
}
.contenu-photo-alternate .side-image .container-image {
  width: 60%;
  padding-bottom: 17%;
}
.contenu-photo .main-cta, .contenu-photo .site-trousse .header-trousse .overlay a, .site-trousse .header-trousse .overlay .contenu-photo a, .contenu-photo .site-trousse .header-trousse__menu .menu li > a, .site-trousse .header-trousse__menu .menu .contenu-photo li > a {
  margin-top: 15px;
}

@media only screen and (max-width: 1250px) {
  .contenu-photo-alternate .container {
    flex-wrap: wrap;
  }
  .contenu-photo-alternate .content {
    width: 100%;
    max-width: initial;
  }
  .contenu-photo-alternate .side-image {
    width: 100%;
    padding: 100px 0;
  }
}
@media only screen and (max-width: 800px) {
  .contenu-photo .content {
    margin-bottom: 30px;
  }
  .contenu-photo-alternate .content {
    padding: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .contenu-photo-alternate .content {
    padding: 60px;
  }
}
#hero.main {
  position: relative;
}
#hero.main .container {
  position: relative;
  padding: 150px 0;
}
#hero.main .container::before {
  content: "";
  background-image: url("../svg/rounded-yellow.svg");
  background-position: bottom right;
  height: 100%;
  width: 530px;
  position: absolute;
  display: block;
  right: calc(100% + 40px);
  top: 0;
  background-repeat: no-repeat;
}
#hero.main .informations {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
}
#hero.main .text {
  max-width: 500px;
  margin-bottom: 30px;
}
#hero.main .two-spaces {
  grid-column: auto/span 2;
}
#hero.main .side-images-container {
  position: absolute;
  width: 40%;
  height: 0;
  padding-bottom: 27%;
  top: 0;
  right: 0;
}
#hero.main .container {
  min-height: 220px;
}
#hero.main .side-images {
  display: grid;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(3, 1fr);
}
#hero.main .side-images .image {
  position: relative;
}
#hero.main .side-images .image * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#hero.main .desktop-hidden {
  display: none;
}
#hero.third {
  margin: 125px 0 50px;
}

@media only screen and (max-width: 1250px) {
  #hero.main .informations {
    max-width: 420px;
  }
}
@media only screen and (max-width: 1024px) {
  #hero.main .container {
    padding: 100px 0;
  }
  #hero.main .container::before {
    background-size: contain;
    width: 140px;
    left: -40px;
    right: initial;
  }
  #hero.main .informations {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    align-items: center;
  }
  #hero.main .text {
    max-width: initial;
  }
  #hero.main .desktop-hidden {
    display: initial;
  }
  #hero.main .side-images-container {
    position: relative;
    width: 100%;
    padding-bottom: 40.6%;
  }
  #hero.main .side-images {
    grid-template-columns: repeat(5, 1fr);
  }
  #hero.third {
    margin: 100px 0 40px;
  }
}
@media only screen and (max-width: 640px) {
  #hero.main .container {
    padding: 70px 0;
  }
  #hero.main .container::before {
    width: 80px;
  }
  #hero.third {
    margin: 75px 0 40px;
  }
}
.hero-sidebar {
  position: relative;
  color: white;
  min-height: 450px;
  display: flex;
  align-items: center;
}
.hero-sidebar::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #45ae60;
  opacity: 0.9;
}
.hero-sidebar::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  height: 180px;
  background: url("../svg/sidebar-page-shape.svg") center center no-repeat;
  background-size: contain;
}
.hero-sidebar .image-bg {
  filter: grayscale(1);
  z-index: -1;
}
.hero-sidebar h1 {
  color: white;
}
.hero-sidebar .grid {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr;
  padding: 80px 0;
}
.hero-sidebar .logo-container {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.hero-sidebar .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: span 4/span 4;
  grid-column-start: 3;
  transform-origin: right;
}
.hero-sidebar .logo img {
  width: 100%;
}
.hero-sidebar .date {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  margin-top: 20px;
}
.hero-sidebar .buttons {
  margin-top: 24px;
}
.hero-sidebar .main-cta, .hero-sidebar .site-trousse .header-trousse .overlay a, .site-trousse .header-trousse .overlay .hero-sidebar a, .hero-sidebar .site-trousse .header-trousse__menu .menu li > a, .site-trousse .header-trousse__menu .menu .hero-sidebar li > a {
  line-height: 1;
  margin-top: 8px;
}
.hero-sidebar .left-btn {
  margin-right: 8px;
}
.hero-sidebar .wrapper {
  position: relative;
}

@media only screen and (max-width: 1440px) {
  .hero-sidebar::after {
    width: 140px;
    height: 140px;
  }
  .hero-sidebar .grid {
    grid-template-columns: 2fr 1fr;
  }
  .hero-sidebar .logo {
    grid-column: span 6/span 6;
    grid-column-start: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .hero-sidebar::after {
    width: 100px;
    height: 100px;
  }
  .hero-sidebar .grid {
    grid-template-columns: 1fr;
  }
  .hero-sidebar .content {
    order: 1;
  }
  .hero-sidebar .logo {
    max-width: 350px;
    margin-right: 32px;
  }
  .hero-sidebar .logo img {
    transform-origin: left;
  }
}
@media only screen and (max-width: 800px) {
  .hero-sidebar::after {
    width: 80px;
    height: 80px;
  }
}
.stats .title {
  margin-bottom: 40px;
  color: white;
}
.stats h1 {
  color: white;
}
.stats .row {
  margin-bottom: -30px;
}

.stat {
  text-align: center;
  margin-bottom: 30px;
}
.stat .number {
  display: block;
  font-size: 38px;
  font-weight: 600;
  color: #6abeea;
}

.faq-title {
  text-align: center;
  color: #515c64;
  max-width: 900px;
  margin: 0 auto 40px;
}

.accordeon {
  margin-bottom: 28px;
}
.accordeon .container .title {
  color: #515c64;
  font-size: 18px;
  font-family: "IBM Plex Sans", sans-serif;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.accordeon .container .title:hover {
  cursor: pointer;
}
.accordeon .container .title:hover .text {
  opacity: 0.7;
}
.accordeon .container .icon {
  transition: 0.3s;
  margin-right: 10px;
}
.accordeon .container .icon:before {
  transition: 0.3s;
  content: "+";
  color: white;
  height: 45px;
  width: 45px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background: #ef4b4f;
  border: 1px solid #ef4b4f;
  font-size: 18px;
  font-weight: 400;
}
.accordeon .container .text {
  flex: 1;
  width: 100%;
}
.accordeon .container .content {
  color: #515c64;
  font-family: "Roboto", sans-serif;
  padding: 32px;
  font-size: 18px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;
  display: none;
}
.accordeon .container .content:active {
  display: block;
}
.accordeon .container ol {
  list-style: decimal;
  margin-left: 25px;
}
.accordeon .container ul {
  list-style: circle;
  margin-left: 25px;
}
.accordeon .container.active .title {
  color: #ef4b4f;
}
.accordeon .container.active .icon {
  transition: 0.3s;
  margin-right: 10px;
}
.accordeon .container.active .icon:before {
  transition: 0.3s;
  content: " –";
  color: #ef4b4f;
  height: 45px;
  width: 45px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #ef4b4f;
  font-size: 18px;
  font-weight: 400;
}

.text-only.title-only {
  margin-bottom: -100px;
}
.text-only .left-align {
  margin: 0 !important;
}
.text-only .text-only-container {
  margin: 0 auto;
  align-content: center;
  max-width: 710px;
  display: flex;
  flex-direction: column;
  width: calc(100% - 30px);
}
.text-only .text-only-container .wysi + .wysi {
  margin-top: 30px;
}
.text-only h1 {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 28px;
  color: #515c64;
  margin-bottom: 15px;
  text-align: center;
}
.text-only .wysiwig {
  margin-bottom: 25px;
  text-align: center;
}
.text-only .btn-center {
  align-self: center;
}

@media only screen and (max-width: 1024px) {
  .text-only.title-only {
    margin-bottom: -80px;
  }
}
.presentation_module-container {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
  place-content: center;
}

.presentation-title {
  margin-bottom: 30px;
  color: #515c64;
}

.presentation-hover {
  cursor: default;
}

.ressources .cards-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
.ressources .cards-container .main-cta, .ressources .cards-container .site-trousse .header-trousse .overlay a, .site-trousse .header-trousse .overlay .ressources .cards-container a, .ressources .cards-container .site-trousse .header-trousse__menu .menu li > a, .site-trousse .header-trousse__menu .menu .ressources .cards-container li > a {
  align-self: flex-start;
}
.ressources .card-ressources {
  width: calc(50% - 40px);
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ressources .container-image {
  padding-bottom: 54%;
  height: 0;
  width: 80%;
  margin: 0 auto;
}
.ressources .content {
  margin: 25px 0 40px;
}

.resources-featured__title {
  margin-bottom: 48px;
}
.resources-featured__container {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
}
.resources-featured__container .archive-card {
  width: calc(25% - 30px) !important;
  margin-right: 0 !important;
}
.resources-featured__container .archive-card .container-image {
  height: 0;
}
.resources-featured__container .archive-card .container-image img {
  object-fit: contain !important;
}
.resources-featured__container .archive-card + .archive-card {
  margin-left: 40px;
}

@media only screen and (max-width: 1440px) {
  .resources-featured__container .archive-card {
    width: calc(33% - 26.666px) !important;
  }
  .resources-featured__container .archive-card:nth-child(4) {
    display: none;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1250px) {
  .ressources .card-ressources {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 800px) {
  .ressources .card-ressources {
    width: 100%;
  }
  .resources-featured__container .archive-card {
    width: calc(50% - 40px) !important;
  }
  .resources-featured__container .archive-card:nth-child(4) {
    display: block;
    margin-left: 40px;
  }
  .resources-featured__container .archive-card:nth-child(odd) {
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .resources-featured__container .archive-card {
    width: 100% !important;
    margin: 0 0 40px 0 !important;
  }
}
.bloc-photo .row {
  flex-direction: column;
}
.bloc-photo .image-container {
  display: flex;
  width: 100%;
}
.bloc-photo .image-container .left-image {
  margin-right: 30px;
}
.bloc-photo .image-container .right-image {
  margin-left: 30px;
}
.bloc-photo .image-container .left-image,
.bloc-photo .image-container .right-image {
  width: 100%;
  padding-bottom: 28%;
  position: relative;
}
.bloc-photo .image-container .left-image .ratio-image,
.bloc-photo .image-container .right-image .ratio-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bloc-photo .title-container {
  text-align: center;
  margin-bottom: 48px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bloc-photo .title-container .title {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 28px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #707070;
}
.bloc-photo .title-container .title strong {
  font-weight: bold;
}

@media only screen and (max-width: 800px) {
  .bloc-photo .title-container {
    margin-bottom: 60px;
  }
  .bloc-photo .image-container {
    flex-wrap: wrap;
  }
  .bloc-photo .image-container .left-image {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .bloc-photo .image-container .right-image {
    margin-left: 0;
  }
  .bloc-photo .image-container .left-image,
  .bloc-photo .image-container .right-image {
    padding-bottom: 48%;
  }
}
@media only screen and (max-width: 640px) {
  .bloc-photo .title-container {
    margin-bottom: 40px;
  }
}
.two_columns .row {
  flex-direction: column;
}
.two_columns h1 {
  margin-bottom: 40px;
}
.two_columns h2 {
  max-width: 650px;
  text-align: center;
  align-self: center;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 40px;
  color: #515c64;
}
.two_columns .container-image {
  max-width: 500px;
  margin: 0 auto 10px;
  padding-bottom: 44%;
}
.two_columns .container-text {
  display: flex;
  margin-bottom: 30px;
}
.two_columns .container-text a:not(.main-cta) {
  text-decoration: underline;
  color: #45ae60;
}
.two_columns .container-text .left-text {
  width: 100%;
  margin-right: 16px;
}
.two_columns .container-text .right-text {
  width: 100%;
  margin-left: 16px;
}
.two_columns .container-text > .main-cta, .two_columns .site-trousse .header-trousse .overlay .container-text > a, .site-trousse .header-trousse .overlay .two_columns .container-text > a, .two_columns .site-trousse .header-trousse__menu .menu li.container-text > a, .site-trousse .header-trousse__menu .menu .two_columns li.container-text > a {
  margin-top: 32px;
}
.two_columns .main-cta, .two_columns .site-trousse .header-trousse .overlay a, .site-trousse .header-trousse .overlay .two_columns a, .two_columns .site-trousse .header-trousse__menu .menu li > a, .site-trousse .header-trousse__menu .menu .two_columns li > a {
  align-self: center;
}

@media only screen and (max-width: 800px) {
  .two_columns .container-image {
    padding-bottom: 58%;
  }
  .two_columns .container-text {
    flex-direction: column;
  }
  .two_columns .container-text .left-text {
    margin-right: 0px;
    margin-bottom: 72px;
  }
  .two_columns .container-text .right-text {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 640px) {
  .two_columns .container-image {
    padding-bottom: 58%;
  }
}
.experiences {
  display: flex;
  flex-wrap: wrap;
}
.experiences .informations {
  width: 30%;
  margin-right: 70px;
}
.experiences .cards-container {
  display: flex;
  flex-wrap: wrap;
  width: calc(70% - 70px);
}
.experiences .card-experiences {
  background: white;
  box-shadow: 0 4px 4px #b5b5b5;
  width: calc(50% - 15px);
  transition: 0.3s;
}
.experiences .card-experiences:hover {
  box-shadow: 0 6px 13px rgba(156, 156, 156, 0.8);
}
.experiences .card-experiences + .card-experiences {
  margin-left: 30px;
}
.experiences .card-experiences .container-image {
  padding-bottom: 55%;
}
.experiences .card-experiences p {
  color: black;
}
.experiences .details {
  padding: 30px 35px;
}
.experiences .details p {
  margin-top: 25px;
}
.experiences h2,
.experiences h3 {
  color: #5b6770;
}
.experiences h3,
.experiences h4 {
  font-weight: 600;
}
.experiences h4 {
  color: #6abeea;
}

@media only screen and (max-width: 1440px) {
  .experiences .informations {
    margin-right: 40px;
  }
  .experiences .cards-container {
    width: calc(70% - 40px);
  }
}
@media only screen and (max-width: 1250px) {
  .experiences .informations {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .experiences .cards-container {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .experiences .card-experiences {
    width: 100%;
  }
  .experiences .card-experiences + .card-experiences {
    margin-left: 0;
    margin-top: 30px;
  }
}
.cta-module .container-image {
  min-height: 440px;
}
.cta-module .red-background {
  background-color: #ef4b4f;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.95;
  z-index: 1;
}
.cta-module .red-container {
  position: relative;
  min-height: 440px;
  height: 100%;
  width: 45%;
  left: 100%;
  transform: translateX(-100%);
  min-width: 500px;
  display: flex;
  align-items: center;
}
.cta-module .text-container {
  padding: 40px 80px;
  position: relative;
  z-index: 6;
  max-width: 300px;
}
.cta-module .text-container .title {
  font-family: "IBM Plex Sans", sans-serif;
  color: white;
  margin-bottom: 30px;
}
.cta-module .text-container h2,
.cta-module .text-container h3,
.cta-module .text-container p {
  color: white;
}

@media only screen and (max-width: 1024px) {
  .cta-module .red-container {
    padding: 0px 40px;
  }
}
@media only screen and (max-width: 800px) {
  .cta-module .wrapper {
    padding: 0;
    display: flex;
    justify-content: flex-end;
  }
  .cta-module .red-container {
    padding: 0;
    left: 0;
    transform: translate(0);
    min-width: 0;
    width: 100%;
  }
  .cta-module .text-container {
    padding: 0;
    width: 90%;
    margin: auto;
  }
}
.quotes .wrapper {
  position: relative;
}
.quotes h2 {
  margin-bottom: 40px;
}
.quotes .slider-quote {
  overflow: hidden;
  max-width: 700px;
  margin: 0 auto;
}
.quotes .symbol {
  color: #fbb53b;
  font-family: "Roboto", sans-serif;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  display: block;
}
.quotes .quote p {
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}
.quotes .author p {
  text-align: center;
  margin-top: 32px;
}
.quotes .author span {
  font-size: 20px;
  font-weight: 600;
}
.quotes .swiper-button-prev,
.quotes .swiper-button-next {
  background: #ef4b4f;
  border-radius: 4rem;
  width: 50px;
  height: 50px;
  top: 65%;
  transition: 0.3s;
}
.quotes .swiper-button-prev::after,
.quotes .swiper-button-next::after {
  content: "";
  position: absolute;
  left: 43%;
  top: 50%;
  display: block;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.quotes .swiper-button-prev:hover,
.quotes .swiper-button-next:hover {
  background: #eb1c21;
}
.quotes .swiper-button-prev:focus,
.quotes .swiper-button-next:focus {
  outline: none;
}
.quotes .swiper-button-prev {
  left: 240px;
}
.quotes .swiper-button-prev::after {
  transform: translate(-50%, -50%) rotate(135deg);
  left: 52%;
}
.quotes .swiper-button-next {
  right: 240px;
}

@media only screen and (max-width: 1440px) {
  .quotes .swiper-button-prev {
    left: 160px;
  }
  .quotes .swiper-button-next {
    right: 160px;
  }
}
@media only screen and (max-width: 1250px) {
  .quotes .slider-quote {
    max-width: 600px;
  }
  .quotes .swiper-button-prev {
    left: 100px;
  }
  .quotes .swiper-button-next {
    right: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .quotes .slider-quote {
    max-width: 550px;
  }
  .quotes .swiper-button-prev {
    left: 40px;
  }
  .quotes .swiper-button-next {
    right: 40px;
  }
}
@media only screen and (max-width: 800px) {
  .quotes .slider-quote {
    max-width: initial;
    margin-bottom: 80px;
  }
  .quotes .swiper-button-prev,
  .quotes .swiper-button-next {
    top: initial;
    bottom: -80px;
  }
  .quotes .swiper-button-prev {
    left: calc(50% - 60px);
  }
  .quotes .swiper-button-next {
    right: calc(50% - 60px);
  }
}
.carrousel-logo .title {
  margin-bottom: 32px;
}
.carrousel-logo h2 {
  text-align: center;
  color: #515c64;
}
.carrousel-logo.not-slider .card-logo {
  width: initial;
  height: initial;
  padding-bottom: 100%;
}
.carrousel-logo.not-slider .swiper-wrapper {
  justify-content: center;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  width: initial;
}
.carrousel-logo.not-slider .slider-logo {
  overflow: visible;
  height: initial;
  padding-bottom: 0;
}
.carrousel-logo.not-slider .slider-logo .swiper-slide {
  margin: 0 20px;
  width: calc(20% - 40px);
}

.slider-logo {
  position: relative;
  height: 205px;
  margin-top: 48px;
  padding-bottom: 74px;
  overflow-x: hidden;
}
.slider-logo .swiper-slide {
  width: 200px;
  margin-right: 40px;
}
.slider-logo .swiper-pagination-bullets {
  bottom: 0px !important;
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
}
.slider-logo .swiper-pagination-bullet-active {
  background: #ef4b4f !important;
  opacity: 1 !important;
  border: 2px solid #ef4b4f !important;
}
.slider-logo .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.4;
  border: 2px solid #515c64;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
}
.slider-logo .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 6px;
}
.slider-logo .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
}

.card-logo {
  position: relative;
  width: 200px;
  height: 200px;
  padding: 5px;
  background: white;
  box-shadow: 0 4px 4px 0 #b5b5b5;
}
.card-logo .ratio-image {
  object-fit: contain;
}

@media only screen and (max-width: 1024px) {
  .carrousel-logo.not-slider .slider-logo .swiper-slide {
    margin: 0 20px 40px;
    width: calc(33% - 40px);
  }
}
@media only screen and (max-width: 640px) {
  .carrousel-logo.not-slider .slider-logo .swiper-slide {
    margin: 0 15px 30px;
    width: calc(50% - 30px);
  }
}
.blog-section .wrapper {
  display: flex;
  flex-direction: column;
}
.blog-section .main-cta, .blog-section .site-trousse .header-trousse .overlay a, .site-trousse .header-trousse .overlay .blog-section a, .blog-section .site-trousse .header-trousse__menu .menu li > a, .site-trousse .header-trousse__menu .menu .blog-section li > a {
  margin: 0 auto;
}
.blog-section .blog-title {
  text-align: center;
  font-size: 28px;
  color: #4f5a62;
  margin-bottom: 30px;
  font-family: "IBM Plex Sans", sans-serif;
}
.blog-section .blog-text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  margin-bottom: 48px;
  color: #000000;
}
.blog-section .blog-container {
  display: flex;
  margin-bottom: 70px;
}
.blog-section .blog-container .image-container {
  position: relative;
  padding-bottom: 75%;
  margin-bottom: 25px;
}
.blog-section .blog-container .card-blog {
  width: 33%;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-section .blog-container .card-blog .title {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 30px;
  color: #4f5a62;
}
.blog-section .blog-container .card-blog .img {
  margin-bottom: 35px;
  position: relative;
  padding-bottom: 65%;
}
.blog-section .blog-container .card-blog .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-section .blog-container .card-blog .link {
  font-family: "IBM Plex Sans", sans-serif;
  color: #45ae60;
  text-transform: uppercase;
  text-decoration: none;
  text-decoration: underline;
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s;
}
.blog-section .blog-container .card-blog:hover .link {
  opacity: 0.5;
}

@media only screen and (max-width: 800px) {
  .blog-section .blog-container {
    flex-direction: column;
  }
  .blog-section .blog-container .card-blog {
    margin-bottom: 30px;
    width: 100%;
  }
}
#hero-single {
  position: relative;
}
#hero-single .image-container {
  background-color: #f6f7f9;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
#hero-single .image-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#hero-single .image-container img.of-contain {
  object-fit: contain;
  width: 80%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
#hero-single .container {
  margin-right: 80px;
  width: 50%;
}
#hero-single .container .informations {
  min-height: 450px;
  padding-right: 80px;
  padding-bottom: 85px;
  padding-top: 126px;
}
#hero-single .container .informations .text {
  margin-bottom: 30px;
}
#hero-single .container .informations .title {
  margin-bottom: 20px;
}
#hero-single .container .informations .main-cta, #hero-single .container .informations .site-trousse .header-trousse .overlay a, .site-trousse .header-trousse .overlay #hero-single .container .informations a, #hero-single .container .informations .site-trousse .header-trousse__menu .menu li > a, .site-trousse .header-trousse__menu .menu #hero-single .container .informations li > a {
  margin-bottom: 30px;
}
#hero-single.green p,
#hero-single.green h1,
#hero-single.green h2,
#hero-single.green h3,
#hero-single.green h4,
#hero-single.green li, #hero-single.blue p,
#hero-single.blue h1,
#hero-single.blue h2,
#hero-single.blue h3,
#hero-single.blue h4,
#hero-single.blue li {
  color: white;
}

@media only screen and (max-width: 1024px) {
  #hero-single .single-pt-right-page .row1 {
    display: none;
  }
  #hero-single .single-pt-right-page .row2 {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  #hero-single .container {
    width: 100%;
  }
  #hero-single .container .informations {
    padding-right: 0px;
  }
  #hero-single .image-container {
    position: relative;
    width: 100%;
  }
  #hero-single .image-container.of-contain .single-pt-right-page {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #hero-single .image-container .single-pt-right-page {
    display: none;
  }
}
.descriptive-table-section .blog-title {
  font-size: 28px;
  color: #4f5a62;
  font-family: "IBM Plex Sans", sans-serif;
  text-align: center;
  margin-bottom: 30px;
}
.descriptive-table-section .table-container {
  display: flex;
}
.descriptive-table-section .table-container .table-background {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.descriptive-table-section .table-container .table-left {
  position: relative;
  width: 66%;
  margin-right: 30px;
  background-color: #ef4b4f;
}
.descriptive-table-section .table-container .table-left .content {
  padding: 90px 140px;
}
.descriptive-table-section .table-container .table-left .content a {
  color: white;
  text-decoration: underline;
  font-weight: 600;
  transition: 0.3s;
}
.descriptive-table-section .table-container .table-left .content a:hover {
  opacity: 0.7;
}
.descriptive-table-section .table-container .table-left h1,
.descriptive-table-section .table-container .table-left h2,
.descriptive-table-section .table-container .table-left p {
  color: white;
}
.descriptive-table-section .table-container .table-left .title {
  max-width: 350px;
  margin-bottom: 30px;
  font-family: "IBM Plex Sans", sans-serif;
  color: white;
  font-size: 28px;
}
.descriptive-table-section .table-container .table-left .enonce-left .enonce {
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 18px;
  margin-bottom: 13px;
  position: relative;
  margin-left: 35px;
}
.descriptive-table-section .table-container .table-left .enonce-left .enonce::before {
  content: "";
  background-image: url("../svg/check-white.svg");
  width: 18px;
  height: 15px;
  position: absolute;
  left: -35px;
  top: 5px;
}
.descriptive-table-section .table-container .table-right {
  position: relative;
  width: 33%;
  background-color: #f6f7f9;
}
.descriptive-table-section .table-container .table-right .content {
  padding: 90px 50px;
}
.descriptive-table-section .table-container .table-right .title {
  margin-bottom: 30px;
  max-width: 250px;
  margin-bottom: 30px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #4f5a62;
  font-size: 28px;
}
.descriptive-table-section .table-container .table-right .enonce-right .enonce {
  font-family: "Roboto", sans-serif;
  color: #000000;
  font-size: 18px;
  margin-bottom: 19px;
  position: relative;
  margin-left: 35px;
}
.descriptive-table-section .table-container .table-right .enonce-right .enonce::before {
  content: "";
  background-image: url("../svg/check-black.svg");
  width: 18px;
  height: 15px;
  position: absolute;
  left: -35px;
  top: 5px;
}

@media only screen and (max-width: 1024px) {
  .descriptive-table-section .table-container {
    flex-direction: column;
  }
  .descriptive-table-section .table-container .table-left {
    margin-bottom: 30px;
    width: 100%;
  }
  .descriptive-table-section .table-container .table-right {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .descriptive-table-section .table-container {
    flex-direction: column;
  }
  .descriptive-table-section .table-container .table-left .content {
    padding: 30px 50px;
  }
  .descriptive-table-section .table-container .table-right .content {
    padding: 30px 50px;
  }
}
.secondary-hero .title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 38px;
  max-width: 802px;
  margin-bottom: 32px;
  color: #4f5a62;
  padding-top: 97px;
}
.secondary-hero .description {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  max-width: 1176px;
  padding-bottom: 86px;
}
.secondary-hero p + p {
  margin-top: 0px;
}

.card-aricles {
  margin: auto;
}
.card-aricles .cards-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  align-content: flex-start;
}
.card-aricles .cards-container .card-article {
  max-width: 246px;
  margin: 24px 16px;
  padding-bottom: 49px;
}
.card-aricles .cards-container .card-article .article {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.card-aricles .cards-container .card-article .image-container {
  max-width: 246px;
  max-height: 246px;
  overflow: hidden;
}
.card-aricles .cards-container .card-article .title {
  font-size: 23px;
  font-family: "IBM Plex Sans", sans-serif;
  color: #4f5a62;
  font-weight: bold;
  padding-top: 26px;
}
.card-aricles .cards-container .card-article .text {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

@media only screen and (max-width: 1080px) {
  .card-aricles .cards-container {
    display: flex;
    justify-content: center;
    background-color: bisque;
  }
}
.archive-articles .wrapper {
  margin: auto;
}

.contact {
  display: flex;
}
.contact + .contact {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #D9D9D9;
}
.contact .container-image {
  flex: 0 0 auto;
  width: 125px;
  height: 125px;
  margin-right: 32px;
}
.contact .location {
  font-family: "IBM Plex Sans", sans-serif;
  color: #45ae60;
  margin-bottom: 0;
  margin-top: 0;
}
.contact h3 {
  font-weight: bold;
  margin-bottom: 4px;
}
.contact .position {
  text-transform: uppercase;
  font-family: 15px;
}
.contact .content {
  margin-top: 12px;
}

@media only screen and (max-width: 640px) {
  .contact {
    flex-direction: column;
  }
  .contact .container-image {
    margin-bottom: 16px;
  }
}
.table-section .table {
  margin-top: 24px;
  overflow: hidden;
  overflow-x: auto;
}
.table-section .tablepress > :not(caption) > * > * {
  padding: 24px 20px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #333333;
}
.table-section .tablepress > :where(thead, tfoot) > * > th {
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  color: #45ae60;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 500;
}
.table-section .tablepress > :where(tbody) > .even > * {
  background: #F0F0F0;
}
.table-section .tablepress > :where(tbody) > .odd > * {
  background: transparent;
}
.table-section .tablepress td.column-1 {
  font-weight: 500;
}
.table-section .tablepress td:not(.column-1) {
  text-align: right;
}
.table-section .tablepress th:not(.column-1) {
  text-align: right;
}
.table-section .tablepress > * + tbody > * > *,
.table-section .tablepress .tablepress > tbody > * ~ * > *,
.table-section .tablepress .tablepress > tfoot > * > * {
  border: none;
}
.table-section .tablepress caption {
  display: none;
}

.logos {
  display: grid;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0 32px;
}
.logos .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 335/137;
}
.logos .ratio-image {
  object-fit: contain;
}

@media only screen and (max-width: 800px) {
  .logos {
    grid-template-columns: 1fr 1fr;
  }
}
.banner-text-image {
  margin: 0;
  margin-top: 125px;
}
.banner-text-image,
.banner-text-image * {
  box-sizing: border-box;
}
.banner-text-image h2 {
  font-size: 30px;
  color: white;
}
.banner-text-image .main-cta, .banner-text-image .site-trousse .header-trousse .overlay a, .site-trousse .header-trousse .overlay .banner-text-image a, .banner-text-image .site-trousse .header-trousse__menu .menu li > a, .site-trousse .header-trousse__menu .menu .banner-text-image li > a {
  background: white;
  color: black;
}
.banner-text-image .main-cta:hover, .banner-text-image .site-trousse .header-trousse .overlay a:hover, .site-trousse .header-trousse .overlay .banner-text-image a:hover, .banner-text-image .site-trousse .header-trousse__menu .menu li > a:hover, .site-trousse .header-trousse__menu .menu .banner-text-image li > a:hover {
  background: rgb(221, 221, 221);
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.z-10 {
  z-index: 1;
}

.flex {
  display: flex;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.col-span-2 {
  grid-column: span 2/span 2;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mt-8 {
  margin-top: 2rem;
}

.h-full {
  height: 100%;
}

.w-\[20\%\] {
  width: 20%;
}

.w-\[25\%\] {
  width: 25%;
}

.w-full {
  width: 100%;
}

.flex-col {
  flex-direction: column;
}

.overflow-hidden {
  overflow: hidden;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.font-medium {
  font-weight: 500;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .banner-text-image h2 {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .banner-text-image {
    margin-top: 100px;
  }
  .banner-text-image h2 {
    font-size: 60px;
  }
  .md\:absolute {
    position: absolute;
  }
  .md\:left-0 {
    left: 0px;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:flex {
    display: flex;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-2\/3 {
    width: 66.666667%;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:pl-16 {
    padding-left: 4rem;
  }
}
@media (min-width: 1024px) {
  .lg\:order-2 {
    order: 2;
  }
  .lg\:px-\[120px\] {
    padding-left: 120px;
    padding-right: 120px;
  }
  .lg\:py-\[134px\] {
    padding-top: 134px;
    padding-bottom: 134px;
  }
  .lg\:pl-24 {
    padding-left: 6rem;
  }
  .lg\:pr-0 {
    padding-right: 0px;
  }
}
@media (min-width: 1280px) {
  .xl\:pl-\[100px\] {
    padding-left: 100px;
  }
}
@media (min-width: 1536px) {
  .\32 xl\:w-1\/2 {
    width: 50%;
  }
  .\32 xl\:min-w-\[720px\] {
    min-width: 720px;
  }
  .\32 xl\:pl-\[120px\] {
    padding-left: 120px;
  }
}
.cta-section {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #45ae60;
  min-height: 500px;
  width: 100%;
  padding: 32px;
  box-sizing: border-box;
  color: white;
  z-index: 1;
}
.cta-section .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: bottom left;
}
.cta-section .shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform-origin: bottom right;
}
.cta-section .shape-3 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(-200%);
  transform-origin: top right;
}
.cta-section h2 {
  color: white;
  margin-bottom: 24px;
}
.cta-section .main-cta, .cta-section .site-trousse .header-trousse .overlay a, .site-trousse .header-trousse .overlay .cta-section a, .cta-section .site-trousse .header-trousse__menu .menu li > a, .site-trousse .header-trousse__menu .menu .cta-section li > a {
  margin-top: 32px;
  background: white;
  color: black;
}
.cta-section .main-cta:hover, .cta-section .site-trousse .header-trousse .overlay a:hover, .site-trousse .header-trousse .overlay .cta-section a:hover, .cta-section .site-trousse .header-trousse__menu .menu li > a:hover, .site-trousse .header-trousse__menu .menu .cta-section li > a:hover {
  background: rgb(221, 221, 221);
}

@media only screen and (max-width: 1440px) {
  .cta-section .shape-1,
  .cta-section .shape-2 {
    transform: scale(0.8);
  }
  .cta-section .shape-3 {
    transform: translateX(-200%) scale(0.8);
  }
}
@media only screen and (max-width: 640px) {
  .cta-section .shape-1,
  .cta-section .shape-2 {
    transform: scale(0.65);
  }
  .cta-section .shape-3 {
    transform: translateX(-200%) scale(0.65);
  }
}
/* ======== form styles ======== */
.DialogInsightFormDiv {
  line-height: normal;
  word-wrap: normal;
  white-space: normal;
  position: relative;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  max-width: 960px;
  margin: 0 auto;
}

.DialogInsightFormDiv .looks-h2 {
  margin-bottom: 64px;
  text-align: center;
  text-transform: uppercase;
}

.DialogInsightFormDiv label {
  vertical-align: middle;
  margin: 2px 8px 0px 2px;
  display: inline-block;
  position: relative;
  top: 3px;
}

.DialogInsightFormDiv.DialogInsightLoading > * {
  visibility: hidden;
}

.DialogInsightFormDiv.DialogInsightLoading {
  background-image: url(https://cdn.dialoginsight.com/DI/Forms/resources/AjaxBlackLoader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

div.DialogInsightFormContainer {
  text-align: left;
}

div.DialogInsightInputContainer {
  display: inline-block;
  vertical-align: top;
  min-height: 32px;
  width: 100%;
  position: relative;
}

div.DialogInsightInputContainer.select-arrow::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  mask-image: url(../svg/arrow-select.svg);
  mask-repeat: no-repeat;
  background-color: #ef4b4f;
  width: 22px;
  height: 10px;
}

div.DialogInsightFormRow {
  padding-bottom: 16px;
}

div.DialogInsightLabel_LeftOfField {
  display: inline-block;
  text-align: left;
  width: 250px;
  vertical-align: top;
  padding-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
}

div.DialogInsightLabel_AboveField {
  padding-bottom: 2px;
}

.DialogInsightFieldDescription {
  font-style: italic;
  color: #666666;
}

.DialogInsightFormCategoryTitle {
  font-weight: bold;
  position: relative;
  height: 18px;
  padding-bottom: 5px;
}

.DialogInsightFormCategoryTitleWithMargin {
  margin-top: 15px;
}

.DialogInsightFormCategoryTitle > span {
  position: absolute;
  left: 0px;
  top: 0px;
  white-space: nowrap;
}

.DialogInsightFormCategoryDescription {
  position: relative;
  height: 18px;
}

.DialogInsightFormCategoryDescription > span {
  position: absolute;
  left: 0px;
  top: 0px;
  white-space: nowrap;
}

/* Input controls */
input[type=text].DialogInsightFormInput,
select.DialogInsightFormInput,
textarea.DialogInsightFormInput {
  font-size: 16px;
  width: 100%;
  height: 64px;
  box-sizing: border-box;
  padding: 0px 12px;
  line-height: 32px;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.DialogInsightFormDiv input[type=radio],
.DialogInsightFormDiv input[type=checkbox] {
  vertical-align: middle;
  margin: 3px 0px 0px 0px;
  position: relative;
  top: 3px;
}

select.DialogInsightFormInput {
  padding-top: 4px;
  padding-bottom: 4px;
}

select.DialogInsightFormInput::-ms-expand {
  border: 0px none;
  background-color: white;
}

select.DialogInsightFormInput:focus::-ms-value {
  background: transparent;
  color: #444444;
}

textarea.DialogInsightFormInput {
  height: 80px;
  resize: none;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: normal;
}

input[type=text].DialogInsightFormInput::-ms-clear {
  width: 0px;
  height: 0px;
}

input[type=text].DialogInsightFormInput:focus,
select.DialogInsightFormInput:focus,
textarea.DialogInsightFormInput:focus {
  border-color: rgb(239, 75, 79);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(239, 75, 79, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(239, 75, 79, 0.6);
}

input[type=text].DialogInsightFormInput.DialogInsightFormInputDate {
  width: 100px;
}

img.DialogInsightFormInputDatePickerIcon {
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  left: 105px;
  top: 6px;
}

input[type=text].DialogInsightFormInput.DialogInsightFormInputDateTime {
  width: 140px;
}

img.DialogInsightFormInputDateTimePickerIcon {
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  left: 145px;
  top: 6px;
}

.DialogInsightDatePlaceholder {
  width: 75px;
}

.DialogInsightDateTimePlaceholder {
  width: 115px;
}

/* Errors */
.DialogInsightErrorContents {
  color: #ff3333;
  padding-top: 2px;
  padding-bottom: 2px;
}

.DialogInsightGlobalErrors > div {
  text-align: left;
  border-radius: 5px;
  background-color: #eeeeee;
  border: #ff3333 1px solid;
  padding: 10px;
  color: #ff3333;
  max-width: 500px;
  margin-bottom: 10px;
}

input[type=text].DialogInsightFieldInError,
textarea.DialogInsightFieldInError {
  border-color: #990000;
  color: #660000;
}

input[type=text].DialogInsightFieldInError:focus,
textarea.DialogInsightFieldInError:focus {
  color: #555555;
}

select.DialogInsightFieldInError {
  border-color: #990000;
  color: #660000;
}

.DialogInsightUnselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-selectE: none;
  user-select: none;
}

/* Simulated placeholders (input cue) */
div.DialogInsightInputWithPlaceholderContainer {
  position: relative;
  height: 32px;
}

div.DialogInsightTextareaWithPlaceholderContainer {
  height: 80px;
}

div.DialogInsightInputWithPlaceholderContainer .DialogInsightInputPlaceholderText {
  position: absolute;
  top: 8px;
  left: 13px;
  z-index: 1;
  color: #9f9f9f;
  pointer-events: none;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  max-width: 275px;
}

div.DialogInsightInputWithPlaceholderContainer input.DialogInsightInputWithPlaceholder,
div.DialogInsightInputWithPlaceholderContainer textarea.DialogInsightInputWithPlaceholder {
  position: absolute;
  left: 0px;
  top: 0px;
  with: 100%;
  z-index: 10;
  background-color: transparent;
  background-image: url(https://cdn.dialoginsight.com/DI/Forms/resources/emptyimagetoworkaroundiebug.gif);
}

.DialogInsightInputWithPlaceholderContainer.PlaceholderInputHasText .DialogInsightInputPlaceholderText {
  display: none;
}

/* Submit button */
.DialogInsightFormSubmit input[type=submit],
.DialogInsightFormSubmit button {
  text-decoration: none;
  display: inline-flex;
  transition: 0.3s;
  color: white;
  font-family: "IBM Plex Sans";
  font-weight: 600;
  text-transform: uppercase;
  background-color: #ef4b4f;
  padding: 15px 40px;
  border: 0;
  border-radius: 4rem;
  font-size: 16px;
}

.DialogInsightFormSubmit input[type=submit]:hover,
.DialogInsightFormSubmit button:hover {
  cursor: pointer;
  background-color: #cb4043;
}

.DialogInsightFormSubmit input[type=submit]:disabled,
.DialogInsightFormSubmit button:disabled {
  background-color: #CCCCCC;
  border-color: #CCCCCC;
}

.DialogInsightFormSubmit .DialogInsightFormSubmitLoader {
  visibility: hidden;
  margin-left: 5px;
  vertical-align: middle;
}

.DialogInsightFormSubmit.DialogInsightFormSubmitInProgress .DialogInsightFormSubmitLoader {
  visibility: visible !important;
}

/* ======== date picker popup styles ======== */
.DialogInsightDatePicker {
  position: absolute;
  padding: 100px;
  z-index: 6000;
  background-image: url(https://cdn.dialoginsight.com/DI/Forms/resources/emptyimagetoworkaroundiebug.gif);
}

.DialogInsightDatePickerContent {
  background-color: white;
  border: 1px solid #bbbbbb;
  padding: 6px;
  font-family: Arial, sans-serif;
  font-size: 13px;
}

.DialogInsightDatePickerHeader {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 15px;
  position: relative;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
}

.DialogInsightDatePickerHeader .DialogInsightDatePickerPrev {
  position: absolute;
  padding: 5px;
  left: 0px;
  top: 2px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
}

.DialogInsightDatePickerHeader .DialogInsightDatePickerNext {
  position: absolute;
  padding: 5px;
  right: 0px;
  top: 2px;
  cursor: pointer;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
}

table.DialogInsightDatePickerMonthTbl {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 4px;
}

table.DialogInsightDatePickerMonthTbl th {
  width: 26px;
  padding: 4px;
  text-align: center;
  font-weight: bold;
}

table.DialogInsightDatePickerMonthTbl td {
  width: 26px;
  padding: 4px 6px 4px 2px;
  text-align: right;
  cursor: pointer;
}

table.DialogInsightDatePickerMonthTbl td:hover {
  background-color: #F2F2F2;
}

table.DialogInsightDatePickerMonthTbl td.OutOfMonth {
  color: #999999;
}

table.DialogInsightDatePickerMonthTbl td.SelectedDate {
  background-color: #009900;
  color: white;
  font-weight: bold;
}

table.DialogInsightDatePickerMonthTbl td.Today {
  font-weight: bold;
}

.DialogInsightDatePickerFooter {
  padding: 5px;
  text-align: right;
}

.DialogInsightDatePickerCloseBtn {
  background-color: #bbbbbb;
  color: black;
  padding: 5px 10px;
  display: inline-block;
  cursor: pointer;
}

.DialogInsightTimePickerContainer {
  float: left;
}

.DialogInsightTimePickerTxtbox {
  height: 15px;
  padding: 5px;
  box-sizing: content-box;
  width: 70px;
  margin-right: 10px;
  border: 1px solid #999999;
}

.DialogInsightTimePickerTxtbox.Error {
  border: 1px solid #990000;
  color: #550000;
}

div.DialogInsightDatePickerMonth {
  height: 19px;
  display: inline-block;
  line-height: 19px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

input.DialogInsightDatePickerYear {
  padding: 0px;
  width: 45px;
  margin: 0px 0px 0px 7px;
  vertical-align: middle;
  font-size: 15px;
  height: 19px;
  font-weight: bold;
  border: 1px transparent;
  font-family: Arial, sans-serif;
  position: relative;
  top: -1px;
  padding: 0px;
  text-align: center;
  line-height: normal;
}

/* ======== lightbox styles ======== */
div.DialogInsightLightBoxBackground {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background-color: rgba(0, 0, 0, 0.5);
}

div.DialogInsightLightBoxBackground.DialogInsightLightBoxBackground_OldIE {
  background-image: url(https://cdn.dialoginsight.com/DI/Forms/resources/PopupBgBlockerOlderIE.png);
}

div.DialogInsightLightBox {
  margin-left: -300px;
  padding: 15px 0px 15px 15px;
  border-radius: 3px;
  box-shadow: 0px 0px 10px #555555;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50px;
  z-index: 5001;
  line-height: normal;
}

div.DialogInsightLightBoxCloseButton {
  position: absolute;
  right: -18px;
  top: -18px;
  width: 35px;
  height: 35px;
  background-image: url(https://cdn.dialoginsight.com/DI/Forms/resources/LightboxClose.png);
  cursor: pointer;
}

.contenu-photo-alternate {
  padding: 0px 0px !important;
}
.contenu-photo-alternate .wysi + .wysi {
  margin-top: 30px;
}

.woocommerce .woocommerce-Address header {
  position: relative;
}
.woocommerce .woocommerce-Address header h3,
.woocommerce .woocommerce-Address header a {
  margin: 10px 0;
}
.woocommerce section {
  margin: 20px 0;
}
.woocommerce .woocommerce-notice {
  margin-bottom: 20px;
}
.woocommerce input {
  padding: 10px 15px;
}
.woocommerce .woocommerce-customer-details--email {
  margin-top: 0px;
}
.woocommerce .select2-selection {
  height: 39px;
  padding-top: 5px;
  padding-left: 10px;
}
.woocommerce .woocommerce-info::before {
  color: #6abeea;
}
.woocommerce .woocommerce-info {
  border-top-color: #6abeea;
}
.woocommerce .woocommerce-error {
  border-top-color: #ef4b4f;
}
.woocommerce .woocommerce-error::before {
  color: #ef4b4f;
}
.woocommerce .woocommerce-message {
  border-top-color: #45ae60;
}
.woocommerce .woocommerce-message::before {
  color: #45ae60;
}
.woocommerce .woocommerce-Button,
.woocommerce button {
  text-decoration: none !important;
  display: inline-flex !important;
  transition: 0.3s;
  color: white !important;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-transform: uppercase;
  background-color: #ef4b4f !important;
  padding: 15px 40px !important;
  border: 0 !important;
  border-radius: 4rem !important;
  font-size: 16px;
}
.woocommerce .woocommerce-Button:hover,
.woocommerce button:hover {
  cursor: pointer;
  background-color: #c31116;
}
.woocommerce .woocommerce-MyAccount-navigation a {
  text-decoration: none;
  color: #4f5a62;
  font-size: 20px;
  transition: 0.3s;
  text-decoration: underline;
}
.woocommerce .woocommerce-MyAccount-navigation a:hover {
  opacity: 0.6;
}
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link + .woocommerce-MyAccount-navigation-link {
  margin-top: 16px;
}
.woocommerce .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a {
  margin-top: 24px;
}
.woocommerce .woocommerce-MyAccount-content {
  color: #000000;
  font-size: 18px;
  text-decoration: none;
  padding: 30px;
  box-sizing: border-box;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.woocommerce .woocommerce-MyAccount-content a {
  color: #45ae60;
}
.woocommerce .woocommerce-MyAccount-content a:hover {
  opacity: 0.6;
}
.woocommerce .woocommerce-Address {
  padding: 30px;
  box-sizing: border-box;
  background: white;
  box-shadow: 0 4px 4px #b5b5b5;
}
.woocommerce .woocommerce-Addresses {
  margin-top: 30px;
}
.woocommerce .woocommerce-cart-form a {
  text-decoration: none;
  color: #45ae60;
}
.woocommerce .woocommerce-cart-form a:hover {
  opacity: 0.6;
}
.woocommerce .woocommerce-cart-form .coupon input {
  padding: 10px 15px;
  width: 120px;
}
.woocommerce .checkout-button {
  background-color: #ef4b4f !important;
}
.woocommerce .woocommerce-order a {
  text-decoration: none;
  color: #45ae60;
}
.woocommerce .woocommerce-order a:hover {
  opacity: 0.6;
}
.woocommerce button[name=update_cart] {
  display: none !important;
}
.woocommerce input[name=coupon_code] {
  width: 120px !important;
}
.woocommerce .coupon {
  display: flex;
  align-items: center;
}
.woocommerce table.shop_table {
  background: white;
}
.woocommerce .woocommerce-MyAccount-content header h2,
.woocommerce .woocommerce-order header h2 {
  display: none !important;
}
.woocommerce .woocommerce-customer-details address {
  width: initial;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  background: white;
}
.woocommerce .component_table_item dl.component {
  line-height: 1.2;
}
.woocommerce .component_table_item dl.component p {
  font-size: 14px;
}
.woocommerce a.checkout-button.button {
  border-radius: 4rem;
}
.woocommerce .coupon button.button {
  background-color: #5b6770 !important;
  padding: 10px 25px !important;
  font-size: 14px !important;
}
.woocommerce .woocommerce-billing-fields p {
  font-size: 16px;
}
.woocommerce .woocommerce-billing-fields > p + p {
  margin-top: 10px;
}
.woocommerce .woocommerce-billing-fields__field-wrapper {
  margin-top: 30px;
}
.woocommerce .col2-set .col-1,
.woocommerce .woocommerce-page .col2-set .col-1 {
  width: 100%;
}
.woocommerce .col2-set .col-2,
.woocommerce .woocommerce-page .col2-set .col-2 {
  display: none;
}

.billeterie {
  margin-top: 80px !important;
}
.billeterie .products {
  display: flex;
  flex-wrap: wrap;
  place-content: center;
}
.billeterie .billet {
  display: flex;
  justify-content: space-between;
  padding: 20px 50px;
  width: 100%;
  background: white;
  margin-bottom: 30px;
  min-height: 150px;
  box-shadow: 0 4px 4px 0 #b5b5b5;
}
.billeterie .billet h2 {
  margin-bottom: 20px;
  font-weight: bold;
}
.billeterie .billet .main-cta, .billeterie .billet .site-trousse .header-trousse .overlay a, .site-trousse .header-trousse .overlay .billeterie .billet a, .billeterie .billet .site-trousse .header-trousse__menu .menu li > a, .site-trousse .header-trousse__menu .menu .billeterie .billet li > a {
  align-self: center;
  margin-left: 40px;
  margin-bottom: 20px;
}
.billeterie .billet .content .title {
  margin-bottom: 20px;
}
.billeterie .billet .content .title p + p {
  margin-top: 10px;
}
.billeterie .billet .content .price {
  color: #515c64;
  font-size: 22px;
}
.billeterie .product-title {
  text-align: center;
  margin-bottom: 60px;
}
.billeterie .product-text {
  text-align: center;
  margin-bottom: 45px;
}

.woocommerce-cart-form .product-thumbnail {
  display: none !important;
}

.woocommerce-cart .woocommerce,
.woocommerce-account .woocommerce,
.woocommerce-checkout .woocommerce {
  margin: 125px 0;
}
.woocommerce-cart .woocommerce .cart_totals,
.woocommerce-account .woocommerce .cart_totals,
.woocommerce-checkout .woocommerce .cart_totals {
  margin-top: 40px;
}
.woocommerce-cart .woocommerce h2,
.woocommerce-account .woocommerce h2,
.woocommerce-checkout .woocommerce h2 {
  margin-bottom: 30px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-radius: 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
}

.cart_item .variation {
  font-size: 14px;
  line-height: 1.3;
}

.woocommerce-info .woocommerce a,
.woocommerce-checkout .woocommerce a {
  color: #45ae60;
  transition: color 0.3s;
}
.woocommerce-info .woocommerce a:hover,
.woocommerce-checkout .woocommerce a:hover {
  opacity: 0.6;
}

#order_review_heading {
  margin: 40px 0 20px;
}

.woocommerce h3 {
  font-weight: 600;
  margin: 40px 0 20px;
}

.woocommerce table.shop_table .product-quantity input {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .woocommerce-cart .woocommerce,
  .woocommerce-account .woocommerce,
  .woocommerce-checkout .woocommerce {
    margin: 100px 0;
  }
}
@media only screen and (max-width: 768px) {
  .product-remove {
    background: rgba(0, 0, 0, 0.1) !important;
  }
  .component_table_item .product-remove,
  .component_table_item .product-price,
  .component_table_item .product-subtotal,
  .component_table_item .product-quantity {
    display: none !important;
  }
  .component_table_item + .component_container_table_item {
    margin-top: 20px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 60px;
  }
  .woocommerce-Address + .woocommerce-Address {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .woocommerce-cart .woocommerce,
  .woocommerce-account .woocommerce,
  .woocommerce-checkout .woocommerce {
    margin: 75px 0;
  }
  .billeterie .billet {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .billeterie .billet .content {
    margin-bottom: 20px;
  }
  .billeterie .billet .main-cta, .billeterie .billet .site-trousse .header-trousse .overlay a, .site-trousse .header-trousse .overlay .billeterie .billet a, .billeterie .billet .site-trousse .header-trousse__menu .menu li > a, .site-trousse .header-trousse__menu .menu .billeterie .billet li > a {
    margin: 0 auto;
  }
}
.gv-list-container {
  display: flex;
  flex-wrap: wrap;
  margin: 24px -12px -24px;
}
.gv-list-container .gv-list-view {
  width: calc(33.3333% - 26px);
  margin: 0 12px 24px;
  border-radius: 6px;
  background: white;
}
.gv-list-container .gv-list-view-title {
  border: none;
  margin-top: 12px;
}
.gv-list-container .gv-list-view-title h3 {
  margin: 0;
  font-weight: 500;
  color: #4f5a62;
}
.gv-list-container .gv-list-view-content {
  display: flex;
  flex-wrap: wrap;
}
.gv-list-container .gv-list-view-content .gv-list-view-content-image {
  max-width: initial;
  width: 100%;
  padding: 0;
}
.gv-list-container .gv-list-view-content-description {
  width: 100%;
  padding: 0;
  margin-top: 24px;
}
.gv-list-container a.gravityview-fancybox {
  display: block;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
.gv-list-container a.gravityview-fancybox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.gv-list-container .gv-search-field-select {
  min-width: initial;
  width: 100%;
  max-width: 400px;
}
.gv-list-container a.button.gv-search-clear {
  margin-left: 24px;
  text-decoration: underline;
}
.gv-list-container .gv-search-box-submit {
  display: flex;
  align-items: flex-end;
}

body form.gv-widget-search.gv-search-vertical {
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
body form.gv-widget-search.gv-search-vertical .gv-search-box {
  flex: 0 0 auto;
}
body form.gv-widget-search.gv-search-vertical .gv-search-box-submit {
  margin-top: 12px;
}
body form.gv-widget-search select {
  font-size: 16px;
  font-weight: bold;
  padding: 14px 20px;
  padding-right: 45px;
  min-width: 215px;
  max-width: 445px;
  width: 100%;
  cursor: pointer;
}
body .gv-widget-page-links li .page-numbers {
  background: white;
  border: 1px solid #ddd;
  padding: 12px;
  line-height: 1;
  border-radius: 6px;
}

@media only screen and (max-width: 1024px) {
  .gv-list-container .gv-list-view {
    width: calc(50% - 26px);
  }
}
@media only screen and (max-width: 640px) {
  .gv-list-container .gv-list-view {
    width: calc(100% - 26px);
  }
}
.archive-blog .search-result {
  display: flex;
  align-items: baseline;
}
.archive-blog .search-result h2 {
  margin-right: 20px;
}
.archive-blog section {
  margin: 60px 0;
}
.archive-blog .card-section {
  width: 100%;
}

.search-page .card-section {
  width: 100%;
}
.search-page section {
  margin: 60px 0;
}

.woocommerce-variation-add-to-cart .quantity {
  display: none !important;
}

.single-product-hero.contenu-photo {
  margin: 0;
}
.single-product-hero.contenu-photo .container-image {
  padding-bottom: 75%;
}
.single-product-hero.contenu-photo .container-image img {
  height: 100%;
}

.woocommerce .composite_form {
  padding-left: 0 !important;
}
.woocommerce .composite_form .composite_pagination {
  margin: 0;
}
.woocommerce .composite_form .composite_navigation {
  margin: 40px 0 0;
}
.woocommerce .composite_form .composite_navigation.top {
  display: none !important;
}
.woocommerce .composite_form:not(.paged) .component .component_inner {
  padding: 0;
}
.woocommerce div.product .multi-page form.cart {
  margin: 0 auto 150px;
}
.woocommerce div.product .multi-page form.cart > div {
  padding: 30px;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.woocommerce div.product .multi-page form.cart > div + div {
  margin-top: 20px;
}
.woocommerce div.product .multi-page form.cart .button svg {
  display: none;
}
.woocommerce section.variable-form {
  padding: 30px;
  margin: 80px auto;
  max-width: 1000px;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.woocommerce section.variable-form form.cart {
  margin-bottom: 0;
}
.woocommerce section.variable-form form.cart .variations {
  margin-bottom: 50px;
}
.woocommerce section.variable-form .woocommerce-variation.single_variation {
  margin-bottom: 40px;
  margin-top: -30px;
}

.woocommerce .gform_legacy_markup_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 80px !important;
}

.woocommerce div.product form.cart,
.single-product div.product .composite_form .cart .variations select {
  width: 100%;
  max-width: 1000px;
}

.summary-add-to-cart-form-composite {
  margin-top: 80px;
}

.composite_form .composite_pagination ul li.pagination_element_current,
.composite_form .composite_pagination ul li.pagination_element_current:after {
  background: #fbb53b !important;
  border-left-color: #fbb53b !important;
}

.element_link,
.composite_pagination .element_index,
.composite_pagination .element_link.inactive {
  color: #515c64 !important;
  font-weight: 700px;
}

.composite_pagination .pagination_element_current .element_link,
.composite_pagination .pagination_element_current .element_index {
  color: white !important;
}

.composite_form .composite_pagination ul li .element_inner {
  font-size: 20px;
}

.composite_form .composite_pagination ul li {
  background: white !important;
}

.composite_form .composite_pagination ul li:before {
  border-top-color: white !important;
  border-bottom-color: white !important;
}

.composite_form .composite_pagination ul li:after {
  border-left-color: white !important;
}

.composite_form .composite_pagination ul li.pagination_element_current:before {
  border-top-color: #fbb53b !important;
  border-bottom-color: #fbb53b !important;
}

.composite_navigation_inner {
  margin-bottom: 100px !important;
  width: 100%;
  max-width: 1000px;
  padding-top: 15px !important;
}

.composite_form .composite_navigation.paged .next,
.composite_form .composite_navigation.paged .prev {
  color: #45ae60;
}

.composited_product_details_wrapper select {
  background-image: url("../svg/arrow-select.svg") !important;
  background-repeat: no-repeat !important;
  background-position: right 20px center !important;
}

.summary_element_button,
.stock,
.step_index,
.step_title,
.composite_price {
  display: none !important;
}

.woocommerce-Price-amount {
  color: #515c64;
}

.attribute_options label {
  font-size: 20px;
}
.attribute_options label abbr {
  text-decoration: none !important;
}
.attribute_options select {
  height: 40px;
  box-sizing: border-box;
  padding: 0px 12px;
  line-height: 32px;
  color: #4f5a62;
  font-size: 16px;
  font-weight: bold;
  font-family: "IBM Plex Sans", sans-serif;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #515c64;
}

.product select {
  background-image: url("../svg/arrow-select.svg") !important;
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.component_message .validation_message {
  border-top: none;
  padding-left: 0;
  color: #ef4b4f;
}
.component_message .woocommerce-info::before {
  content: none;
}

.composite_summary .summary_elements {
  display: flex;
  flex-direction: column;
}
.composite_summary .summary_elements .summary_element {
  width: 100% !important;
}

.summary_element_content .content_product_title {
  display: flex !important;
  justify-content: space-between;
  font-weight: bold;
  font-size: 20px;
  border-bottom: 1px solid #4f5a62;
  padding-bottom: 5px;
}
.summary_element_content .content_product_meta {
  font-weight: normal;
  padding: 0;
}
.summary_element_content .meta_element {
  margin: 0px;
}
.summary_element_content .meta_element .meta_key {
  display: none;
}

span.summary_element_content ul.content_product_meta {
  padding: 0 !important;
}

span.summary_element_content ul.content_product_meta li.meta_element {
  margin: 0 !important;
}

.composite_summary .summary_element_wrapper_inner {
  padding: 12px 0 !important;
}

.composite_button {
  display: flex;
  align-items: center;
}
.composite_button .quantity {
  display: none;
}

.infos_single_billet {
  position: relative;
  margin-top: 80px !important;
}
.infos_single_billet .wrapper.small {
  padding: 0 0px;
}
.infos_single_billet .wysi {
  margin-bottom: 10px;
}
.infos_single_billet .entry-summary,
.infos_single_billet .entry-title {
  display: none;
}
.infos_single_billet .side-images-container {
  position: absolute;
  width: 40%;
  height: 0;
  padding-bottom: 40%;
  top: 150%;
  right: -22%;
}
.infos_single_billet .side-images {
  display: grid;
  position: absolute;
  width: 100%;
  height: 100%;
  grid-template-columns: repeat(2, 1fr);
  z-index: -1;
}
.infos_single_billet .side-images .image {
  position: relative;
}
.infos_single_billet .side-images .image svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.infos_single_billet .side-images .image.red-square {
  background: #ef4b4f;
}

.title_content .woocommerce-Price-amount {
  display: none;
}

.contenu-photo-price {
  color: #ef4b4f;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
}

.product-type-variable-subscription .contenu-photo-price {
  display: none;
}
.product-type-variable-subscription .wysi {
  margin-top: 40px;
}

@media only screen and (max-width: 1440px) {
  .infos_single_billet .side-images-container {
    top: 110%;
  }
}
@media only screen and (max-width: 1024px) {
  .single-product-hero.contenu-photo .informations {
    margin-top: 30px;
  }
}
.product .subscription-details {
  color: #45ae60 !important;
}
.product select {
  height: 40px;
  box-sizing: border-box;
  padding: 0px 12px;
  line-height: 32px;
  color: #4F5A62;
  font-size: 16px;
  font-weight: bold;
  font-family: "IBM Plex Sans", sans-serif;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #515c64;
}

.gfield_label {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #4f5a62;
  padding-bottom: 2px;
}

.gsection_title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #515c64;
  padding-bottom: 2px;
}

.gsection_description {
  color: #4f5a62;
  margin-top: 2px;
}

.ginput_full label, .ginput_right label, .ginput_left label {
  color: #4f5a62;
}
.ginput_full input, .ginput_right input, .ginput_left input {
  height: 40px;
  box-sizing: border-box !important;
  padding: 0px 12px !important;
  line-height: 32px;
  color: #4F5A62;
  font-size: 16px !important;
  font-weight: bold;
  font-family: "IBM Plex Sans", sans-serif !important;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #515c64;
}

.additional_information_tab a {
  color: #45ae60;
}

.single-bap .button-wrapper {
  text-align: left;
  margin-bottom: 50px;
}
.single-bap .download-pdf {
  text-align: right;
  margin-bottom: 30px;
}
.single-bap .download-pdf a {
  display: inline-flex;
  align-items: center;
}
.single-bap .download-pdf a::after {
  content: "";
  display: block;
  background: url("../svg/download-solid.svg");
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  margin-left: 12px;
}
.single-bap .back-to-archive {
  transition: transform 0.2s;
  width: 100%;
  margin-top: 40px;
}
.single-bap .back-to-archive .arrow-btn {
  text-decoration: none;
  color: #ef4b4f;
  display: inline-flex;
  align-items: center;
}
.single-bap .back-to-archive .btn-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-bap .back-to-archive .arrow {
  transform: rotate(180deg);
  margin-right: 20px;
  border: solid #ef4b4f 2px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  position: relative;
}
.single-bap .back-to-archive .arrow svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: fill 0.2s;
}
.single-bap .back-to-archive .arrow svg g rect {
  fill: #ef4b4f;
}
.single-bap .back-to-archive .arrow::before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: 50%;
  left: 50%;
  margin: auto;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #ef4b4f;
  transition: height 0.2s, width 0.2s;
}
.single-bap .back-to-archive:hover .arrow-btn {
  color: #45ae60;
}
.single-bap .back-to-archive:hover .arrow {
  border: solid #45ae60 2px;
}
.single-bap .back-to-archive:hover .arrow svg g rect {
  fill: #45ae60;
}
.single-bap .back-to-archive:hover .arrow:before {
  background-color: #45ae60;
}

.card {
  background: blue;
  font-size: 34px;
  font-weight: 900;
  color: white;
  padding: 25px;
  width: 100%;
  height: 250px;
}
.card + .card {
  margin-top: 50px;
}

.members-container .cards-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;
  margin-right: -16px;
}

.card-member {
  width: calc(25% - 32px);
  margin: 0 16px 54px;
}
.card-member .image-container {
  position: relative;
  padding-bottom: 100%;
}
.card-member .title {
  margin-top: 20px;
  color: #515c64;
}
.card-member .region {
  margin-top: 10px;
  color: black;
}
.card-member .post-type {
  margin-top: 0;
  color: #6abeea;
}

@media only screen and (max-width: 1024px) {
  .card-member {
    width: calc(33% - 32px);
  }
}
@media only screen and (max-width: 800px) {
  .members-container .cards-container {
    margin-left: -8px;
    margin-right: -8px;
  }
  .card-member {
    width: calc(50% - 16px);
    margin: 0 8px 24px;
  }
}
.presentation_module.value-module .presentation-card {
  padding: 0 76px;
  width: calc(50% - 152px);
}
.presentation_module.value-module .presentation-container {
  text-align: center;
}
.presentation_module.value-module .presentation-container .name {
  font-size: 24px;
  text-transform: initial;
}
.presentation_module.value-module + .value-module {
  margin-top: -125px;
}

.presentation-card {
  padding: 0 16px;
  width: calc(25% - 32px);
  margin-bottom: 50px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
}
.presentation-card .email {
  font-family: "Roboto", sans-serif;
  color: #45ae60;
  margin-top: 8px;
  font-size: 18px;
  order: 1;
}
.presentation-card .email:hover {
  opacity: 0.6;
}
.presentation-card .email:hover ~ .presentation-container .ratio-image {
  transform: scale(1.08);
}

.presentation-container {
  text-decoration: none;
}
.presentation-container .image-container {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.presentation-container .image-container .ratio-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.presentation-container .link-member:hover .ratio-image {
  transform: scale(1.08);
}
.presentation-container .name {
  color: #4f5a62;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  font-family: "IBM Plex Sans", sans-serif;
  text-transform: uppercase;
}
.presentation-container .sub-name {
  font-family: "Roboto", sans-serif;
  color: #000000;
  margin-top: 8px;
  font-size: 18px;
}

@media only screen and (max-width: 1024px) {
  .presentation-card {
    width: calc(33% - 32px);
  }
}
@media only screen and (max-width: 800px) {
  .presentation-card {
    width: calc(50% - 32px);
  }
}
@media only screen and (max-width: 640px) {
  .presentation-card {
    width: calc(100% - 32px);
  }
}
.congress-cards .cards-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px -60px -30px;
}
.congress-cards .card {
  display: inline-block;
  position: relative;
  background: white;
  color: black;
  font-size: 18px;
  height: initial;
  width: calc(50% - 40px);
  margin: 0 20px 30px;
  padding: 0;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.congress-cards .card .informations {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  height: calc(100% - 160px);
  padding: 80px;
}
.congress-cards .card .wysi {
  color: #515c64;
}
.congress-cards .card .wysi p {
  font-weight: 400;
  font-size: 24px;
}
.congress-cards .card .wysi p.price {
  color: #ef4b4f;
  font-size: 36px;
  font-weight: 700;
  margin-top: 0;
}
.congress-cards .card .wysi + .wysi {
  margin-top: 20px;
}
.congress-cards .card .button-container {
  display: flex;
  align-items: flex-end;
  margin-top: 30px;
  justify-self: flex-end;
  flex: 1 1 auto;
}

@media only screen and (max-width: 1024px) {
  .congress-cards .cards-container {
    margin: 40px 0 -30px;
  }
  .congress-cards .card {
    width: 100%;
    margin: 0 0px 30px;
  }
  .congress-cards .card .informations {
    flex-wrap: nowrap;
    padding: 70px;
  }
  .congress-cards .card .wysi p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .congress-cards {
    margin: 75px 0;
  }
  .congress-cards .card .informations {
    padding: 40px;
  }
}
.svg-pattern {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.svg-pattern svg,
.svg-pattern .square {
  width: 65px;
  height: 65px;
}
.svg-pattern .square {
  background-color: #fbb53b;
  padding-bottom: 0;
}
.svg-pattern .square.red {
  background: #ef4b4f;
}
.svg-pattern .pos-top {
  top: 0;
}
.svg-pattern .pos-bottom {
  bottom: 0;
}
.svg-pattern .pos-right {
  right: 0;
}
.svg-pattern .pos-left {
  left: 0;
}
.svg-pattern .pos-offset-top {
  top: 65px;
}
.svg-pattern .pos-offset-bottom {
  bottom: 65px;
}
.svg-pattern .pos-offset-right {
  right: 65px;
}
.svg-pattern .pos-offset-left {
  left: 65px;
}
.svg-pattern .row1 div,
.svg-pattern .row2 div,
.svg-pattern .row3 div,
.svg-pattern .row4 div {
  display: flex;
  position: absolute;
}

@media only screen and (max-width: 800px) {
  .svg-pattern svg,
  .svg-pattern .square {
    width: 55px;
    height: 55px;
  }
  .svg-pattern .pos-offset-top {
    top: 55px;
  }
  .svg-pattern .pos-offset-bottom {
    bottom: 55px;
  }
  .svg-pattern .pos-offset-right {
    right: 55px;
  }
  .svg-pattern .pos-offset-left {
    left: 55px;
  }
}
@media only screen and (max-width: 640px) {
  .svg-pattern svg,
  .svg-pattern .square {
    width: 45px;
    height: 45px;
  }
  .svg-pattern .pos-offset-top {
    top: 45px;
  }
  .svg-pattern .pos-offset-bottom {
    bottom: 45px;
  }
  .svg-pattern .pos-offset-right {
    right: 45px;
  }
  .svg-pattern .pos-offset-left {
    left: 45px;
  }
}
.single-pt-left.blue {
  background-color: #6abeea;
}

.single-pt-left.grey {
  background-color: #f6f7f9;
}

.single-pt-left.yellow {
  background-color: #fbb53b;
}

.single-pt-left.green {
  background-color: #45ae60;
}

.single-pt-left {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
}
.single-pt-left .row1 .red {
  top: 0px;
  position: absolute;
  left: 122px;
  transform: rotate(0deg);
}
.single-pt-left .row1 .red svg {
  width: 122px;
  height: 123px;
}
.single-pt-left .row2 .blue {
  bottom: 50px;
  position: absolute;
  left: 0px;
  transform: rotate(270deg);
}
.single-pt-left .row2 .blue svg {
  width: 122px;
  height: 123px;
}

.single-pt-right {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.single-pt-right .row1 .red {
  top: -5px;
  position: absolute;
  right: 0%;
  transform: rotate(180deg);
}
.single-pt-right .row1 .red svg {
  width: 122px;
  height: 123px;
}
.single-pt-right .row2 .yellow {
  bottom: 236px;
  position: absolute;
  left: 0px;
}
.single-pt-right .row2 .yellow svg {
  width: 122px;
  height: 123px;
}
.single-pt-right .row3 .blue {
  bottom: 119px;
  position: absolute;
  left: 3px;
  transform: rotate(270deg);
}
.single-pt-right .row3 .blue svg {
  width: 122px;
  height: 123px;
}
.single-pt-right .row3 .red {
  bottom: 116px;
  position: absolute;
  left: 123px;
}
.single-pt-right .row3 .red svg {
  width: 122px;
  height: 123px;
}
.single-pt-right .row4 .green {
  bottom: -3px;
  position: absolute;
  left: 121px;
  transform: rotate(90deg);
}
.single-pt-right .row4 .green svg {
  width: 122px;
  height: 123px;
}
.single-pt-right .row4 .yellow {
  bottom: -3px;
  position: absolute;
  left: 244px;
  transform: rotate(90deg);
}
.single-pt-right .row4 .yellow svg {
  width: 122px;
  height: 123px;
}
.single-pt-right .row4 .yellow2 {
  bottom: 0px;
  position: absolute;
  right: -1px;
  transform: rotate(180deg);
}
.single-pt-right .row4 .yellow2 svg {
  width: 122px;
  height: 123px;
}

.single-pt-right-page {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.single-pt-right-page .row1 .blue {
  display: flex;
  top: 0;
  left: 0px;
  position: absolute;
  transform: rotate(270deg);
}
.single-pt-right-page .row1 .blue svg {
  width: 122px;
  height: 123px;
}
.single-pt-right-page .row1 .yellow {
  top: 0px;
  position: absolute;
  left: 122px;
}
.single-pt-right-page .row1 .yellow svg {
  width: 123px;
  height: 121px;
}
.single-pt-right-page .row2 .green {
  top: 121px;
  position: absolute;
  left: 0px;
}
.single-pt-right-page .row2 .green svg {
  width: 122px;
  height: 123px;
}
.single-pt-right-page .row3 .red {
  bottom: 123px;
  position: absolute;
  right: 0px;
}
.single-pt-right-page .row3 .red svg {
  width: 122px;
  height: 123px;
}
.single-pt-right-page .row4 .green {
  bottom: 0px;
  position: absolute;
  right: 0px;
}
.single-pt-right-page .row4 .green svg {
  width: 122px;
  height: 123px;
}

.title-description {
  margin: 50px 0px;
}
.title-description .content {
  max-width: 750px;
}

.filter-tags .title-tag {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  font-family: "IBM Plex Sans", sans-serif;
  color: #3c464d;
  margin-bottom: 30px;
}
.filter-tags .blog-tags {
  display: flex;
  flex-wrap: wrap;
}
.filter-tags .blog-tag {
  align-self: center;
  margin-right: 5px;
  background: #ededee;
  padding: 5px 5px;
  color: #515c64;
  font-size: 12px;
  font-weight: bold;
  border-radius: 2px;
  font-family: "IBM Plex Sans", sans-serif;
  margin-bottom: 5px;
}

.ressource-section,
.franco-section {
  margin-top: 50px;
}
.ressource-section .wrapper,
.franco-section .wrapper {
  display: flex;
}
.ressource-section .wrapper .results-text,
.franco-section .wrapper .results-text {
  margin-bottom: 48px;
}
.ressource-section .wrapper .reset-button,
.franco-section .wrapper .reset-button {
  margin-bottom: 24px;
}
.ressource-section .wrapper .filter-section,
.franco-section .wrapper .filter-section {
  width: 25%;
  margin-right: 50px;
}
.ressource-section .wrapper .filter-section .search-form,
.franco-section .wrapper .filter-section .search-form {
  display: flex;
  flex-direction: column;
  margin-bottom: 48px;
}
.ressource-section .wrapper .filter-section .search-submit,
.franco-section .wrapper .filter-section .search-submit {
  margin-top: 14px;
}
.ressource-section .wrapper .filter-section .search-submit input,
.franco-section .wrapper .filter-section .search-submit input {
  font-size: 14px;
  padding: 13px 24px;
}
.ressource-section .wrapper .filter-section .search-field,
.franco-section .wrapper .filter-section .search-field {
  padding: 10px;
  width: 250px;
  max-width: 100%;
}
.ressource-section .wrapper .filter-section .title,
.franco-section .wrapper .filter-section .title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  font-family: "IBM Plex Sans", sans-serif;
  color: #3c464d;
  margin-bottom: 30px;
}
.ressource-section .wrapper .filter-section .options,
.franco-section .wrapper .filter-section .options {
  margin-bottom: 60px;
  /* Customize the label (the container) */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.ressource-section .wrapper .filter-section .options .title,
.franco-section .wrapper .filter-section .options .title {
  margin-top: 30px;
}
.ressource-section .wrapper .filter-section .options .option,
.franco-section .wrapper .filter-section .options .option {
  margin-bottom: 20px;
}
.ressource-section .wrapper .filter-section .options .container,
.franco-section .wrapper .filter-section .options .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
  color: #000000;
  max-width: 250px;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ressource-section .wrapper .filter-section .options .container input,
.franco-section .wrapper .filter-section .options .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ressource-section .wrapper .filter-section .options .checkmark,
.franco-section .wrapper .filter-section .options .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: solid 1px #515c64;
}
.ressource-section .wrapper .filter-section .options .container:hover input ~ .checkmark,
.franco-section .wrapper .filter-section .options .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.ressource-section .wrapper .filter-section .options .container input:checked ~ .checkmark,
.franco-section .wrapper .filter-section .options .container input:checked ~ .checkmark {
  background-color: white;
}
.ressource-section .wrapper .filter-section .options .checkmark:after,
.franco-section .wrapper .filter-section .options .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.ressource-section .wrapper .filter-section .options .container input:checked ~ .checkmark:after,
.franco-section .wrapper .filter-section .options .container input:checked ~ .checkmark:after {
  display: block;
}
.ressource-section .wrapper .filter-section .options .container .checkmark:after,
.franco-section .wrapper .filter-section .options .container .checkmark:after {
  left: 7px;
  top: 4px;
  width: 4px;
  height: 9px;
  border: solid #515c64;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.card-section {
  width: 75%;
}
.card-section .cards-container {
  display: flex;
  flex-wrap: wrap;
}
.card-section .archive-card {
  width: calc(33% - 32px);
  margin-right: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 60px;
}
.card-section .archive-card .main-cta, .card-section .archive-card .site-trousse .header-trousse .overlay a, .site-trousse .header-trousse .overlay .card-section .archive-card a, .card-section .archive-card .site-trousse .header-trousse__menu .menu li > a, .site-trousse .header-trousse__menu .menu .card-section .archive-card li > a {
  align-self: baseline;
  margin-top: 24px;
}
.card-section .archive-card .ressource-type {
  position: absolute;
  right: 7px;
  top: 7px;
  background-color: #5b6770;
  padding: 6px 8px;
  color: white;
  text-transform: uppercase;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  z-index: 1;
}
.card-section .archive-card .content h3 {
  color: #4f5a62;
  font-family: "IBM Plex Sans", sans-serif;
}
.card-section .archive-card .content p {
  color: #000000;
  margin-top: 40px;
}
.card-section .archive-card .content .container-image {
  height: 250px;
  margin-bottom: 30px;
}
.card-section .archive-card .content .container-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card-section .archive-card .content .container-image img.video-button {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  width: 20%;
}
.card-section .archive-card .content .post-type {
  color: #6abeea;
}
.card-section .archive-card .content .age-group-category {
  color: #45ae60;
  margin-top: 5px;
}

.archive-articles .card-section {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .ressource-section {
    margin-left: 0;
    margin-right: 0;
  }
  .ressource-section .wrapper .card-section {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
  }
  .ressource-section .wrapper .card-section .ressources-card {
    width: calc(50% - 32px);
    margin-right: 32px;
  }
  .ressource-section .wrapper .card-section .archive-card {
    width: calc(50% - 32px);
  }
}
@media only screen and (max-width: 800px) {
  .ressource-section .wrapper {
    flex-direction: column;
  }
  .ressource-section .wrapper .filter-section {
    width: 100%;
  }
  .ressource-section .wrapper .card-section {
    width: 100%;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .archive-card {
    width: 100% !important;
  }
}
.swiper-container-media {
  position: relative;
  overflow-x: hidden;
}
.swiper-container-media .swiper-slide {
  height: unset;
}
.swiper-container-media .card-media {
  position: relative;
  width: 100%;
  padding-bottom: 35%;
  height: 200px;
}
.swiper-container-media .swiper-pagination-bullets {
  bottom: 15px !important;
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
}
.swiper-container-media .swiper-pagination-bullet-active {
  background: #ffffff !important;
  opacity: 1 !important;
  border: 2px solid #ffffff !important;
}
.swiper-container-media .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #ffffff;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  opacity: 0.5;
}
.swiper-container-media .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 6px;
}
.swiper-container-media .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
}
.swiper-container-media .play-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.media-gallery .wrapper {
  max-width: 1400px;
}

.articles-filter .form-filter-articles {
  display: flex;
  justify-content: center;
  align-items: center;
}
.articles-filter .form-filter-articles label {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #4f5a62;
}
.articles-filter .form-filter-articles .solo-select {
  display: flex;
}
.articles-filter .form-filter-articles .custom-label {
  width: 200px;
  align-self: center;
}
.articles-filter .form-filter-articles .custom-select {
  width: 340px;
  height: 50px;
  margin: 0 32px;
  border: solid #515c64 1px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #4f5a62;
  padding: 0 26.5px;
}
.articles-filter .form-filter-articles .custom-select option {
  height: 50px;
}

.child-filter {
  margin-left: 30px;
}

.archive-articles #load-more-btn {
  margin-bottom: 50px;
}

.search-results #load-more-btn.hidden {
  display: none;
}

@media only screen and (max-width: 1080px) {
  .articles-filter .form-filter-articles {
    display: block;
    text-align: center;
  }
  .articles-filter .form-filter-articles .filter-button {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 670px) {
  .articles-filter .form-filter-articles {
    display: block;
    text-align: center;
  }
  .articles-filter .form-filter-articles .filter-button {
    margin-top: 50px;
  }
  .articles-filter .form-filter-articles .solo-select {
    display: block;
    text-align: center;
  }
  .articles-filter .form-filter-articles .solo-select label {
    display: block;
    margin-bottom: 20px;
  }
  .articles-filter .form-filter-articles .solo-select select {
    display: block;
    margin: auto;
  }
}
.single-content {
  width: 100%;
  margin-bottom: 55px;
}

.single-flex {
  display: flex;
}

.single-cta {
  text-align: center;
  margin: 0;
  padding: 84px 0px;
  background-color: #5b6770;
}
.single-cta .title {
  margin-bottom: 31px;
  color: white;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 23px;
}

.banner {
  width: 22.5%;
  padding-bottom: calc(80% + 20px);
  height: 0;
  position: relative;
  margin-top: 100px;
  margin-left: 32px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex: 1 0 auto;
}
.banner .banner-container {
  width: 100%;
  height: 100%;
  margin-bottom: 45px;
  position: absolute;
}
.banner .publicity-slider {
  height: calc(50% - 10px);
  width: 100%;
  position: absolute;
}
.banner .publicity-slider + .publicity-slider {
  bottom: 0;
}
.banner .swiper-wrapper {
  position: absolute;
}

#hero-article {
  margin-top: 100px;
  margin-bottom: 30px;
}
#hero-article .title {
  margin-bottom: 22px;
}
#hero-article .date {
  font-family: "IBM Plex Sans", sans-serif;
  color: #ef4b4f;
  font-size: 13px;
  font-weight: bold;
}
#hero-article .author {
  color: #4f5a62;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 16px;
}
#hero-article .author span {
  font-weight: bold;
}
#hero-article .image-container,
#hero-article .video-container {
  position: relative;
  padding-bottom: 50%;
  margin-bottom: 22px;
}
#hero-article .image-container .play-btn,
#hero-article .video-container .play-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#hero-article .sociaux {
  margin-left: 32px;
  white-space: nowrap;
}
#hero-article .sociaux .share-button {
  text-decoration: none;
  background: #515c64;
  color: white;
  border-radius: 50%;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
#hero-article .categories-sociaux {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}
#hero-article .categories-sociaux .category-tag {
  display: flex;
  flex-wrap: wrap;
}
#hero-article .categories-sociaux .category-tag .category {
  align-self: center;
  margin-right: 9px;
  background: black;
  padding: 5px 10px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 2px;
  font-family: "IBM Plex Sans", sans-serif;
  margin-bottom: 10px;
}
#hero-article .categories-sociaux .category-tag .category.rubrique {
  background: #4f5a62;
}
#hero-article .categories-sociaux .category-tag .category.franco {
  background: #ef4b4f;
}
#hero-article .categories-sociaux .category-tag .tag {
  align-self: center;
  margin-right: 9px;
  background: #ededee;
  padding: 5px 10px;
  color: #515c64;
  font-size: 12px;
  font-weight: bold;
  border-radius: 2px;
  font-family: "IBM Plex Sans", sans-serif;
  margin-bottom: 10px;
}
#hero-article .categories-sociaux .sociaux i.fab.fa-x-twitter::before, #hero-article .categories-sociaux .sociaux i.fas.fa-envelope::before {
  filter: brightness(0) invert(1);
  width: 14px !important;
}
#hero-article .categories-sociaux .sociaux i.fab.fa-facebook-f::before {
  filter: brightness(0) invert(1);
  width: 10px !important;
}

@media only screen and (max-width: 1024px) {
  .single-content {
    max-width: 100%;
  }
  .single-flex {
    flex-direction: column;
  }
  #hero-article {
    margin-top: 100px;
  }
  .banner {
    width: 50%;
    padding-bottom: calc(178% + 20px);
    margin-top: 50px;
    margin-bottom: 100px;
    margin-left: 0px;
    align-self: center;
  }
}
@media only screen and (max-width: 640px) {
  #hero-article .categories-sociaux {
    flex-direction: column;
  }
  #hero-article .sociaux {
    margin-left: auto;
    margin-top: 8px;
  }
}
.filter-container {
  display: flex;
}
.filter-container .select-container {
  display: flex;
  flex-wrap: wrap;
}
.filter-container .select-container .solo-select {
  margin-right: 34px;
  margin-bottom: 30px;
  flex: 1;
}
.filter-container .select-container .solo-select select {
  font-size: 16px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: bold;
  padding: 14px 20px;
  padding-right: 45px;
  min-width: 215px;
  max-width: 445px;
  width: 100%;
  cursor: pointer;
}
.filter-container .filter-button {
  width: 100%;
  max-width: 336px;
  align-self: flex-start;
  place-content: center;
}

.no-result-margin {
  margin-left: 16px;
}

@media only screen and (max-width: 640px) {
  .filter-container {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .filter-container .select-container .solo-select {
    margin-right: 0;
    width: 100%;
    flex: auto;
  }
  .filter-container .select-container .solo-select select {
    min-width: initial;
    max-width: initial;
  }
  .filter-container .filter-button {
    margin-left: auto;
  }
}
#search-form {
  position: relative;
  visibility: hidden;
  opacity: 0;
  background-color: white;
  padding: 50px 32px;
  box-sizing: border-box;
  transition: 0.48s ease;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
#search-form .form-container {
  max-width: 1040px;
  margin: 0 auto;
  height: 100%;
}
#search-form input {
  font-family: "Roboto", sans-serif;
  width: 100%;
  border: 0;
  font-size: 23px;
  border-bottom: 2px solid #5b6770;
  font-weight: bold;
  border-radius: 0;
  padding: 8px 20px;
  transition: 0.2s ease-in-out;
}

.searchwp-live-search-result p:hover {
  background-color: #f6f7f9;
}
.searchwp-live-search-result p a {
  font-family: "Roboto", sans-serif !important;
  color: #000000 !important;
  text-decoration: none !important;
}

.x-container {
  position: absolute;
  top: 15px;
  right: 100px;
}

.round-button {
  width: 35px;
  height: 35px;
  background-color: #ef4b4f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.round-button:hover {
  cursor: pointer;
}

body.search-opened #search-form {
  visibility: visible;
  opacity: 1;
}

body.unscrollable,
html.unscrollable {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  #search-form {
    opacity: 1;
    visibility: visible;
    z-index: 10;
    position: fixed;
    width: 100%;
    transform: translateX(100%);
  }
  body.search-opened #search-form {
    transform: translateX(0);
  }
  .x-container {
    right: 32px;
  }
}
.archive-bap .title-filter {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  font-family: "IBM Plex Sans", sans-serif;
  color: #3c464d;
  margin-bottom: 30px;
}
.archive-bap .filter-group {
  background-color: white;
  padding: 10px;
  margin-bottom: 30px;
}
.archive-bap .filter-group .group-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  font-family: "IBM Plex Sans", sans-serif;
  color: #3c464d;
  margin-bottom: 30px;
}
.archive-bap .disabled-checkboxes {
  pointer-events: none;
  opacity: 0.4;
}
.archive-bap .facetwp-input-wrap input {
  padding: 5px;
}
.archive-bap .filters .facetwp-radio .facetwp-counter {
  display: none;
}
.archive-bap .filters .facetwp-checkbox {
  background-size: 20px 20px;
  margin-bottom: 15px;
  padding-left: 35px;
}
.archive-bap .filters .facetwp-checkbox .facetwp-counter {
  display: none;
}
.archive-bap .title-description .content .title {
  display: flex;
  margin-bottom: 30px;
}
.archive-bap .title-description .content .title h1 {
  color: #6abeea;
}
.archive-bap .title-description .content .title img {
  margin-right: 30px;
  width: 100%;
}

.information-technique {
  display: flex;
  background-color: white;
  padding: 50px;
  position: relative;
}
.information-technique .svg-pattern .square {
  padding-bottom: 0px !important;
}
.information-technique .left-side,
.information-technique .right-side {
  width: 50%;
}
.information-technique .left-side .title,
.information-technique .right-side .title {
  font-weight: bold;
  margin-bottom: 10px !important;
  font-family: "IBM Plex Sans", sans-serif;
  color: #515c64;
}
.information-technique .left-side .categories,
.information-technique .right-side .categories {
  margin-bottom: 30px;
}
.information-technique .left-side .categories .label-child-child,
.information-technique .left-side .categories .label,
.information-technique .right-side .categories .label-child-child,
.information-technique .right-side .categories .label {
  margin-left: 15px;
}
.information-technique .left-side .categories .label-child-child,
.information-technique .left-side .categories .label-child,
.information-technique .left-side .categories .label,
.information-technique .right-side .categories .label-child-child,
.information-technique .right-side .categories .label-child,
.information-technique .right-side .categories .label {
  display: list-item;
  list-style-type: disc;
  list-style-position: inside;
}
.information-technique .left-side .categories .label-child,
.information-technique .right-side .categories .label-child {
  margin-left: 40px;
}
.information-technique .left-side .categories .label-child-child,
.information-technique .right-side .categories .label-child-child {
  margin-left: 70px;
}

@media only screen and (max-width: 640px) {
  .information-technique {
    flex-direction: column;
  }
  .download-pdf,
  .button-wrapper {
    text-align: center !important;
  }
}
.site-trousse {
  position: relative;
  color: #727B81;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.72;
}
.site-trousse::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: url("../images/body_texture.jpg") repeat top left;
  background-size: 640px;
  opacity: 0.6;
  z-index: -3;
}
.site-trousse .wrapper {
  width: 100%;
  max-width: 1520px;
  padding: 0 64px;
  margin: 0 auto;
}
.site-trousse a {
  text-decoration: none;
}
.site-trousse, .site-trousse * {
  box-sizing: border-box;
}
.site-trousse h1,
.site-trousse h2,
.site-trousse h3,
.site-trousse h4,
.site-trousse h5,
.site-trousse h6,
.site-trousse .looks-h1,
.site-trousse .looks-h2,
.site-trousse .looks-h3,
.site-trousse .looks-h4,
.site-trousse .looks-h5,
.site-trousse .looks-h6 {
  color: #1E1E1E;
  font-family: "Harmony", sans-serif;
}
.site-trousse h1,
.site-trousse .looks-h1 {
  font-size: 120px;
  line-height: 1.18;
}
.site-trousse h2,
.site-trousse .looks-h2 {
  font-size: 72px;
  line-height: 1.12;
}
.site-trousse h3,
.site-trousse .looks-h3 {
  font-size: 42px;
  line-height: 1.14;
}
.site-trousse h4,
.site-trousse .looks-h4 {
  font-size: 38px;
  line-height: 1.21;
}
.site-trousse .subtitle, .site-trousse .main-cta, .site-trousse .header-trousse__menu .menu li > a, .site-trousse .header-trousse .overlay a {
  color: #45ae60;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-transform: uppercase;
}
.site-trousse .hero {
  margin-top: 150px;
}
.site-trousse .image-container {
  position: relative;
  overflow: hidden;
}
.site-trousse .blocks-top-page {
  width: 100%;
  position: absolute;
  top: var(--header-h, 110px);
  left: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.site-trousse .blocks-top-page > div {
  display: flex;
  flex-wrap: wrap;
}
.site-trousse .blocks-top-page .blocks-left {
  width: 200px;
}
.site-trousse .blocks-top-page .blocks-right {
  width: 300px;
  justify-content: flex-end;
}
.site-trousse .blocks-top-page .blocks-right .block-parent:nth-child(2) {
  margin-right: 100px;
}
.site-trousse .blocks-top-page .blocks-right .block-parent:nth-child(5) {
  margin-left: 200px;
}
.site-trousse .blocks-top-page .block-parent {
  width: 100px;
}
.site-trousse .wysi b,
.site-trousse .wysi strong {
  color: #1E1E1E;
  font-weight: bold;
}
.site-trousse .wysi br {
  content: "";
  margin-top: 8px;
  display: block;
}
.site-trousse .wysi p:empty {
  display: none;
}
.site-trousse .wysi em {
  font-style: italic;
}
.site-trousse .wysi ul li {
  list-style: initial;
}
.site-trousse .wysi ol li {
  list-style: decimal;
}

.choose-scroll {
  display: flex;
  align-items: flex-start;
  color: #1E1E1E;
  font-family: "Harmony", sans-serif;
  font-size: 28px;
  line-height: 1;
  text-align: left;
}
.choose-scroll img {
  width: 26px;
  margin-top: 10px;
  margin-right: 14px;
}
.choose-scroll span {
  max-width: 103px;
}

.quarter-top-left {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100% 0 0 0;
}

.quarter-top-right {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 0 100% 0 0;
}

.quarter-bottom-left {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 0 0 0 100%;
}

.quarter-bottom-right {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 0 0 100% 0;
}

.square {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.bg-green {
  background-color: #45ae60;
}

.bg-red {
  background-color: #ef4b4f;
}

.bg-yellow {
  background-color: #fbb53b;
}

.bg-blue {
  background-color: #6abeea;
}

@media (max-width: 1600px) {
  .site-trousse .blocks-top-page .blocks-left {
    width: 160px;
  }
  .site-trousse .blocks-top-page .blocks-right {
    width: 240px;
  }
  .site-trousse .blocks-top-page .blocks-right .block-parent:nth-child(2) {
    margin-right: 80px;
  }
  .site-trousse .blocks-top-page .blocks-right .block-parent:nth-child(5) {
    margin-left: 160px;
  }
  .site-trousse .blocks-top-page .block-parent {
    width: 80px;
  }
}
@media (max-width: 1440px) {
  .site-trousse .blocks-top-page .blocks-left {
    width: 140px;
  }
  .site-trousse .blocks-top-page .blocks-right {
    width: 210px;
  }
  .site-trousse .blocks-top-page .blocks-right .block-parent:nth-child(2) {
    margin-right: 70px;
  }
  .site-trousse .blocks-top-page .blocks-right .block-parent:nth-child(5) {
    margin-left: 140px;
  }
  .site-trousse .blocks-top-page .block-parent {
    width: 70px;
  }
}
@media (max-width: 1250px) {
  .site-trousse h1,
  .site-trousse .looks-h1 {
    font-size: 100px;
  }
  .site-trousse h2,
  .site-trousse .looks-h2 {
    font-size: 68px;
  }
  .site-trousse h3,
  .site-trousse .looks-h3 {
    font-size: 38px;
  }
  .site-trousse h4,
  .site-trousse .looks-h4 {
    font-size: 32px;
  }
  .site-trousse .subtitle, .site-trousse .main-cta, .site-trousse .header-trousse__menu .menu li > a, .site-trousse .header-trousse .overlay a {
    font-size: 14px;
  }
  .site-trousse .hero {
    margin-top: 120px;
  }
  .site-trousse .blocks-top-page .blocks-left {
    width: 120px;
  }
  .site-trousse .blocks-top-page .blocks-right {
    width: 180px;
  }
  .site-trousse .blocks-top-page .blocks-right .block-parent:nth-child(2) {
    margin-right: 60px;
  }
  .site-trousse .blocks-top-page .blocks-right .block-parent:nth-child(5) {
    margin-left: 120px;
  }
  .site-trousse .blocks-top-page .block-parent {
    width: 60px;
  }
  .choose-scroll {
    margin-top: 40px;
    justify-content: center;
    order: 2;
  }
}
@media (max-width: 1024px) {
  .site-trousse .wrapper {
    padding: 0 32px;
  }
  .site-trousse h1,
  .site-trousse .looks-h1 {
    font-size: 80px;
  }
  .site-trousse h2,
  .site-trousse .looks-h2 {
    font-size: 60px;
  }
  .site-trousse .hero {
    margin-top: 100px;
  }
  .site-trousse .blocks-top-page .blocks-right {
    width: 120px;
  }
  .site-trousse .blocks-top-page .blocks-right .block-parent:nth-child(2) {
    margin-right: 0;
  }
  .site-trousse .blocks-top-page .blocks-right .block-parent:nth-child(4) {
    display: none;
  }
  .site-trousse .blocks-top-page .blocks-right .block-parent:nth-child(5) {
    display: none;
  }
}
@media (max-width: 800px) {
  .site-trousse .blocks-top-page {
    display: none;
  }
}
@media (max-width: 640px) {
  .site-trousse {
    font-size: 16px;
  }
  .site-trousse .wrapper {
    padding: 0 20px;
  }
  .site-trousse h1,
  .site-trousse .looks-h1 {
    font-size: 60px;
  }
  .site-trousse h2,
  .site-trousse .looks-h2 {
    font-size: 42px;
  }
  .site-trousse h3,
  .site-trousse .looks-h3 {
    font-size: 32px;
  }
  .site-trousse h4,
  .site-trousse .looks-h4 {
    font-size: 26px;
  }
  .site-trousse .subtitle, .site-trousse .main-cta, .site-trousse .header-trousse__menu .menu li > a, .site-trousse .header-trousse .overlay a {
    font-size: 12px;
  }
}
.site-trousse header {
  padding: 18px 0;
  background-color: #45ae60;
}
.site-trousse .header-trousse {
  height: 110px;
}
.site-trousse .header-trousse__menu {
  justify-content: space-between;
  align-items: center;
}
.site-trousse .header-trousse__menu .menu {
  display: flex;
}
.site-trousse .header-trousse__menu .menu li > a {
  font-size: 15px;
  line-height: 1.333;
  font-weight: bold;
}
.site-trousse .header-trousse__menu .menu .menu-item > a {
  margin: 0;
  padding: 0;
  margin-left: 40px;
}
.site-trousse .header-trousse__menu .menu .menu-item > a:hover:before {
  top: -9px;
  left: -15px;
}
.site-trousse .header-trousse__menu .menu .menu-item > a:hover:after {
  bottom: -9px;
  right: -15px;
}
.site-trousse .header-trousse__menu .menu .menu-item a {
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.site-trousse .header-trousse__menu .logo {
  width: 184px;
}
.site-trousse .header-trousse__menu .logo img {
  object-fit: contain;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .header-trousse .hamburger-menu-container .hamburger-menu .line {
    background: white;
  }
  .header-trousse .overlay {
    top: 110px;
    background-color: #45ae60;
  }
  .header-trousse .overlay .menu-trousse-menu-container {
    margin-top: 40px;
  }
  .header-trousse .overlay .menu-trousse-menu-container .menu-item > a {
    margin: 0;
  }
  .header-trousse .overlay a {
    font-size: 28px;
    font-weight: 600;
    color: white;
    margin: 0;
  }
  .header-trousse__nav {
    display: none;
  }
}
.footer-trousse {
  background-color: transparent;
  padding: 48px 0;
}
.footer-trousse__content {
  justify-content: space-between;
}
.footer-trousse__logos-container {
  align-items: center;
  margin-bottom: 64px;
  justify-content: flex-end;
}
.footer-trousse__logos-container .footer-trousse__logo {
  max-width: 33.333%;
  max-height: 100%;
  display: flex;
  justify-content: center;
}
.footer-trousse__logos-container .footer-trousse__logo img {
  object-fit: contain;
  width: 100%;
  max-width: 165px;
}
.footer-trousse .column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer-trousse__content {
  margin-bottom: 0;
  padding-bottom: 47px;
  border-bottom: solid #CECECE 1px;
}
.footer-trousse__logo {
  display: inline-flex;
  box-sizing: border-box;
  padding: 0 20px;
}
.footer-trousse__links {
  justify-content: flex-end;
}
.footer-trousse__links .footer-trousse__link {
  padding: 0;
  transition: all 0.3s;
}
.footer-trousse__links .footer-trousse__link:hover {
  opacity: 80%;
}
.footer-trousse__links .footer-trousse__link + .footer-trousse__link {
  margin-left: 32px;
}
.footer-trousse__links .fab {
  color: #45ae60;
}
.footer-trousse__credits {
  justify-content: space-between;
  margin: 47px auto 0 auto;
  transition: all 0.3s;
}
.footer-trousse__credits p + p {
  margin-top: 0;
}
.footer-trousse .treize-link {
  transition: all 0.3s;
}
.footer-trousse .treize-link:hover {
  opacity: 80%;
}
.footer-trousse .logo-container {
  margin-bottom: 64px;
}
.footer-trousse__credits p,
.footer-trousse .treize-link,
.footer-trousse p {
  color: #4f5a62;
  font-size: 16px;
  line-height: 1.625;
  font-family: "Inter", sans-serif;
  opacity: 80%;
}
.footer-trousse__description {
  color: #4f5a62;
  font-size: 16px;
  line-height: 1.625;
  font-family: "Inter", sans-serif;
  opacity: 80%;
}
.footer-trousse__logo-description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .footer-trousse__logos-container {
    justify-content: start;
  }
  .footer-trousse__right {
    margin-top: 40px;
  }
  .footer-trousse__links {
    justify-content: center;
  }
  .footer-trousse__links .fab {
    font-size: 1.33333em;
    line-height: 0.75em;
  }
}
@media only screen and (max-width: 640px) {
  .footer-trousse__credits {
    display: block;
    text-align: center;
  }
}
.play-button,
.back-button,
.cards-archive-trousse .card-image-container,
.trousse-button {
  width: 124px;
  height: 124px;
  position: relative;
}
.play-button .icon,
.back-button .icon,
.cards-archive-trousse .card-image-container .icon,
.trousse-button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 3px), -50%);
  z-index: 4;
}
.play-button .inner-circle,
.play-button .circle,
.back-button .inner-circle,
.cards-archive-trousse .card-image-container .inner-circle,
.back-button .circle,
.cards-archive-trousse .card-image-container .circle,
.trousse-button .inner-circle,
.trousse-button .circle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 500px;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.play-button .dashed-circle,
.back-button .dashed-circle,
.cards-archive-trousse .card-image-container .dashed-circle,
.trousse-button .dashed-circle {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.play-button .dashed-circle circle,
.back-button .dashed-circle circle,
.cards-archive-trousse .card-image-container .dashed-circle circle,
.trousse-button .dashed-circle circle {
  transition: 0.3s;
}
.play-button .inner-circle,
.back-button .inner-circle,
.cards-archive-trousse .card-image-container .inner-circle,
.trousse-button .inner-circle {
  background-color: #45ae60;
  transform: translate(-50%, -50%) scale(0);
  z-index: 3;
}
.play-button .circle,
.back-button .circle,
.cards-archive-trousse .card-image-container .circle,
.trousse-button .circle {
  border: 2px solid #45ae60;
  z-index: 2;
}
.play-button .circle p,
.back-button .circle p,
.cards-archive-trousse .card-image-container .circle p,
.trousse-button .circle p {
  color: #1E1E1E;
}

.site-trousse .main-cta, .site-trousse .header-trousse__menu .menu li > a, .site-trousse .header-trousse .overlay a {
  display: inline-block;
  background-color: #45ae60;
  color: white;
  padding: 25px;
  position: relative;
  transition: all 0.3s;
  border-radius: 0;
  line-height: 1.3333;
}
.site-trousse .main-cta:hover, .site-trousse .header-trousse__menu .menu li > a:hover, .site-trousse .header-trousse .overlay a:hover {
  background-color: #45ae60;
}
.site-trousse .main-cta:hover::after, .site-trousse .header-trousse__menu .menu li > a:hover::after, .site-trousse .header-trousse .overlay a:hover::after, .site-trousse .main-cta:hover::before, .site-trousse .header-trousse__menu .menu li > a:hover::before, .site-trousse .header-trousse .overlay a:hover::before {
  content: url("../images/frame_1.png");
  position: absolute;
  display: block;
  height: 9px;
  width: 11px;
  font-size: 0;
  transition: all 0.3s;
  animation: main-cta-trousse-animation 0.3s ease-in-out infinite alternate;
}
.site-trousse .main-cta:hover::before, .site-trousse .header-trousse__menu .menu li > a:hover::before, .site-trousse .header-trousse .overlay a:hover::before {
  top: 18px;
  left: 8px;
}
.site-trousse .main-cta:hover::after, .site-trousse .header-trousse__menu .menu li > a:hover::after, .site-trousse .header-trousse .overlay a:hover::after {
  bottom: 23px;
  right: 8px;
  transform: rotate(180deg);
}

.back-button, .cards-archive-trousse .card-image-container {
  width: 200px;
  height: 200px;
  margin: 0 auto;
}
.back-button__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% + 3px), -50%);
  z-index: 3;
  width: 75%;
  text-align: center;
}
.back-button__text p {
  color: #1E1E1E;
  font-size: 30px;
  line-height: 1.266;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  font-family: "Harmony", sans-serif;
  transition: all 0.3s;
}
.back-button .dashed-circle, .cards-archive-trousse .card-image-container .dashed-circle {
  width: 230px;
  height: 230px;
}
.back-button:hover .inner-circle, .cards-archive-trousse .card-image-container:hover .inner-circle {
  transform: translate(-50%, -50%) scale(1);
  display: inline-block;
  padding-top: 1.4375rem;
  text-align: center;
}
.back-button:hover p, .cards-archive-trousse .card-image-container:hover p {
  color: white;
}

.trousse-button {
  width: 280px;
  height: 280px;
}
.trousse-button .dashed-circle {
  width: 500px;
  height: 500px;
}
.trousse-button .inner-circle {
  width: 460px;
  height: 460px;
}
.trousse-button:hover .inner-circle {
  transform: translate(-50%, -50%) scale(1);
}
.trousse-button:hover p {
  color: white;
}
.trousse-button:hover .circle {
  width: 460px;
  height: 460px;
}
.trousse-button:hover circle {
  stroke: #45ae60;
}
.trousse-button:hover .button-image {
  transform: translate(-50%, -50%);
  transition-delay: 0.15s;
}
.trousse-button:hover .button-images {
  opacity: 1;
  transition-delay: 0.15s;
  visibility: visible;
}
.trousse-button .button-images {
  width: 460px;
  height: 460px;
  opacity: 0;
  position: relative;
  top: 50%;
  left: 50%;
  border-radius: 500px;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  z-index: 3;
  visibility: hidden;
}
.trousse-button .back-button__text {
  z-index: 1;
  font-size: 32px;
  line-height: 1.1875;
  letter-spacing: 0;
}
.trousse-button .back-button__text p {
  position: relative;
}
.trousse-button .back-button__text p::after {
  content: url("../svg/arrow.svg");
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
}
.trousse-button .button-image {
  transform: translate(-50%, 0);
  top: 50%;
  left: 50%;
  position: absolute;
  vertical-align: middle;
  border-style: none;
  text-align: center;
  transition: all 0.3s;
  max-width: 100%;
}
.trousse-button .full-image-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  clip-path: circle(50% at 50% 50%);
  overflow: hidden;
  text-align: center;
  visibility: visible;
}
.trousse-button .behind-image {
  z-index: 2;
}

.button-trousse__container {
  height: 500px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: space-around;
}

.disabled-button .trousse-button {
  opacity: 50%;
}
.disabled-button .trousse-button .circle {
  width: 80%;
  height: 80%;
}

@keyframes main-cta-trousse-animation {
  0% {
    content: url("../images/frame_1.png");
  }
  100% {
    content: url("../images/frame_2.png");
  }
}
@media (max-width: 800px) {
  .play-button {
    transform: scale(0.85);
  }
}
@media (max-width: 640px) {
  .play-button {
    transform: scale(0.7);
  }
}
.video {
  width: 100%;
  position: relative;
  display: inline-block;
}
.video:hover .play-button .inner-circle {
  transform: translate(-50%, -50%) scale(1);
}
.video .image-container {
  width: 100%;
  padding-bottom: 60%;
  border-radius: 10px;
}
.video .image-container::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.video > div[class*=blocks] {
  position: absolute;
  z-index: 1;
}
.video .block-parent {
  width: 80px;
}
.video .blocks-top {
  top: 0;
  right: 25%;
}
.video .blocks-bottom-left {
  width: 240px;
  bottom: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
}
.video .blocks-bottom-left > div:nth-child(3) {
  margin-left: 80px;
}
.video .blocks-bottom-right {
  bottom: 0;
  right: 0;
}

@media (max-width: 1024px) {
  .video .block-parent {
    width: 60px;
  }
  .video .blocks-bottom-left {
    width: 180px;
  }
  .video .blocks-bottom-left > div:nth-child(3) {
    margin-left: 60px;
  }
}
@media (max-width: 800px) {
  .video .play-button {
    transform: translate(-50%, -50%) scale(0.85);
  }
}
@media (max-width: 640px) {
  .video .image-container {
    padding-bottom: 72%;
  }
  .video .play-button {
    transform: translate(-50%, -50%) scale(0.7);
  }
  .video .block-parent {
    width: 40px;
  }
  .video .blocks-bottom-left {
    width: 120px;
  }
  .video .blocks-bottom-left > div:nth-child(3) {
    margin-left: 40px;
  }
}
.hero-home {
  text-align: center;
}
.hero-home .row {
  align-items: flex-end;
}
.hero-home .subtitle, .hero-home .site-trousse .main-cta, .site-trousse .hero-home .main-cta, .hero-home .site-trousse .header-trousse__menu .menu li > a, .site-trousse .header-trousse__menu .menu .hero-home li > a, .hero-home .site-trousse .header-trousse .overlay a, .site-trousse .header-trousse .overlay .hero-home a {
  max-width: 500px;
  margin: 0 auto;
}
.hero-home h1 {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero-home h1 span {
  display: flex;
}
.hero-home h1 > span {
  display: flex;
  align-items: center;
}
.hero-home .blocks_1 {
  margin-left: 30px;
}
.hero-home .blocks_2 {
  margin-right: 30px;
}
.hero-home .block_1,
.hero-home .block_2 {
  width: 68px;
}
.hero-home .description {
  max-width: 650px;
  margin: 48px auto 0;
}

@media (max-width: 1250px) {
  .hero-home .block_1,
  .hero-home .block_2 {
    width: 60px;
  }
}
@media (max-width: 1024px) {
  .hero-home .block_1,
  .hero-home .block_2 {
    width: 40px;
  }
  .hero-home .blocks_1 {
    margin-left: 15px;
  }
  .hero-home .blocks_2 {
    margin-right: 15px;
  }
}
@media (max-width: 640px) {
  .hero-home .description {
    margin-top: 32px;
  }
}
.site-trousse .hero-single-themes-trousse h1 {
  margin-top: 32px;
  margin-bottom: 30px;
}
.site-trousse .hero-single-themes-trousse__description .col-xxl-6:first-child {
  padding-right: 40px;
}
.site-trousse .hero-single-themes-trousse__description .col-xxl-6:nth-child(2) {
  padding-left: 40px;
}
.site-trousse .hero-single-themes-trousse__description p + p {
  margin-top: 32px;
}

@media only screen and (max-width: 800px) {
  .site-trousse .hero-single-themes-trousse__description .col-xxl-6:first-child {
    padding-right: 20px;
    margin-bottom: 40px;
  }
  .site-trousse .hero-single-themes-trousse__description .col-xxl-6:nth-child(2) {
    padding-left: 20px;
  }
}
.hero-single-trousse {
  position: relative;
  text-align: center;
}
.hero-single-trousse .row {
  align-items: flex-end;
}
.hero-single-trousse .bg-line {
  position: absolute;
  bottom: 11%;
  left: 0;
}
.hero-single-trousse .subtitle, .hero-single-trousse .site-trousse .main-cta, .site-trousse .hero-single-trousse .main-cta, .hero-single-trousse .site-trousse .header-trousse__menu .menu li > a, .site-trousse .header-trousse__menu .menu .hero-single-trousse li > a, .hero-single-trousse .site-trousse .header-trousse .overlay a, .site-trousse .header-trousse .overlay .hero-single-trousse a {
  max-width: 500px;
  margin: 0 auto;
}
.hero-single-trousse h1 {
  margin: 32px auto 0;
}
.hero-single-trousse .description {
  max-width: 650px;
  margin: 48px auto 0;
}
.hero-single-trousse .video {
  margin-top: 120px;
}

@media (max-width: 1250px) {
  .hero-single-trousse .bg-line {
    bottom: 27%;
  }
  .hero-single-trousse .video {
    margin-top: 100px;
  }
}
@media (max-width: 1024px) {
  .hero-single-trousse .video {
    margin-top: 80px;
  }
}
@media (max-width: 800px) {
  .hero-single-trousse .bg-line {
    bottom: 24%;
  }
}
@media (max-width: 640px) {
  .hero-single-trousse .description {
    margin-top: 32px;
  }
  .hero-single-trousse .bg-line {
    bottom: 24%;
  }
}
.cards-archive-trousse .card-archive-trousse {
  margin-bottom: 40px;
}
.cards-archive-trousse .card-archive-trousse__container {
  min-height: 566px;
  height: 100%;
  border-radius: 8px;
  border: solid #E5E5E5 2px;
  padding: 56px 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
  position: relative;
  background: url("../images/body_texture.jpg") repeat top left;
}
.cards-archive-trousse .card-archive-trousse__container .hover {
  position: absolute;
  transition: all 0.3s;
  top: 0;
  z-index: -2;
  width: 100%;
}
.cards-archive-trousse .card-archive-trousse__container .hover svg {
  width: 100%;
}
.cards-archive-trousse .card-archive-trousse__container .circle {
  background-color: white;
}
.cards-archive-trousse .card-archive-trousse__container .dashed-circle {
  width: 310px;
  height: 310px;
}
.cards-archive-trousse .card-archive-trousse:hover .card-archive-trousse__container {
  border: none;
}
.cards-archive-trousse .card-archive-trousse:hover svg g rect {
  fill: white;
}
.cards-archive-trousse .card-archive-trousse:hover h2 {
  color: white;
}
.cards-archive-trousse .card-archive-trousse:hover .page-1 {
  top: -33px;
}
.cards-archive-trousse .card-archive-trousse:hover .page-2 {
  top: -17px;
}
.cards-archive-trousse .back-button__text img {
  position: relative;
}
.cards-archive-trousse :nth-child(4n+1) .page-1 svg path {
  fill: #4f7158;
}
.cards-archive-trousse :nth-child(4n+1) .page-2 svg path {
  fill: #3a5340;
}
.cards-archive-trousse :nth-child(4n+1):hover .card-archive-trousse__container {
  background: #45ae60;
}
.cards-archive-trousse :nth-child(4n+2) .circle {
  border: solid #fbb53b 2px;
}
.cards-archive-trousse :nth-child(4n+2) svg g rect {
  fill: #fbb53b;
}
.cards-archive-trousse :nth-child(4n+2) .page-1 svg path {
  fill: #db9a28;
}
.cards-archive-trousse :nth-child(4n+2) .page-2 svg path {
  fill: #b27c1e;
}
.cards-archive-trousse :nth-child(4n+2):hover .card-archive-trousse__container {
  background: #fbb53b;
}
.cards-archive-trousse :nth-child(4n+3) .circle {
  border: solid #ef4b4f 2px;
}
.cards-archive-trousse :nth-child(4n+3) svg g rect {
  fill: #ef4b4f;
}
.cards-archive-trousse :nth-child(4n+3):hover .card-archive-trousse__container {
  background: #ef4b4f;
}
.cards-archive-trousse :nth-child(4n+3) .page-1 svg path {
  fill: #cc3b3f;
}
.cards-archive-trousse :nth-child(4n+3) .page-2 svg path {
  fill: #a82c2f;
}
.cards-archive-trousse :nth-child(4n+4) .circle {
  border: solid #6abeea 2px;
}
.cards-archive-trousse :nth-child(4n+4) svg g rect {
  fill: #6abeea;
}
.cards-archive-trousse :nth-child(4n+4):hover .card-archive-trousse__container {
  background: #6abeea;
}
.cards-archive-trousse :nth-child(4n+4) .page-1 svg path {
  fill: #59a2c8;
}
.cards-archive-trousse :nth-child(4n+4) .page-2 svg path {
  fill: #3b8ab3;
}
.cards-archive-trousse .card-image-container {
  width: 280px;
  height: 280px;
  display: flex;
  align-items: center;
}
.cards-archive-trousse .card-image-container img {
  object-fit: contain;
  margin: 0 auto;
  width: 100%;
}
.cards-archive-trousse h2 {
  text-transform: uppercase;
  font-size: 38px;
  line-height: 1.21;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 640px) {
  .cards-archive-trousse .card-archive-trousse {
    padding-left: 0;
    padding-right: 0;
  }
  .cards-archive-trousse .card-archive-trousse__container {
    padding: 56px 40px;
  }
  .cards-archive-trousse .card-archive-trousse .card-image-container {
    transform: scale(0.8);
  }
  .cards-archive-trousse .card-archive-trousse h2 {
    font-size: 32px;
    max-width: 85%;
    margin: 48px auto 8px auto;
  }
}
.site-trousse .text-image-trousse .row {
  align-items: center;
  justify-content: space-between;
}
.site-trousse .text-image-trousse .image-container {
  width: 100%;
  height: auto;
}
.site-trousse .text-image-trousse .image-container img {
  width: 100%;
  height: auto;
}
.site-trousse .text-image-trousse .image-container .contain {
  object-fit: contain;
  border-radius: 10px;
}
.site-trousse .text-image-trousse .reverse:nth-child(1) {
  order: 2;
}
.site-trousse .text-image-trousse .reverse:nth-child(2) {
  order: 1;
}
.site-trousse .text-image-trousse .wysi p + p {
  margin-top: 32px;
}
.site-trousse .text-image-trousse .wysi h3 {
  margin-bottom: 30px;
}
.site-trousse .text-image-trousse .wysi ul + h3,
.site-trousse .text-image-trousse .wysi p + h3 {
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .site-trousse .text-image-trousse .image-container {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .site-trousse .title-image-2col-trousse .wysi {
    margin-top: 40px;
  }
}
.archive-bap .title-description .content .title img {
  max-width: 570px;
}
.archive-bap .title-filter {
  font-size: 15px;
  margin-bottom: 12px;
}
.archive-bap .filter-group {
  padding: 32px;
}
.archive-bap .filter-group .group-title {
  margin-bottom: 32px;
}
.archive-bap .filter-group .group-title + .filter-text-block {
  margin-top: -20px;
}
.archive-bap .filter-group .submit {
  margin-top: 12px;
}
.archive-bap .facetwp-input-wrap {
  display: flex;
}
.archive-bap .facetwp-input-wrap .facetwp-search {
  width: 100%;
  min-width: initial;
}
.archive-bap .filters .facetwp-checkbox {
  position: relative;
  margin-bottom: 8px;
}
.archive-bap .filters + .title-filter {
  margin-top: 32px;
}
.archive-bap .facetwp-checkbox {
  background: initial;
  transition: 0.3s ease-in-out;
}
.archive-bap .facetwp-checkbox:hover, .archive-bap .facetwp-checkbox.checked {
  color: #45ae60;
}
.archive-bap .facetwp-checkbox:hover::before, .archive-bap .facetwp-checkbox.checked::before {
  border-color: rgba(69, 174, 96, 0.75);
}
.archive-bap .facetwp-checkbox.checked {
  background: none;
}
.archive-bap .facetwp-checkbox.checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(69, 174, 96, 0.75);
  width: 12px;
  height: 12px;
}
.archive-bap .facetwp-checkbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border: 2px solid rgba(60, 70, 77, 0.45);
  transition: 0.3s;
}
.archive-bap .facetwp-facet {
  margin-bottom: 0;
}
.archive-bap .search-button-container {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}
.archive-bap .search-button-container svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0.4) !important;
}
.archive-bap .reset-research {
  position: relative;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.archive-bap .reset-research::after {
  content: "";
  display: block;
  background: url("../svg/refresh.svg");
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
  margin-left: 12px;
}
.archive-bap .filter-text-block {
  margin: 12px 0 32px;
}
.archive-bap .filter-text-block a {
  color: #45ae60;
  text-decoration: none;
  text-decoration: underline;
  font-weight: bold;
  font-size: 16px;
  transition: 0.3s;
}
.archive-bap .filter-text-block a:hover {
  opacity: 0.7;
}
.archive-bap .card-section .archive-card .content p {
  margin-top: 10px;
}

.single-bap .download-pdf {
  text-align: left;
  margin-bottom: 125px;
}

.single-bap #hero-article {
  margin-bottom: 0;
}

#hero-article .information-technique .title {
  font-size: 20px;
}
#hero-article .information-technique .label::marker,
#hero-article .information-technique .label-child-child::marker,
#hero-article .information-technique .label-child::marker {
  color: #ef4b4f;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.skip-link {
  display: none;
}

body {
  box-sizing: border-box;
  background-color: #f6f7f9;
  padding-top: 147px;
}
body:not(.page-template-tpl-sidebar) {
  overflow-x: hidden;
}
body .hustle-ui {
  box-sizing: border-box;
}

.page-template-tpl-sidebar .page-content {
  max-width: 100%;
}

html.search-opened,
body.search-opened,
html.menu-opened,
body.menu-opened {
  overflow-y: hidden;
}

.separator {
  background-color: #707070;
  width: 100%;
  height: 1px;
  opacity: 0.5;
}

.spinner-container {
  height: 0;
  opacity: 0;
  transition: 0.3s;
}
.spinner-container.loading {
  opacity: 1;
}

.infolettre .single-pt-right .blue {
  left: 0px !important;
}

.text-centered {
  text-align: center;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.error404 .wysi {
  margin: 32px 0 20px;
}

@media screen and (max-width: 1024px) {
  body {
    padding-top: 80px;
  }
}
section.ressources.different-background {
  padding-bottom: 0 !important;
}

.title-description .content .title {
  margin-bottom: 30px;
}

.title-description .content .title svg {
  max-width: 570px;
}

/*# sourceMappingURL=main-style.css.map */
