@charset "UTF-8";
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .d-flex {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .content-chiffres h2,
  .content-chiffres .h2 {
    font-size: 30px;
  }
  .block-ns-trouver .map {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1221px) and (max-width: 1421px) {
  header {
    padding: 0px 6vw;
  }
  .nav .nav-links {
    column-gap: 12px;
  }
}
p {
  font-size: 16px;
}

.field--type-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.bannier-home {
  min-height: 350px;
  height: auto;
  max-height: 619px;
}
.bannier-home .content-banniere {
  padding: 0px 2%;
  margin: 0 auto;
}
.bannier-home .content-banniere p {
  font-weight: 300;
}
.bannier-home .content-banniere p span {
  font-weight: 400;
}
.bannier-home .content-banniere .button-blue-light {
  margin-top: 2%;
  margin-bottom: 3%;
}
@media (max-width: 991px) {
  .bannier-home .content-banniere .button-blue-light {
    margin-top: 0px;
    margin-bottom: 15%;
  }
}

.size_header {
  height: 700px !important;
}
.size_header h1 {
  font-size: 60px !important;
  line-height: normal !important;
}

.pillars {
  margin-bottom: 2%;
}

.field-pillars {
  max-width: 76%;
  margin: auto;
}
.field-pillars h2 {
  color: #004278;
  display: inline;
  font-size: 40px;
  line-height: 1;
  padding-bottom: 5px;
  padding-right: 5px;
  background-color: #ffea7a;
  padding-left: 2%;
}
.field-pillars .text-with-bg b {
  font-weight: 900;
}
.field-pillars p {
  font-size: 16px;
}
.field-pillars .large {
  color: #0F4376;
  font-family: Lato;
  font-size: 17px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 24px;
}
.field-pillars .h_jaune {
  position: relative;
}
.field-pillars .h_jaune span {
  background-color: #ffea7a;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  width: 256px;
  padding: 24px 0px;
  font-family: Lato;
  font-size: 35px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
  text-align: center;
}

.multi_bloc {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.multi_bloc img {
  width: 236px;
  height: 236px;
}
.multi_bloc h3 {
  font-size: 25px;
  font-weight: 700;
}

.paragraph--section-image-titre-description {
  color: #042F52;
  width: 30%;
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
}
.paragraph--section-image-titre-description div {
  margin-bottom: 7%;
}
.paragraph--section-image-titre-description p {
  font-size: 13px;
}
.paragraph--section-image-titre-description .img-second {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transform: scale(1);
}
.paragraph--section-image-titre-description:hover .img-second, .paragraph--section-image-titre-description.active .img-second {
  display: block;
  opacity: 1;
  transform: scale(1.2);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.paragraph--section-image-titre-description:hover .img-first, .paragraph--section-image-titre-description.active .img-first {
  opacity: 0;
  transform: scale(1);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.block-map-monde {
  background-color: #B8D1EC;
  overflow-y: hidden;
}
.block-map-monde .title-bloc {
  letter-spacing: 1.5px;
}

.block-nos-actu .title-with-button {
  margin-bottom: 1%;
}

.button-blue-light {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .button-blue-light {
    font-size: 15px;
    padding: 8px 20px;
  }
}

.block-chiffres-jaune {
  background-color: #FFEB7A;
}
.block-chiffres-jaune .text-with-bg {
  background: linear-gradient(to right, white 100%, white 100%);
}

.block-chiffres .title-bloc {
  margin-bottom: 4%;
}
.block-chiffres .btn-secteur {
  width: 180px;
  align-items: stretch !important;
  text-align: center;
}
.block-chiffres .btn-secteur p {
  margin: 0 auto;
}

.bg-Bleu {
  background: #B8D1EC !important;
}

.btn-secteur.d-flex {
  align-items: center;
}

.btn-secteur {
  height: 150px;
}
.btn-secteur a span {
  margin: 0 auto;
}
.btn-secteur a span:hover {
  color: rgb(184, 209, 236);
}

.block-nos-angagement .btn-secteur {
  width: 175px;
  height: 123px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-nos-angagement .btn-secteur img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.paragraph--markup {
  margin: auto;
  padding-bottom: 3%;
}
.paragraph--markup h4 {
  margin-bottom: 2%;
}
.paragraph--markup h2 {
  color: #0F4376;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 2.5%;
}
.paragraph--markup h3 {
  font-size: 25px;
  color: #0F4376;
  font-weight: 800;
  margin-bottom: 22px;
}
.paragraph--markup ul li {
  color: #0F4376;
}

.paragraph--markup--default.Bleu.claire {
  background: #b8d1ec;
  padding-top: 32px;
  margin-top: 2.5%;
}

.paragraph--markup--default.jaune {
  background: #ffeb7a;
  padding-top: 15px;
  padding-bottom: 1px;
}

.paragraph--markup--default.orange {
  margin: 3vw 10vw;
  background: #FACB99;
  padding-top: 2vw;
}

.block-confiance {
  padding: 0 0vw;
}
.block-confiance h2 {
  padding: 0 13vw !important;
}
.block-confiance .slider-confiance {
  width: 92%;
}
.block-confiance .item-slider-confiance img {
  width: auto !important;
  max-width: 100%;
  height: auto;
  display: block;
}
.block-confiance .swiper-wrapper {
  justify-content: center;
  gap: 1rem;
}

.content-chiffres h2 {
  padding: 0 6%;
  font-size: 40px;
  text-wrap-mode: nowrap;
}

#accordion-content .accordion-body {
  margin-left: 2% !important;
}

.link {
  color: #FFFFFF;
  background: #007EB5;
  border-radius: 7px;
  padding: 2% 5% !important;
  font-weight: 700;
  line-height: normal;
}
.link:hover, .link:active {
  color: #042F52;
  background: #FFEB7A;
}

.link_secteur {
  color: #FFFFFF;
  background: #007EB5;
  border-radius: 4px;
  padding: 4% 16%;
  font-weight: 700;
  line-height: normal;
}
.link_secteur:hover, .link_secteur:active {
  color: #042F52;
  background: #FFEB7A;
}

.btns-secteur p {
  width: auto;
  margin-top: 26px;
}

.block-btns .btn {
  font-size: 16px;
  min-width: 280px;
}

.desc-slider-actu {
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.item-slider-actu {
  height: 100%;
  display: flex;
}

.desc-slider-actu button {
  display: flex;
  justify-content: right;
  align-items: end;
}

.btn--actu {
  width: 100%;
}

.item-slider-actu p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slider-offres .swiper-slide .row {
  margin-right: 0vw;
}
.slider-offres .item-slider-offre-emp {
  height: 315px !important;
}
.slider-offres .item-slider-offre-emp .tags {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(75px, 1fr));
}

.info---job .job-name {
  color: #FFEB7A;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.info---job .text-metier {
  top: auto;
  bottom: 15px;
  position: relative;
  left: auto;
  width: auto;
  color: #FFFFFF;
  color: #FFF;
  font-family: Lato;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Lato", sans-serif;
}

.info---job {
  bottom: 39px;
  position: absolute;
  background: #007EB5;
  padding: 17px;
  left: 0;
  height: 109px;
  width: 85%;
}

.widgets {
  overflow-y: hidden;
}
.widgets .column-separator {
  z-index: -1;
  top: -22px !important;
}
.widgets .widgets-container .widget {
  padding: 0% 9% 0%;
}
.widgets .widgets-container .widget .text {
  font-size: 18px;
  margin: 10% 0 0;
}
.widgets .widgets-container .widget .image {
  margin-bottom: 10px;
  max-width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.widgets .widgets-container .widget .image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.widgets .widgets-container .widget .link {
  padding: 4px;
  right: 15px;
  top: 16px;
  width: 30px;
  height: 30px;
  font-size: 25px;
}
.widgets .widgets-container .widget .white p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
}
.widgets .widgets-container .widget .blue-dark p {
  color: #0F4376;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
}
.widgets .widget {
  position: relative;
  overflow: hidden;
}
.widgets .widget .title.alt {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.5em;
}

.widget .content-default {
  display: block;
  transition: opacity 0.3s ease;
}

.widget:hover .content-default {
  display: none;
}

.widget:hover .content-hover {
  display: block;
}

.widget .content-hover {
  display: none;
  transition: opacity 0.3s ease;
}
.widget .content-hover .text-hover {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0px;
}

.block-videos h3 {
  color: #0F4376;
}
.block-videos .left {
  flex-direction: row-reverse;
}
.block-videos ul li {
  font-size: 17px;
  margin-bottom: 3%;
}
.block-videos .title-video {
  color: #0F4376;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.block-histoire .swiper-pagination .swiper-slide {
  padding: 0;
  border-radius: 0;
  width: auto;
  text-align: center;
  font-size: 20px;
  color: #004278;
  opacity: 1;
  background: inherit;
  height: auto;
  color: transparent;
  -webkit-text-stroke: 4px #004278;
  font-size: 90px !important;
  text-align: center;
  margin: 0 35px 0 0 !important;
  font-weight: 900;
  padding: 0 10px;
  line-height: 85px;
  left: 15%;
}
.block-histoire .swiper-pagination .swiper-wrapper {
  position: static;
  width: auto !important;
  left: auto !important;
  margin: 0;
  text-align: left;
  margin-bottom: 25px;
}
.block-histoire .swiper-pagination .swiper-slide.swiper-slide-active {
  color: #004278;
  font-weight: 700;
  background: linear-gradient(to right, #FFEB7A 100%, #FFEB7A 100%);
  width: 169px !important;
}
.block-histoire .swiper-pagination .swiper-slide .swiper-slide-prev {
  width: 169px !important;
}
.block-histoire .swiper-pagination .swiper-slide .swiper-slide-next {
  width: 228px !important;
}
.block-histoire .swiper-pagination-slider .swiper-wrapper {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}
.block-histoire .block-histoire .slider-histoire .swiper-slide {
  text-align: center;
  font-size: 18px;
}
.block-histoire .swiper-pagination .swiper-wrapper {
  position: relative;
}

.left_history, .right_history, .left-testimonials, .right-testimonials {
  height: 34px;
  width: 34px;
}

.block-cols .block-profil img {
  height: 125px;
  width: 125px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50% !important;
}

.block-profil span.fw-bold.d-block.profile-author {
  font-size: 20px;
  line-height: 24px;
  color: #042F52;
}
.block-profil span.d-block.profile-bloc {
  font-size: 20px;
  line-height: 24px;
  color: #042F52;
}

.block-cols span.ctn-body p {
  font-family: lato;
  font-size: 17px;
  font-weight: 400;
  line-height: normal;
}

.ctn-body.has-left-hooks {
  font-size: 20px;
  font-style: italic;
  line-height: normal;
}

.block-cols ul li {
  font-size: 16px;
  line-height: normal;
}

.block-btns .container button.btn.btn-block.jaune {
  background-color: #FFEB7A;
  color: #0F4376;
}

.block-btns .container button.btn.btn-block.large {
  width: 300px;
  line-height: normal;
  padding: 20px 56px;
  font-size: 25px;
  height: 130px;
}

.block-cols {
  padding: 0px;
  color: #004278;
}
.block-cols ul {
  color: #042F52;
}
.block-cols .left-hooks img {
  height: 100%;
  object-fit: none;
  width: auto;
  position: relative;
  left: -46px;
  top: 14px;
}
.block-cols .right-hooks img {
  height: 100%;
  object-fit: none;
  width: auto;
  position: relative;
  float: right;
  top: -25px;
}
.block-cols .left .button-blue {
  float: right !important;
}
.block-cols .right .button-blue {
  float: left !important;
}

.block-nos-enjeux .block-videos ul {
  padding: 0% 20% 0% 8%;
}
.block-nos-enjeux .block-videos ul li {
  font-size: 17px;
  padding-bottom: 4%;
}
.block-nos-enjeux h2 {
  font-size: 30px;
  color: #0F4376;
  line-height: normal;
}
.block-nos-enjeux h2 strong {
  font-weight: 800;
}
.block-nos-enjeux p {
  line-height: normal;
  font-size: 17px;
}
.block-nos-enjeux .video-in-block button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: initial !important;
  cursor: pointer;
}

.bannier-contact {
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  width: 100%;
}
.bannier-contact .content-banniere {
  max-width: 50%;
}
.bannier-contact .content-banniere p {
  font-size: 17px;
}
.bannier-contact .content-banniere p span {
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .bannier-contact {
    height: 190px;
  }
  .bannier-contact .content-banniere {
    max-width: 70%;
  }
  .bannier-contact .content-banniere p {
    font-size: 13px;
    letter-spacing: 0px;
  }
}

.contact_form {
  padding: 5% 25%;
  color: #0F4376;
}
.contact_form .d-flex {
  align-items: center;
}
.contact_form .form-markup {
  font-size: 25px;
  font-weight: 900;
  white-space: nowrap;
}
.contact_form .is-single {
  background-color: #FFEB7A;
  border: unset;
}
.contact_form .form-item-service .form-select {
  width: 177px;
}
.contact_form .form-item-service .form-select li, .contact_form .js-form-item-target .form-select li, .contact_form .js-form-item-agency .form-select li {
  color: #0F4376;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
}
.contact_form .form-item-service .form-select .ms-drop, .contact_form .js-form-item-target .form-select .ms-drop, .contact_form .js-form-item-agency .form-select .ms-drop {
  margin-top: 4px;
  border: unset;
  border-radius: 8px;
  left: 0;
  box-shadow: unset;
  background-color: #ffeb7a;
}
.contact_form .form-item-service .form-select .ms-drop label, .contact_form .js-form-item-target .form-select .ms-drop label, .contact_form .js-form-item-agency .form-select .ms-drop label {
  display: flex;
  align-items: center;
}
.contact_form .form-item-service .form-select .ms-drop label input, .contact_form .js-form-item-target .form-select .ms-drop label input, .contact_form .js-form-item-agency .form-select .ms-drop label input {
  display: initial;
  position: unset;
  margin-top: 0;
  margin-left: 0;
}
.contact_form .form-item-service .form-select .ms-drop label span, .contact_form .js-form-item-target .form-select .ms-drop label span, .contact_form .js-form-item-agency .form-select .ms-drop label span {
  padding-left: 5px;
}
.contact_form .form-item-service .form-select .ms-drop ul > li.hide-radio.selected, .contact_form .js-form-item-target .form-select .ms-drop ul > li.hide-radio.selected, .contact_form .js-form-item-agency .form-select .ms-drop ul > li.hide-radio.selected {
  color: #0f4376;
  background-color: #ffeb7a;
}
.contact_form .form-item-service .form-select .ms-drop ul > li.hide-radio.selected input, .contact_form .js-form-item-target .form-select .ms-drop ul > li.hide-radio.selected input, .contact_form .js-form-item-agency .form-select .ms-drop ul > li.hide-radio.selected input {
  background-color: #0f4376;
}
.contact_form .form-item-service .form-select .ms-drop ul > li.hide-radio:focus, .contact_form .form-item-service .form-select .ms-drop ul > li.hide-radio:hover, .contact_form .js-form-item-target .form-select .ms-drop ul > li.hide-radio:focus, .contact_form .js-form-item-target .form-select .ms-drop ul > li.hide-radio:hover, .contact_form .js-form-item-agency .form-select .ms-drop ul > li.hide-radio:focus, .contact_form .js-form-item-agency .form-select .ms-drop ul > li.hide-radio:hover {
  background-color: #ffeb7a;
}
.contact_form .open {
  background-color: #0f4376 !important;
}
.contact_form .open button span {
  color: white !important;
}
.contact_form .ms-choice {
  border: unset;
  border-radius: 8px;
  background-color: #FFEB7A;
  color: #0F4376;
  font-weight: 600;
}
.contact_form .ms-choice span {
  top: 5.5px;
  padding-left: 16px;
  font-size: 15px;
}
.contact_form .ms-choice .icon-caret {
  display: none;
}
.contact_form .js-form-item.form-item {
  padding: 6px;
}
.contact_form .form-item-agency {
  width: 100%;
}
.contact_form .form-item-target {
  width: 29%;
}
.contact_form .form-item-service {
  width: 100%;
}
.contact_form .filtre .form-markup {
  margin-right: 2%;
}
.contact_form .filtre .form-wrapper {
  display: flex;
  align-items: center;
  width: 35%;
}
.contact_form .filtre .form-wrapper .field-title {
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}
.contact_form .form-item-type-demande {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0 !important;
}
.contact_form .form-item-type-demande .form-item {
  flex-grow: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 0 !important;
}
.contact_form .form-item-type-demande .info_icone {
  background: #017EB5;
  color: #FFEB7A;
  width: 17px;
  height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 12px;
  font-style: italic;
  cursor: pointer;
}
.contact_form .form-item-type-demande .js-form-type-checkbox input {
  width: 20px;
  height: 20px;
}
.contact_form .form-item-type-demande .js-form-type-checkbox label {
  padding-left: 10px;
  display: inline-block;
  color: #004278;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
}
.contact_form .form-item-type-demande .js-form-type-checkbox input[type=checkbox].form-checkbox {
  appearance: none; /* Supprime le style natif */
  width: 24px;
  height: 24px;
  border-radius: 6px; /* Coins arrondis */
  background-color: #B8D1EC; /* Bleu clair */
  border: none;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
}
.contact_form .form-item-type-demande .js-form-type-checkbox input[type=checkbox].form-checkbox:checked::before {
  content: "✔";
  font-size: 16px;
  color: #004B87;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-family: Arial, sans-serif;
}
.contact_form #edit-type-demande .form-markup, .contact_form #edit-quality .form-markup, .contact_form #edit-document .form-markup {
  font-size: 18px;
  margin: 12px 0px;
}
.contact_form #edit-quality--2 {
  display: flex;
  gap: 10px;
}
.contact_form #edit-quality--2 .form-item-quality {
  margin-bottom: 15px !important;
}
.contact_form #edit-quality--2 .form-item-quality input {
  height: 16px;
}
.contact_form #edit-quality--2 .form-item-quality input[type=checkbox].form-checkbox:checked {
  background: #007EB5;
  color: #0F4376;
}
.contact_form #edit-quality--2 .form-item-quality input[type=radio].form-radio {
  appearance: none;
  display: none;
}
.contact_form #edit-quality--2 .form-item-quality input[type=radio].form-radio + label {
  padding-top: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background-color: #B8D1EC;
  border-radius: 8px;
  color: #005B8C;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: background 0.3s ease;
  font-weight: 900;
}
.contact_form #edit-quality--2 .form-item-quality input[type=radio].form-radio + label::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 30%;
  transition: background 0.3s ease;
}
.contact_form #edit-quality--2 .form-item-quality input[type=radio].form-radio:checked + label::before {
  background-color: #005B8C;
  border: 3.5px solid white;
}
.contact_form #edit-quality--2 .form-item-quality input[type=radio].form-radio:checked + label {
  background-color: #0076B6;
  color: white;
}
.contact_form .js-form-type-managed-file {
  position: relative;
  display: inline-block;
  margin-bottom: 4%;
}
.contact_form .js-form-type-managed-file label {
  color: #004278;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  border-radius: 9px;
  background: #B8D1EC;
  height: 40px;
  display: inline-block !important;
  position: relative;
  padding: 11px 17px 10px;
}
.contact_form .js-form-type-managed-file label:before {
  content: "\e011";
  font-family: "sii";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  line-height: normal;
  margin-right: 13px;
  font-size: 12px;
  -webkit-transform: translate(0, 2px);
  -ms-transform: translate(0, 2px);
  transform: translate(0, 2px);
}
.contact_form .js-form-type-managed-file .description {
  display: none;
}
.contact_form .js-form-type-managed-file input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 1px;
  cursor: pointer;
}
.contact_form .js-form-type-managed-file form [type=file] {
  box-shadow: none;
  border: none;
}
.contact_form .form-text, .contact_form .form-tel, .contact_form .form-textarea, .contact_form .form-email {
  border: 3px solid #B8D1EC;
  border-radius: 8px;
  color: #004278;
  font-size: 15px;
  font-weight: 600;
  padding: 8px;
  width: 100%;
}
.contact_form .form-submit {
  background-color: #FFEB7A;
  color: #004278;
  font-size: 16px;
  font-weight: 700;
  border: none;
  padding: 8px 16px;
  border-radius: var(--bs-border-radius);
}
.contact_form .form-submit:hover, .contact_form .form-submit:active {
  background-color: #004278;
  color: #FFEB7A;
}
.contact_form .form-actions {
  justify-content: flex-end;
  width: 100%;
}
.contact_form input::placeholder, .contact_form textarea::placeholder {
  color: #004278;
}
.contact_form .ms-drop ul > li.hide-radio.selected {
  background-color: #0f4376;
}
.contact_form .contact_content {
  margin-top: 5%;
}
.contact_form .contact_content .js-form-item.form-item {
  width: 100%;
  padding: 6px 0px !important;
}
.contact_form .contact_content .small-text {
  font-size: 0.7em;
  font-weight: 300;
}
.contact_form .contact_content .is-single {
  width: 40%;
}
.contact_form .contact_content input {
  width: 100%;
}
.contact_form .contact_content textarea {
  width: 100%;
}
.contact_form .captcha .captcha__title {
  font-size: 20px;
  font-weight: 900;
}
.contact_form .captcha .description {
  font-size: 13px;
  width: 80%;
}
.contact_form .captcha .captcha__description {
  padding-left: 1%;
}
.contact_form .captcha input {
  margin-bottom: 3%;
}
.contact_form .form-submit {
  width: auto !important;
}

@media (min-width: 1450px) {
  .contact_form .js-form-type-checkbox input {
    width: 27px;
    height: 27px;
  }
  .contact_form .js-form-type-checkbox label {
    font-size: 18px;
  }
  .contact_form .form-item-quality label {
    font-size: 14px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1180px;
  }
  .block-btns .btn {
    font-size: 18px;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333%;
    /* Chaque colonne occupe 1/3 */
  }
  h1, .h1 {
    font-size: 55px;
  }
  .title-bloc {
    font-size: 36px;
  }
  h3, .h3 {
    font-size: 2.5rem;
  }
  .paragraph--section-image-titre-description p {
    font-size: 16px;
  }
  .block-nos-actu.block-expertise-audit .slider-expertise-audit p {
    font-size: 16px;
  }
  .contact_form .form-markup {
    font-size: 30px;
  }
  header a {
    font-size: 18px;
  }
  footer .content-footer p {
    font-size: 16px;
  }
  footer .content-footer h3 {
    font-size: 18px;
  }
}
.block-ns-trouver {
  margin-bottom: 4%;
}
.block-ns-trouver h2 {
  font-size: 1.7rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #004278;
}
.block-ns-trouver h3 {
  margin-bottom: 8%;
}
.block-ns-trouver .menu-pays {
  padding: 16px 15px 20px;
  width: auto;
}
.block-ns-trouver img {
  max-width: 100%;
  height: auto;
}
.block-ns-trouver .map {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.block-ns-trouver .map .list {
  flex-basis: 30%;
}
.block-ns-trouver .map .img {
  flex-basis: 50%;
}
.block-ns-trouver ul {
  padding-right: 6rem;
}

section.block-nos-metier.container-fluid.pe-0.pt-3.pt-md-5.sii-etranger {
  background: white;
}

.area--name {
  bottom: 193px;
  position: absolute;
  background: #B8D1EC;
  padding: 12px;
  left: 0;
  height: 43px;
  width: 189px;
  text-align: center;
}
.area--name p.city--name {
  color: #000000;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.area--name p.list-city {
  text-align: left;
}

.slider-etranger-descripion {
  padding-bottom: 18px;
}

.slide-sii-etranger {
  width: 200px !important;
  height: auto !important;
}

.slide-sii-etranger img {
  width: 100%;
  height: auto;
}

.slide-sii-etranger .area--name {
  bottom: 0px;
  width: 100%;
  margin: 10px 0;
  height: auto;
}

p.city--name-ctr {
  bottom: -10px;
  position: relative;
  background: #B8D1EC;
  padding: 12px;
  left: 0;
  height: AUTO;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

p.list-city-card {
  white-space: pre-wrap;
  word-wrap: break-word;
  display: inline;
  height: 100px;
  position: relative;
  margin-top: 0;
  top: 4PX;
  text-align: left;
  display: flex;
  justify-content: left;
}

p.city--name-ctr.rose {
  background: #F3A6B2;
}

p.city--name-ctr.green {
  background: #CCDA73;
}

p.city--name-ctr.orange {
  background: #FACB99;
}

p.city--name-ctr.yellow {
  background: #FFEB7A;
}

p.city--name-ctr.purple {
  background: #CBA4D4;
}

.bannier-small {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 306px;
}
.bannier-small img {
  float: right;
}
.bannier-small h1 {
  font-size: 55px;
  white-space: nowrap;
  float: left;
}

.fondation-block {
  background-color: #FFEB7A;
  padding: 30px 20px;
  text-align: center;
}

.fondation-text {
  max-width: 800px;
  margin: 0 auto;
  text-align: start;
  color: #0F4376;
}
.fondation-text p {
  width: 75%;
}

.fondation-text h3 {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.fondation-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
}

.fondation-item {
  text-align: center;
  width: 120px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.fondation-item img {
  width: 100%;
  max-width: 120px;
  height: auto;
}

.fondation-item p {
  font-size: 0.9em;
  font-weight: bold;
  margin-top: 10px;
  color: #0F4376;
}

@media (max-width: 768px) {
  .fondation-block {
    padding: 30px 35px;
  }
  .fondation-row {
    flex-wrap: wrap;
    gap: 0px 20px;
    padding: 13px 0;
  }
  .fondation-row .fondation-item p {
    font-size: 10px;
  }
  .fondation-item {
    width: 87px;
  }
  .fondation-item p {
    width: 90%;
  }
  .fondation-item img {
    max-width: 100px;
  }
  .fondation-text p {
    width: 100%;
  }
  .fondation-text h3 {
    width: 95%;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 1rem;
  }
}
.item-slider-expertise-audit ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.item-slider-expertise-audit h4 {
  font-weight: 900;
  margin-bottom: 0px;
}

.button-blue, .button_blue {
  background-color: #007EB5;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 20px;
  margin: auto;
}
.button-blue:hover, .button-blue:active, .button_blue:hover, .button_blue:active {
  color: #042F52;
  background: #FFEB7A;
}

.map-container {
  display: flex;
  justify-content: center;
  align-items: center;
  /* Quand on survole l’icône de l’agence */
}
.map-container svg {
  overflow: visible;
}
.map-container svg .agency-popup {
  display: none;
}
.map-container svg .agency-label {
  font-size: 20px;
  font-weight: 900;
}
.map-container svg .agency-city {
  font-size: 20px;
}
.map-container svg .agency-label,
.map-container svg .agency-city {
  fill: #002147;
  text-anchor: start;
}
.map-container svg .agency:hover .agency-popup {
  display: inline;
}
.map-container svg .agency:hover .agency-label,
.map-container svg .agency:hover .agency-city {
  display: none;
}

/* Nom de l'agence */
.agency-name {
  font-size: 24px;
  font-weight: bold;
  fill: #1D253C;
  text-anchor: middle;
  dominant-baseline: middle;
}

/* Nom de la ville */
.city-name {
  font-size: 22px;
  fill: #1D253C;
  text-anchor: middle;
  dominant-baseline: middle;
}

.agences-france .header {
  background-color: #c3d8f1;
}
.agences-france .header .header_content {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.agences-france p {
  color: #0F4376;
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
}
.agences-france h2 {
  color: #0F4376;
  font-size: 40px;
  font-weight: 800;
}

.btn-world {
  background-color: #ffeb7a;
  padding: 8px 20px;
  border-radius: 5px;
  font-weight: bold;
  color: #003366;
  text-decoration: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 23px;
  justify-content: flex-end;
}
.btn-world img {
  width: 32px;
  height: 32px;
  margin-right: 5%;
}
.btn-world:hover {
  background-color: #003366;
  color: #ffeb7a;
}

.sii-map-block {
  text-align: center;
  padding: 20px;
}

.sii-map-title {
  color: #0F4376;
  font-size: 26px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 24px;
  margin-top: 1%;
}

.sii-map-image {
  max-width: 550px;
}

.paragraph--cartes-info {
  margin-top: 41px;
}
.paragraph--cartes-info .paragraph-group {
  display: grid;
  grid-template-columns: repeat(2, 0fr);
  padding: 0px 40px;
  column-gap: 20px;
  justify-content: center;
}
.paragraph--cartes-info .paragraph-group .field__item {
  margin-bottom: 19px;
}
.paragraph--cartes-info .node__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.paragraph--cartes-info .bloc-info__header {
  display: flex;
  align-items: flex-start;
}
.paragraph--cartes-info .bloc-info {
  background-color: #B8D4F2;
  color: #1E2A38;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 58px 25px 25px;
  border-radius: 10px;
  width: 462px;
  height: 275px;
  position: relative;
}
.paragraph--cartes-info .jaune {
  background-color: #FFEB7A;
}
.paragraph--cartes-info .claire {
  background-color: #B8D4F2;
}
.paragraph--cartes-info .orange {
  background-color: #FFCC99;
}
.paragraph--cartes-info .pink {
  background-color: #FFA9B3;
}
.paragraph--cartes-info .green {
  background-color: #CCDA73;
}
.paragraph--cartes-info .purple {
  background-color: #CBA4D4;
}
.paragraph--cartes-info .bloc-info__titre {
  font-weight: 900;
  font-size: 1.7em;
  display: flex;
  align-items: center;
  color: #0F4376;
  font-style: italic;
  width: 57%;
  line-height: 23px;
}
.paragraph--cartes-info .bloc-info__icone {
  margin-right: 10px;
  flex-shrink: 0;
}
.paragraph--cartes-info .bloc-info__icone .field--type-image .field__item {
  width: 110px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.paragraph--cartes-info .bloc-info__icone .field--type-image .field__item img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
  display: block;
}
.paragraph--cartes-info .bloc-info__icone img {
  margin-right: 15px;
}
.paragraph--cartes-info .bloc-info__contenu {
  font-size: 1.1em;
  color: #0F4376;
  font-style: italic;
  line-height: 18px;
  font-weight: 900;
}
.paragraph--cartes-info .bloc-info__lien {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: #003366;
  color: white;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 1px;
}
@media (min-width: 768px) and (max-width: 995px) {
  .paragraph--cartes-info .bloc-info {
    width: 320px;
    height: 270px;
  }
  .paragraph--cartes-info .paragraph-group {
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  .paragraph--cartes-info .paragraph-group {
    display: block;
    padding: 0px;
  }
  .paragraph--cartes-info .bloc-info {
    padding: 25px 20px 8px 20px;
    width: auto;
  }
}

.no-description {
  flex-direction: unset !important;
  align-items: unset !important;
  justify-content: space-between;
  padding: 30px 0px 0px 0px !important;
}
.no-description .bloc-info_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.no-description .bloc-info_content .bloc-info__titre {
  width: auto;
  padding-left: 25px;
}
.no-description .bloc-info_content .bloc-info__icone img {
  width: 100%;
  height: auto;
  bottom: 0;
  position: absolute;
}

header {
  padding: 0px 2vw 0px 13vw;
}
header a {
  font-size: 14px;
}

.button-yellow-dark {
  white-space: nowrap;
  padding: 7px 15px;
  font-size: 14px;
}
.button-yellow-dark:hover, .button-yellow-dark:active {
  background-color: #042F52;
  color: #FFEB7A;
}

header .nav .nav-links {
  column-gap: 0px;
  max-width: 1000px;
}
header .nav .nav-links li {
  white-space: nowrap;
}

@media (min-width: 1400px) {
  header {
    padding: 0px 2vw 0px 13vw;
  }
  header a {
    font-size: 15px;
  }
  .button-yellow-dark {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  header {
    padding: 0px 2vw 0px 6vw;
  }
  header .navOpenBtn {
    left: -10px;
  }
  header .nav .nav-links {
    display: none;
    left: -80px;
    top: 30px;
    height: auto;
    width: auto;
    padding-top: 15px;
  }
  header .nav-links.active {
    display: block;
  }
  header .nav-links li {
    padding: 5px 0px !important;
    text-align: center;
  }
  header .nav-links li a:hover {
    font-size: 1.2em;
    transition: font-size 0.2s ease-in-out;
  }
  header .search-mobile {
    margin-bottom: 10px;
  }
  header .search-mobile input {
    font-size: 12px;
  }
  .contact_form #edit-quality--2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.block-nos-actu.block-expertise-audit .slider-expertise-audit p {
  font-size: 16px;
}
.block-nos-actu.block-expertise-audit .slider-expertise-audit p ul {
  padding-right: 6%;
}

.accordion-body {
  font-size: 16px;
}
.accordion-body ul {
  list-style: unset;
  color: #042F52;
}

.title-with-button {
  float: none;
}

.block-histoire .slider-histoire .item-slider-histoire p {
  color: #042F52;
  width: auto;
  line-height: normal;
}

.block-histoire .slider-histoire .swiper-pagination {
  margin-bottom: 16px;
}

.block-nos-actu.block-expertise-audit .swiper-pagination {
  position: absolute;
  top: 2.5%;
  right: 15%;
  z-index: 0;
}

.block-nos-actu .title-with-button {
  position: relative;
}

.block-nos-actu.block-expertise-audit .slider-expertise-audit h3 {
  text-transform: uppercase;
}

.block-nos-actu.block-expertise-audit {
  margin-top: 3%;
}
.block-nos-actu.block-expertise-audit .title-bloc {
  margin: 1% 0% 2% 1%;
}

#accordion-content {
  margin-bottom: 25px;
}
#accordion-content .accordion-body img {
  height: 112px !important;
  width: 112px !important;
}
#accordion-content .accordion-button::before {
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
}

.fondation-block {
  margin: 3% 0;
}

.links .links-container {
  padding-left: unset;
}

.button-blue-dark {
  font-weight: 900;
}

.foncé {
  color: #0F4376 !important;
}
.foncé:hover {
  color: #B8D1EC !important;
}

.contact-presse {
  max-width: 400px;
}
.contact-presse h2 {
  color: #0F4376;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin-bottom: 1.2em;
}
.contact-presse .nom {
  font-size: 20px;
  margin-bottom: 0.9em;
  color: #042F52;
  font-weight: 900;
}
.contact-presse ul {
  list-style-type: disc;
  padding-left: 50px;
  margin: 0;
  color: #042F52;
}
.contact-presse ul li {
  margin-bottom: 0.4em;
  font-size: 0.95em;
}
.contact-presse a {
  color: #002c54;
  text-decoration: underline;
}

.stat-bloc {
  color: #0F4376;
  margin-top: 3%;
}
.stat-bloc h3 {
  font-size: 25px;
  font-weight: 800;
}
.stat-bloc .field--name-field-statitems {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 2rem 0;
}
.stat-bloc .stat-box {
  padding: 35px 0px;
  border-radius: 8px;
}
.stat-bloc .stat-value {
  text-align: center;
  font-size: 85px;
  font-style: italic;
  font-weight: 900;
  line-height: normal;
}
.stat-bloc .stat-label {
  text-align: center;
}
.stat-bloc .stat-label h3 {
  margin-bottom: 16px;
  LINE-HEIGHT: 36px;
  font-size: 50px;
  font-family: "golden" !important;
}
.stat-bloc .stat-label p {
  font-size: 30px;
  font-style: italic;
  font-weight: 900;
  line-height: 25px;
  margin-top: -14px;
}

.bg-bleu {
  background-color: #B8D1EC;
}

.bg-orange {
  background-color: #FACB99;
}

.bg-pink {
  background-color: #F3A6B2;
}

.bg-jaune {
  background-color: #FFEB7A;
}

.bg-purple {
  background-color: #CBA4D4;
}

.bg-green {
  background-color: #CCDA73;
}

.block-evenements {
  padding-left: 10vw;
  overflow-x: hidden;
}
.block-evenements .title-bloc {
  font-size: 25px;
  margin-bottom: 10px;
  line-height: normal;
}
.block-evenements .item-bleu .desc-video-in-block {
  background-color: #B8D1EC;
}
.block-evenements .item-orange .desc-video-in-block {
  background-color: #FACB99;
}
.block-evenements .item-pink .desc-video-in-block {
  background-color: #F3A6B2;
}
.block-evenements .item-jaune .desc-video-in-block {
  background-color: #FFEB7A;
}
.block-evenements .item-purple .desc-video-in-block {
  background-color: #CBA4D4;
}
.block-evenements .item-green .desc-video-in-block {
  background-color: #CCDA73;
}
.block-evenements .desc-video-in-block {
  color: #0F4376;
  margin-top: 0.5rem;
  padding: 0.1rem 0.5rem;
}
.block-evenements .desc-video-in-block span {
  font-size: 18px;
  font-weight: 900;
}
.block-evenements .video-in-block {
  position: relative;
  cursor: pointer;
}
.block-evenements .video-cover {
  width: 100%;
  display: block;
}
.block-evenements .slider-description {
  margin-bottom: 4%;
}

.testimonials-section {
  background-color: #cce0f6;
  padding: 2rem 1rem;
  padding-left: 10vw;
}
.testimonials-section .swiper-slide {
  height: auto;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.5rem;
  font-weight: bold;
}

.arrows {
  display: flex;
  gap: 0.5rem;
}

.arrow-left,
.arrow-right {
  background: white;
  border: none;
  border-radius: 50%;
  padding: 0.5rem;
  cursor: pointer;
  font-size: 1.2rem;
}

.testimonials-slider {
  margin-top: 2rem;
}

.testimonial-card {
  padding: 1rem;
  border-radius: 8px;
  border: 4px solid #017EB5;
  background: #FFF;
}

.testimonial-photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
  flex-shrink: 0;
}

.position {
  color: #042F52;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
}

.testimonial-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonial-info .highlight {
  background: #FFEB7A;
  padding: 0 4px;
  font-weight: bold;
  color: #0F4376;
  font-size: 30px;
  font-weight: 800;
}

.testimonial-text {
  font-style: italic;
  color: #042F52;
  font-size: 20px;
  margin-top: 1rem;
  font-weight: 600;
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.slider-event {
  overflow: hidden;
}

#edit-field-agency-target-id {
  display: none;
}

.map-header {
  background-color: #003366;
  color: white;
  padding: 1.5rem;
  text-align: left;
}

.map-header h2 {
  color: #FFEB7A;
  font-size: 30px;
  margin-bottom: 0.2rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.map-header p {
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  color: #FFF;
}

.map-container {
  height: 700px;
  width: 100%;
}

/* Style des popups */
.leaflet-popup-content-wrapper {
  background: #FFEB7A;
  border-radius: 5px;
  padding: 10px;
  color: #0F4376;
  font-size: 0.95rem;
  font-weight: bold;
}

.leaflet-popup-tip {
  background: #FACB99;
}

.leaflet-popup-content {
  margin: 0px;
}
.leaflet-popup-content strong {
  font-weight: 900;
}
.leaflet-popup-content a {
  color: #0F4376;
  text-decoration: none;
  font-size: 15px;
  font-family: Lato;
}

.leaflet-touch .leaflet-bar {
  border: none;
}

.leaflet-control-zoom {
  display: flex;
  flex-direction: row;
  gap: 4px;
  box-shadow: none;
}

.leaflet-control-zoom a {
  background-color: #B8D1EC;
  color: #0F4376;
  border: none;
  width: 43px;
  height: 43px;
  text-align: center;
  font-family: Lato;
  font-size: 38px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.leaflet-control-zoom a:hover, .leaflet-control-zoom a:active {
  background-color: #0F4376;
  color: #B8D1EC;
}

.leaflet-control-zoom a:hover {
  background-color: #b3d1f0;
  transform: scale(1.05);
}

.leaflet-control-zoom a:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 43, 92, 0.3);
}

.leaflet-tooltip.country-offer-tooltip {
  background: #FFEB7A;
  color: #0F4376;
  border: none;
  font-weight: bold;
  font-size: 12px;
  border-radius: 20px;
  padding: 4px 10px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .map-header h2 {
    font-size: 28px;
  }
  .map-header p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .map-header h2 {
    font-size: 25px;
    margin-bottom: 0.5rem;
  }
  .map-header p {
    font-size: 15px;
  }
  .map-container {
    height: 500px;
  }
  .leaflet-control-zoom {
    flex-direction: column;
  }
  .leaflet-left {
    left: -30px;
    top: 60%;
  }
}
.paragraph--type--photo {
  justify-items: center;
}

.field--name-field-address-sii a {
  text-decoration: underline !important;
}

.block-nos-expertise .title-item-expertise {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

footer {
  margin-top: 0px;
}

.strategie {
  position: relative;
}
.strategie::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  height: 21%;
  background-color: #017eb5;
  z-index: -1;
}
.strategie .step {
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.strategie .step .bg-blue-middle {
  height: 240px;
}
.strategie .step .num {
  background-color: #FFEB7A;
  color: #0F4376;
  border-radius: 50%;
  font-weight: 800;
  margin: auto;
  transform: translateY(-50%);
  width: 59px;
  height: 59px;
  font-size: 35px;
}
.strategie .step .title {
  color: #FFF;
  text-align: center;
  font-family: Lato;
  font-size: 27px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.strategie .step .text {
  color: #FFEB7A;
  text-align: center;
  font-family: Lato;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.strategie .step .step-challenges {
  margin-top: 15%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.strategie .step .step-challenges .widget {
  width: 100%;
  padding: 0% 9% 0%;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto;
}
.strategie .step .step-challenges .widget.double {
  flex: 1 1 100%;
}
.strategie .step .step-challenges .widget .image {
  max-width: 100%;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.strategie .step .step-challenges .widget .image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.strategie .step .step-challenges .widget .title {
  color: #0F4376;
  text-align: center;
  font-family: Lato;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.strategie .step .step-challenges .widget .content-hover .text.blue-dark {
  color: #042F52;
}
.strategie .step .step-challenges .widget .content-hover .text.white {
  color: #fff;
}
.strategie .step .step-challenges .widget .content-hover .title {
  text-align: left;
}
.strategie .step .step-challenges .widget .content-hover .text {
  text-align: left;
}
.strategie .step .step-challenges .widget .title.alt {
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  font-size: 18px;
  margin-bottom: 1.2em;
  height: auto;
  padding: unset;
}
.strategie .step .step-challenges .widget .text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0.5rem;
}
.strategie .step .step-challenges .widget .link {
  padding: 4px;
  right: 15px;
  top: 16px;
  font-size: 28px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  line-height: 1.6;
  font-weight: 800;
  position: absolute;
  text-align: center;
}
.strategie .step .step-challenges .widget .link.bg-yellow {
  background-color: #042F52 !important;
  color: #FFEB7A;
}
.strategie .step .step-challenges .widget .link.bg-blue-dark {
  background-color: #FFF !important;
  color: #042F52;
}
.strategie .step .step-challenges .widget .link.bg-blue-light {
  background-color: #042F52 !important;
  color: #B8D1EC;
}
.strategie .step .step-challenges .white {
  color: white !important;
}
.strategie .column-separator {
  z-index: -2;
  position: absolute;
  top: 35px;
  bottom: 25px;
  width: 6px;
  background-color: #0066b2;
}
.strategie .column-separator:nth-child(1) {
  left: 33.33%;
  transform: translateX(-1px);
}
.strategie .column-separator:nth-child(2) {
  left: 66.66%;
  transform: translateX(-1px);
}

.strategie-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  position: relative;
}

@media (max-width: 1200px) {
  .strategie .column-separator {
    display: none;
  }
}
@media (max-width: 768px) {
  .strategie::before {
    height: 0;
  }
  .strategie .step {
    padding: 0px;
    margin-top: 10%;
  }
  .strategie .step .title {
    padding: 0;
    height: auto;
  }
  .strategie .step .step-challenges {
    margin-top: 10%;
    flex-direction: column;
  }
  .strategie .step .step-challenges .widget {
    width: 72%;
  }
  .strategie-grid {
    grid-template-columns: 1fr;
    padding: 0px;
  }
  .bannier-home .content-banniere h1 {
    margin-bottom: 7%;
  }
  .paragraph--markup h2 {
    padding: 1% 10%;
  }
  .paragraph--markup h2 br {
    display: none;
  }
  .field--type-text-with-summary p:has(> a.button_blue:only-child) {
    text-align: center;
    margin-top: 13%;
  }
  h3.text-align-center.titre-markup-blue {
    font-size: 20px !important;
    padding: 0px 20px;
  }
}
@media screen and (min-width: 769px) {
  .mobile-break {
    display: none;
  }
}
h2.title-global {
  margin-bottom: 4%;
}

.node--type-agency h2.title-global {
  text-align: center;
  font-size: 30px;
  line-height: normal;
  margin-bottom: 4%;
}
.node--type-agency .block-nos-actu {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.node--type-agency .block-nos-actu .swiper-slide .row {
  margin-right: 0vw;
}
.node--type-agency .block-chiffres {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  margin-top: 0px !important;
}

.slider-actu {
  margin-bottom: 2%;
}

.strategie-wrapper {
  margin-top: 4%;
}
.strategie-wrapper .titre-markup-blue {
  margin-bottom: 2%;
}

th, td {
  border-width: 1px;
}

.offers-listing [data-drupal-selector=edit-field-agency-target-id] {
  display: none;
}

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