/*!*********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./wp-content/themes/kn/sass/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************/
:root {
  --bg-f: 12px;
}

@media (min-width: 992px) {
  .col-lg-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-xl-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1400px) {
  .col-xxl-fifth {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

* {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

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

img,
video {
  height: auto;
  max-width: 100%;
}

figure {
  background: #f2f4fa;
  max-width: 100%;
  overflow: hidden;
}

figure img.size-full {
  border-radius: 0;
}

figure figcaption {
  padding: 10px 40px;
  text-align: center;
}

iframe {
  max-width: 100%;
}

iframe[src*=youtube] {
  aspect-ratio: 16/9;
  border-radius: 8px;
  display: block;
  height: auto;
  overflow: hidden;
  width: 100%;
}

ul:not([class]),
ol:not([class]) {
  line-height: 1.5;
  margin-bottom: 24px;
  padding-left: 24px;
}

ul:not([class]) {
  list-style: none !important;
}

ul:not([class]) li {
  position: relative;
}

ul:not([class]) li::before {
  background: var(--main-color1);
  border-radius: 100%;
  content: "";
  display: inline-block;
  height: 8px;
  margin: -2px 15px 0px 15px;
  vertical-align: middle;
  width: 8px;
  outline: 2px solid rgba(7, 116, 186, 0.33);
  position: absolute;
  left: -5px;
  top: 11px;
}

b {
  font-weight: 700;
}

strong {
  font-weight: 800;
}

[type=text],
[type=email],
[type=number],
[type=tel],
[type=password],
textarea,
select {
  background: none;
  border: 0;
  border-bottom: 1px solid #e8eaf0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 12.5px 0;
  width: 100%;
}

textarea {
  border: 1px solid #e8eaf0;
  padding: 16px;
}

.section__btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 36px 0 0;
  text-align: center;
}

main section {
  padding: 40px 0;
}

@media (min-width: 768px) {
  main section {
    padding: 60px 0;
  }
}

@media (min-width: 992px) {
  main section {
    padding: 80px 0;
  }
}

/* @media (min-width: 1200px) {
  main section {
    padding: 100px 0;
  }
}

@media (min-width: 1400px) {
  main section {
    padding: 120px 0;
  }
} */

.aligncenter,
.alignleft,
.alignright {
  display: block;
  margin: 0 auto 15px;
}

.txtcenter {
  text-align: center;
}

.txtright {
  text-align: right;
}

.txtjustify {
  text-align: justify;
}

blockquote {
  color: #28385a;
  font-size: 22px;
  font-weight: 600;
  max-width: calc(600px + 2rem);
  padding-left: 2rem;
  position: relative;

  &:before,
  &:after {
    content: '';
    background-image: url('../img/citation.png');
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
  }

  &:before {
    left: -15px;
    top: -15px;
    transform: scaleX(-1);
  }

  &:after {
    right: -35px;
    bottom: -15px;
  }
}

blockquote p {
  line-height: 2.25rem;
  font-size: 22px !important;
}

.encart {
  background: #e8eaf0;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 1rem;
}

.encart p:last-child,
.encart ul:last-child {
  margin-bottom: 0;
}

.encart::after {
  clear: both;
  content: "";
}

.nopadding {
  padding-bottom: 0;
  padding-top: 0;
}

.cta {
  margin-top: 32px;
}

@media (max-width: 768px) {
  .cta {
    text-align: center;
  }
}

.wp-pagenavi {
  border-top: 1px solid rgba(60, 40, 80, 0.33);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 60px;
  padding-top: 40px;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.wp-pagenavi .pages {
  display: none !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: 1px solid var(--main-color3) !important;
  border-radius: 4px;
  color: var(--main-color3);
  display: inline-block;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 5px 10px;
  text-align: center;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
  height: 32px;
  padding: 4px;
  width: 32px;
}

.wp-pagenavi .page:hover {
  background: var(--main-color3);
  color: #fff;
}

.wp-pagenavi .current {
  background: var(--main-color3);
  color: #fff;
  border: 1px solid var(--main-color3) !important;
  font-weight: 400 !important;
}

.wp-pagenavi [class*=postslink] {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: var(--main-color3) !important;
  color: var(--main-color3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  padding: 8px 15px !important;
}

.wp-pagenavi [class*=postslink]:hover {
  background: var(--main-color3);
  color: #fff;
}

.wp-pagenavi .previouspostslink {
  margin: 0 auto 10px;
}

.wp-pagenavi .nextpostslink {
  margin: 0 auto;
}

.socials {
  margin: 0;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.socials li {
  list-style: none;
}

.socials li::before {
  display: none;
}

.socials__item a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3px;
  width: 32px;
}

.socials__item a:not(:hover) {
  color: #fff;
}

.socials__item a::before {
  font-family: "FontAwesome";
  font-size: 16px;
}

.socials__item a:hover {
  color: #28385a;
}

.socials__item a[data-social*=facebook]::before {
  content: "\f39e";
}

.socials__item a[data-social*=twitter]::before {
  content: '';
  background-image: url('../img/social_x.svg');
  width: 16px;
  height: 16px;
  filter: invert(1);
  background-repeat: no-repeat;
}

.socials__item a[data-social*=twitter]:hover::before {
  filter: brightness(0) saturate(100%) invert(64%) sepia(45%) saturate(5358%) hue-rotate(315deg) brightness(103%) contrast(96%) !important;
}

.socials__item a[data-social*=linkedin]::before {
  content: "\f0e1";
}

.socials__item a[data-social*=instagram]::before {
  content: "\f16d";
}

.socials__item a[data-social*=youtube]::before {
  content: "\f167";
}

.socials__item a[data-social*=vimeo]::before {
  content: "\f27d";
}

.socials__item a[data-social*=whatsapp]::before {
  content: "\f232";
}

.socials__item a[data-social*=tiktok]::before {
  content: "\e07b";
}

.socials__item a[data-social*=mail]::before {
  content: " \f0e0";
}

.sharing {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e8eaf0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 16px 12px 32px;
  text-align: right;
}

.sharing__list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.sharing__list li {
  list-style: none;
}

.sharing__list li::before {
  display: none;
}

.sharing__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid var(--main-color1);
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3px;
  width: 32px;
}

.sharing__icon::before {
  content: "";
  display: block;
  font-family: "FontAwesome";
  font-size: 1rem;
}

.sharing__item a {
  color: var(--main-color1) !important;
  text-decoration: none !important;
}

.sharing__item[data-rs*=facebook] .sharing__icon::before {
  content: "\f39e";
}

.sharing__item[data-rs*=twitter] .sharing__icon::before {
  content: "\f099";
}

.sharing__item[data-rs*=linkedin] .sharing__icon::before {
  content: "\f0e1";
}

.sharing__item[data-rs*=instagram] .sharing__icon::before {
  content: "\f16d";
}

.sharing__item[data-rs*=youtube] .sharing__icon::before {
  content: "\f167";
}

.sharing__item[data-rs*=vimeo] .sharing__icon::before {
  content: "\f27d";
}

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

.gform_button,
.gform-button {
  background: var(--main-color1);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  overflow: hidden;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
  padding: 5px 12px;
}

.gform_button::before,
.gform-button::before {
  background: #28385a;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  z-index: -1;
}

.gform_button:hover,
.gform-button:hover {
  color: #fff;
}

.gform_button:hover::before,
.gform-button:hover::before {
  height: 100%;
}

.hidden_label label {
  display: none;
}

@media (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 20px;
  }

  .alignright {
    float: right;
    margin-left: 15px;
  }

  .wp-pagenavi {
    padding-left: 150px;
    padding-right: 150px;
  }

  .wp-pagenavi [class*=postslink] {
    position: absolute;
    top: 40px;
    width: fit-content;
  }

  .wp-pagenavi .previouspostslink {
    left: 0;
    margin-right: 1rem;
    margin-bottom: 0;
  }

  .wp-pagenavi .nextpostslink {
    margin-left: 1rem;
    margin-top: 0;
    right: 0;
  }

  /* ul:not([class]),
  ol:not([class]) {
    padding: 0px;
    margin: 0px;
  } */
}

.columns.c_light h2,
.columns.c_light h3,
.columns.c_light h4,
.columns.c_light .soustitre,
.columns.c_light .surtitre,
.columns.c_light .column_title,
.columns.c_light span,
.columns.c_light p {
  color: #FFF;
}

.c_dark:not(.cpt) h2,
.c_dark:not(.cpt) h3,
.c_dark:not(.cpt) h4,
.c_dark:not(.cpt) .soustitre,
.c_dark:not(.cpt) .surtitre,
.c_dark:not(.cpt) .top,
.c_dark:not(.cpt) .chiffre_label,
.c_dark:not(.cpt) span,
.c_dark:not(.cpt) p {
  color: #FFF;
}

.c_dark .bouton {
  background: transparent;
  /* border: 1px solid #fff; */
}

.c_dark .bouton::before {
  background: #fff;
}

.c_dark .bouton:hover {
  color: #141c2d;
}

.c_dark .bouton--alt {
  border-color: #fff;
  color: #fff;
}

.c_dark .bouton--alt:hover {
  border-color: var(--main-color1);
}

/* .c_white+.c_white {
  padding-top: 0;
} */

[data-color="var(--main-color1)"] {
  background: var(--main-color1);
}

[data-color="#f2f4fa"] {
  background: #f2f4fa;
}

.section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px;
  text-align: center;
}

.section__title p {
  margin: 0 auto;
  max-width: 720px;
}

.basic_2cols {
  overflow: hidden;
}

.basic_2cols__content {
  position: relative;
}

.basic_2cols__para {
  position: relative;
  z-index: 3;
}

.basic_2cols__para p:last-child {
  margin-bottom: 0;
}

.basic_2cols__media {
  position: relative;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .basic_2cols__media {
    margin-top: 0;
  }
}

.basic_2cols__media img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.basic_2cols__media .wp-video {
  position: sticky;
  top: 0;
}

.basic_2cols__media:not(.cover) {
  -ms-flex-item-align: center;
  align-self: center;
}

@media (min-width: 768px) {
  .basic_2cols__content:not(.reverse) .basic_2cols__para {
    padding-right: 48px;
  }

  .reverse .basic_2cols__para {
    padding-left: 48px;
  }
}

@media (min-width: 992px) {
  .content .limited {
    max-width: 824px;
  }
}

.columns {
  text-align: center;
}

.columns__list.row {
  gap: 40px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.columns__item {
  padding: 0 15px;
}

@media (max-width: 1200px) {
  .columns__item {
    padding: 0 40px;
  }
}

.columns__icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.etapes__list {
  text-align: center;
}

.etapes__step {
  border-top: 2px solid #e8eaf0;
  margin-top: 12px;
  padding: 16px 24px 0;
  position: relative;
}

.etapes__step::before {
  background: var(--main-color1);
  border-radius: 100%;
  content: "";
  height: 16px;
  left: calc(50% - 8px);
  position: absolute;
  top: -10px;
  width: 16px;
}

.full_1col {
  padding: 0;
}

.full_1col .container-fluid {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), var(--bg) no-repeat center/cover;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), var(--bg) no-repeat center/cover;
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  position: relative;
}

.full_1col .fixed {
  background-attachment: fixed;
}

.full_1col .content {
  padding: 48px 0;
  position: relative;
  z-index: 2;
}

.full_1col .content h2,
.full_1col .content h3 {
  color: #fff;
}

.full_1col .full_c {
  margin: 0 auto;
  max-width: 824px;
  text-align: center;
}

@media (min-width: 992px) {
  .full_1col .container-fluid {
    min-height: 500px;
  }

  .full_1col .full_g {
    width: 50%;
  }

  .full_1col .full_d {
    margin-left: auto;
    width: 50%;
  }
}

.full_2cols__para {
  -ms-flex-item-align: center;
  align-self: center;
}

@media (min-width: 768px) {
  .full_2cols__para {
    padding-bottom: 48px;
    padding-top: 48px;
  }
}

@media (min-width: 768px) {
  .full_2cols__para {
    padding-left: calc(50% - 360px + 12px);
    padding-right: 48px;
  }
}

@media (min-width: 992px) {
  .full_2cols__para {
    padding-left: calc(50% - 480px + 12px);
  }
}

@media (min-width: 1200px) {
  .full_2cols__para {
    padding-left: calc(50% - 570px + 12px);
  }
}

@media (min-width: 1400px) {
  .full_2cols__para {
    padding-left: calc(50% - 660px + 12px);
  }
}

@media (min-width: 768px) {
  .full_2cols__para.order-md-2 {
    padding-left: 48px;
    padding-right: calc(50% - 360px + 12px);
  }
}

@media (min-width: 992px) {
  .full_2cols__para.order-md-2 {
    padding-right: calc(50% - 480px + 12px);
  }
}

@media (min-width: 1200px) {
  .full_2cols__para.order-md-2 {
    padding-right: calc(50% - 570px + 12px);
  }
}

@media (min-width: 1400px) {
  .full_2cols__para.order-md-2 {
    padding-right: calc(50% - 660px + 12px);
  }
}

.full_2cols__media {
  margin-top: 16px;
}

@media (min-width: 768px) {
  .full_2cols__media {
    margin-top: 0;
  }
}

.full_2cols__media img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* 
.hdp {
  color: #fff;
}

.hdp--head {
  background: #141c2d;
  padding: 0;
  position: relative;
}

.hdp--section .container {
  background: #141c2d;
  position: relative;
}

.hdp img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.hdp__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 50px;
  padding-top: 50px;
  position: relative;
  z-index: 2;
}

@media (min-width: 1200px) {
  .hdp__content {
    min-height: 350px;
  }
}

.hdp .mx-auto {
  text-align: center;
}

.hdp .ms-auto {
  text-align: right;
} */

@media (min-width: 1400px) {
  .carrousel__list {
    margin: 0 -24px;
  }
}

.carrousel__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.carrousel__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
}

.carrousel .square img {
  aspect-ratio: 1/1;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.carrousel .square_nocrop img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
}

.carrousel .horizontal img {
  aspect-ratio: 16/9;
  -o-object-fit: contain;
  object-fit: contain;
}

.carrousel .vertical img {
  aspect-ratio: 9/16;
  -o-object-fit: contain;
  object-fit: contain;
}

.key_nbs {
  text-align: center;
}

.key_nbs .row {
  gap: 24px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.key_nbs .container {
  --bs-gutter-x: 24px;
}

.key_nbs .top {
  color: #000;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 12px;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .key_nbs .top {
    font-size: 48px;
    margin-bottom: 24px;
  }
}

.key_nbs .chiffre__label {
  margin: 0;
}

.key_nbs .chiffre__prefix,
.key_nbs .chiffre__suffix {
  font-size: 0.75em;
}

/* .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  float: none;
  height: auto;
  height: initial;
}

.slick-slider {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.slick-arrows {
  background: var(--main-color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3px 10px;
}

.slick-disabled {
  opacity: 0;
}

.slick-arrow {
  background: none;
  border: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  font-size: 0;
  height: 16px;
  line-height: 1;
  padding: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 16px;
}

.slick-arrow::before {
  aspect-ratio: 1/1;
  border: solid black;
  border-width: 0 4px 4px 0;
  content: "";
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.slick-arrow:hover::before {
  border-color: #fff;
}

.slick-prev::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.slick-next {
  right: 0;
}

.slick-next::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slick-dots {
  margin: 0;
  padding: 0;
  bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slick-dots li {
  list-style: none;
}

.slick-dots li::before {
  display: none;
}

.slick-dots button {
  background: #fff;
  border: 0;
  border-radius: 18px;
  font-size: 0;
  height: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 18px;
}

.slick-dots button:hover {
  background: #000;
}

.slick-active button {
  background: var(--main-color1);
} */
/* 
.slider {
  padding: 0;
}

.slider__item {
  position: relative;
}

.slider__item img {
  width: 100%;
}

.slider__text {
  background: #fff;
  padding: 24px;
}

@media (min-width: 768px) {
  .slider__text {
    left: 50%;
    max-width: calc(50% - 48px);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 500px;
  }
}

.slider .slick-arrow {
  position: absolute;
  z-index: 2;
}

.slider .slick-arrow::before {
  border-color: #fff;
}

.slider .slick-arrow:hover::before {
  border-color: var(--main-color1);
}

.slider .slick-prev {
  left: 12px;
}

.slider .slick-next {
  right: 12px;
} */

.tab .tabs_wrapper {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.tab .nav-link {
  border: 0;
  color: #141c2d;
  font-weight: 700;
}

.tab .nav-link.active {
  background: var(--main-color1);
  color: #fff;
}

.tab .tab-content {
  background: #fff;
  overflow: hidden;
  padding: 20px;
}

.accordion {
  margin: 0 auto;

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

  @media (min-width: 992px) {
    max-width: 700px;
  }

  @media (min-width: 1200px) {
    max-width: 960px;
  }

  @media (min-width: 1400px) {
    max-width: 1080px;
  }
}

/* .accordion-item {
  background: none;
  border: 1px solid var(--main-color1);
  overflow: hidden;
}

.accordion-item:hover .accordion-button {
  color: #28385a;
} */

/* .accordion-body {
  background: #fff;
  padding: 0 16px 16px;
} */

.accordion-body> :last-child {
  margin-bottom: 0;
}

.accordion-button {
  background: #fff;
  color: var(--main-color1);
  gap: 12px;
  font-size: 18px;
  font-weight: 700;
  padding: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .accordion-button {
    font-size: 22px;
  }
}

.accordion-button:not(.collapsed) {
  background: #fff;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #141c2d;
}

.accordion-button::after {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--main-color1);
  color: #fff;
  content: "+";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "FontAwesome";
  font-size: 10px;
  font-weight: 100;
  height: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  padding-top: 1px;
  width: 24px;
}

.team__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team__item {
  padding: 0 12px;
  text-align: center;
  width: 50%;
}

@media (min-width: 768px) {
  .team__item {
    width: 33.3333333333%;
  }
}

@media (min-width: 992px) {
  .team__item {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .team__item {
    width: 20%;
  }
}

@media (min-width: 1400px) {
  .team__item {
    width: 16.6666666667%;
  }
}

.team__poste {
  color: var(--main-color1);
}

.team img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.testimonials__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 50%;
}

.testimonials__portrait {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}

.testimonials__quote {
  font-style: italic;
  line-height: 1.5;
}

.testimonials__quote::before {
  color: var(--main-color1);
  content: '"';
  font-size: 24px;
  font-weight: 700;
}

.testimonials__nom,
.testimonials__poste {
  font-weight: 700;
}

.notfound {
  text-align: center;
}

.gform_wrapper {
  background: #fff;
}

.gform_body,
.gform_footer {
  max-width: 770px;
}

.gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px 40px;
}

@media (min-width: 768px) {
  .gform_fields {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.gform_fields#gform_fields_1 {
  gap: 24px;
}

.gform_required_legend {
  display: none;
}

.gform_title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .gform_title {
    font-size: 55px;
  }
}

.gform_validation_errors {
  color: var(--main-color1);
}

.gform_validation_errors h2 {
  font-size: 16px;
}

.gform_next_button,
.gform_previous_button,
.gform_button {
  background: var(--main-color1);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  overflow: hidden;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
  background: none;
  color: #141c2d;
}

.gform_next_button::before,
.gform_previous_button::before,
.gform_button::before {
  background: #28385a;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  z-index: -1;
}

.gform_next_button:hover,
.gform_previous_button:hover,
.gform_button:hover {
  color: #fff;
}

.gform_next_button:hover::before,
.gform_previous_button:hover::before,
.gform_button:hover::before {
  height: 100%;
}

.gform_next_button:hover,
.gform_previous_button:hover,
.gform_button:hover {
  background: #28385a;
  border-color: #28385a;
  color: #fff;
}

.gfield_label {
  color: #141c2d;
  display: block;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 5px;
}

.gfield_required {
  color: #cd143c;
  font-size: 14px;
  margin-left: 1px;
  padding-left: 0;
}

.gfield_description {
  margin-bottom: 8px;
}

.gfield_select {
  font-size: 14px;
  width: 100%;
}

.gfield--width-full>.ginput_container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.gfield_list_group {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
}

.gfield_list_group_item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gsection {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
}

.gsection_title {
  color: #28385a;
  font-size: 15px;
  text-transform: uppercase;
}

fieldset {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

fieldset.hidden_label legend {
  display: none;
}

fieldset.hidden_label label {
  display: inline;
  font-size: 14px;
}

fieldset.hidden_label label a {
  color: var(--main-color1);
}

fieldset .ginput_container_consent {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

fieldset .ginput_container_consent_password {
  gap: 30px;
}

fieldset .ginput_container_consent_password>span {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.gform_footer {
  margin-top: -6px;
  text-align: right;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.gform_footer [type=submit] {
  font-size: 18px !important;
  line-height: 28px !important;
  text-decoration: none !important;
  color: var(--white) !important;
  background-color: var(--main-color1) !important;
  padding: 10px 24px !important;
  border-radius: var(--border-radius) !important;
  transition: var(--transition) !important;
  width: fit-content !important;
  font-family: var(--regular) !important;
  outline: 4px solid transparent !important;
  text-transform: uppercase !important;
}

.gform_footer [type=submit]:hover {
  background-color: var(--main-color2) !important;
  outline: 4px solid rgba(80, 120, 240, 0.33) !important;
  color: var(--white) !important;
}

.ginput_container [type=file] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: 1px solid #141c2d;
  border-radius: 4px;
  color: #141c2d;
  padding: 5px;
  width: 100%;
}

.ginput_container [type=radio],
.ginput_container [type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: 4px solid #fff;
  cursor: pointer;
  height: 16px;
  outline: 1px solid #141c2d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 16px;
  font-size: 0px !important;
}

.ginput_container [type=radio]:hover,
.ginput_container [type=checkbox]:hover {
  background: var(--main-color3);
  outline: 1px solid var(--main-color3);
  font-size: 0px !important;
}

.ginput_container [type=radio]:checked,
.ginput_container [type=checkbox]:checked {
  background: var(--main-color3);
  border: 4px solid #fff;
  outline: 1px solid #141c2d;
  font-size: 0px !important;
}

.ginput_container [type=radio]+label,
.ginput_container [type=checkbox]+label {
  cursor: pointer;
  padding-left: 8px;
}

.ginput_container [type=radio] {
  border-radius: 100%;
}

.ginput_container [type=checkbox] {
  border-radius: 2px;
}

.ginput_container textearea {
  display: block;
}

.ginput_container .gfield_radio,
.ginput_container .gfield_checkbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
}

.ginput_container .gfield_radio .gchoice,
.ginput_container .gfield_checkbox .gchoice {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  position: relative;
}

.gform_wrapper.gravity-theme .gf_progressbar {
  background: rgba(20, 28, 45, 0.15);
  margin-bottom: 3rem;
}

.gform_wrapper.gravity-theme .gf_progressbar_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding-top: 24px;
}

.gform_wrapper.gravity-theme .gf_progressbar_wrapper+.gform_body .gform_page {
  padding: 0 20px;
}

.gform_wrapper.gravity-theme .gf_progressbar_title {
  color: #28385a;
  font-size: 1rem;
  text-transform: uppercase;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage {
  background: #28385a;
  height: 8px;
  position: relative;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage::after {
  content: url(../img/contact_rocket.png);
  position: absolute;
  right: -70px;
  top: calc(50% - 16px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentage[style="width:0%;"]::after,
.gform_wrapper.gravity-theme .gf_progressbar_percentage[style="width: 0%;"]::after {
  right: -70px;
}

.gform_wrapper.gravity-theme .gf_progressbar_percentagepercentbar_100,
.gform_wrapper.gravity-theme .gf_progressbar_percentage span {
  display: none;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message {
  background: #fff;
  border-radius: 4px;
  color: red;
  display: inline-block;
  font-size: 11px;
  margin-top: 10px;
  max-width: 100%;
  padding: 10px;
  position: relative;
}

.gform_wrapper .gfield_validation_message::before,
.gform_wrapper .validation_message::before {
  content: "";
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  position: absolute;
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gform_validation_container,
.gform_wrapper.gravity-theme .gform_validation_container,
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gform_validation_container,
body .gform_wrapper.gravity-theme .gform_fields .gfield.gform_validation_container,
body .gform_wrapper.gravity-theme .gform_validation_container {
  display: none;
}

.hidden_label label {
  display: none;
}

@media (min-width: 576px) {
  .gfield--width-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }

  .gfield--width-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3333333333% - 27px);
    flex: 0 0 calc(33.3333333333% - 27px);
  }

  .gfield--width-full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 768px) {
  .gform_fields#gform_fields_1 {
    gap: 22px 62px;
  }

  .gfield--width-half {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 31px);
    flex: 0 0 calc(50% - 31px);
  }

  .gfield--width-third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.3333333333% - 20.3px);
    flex: 0 0 calc(33.3333333333% - 20.3px);
  }

  .gfield--width-full {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .gfield_html {
    margin-bottom: 26px;
  }
}

@media (min-width: 768px) {
  .gform_fields#gform_fields_1 {
    gap: 32px 62px;
  }

  .gfield_html {
    margin-bottom: 18px;
  }
}

.single-post {
  main {
    .container {
      padding: 60px 0px;

      h1 {
        font-family: var(--bold) !important;
      }

      .article__content {
        padding: 0px 0px 120px 0px !important;
      }
    }
  }
}