@charset "UTF-8";
/*
Theme Name: my-little-big-theme-child
Theme URI: Theme URI: http://underscores.me/
Template: my-little-big-theme
Author: Underscores.me
Version: 1.2
*/
/**
 * Colors Custom
 */
/*==============================
=            Mixins            =
==============================*/
/* 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, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  box-sizing: border-box;
}
html, body {
  overflow-x: hidden !important;
  margin: 0;
}
a:focus {
  outline: none;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  transition: ease-in-out 0.3s;
}
:target {
  margin: -150px 0 0;
}
:target::before {
  content: "";
  display: block;
  height: 150px;
}
.page {
  margin: 0 !important;
}
.page-content {
  margin: 0;
}
.text-align-right {
  text-align: right;
}
.text-align-center {
  text-align: center;
}
.ph {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .ph {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .ph {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.pt {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .pt {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .pt {
    padding-top: 40px;
  }
}
.mt {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .mt {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .mt {
    margin-top: 40px;
  }
}
.pb {
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .pb {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .pb {
    padding-bottom: 40px;
  }
}
.mb {
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .mb {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .mb {
    margin-bottom: 40px;
  }
}
.pv {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .pv {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .pv {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.mv {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .mv {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .mv {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.margin_auto {
  margin-left: auto;
  margin-right: auto;
}
.margin_left {
  margin-left: auto;
}
.display-none {
  display: none !important;
}
.uppercase {
  text-transform: uppercase;
}
@media (min-width: 1023px) {
  .show-mobile {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .show-desktop {
    display: none !important;
  }
}
.row {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.otgs-development-site-front-end {
  display: none;
}
h1, .h1 {
  font-family: "Raleway", sans-serif;
  font-size: 51px;
  font-weight: 800;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 34px;
  }
}
h2, .h2 {
  font-family: "Raleway", sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.2;
  color: #00245D;
}
h2.smaller, .h2.smaller {
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  h2.smaller, .h2.smaller {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  h2, .h2 {
    font-size: 28px;
  }
}
h3, .h3 {
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  color: #00245D;
}
@media screen and (max-width: 767px) {
  h3, .h3 {
    font-size: 20px;
  }
}
.menu, .btn {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 4%;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .menu, .btn {
    font-size: 14px;
  }
}
.subtitle {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 4%;
}
p, .text {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  color: #222222;
  margin-bottom: 30px;
}
p strong, .text strong {
  font-weight: 700;
}
p b, .text b {
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  p, .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  p, .text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
sup {
  font-size: 12px;
}
.info-text {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .info-text {
    font-size: 14px;
  }
}
.content a:not(.btn, .phone-number) {
  color: #004996;
}
.content a:not(.btn, .phone-number):hover {
  color: #EB2B2B;
}
.content a:not(.btn, .phone-number):visited {
  color: #004996;
}
.content a:not(.btn, .phone-number):visited:hover {
  color: #EB2B2B;
}
a:visited {
  color: unset;
}
.btn, .header-btn a {
  padding: 24px 28px;
  border: none;
  background: linear-gradient(90deg, #E73137 0%, #E74731 100%);
  color: #FFFFFF;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 767px) {
  .btn, .header-btn a {
    padding: 20px 24px;
  }
}
.btn:visited, .header-btn a:visited {
  color: #FFFFFF;
}
.btn:hover, .header-btn a:hover {
  background: linear-gradient(90deg, #FF8686 0%, #FF8686 100%);
  color: #FFFFFF;
}
.btn:hover:visited, .header-btn a:hover:visited {
  color: #FFFFFF;
}
.btn:active, .header-btn a:active {
  background: #7C1616;
  color: #FFFFFF;
}
.btn:active:visited, .header-btn a:active:visited {
  color: #FFFFFF;
}
.btn.light, .header-btn a.light {
  background: #F2E0E1;
  color: #EB2B2B;
}
.btn.light:hover, .header-btn a.light:hover {
  background: #EB2B2B;
  color: #FFFFFF;
}
.btn.light:hover:visited, .header-btn a.light:hover:visited {
  color: #FFFFFF;
}
.btn.light:active, .header-btn a.light:active {
  background: #7C1616;
  color: #FFFFFF;
}
.btn.light:active:visited, .header-btn a.light:active:visited {
  color: #FFFFFF;
}
.btn.light:visited, .header-btn a.light:visited {
  color: #EB2B2B;
}
.btn.white, .header-btn a.white {
  background: #FFFFFF;
  color: #EB2B2B;
}
.btn.white:hover, .header-btn a.white:hover {
  background: #FF8686;
  color: #FFFFFF;
}
.btn.white:hover:visited, .header-btn a.white:hover:visited {
  color: #FFFFFF;
}
.btn.white:active, .header-btn a.white:active {
  background: #7C1616;
  color: #FFFFFF;
}
.btn.white:active:visited, .header-btn a.white:active:visited {
  color: #FFFFFF;
}
.btn.white:visited, .header-btn a.white:visited {
  color: #EB2B2B;
}
.accent {
  color: #EB2B2B;
}
.cta {
  display: flex;
  align-items: center;
  column-gap: 26px;
}
.cta .phone-number {
  padding-left: 26px;
  border-left: 2px solid #D4D4D4;
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.92px;
  text-transform: uppercase;
  color: #EB2B2B;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
}
.cta .phone-number:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .cta {
    flex-direction: column;
    align-items: center;
  }
  .cta .phone-number {
    padding-left: 0;
    border-left: none;
    margin-top: 20px;
  }
}
.check-list li {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  color: #222222;
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}
.check-list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(assets/icons/check-icone.svg);
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .check-list li {
    font-size: 16px;
  }
}
.slick-dots {
  bottom: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 900px;
  width: 80vw;
  flex: 1 1 0px;
  left: 50%;
  transform: translateX(-50%);
}
.slick-dots li {
  background: #F2F2F2;
  width: 100%;
  height: 2px;
  border-radius: 0;
  margin: 0;
  transition: all 0.1s ease;
  flex: 1 1 0px;
}
.slick-dots li.slick-active {
  width: 100%;
  height: 4px;
  padding-bottom: -2px;
  /* Hauteur plus grande pour la barre active */
  background-color: #EB2B2B;
}
.slick-dots button {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.slick-arrow {
  cursor: pointer;
}
.slick-arrow:hover {
  opacity: 0.5;
}
.slick-arrow::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(assets/icons/carroussel-icone.svg);
}
.slick-arrow.next::before {
  right: 0;
  transform: rotate(0deg);
  top: 50%;
}
.slick-arrow.prev::before {
  left: 0;
  top: 50%;
  transform: rotate(180deg);
}
.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.error-404-page .row {
  display: flex;
  flex-direction: row;
  column-gap: 40px;
  row-gap: 40px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .error-404-page .row {
    flex-direction: column-reverse;
  }
}
.error-404-page .image {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .error-404-page .image {
    max-width: 120px;
  }
}
.error-404-page .image img {
  width: 100%;
  height: auto;
}
.error-404-page .content {
  text-align: center;
}
.error-404-page .page-title {
  font-size: 150px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .error-404-page .page-title {
    font-size: 100px;
    margin-top: -50px;
  }
}
.error-404-page .subtitle {
  font-size: 30px;
  margin-bottom: 30px;
  display: block;
}
.legal-page .page-header {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.legal-page .page-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 60px);
  height: 1px;
  border-bottom: solid 3px #EB2B2B;
}
.legal-page .page-header::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: calc(100% - 60px);
  width: 60px;
  height: 40px;
  background-size: contain;
  transform: rotate(169deg);
  background-repeat: no-repeat;
  background-image: url(assets/img/avion.svg);
}
.legal-page h2 {
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .legal-page h2 {
    font-size: 26px;
  }
}
.legal-page h3 {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .legal-page h3 {
    font-size: 18px;
  }
}
.legal-page #cmplz-document {
  max-width: 100% !important;
}
.legal-page #cmplz-document h2 {
  font-size: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.legal-page #cmplz-document p {
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .legal-page #cmplz-document p {
    font-size: 16px;
  }
}
.legal-page #cmplz-document ul {
  list-style: none;
}
.legal-page #cmplz-document ul li {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .legal-page #cmplz-document ul li {
    font-size: 16px;
  }
}
.cmplz-cookiebanner {
  font-family: "Roboto", sans-serif !important;
}
.cmplz-cookiebanner .cmplz-title {
  font-family: "Roboto", sans-serif !important;
  font-size: 18px !important;
}
.cmplz-cookiebanner .cmplz-message {
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
}
.divers-page .intro-section .container {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .divers-page .intro-section .container {
    margin-top: 40px;
  }
}
.block_multi:last-child {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .block_multi:last-child {
    margin-bottom: 50px;
  }
}
.block_multi .h2 {
  margin-bottom: 20px;
}
.block_multi .downloads {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .block_multi .downloads {
    grid-template-columns: 1fr;
    gap: 13px;
  }
}
.block_multi .downloads .btn {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}
.block_multi .link-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .block_multi .link-list {
    grid-template-columns: 1fr;
    gap: 13px;
  }
}
.block_multi .link-list .btn {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.block_multi .free-content {
  margin-top: 30px;
  margin-bottom: 0;
}
.logo-wrap {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 30px;
  padding: 40px 0;
}
@media screen and (max-width: 1023px) {
  .logo-wrap {
    flex-wrap: wrap;
  }
}
.logo-wrap br {
  display: none;
}
.logo-wrap img {
  display: block;
}
.confirmation-page {
  position: relative;
}
.confirmation-page::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  background-image: url(assets/img/vecteur-background.svg);
}
@media screen and (max-width: 767px) {
  .confirmation-page::after {
    opacity: 0.5;
  }
}
.confirmation-page .merci-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.confirmation-page .merci-content .h2, .confirmation-page .merci-content .h3 {
  margin-bottom: 20px;
}
.confirmation-page .merci-content p {
  text-align: center;
}
.block:not(.block_multi, .block_blog, .block_home_2) a {
  white-space: nowrap;
}
.admin-bar .header {
  top: 32px;
}
.white-header.site {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .white-header.site {
    padding-top: 90px;
  }
}
.white-header .header {
  background-color: #FFFFFF;
}
.white-header .header .site-branding .logo-blue {
  display: block;
}
.white-header .header .site-branding .logo-white {
  display: none;
}
.white-header .header .col-right .row-bottom .menu-container .menu .menu-item a {
  color: #222222;
}
.white-header .header .col-right .row-bottom .menu-container .menu .menu-item .sub-menu a {
  color: #FFFFFF;
}
.white-header .header .col-right .row-bottom .menu-container .menu .menu-item-has-children a::after {
  background-image: url(assets/icons/chevron-down-black.svg);
}
.white-header .header .col-right .row-bottom .menu-container .menu .header-btn a {
  color: #FFFFFF;
}
.header {
  background-color: transparent;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .header {
    height: 100px !important;
  }
}
.header.mobile {
  background-color: #FFFFFF;
}
.header.mobile .logo-white {
  display: none;
}
.header.mobile .logo-blue {
  display: block !important;
}
.header .header-container {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 40px;
  position: relative;
}
.header .site-branding {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1420px) {
  .header .site-branding {
    width: 18vw;
  }
}
@media screen and (max-width: 1100px) {
  .header .site-branding {
    width: 200px;
  }
}
.header .site-branding .logo-blue {
  display: none;
}
.header .col-right .row-top {
  display: flex;
  align-items: center;
  column-gap: 15px;
  justify-content: space-between;
  position: relative;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .header .col-right .row-top {
    display: none;
  }
}
.header .col-right .row-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: -7%;
  height: 100%;
  background-image: url(assets/img/header-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  width: 500%;
  z-index: 0;
}
.header .col-right .row-top .phone-numbers {
  display: flex;
  align-items: center;
  column-gap: 36px;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.header .col-right .row-top .phone-numbers a {
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (max-width: 1350px) {
  .header .col-right .row-top .phone-numbers a {
    font-size: 13px;
  }
}
.header .col-right .row-top .phone-numbers a:hover {
  text-decoration: underline;
}
.header .col-right .row-top .phone-numbers .label {
  padding-left: 24px;
  position: relative;
}
@media screen and (max-width: 1350px) {
  .header .col-right .row-top .phone-numbers .label {
    font-size: 13px;
  }
}
.header .col-right .row-top .phone-numbers .label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background-image: url(assets/icons/telephone-icone-menu.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1100px) {
  .header .col-right .row-top .phone-numbers .phone-number:first-child, .header .col-right .row-top .phone-numbers .phone-number:nth-child(2) {
    display: none;
  }
}
.header .col-right .row-top .row-top-right {
  display: flex;
  column-gap: 20px;
  position: relative;
  z-index: 2;
  align-items: center;
}
.header .col-right .row-top .row-top-right .separator {
  width: 2px;
  height: 24px;
  background-color: #FFFFFF;
  position: relative;
}
.header .col-right .row-top .search {
  z-index: 2;
  position: relative;
}
.header .col-right .row-top .search .search-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  outline: 0;
}
.header .col-right .row-top .search .search-button img {
  width: 22px;
  height: 22px;
}
.header .col-right .row-top .search .search-button:hover {
  opacity: 0.7;
}
.header .col-right .row-bottom .menu-container {
  position: static;
}
@media screen and (max-width: 1100px) {
  .header .col-right .row-bottom .menu-container .main-navigation {
    display: none;
  }
}
.header .col-right .row-bottom .menu-container .menu {
  display: flex;
  align-items: center;
  column-gap: 38px;
}
@media screen and (max-width: 1350px) {
  .header .col-right .row-bottom .menu-container .menu {
    column-gap: 20px;
  }
}
.header .col-right .row-bottom .menu-container .menu a:hover::before {
  content: "";
  height: 2px;
  background-color: #EB2B2B;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.header .col-right .row-bottom .menu-container .single_col_submenu .sub-menu {
  width: 500px !important;
  flex-direction: column !important;
}
.header .col-right .row-bottom .menu-container .single_col_submenu .sub-menu li {
  width: 100% !important;
}
.header .col-right .row-bottom .menu-container .menu-item-has-children {
  padding-right: 18px;
  position: static;
}
.header .col-right .row-bottom .menu-container .menu-item-has-children a {
  position: relative;
}
.header .col-right .row-bottom .menu-container .menu-item-has-children a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  background-image: url(assets/icons/chevron-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.header .col-right .row-bottom .menu-container .menu-item-has-children:hover .sub-menu {
  left: 50%;
  transform: translateX(-50%);
}
.header .col-right .row-bottom .menu-container .menu-item-has-children:hover a::after {
  transform: rotate(180deg);
  top: 46%;
}
.header .col-right .row-bottom .menu-container .menu-item a {
  color: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1350px) {
  .header .col-right .row-bottom .menu-container .menu-item a {
    font-size: 1.18vw;
  }
}
.header .col-right .row-bottom .menu-container .menu-item.header-btn {
  padding: 0;
}
.header .col-right .row-bottom .menu-container .menu-item.header-btn a {
  padding: 24px 28px 24px 58px;
  position: relative;
}
.header .col-right .row-bottom .menu-container .menu-item.header-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 28px;
  background-color: transparent;
  transform: translateY(-50%);
  width: 20px;
  height: 22px;
  background-image: url(assets/icons/client-icone.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.header .col-right .row-bottom .menu-container .menu-item .sub-menu {
  background-color: #00245D;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 4%;
  width: 1000px;
  margin: 0 auto;
  padding: 15px;
  box-shadow: none;
}
.header .col-right .row-bottom .menu-container .menu-item .sub-menu a {
  padding: 24px 15px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #FFFFFF;
}
.header .col-right .row-bottom .menu-container .menu-item .sub-menu a::after {
  display: none;
}
.header .col-right .row-bottom .menu-container .menu-item .sub-menu a:hover {
  border-color: #EB2B2B;
}
.header .col-right .row-bottom .menu-container .menu-item .sub-menu li {
  width: 48%;
  position: relative;
}
.header .col-right .row-bottom .menu-container .menu-item .sub-menu li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(assets/img/avion-blanc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
  opacity: 0.7;
}
.header .col-right .row-bottom .menu-container .menu-item .sub-menu li:hover::after {
  background-image: url(assets/img/avion-rouge.svg);
  width: 25px;
  height: 25px;
  opacity: 1;
}
.header.sticky {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.05);
}
.header.sticky .site-branding .logo-blue {
  display: block;
}
.header.sticky .site-branding .logo-white {
  display: none;
}
.header.sticky .col-right .row-bottom .menu-container .menu .menu-item a {
  color: #222222;
}
.header.sticky .col-right .row-bottom .menu-container .menu .menu-item .sub-menu {
  box-shadow: none;
}
.header.sticky .col-right .row-bottom .menu-container .menu .menu-item .sub-menu a {
  color: #FFFFFF;
}
.header.sticky .col-right .row-bottom .menu-container .menu .menu-item-has-children a::after {
  background-image: url(assets/icons/chevron-down-black.svg);
}
.header.sticky .col-right .row-bottom .menu-container .menu .header-btn a {
  color: #FFFFFF;
}
.header__hamburger {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
@media screen and (max-width: 1100px) {
  .header__hamburger {
    display: flex;
    justify-content: flex-end;
  }
}
.header__hamburger.active .open {
  display: none;
}
.header__hamburger.active .close {
  display: block;
}
.header__hamburger .open {
  text-align: center;
}
.header__hamburger .open svg rect {
  fill: #FFFFFF;
}
.header__hamburger .close {
  display: none;
  text-align: center;
}
.header__hamburger .close svg rect {
  fill: #FFFFFF;
}
.header__hamburger svg {
  width: 22px;
  height: 30px;
}
.mobile .open svg rect, .sticky .open svg rect, .white-header .open svg rect {
  fill: #133984 !important;
}
.mobile .close svg rect, .sticky .close svg rect, .white-header .close svg rect {
  fill: #133984 !important;
}
.mobile .search-button svg path, .sticky .search-button svg path, .white-header .search-button svg path {
  fill: #133984;
  stroke: #133984;
}
.mobile-menu-only {
  display: none !important;
}
@media screen and (max-width: 1100px) {
  .mobile-menu-only {
    display: block !important;
  }
}
@media screen and (max-width: 1100px) {
  .menu-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.menu-container .search-button {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .menu-container .search-button {
    display: block !important;
  }
}
.header__menu-mobile {
  display: none;
  background-color: #FFFFFF;
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 0;
  padding: 20px;
}
.header__menu-mobile.open {
  display: block;
  height: calc(100dvh - 120px);
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .header__menu-mobile.open {
    height: calc(100dvh - 100px);
  }
}
.header__menu-mobile .menu {
  width: 100%;
}
.header__menu-mobile .menu a {
  padding: 15px 20px;
  display: block;
  text-decoration: none;
  color: #222222;
}
.header__menu-mobile .menu .header-btn a {
  color: #FFFFFF;
}
.header__menu-mobile .menu .menu-item {
  border-bottom: 1px solid #F2F2F2;
}
.header__menu-mobile .menu .sub-menu {
  display: none;
}
.header__menu-mobile .menu .header-btn {
  position: relative;
}
.header__menu-mobile .menu .header-btn a {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.header__menu-mobile .menu .header-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 22px;
  background-image: url(assets/icons/client-icone.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.header__menu-mobile .menu .menu-item-has-children {
  position: relative;
}
.header__menu-mobile .menu .menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 12px;
  height: 8px;
  background-image: url(assets/icons/chevron-down-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.header__menu-mobile .menu .menu-item-has-children.active::after {
  transform: rotate(180deg);
}
.header__menu-mobile .menu .menu-item-has-children.active .sub-menu {
  display: block;
}
.header__menu-mobile .menu .menu-item-has-children.active .sub-menu li {
  position: relative;
}
.header__menu-mobile .menu .menu-item-has-children.active .sub-menu li::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0px;
  width: 14px;
  height: 14px;
  background-image: url(assets/img/avion-rouge.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.header__menu-mobile .phone-numbers {
  color: #222222;
  position: relative;
  z-index: 2;
  padding: 30px 0;
}
.header__menu-mobile .phone-numbers a {
  color: #222222;
  text-decoration: none;
  font-weight: 500;
  color: #133984;
  font-size: 16px;
  white-space: nowrap;
}
.header__menu-mobile .phone-numbers .label {
  padding-left: 24px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
}
.header__menu-mobile .phone-numbers .label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background-image: url(assets/icons/telephone-icone-menu-bleu.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.header__menu-mobile .phone-numbers .phone-number {
  margin-bottom: 20px;
}
.search-popup {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: rgba(4, 33, 62, 0.9);
  justify-content: center;
  align-items: center;
  display: none;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .search-popup {
    top: 0px;
  }
}
.search-popup.open {
  display: flex;
}
.search-popup .search-popup__container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.search-popup .input-search-wrapper {
  width: 100%;
  max-width: 1000px;
}
.search-popup .input-search-wrapper input {
  width: 100%;
}
.search-popup .search-popup__close {
  display: flex;
  justify-content: flex-end;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 17px;
  right: 40px;
  cursor: pointer;
}
.search-popup .search-popup__close:hover {
  opacity: 0.7;
}
.search-popup .search-popup__close svg {
  width: 100%;
  height: 100%;
}
.search-popup .search-popup__close svg rect {
  fill: white !important;
}
@media (max-width: 1100px) {
  .search-popup .search-popup__close {
    right: 56px;
  }
}
@media (max-width: 1024px) {
  .search-popup .search-popup__close {
    right: 46px;
  }
}
@media (max-width: 767px) {
  .search-popup .search-popup__close {
    right: 30px;
    top: 40px;
  }
}
.search-form {
  display: flex;
}
.search-form input[type=search] {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  color: #222222;
  padding: 24px 28px;
  border: none;
  border-radius: 0;
  display: block;
  outline: 0;
}
@media screen and (max-width: 1023px) {
  .search-form input[type=search] {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .search-form input[type=search] {
    font-size: 16px;
  }
}
.search-form input[type=submit] {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  color: white;
  cursor: pointer;
  outline: 0;
  border: none;
  padding: 24px 28px;
  border-radius: 0;
  background-color: #EB2B2B;
}
.search-form input[type=submit]:hover {
  background: linear-gradient(90deg, #FF8686 0%, #FF8686 100%);
}
@media (max-width: 767px) {
  .search-form {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .search-form label {
    width: 100%;
  }
  .search-form input {
    width: 100%;
    text-align: center;
  }
}
.calc-popup {
  transform: translate(100%, calc(-50% - 22px));
}
.calc-popup.active {
  transform: translate(0%, calc(-50% - 22px));
  z-index: 99999;
}
.calc-popup.open {
  transform: translate(0%, calc(-50% - 22px));
  z-index: 99999;
}
.follow-popup {
  transform: translate(100%, calc(-50% + 22px));
}
.follow-popup svg:nth-child(1) {
  transform: scale(0.8);
}
.follow-popup.active {
  transform: translate(0%, calc(-50% + 22px));
  z-index: 99999;
}
.calc-popup, .follow-popup {
  position: fixed;
  top: 50%;
  right: 0;
  padding: 20px;
  background: #015391;
  border-radius: 5px 0 0 5px;
  color: white;
  max-width: 300px;
  transition: 0.3s ease-in-out;
}
.calc-popup .form__title, .calc-popup .output-text, .calc-popup .output-result, .follow-popup .form__title, .follow-popup .output-text, .follow-popup .output-result {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
  line-height: 1.2;
  text-align: center;
}
.calc-popup .output-result, .follow-popup .output-result {
  font-size: 22px;
  font-weight: 800;
}
.calc-popup .output-text, .follow-popup .output-text {
  margin: 20px 0 6px 0;
  color: white;
  display: none;
}
.calc-popup .output-text.active, .follow-popup .output-text.active {
  display: block;
}
.calc-popup .package-follow-form, .follow-popup .package-follow-form {
  display: flex;
  flex-direction: column;
}
.calc-popup .package-follow-form input, .follow-popup .package-follow-form input {
  outline: 0;
  border: none;
  border-radius: 0;
  text-align: center;
  height: 34px;
}
.calc-popup .package-follow-form button, .follow-popup .package-follow-form button {
  color: white;
  background: #EB2B2B;
  border: none;
  padding: 10px 20px;
  border-radius: 0;
  height: 34px;
  cursor: pointer;
}
.calc-popup .divider, .follow-popup .divider {
  width: 100%;
  height: 1px;
  background: white;
  margin: 20px 0;
}
.calc-popup .form__text p, .follow-popup .form__text p {
  margin-bottom: 14px;
}
.calc-popup .form__text p, .calc-popup .form__legend, .follow-popup .form__text p, .follow-popup .form__legend {
  font-size: 12px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  text-align: center;
  color: white;
}
.calc-popup .form__legend, .follow-popup .form__legend {
  font-size: 11px;
  font-style: italic;
}
.calc-popup .form-row, .follow-popup .form-row {
  margin-bottom: 6px;
}
.calc-popup .form-row .label, .follow-popup .form-row .label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
  text-decoration: underline;
}
.calc-popup .form-row.input-format, .follow-popup .form-row.input-format {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 10px;
  margin-bottom: 14px;
}
.calc-popup .form-row.input-format .radio, .follow-popup .form-row.input-format .radio {
  display: flex;
  align-items: center;
  column-gap: 4px;
}
.calc-popup .form-row.input-format .label, .follow-popup .form-row.input-format .label {
  display: block;
  width: 100%;
  margin-bottom: 6px;
}
.calc-popup .form-row, .calc-popup .form-row *, .follow-popup .form-row, .follow-popup .form-row * {
  font-size: 12px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
  text-align: center;
  color: white;
}
.calc-popup .form-row input[type=number], .calc-popup .form-row * input[type=number], .follow-popup .form-row input[type=number], .follow-popup .form-row * input[type=number] {
  width: 100%;
  outline: 0;
  border: none;
  border-radius: 0;
  text-align: center;
  height: 34px;
  color: #00245D;
}
.calc-popup .toggle, .follow-popup .toggle {
  border-radius: 5px 0 0 5px;
  width: 40px;
  height: 40px;
  background-color: #015391;
  position: absolute;
  top: 50%;
  left: -39px;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
}
.calc-popup .toggle svg, .follow-popup .toggle svg {
  width: 20px;
  height: auto;
  fill: white;
}
.calc-popup .toggle svg rect, .follow-popup .toggle svg rect {
  fill: white;
}
.calc-popup .toggle svg:nth-child(1), .follow-popup .toggle svg:nth-child(1) {
  display: block;
}
.calc-popup .toggle svg:nth-child(2), .follow-popup .toggle svg:nth-child(2) {
  display: none;
  transform: scale(0.7);
}
.calc-popup .toggle.active svg:nth-child(1), .calc-popup .toggle.open svg:nth-child(1), .follow-popup .toggle.active svg:nth-child(1), .follow-popup .toggle.open svg:nth-child(1) {
  display: none;
}
.calc-popup .toggle.active svg:nth-child(2), .calc-popup .toggle.open svg:nth-child(2), .follow-popup .toggle.active svg:nth-child(2), .follow-popup .toggle.open svg:nth-child(2) {
  display: block;
}
.language-switcher {
  position: relative;
  z-index: 2;
  color: #FFFFFF;
}
.language-switcher .wpml-ls {
  padding: 0 !important;
}
.language-switcher .wpml-ls span {
  vertical-align: initial;
}
.language-switcher a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 500;
  padding: 0 10px;
  font-family: "Roboto", sans-serif;
}
.language-switcher a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .language-switcher a {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .language-switcher.mobile-menu-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .sticky .language-switcher, .white-header .language-switcher, .mobile .language-switcher {
    color: #00245D;
  }
  .sticky .language-switcher a, .white-header .language-switcher a, .mobile .language-switcher a {
    color: #00245D;
  }
}
/* Fix Logo */
.site-branding .logo-blue img, .site-branding .logo-white img {
  width: 100%;
  height: auto;
}
.header-btn.has-second-link {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.header-btn.has-second-link a {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
@media screen and (max-width: 1100px) {
  .header-btn.has-second-link a {
    font-size: 16px !important;
    padding: 16px 16px !important;
  }
}
.header-btn a.guest-link {
  text-align: center;
  background: #00245D !important;
  font-size: 12px !important;
  padding: 8px 16px !important;
}
@media screen and (max-width: 1100px) {
  .header-btn a.guest-link {
    font-size: 16px !important;
    padding: 16px 16px !important;
  }
}
.header-btn a.guest-link:hover {
  opacity: 0.7;
}
.header-btn a.guest-link::before {
  display: none !important;
}
.footer {
  background-color: #001941;
}
.footer .container-garanties {
  background-color: #133984;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .footer .container-garanties {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer .container-garanties .garanties {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 40px;
  row-gap: 40px;
  color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
  .footer .container-garanties .garanties {
    column-gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer .container-garanties .garanties {
    flex-direction: column;
    column-gap: 10px;
  }
}
.footer .container-garanties .garanties .garantie {
  display: flex;
  column-gap: 26px;
  align-items: flex-start;
  max-width: 455px;
}
@media screen and (max-width: 1300px) {
  .footer .container-garanties .garanties .garantie {
    flex-direction: column;
    width: 30%;
    text-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .footer .container-garanties .garanties .garantie {
    flex-direction: row;
    width: 100%;
    text-align: left;
    align-items: center;
    max-width: 100%;
  }
}
.footer .container-garanties .garanties .garantie .icon {
  width: 100%;
  max-width: 87px;
}
.footer .container-garanties .garanties .garantie .icon img {
  max-width: 87px;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .footer .container-garanties .garanties .garantie .icon img {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer .container-garanties .garanties .garantie .icon img {
    margin-bottom: 0;
  }
}
.footer .container-garanties .garanties .garantie .content .h3 {
  color: #FFFFFF;
  font-size: 19px;
  margin-bottom: 14px;
  display: block;
}
.footer .container-garanties .garanties .garantie .content .text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.footer .footer-content {
  display: flex;
  column-gap: 40px;
  row-gap: 40px;
  justify-content: space-between;
  padding: 130px 0;
}
@media screen and (max-width: 1023px) {
  .footer .footer-content {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.footer .footer-content .col-1 {
  max-width: 400px;
}
.footer .footer-content .col-1 .slogan {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  color: #FFFFFF;
  margin-top: 25px;
  margin-bottom: 25px;
}
.footer .footer-content .col-1 .social-media ul {
  display: flex;
  column-gap: 15px;
  row-gap: 15px;
  flex-wrap: wrap;
}
.footer .footer-content .col-1 .social-media ul img:hover {
  filter: brightness(0) invert(1);
}
.footer .footer-content .footer-nav a {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: none;
  display: inline-block;
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 400;
}
.footer .footer-content .footer-nav a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1023px) {
  .footer .footer-content .footer-nav a {
    margin-bottom: 18px;
  }
}
.footer .footer-content .footer-nav .h3, .footer .footer-content .coordonnees .h3 {
  color: #FFFFFF;
  display: block;
  margin-bottom: 20px;
}
.footer .footer-content .coordonnees {
  max-width: 400px;
}
.footer .footer-content .coordonnees ul {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .footer .footer-content .coordonnees ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    justify-content: space-between;
  }
}
.footer .footer-content .coordonnees .coordonnee-wrap {
  margin-bottom: 40px;
  display: block;
}
.footer .footer-content .coordonnees .coordonnee-wrap ul {
  display: block;
}
.footer .footer-content .coordonnees .label {
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}
.footer .footer-content .coordonnees .label .h3 {
  color: #FFFFFF;
  font-size: 25px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .footer .footer-content .coordonnees .label .h3 {
    font-size: 20px;
  }
}
.footer .footer-content .coordonnees .coordonnee-item {
  display: flex;
  column-gap: 10px;
  align-items: flex-start;
  margin-bottom: 15px;
}
.footer .footer-content .coordonnees .coordonnee-item p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: #FFFFFF;
}
.footer .footer-content .coordonnees .coordonnee-item p a {
  font-weight: 400;
  text-decoration: underline;
  color: #FFFFFF;
  white-space: nowrap;
}
.footer .footer-content .coordonnees .coordonnee-item p a:hover {
  color: #EB2B2B;
}
.footer .footer-content .coordonnees .coordonnee-item svg {
  margin-top: 3px;
  min-width: 21px;
  width: 21px;
}
.footer .footer-bottom {
  border-top: solid 2px #F4F4F4;
  padding: 35px 0;
}
.footer .footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 40px;
  row-gap: 30px;
}
@media screen and (max-width: 1023px) {
  .footer .footer-bottom .container {
    flex-wrap: wrap;
    column-gap: 0;
    justify-content: flex-start;
    row-gap: 20px;
  }
}
.footer .footer-bottom .container .legal ul {
  display: flex;
  column-gap: 20px;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom .container .legal ul {
    flex-wrap: wrap;
    row-gap: 15px;
  }
}
.footer .footer-bottom .container .legal li:not(:last-child):after {
  content: "-";
  color: #FFFFFF;
  margin-left: 15px;
}
.footer .footer-bottom .container .legal a {
  color: #FFFFFF;
  text-decoration: none;
  margin-right: 20px;
  font-size: 18px;
  text-transform: none;
  font-weight: 400;
}
.footer .footer-bottom .container .legal a:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom .container .legal a {
    font-size: 16px;
  }
}
.footer .footer-bottom .container .legal a:hover {
  text-decoration: underline;
}
.footer .footer-bottom .container .credits {
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}
.footer .footer-bottom .container .credits a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer .footer-bottom .container .credits a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .footer .footer-bottom .container .credits {
    font-size: 16px;
  }
}
.hero-section {
  min-height: 775px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .hero-section {
    min-height: 40vh;
  }
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #04213e 20%, rgba(4, 33, 62, 0.8504672897) 42%, rgba(4, 33, 62, 0.2) 100%);
  z-index: 1;
}
.hero-section .hero-content {
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .hero-section .hero-content {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.hero-section .hero-content .hero-title {
  display: block;
}
.hero-section .hero-content .hero-subtitle {
  color: #FFFFFF;
  font-style: italic;
  line-height: 1.7;
  margin-top: 20px;
  margin-bottom: 25px;
}
.hero-section .hero-content .hero-cta {
  margin-top: 25px;
}
.home .hero-section {
  min-height: 840px;
  max-height: 1000px;
}
@media screen and (max-width: 767px) {
  .home .hero-section {
    min-height: 50vh;
  }
}
.home .hero-content {
  max-width: 700px;
}
.block-introduction .container {
  background-color: #FFFFFF;
  margin-top: -120px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  border-bottom: 10px solid #EB2B2B;
  z-index: 5;
  position: relative;
  padding-top: 66px;
  padding-bottom: 42px;
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .block-introduction .container {
    margin-top: -80px;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.block-introduction .container .intro-content {
  max-width: 1100px;
  margin: 0 auto;
}
.block-introduction .h2 {
  margin-bottom: 20px;
}
.block-introduction .intro-text p {
  margin-bottom: 30px;
}
.block-introduction .cta {
  justify-content: center;
  margin-bottom: 20px;
}
.block_service-details {
  position: relative;
}
.block_service-details.opaque-bg {
  background-color: #FFFFFF;
}
.block_service-details::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/img/vecteur-background.svg);
  z-index: 1;
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: right 5%;
}
@media screen and (max-width: 767px) {
  .block_service-details::before {
    display: none;
  }
}
.block_service-details.no-bg::before {
  display: none;
}
.block_service-details .content {
  position: relative;
  z-index: 2;
}
.block_service-details .h2 {
  margin-bottom: 20px;
  max-width: 1100px;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .block_service-details .h2 {
    width: 100%;
  }
}
.block_service-details .text {
  max-width: 1100px;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .block_service-details .text {
    width: 100%;
  }
}
.block_service-details .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 27px;
  row-gap: 90px;
  margin-top: 100px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1250px) {
  .block_service-details .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .block_service-details .services-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.block_service-details .services-grid.two-column {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .block_service-details .services-grid.two-column {
    grid-template-columns: repeat(1, 1fr);
  }
}
.block_service-details .service {
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
}
.block_service-details .header-wrap {
  padding: 90px 50px 30px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  background-color: #133873;
}
@media screen and (max-width: 1024px) {
  .block_service-details .header-wrap {
    padding: 40px 50px 20px;
  }
}
.block_service-details .header-wrap.no-icon {
  padding: 50px;
}
.block_service-details .header-wrap h3 {
  color: #FFFFFF;
  padding-top: 20px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .block_service-details .header-wrap h3 {
    min-height: unset;
    padding-bottom: 20px;
  }
}
.block_service-details .header-wrap .icon {
  margin-top: -150px;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .block_service-details .header-wrap .icon {
    margin-top: -120px;
  }
}
.block_service-details .content-wrap {
  padding: 40px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 1024px) {
  .block_service-details .content-wrap {
    padding: 20px;
  }
}
.block_service-details .content-wrap .details p {
  margin-bottom: 10px;
}
.block_service-details .content-wrap .details strong {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
.block_service-details .content-wrap .details li {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  color: #222222;
  position: relative;
  margin-bottom: 12px;
  padding-left: 30px;
}
.block_service-details .content-wrap .details li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(assets/icons/check-icone.svg);
  background-size: contain;
}
.block_service-details .content-wrap .details ul:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #F2F2F2;
}
.block_service-details .content-wrap .phrase-cle {
  margin-top: 30px;
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  line-height: 1.4;
  padding: 20px 20px 20px 40px;
  background-color: #E5EDF4;
  font-weight: 400;
  display: block;
  width: 100%;
  position: relative;
}
.block_service-details .content-wrap .phrase-cle::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 10px;
  width: 20px;
  height: 20px;
  background-image: url(assets/icons/apostrophe-icone-cerle.svg);
  background-size: contain;
}
.block_service-details .content-wrap .btn {
  width: 100%;
  text-align: center;
  margin-top: 24px;
  display: block;
}
.block_service-details .special-note {
  margin-top: -60px;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  font-style: italic;
}
@media screen and (max-width: 1023px) {
  .block_service-details .special-note {
    margin-top: -20px;
  }
}
.block_cta-bottom {
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .block_cta-bottom {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 767px) {
  .block_cta-bottom {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.block_cta-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: linear-gradient(270deg, rgba(244, 244, 244, 0.6) 0%, #F4F4F4 100%), linear-gradient(0deg, rgba(244, 244, 244, 0.1) 0%, rgba(244, 244, 244, 0.1) 80%, #F4F4F4 100%);
}
.block_cta-bottom::after {
  content: "";
  position: absolute;
  top: -40%;
  right: 0;
  width: 100%;
  height: 60%;
  z-index: -1;
  background: #F4F4F4;
}
.block_cta-bottom .content {
  position: relative;
  z-index: 3;
  max-width: 700px;
}
.block_cta-bottom .content h2 {
  margin-bottom: 20px;
}
.block_cta-bottom .content p {
  margin-bottom: 30px;
}
.block_cta-bottom .content p a {
  color: #004996;
  text-decoration: underline;
}
.block_cta-bottom .content p strong {
  font-weight: 600;
}
.client-zone-container {
  z-index: 5;
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #FFFFFF;
  max-width: 1400px;
  margin: -100px auto 0;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0 10px 10px 0;
  border-left: 10px solid #EB2B2B;
}
.client-zone-container .label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.6px;
  display: block;
  margin-top: 5px;
  color: #00245D;
}
.client-zone-container .follow-package {
  padding: 34px;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .client-zone-container .follow-package {
    padding: 30px 20px 15px 20px;
  }
}
.client-zone-container .follow-package .package-follow-form {
  display: flex;
  margin-top: 15px;
}
.client-zone-container .follow-package .package-follow-form input, .client-zone-container .follow-package .package-follow-form textarea {
  width: 100%;
  padding: 10px;
  border-radius: 5px 0 0 5px;
  outline: 0;
  height: 70px;
  background-color: #F2F2F2;
  color: #04213E;
  padding: 10px 28px;
  flex-grow: 1;
  border: 0;
}
.client-zone-container .follow-package .package-follow-form button {
  width: 112px;
  border-radius: 0;
  outline: 0;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .client-zone-container .follow-package .package-follow-form {
    flex-direction: column;
  }
  .client-zone-container .follow-package .package-follow-form input {
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding: 10px;
    height: 56px;
  }
  .client-zone-container .follow-package .package-follow-form button {
    width: 100%;
    border-radius: 0;
    height: 56px;
  }
}
@media screen and (max-width: 1120px) {
  .client-zone-container {
    flex-direction: column;
  }
}
.client-links {
  display: flex;
}
@media (max-width: 500px) {
  .client-links {
    flex-direction: column;
    row-gap: 5px;
    margin: 0 20px 20px;
  }
}
.client-link {
  flex: 1 1 0px;
  position: relative;
  width: 230px;
  max-width: 230px;
  position: relative;
  padding: 30px;
  height: 200px;
}
@media screen and (max-width: 1400px) {
  .client-link {
    width: 17vw;
  }
}
@media screen and (max-width: 1120px) {
  .client-link {
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .client-link {
    width: 100%;
    max-width: 100%px;
    min-height: 200px;
  }
}
.client-link::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 80%;
  background-color: #F2F2F2;
  z-index: 2;
}
.client-link:last-child::after {
  display: none;
}
.client-link:hover::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .client-link {
    padding: 0px;
    height: auto;
  }
}
@media (max-width: 500px) {
  .client-link {
    height: auto;
    min-height: unset;
  }
}
.client-link .link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  padding: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 200px;
}
.client-link .link:hover {
  background: linear-gradient(90deg, #E73137 0%, #E74731 100%);
  top: -40px;
  min-height: 280px;
}
@media screen and (max-width: 1120px) {
  .client-link .link:hover {
    min-height: 100%;
    top: 0;
  }
  .client-link .link:hover .arrow {
    display: none !important;
  }
}
.client-link .link:hover svg {
  filter: brightness(0) invert(1);
}
.client-link .link:hover .arrow {
  display: block;
}
.client-link .link:hover .label {
  color: #FFFFFF;
}
.client-link .link .arrow {
  display: none;
}
.client-link .link .label {
  font-family: Raleway;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  color: #00245D;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  .client-link .link .label {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 1200px) {
  .client-link .link .label {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1100px) {
  .client-link .link .label {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .client-link .link .label {
    text-align: left;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1400px) {
  .client-link .link svg {
    width: 4.5vw;
    height: 4.5vw;
  }
}
@media screen and (max-width: 1200px) {
  .client-link .link svg {
    width: 6vw;
    height: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .client-link .link svg {
    width: 50px;
    min-height: 50px;
    height: 50px;
    min-width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .client-link .link {
    position: relative;
    padding: 20px;
  }
}
@media (max-width: 500px) {
  .client-link .link {
    flex-direction: row;
    gap: 20px;
    min-height: auto;
    justify-content: flex-start;
    background-color: #F2F2F2;
  }
}
.block_home_1.gris {
  background-color: #F2F2F2;
}
.block_home_1 .content {
  display: flex;
  column-gap: 100px;
}
.block_home_1 .content.align-center {
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .block_home_1 .content.align-center {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1023px) {
  .block_home_1 .content.align-center .col-left {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .block_home_1 .content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.block_home_1 .content .col-left, .block_home_1 .content .col-right {
  flex: 1 1 0px;
}
@media screen and (max-width: 1023px) {
  .block_home_1 .content .col-left {
    margin-bottom: 30px;
  }
}
.block_home_1 .content .intro-txt {
  margin: 20px 0;
}
.block_home_1 .content .chiffre-cles .chiffre {
  display: flex;
  margin-bottom: 24px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .block_home_1 .content .chiffre-cles .chiffre {
    margin-bottom: 24px;
  }
}
.block_home_1 .content .chiffre-cles .chiffre .text {
  display: block;
  font-weight: 700;
  padding-left: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .block_home_1 .content .chiffre-cles .chiffre .text {
    padding-left: 15px;
    font-size: 18px;
  }
}
.block_home_1 .content .chiffre-cles .number {
  padding-right: 15px;
  border-right: 2px solid #F2F2F2;
  display: block;
  min-width: 185px;
}
@media screen and (max-width: 767px) {
  .block_home_1 .content .chiffre-cles .number {
    min-width: 150px;
    padding-right: 15px;
  }
}
.block_home_1 .content .btn {
  margin-top: 25px;
}
.chiffre-cles .number {
  font-family: "Montserrat", sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 70px;
  /* 129.63% */
  color: #133984;
}
@media screen and (max-width: 767px) {
  .chiffre-cles .number {
    font-size: 40px;
    line-height: 40px;
  }
}
.block_home_2 {
  position: relative;
}
.block_home_2::before {
  content: "";
  position: absolute;
  top: -15%;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/img/vecteur-background.svg);
  z-index: -1;
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: right 5%;
}
@media screen and (max-width: 767px) {
  .block_home_2::before {
    display: none;
  }
}
.block_home_2 .intro-txt {
  margin: 20px 0;
}
.block_home_2 .intro-txt, .block_home_2 .h2 {
  width: 65%;
}
@media screen and (max-width: 1023px) {
  .block_home_2 .intro-txt, .block_home_2 .h2 {
    width: 100%;
  }
}
.block_home_2 .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1300px) {
  .block_home_2 .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .block_home_2 .services-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.block_home_2 .services-grid .service {
  position: relative;
  min-height: 480px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .block_home_2 .services-grid .service {
    min-height: 380px;
  }
}
.block_home_2 .services-grid .service::before {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  background-image: url(assets/icons/service-bouton.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.block_home_2 .services-grid .service .h3 {
  width: 70%;
}
.block_home_2 .services-grid .service::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(4, 33, 62, 0) 0%, #04213E 100%);
}
.block_home_2 .services-grid .service:hover {
  justify-content: flex-start;
}
.block_home_2 .services-grid .service:hover::after {
  background: rgba(19, 57, 132, 0.9);
}
.block_home_2 .services-grid .service:hover .details, .block_home_2 .services-grid .service:hover .link {
  opacity: 1;
  position: relative;
  visibility: visible;
}
.block_home_2 .services-grid .service h3, .block_home_2 .services-grid .service p {
  position: relative;
  z-index: 3;
  color: #FFFFFF;
}
.block_home_2 .services-grid .service .details, .block_home_2 .services-grid .service .link {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  z-index: 3;
  color: #FFFFFF;
}
.block_home_2 .services-grid .service .details {
  margin: 20px 0;
}
.block_home_2 .services-grid .service .link {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  display: inline-block;
}
.block_home_2 .services-grid .service .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 20px;
  height: 20px;
  background-image: url(assets/icons/bouton-arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
}
.block_home_2 .services-grid .cta-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #E73137 0%, #E74731 100%);
  text-align: center;
  padding: 40px;
}
.block_home_2 .services-grid .cta-block p {
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}
.block_home_3 {
  background-color: #F2F2F2;
  position: relative;
}
.block_home_3::before {
  content: "";
  position: absolute;
  top: -20%;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #F2F2F2;
  z-index: -1;
}
.block_home_3 .h2, .block_home_3 .intro-txt {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.block_home_3 .intro-txt {
  margin: 30px auto;
}
.block_home_3 .service-tile {
  display: flex;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1023px) {
  .block_home_3 .service-tile {
    flex-direction: column;
    flex-flow: column;
  }
}
.block_home_3 .service-tile:nth-child(even) {
  flex-flow: row-reverse;
}
@media screen and (max-width: 1023px) {
  .block_home_3 .service-tile:nth-child(even) {
    flex-flow: column;
  }
}
.block_home_3 .service-tile:not(:last-child) {
  margin-bottom: 30px;
}
.block_home_3 .service-tile .service-tile-image {
  width: 40%;
}
@media screen and (max-width: 1023px) {
  .block_home_3 .service-tile .service-tile-image {
    width: 100%;
  }
}
.block_home_3 .service-tile .service-tile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.block_home_3 .service-tile .service-tile-content {
  padding: 60px;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1023px) {
  .block_home_3 .service-tile .service-tile-content {
    width: 100%;
    padding: 30px;
  }
}
.block_home_3 .service-tile .service-tile-content .text {
  margin-bottom: 0;
}
.block_home_3 .service-tile .service-tile-content .h3 {
  margin-bottom: 20px;
}
.block_home_4 {
  background-color: #04213E;
}
@media screen and (max-width: 1023px) {
  .block_home_4 {
    padding-bottom: 60px;
  }
}
.block_home_4 .intro-txt {
  margin: 20px 0;
}
.block_home_4 .intro-txt, .block_home_4 .h2 {
  width: 70%;
  color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  .block_home_4 .intro-txt, .block_home_4 .h2 {
    width: 100%;
  }
}
.block_home_4 .intro-txt p {
  color: #FFFFFF;
}
.block_home_4 .etape {
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 15px;
}
.block_home_4 .etape .etape-no {
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  font-weight: 700;
  background-color: #EB2B2B;
  color: #FFFFFF;
  padding: 20px 40px;
  display: inline-block;
  z-index: 2;
  margin: 0 auto -40px;
}
.block_home_4 .etape .etape-content {
  text-align: center;
  background-color: #133984;
  padding: 90px 50px 50px 50px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .block_home_4 .etape .etape-content {
    padding: 60px 20px 30px 20px;
  }
}
.block_home_4 .etape .etape-content .h3, .block_home_4 .etape .etape-content .text, .block_home_4 .etape .etape-content p {
  color: #FFFFFF;
}
.block_home_4 .etape .etape-content .h3 {
  margin: 10px auto 20px;
}
.block_home_4 .etape .etape-content a {
  color: #FFFFFF;
  text-decoration: underline;
}
.block_home_4 .etape .etape-content a:hover {
  opacity: 0.8;
}
.block_home_4 .etape .etape-icone {
  text-align: center;
}
.block_home_4 .etape .etape-icone img {
  margin: 0 auto;
}
.block_home_4 .etapes-slider {
  margin-top: 60px;
}
.block_home_4 .etapes-slider .slick-arrow {
  position: absolute;
}
.block_home_4 .etapes-slider .slick-arrow::before {
  background-image: url(assets/icons/carroussel-icone.svg);
}
.block_home_4 .etapes-slider .slick-arrow.next {
  right: 0;
  top: -110px;
}
.block_home_4 .etapes-slider .slick-arrow.prev {
  right: 140px;
  top: -110px;
}
.slick-track {
  display: flex !important;
}
.slick-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.slick-slide {
  height: inherit !important;
}
.etape-content {
  height: 100% !important;
}
.block_temoignages {
  padding: 150px 0 10px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .block_temoignages {
    padding: 80px 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .block_temoignages {
    padding: 40px 0 10px;
  }
}
.block_temoignages .btn-center {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .block_temoignages .btn.show-mobile {
    margin-top: 10px;
  }
}
.block_temoignages::before {
  content: "";
  position: absolute;
  top: -5%;
  right: 0;
  width: 100%;
  height: 130%;
  background-image: url(assets/img/world-map-temoignage.png);
  z-index: -1;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
}
.block_temoignages .heading-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .block_temoignages .heading-wrapper {
    justify-content: center;
  }
}
.block_temoignages .testimonial-slide {
  margin: 50px 15px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 50px 15px 50px;
  background-color: #FFFFFF;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .block_temoignages .testimonial-slide {
    padding: 40px 20px 20px 20px;
  }
}
.block_temoignages .testimonial-slide .quote-icon {
  position: absolute;
  top: -40px;
  left: 27px;
  width: 88px;
}
.block_temoignages .testimonial-slide .quote-icon img {
  width: 100%;
}
@media (max-width: 767px) {
  .block_temoignages .testimonial-slide .quote-icon {
    top: -30px;
    left: 20px;
    width: 60px;
  }
}
.block_temoignages .slick-dots {
  bottom: 0;
}
@media screen and (max-width: 1023px) {
  .block_temoignages .slick-dots {
    bottom: 0;
  }
}
.block_temoignages .slick-arrow {
  position: absolute;
}
.block_temoignages .slick-arrow::before {
  background-image: url(assets/icons/pagination-arrow.svg);
  width: 50px;
  height: 50px;
}
.block_temoignages .slick-arrow.next {
  right: -65px;
  top: 45%;
  transform: translateY(-50%);
}
.block_temoignages .slick-arrow.prev {
  left: -65px;
  top: 45%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1580px) {
  .block_temoignages .slick-arrow {
    display: none !important;
  }
}
.block_temoignages .testimonial-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.block_temoignages .info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.block_temoignages .info .logo {
  position: relative;
  padding-right: 30px;
  max-width: 150px;
}
.block_temoignages .info .logo::after {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #222222;
  right: 0;
  bottom: 3px;
  position: absolute;
}
.block_temoignages .info .testimonial-author {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin-left: 10px;
}
.block_temoignages .info .testimonial-author span {
  display: block;
}
.block_temoignages .info .testimonial-author .author-name {
  color: #00245D;
  font-size: 19px;
  margin-bottom: 7px;
}
.block_temoignages .info .testimonial-author .author-title {
  color: #EB2B2B;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}
.block_blog {
  background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, #F4F4F4 100%);
}
.block_blog .heading-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .block_blog .heading-wrapper {
    display: block;
    text-align: center;
  }
}
.block_blog .heading-wrapper .h2 {
  max-width: 60%;
}
@media screen and (max-width: 1023px) {
  .block_blog .heading-wrapper .h2 {
    max-width: 100%;
  }
}
.block_blog .heading-wrapper .btn {
  white-space: nowrap;
}
.block_blog .btn-center {
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .block_blog .btn.show-mobile {
    margin-top: 70px;
  }
}
.block_blog .blog-posts .blog-post {
  height: inherit !important;
  background-color: #FFFFFF;
  position: relative;
  margin: 0 15px;
}
.block_blog .date {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 4px;
  color: #909090;
}
.block_blog .blog-post-content {
  background-color: #FFFFFF;
  padding: 25px 35px 55px;
}
.block_blog .blog-post-image {
  aspect-ratio: 1.3333333333;
}
.block_blog .blog-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.block_blog .h3 {
  margin-bottom: 84px;
}
.block_blog .read-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  padding-top: 24px;
  position: absolute;
  bottom: 35px;
  border-top: 2px solid #F2F2F2;
  width: calc(100% - 70px);
  text-decoration: none;
}
.block_blog .more-link {
  color: #EB2B2B;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
.client-zone-container .follow-package .package-follow-form {
  border: 2px solid #E73137;
}
.page-template-page-blog .page-content, .archive .page-content {
  position: relative;
  background: linear-gradient(180deg, rgba(244, 244, 244, 0) 0%, #F4F4F4 100%);
}
.page-template-page-blog .page-content::before, .archive .page-content::before {
  background-image: url(assets/img/vecteur-background.svg);
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: right 5%;
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page-template-page-blog .page-content .container, .archive .page-content .container {
  position: relative;
  z-index: 3;
}
.category-tabs-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 4px solid #F2F2F2;
}
@media screen and (max-width: 1023px) {
  .category-tabs-wrapper {
    margin-bottom: 30px;
  }
}
.category-tabs-desktop {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1023px) {
  .category-tabs-desktop {
    display: none;
  }
}
.category-tabs-desktop .tab {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}
.category-tabs-desktop .tab .label {
  font-size: 16px;
  letter-spacing: -0.5px;
  transition: all 0.3s ease;
}
.category-tabs-desktop .tab:hover {
  background-color: #F2E0E1;
}
.category-tabs-desktop .tab:hover .label {
  color: #EB2B2B;
}
.category-tabs-desktop .tab.active {
  position: relative;
  background-color: #EB2B2B;
}
.category-tabs-desktop .tab.active .label {
  color: #FFFFFF;
}
.category-tabs-mobile {
  display: none;
}
.category-tabs-mobile .h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
  .category-tabs-mobile {
    display: block;
    width: 100%;
  }
}
.category-tabs-mobile .category-select {
  width: 100%;
  background-color: #fafafa !important;
  color: #04213E !important;
  border: 1px solid #04213E !important;
  outline: none !important;
  border-radius: 0 !important;
  height: 60px !important;
  padding: 15px 20px !important;
  font-family: "Raleway", sans-serif;
  font-size: 19px;
  font-weight: 700;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2304213e' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  padding-right: 40px !important;
}
.category-tabs-mobile .category-select:focus {
  outline: none !important;
}
.category-tabs-mobile .category-select option {
  background-color: #fafafa !important;
  color: #00245D !important;
  padding: 10px;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 35px;
}
@media screen and (max-width: 1200px) {
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}
.blog-grid .blog-post {
  height: inherit !important;
  background-color: #FFFFFF;
  position: relative;
  margin: 0 15px;
}
.blog-grid .date {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 4px;
  color: #909090;
}
.blog-grid .blog-post-content {
  background-color: #FFFFFF;
  padding: 25px 35px 55px;
}
.blog-grid .blog-post-image {
  aspect-ratio: 1.3333333333;
}
.blog-grid .blog-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.blog-grid .h3 {
  margin-bottom: 60px;
}
.blog-grid .read-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  padding-top: 24px;
  margin-top: 24px;
  position: absolute;
  bottom: 35px;
  border-top: 2px solid #F2F2F2;
  width: calc(100% - 70px);
  text-decoration: none;
}
.blog-grid .more-link {
  color: #EB2B2B;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.pagination .page-numbers {
  display: flex !important;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  font-weight: 700;
  color: #222222;
  margin: 0 10px;
  padding: 10px;
  border-radius: 100%;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  width: 50px;
  min-width: 50px;
  height: 50px;
}
.pagination .page-numbers:hover {
  background-color: #004996;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers {
    width: 30px;
    min-width: 30px;
    height: 30px;
    font-size: 15px;
  }
}
.pagination .current {
  background-color: #004996;
  color: #FFFFFF;
}
.pagination .prev {
  margin-right: 20px;
  position: relative;
  padding: 0;
}
.pagination .prev svg {
  transform: rotate(180deg);
  width: 70px;
  height: 70px;
}
.pagination .prev:hover circle {
  stroke: #004996;
}
.pagination .prev:hover path {
  fill: #FFFFFF;
}
.pagination .next {
  margin-left: 20px;
  position: relative;
  padding: 0;
}
.pagination .next:hover circle {
  stroke: #004996;
}
.pagination .next:hover path {
  fill: #FFFFFF;
}
.pagination .next svg {
  width: 70px;
  height: 70px;
}
.article-header {
  background-color: #04213E;
  position: relative;
  height: 50vh;
  min-height: 500px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .article-header {
    height: auto;
    min-height: 50vh;
  }
}
.article-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #04213e 0%, #04213e 45%, rgba(4, 33, 62, 0.2) 100%);
  z-index: 1;
}
.article-header .row {
  display: flex;
  align-items: flex-end;
}
.article-header .article-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60%;
  height: 100%;
}
.article-header .article-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media screen and (max-width: 767px) {
  .article-header .article-thumbnail {
    width: 100%;
  }
}
.article-header .article-info {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .article-header .article-info {
    padding-top: 120px;
    padding-bottom: 70px;
  }
}
.article-header .article-info .blog_h1 {
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .article-header .article-info .blog_h1 {
    font-size: 32px;
  }
}
.article-header .article-info .article-date {
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 4px;
  color: #909090;
  display: block;
  margin-top: 10px;
}
.article-container .content h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .article-container .content h2 {
    font-size: 28px;
    line-height: 1.3;
    margin-top: 35px;
  }
}
.article-container .content h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .article-container .content h3 {
    font-size: 22px;
    line-height: 1.3;
  }
}
.blog-post {
  text-decoration: none;
}
.blog-post .blog-post-image {
  position: relative;
  overflow: hidden;
}
.blog-post .blog-post-image img {
  transition: all 0.3s ease;
}
.blog-post:hover img {
  transform: scale(1.1);
}
.blog-post:hover .more-link {
  text-decoration: underline;
}
.blog-grid .blog-post {
  margin: 0;
}
.recent-container {
  background-color: #F2F2F2;
}
.recent-container .h2 {
  margin-bottom: 30px;
  display: block;
}
.block_home_1.blanc {
  background-color: #FFFFFF;
}
.block_home_1 img {
  width: 100%;
  height: auto;
}
.block_about_2 {
  position: relative;
}
.block_about_2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: #F2F2F2;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  .block_about_2::before {
    top: 20%;
    height: 120%;
  }
}
.block_about_2 .content {
  text-align: center;
}
.block_about_2 .h2 {
  text-align: center;
  margin-bottom: 35px;
}
.block_about_2 .chiffre-cles {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 25px;
}
@media screen and (max-width: 1200px) {
  .block_about_2 .chiffre-cles {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .block_about_2 .chiffre-cles {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
}
.block_about_2 .chiffre-cles .chiffre {
  background-color: #FFFFFF;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .block_about_2 .chiffre-cles .chiffre {
    flex-direction: row;
  }
}
.block_about_2 .chiffre-cles .chiffre .number {
  display: block;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
.block_about_2 .chiffre-cles .chiffre .number:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .block_about_2 .chiffre-cles .chiffre .number:after {
    height: 100%;
    width: 2px;
    right: 0;
    left: unset;
  }
}
@media screen and (max-width: 767px) {
  .block_about_2 .chiffre-cles .chiffre .number {
    padding-bottom: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    margin-right: 20px;
    min-width: 130px;
  }
}
.block_about_2 .chiffre-cles .chiffre .text {
  display: block;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .block_about_2 .chiffre-cles .chiffre .text {
    text-align: left;
  }
}
.block_about_2 .btn {
  margin-top: 30px;
}
.block_about-3 {
  position: relative;
  background-color: #F2F2F2;
}
.block_about-3::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/img/vecteur-background.svg);
  z-index: 1;
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: right 5%;
}
@media screen and (max-width: 767px) {
  .block_about-3::before {
    display: none;
  }
}
.block_about-3 .h2 {
  margin-bottom: 35px;
  max-width: 70%;
}
@media screen and (max-width: 767px) {
  .block_about-3 .h2 {
    max-width: 100%;
  }
}
.block_about-3 .text {
  max-width: 70%;
}
@media screen and (max-width: 767px) {
  .block_about-3 .text {
    max-width: 100%;
  }
}
.block_about-3 .services-grid {
  padding-top: 50px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.block_about-3 .service {
  border-radius: 10px 10px 0px 0px;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
}
.block_about-3 .header-wrap {
  padding: 90px 50px 50px;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  background-color: #133873;
}
@media screen and (max-width: 767px) {
  .block_about-3 .header-wrap {
    padding: 50px 30px 30px;
  }
}
.block_about-3 .header-wrap.no-icon {
  padding: 50px;
}
.block_about-3 .header-wrap h3 {
  color: #FFFFFF;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .block_about-3 .header-wrap h3 {
    padding-top: 20px;
  }
}
.block_about-3 .header-wrap .icon {
  margin-top: -150px;
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .block_about-3 .header-wrap .icon {
    margin-top: -100px;
  }
}
.block_about-3 .content-wrap {
  padding: 40px;
  background-color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row;
  column-gap: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .block_about-3 .content-wrap {
    flex-direction: column;
    padding: 25px;
  }
}
.block_about-3 .content-wrap::after {
  content: "";
  position: absolute;
  top: 30px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% - 60px);
  background-color: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .block_about-3 .content-wrap::after {
    display: none;
  }
}
.block_about-3 .content-wrap .details {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .block_about-3 .content-wrap .details {
    width: 100%;
  }
}
.block_about-3 .content-wrap .details p {
  margin-bottom: 10px;
}
.block_about-3 .content-wrap .details strong {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}
.block_cta-bottom-2 {
  padding-top: 0;
  padding-bottom: 100px;
}
.block_cta-bottom-2.no-after {
  background: none;
}
.block_cta-bottom-2.no-after::after {
  display: none;
}
.block_cta-bottom-2.no-after::before {
  display: none;
}
.block_cta-bottom-2 .content {
  text-align: center;
  max-width: 1400px;
}
.block_cta-bottom-2 .content .text, .block_cta-bottom-2 .content .h2 {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
.block_cta-bottom-2 .avantages {
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 25px;
}
@media screen and (max-width: 767px) {
  .block_cta-bottom-2 .avantages {
    grid-template-columns: 1fr;
  }
}
.block_cta-bottom-2 .avantages .avantage {
  padding: 30px;
  background-color: #133984;
  border-radius: 10px;
}
.block_cta-bottom-2 .avantages .avantage .text {
  margin-top: 10px;
  color: #FFFFFF;
  font-weight: bold;
}
.block_cta-bottom-2 .text_2 {
  font-size: 21px;
  font-style: italic;
  margin-top: 30px;
}
.block_cta-bottom-2 .cta {
  justify-content: center;
}
.block_career-1 {
  position: relative;
}
.block_career-1::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 70%;
  background: #F2F2F2;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .block_career-1::before {
    top: 20%;
    height: 105%;
  }
}
@media screen and (max-width: 500px) {
  .block_career-1::before {
    top: 14%;
    height: 110%;
  }
}
.block_career-1 .h2, .block_career-1 .intro-txt {
  text-align: center;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}
.block_career-1 .intro-txt {
  margin-top: 20px;
}
.block_career-1 .case_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 80px;
  column-gap: 30px;
  margin-top: 80px;
}
@media screen and (max-width: 1023px) {
  .block_career-1 .case_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .block_career-1 .case_grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
  }
}
@media screen and (max-width: 500px) {
  .block_career-1 .case_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.block_career-1 .case {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #FFFFFF;
}
@media screen and (max-width: 1300px) {
  .block_career-1 .case {
    padding: 25px;
  }
}
.block_career-1 .case .h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #222222;
  margin-top: 20px;
}
.block_career-1 .case .icon {
  margin-top: -90px;
}
.block_career-1 .case .text {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0;
}
.block_career-1 .case .text p:last-child {
  margin-bottom: 0;
}
.page-template-page-contact {
  background-color: #F4F4F4;
}
.page-template-page-contact .white-header header {
  background-color: #F4F4F4;
}
.page-template-page-contact .white-header header.sticky {
  background-color: #fff;
}
.contact-info-section {
  position: relative;
}
.contact-info-section::before {
  content: "";
  position: absolute;
  bottom: -20%;
  right: 0;
  width: 45%;
  height: 45%;
  background-image: url(assets/img/vecteur-background.svg);
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 80%;
}
@media screen and (max-width: 1230px) {
  .contact-info-section::before {
    display: none;
  }
}
.contact-info-section .content {
  display: flex;
  align-items: flex-start;
  column-gap: 40px;
  row-gap: 40px;
  justify-content: space-between;
}
@media screen and (max-width: 1230px) {
  .contact-info-section .content {
    flex-direction: column;
    column-gap: 0;
  }
}
.contact-info-section .info-content {
  padding: 45px 0;
  flex: 1 1 0px;
}
.contact-info-section .info-content .h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1230px) {
  .contact-info-section .info-content {
    padding: 0;
  }
}
.contact-info-section .coordonnees ul {
  margin: 0;
}
@media screen and (max-width: 1023px) {
  .contact-info-section .coordonnees ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    justify-content: space-between;
  }
}
.contact-info-section .coordonnees .coordonnee-wrap {
  margin-bottom: 40px;
  display: block;
}
.contact-info-section .coordonnees .coordonnee-wrap ul {
  display: block;
}
.contact-info-section .coordonnees .label {
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  .contact-info-section .coordonnees .label {
    font-size: 20px;
  }
}
.contact-info-section .coordonnees .coordonnee-item {
  display: flex;
  column-gap: 10px;
  align-items: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .contact-info-section .coordonnees .coordonnee-item {
    align-items: flex-start;
  }
}
.contact-info-section .coordonnees .coordonnee-item svg {
  width: 22px;
  min-width: 22px;
}
@media screen and (max-width: 767px) {
  .contact-info-section .coordonnees .coordonnee-item svg {
    margin-top: 4px;
  }
}
.contact-info-section .coordonnees .coordonnee-item p {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
.contact-info-section .coordonnees .coordonnee-item p a {
  font-weight: 700;
  text-decoration: underline;
  color: #004996;
  white-space: nowrap;
}
.contact-info-section .coordonnees .coordonnee-item p a:hover {
  color: #EB2B2B;
}
@media screen and (max-width: 767px) {
  .contact-info-section .coordonnees .coordonnee-item p {
    font-size: 16px;
  }
}
.contact-info-section .social-media ul {
  display: flex;
  column-gap: 15px;
  row-gap: 15px;
  flex-wrap: wrap;
}
.contact-info-section .social-media ul img {
  transition: 0.2s ease-in-out;
}
.contact-info-section .social-media ul img:hover {
  filter: hue-rotate(220deg);
}
.contact-info-section .form-container {
  background-color: #04213E;
  padding: 45px 60px;
  flex: 1 1 0px;
}
@media screen and (max-width: 1230px) {
  .contact-info-section .form-container {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact-info-section .form-container {
    padding: 25px;
  }
}
.calendar-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.calendar-section .calendar-accordeon {
  cursor: pointer;
  max-width: 1120px;
  margin: 0 auto;
  padding: 35px 56px;
  border-left: solid 10px #EB2B2B;
  border-radius: 0 10px 10px 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .calendar-section .calendar-accordeon {
    padding: 20px 20px;
  }
}
.calendar-section .calendar-accordeon .h3 {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
.calendar-section .calendar-accordeon svg {
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .calendar-section .calendar-accordeon svg {
    width: 25px;
  }
}
.calendar-section .calendar-accordeon:hover svg {
  fill: #EB2B2B;
}
.calendar-section .calendar-accordeon:hover svg rect {
  fill: #FFFFFF;
}
.calendar-section .calendar-accordeon.active svg rect:nth-child(3) {
  opacity: 0;
}
.calendar-section .calendar-accordeon-content {
  display: none;
  margin-top: 35px;
}
.calendar-section .calendar-accordeon-content li {
  padding: 20px;
}
.calendar-section .calendar-accordeon-content li p:last-child {
  margin-bottom: 0;
}
.calendar-section .calendar-accordeon-content li:nth-child(odd) {
  background-color: #F4F4F4;
}
.calendar-section .calendar-accordeon-content li:nth-child(even) {
  background-color: #FFFFFF;
}
.map-section {
  padding-top: 30px;
  padding-bottom: 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .map-section {
    padding-top: 0;
    padding-bottom: 120px;
  }
}
.map-section::before {
  content: "";
  position: absolute;
  background-image: url(assets/img/ciel-background-contact.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.map-section .map-tabs {
  display: flex;
}
.map-section .map-tabs .tab {
  padding: 22px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .map-section .map-tabs .tab {
    padding: 15px 20px;
  }
}
.map-section .map-tabs .tab .label {
  font-size: 19px;
}
.map-section .map-tabs .tab:hover .label {
  color: #EB2B2B;
}
.map-section .map-tabs .tab.active {
  position: relative;
}
.map-section .map-tabs .tab.active .label {
  color: #FFFFFF;
  font-size: 19px;
}
.map-section .map-tabs .tab.active::before {
  position: absolute;
  background-image: url(assets/img/tab-bg.svg);
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  width: 110%;
  height: 110%;
}
.map-section .map-content {
  height: 600px;
  position: relative;
  width: 100%;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.map-section .map-content .map {
  z-index: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  background: #fff;
}
.map-section .map-content .map.active {
  z-index: 1;
}
.map-container {
  height: 600px !important;
}
.block_form {
  position: relative;
}
.block_form::before {
  content: "";
  position: absolute;
  top: 5%;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/img/vecteur-background.svg);
  z-index: -1;
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: right 5%;
}
.block_form .intro {
  margin: 20px 0 30px;
  max-width: 1000px;
}
.block_form .h2 {
  max-width: 800px;
}
.block_form input[type="number"]::-webkit-inner-spin-button {
  opacity: 1 !important;
}
.form-wrap {
  margin-top: 40px;
  background-color: #04213E;
  padding: 70px 60px;
}
@media screen and (max-width: 1023px) {
  .form-wrap {
    padding: 40px 30px;
  }
}
.form-wrap .h2 {
  color: #FFFFFF;
  margin-bottom: 50px;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 100%;
}
.gform_required_legend {
  display: none;
}
.block_form.light h1 {
  max-width: initial;
  text-transform: uppercase;
}
.block_form.light:before {
  display: none;
}
.block_form.light .form-wrap {
  background-color: initial;
  padding: 0;
}
.block_form.light .form-wrap .h2 {
  color: #04213E;
}
.block_form.light .gfield--type-section {
  background-color: #04213E;
  padding: 12px !important;
}
.block_form.light .gfield--type-section:not(:first-child) {
  margin-top: 40px;
}
.block_form.light .gfield--type-section h3 {
  color: #ffffff !important;
}
.block_form.light .gfield--type-html {
  font-family: "Roboto", sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  color: #04213E;
}
.block_form.light .gfield--type-html.uppercase {
  text-transform: uppercase;
}
.block_form.light .image-choices-choice {
  transition: all 0.3s;
}
.block_form.light .image-choices-choice .image-choices-choice-text {
  font-family: "Roboto", sans-serif !important;
  font-size: 20px !important;
  font-weight: 400 !important;
}
.block_form.light .image-choices-choice .image-choices-choice-image-wrap {
  background-color: transparent;
}
.block_form.light .image-choices-choice:hover {
  background-color: #f5f5f5;
  border-radius: 8px;
}
.block_form.light .image-choices-choice-selected .gform-field-label {
  box-shadow: none !important;
  background-color: #ffffff;
}
.block_form.light .gform-body label, .block_form.light .gform-body legend, .block_form.light .gform-body input, .block_form.light .gform-body select, .block_form.light .gform-body textarea, .block_form.light .gform-body .gfield_description, .block_form.light .gform-body .gform_drop_instructions {
  color: #04213E !important;
}
.block_form.light .gform-body label .gfield_required, .block_form.light .gform-body legend .gfield_required, .block_form.light .gform-body input .gfield_required, .block_form.light .gform-body select .gfield_required, .block_form.light .gform-body textarea .gfield_required, .block_form.light .gform-body .gfield_description .gfield_required, .block_form.light .gform-body .gform_drop_instructions .gfield_required {
  color: #EB2B2B !important;
}
.block_form.light .gform-body .important-description .gfield_description {
  color: #EB2B2B !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  padding-top: 6px !important;
  padding-bottom: 0px !important;
}
.block_form.light .gform-body input, .block_form.light .gform-body select, .block_form.light .gform-body textarea {
  background-color: #fafafa !important;
}
.block_form.light .gform-body input option, .block_form.light .gform-body select option, .block_form.light .gform-body textarea option {
  background-color: #fafafa !important;
  color: #00245D !important;
  padding: 10px;
}
.block_form.light .gform-body .gfield_consent_label a {
  color: #04213E !important;
}
@media screen and (min-width: 1024px) {
  .block_form.light #field_11_29, .block_form.light #field_12_29 {
    grid-column: span 4;
    grid-row: 4;
  }
  .block_form.light #field_11_22, .block_form.light #field_12_22 {
    grid-column: span 4;
    grid-row: 5;
  }
  .block_form.light #field_11_27, .block_form.light #field_12_27 {
    grid-column: span 4;
    grid-row: 6;
  }
  .block_form.light #field_11_25, .block_form.light #field_12_25 {
    grid-column: span 4;
    grid-row: 7;
    display: flex;
    align-items: end;
  }
  .block_form.light #field_11_23, .block_form.light #field_12_23 {
    grid-column: span 4;
    grid-row: 8;
  }
  .block_form.light #field_11_28, .block_form.light #field_12_28 {
    grid-column: span 8;
    grid-row: 4;
  }
  .block_form.light #field_11_3, .block_form.light #field_12_3 {
    grid-column: span 4;
    grid-row: 5;
  }
  .block_form.light #field_11_1, .block_form.light #field_12_1 {
    grid-column: span 4;
    grid-row: 6;
  }
  .block_form.light #field_11_17, .block_form.light #field_12_17 {
    grid-column: span 4;
    grid-row: 7;
  }
  .block_form.light #field_11_5, .block_form.light #field_12_5 {
    grid-column: span 4;
    grid-row: 5;
  }
  .block_form.light #field_11_6, .block_form.light #field_12_6 {
    grid-column: span 4;
    grid-row: 6;
  }
  .block_form.light #field_11_20, .block_form.light #field_12_20 {
    grid-column: span 4;
    grid-row: 7;
  }
  .block_form.light #field_11_8, .block_form.light #field_12_8 {
    grid-column: span 8;
    grid-row: 8 / span 2;
  }
  .block_form.light #field_11_9, .block_form.light #field_12_9 {
    grid-column: span 12;
    grid-row: 10;
    justify-self: end;
  }
  .block_form.light #field_11_10, .block_form.light #field_12_10 {
    grid-column: span 12;
    grid-row: 11;
    justify-self: end;
  }
  .block_form.light #field_11_36, .block_form.light #field_12_36 {
    grid-column: span 4;
    grid-row: 9;
  }
  .block_form.light .gform_footer {
    justify-content: end;
  }
  .block_form.light .gform_footer input[type="submit"] {
    width: initial;
  }
}
.block_form.light .contact-info-section::before {
  display: none;
}
.block_form.light .ic-theme--float-card .image-choices-choice .gform-field-label:after {
  background-image: url(../../uploads/2024/10/globe.svg);
  background-size: 38px;
}
.gform-body .gform_fields {
  grid-column-gap: 3% !important;
  grid-row-gap: 25px !important;
}
.gform-body label, .gform-body legend {
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-size: 19px !important;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .gform-body label, .gform-body legend {
    font-size: 17px !important;
  }
}
.gform-body label .gfield_required, .gform-body legend .gfield_required {
  color: #FFFFFF !important;
  font-size: 19px !important;
}
.gform-body .gform-field-label--type-sub {
  font-size: 16px !important;
}
.gform-body .gfield--type-checkbox legend.gfield_label {
  margin-bottom: 20px !important;
}
.gform-body .gfield_checkbox label {
  font-size: 16px !important;
}
.gform-body .gfield_checkbox input {
  height: 22px !important;
  width: 22px !important;
}
.gform-body .gfield_checkbox .gchoice {
  margin-bottom: 12px;
}
.gform-body input, .gform-body select {
  background-color: #ffffff41 !important;
  color: #FFFFFF !important;
  border-color: #04213E !important;
  outline: none !important;
  border-radius: 0 !important;
  height: 65px !important;
  padding: 15px 20px !important;
}
.gform-body input option, .gform-body select option {
  background-color: #00245D !important;
  color: #FFFFFF !important;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .gform-body input, .gform-body select {
    height: 45px !important;
    padding: 8px 12px !important;
  }
}
.gform-body .gform_drop_area, .gform-body textarea {
  background-color: #ffffff41 !important;
  color: #FFFFFF !important;
  border-color: #04213E !important;
  outline: none !important;
  border-radius: 0 !important;
  padding: 40px 20px !important;
}
@media screen and (max-width: 767px) {
  .gform-body .gform_drop_area, .gform-body textarea {
    padding: 20px 12px !important;
  }
}
.gform-body .gform_button_select_files {
  background-color: #04213E !important;
  color: #FFFFFF !important;
  border-color: #04213E !important;
  outline: none !important;
  border-radius: 0 !important;
  padding: 15px 20px !important;
  text-transform: uppercase;
  cursor: pointer;
}
.gform-body .gform_button_select_files:hover {
  opacity: 0.8;
}
.gform-body .gfield_description, .gform-body .gform_drop_instructions {
  color: #FFFFFF !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 15px !important;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}
.gform-body .ginput_container_consent {
  display: flex !important;
  align-items: center;
}
.gform-body .ginput_container_consent input {
  margin-right: 10px;
  height: 22px !important;
  width: 22px !important;
}
.gform-body .ginput_container_consent label {
  margin-bottom: 0 !important;
  font-weight: 400 !important;
}
@media screen and (max-width: 767px) {
  .gform-body .ginput_container_consent label {
    font-size: 16px !important;
  }
}
.gfield--type-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 1px #ffffff6e;
  padding-bottom: 25px !important;
}
@media screen and (max-width: 850px) {
  .gfield--type-product {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.gfield--type-product .gfield_label {
  margin-bottom: 0 !important;
  order: 1;
  flex: 1 1 0px;
}
.gfield--type-product .ginput_product_price_wrapper {
  display: none !important;
}
.gfield--type-product .gfield_description {
  order: 2;
  margin-bottom: 0 !important;
  flex: 1 1 0px;
}
.gfield--type-product .gfield_description .dashicons {
  color: #FFFFFF !important;
}
.gfield--type-product .gfield_description .dashicons:hover {
  opacity: 0.8;
}
.gfield--type-product .ginput_container_singleproduct {
  order: 3;
  color: #FFFFFF !important;
  font-family: "Roboto", sans-serif !important;
  margin-bottom: 0 !important;
  flex: 1 1 0px;
}
.gfield--type-product .ginput_container_singleproduct span {
  font-size: 18px !important;
  margin-right: 10px;
}
.gfield--type-product input {
  height: 40px !important;
}
.gfield_consent_label a {
  color: #FFFFFF !important;
  text-decoration: underline;
}
.gfield_consent_label a:hover {
  color: #EB2B2B !important;
}
.gform_footer {
  margin-top: 40px !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gform_footer {
    margin-top: 20px !important;
  }
}
.gform_footer .gform_button {
  background-color: #EB2B2B !important;
  color: #FFFFFF !important;
  border-color: #EB2B2B !important;
  outline: none !important;
  border-radius: 0 !important;
  padding: 25px 30px !important;
  text-transform: uppercase;
  width: 100%;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}
.gform_footer .gform_button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .gform_footer .gform_button {
    padding: 18px 25px !important;
  }
}
.gfield_validation_message {
  background-color: #c02b0a !important;
}
.gfield_error label {
  color: #FFFFFF !important;
}
#field_5_14 {
  grid-column: span 6;
}
#field_5_15 {
  grid-column: span 3;
}
#field_5_16 {
  grid-column: span 3;
}
.globex-lightbox {
  display: flex;
}
/*
* Logo Slider Block Styles - CSS Animation
*/
@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}
.block_logo_slider {
  overflow: hidden;
}
.block_logo_slider .content {
  text-align: center;
}
.block_logo_slider h2 {
  margin-bottom: 20px;
}
.block_logo_slider .intro-txt {
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.block_logo_slider .logo-slider-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.block_logo_slider .logo-slider-wrapper::before, .block_logo_slider .logo-slider-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.block_logo_slider .logo-slider-wrapper::before {
  left: 0;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
}
.block_logo_slider .logo-slider-wrapper::after {
  right: 0;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}
.block_logo_slider .logo-slider-track {
  display: flex;
  align-items: center;
  animation: scroll-logos 60s linear infinite;
  width: fit-content;
}
.block_logo_slider .logo-slider-track:hover {
  animation-play-state: paused;
}
.block_logo_slider .logo-item {
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.block_logo_slider .logo-item img {
  max-width: 180px;
  max-height: 80px;
  min-width: 120px;
  width: auto;
  height: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
  object-fit: contain;
}
.block_logo_slider .logo-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
@media screen and (max-width: 1199px) {
  .block_logo_slider .logo-slider-wrapper::before, .block_logo_slider .logo-slider-wrapper::after {
    width: 60px;
  }
  .block_logo_slider .logo-slider-track {
    animation-duration: 30s;
  }
  .block_logo_slider .logo-item {
    height: 100px;
    padding: 15px 30px;
  }
  .block_logo_slider .logo-item img {
    max-width: 150px;
    max-height: 60px;
    min-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .block_logo_slider {
    padding: 40px 0;
  }
  .block_logo_slider h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .block_logo_slider .intro-txt {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .block_logo_slider .logo-slider-wrapper {
    margin-top: 30px;
  }
  .block_logo_slider .logo-slider-wrapper::before, .block_logo_slider .logo-slider-wrapper::after {
    width: 30px;
  }
  .block_logo_slider .logo-slider-track {
    animation-duration: 25s;
  }
  .block_logo_slider .logo-item {
    height: 80px;
    padding: 10px 20px;
  }
  .block_logo_slider .logo-item img {
    max-width: 120px;
    max-height: 50px;
    min-width: 80px;
  }
}
