@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  font-family: "Raleway", sans-serif;
  font-display: swap;
  color: black;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  min-height: 100vh;
  font-size: 1.6rem;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}
body.home {
  padding-top: 0 !important;
}

.no-scroll {
  overflow-y: hidden;
  overflow-x: hidden;
}

header {
  width: 100%;
  display: block;
  position: relative;
}

header a {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #f6cd00;
  transition: all 0.2s ease-in-out 0s;
  font-size: 1.6rem;
}
a:hover {
  color: #3A3A3A;
}

hr {
  display: block;
  width: 100px;
  margin: 20px 0px;
  border: 1px solid #15406d;
}

em.primary {
  color: #15406d;
}
em.block {
  display: block;
}

::-webkit-scrollbar {
  background: linear-gradient(0deg, #111c3d 0%, #15406d 100%);
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #f6cd00;
  height: 20px;
}

html {
  font-family: "Raleway", sans-serif;
  line-height: 1.6;
  font-weight: 300;
  font-display: swap;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
}

p {
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: 300;
  color: #707070;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Raleway";
  font-weight: 600;
  line-height: 1;
}

span {
  font-size: 1.6rem;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, 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;
  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;
}

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

.hide {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip: rect(1px 1px 1px 1px);
  width: 1px;
  height: 1px;
}

.cta {
  margin-top: 3rem;
}
.cta .btn + .btn {
  margin-top: 1rem;
}

.btn {
  padding: 1rem 3rem 1rem 3rem;
  background: #15406d;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 17px;
  text-transform: uppercase;
}
.btn:hover {
  background-color: #F0F0F0;
  color: #3A3A3A;
}

.btn--secondary {
  background-color: #f6cd00;
  color: #3A3A3A;
}
.btn--secondary:hover {
  background-color: #15406d;
  color: #fff;
}

.btn--arrow::after {
  content: "";
  width: 2rem;
  height: 1.5rem;
  background-image: url("../img/arrow-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-left: 1rem;
}
.btn--arrow:hover:after {
  transform: translateX(5px);
}

.btn--small {
  padding: 0.5rem 2.5rem;
  font-size: 1.4rem;
  border-radius: 10px;
}

.btn--white {
  background: #fff;
  color: #3A3A3A;
}
.btn--white:hover {
  background-color: #f6cd00;
}

.btn--black {
  background: #3A3A3A;
  color: #fff;
}
.btn--black:after {
  background-image: url("../img/arrow-white.svg");
}

.btn span {
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  line-height: 120%;
  z-index: 2;
}

.btn:hover:before {
  border-radius: 0;
  transform: translateX(0);
}

@media (min-width: 1024px) {
  .cta .btn + .btn {
    margin-left: 1rem;
  }
}
.slick-track,
.slick-list {
  height: 100%;
  width: 100%;
}

.slick-arrow {
  display: inline-block !important;
  transition: all 0.3s ease-in-out;
}
.slick-arrow:hover {
  opacity: 0.5;
}

.slick-next {
  position: absolute;
  width: 2.7rem;
  height: 2.2rem;
  left: 4.5rem;
  bottom: -1.5rem;
  transform: translateY(100%);
  border-radius: 50px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-next:before {
  content: "";
  background-image: url("../img/arrow-black.svg");
  height: 100%;
  width: 100%;
  background-size: contain;
  display: inline-block;
}

.slick-prev {
  position: absolute;
  left: 0;
  bottom: -1.5rem;
  transform: translateY(100%);
  z-index: 10;
  width: 2.7rem;
  height: 2.2rem;
  border-radius: 50px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:before {
  content: "";
  background-image: url("../img/arrow-black.svg");
  height: 100%;
  width: 100%;
  background-size: contain;
  transform: rotate(180deg);
  display: inline-block;
}

.slick-dots {
  position: absolute;
  bottom: 50%;
  left: 40px;
  transform: translateY(50%);
  z-index: 100;
  cursor: pointer;
  text-align: center;
}
.slick-dots li {
  display: block;
}
.slick-dots li + li {
  margin-top: 10px;
}
.slick-dots button {
  background-color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  text-indent: -999999px;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.4;
}
.slick-dots button:focus {
  outline: none;
}
.slick-dots .slick-active button {
  width: 8px;
  height: 8px;
  opacity: 1;
}

.heading {
  text-align: left;
  margin-bottom: 4rem;
  width: 90%;
  max-width: 700px;
  z-index: 10;
  position: relative;
}
.heading--center {
  text-align: center;
  margin-inline: auto;
}
.heading--left {
  text-align: left;
  margin: 0;
}
.heading__head {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #707070;
  line-height: 17px;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.heading__icon {
  height: 50px;
  width: auto;
  margin-bottom: 15px;
}
.heading__title {
  font-size: 3.8rem;
  margin-top: 0;
  position: relative;
  font-family: "Raleway";
  font-weight: 700;
  line-height: 50px;
  color: #15406d;
  margin-inline: auto;
}
.heading__title em {
  font-style: italic;
  font-weight: 700;
}
.heading__title span {
  font-size: inherit;
  background: linear-gradient(135deg, #FF5F6D 0%, #ee9953 100%);
  color: transparent;
  background-clip: text;
}
.heading__subtitle {
  font-size: 24px;
  line-height: 2;
  margin: 20px 0px;
  font-weight: 600;
}
.heading__desc {
  color: #707070;
  line-height: 26px;
  font-weight: 400;
  margin-top: 1.5rem;
  font-size: 1.7rem;
}
.heading__desc p {
  font-size: 1.7rem;
  line-height: 26px;
}
.heading__desc p + p {
  margin-top: 2rem;
}
.heading__desc strong {
  font-weight: 700;
}
.heading__link {
  font-size: 1.4rem;
  font-weight: 700;
  color: #707070;
  text-decoration: underline;
  line-height: 26px;
  margin-top: 1rem;
  display: inline-block;
}

.heading--white {
  color: #fff !important;
}
.heading--white .heading__title {
  color: #fff;
}
.heading--white .heading__head {
  border: 1px solid white;
  color: white;
}
.heading--white .heading__desc {
  color: white;
}

.heading--large {
  max-width: 80%;
}
.heading--large .heading__title {
  max-width: 80%;
}

.heading--columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 100%;
  align-items: center;
}

.heading--right {
  text-align: right;
}
.heading--right .btn {
  margin-top: 0;
}

.section__title {
  font-size: 3rem;
  margin-top: 0;
  position: relative;
  color: #3A3A3A;
  font-weight: 500;
  line-height: 1.2;
  max-width: 700px;
}

.section__divider {
  width: 100%;
  max-width: 400px;
  border: 1px solid #f6cd00;
  margin-top: 1rem;
  margin-bottom: 0;
}

.title--white {
  color: #fff;
}

@media (max-width: 768px) {
  .heading__title {
    font-size: 3.7rem;
  }

  .section__title {
    font-size: 2.2rem;
  }
}
@media (max-width: 550px) {
  .heading__title {
    font-size: 3rem;
    line-height: 1.2;
  }
}
.section {
  position: relative;
  padding-top: 10rem;
}
.section + .section {
  padding-top: 10rem;
}
.section + .section--inner {
  margin-top: 10rem;
}

.section--inner {
  background-color: #15406d;
  border-radius: 8px;
  margin: 0rem 6vw;
  padding: 10rem 0rem;
}
.section--inner + .section--inner {
  margin-top: 10rem;
}

.container {
  width: calc(1380/1680 * 100%);
  margin: 0 auto;
  position: relative;
  height: 100%;
  z-index: 2;
  max-width: 1440px;
}
.container--stretch {
  max-width: 1280px;
}

.container--bg {
  background-color: #15406d;
  margin: 0rem 6vw;
  width: calc(100% - 12vw);
  padding: 6rem 2rem;
  border-radius: 8px;
}
.container--bg .heading {
  margin-bottom: 0;
}

.column {
  display: flex;
  flex-wrap: wrap;
}
.column--spaced {
  justify-content: space-between;
}
.column--centered {
  align-items: center;
}
.column--reversed {
  flex-direction: row-reverse;
}
.column--equal {
  align-items: stretch;
}
.column--free {
  align-items: flex-start;
}

@media (min-width: 1024px) {
  .container--bg .heading {
    text-align: center;
    margin: 0 auto;
  }

  .container--bg .heading__desc {
    margin: 2rem auto;
  }
}
@media (max-width: 768px) {
  .section--inner {
    padding: 6rem 0;
  }

  .section {
    padding-top: 6rem;
  }
  .section + .section {
    padding-top: 6rem;
  }
  .section + .section--inner {
    margin-top: 6rem;
  }
}
/* MAIN */
.footer-main {
  background: linear-gradient(0deg, #111c3d 0%, #15406d 100%);
  padding: 6rem 6vw 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 10rem;
  position: relative;
}

.footer__logo {
  margin-bottom: 2rem;
}

.footer__logo img {
  height: 6rem;
}

.footer__desc {
  max-width: 250px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.footer__title {
  color: #f6cd00;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.footer-list {
  display: flex;
  flex-direction: column;
}
.footer-list a {
  color: #fff;
  font-size: 1.6rem;
  padding: 0.5rem 0;
  display: block;
}
.footer-list a:hover {
  transform: translateX(0.5rem);
}

.footer__social {
  display: flex;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.footer__social a {
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6cd00;
  border-radius: 50%;
  color: #fff;
  font-size: 1.6rem;
  transition: all 0.1s ease-in-out;
}
.footer__social a + a {
  margin-left: 1rem;
}
.footer__social a:hover {
  transform: scale(1.05);
}

.footer-col {
  position: relative;
  z-index: 2;
}

.footer-component {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 40%;
  width: 40rem;
  opacity: 0.05;
  z-index: 0;
}
.footer-component img {
  position: relative;
  height: 100%;
  width: 100%;
}

/* CONTACT */
.footer-contact__list {
  margin-bottom: 2rem;
}

.footer-contact {
  margin-bottom: 1rem;
  transition: all 0.3s ease-in-out;
}
.footer-contact .title {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.footer-contact a {
  color: #fff;
  font-size: 1.6rem;
}
.footer-contact:hover {
  transform: translateX(0.5rem);
}

/* BOTTOM */
.footer-copyright {
  color: #fff;
  padding: 1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  width: 100%;
}

.footer-copyright span {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
}
.footer-copyright span:last-child {
  margin-left: auto;
}

.footer-copyright span + span {
  margin-left: 2rem;
}

.footer-copyright img {
  height: 2.3rem;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.footer-copyright img:hover {
  transform: scale(1.03);
}

.footer-copyright a {
  display: inline;
  line-height: 0.5;
}

/* NEWS */
.footer-list.news {
  max-width: 300px;
}

@media (max-width: 1024px) {
  .footer-main {
    flex-direction: row;
  }

  .footer__social {
    justify-content: center;
    margin: 3rem 0;
  }

  .footer-col:first-child {
    width: 100%;
    text-align: center;
  }

  .footer-col {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .footer-col {
    width: 100%;
    text-align: center;
  }

  .footer__desc {
    margin-inline: auto;
  }

  .footer-top__content {
    max-width: 100%;
  }

  .footer__logo img {
    height: 10rem;
  }

  .footer-main {
    gap: 4rem;
  }

  .footer-menu {
    text-align: center;
    justify-content: center;
  }

  .footer-list {
    justify-content: center;
    margin: 0 auto;
  }

  .footer__social {
    justify-content: center;
  }

  .footer-top {
    margin-top: -10rem;
  }

  .footer-copyright span {
    width: 100%;
    margin-left: 0 !important;
    margin: 0.5rem 0;
    justify-content: center;
    align-items: center;
  }

  .footer-component {
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
  }
}
.gform_heading {
  display: none !important;
}

.gfield {
  margin: 1rem 0;
}

.gchoice {
  margin: 0.8rem 0;
}

#gform_1 legend {
  display: none;
}
#gform_1 .gform_fields {
  row-gap: 2rem;
}
#gform_1 input {
  color: #707070;
  border: none;
  box-shadow: none !important;
  border-radius: 2px !important;
  padding: 1rem 1.5rem;
}
#gform_1 input::placeholder {
  color: #707070;
  font-size: 1rem;
}
#gform_1 textarea {
  color: #707070;
  border: none;
  box-shadow: none !important;
  border-radius: 2px !important;
  padding: 1rem 1.5rem;
  display: block;
}
#gform_1 textarea::placeholder {
  font-family: "Raleway", sans-serif;
  color: #707070;
  font-size: 1rem;
}
#gform_1 label {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 8px;
}
#gform_1 .gform_button {
  position: relative;
  background-color: #f6cd00 !important;
  color: #15406d !important;
  border: 1px solid #f6cd00 !important;
  width: 100%;
  padding: 15px 0px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 1rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 2px !important;
  display: inline-block;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  cursor: poRoboto;
}
#gform_1 .gform_button:hover {
  background-color: #fff !important;
  color: #3A3A3A !important;
}

/* WP FORMS */
.wpforms-confirmation-container-full.wpforms-confirmation-scroll {
  background-color: #F0F0F0;
  border: none;
  font-size: 2rem;
  padding: 2rem 0;
}

.header {
  position: relative;
  z-index: 999;
  transition: transform 0.5s ease-in-out;
}
.header .logo-classic {
  display: none;
}

.header--inside {
  width: 100%;
  position: relative;
}

.nav-mobile {
  display: none;
}

.nav-cat__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
  row-gap: 1rem;
  background-color: #fff;
  border: 1px solid #efefe9;
  padding: 2rem 0;
}

.nav-cat__item {
  overflow: hidden;
}
.nav-cat__item:hover .nav-cat__name {
  color: #15406d;
}
.nav-cat__item:hover .nav-cat__illustration {
  transform: scale(1.02);
}

.nav-cat__name {
  font-weight: 600;
  padding: 1rem 1.5rem;
  color: #3A3A3A;
  font-size: 1.7rem;
  transition: all 0.3s ease-in-out;
}
.nav-cat__name.active {
  color: #15406d;
}

.nav-cat__illustration {
  position: relative;
  height: 10rem !important;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

/* CONTACT */
.nav-mobile__contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #efefe9;
  margin-bottom: 1rem;
}
.nav-mobile__contact a {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  border-right: 1px solid #efefe9;
  font-weight: 600;
  color: #3A3A3A;
  background-color: #fff;
}
.nav-mobile__contact a:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-right: 1rem;
}
.nav-mobile__contact a:last-child {
  border-right: none;
}
.nav-mobile__contact .email:before {
  background-image: url("../img/icon-mail.svg");
}
.nav-mobile__contact .phone:before {
  background-image: url("../img/icon-phone.svg");
}

/* BOTTOM */
.nav-mobile__bottom {
  margin-top: 4rem;
}
.nav-mobile__bottom a {
  position: relative;
  background-color: #fff;
  color: #707070;
  display: block;
  padding: 2rem;
  border-bottom: 1px solid #efefe9;
  font-weight: 500;
}
.nav-mobile__bottom a:hover {
  opacity: 0.7;
}
.nav-mobile__bottom a:hover:after {
  right: 1rem;
}
.nav-mobile__bottom a:after {
  position: absolute;
  content: "";
  color: inherit;
  content: "";
  height: 1rem;
  width: 2rem;
  margin: 0;
  right: 2rem;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  background-image: url("../img/arrow-black.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1300px) {
  .nav-mobile {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 480px;
    background: #F0F0F0;
    height: 100vh;
    transition: right 0.5s ease-in;
    z-index: 99;
    overflow-y: scroll;
    padding: 8rem 0 8rem 0;
    display: flex;
    flex-direction: column;
  }
  .nav-mobile .nav-list {
    max-width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: left;
  }

  .nav-mobile.active {
    right: 0;
    width: 100%;
    max-width: 480px;
  }
}
/* TOP BAR */
.topbar {
  background: linear-gradient(135deg, #FF5F6D 0%, #ee9953 100%);
  display: flex;
  justify-content: end;
}
.topbar .top-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  padding: 1rem 0;
}
.topbar .top-list .menu-item {
  margin-right: 3rem;
}
.topbar .top-list .menu-item:last-child {
  margin-right: 0;
}
.topbar .top-list .menu-item a {
  color: #fff;
  text-transform: none;
  font-weight: 400;
}
.topbar .top-list .menu-item a:hover {
  color: #3A3A3A;
}

/* Navigation */
.navbar {
  position: absolute;
  display: flex;
  align-items: center;
  background: transparent;
  width: 100%;
  padding-left: 6vw;
}

.nav-logo {
  z-index: 90;
  height: 6rem;
  width: 6rem;
  padding: 1rem 0;
}
.nav-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.nav-menu {
  margin-left: 10rem;
  padding: 2rem 0;
}

.nav-list {
  display: flex;
  flex-wrap: wrap;
}
.nav-list .menu-item {
  margin-right: 4rem;
}
.nav-list .menu-item:last-child {
  margin-right: 0;
}
.nav-list .menu-item a {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 1rem 1rem;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.nav-list .menu-item a:hover {
  color: #f6cd00;
}
.nav-list .nav-btn a {
  border: 1px solid #fff;
  padding: 1rem 3rem;
  border-radius: 8px;
}
.nav-list .nav-btn a:hover {
  background-color: #fff;
  color: #3A3A3A;
}
.nav-list .nav-btn a:before {
  display: none;
}

.nav-contact {
  margin-left: auto;
}

.nav-button {
  background: linear-gradient(270deg, #f6cd00 0%, #f7dc52 100%);
  color: #fff;
  padding: 2.5rem 4rem;
  font-size: 1.6rem;
  line-height: 17px;
  font-weight: 800;
  text-transform: uppercase;
  margin-left: auto;
}
.nav-button:hover {
  transform: scale(1.03);
}
.nav-button i {
  padding-right: 1rem;
}

/* SUB-MENU */
.menu-item-has-children > a {
  position: relative;
  padding-right: 1.5rem;
}
.menu-item-has-children > a::after {
  content: "▾";
  position: absolute;
  right: -1.2rem;
  top: 50%;
  transform: translateY(-56%);
  font-size: 1.8rem;
  color: #fff;
  transition: transform 0.3s ease;
}

.menu-item-has-children:hover > a::after {
  transform: translateY(-50%) rotate(180deg);
}

.menu-item-has-children {
  position: relative;
}
.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.menu-item-has-children .sub-menu .menu-item a {
  padding: 1rem 2rem;
  display: block;
}
.menu-item-has-children:hover .sub-menu {
  display: block;
}
.menu-item-has-children .menu-item a {
  color: #15406d;
  padding: 1rem 2rem;
}
.menu-item-has-children .menu-item a:hover {
  transform: translateX(5px);
}

/* MENU BURGER */
.nav-burger {
  position: relative;
  text-align: right;
  display: none;
  z-index: 1022;
  cursor: pointer;
}

.nav-burger div {
  width: 26px;
  height: 3px;
  margin: 0.8rem;
  border-radius: 5px;
  background: #fff;
  transition: all 0.5s ease-in;
}

@media (max-width: 1240px) {
  .navbar {
    justify-content: flex-start;
    padding-right: 6vw;
  }

  .nav-logo {
    margin-right: auto;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 500px;
    max-width: 70%;
    padding: 80px calc(150/1680 * 100%) 80px;
    background: linear-gradient(0deg, #111c3d 0%, #15406d 100%);
    height: 100vh;
    transition: right 0.5s ease-in;
    z-index: 99;
    overflow-y: scroll;
    padding: 12rem 6rem 8rem 4rem;
    display: flex;
    flex-direction: column;
  }
  .nav-menu .nav-list {
    max-width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: left;
  }

  .nav-contact.active {
    padding-right: 6.2rem;
  }

  .nav-list .menu-item {
    margin-right: 0;
  }

  .nav-list .menu-item a {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    padding: 1rem 0;
    display: block;
  }
  .nav-list .menu-item a:hover {
    color: #f6cd00;
  }
  .nav-list .menu-item a:before {
    display: none;
  }

  .nav-menu .nav-list > li {
    display: block;
    text-align: right;
  }
  .nav-menu .nav-list > li + li {
    margin-left: 0;
  }

  .nav-menu.active {
    right: -2%;
    width: 70%;
    max-width: 400px;
    margin-left: 0;
  }

  .nav-burger {
    display: block;
    visibility: visible;
    margin-left: 2rem;
  }
  .nav-burger.active {
    position: fixed;
    z-index: 999;
    right: 6vw;
  }
  .nav-burger.active div {
    background: #f6cd00;
  }

  .nav-list .menu-item-has-children {
    padding-right: 0;
  }
  .nav-list .menu-item-has-children:after {
    display: none;
  }
  .nav-list .menu-item-has-children .sub-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    opacity: 1;
    gap: 1rem;
    visibility: visible;
    position: relative;
    transform: none;
    min-width: auto;
    left: auto;
    top: 0;
    margin-top: 0;
  }
  .nav-list .menu-item-has-children .sub-menu li {
    display: block;
    padding: 0;
  }
  .nav-list .menu-item-has-children .sub-menu li a {
    font-weight: 400;
    color: #3A3A3A;
    font-size: 14px;
  }

  .nav-list .current-menu-item a:before {
    bottom: 15px;
    right: 0;
    left: auto;
    width: 50px;
  }

  #quote-li {
    display: none;
  }

  /* SUBMENU */
  .nav-list .menu-item-has-children {
    position: static;
  }

  .nav-list .menu-item-has-children .sub-menu {
    position: static;
    display: block;
    background: none;
    box-shadow: none;
    padding-left: 1rem;
  }
  .nav-list .menu-item-has-children .sub-menu li a {
    color: #fff;
  }

  .nav-list .menu-item-has-children > a::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .navbar {
    justify-content: start;
    padding: 0rem 10vw;
  }

  .nav-logo {
    margin-right: auto;
  }

  .header.header--visible .afrq-menu-item {
    background: transparent;
    color: #3A3A3A;
    margin-right: 1rem;
  }

  .header .afrq-menu-item {
    background: transparent;
    color: #fff;
    margin-right: 1rem;
  }

  .nav-menu.active {
    right: 0;
    width: 90%;
    max-width: 100%;
  }

  .nav-burger.active {
    right: 10vw;
  }
}
@keyframes navLinksFade {
  0% {
    opacity: 0;
    transform: translateY(50px) rotate(3deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0deg);
  }
}
@media (max-width: 550px) {
  .navbar {
    justify-content: start;
    padding: 0rem 5vw;
  }

  .nav-button {
    padding: 1rem 2rem;
    font-size: 1.6rem;
  }

  .nav-burger.active {
    right: 5vw;
  }
}
.contact__container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.contact__form {
  width: 50%;
  max-width: 600px;
  background: linear-gradient(0deg, #111c3d 0%, #15406d 100%);
  border-radius: 8px;
  padding: 4rem 4rem;
}
.contact__form input,
.contact__form select {
  max-width: 100% !important;
  border-radius: 10px !important;
}
.contact__form textarea {
  border-radius: 10px !important;
}
.contact__form .wpforms-field {
  padding: 10px 0px !important;
}
.contact__form .wpforms-submit {
  background: #f6cd00;
  color: #fff;
  border-radius: 10px !important;
}

/* CONTACT INFOS */
.contact__infos {
  width: 45%;
  max-width: 100%;
}

.contact-infos__title,
.contact-form__title {
  font-size: 4rem;
  font-family: "Raleway";
  color: #707070;
  font-weight: 300;
  margin-bottom: 2rem;
}

.contact-infos__desc {
  margin: 2rem 0;
  font-size: 1.6rem;
  color: #707070;
  line-height: 1.6;
}

.contact-infos__buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 3rem;
}
.contact-infos__buttons .chat:before {
  background-image: url("../img/icon-chat.svg");
}
.contact-infos__buttons .address:before {
  background-image: url("../img/icon-location.svg");
}
.contact-infos__buttons .email:before {
  background-image: url("../img/icon-email.svg");
}
.contact-infos__buttons .phone:before {
  background-image: url("../img/icon-phone.svg");
}

.contact-infos__buttons a {
  background-color: #15406d;
  color: #3A3A3A;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 2rem;
  text-align: center;
  border-radius: 8px;
}
.contact-infos__buttons a:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-right: 1rem;
}
.contact-infos__buttons a:after {
  content: "";
  width: 0;
  height: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/arrow-black.svg");
  opacity: 0;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.contact-infos__buttons a:hover:after {
  width: 1.2rem;
  opacity: 1;
  margin-left: 1rem;
}

/* ILLUSTRATION */
.contact-illustration {
  position: relative;
  border-radius: 8px;
  height: 30rem;
  margin-bottom: 2rem;
}
.contact-illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

@media (max-width: 1024px) {
  .contact__container {
    flex-direction: column-reverse;
  }

  .contact__form {
    width: 100%;
    max-width: 100%;
    margin-top: 4rem;
  }

  .contact__infos {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact-form {
    padding: 4rem 3rem;
  }

  .contact-infos {
    padding: 4rem 3rem;
  }

  .contact-sidebar {
    margin-top: 4rem;
  }
}
.content-page {
  max-width: 1280px;
  margin: 0 auto;
  text-align: justify;
}
.content-page h1 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 4rem;
  font-size: 2.8rem;
  font-weight: 700;
}
.content-page h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #15406d;
}
.content-page h3 {
  font-size: 1.8rem;
  margin: 2rem 0px;
}
.content-page p {
  font-size: 1.6rem;
  margin: 2rem 0px;
  line-height: 1.7;
}
.content-page ul {
  margin-left: 3rem;
  list-style: disc;
  margin-bottom: 4rem;
}
.content-page ol {
  margin-left: 3rem;
}
.content-page li {
  margin: 1rem 0px;
  display: block;
  list-style: disc;
  font-size: 1.6rem;
  color: #707070;
  line-height: 1.7;
}
.content-page li:before {
  content: "";
  height: 0.7rem;
  width: 0.7rem;
  display: inline-block;
  background-color: #15406d;
  font-size: 2rem;
  color: #f6cd00;
  margin-right: 1rem;
  border-radius: 50%;
}

.conditions__generales li:before {
  content: "-";
  font-size: 16px;
  color: #f6cd00;
  margin-right: 5px;
}

.wsp-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.wsp-container h2 {
  margin: 2rem 0px;
  text-transform: uppercase;
  font-size: 24px;
  color: #f6cd00;
  font-weight: 600;
}
.wsp-container ul {
  margin-left: 50px;
}
.wsp-container li {
  margin: 1rem 0px;
  display: block;
}
.wsp-container li a {
  color: #f6cd00;
}
.wsp-container li a:hover {
  color: #15406d;
}

.sub-service__header {
  padding-top: 80px;
}

.sitemap__title {
  font-size: 32px;
  font-weight: 600;
  color: #f6cd00;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.sitemap .menu__list {
  display: block !important;
  max-width: 400px;
  margin: 80px auto;
  text-align: center;
  position: relative;
  right: 0;
  width: 100%;
  padding: 0;
  background: none;
  height: auto;
}
.sitemap .menu__list li {
  display: block;
  text-align: center;
  margin-top: 0px;
  opacity: 1;
}
.sitemap .menu__list li + li {
  margin-top: 2rem;
  margin-left: 0px;
}
.sitemap .menu__list a {
  color: #f6cd00;
  font-size: 32px;
  font-weight: 300;
  transition: all 0.2s ease-in-out 0s;
}
.sitemap .menu__list a:hover {
  color: #f6cd00;
}

.blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.blog__card {
  position: relative;
  background-color: #F0F0F0;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
}
.blog__card:hover {
  transform: translateY(-5px);
}
.blog__card:before {
  content: "";
  padding-bottom: 90%;
  display: block;
}
.blog__card.card--contact {
  grid-column: 2/2;
  grid-row: 3/3;
  background: linear-gradient(135deg, #FF5F6D 0%, #ee9953 100%);
}
.blog__card.card--contact.card--last {
  grid-column: auto;
  grid-row: auto;
  background: linear-gradient(135deg, #FF5F6D 0%, #ee9953 100%);
}
.blog__card.card--contact:after {
  display: none;
}
.blog__card.card--contact .blog__wrapper {
  background: none;
}
.blog__card.card--contact .blog__content {
  height: 100%;
  justify-content: center;
}
.blog__card.card--contact .blog__title {
  font-size: clamp(1.5rem, 3.4vw, 2rem);
}
.blog__card.card--contact .btn {
  font-size: 1.2rem;
  margin-top: 1rem;
}

.blog__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: end;
  z-index: 1;
  border-radius: 12px;
  background: linear-gradient(190deg, rgba(1, 1, 1, 0) 20%, #010101 100%);
}

.blog__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  z-index: 1;
  padding: 1.5rem 3rem;
  color: #fff;
  flex-direction: column;
}

.blog__title {
  font-weight: 900;
  font-size: 2rem;
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog__author {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1.2;
  width: 100%;
  justify-content: start;
  font-weight: 400;
}
.blog__author img {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  margin-right: 1rem;
}
.blog__author .date {
  font-size: 1.1rem;
}
.blog__author .name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
}
.blog__author .function {
  font-size: 1.1rem;
}

.blog__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  z-index: 0;
}
.blog__bg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.blog__cta {
  text-align: center;
  margin-top: 2rem;
}

/* PAGINATION */
.blog__pagination {
  margin-top: 4rem;
  display: block;
  text-align: center;
}

.blog__pagination .page-numbers {
  color: #3A3A3A;
  margin: 0 0.5rem;
  padding: 0.8rem 0.8rem;
  border-radius: 5px;
}
.blog__pagination .page-numbers:hover {
  background-color: #F0F0F0;
}
.blog__pagination .page-numbers.current {
  background-color: #15406d;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
}

/* FILTRES */
.blog__filters {
  margin-bottom: 4rem;
  margin-top: -1rem;
}

.filter-btn {
  padding: 1rem 4rem 1rem 4rem;
  background: #15406d;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 17px;
  text-transform: uppercase;
  margin-right: 1rem;
  margin-top: 1rem;
  cursor: pointer;
  border: none;
}
.filter-btn:hover {
  background-color: #F0F0F0;
  color: #3A3A3A;
}
.filter-btn.active {
  background-color: #f6cd00;
  color: #15406d;
}
.filter-btn.active:hover {
  background-color: #F0F0F0;
  color: #3A3A3A;
}
.filter-btn:last-child {
  margin-right: 0;
}

@media (max-width: 1280px) {
  .blog__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .blog__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .blog__list {
    grid-template-columns: 1fr;
  }

  .blog__filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 0;
  }

  .filter-btn {
    margin-right: 0;
    margin-top: 0;
    text-align: center;
    justify-content: center;
  }
}
#post {
  margin-inline: auto;
  padding-top: 10rem;
}

#post-header {
  position: relative;
  height: 20rem;
}

#post-header .illustration {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 0px;
}
#post-header .illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#post-header .illustration:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #15406d;
  opacity: 0.5;
}

/* HEADER */
.post-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.post-header__top {
  max-width: 90rem;
  width: 40%;
}

.post-header__infos {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid rgba(1, 1, 1, 0.2);
  margin-top: 2rem;
  padding: 1rem;
  border-radius: 10px;
  font-weight: 600;
  opacity: 0.7;
}
.post-header__infos img {
  height: 1rem;
  margin: 0 1rem;
}
.post-header__infos > * {
  font-size: 1.4rem;
}

.post-header__back {
  font-size: 1.8rem;
  font-weight: 600;
  display: block;
}

.post-header__text {
  margin: 2rem 0 5rem;
}

.post-header__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 2rem;
  color: #f6cd00;
}

.post-header__desc {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 300;
}

.post-header__illustration {
  position: relative;
  height: 50rem;
  width: calc(60% - 10rem);
  border-radius: 10px;
}
.post-header__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

/* TABLE */
.post-table {
  position: relative;
  background-color: rgba(165, 208, 232, 0.28);
  padding: 3rem;
  border-radius: 12px;
}
.post-table h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #f6cd00;
}
.post-table ul {
  list-style: none !important;
  margin: 0 !important;
}
.post-table li {
  border-bottom: 1px solid #f6cd00;
  padding: 1rem 0;
  color: #f6cd00;
}
.post-table a {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  color: #15406d;
  font-size: 1.4rem !important;
}
.post-table a:hover {
  transform: translateX(5px);
}

.post__title {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 2rem;
  color: #15406d;
}

/* CONTENT */
.post-content {
  position: relative;
  display: grid;
  grid-template-columns: auto 28%;
  gap: 6rem;
  margin-top: 6rem;
}

.post-text {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
}
.post-text h1,
.post-text h2,
.post-text h3,
.post-text h4,
.post-text h5 {
  margin-bottom: 4rem;
}
.post-text h2 {
  font-size: 2.4rem;
  font-weight: 900;
  margin-bottom: 2rem;
  color: #15406d;
  margin-top: 4rem;
}
.post-text h3 {
  font-size: 1.8rem;
  margin: 1rem 0px;
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f6cd00;
  color: #f6cd00;
}
.post-text h4 {
  color: #f6cd00;
}
.post-text p {
  font-size: 1.6rem;
  margin: 2rem 0;
  font-weight: 400;
  line-height: 1.7;
  color: #707070;
}
.post-text ul {
  margin-left: 30px;
  padding-left: 20px;
  list-style-type: disc;
  list-style-position: outside;
}
.post-text ol {
  margin-left: 30px;
  list-style-type: auto;
}
.post-text li {
  position: relative;
  margin: 10px 0px;
  font-size: 1.5rem;
  line-height: 1.7;
}
.post-text img {
  margin: 40px 0px;
}

.post li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "-";
  font-size: 14px;
  color: #15406d;
}

/* AUTHOR */
.post-author {
  border: 1px solid rgba(1, 1, 1, 0.3);
  border-radius: 12px;
  padding: 2rem 4rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.post-author .title {
  font-size: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #f6cd00;
  line-height: 30px;
}
.post-author .content {
  color: #f6cd00;
  line-height: 20px;
  margin-top: 2rem;
}

.post-author--mobile {
  display: none;
  margin-top: 6rem;
}

.post-author .author {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1rem 0;
  padding-bottom: 0;
}
.post-author .author img {
  height: 8rem;
  width: 8rem;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto;
}
.post-author .author .name {
  font-weight: 600;
  color: #f6cd00;
  font-size: 1.6rem;
}
.post-author .author .function {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #f6cd00;
}

.post-author .content p {
  font-size: 13px;
  color: #f6cd00;
  font-size: 1.4rem;
  font-weight: 300;
}

/* NEXT */
.post-next .wpb-posts-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 50px;
  align-items: center;
  margin: 80px auto 0px;
}
.post-next .wpb-posts-nav a {
  display: grid;
  grid-gap: 20px;
  align-items: center;
  color: #15406d;
}
.post-next .wpb-posts-nav a:hover h4 {
  color: #15406d;
}
.post-next .wpb-posts-nav strong {
  margin-bottom: 1rem;
}
.post-next .wpb-posts-nav h4 {
  margin: 0;
  color: #3A3A3A;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 0.5rem;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}
.post-next .wpb-posts-nav a svg {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.post-next .wpb-posts-nav > div:nth-child(1) a {
  grid-template-columns: 100px 1fr;
  text-align: left;
}
.post-next .wpb-posts-nav > div:nth-child(2) a {
  grid-template-columns: 1fr 100px;
  text-align: right;
}
.post-next .wpb-posts-nav__thumbnail {
  display: block;
  margin: 0;
}
.post-next .wpb-posts-nav__thumbnail img {
  border-radius: 5px;
}

/* CONTACT */
#post .banner-contact__card {
  margin-left: 0;
  margin-top: 6rem;
}
#post .banner-contact__title {
  color: #fff;
}
#post .banner-contact__content .text {
  color: #fff;
}
#post .banner-contact__content img {
  margin: 0;
}

@media (max-width: 1024px) {
  .post-header {
    flex-direction: column;
  }

  .post-header__top {
    width: 100%;
  }

  .post-header__illustration {
    width: 100%;
    height: 40rem;
  }

  .post-content {
    display: flex;
    flex-direction: column-reverse;
  }

  .post-next .wpb-posts-nav {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .post-header__title {
    font-size: 2.4rem;
  }

  .post-header__illustration {
    height: 20rem;
  }
}
.intro__container {
  padding: 4rem;
  border-radius: 8px;
  background: linear-gradient(170deg, #d99800 0%, #826a15 100%);
}

.intro__illustration {
  position: relative;
  height: 200px;
  width: 200px;
}
.intro__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* SERVICES */
.services__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.services__illustration {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  padding-top: 56.25%;
}
.services__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.illustration {
  position: relative;
  height: 45rem;
  border-radius: 8px;
}
.illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  object-fit: cover;
}

#hero {
  position: relative;
  height: 100vh;
  z-index: 100;
}
#hero .container {
  height: 100%;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.hero__bg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 1, 1, 0.5);
}

.hero__container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero__head {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  margin-bottom: 1rem;
}

.hero__content {
  max-width: 800px;
  text-align: center;
}

.hero__logo {
  width: 16rem;
  margin: 2rem 0;
}
.hero__logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.hero__title {
  font-family: "Raleway";
  font-size: 5rem;
  line-height: 53px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
}
.hero__title em {
  font-weight: 700;
}

.hero__desc {
  color: #fff;
  margin: 3rem 0;
  font-size: 2rem;
  line-height: 1.6;
}

.hero__buttons {
  align-self: flex-end;
  margin-top: auto;
}
.hero__buttons a {
  font-size: 1.8rem;
  padding: 1.5rem 3rem;
}
.hero__buttons a:nth-child(even) {
  background-color: #15406d;
  color: #fff;
}
.hero__buttons a:nth-child(even):hover {
  background-color: #f6cd00;
  color: #3A3A3A;
}
.hero__buttons a + a {
  margin-left: 1rem;
}

/* SCROLL DOWN */
.scroll-down {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
}

.scroll-down p {
  color: #fff;
}

.scroll-down .arrow_down {
  height: 18px;
  width: 18px;
  animation: 1s upToDown linear infinite alternate;
}
.scroll-down .arrow_down img {
  position: relative;
  height: 100%;
  width: 100%;
  transform: rotate(-90deg);
}

@keyframes upToDown {
  0% {
    transform: translateY(0);
  }
  0% {
    transform: translateY(20px);
  }
}
/* HERO INSIDE */
.hero-inside {
  height: 50vh;
}

@media (min-width: 1024px) {
  .hero__head {
    margin-top: auto;
  }

  .hero__buttons {
    margin-top: 0;
    align-self: start;
  }
  .hero__buttons a + a {
    margin-left: 1rem;
  }

  .hero__title {
    font-size: 8rem;
    line-height: 80px;
    margin: 2rem 0;
  }

  .hero__content {
    padding-bottom: 10rem;
  }
}
@media (max-width: 550px) {
  .hero__content {
    padding: 0rem 4rem;
  }

  .hero__logo {
    width: 10rem;
  }

  .hero__title {
    font-size: 3.4rem;
    line-height: 1.2;
  }

  .hero__desc {
    font-size: 1.6rem;
    line-height: 1.4;
    margin: 1rem 0;
  }

  .hero__buttons {
    margin-top: 2rem;
  }
  .hero__buttons a {
    font-size: 1.6rem;
    padding: 1rem 2rem;
  }
  .hero__buttons a + a {
    margin-left: 0;
    margin-top: 1rem;
  }
}
#page-header {
  position: relative;
  height: 60vh;
  max-height: 50rem;
}
#page-header .container {
  position: relative;
  height: 100%;
}

.page-header__container {
  position: relative;
  height: 100%;
}

.page-header__illustration {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.page-header__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.page-header__illustration:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #15406d;
  opacity: 0.8;
}

.page-header__content {
  position: relative;
  z-index: 2;
  padding: 6rem 0rem;
  height: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
}
.page-header__content a {
  align-self: flex-start;
}

.page-header__head {
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  line-height: 15px;
  margin-bottom: 1rem;
  color: white;
}

.page-header__title {
  font-size: 5rem;
  font-family: "Raleway";
  font-weight: 800;
  color: #fff;
  line-height: 53px;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.page-header__title em {
  font-weight: 700;
  display: block;
}

.page-header__desc {
  color: #fff;
  line-height: 1.6;
  font-size: 2rem;
}

@media (min-width: 1024px) {
  .page-header__head {
    margin-top: auto;
  }
}
@media (max-width: 550px) {
  .page-header__title {
    font-size: 3rem;
  }

  .page-header__desc {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.partners__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}

.partners__item {
  padding: 2rem;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.partners__item:hover {
  transform: scale(1.02);
}

.partners__item img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  max-height: 12rem;
}

@media (max-width: 1280px) {
  .partners__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .partners__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .partners__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.navigation__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.navigation__item {
  position: relative;
  overflow: hidden;
}
.navigation__item:before {
  content: "";
  display: block;
  padding-bottom: 120%;
}
.navigation__item:hover .navigation__illustration {
  transform: scale(1.03);
}
.navigation__item:hover .navigation__title {
  color: #f6cd00;
}

.navigation__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: rgba(21, 64, 109, 0.6);
  color: #fff;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.navigation__illustration {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.navigation__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.navigation__title {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.6rem;
  font-weight: 800;
  transition: all 0.3s ease-in-out;
}

.navigation__desc {
  color: #fff;
  margin-top: 1rem;
  font-size: 2rem;
  font-weight: 500;
}

.navigation__content .btn {
  box-shadow: none;
  border: none;
  align-self: flex-start;
  color: #15406d;
  font-size: 1.2rem;
  border: 1px solid #fff;
}
.navigation__content .btn:hover {
  background-color: transparent;
  color: #fff;
}

@media (max-width: 1024px) {
  .navigation__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .navigation__title {
    font-size: 2rem;
  }

  .navigation__desc {
    font-size: 1.6rem;
  }
}
@media (max-width: 550px) {
  .navigation__list {
    grid-template-columns: 1fr;
  }
}
.content {
  word-wrap: break-word;
  /* Ancienne syntaxe */
  overflow-wrap: break-word;
  /* Nouvelle syntaxe */
  /* ================================
     CONTENEUR PRINCIPAL
  ================================== */
  /* ================================
     TITRES
  ================================== */
  /* ================================
     PARAGRAPHES & TEXTE
  ================================== */
  /* ================================
     LISTES
  ================================== */
  /* ================================
     CITATIONS
  ================================== */
  /* ================================
     TABLEAUX
  ================================== */
  /* ================================
     SECTIONS
  ================================== */
}
.content h1,
.content h2,
.content h3 {
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.2;
  max-width: 800px;
}
.content h1 {
  font-size: 2rem;
  color: #15406d;
}
.content h2 {
  font-size: 3.8rem;
  color: #15406d;
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 700;
}
.content h3 {
  font-size: 1.8rem;
  color: #15406d;
  display: inline-block;
  margin-top: 2rem;
}
.content h4 {
  font-size: 1.6rem;
  color: #15406d;
  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.content p {
  margin-bottom: 1rem;
  max-width: 100%;
}
.content a {
  color: #15406d;
  text-decoration: none;
  font-weight: 500;
}
.content a:hover {
  text-decoration: underline;
}
.content strong {
  font-weight: 600;
}
.content em {
  font-style: italic;
}
.content u {
  text-decoration: underline;
}
.content mark {
  background: yellow;
  padding: 0 3px;
}
.content del {
  color: #999;
  text-decoration: line-through;
}
.content code {
  font-family: monospace;
  background: #f4f4f4;
  padding: 2px 5px;
  border-radius: 4px;
}
.content ul,
.content ol {
  margin: 1rem 0 1rem 2rem;
}
.content ul {
  list-style-type: disc;
}
.content li {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  color: #707070;
}
.content blockquote {
  border-left: 4px solid #0077cc;
  padding-left: 1rem;
  margin: 1rem 0;
  font-style: italic;
  color: #555;
  background: #f9f9f9;
}
.content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 1.6rem;
}
.content th,
.content td {
  border: 1px solid #ddd;
  padding: 0.75rem;
  text-align: left;
}
.content th {
  background: #15406d;
  color: #fff;
}
.content tr:nth-child(even) {
  background: #f4f4f4;
}
.content section {
  margin: 2rem 0;
  padding: 1rem;
  background: #f9f9f9;
  border-left: 3px solid #15406d;
  border-radius: 6px;
}

@media (max-width: 550px) {
  .content h2 {
    font-size: 2.6rem;
  }
}
.team__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.team__item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.team__item:before {
  content: "";
  display: block;
  padding-bottom: 140%;
}
.team__item:hover .team__illustration img {
  transform: scale(1.05);
}

.team__illustration {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.team__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.team__illustration:after {
  content: "";
  display: block;
  background: linear-gradient(0deg, #15406d 0%, rgba(21, 64, 109, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  height: 70%;
  width: 100%;
}

.team__content {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.team__content .name {
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}

.team__text .name {
  font-size: 1.5rem;
  margin: 0;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.team__text .function p {
  font-size: 1.4rem;
  font-weight: 600;
  opacity: 0.9;
  margin-bottom: 1rem;
  color: #fff;
}
.team__text .contact {
  display: flex;
  gap: 1rem;
}
.team__text .contact a {
  color: #15406d;
  font-size: 1.2rem;
  transition: color 0.3s ease;
  background-color: #f6cd00;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.team__text .contact a:hover {
  background-color: #fff;
  color: #15406d;
}

@media (max-width: 1280px) {
  .team__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .team__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .team__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  .team__list {
    grid-template-columns: 1fr;
  }

  .team__item:before {
    padding-bottom: 100%;
  }
}
a {
  color: #15406d;
  line-height: 1.5;
}

.faq__list {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1.5rem;
}
.faq__list ul {
  list-style: initial !important;
  margin: 10px 0px;
}
.faq__list ol {
  list-style: decimal !important;
}
.faq__list li {
  line-height: 30px;
  position: relative;
}
.faq__list em {
  font-style: normal;
  color: #15406d;
}

.faq__item {
  overflow: hidden;
  transition: height 100ms ease-in-out;
  margin-bottom: 0px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-bottom: 0.5px solid #707070;
  border-radius: 0px;
  padding: 0rem 0rem;
}
.faq__item:last-child {
  border-bottom: 0;
}
.faq__content {
  padding: 0rem 2rem 2rem 0rem;
}
.faq__content p {
  line-height: 1.8;
}
.faq__title {
  display: block;
  position: relative;
  list-style: none;
  outline: 0;
  font-family: "Raleway", sans-serif;
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  padding-left: 0;
  padding: 2rem 0;
  padding-right: 5rem;
  color: #707070;
  line-height: 26px;
}
.faq__title::-webkit-details-marker {
  display: none;
}
.faq__title span:before, .faq__title span:after {
  content: "";
  position: absolute;
}
.faq__title span {
  position: absolute;
  top: calc(50% - 1.8rem);
  right: 0;
  height: 4.5rem;
  width: 4.5rem;
  background-image: url("../img/faq-button.svg");
  background-size: contain;
  border-radius: 50%;
  display: flex;
  align-items: center;
  transition: all 100ms ease-in-out;
}
.faq__title span:before {
  left: 50%;
  top: 50%;
  height: 3px;
  margin-top: -1.5px;
  width: 1.8rem;
  background: #fff;
  transition: all 100ms ease-in-out;
  transform: translateX(-50%);
  border-radius: 10px;
}
.faq__title span:before:after {
  content: "";
  display: block;
  background-color: red;
}
.faq__title span:after {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: 1.8rem;
  width: 3px;
  background: #fff;
  transition: all 100ms ease-in-out;
  border-radius: 10px;
  opacity: 1;
}
[open] .faq__title span:after {
  opacity: 0;
}
.faq__content {
  max-width: 90%;
  color: #707070;
}
.faq__content p {
  font-size: 1.4rem;
}
.faq__content p + p {
  margin-top: 1rem;
  color: #707070;
}
.faq__content ul {
  margin-left: 2rem;
}
.faq__content li {
  font-size: 1.4rem;
}

.faq__cta {
  margin-top: 4rem;
  text-align: center;
}

@media (max-width: 1024px) {
  .faq__list {
    width: 100%;
    margin-top: 2.5rem;
  }

  .faq__text {
    width: 100%;
  }

  .faq__content {
    max-width: 100%;
  }
}
/* INTRO */
.blog-intro__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.blog-intro__item {
  position: relative;
  box-shadow: 0px 0px 10px rgba(1, 1, 1, 0.1);
  display: flex;
  flex-direction: column;
}
.blog-intro__item:hover .blog-intro__title {
  color: #f6cd00;
}
.blog-intro__item:hover .blog-intro__illustration img {
  transform: scale(1.03);
}
.blog-intro__item:hover .blog-intro__btn {
  transform: rotate(45deg) !important;
}

.blog-intro__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.blog-intro__illustration {
  position: relative;
  height: 25rem;
  overflow: hidden;
}
.blog-intro__illustration .wp-post-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.blog-intro__header {
  padding: 2rem 2rem;
}

.blog-intro__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog-intro__content .date {
  font-size: 1rem;
  color: #707070;
}

.blog-intro__title {
  font-size: 1.8rem;
  color: #15406d;
  line-height: 1.4;
  font-weight: 700;
  margin: 1rem 0;
  transition: all 0.3s ease-in-out;
}

.blog-intro__desc {
  font-size: 1.2rem;
}

.blog-intro__author {
  display: flex;
  align-items: center;
  gap: 2rem;
  border-top: 1px solid rgba(14, 75, 108, 0.4);
  color: #f6cd00;
  padding: 1rem 2rem;
  margin-top: auto;
}
.blog-intro__author p {
  display: block;
  font-size: 1.2rem;
  color: #15406d;
  font-weight: 600;
  line-height: 1.4;
}
.blog-intro__author img {
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  object-fit: cover;
}
.blog-intro__author .author {
  color: #707070;
  font-weight: 700;
  margin: 0.4rem 0;
  padding-bottom: 0;
}
.blog-intro__author .name {
  font-weight: 700;
}

.blog-intro__btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 4rem;
  width: auto;
  object-fit: contain;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}

.blog-intro__cta {
  text-align: left;
  margin-top: 4rem;
}
.blog-intro__cta .btn {
  margin-right: 1rem;
}
.blog-intro__cta .btn:last-child {
  margin-right: 0;
}

@media (max-width: 1280px) {
  .blog__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .blog-intro__list {
    grid-template-columns: 1fr;
  }

  .blog-intro__cta {
    text-align: left;
  }
  .blog-intro__cta .btn {
    margin-top: 10px;
  }

  .blog__list {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}
@media (max-width: 768px) {
  .blog__list {
    grid-template-columns: 1fr;
  }

  .blog-intro__illustration {
    height: 25rem;
  }
}
.planning-grid {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-family: Arial, sans-serif;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.3;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.planning-grid thead {
  background: #15406d;
  color: #fff;
  font-size: 1.8rem;
}
.planning-grid thead th {
  padding: 1rem;
  border: 1px solid #2572c3;
  text-transform: uppercase;
}
.planning-grid td,
.planning-grid th {
  border: 1px solid #acccef;
  padding: 1rem;
  vertical-align: middle;
  height: 50px;
}
.planning-grid tbody tr:nth-child(even) {
  background: #fff9dd;
}
.planning-grid tbody tr {
  cursor: pointer;
}
.planning-grid tbody tr:hover {
  background: #ecf3fb;
  color: #15406d;
  transition: 0.3s;
}
.planning-grid td:first-child {
  font-weight: 700;
  background: #ecf3fb;
  color: #15406d;
  text-align: left;
  width: 20%;
}

@media (max-width: 1024px) {
  .planning-grid {
    box-shadow: none;
  }
  .planning-grid thead {
    display: none;
  }
  .planning-grid tr {
    display: block;
    margin: 0 0 2rem 0;
    border: 1px solid #418cda;
    padding: 0rem;
    background: white;
    text-align: left;
  }
  .planning-grid tbody tr:hover {
    background-color: transparent;
  }
  .planning-grid td {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    border: none;
    border-bottom: 1px solid #6ba6e3;
    width: 100% !important;
    height: auto;
    font-weight: 700;
    color: #15406d;
    /* Ajouter les labels des colonnes en mobile */
  }
  .planning-grid td:first-child {
    background-color: #15406d;
    color: #fff;
  }
  .planning-grid td:first-child:before {
    color: #fff;
  }
  .planning-grid td:first-child:hover {
    background: #15406d;
  }
  .planning-grid td:nth-child(even) {
    background: #fff9dd;
  }
  .planning-grid td:hover {
    background: #ecf3fb;
  }
  .planning-grid td:last-child {
    border-bottom: none;
  }
  .planning-grid td:before {
    content: attr(data-label);
    font-weight: bold;
    color: #15406d;
  }
  .planning-grid tbody tr:nth-child(even) {
    background: white;
  }
}
.courses-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.courses__date {
  background-color: #15406d;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0rem 2rem;
  line-height: 1.2;
}
.courses__date span {
  color: #fff;
  font-size: 3rem;
  font-weight: 800;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.courses__date .month {
  font-size: 1.6rem;
}

.course-card {
  background: #F0F0F0;
  display: grid;
  grid-template-columns: 1fr 8fr 4fr;
  border: 1px solid #eee;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  color: #fff;
  transition: transform 0.2s ease;
}
.course-card:hover {
  transform: translateY(-4px);
}
.course-card h3 {
  color: #15406d;
  margin: 1rem 0;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: 800;
  text-transform: uppercase;
}
.course-card p {
  margin: 0.3rem 0;
  color: #15406d;
}
.course-card p i {
  margin-right: 8px;
  font-size: 1.4rem;
}
.course-card .infos {
  margin-top: 1rem;
  font-size: 0.9rem;
  color: #fff;
}

.courses__content {
  padding: 1.5rem 3rem;
}

.courses__infos {
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
}
.courses__infos p + p {
  margin-left: 2rem;
}

.courses__illustration {
  position: relative;
}
.courses__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .courses-grid {
    gap: 4rem;
  }

  .course-card {
    grid-template-columns: 1fr;
  }

  .courses__illustration {
    height: 40vw;
  }

  .courses__date {
    padding: 1rem 2rem;
  }

  .courses__date .month {
    font-size: 2.5rem;
  }
}

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