/*
Theme Name: Certus
Author: Amine AHDADOUCH
Version: 1.0
Text Domain: certus
*/
@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

:root {
  --cabin-font: "Cabin", sans-serif;
  --spectral-font: "Spectral", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body p,
body span {
  line-height: normal;
}

a {
  outline: none !important;
  overflow: hidden;
}

body img {
  max-width: 100%;
}

body p:empty {
  display: none;
}

.section {
  margin-bottom: 80px;
}

.parent-container {
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (max-width: 1370px) {
  .parent-container {
    width: unset;
  }
}

.section-1,
.section-2,
.section-3,
.section-4,
.section-5,
.section-6,
.section-7,
.section-8,
.section-9,
.section-10,
.section-equipe {
  scroll-margin-top: 133px;
  @media (max-width: 800px) {
    scroll-margin-top: 48px;
  }
}

/****** header ******/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  background: #ffffff;
  border-bottom: 0.5px solid #d9d9d9;
}

.header-top {
  background-color: var(--primary-color);
  padding: 16px 42px 16px 0px;
  font-family: var(--cabin-font);
  font-size: 12px;
  color: #f8f8f8;
}

.header-top .header-contact {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 28px;
  margin: 0;
  padding: 0;
}

.header-top .header-contact li {
  display: flex;
  align-items: center;
}

.header-top .header-contact li a {
  font-family: var(--cabin-font);
  color: #f8f8f8;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 600;
}

.header-top .header-contact li a:hover {
  color: var(--button-color);
  cursor: pointer;
}

.header-top .header-contact li a:hover img {
  filter: brightness(0) saturate(100%) invert(19%) sepia(90%) saturate(1557%)
    hue-rotate(324deg) brightness(87%) contrast(89%);
}

.header-top .header-contact li a:hover svg path {
  stroke: var(--button-color);
}

.header-top .header-contact svg {
  margin-right: 8px;
  width: 13px;
  max-width: 100%;
  height: 13px;
}

.nav-menu .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
}

.nav-menu .main-navigation .menu {
  display: flex;
  gap: 48px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-menu .main-navigation .menu li a:hover {
  color: var(--secondary-color);
}

.nav-menu .site-logo {
  flex-shrink: 0;
}

.nav-menu .site-logo img {
  width: 175px;
  max-width: 100%;
}

.nav-menu .nav-links-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}

.nav-menu .main-navigation .menu li a {
  font-family: var(--cabin-font);
  text-decoration: none;
  color: #142131;
  font-weight: 400;
  font-size: 16px;
}

.cta-button .btn {
  font-family: var(--cabin-font);
  background-color: var(--button-color);
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff;
  padding: 12px 18px;
  border-radius: 2px;
  font-weight: 600;
  text-decoration: none;
  width: fit-content;
}

.cta-button .btn:hover {
  background-color: var(--primary-color);
}

.btn img {
  width: 17px;
  max-width: 100%;
}

.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-shrink .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-shrink:hover .hvr-icon,
.hvr-icon-shrink:focus .hvr-icon,
.hvr-icon-shrink:active .hvr-icon {
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}

.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-back .hvr-icons {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-back:hover .hvr-icons,
.hvr-icon-back:focus .hvr-icons,
.hvr-icon-back:active .hvr-icons {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

/******/

/* Burger button */
.menu-btn {
  width: 20px;
  height: 15px;
  position: relative;
  z-index: 10000;
  overflow: hidden;
  cursor: pointer;
  display: none;
}

.menu-btn.active {
  height: 30px;
}

.menu-btn .bar {
  width: 20px;
  height: 2.9px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  transform: translate(-50%, -50%);
  background-color: var(--secondary-color);
  transition: all 0.3s ease-in-out;
}

.menu-btn .bar:nth-of-type(2) {
  top: calc(50% - 6px);
}

.menu-btn .bar:nth-of-type(3) {
  top: calc(50% + 6px);
}

.menu-btn.active .bar:nth-of-type(1) {
  display: none;
}

.menu-btn.active .bar:nth-of-type(2) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}

.menu-btn.active .bar:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}

/* Mobile menu */
.nav {
  position: fixed;
  top: 85px;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.5s;
  z-index: 9999;
}

.nav.active {
  transform: translateX(0);
}

ul.nav__list {
  padding: unset;
  padding-left: 15px;
}

.nav__list_item {
  list-style-type: none;
  margin-bottom: 30px;
}

.nav__link {
  font-family: var(--cabin-font);
  text-decoration: none;
  color: #142131;
  font-weight: 400;
  font-size: 16px;
}

.nav__link:hover {
  color: var(--secondary-color);
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

/* section-1 */
.section-1 {
  padding-top: 101px;
}

.section-1 .container {
  width: 100%;
  display: flex;
  align-items: stretch;
  margin: 0 auto;
}

.section-1 .col-left {
  position: relative;
  width: 55%;
  height: 100%;
  box-sizing: border-box;
}

.section-1 .col-left .content .item {
  padding: 47px 79px;
  /* padding-left: max(20px, (50% - 675px)) !important; */
  padding-right: 20px;
  height: 100%;
  min-height: 550px;
}

.section-1 .form-slider .item {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.section-1 .progress-bar-container {
  position: absolute;
  bottom: 90px;
  width: 80%;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: 10px;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.section-1 .progress-bar {
  height: 100%;
  background-color: #fdfcfb;
  width: 50%;
  transition: width 0.3s ease;
  transition: transform 0.3s ease;
  transform: translateX(0);
  pointer-events: none;
}

.section-1 .form-slider .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000080;
  z-index: 1;
}

.section-1 .form-slider .item > * {
  position: relative;
  z-index: 2;
}

.section-1 .subtitle,
.section-1 .city {
  font-family: var(--cabin-font);
  font-size: 16px;
  color: #fdfcfb;
  margin: unset;
  font-weight: 600;
}

.section-1 .city {
  background-color: var(--button-color);
  margin-left: 8px;
  padding: 2px 6px;
}

.section-1 .title {
  font-size: 56px;
  font-family: var(--spectral-font);
  color: #fdfcfb;
  line-height: 56px;
  margin: 17px 0px;
  font-weight: 800;
  width: 85%;
}

.section-1 .description {
  font-size: 18px;
  font-family: var(--cabin-font);
  line-height: 27px;
  font-weight: 600;
  color: #fdfcfb;
  margin: unset;
  width: 90%;
}

.section-1 .stats {
  display: flex;
  gap: 20px;
  padding: 20px 0px;
}

.section-1 .stat-item {
  background-color: #f0f0ef;
  padding: 20px 48px 20px 20px;
  border-radius: 4px;
  text-align: left;
  /* flex: 1; */
  width: fit-content;
}

.section-1 .stat-number {
  font-size: 24px;
  font-family: var(--spectral-font);
  color: var(--secondary-color);
  font-weight: 800;
  margin: unset;
  margin-bottom: 12px;
}

.section-1 .stat-text {
  font-size: 16px;
  font-family: var(--cabin-font);
  color: var(--secondary-color);
  font-weight: 600;
  margin: unset;
}

.section-1 .wp-gr.wpac .wp-google-left img,
.section-1 .wp-gr.wpac .wp-google-name,
/* .section-1 span.wp-google-stars, */
/*.section-1 .wp-gr .wp-google-based */
.section-1 .wp-gr .wp-google-powered
/* .section-1 .wp-gr .wp-google-wr */ {
  display: none !important;
}

.wp-gr .wp-google-wr {
  margin: unset !important;
  margin-top: 12px !important;
}

.section-1 .wp-gr .wp-google-powered,
.section-1 .wp-gr .wp-google-based {
  color: var(--secondary-color) !important;
}

.section-1 .wp-gr.wpac {
  padding-bottom: 12px !important;
}

.section-1 .wp-gr .wp-google-wr a {
  background: var(--button-color) !important;
  opacity: unset !important;
}

.section-1 .wp-gr .wp-google-rating {
  position: relative !important;
  font-size: 24px !important;
  font-family: var(--spectral-font) !important;
  color: var(--secondary-color) !important;
  font-weight: 800 !important;
  margin: unset !important;
  margin-bottom: 12px !important;
  padding: unset !important;
  margin-right: 5px !important;
}

/* .section-1 .wp-gr .wp-google-rating::before {
  position: absolute;
  content: "/5";
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 24px;
  font-family: var(--spectral-font);
  color: var(--secondary-color);
  font-weight: 800;
} */

.section-1 .wp-gr .wp-google-right {
  width: fit-content !important;
}

.section-1 .stat-item {
  background-color: #f0f0ef;
  padding: 20px 48px 20px 20px;
  border-radius: 4px;
  text-align: left;
  /* flex: 1; */
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Conteneur du formulaire */
.section-1 .col-right {
  width: 45%;
  background-color: var(--secondary-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 35px 0px 54px;
}

.section-1 .col-right .wpcf7 .form-title {
  font-family: var(--cabin-font);
  font-size: 16px;
  color: #f3f5fc;
  font-weight: 600;
  margin: unset;
  margin-bottom: 20px;
}

.section-1 .col-right .wpcf7 .form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.col-right .wpcf7 .form-row.appel {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}

.section-1 .col-right .wpcf7 .form-row p {
  margin: unset;
}

.section-1 .col-right .form-row.newsletter p {
  color: #fff;
  font-family: var(--cabin-font);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.section-1 .col-right .wpcf7 input[type="text"],
.section-1 .col-right .wpcf7 input[type="email"],
.section-1 .col-right .wpcf7 input[type="tel"],
.section-1 .col-right .wpcf7 select,
.section-1 .col-right .wpcf7 textarea {
  width: 100%;
  padding: 12px 15px;
  border-radius: 2px;
  border: none;
  font-size: 14px;
  font-family: var(--cabin-font);
  background: #f0f0ef;
  color: #5b5855;
  outline: none;
}

.nice-select {
  width: 100% !important;
  padding: 12px 15px !important;
  border-radius: 2px !important;
  border: none !important;
  font-size: 14px !important;
  font-family: var(--cabin-font) !important;
  background: #f0f0ef !important;
  color: #5b5855 !important;
  outline: none !important;
  line-height: normal !important;
}

.nice-select .list {
  width: 100%;
  margin-top: unset !important;
  border-radius: unset !important;
  background: #f0f0ef !important;
}

.nice-select:after {
  right: 18px !important;
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
  background-color: var(--hover-color) !important;
  color: var(--secondary-color) !important;
}

/* .col-right .wpcf7 select,
.section-10 .col-right .wpcf7 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2225%22%20viewBox%3D%220%200%2024%2025%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M8.52626%2012.5L11.9999%2014.5L15.4736%2012.5%22%20stroke%3D%22%235B5855%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-size: 30px 30px !important;
  background-position: right 12px center !important;
  cursor: pointer;
}

.section-1 .col-right .wpcf7 select::-ms-expand,
.section-10 .col-right .wpcf7 select::-ms-expand {
  display: none;
} */
.section-1 .col-right .wpcf7 input[type="text"],
.section-1 .col-right .wpcf7 input[type="email"],
.section-1 .col-right .wpcf7 input[type="tel"] {
  width: 89%;
}

.section-1 .col-right .wpcf7 textarea {
  resize: vertical;
  min-height: 100px;
}

.section-1 .col-right .wpcf7 input[type="checkbox"] {
  margin-right: 2px;
}

.section-1 .col-right .wpcf7-list-item {
  margin: unset;
  display: grid;
}

.section-1 .col-right .wpcf7 .form-note {
  color: #fff;
  font-family: var(--cabin-font);
  font-size: 12px;
  margin: unset;
  margin-top: 14px;
  line-height: 16px;
}

.section-1 .col-right .wpcf7 button[type="submit"] {
  position: relative;
  background: #f8f8f8;
  color: var(--secondary-color);
  padding: 12px 18px;
  border-radius: 2px;
  cursor: pointer;
  font-family: var(--cabin-font);
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background 0.3s ease, color 0.3s ease;
  border: 1px solid #f8f8f8;
}

.section-1 .col-right .wpcf7 button[type="submit"] svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  transition: stroke 0.3s ease;
}

.section-1 .col-right .wpcf7 button[type="submit"] br {
  display: none;
}

.section-1 .col-right .wpcf7 button[type="submit"]:hover {
  background: var(--secondary-color);
  color: #f8f8f8;
}

.section-1 .col-right .wpcf7 input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}

.section-1 .col-right .wpcf7 input[type="checkbox"]:checked {
  background-color: transparent;
  border-color: #fff;
}

.section-1 .col-right .wpcf7 input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 3px;
  height: 7px;
  border: solid white;
  border-width: 0 1px 2px 0;
  transform: rotate(45deg);
}

.wpcf7-not-valid-tip {
  color: #fff;
  margin-top: 2px;
}

/* section-2 Bloc Approche Moderne */
.section-2 .grid {
  display: flex;
  flex-direction: row-reverse;
  gap: 48px;
}

.section-2 .image-bloc {
  width: 50%;
  max-width: 100%;
}

.section-2 .img-left {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
}

.section-2 .content {
  width: 50%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-2 .bloc-contenu {
  width: 507px;
  max-width: 100%;
}

.section-2 h2 {
  font-size: 40px;
  font-family: var(--spectral-font);
  color: var(--primary-color);
  font-weight: 800;
  margin-bottom: 17px;
  margin-top: unset;
  line-height: 40px;
}

.section-2 .texte-bloc p {
  font-family: var(--cabin-font);
  font-size: 18px;
  line-height: 27px;
  color: var(--primary-color);
  margin: unset;
}

/* section-3 Bloc accompagnement global */

.section-3 {
  padding: 32px 0;
}

.section-3 .grid {
  display: flex;
  gap: 48px;
}

.section-3 .image-bloc {
  width: 50%;
  max-width: 100%;
  display: flex;
  justify-content: end;
}

.section-3 .img-right {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top;
}

.section-3 .content {
  width: 50%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}

.section-3 .bloc-contenu {
  width: 507px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.section-3 .texte-bloc {
  padding-left: 80px;
}

.section-3 h2 {
  font-size: 40px;
  color: var(--primary-color);
  font-family: var(--spectral-font);
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 17px;
  margin-top: unset;
  text-align: right;
  width: 411px;
  max-width: 100%;
}

.section-3 .texte-bloc p {
  font-family: var(--cabin-font);
  font-size: 18px;
  line-height: 27px;
  color: var(--primary-color);
  margin: unset;
  margin-bottom: 17px;
}

/* section-4 Bloc expertise */

.section-4 {
  padding: 32px 0;
  text-align: center;
}

.section-4 .services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
}

.section-4 .service-item {
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-4 .service-item h3 {
  font-family: var(--spectral-font);
  margin: 0;
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 800;
  text-transform: uppercase;
}

.section-4 .text-content {
  font-family: var(--spectral-font);
  margin: 0;
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 800;
  text-transform: uppercase;
  padding: 20px;
  background: #f0f0ef;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-4 .image-content {
  width: 100%;
  max-width: 100%;
  text-align: center;
  max-height: 70px;
}

.section-4 .service-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 70px;
  border-radius: 4px;
}

/* Style pour les boutons de sélection dans l'admin */
.acf-field[data-name="type_contenu"] .acf-radio-list {
  display: flex;
  gap: 10px;
}

.acf-field[data-name="type_contenu"] .acf-radio-list li {
  margin: 0 !important;
}

.acf-field[data-name="type_contenu"] .acf-radio-list label {
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #f5f5f5;
}

/*** section-5 ****/

.review-section {
  padding: 32px 0px;
}

.avis-container {
  display: flex;
  gap: 56px;
  max-width: 100%;
  padding-left: max(20px, (50% - 675px)) !important;
}

@media only screen and (max-width: 1370px) {
  .avis-container {
    width: unset;
  }
}

.section-5 .col-left {
  width: 45%;
  max-width: 100%;
}

.section-5 .col-left h2 {
  font-family: var(--spectral-font);
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  color: var(--primary-color);
  margin: unset;
  margin-bottom: 17px;
  width: 70%;
}

.section-5 .col-left p {
  font-family: var(--cabin-font);
  color: var(--primary-color);
  font-size: 15px;
}

.section-5 .col-left .avis-description {
  font-family: var(--cabin-font);
  color: var(--primary-color);
  font-size: 18px;
  margin: unset;
  margin-bottom: 17px;
}

.section-5 .col-right {
  width: 65%;
  max-width: 100%;
}

.section-5 .col-right .ti-widget {
  width: unset !important;
}

.section-5 .ti-widget.ti-goog.ti-disable-font .ti-widget-container * {
  font-family: var(--cabin-font) !important;
  max-width: 100%;
}

.section-5 .ti-widget.ti-goog .ti-col-3 .ti-review-item {
  flex: 0 0 43.47%;
  max-width: 43.47%;
}

.section-5 .ti-widget.ti-goog .ti-review-content {
  font-size: 16px;
}

.section-5 .ti-widget.ti-goog .ti-reviews-container-wrapper {
  position: relative;
  max-width: 100%;
}

.section-5 .ti-widget.ti-goog .ti-reviews-container-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  pointer-events: none;
}

.section-5 .ti-widget.ti-goog .ti-reviews-container-wrapper {
  margin: 0 50px !important;
}

.section-5 .ti-widget.ti-goog .ti-controls .ti-next {
  right: 18px;
}

.section-5 .ti-widget.ti-goog .ti-controls .ti-prev {
  left: 0px;
}

/** section-6 **/
.section-6 {
  padding: 32px 0;
  text-align: center;
}

.section-6 .section-title {
  font-size: 40px;
  line-height: 40px;
  font-family: var(--spectral-font);
  text-align: center;
  color: var(--primary-color);
  margin: unset;
  margin-bottom: 44px;
  font-weight: 800;
}

.section-6 .tabs {
  margin: 0 auto;
}

.section-6 .tabs-container {
  position: relative;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 44px;
  border-radius: 4px;
}

.section-6 .tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  text-align: center;
  padding: 0;
}

.section-6 .tab {
  font-size: 15px;
  font-family: var(--cabin-font);
  text-transform: uppercase;
  padding: 14px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s;
  color: #7b7774;
}

.section-6 .arrow {
  font-size: 15px;
  font-family: var(--cabin-font);
  text-transform: uppercase;
  padding: 14px;
  cursor: pointer;
  font-weight: 600;
  transition: background-color 0.3s;
  color: #7b7774;
}

.section-6 .tab.active {
  color: var(--secondary-color);
}

.section-6 .tab:hover {
  color: var(--secondary-color);
}

.section-6 .box-tab {
  display: flex;
  background-color: #f0f0ef;
  align-items: center;
  opacity: 1;
  transition: opacity 0.3s ease;
  border-radius: 4px;
}

.section-6 .box-tab.fade-out {
  opacity: 0;
}

.section-6 .box-tab.fade-in {
  opacity: 1;
}

.section-6 .hidden {
  display: none !important;
}

.section-6 .arrow-icon.left {
  transform: rotate(180deg);
}

.section-6 .arrow:hover {
  /* box-shadow: var(--button-color) 0px 0px 0px 0px inset,
    var(--button-color) 0px 0px 0px 0px inset,
    var(--button-color) 0px 0px 50px 0px inset, var(--button-color) 0px 0px 0px; */
  background: var(--hover-color);
}

.section-6 .arrow-next:hover {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.section-6 .arrow-prev:hover {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.section-6 .arrow:hover .arrow-icon {
  color: var(--primary-color);
  transition: color 0.5s ease;
}

/**/

.section-6 .tab-content {
  display: none;
}

.section-6 .tab-content.active {
  display: block;
}

.section-6 .content-wrapper {
  display: flex;
  gap: 48px;
}

.section-6 .image-column {
  width: 50%;
}

.section-6 .image-column img {
  width: 100%;
}

.section-6 .text-column {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 17px;
  justify-content: end;
  align-items: start;
}

.section-6 .text-column h3 {
  font-family: var(--spectral-font);
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 40px;
  line-height: 40px;
  margin: unset;
  font-weight: 800;
  text-align: left;
  line-height: 40px;
}

.section-6 .text-column p,
.section-6 .text-column ul {
  font-family: var(--cabin-font);
  color: var(--primary-color);
  text-align: left;
  font-size: 18px;
  line-height: 27px;
  margin: unset;
}

/******* section-7 ***********/

.about-section {
  padding: 32px 0;
}

.section-7 .about-wrapper {
  display: flex;
  gap: 56px;
  align-items: flex-start;
}

.section-7 .about-left {
  width: 45%;
  position: sticky;
  top: 110px;
  align-self: flex-start;
}

.section-7 .about-left h2 {
  color: var(--primary-color);
  font-family: var(--spectral-font);
  font-size: 38px;
  font-weight: 800;
  margin: 38px 0 12px 0px;
}

.section-7 .about-left p {
  font-family: var(--cabin-font);
  color: var(--primary-color);
  font-size: 18px;
  line-height: 27px;
  margin: unset;
  width: 490px;
  max-width: 100%;
}

.section-7 .about-right {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.section-7 .about-block {
  background-color: #f8f8f8;
  padding: 38px;
  border-radius: 4px;
}

.section-7 .about-block h3 {
  font-family: var(--spectral-font);
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 800;
  margin: unset;
  margin-bottom: 12px;
}

.section-7 .about-block p {
  font-family: var(--cabin-font);
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
}

.section-7 .about-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/** section-8 **/
.certus-partners {
  text-align: center;
  padding: 32px 0;
}

.section-8 .section-title {
  color: var(--primary-color);
  font-family: var(--spectral-font);
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  margin: unset;
  margin-bottom: 10px;
}

.section-8 .section-description {
  font-size: 15px;
  color: var(--primary-color);
  font-family: var(--cabin-font);
  margin: unset;
  margin-bottom: 32px;
}

/*.section-8 .partners-grid {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}*/

.section-8 .partner-logo {
  background-color: #f8f8f8;
  padding: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.section-8 .partner-logo img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}

.section-8 .partners-slide .slick-slide {
  margin: 0 8px;
}

.section-8 .partners-slide .slick-list {
  margin: 0 -8px;
}

/** section-9 ***/

.faq-section {
  padding: 32px 0px;
}

.section-9 .faq-container {
  display: flex;
  gap: 56px;
  max-width: 100%;
  padding-left: max(20px, (50% - 675px));
}

@media only screen and (max-width: 1370px) {
  .faq-container {
    width: unset;
  }
}

.section-9 .faq-left {
  width: 45%;
  max-width: 100%;
  /*padding: 20px;*/
}

.section-9 .faq-left h2 {
  font-family: var(--spectral-font);
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  color: var(--primary-color);
  margin: unset;
  margin-bottom: 20px;
  width: 70%;
}

.section-9 .faq-left p {
  font-family: var(--cabin-font);
  color: var(--primary-color);
  font-size: 15px;
}

.section-9 .faq-cards {
  width: 65%;
  max-width: 100%;
}

.section-9 .faq-cards .slick-prev {
    left: 0 !important;
    top: auto !important;
    bottom: -40px !important;
}

.section-9 .faq-cards .slick-next {
    right: auto !important;
    top: auto !important;
    bottom: -40px !important;
    left: 35px !important;
}

.slick-prev:before, .slick-next:before {
    font-size: 30px !important;
    color: var(--button-color) !important;
}

.section-9 .faq-card {
  padding: 32px;
  border-radius: 8px;
  min-height: 146px !important;
  max-width: 100%;
}

.section-9 .faq-card.dark {
  background-color: var(--secondary-color);
  color: #fdfcfb;
}

.section-9 .faq-card.light {
  background-color: #f8f8f8;
}

.section-9 .faq-card.dark h3 {
  font-family: var(--cabin-font);
  color: #fdfcfb;
  font-size: 15px;
  font-weight: 600;
  margin: unset;
  margin-bottom: 20px;
}

.section-9 .faq-card p {
  font-size: 14px;
  font-family: var(--cabin-font);
  font-weight: 400;
  margin: unset;
}

.section-9 .faq-card.light p {
  color: #7b7774;
}

.section-9 .faq-card.light h3 {
  color: #1d1c1c;
  font-family: var(--cabin-font);
  font-size: 15px;
  font-weight: 600;
  margin: unset;
  margin-bottom: 20px;
}

.section-9 .faq-slider .slick-slide {
  margin: 0 8px;
}

/* .section-9 .faq-slider .slick-list {
    margin: 0 -8px;
} */

/** section equipe **/
.section-equipe {
  padding: 32px 0px;
  text-align: center;
}

.section-equipe h2 {
  color: var(--primary-color);
  font-family: var(--spectral-font);
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  margin: unset;
  margin-bottom: 20px;
}

.section-equipe p {
  width: 900px;
  max-width: 100%;
  margin: 0 auto 50px auto;
  font-size: 18px;
  line-height: 27px;
  color: var(--primary-color);
  font-family: var(--cabin-font);
  margin-bottom: 50px;
}

.section-equipe .equipe {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 25px;
}

.section-equipe .participant {
  width: calc(96% / 3);
  max-width: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.section-equipe .content-cart {
  padding: 20px;
}

.imgParticipant {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.imgParticipant .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.section-equipe .content-cart:hover .img {
  transform: scale(1.05);
}

.participant h5 {
  margin: 15px 0 5px;
  font-size: 18px;
  color: var(--primary-color);
  font-family: var(--cabin-font);
}

.participant h6 {
  font-family: var(--cabin-font);
  margin: 0 0 15px;
  font-size: 14px;
  color: #7b7774;
}

.iconesContats {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 15px 0 20px;
}

.participant .iconesContats > span img {
  max-width: 100%;
  width: auto;
  height: 17px;
}

.participant .iconesContats > span {
  width: 40px;
  height: 40px;
  background-color: var(--button-color);
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.section-equipe .participant .iconesContats > span a {
  display: flex;
  align-items: center;
}

.section-equipe .hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.section-equipe .participant .hoverElem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: var(--button-color);
  -webkit-transition: all 0.55s;
  -o-transition: all 0.55s;
  transition: all 0.55s;
  z-index: 0;
}

.section-equipe .participant:hover .hoverElem,
.section-equipe .slick-active .participant .hoverElem {
  height: 50%;
}

/**** section-10 ****/
.contact-section {
  padding: 32px 0;
}

.section-10 .col-left {
  position: relative;
  width: 50%;
  height: 100%;
}

.section-10 .col-right {
  width: 45%;
  background-color: var(--secondary-color);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 35px 0px 54px;
}

.section-10 .tabs {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.section-10 .tab {
  font-family: var(--spectral-font);
  font-size: 20px;
  max-width: 100%;
  padding: 18px 80px;
  text-decoration: none;
  color: #7b7774;
  font-weight: 800;
  border-bottom: 2px solid #f0f0ef;
}

.section-10 .tab:hover {
  color: var(--secondary-color);
  border-bottom-color: var(--secondary-color);
}

.section-10 .tab.active {
  color: var(--primary-color);
  border-bottom-color: var(--primary-color);
}

.section-10 .tab-content {
  display: none;
}

.section-10 .tab-content.active {
  display: flex;
}

.section-10 .col-left img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.section-10 .col-right .wpcf7 .form-title {
  font-family: var(--cabin-font);
  font-size: 16px;
  color: #f3f5fc;
  font-weight: 600;
  margin: unset;
  margin-bottom: 20px;
}

.section-10 .col-right .wpcf7 .form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.section-10 .col-right .wpcf7 .form-row p {
  margin: unset;
}

.section-10 .col-right .form-row.newsletter p {
  color: #fff;
  font-family: var(--cabin-font);
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.section-10 .col-right .wpcf7 input[type="text"],
.section-10 .col-right .wpcf7 input[type="email"],
.section-10 .col-right .wpcf7 input[type="tel"],
.section-10 .col-right .wpcf7 select,
.section-10 .col-right .wpcf7 textarea {
  width: 100%;
  padding: 12px 15px;
  border-radius: 2px;
  border: none;
  font-size: 14px;
  font-family: var(--cabin-font);
  background: #f0f0ef;
  color: #5b5855;
  outline: none;
}

.section-10 .col-right .wpcf7 input[type="text"],
.section-10 .col-right .wpcf7 input[type="email"],
.section-10 .col-right .wpcf7 input[type="tel"] {
  width: 89%;
}

.section-10 .col-right .wpcf7 textarea {
  resize: vertical;
  min-height: 100px;
}

.section-10 .col-right .wpcf7 input[type="checkbox"] {
  margin-right: 2px;
}

.section-10 .col-right .wpcf7-list-item {
  margin: unset;
  display: grid;
}

.section-10 .col-right .wpcf7 .form-note {
  color: #fff;
  font-family: var(--cabin-font);
  font-size: 12px;
  margin: unset;
  margin-top: 14px;
  line-height: 16px;
}

.section-10 .col-right .wpcf7 button[type="submit"] {
  position: relative;
  background: #f8f8f8;
  color: var(--secondary-color);
  padding: 12px 18px;
  border-radius: 2px;
  cursor: pointer;
  font-family: var(--cabin-font);
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background 0.3s ease, color 0.3s ease;
  border: 1px solid #f8f8f8;
}

.section-10 .col-right .wpcf7 button[type="submit"] svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  transition: stroke 0.3s ease;
}

.section-10 .col-right .wpcf7 button[type="submit"] br {
  display: none;
}

.section-10 .col-right .wpcf7 button[type="submit"]:hover {
  background: var(--secondary-color);
  color: #f8f8f8;
}

.section-10 .col-right .wpcf7 input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}

.section-10 .col-right .wpcf7 input[type="checkbox"]:checked {
  background-color: transparent;
  border-color: #fff;
}

.section-10 .col-right .wpcf7 input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 3px;
  height: 7px;
  border: solid white;
  border-width: 0 1px 2px 0;
  transform: rotate(45deg);
}

/* Bloc spécifique contact + map */
.section-10 .contact-info-map .col-left {
  padding: 40px;
  display: flex;
  justify-content: center;
  min-height: 500px;
  flex-direction: column;
}

.section-10 .contact-info-map .col-right {
  padding: 0;
}

.section-10 .contact-info-map .info-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-10 .contact-info-map .info-item {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 4px;
}

.section-10 .contact-info-map .info-item h4 {
  font-size: 15px;
  font-family: var(--cabin-font);
  color: #a9a6a3;
  font-weight: 400;
  margin: unset;
  margin-bottom: 25px;
}

.section-10 .contact-info-map .info-item p {
  font-size: 16px;
  color: var(--secondary-color);
  font-family: var(--cabin-font);
  font-weight: 600;
  margin: 0;
}

.section-10 .contact-info-map .info-item a {
  text-decoration: none;
  color: var(--secondary-color);
  font-family: var(--cabin-font);
  font-weight: 600;
}

.section-10 .item-contact {
  display: flex;
  gap: 20px;
}

.section-10 .item-contact .info-item {
  width: 50%;
}

.contact-info-map iframe {
  width: 100%;
  height: 100%;
  min-height: 580px;
  border: none;
}

/*** page simple ***/
.contenu-simple__wrap {
  padding-top: 151px;
}

.contenu-simple__wrap .contenu-simple__titre {
  font-family: var(--spectral-font);
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  color: var(--primary-color);
}

.contenu-simple__texte {
  font-family: var(--cabin-font);
  color: var(--primary-color);
}

.contenu-simple__texte a {
  color: var(--primary-color);
  font-weight: 600;
  text-decoration: none;
}

/*** footer ***/
.footer-infos {
  background-color: var(--primary-color);
  padding: 32px 0;
  color: #f3f5fc;
}

.footer-infos .footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 37px;
}

.footer-infos .footer-logo {
  width: 30%;
  max-width: 100%;
}

.footer-infos .footer-logo img {
  width: 250px;
  max-width: 100%;
}

.footer-infos .box-footer {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 37px;
}

.footer-infos .footer-links,
.footer-infos .footer-info,
.footer-infos .footer-socials {
  flex: 1 1 200px;
}

.footer-infos h4 {
  font-family: var(--cabin-font);
  font-size: 15px;
  font-weight: 600;
  color: #f3f5fc;
  margin: unset;
  margin-bottom: 16px;
}

.footer-infos ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-infos .footer-info p {
  width: 50%;
  line-height: 16px;
}

.footer-infos a,
.footer-infos .footer-info p {
  font-family: var(--cabin-font);
  color: #f8f8f8;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}

.footer-infos a:hover {
  color: #a9a6a3;
}

/**bottom**/
.footer-bottom {
  background-color: #f0f0ef;
  padding: 20px 0;
  text-align: center;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-bottom-links a {
  font-size: 14px;
  color: #464442;
  text-decoration: none;
  font-family: var(--cabin-font);
}

.footer-bottom-links a:hover {
  color: #1d1c1c;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

/* Responsive */

@media screen and (max-width: 1360px) {
  .section-4 .services-grid {
    justify-content: center;
  }

  .section-1 .progress-bar-container {
    bottom: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .section {
    margin-bottom: 60px;
  }
  /* header */
  .nav-menu .main-navigation .menu {
    gap: 15px;
    flex-wrap: wrap;
  }

  .nav-menu .main-navigation .menu li a {
    font-size: 14px;
  }

  .nav-menu .nav-links-wrapper {
    gap: 15px;
  }

  .cta-button .btn {
    gap: 10px;
    padding: 10px 16px;
  }
  /*section-1*/
  .section-1 .title {
    font-size: 40px;
    line-height: 46px;
    margin: 14px 0px;
    width: unset;
  }

  .section-1 .stat-item {
    padding: 15px 25px 15px 15px;
  }

  .section-1 .col-left .content .item {
    padding: 30px 49px;
  }

  .section-2 h2,
  .section-3 h2,
  .section-6 .section-title,
  .section-6 .text-column h3,
  .section-7 .about-left h2,
  .section-7 .about-left h2,
  .section-8 .section-title,
  .section-equipe h2 {
    font-size: 36px;
  }

  .section-5 .col-left h2,
  .section-9 .faq-left h2 {
    font-size: 36px;
    width: unset;
  }

  .section-1 .progress-bar-container {
    bottom: 90px;
  }

  /*section-3*/

  .section-3 .bloc-contenu {
    margin-top: 25px;
  }

  .section-3 .texte-bloc p {
    text-align: right;
  }
  /*section-4*/
  .section-4 .text-content {
    font-size: 18px;
    padding: 20px;
  }

  .section-4 .services-grid {
    justify-content: center;
    gap: 25px;
  }

  /*section-6*/
  .section-6 .box-tab {
    padding-right: 10px;
  }

  /*section-7*/
  .section-7 .about-block {
    padding: 32px;
  }

  /*section-9*/
  .section-9 .faq-card {
    padding: 28px;
    min-height: 240px !important;
  }
  /** section equipe **/
  .section-equipe .participant .iconesContats > span {
    width: 37px;
    height: 37px;
  }

  .section-equipe .participant .iconesContats > span img {
    height: 15px;
  }

  /*section-10*/
  .section-10 .contact-info-map .col-left,
  .contact-info-map iframe {
    min-height: unset;
  }

  .section-10 .col-right,
  .section-10 .col-left,
  .section-10 .image-bloc,
  .section-10 .image-bloc img {
    min-height: 450px;
  }
  /*footer*/
  .footer-infos .footer-info p {
    width: 80%;
    line-height: 16px;
  }
}

@media screen and (max-width: 800px) {
  .section {
    margin-bottom: 60px;
    padding: 0px !important;
  }
  /*header*/

  .nav-menu .container {
    padding: 10px 20px;
  }
  .header-top {
    display: none;
  }

  .nav-menu .nav-links-wrapper {
    display: none;
  }

  .menu-btn {
    display: block;
  }

  .nav-links-wrapper {
    display: none;
  }

  /* section-1 */
  .section-1 {
    padding-top: 40px !important;
  }
  .section-1 .container {
    flex-wrap: wrap;
  }

  .section-1 .col-left .content .item {
    padding: 00px 20px;
  }

  .section-1 .progress-bar-container {
    left: 20px;
    bottom: 80px;
    transform: unset;
  }

  .section-1 .col-left,
  .section-1 .col-right {
    width: 100%;
  }
  .section-1 .col-right {
    padding: 37px 20px;
    justify-content: start;
  }

  .section-1 .stat-item {
    padding: 20px 48px 20px 20px;
  }

  .section-1 .col-right .wpcf7 .form-row {
    gap: 80px;
  }

  /* section-2*/
  .section-2 .content .image-bloc {
    display: none;
  }

  .section-2 .bloc-contenu {
    width: unset;
    max-width: 100%;
  }

  .section-2 .grid {
    gap: 35px;
  }

  /*section-3*/
  .section-3 .content .image-bloc {
    display: none;
  }

  .section-3 .bloc-contenu {
    margin-top: unset;
  }

  .section-3 .grid {
    gap: 35px;
  }

  /*section-4*/
  .section-4 .services-grid {
    justify-content: center;
  }

  /*section-5*/

  .avis-container {
    flex-wrap: wrap;
    gap: 35px;
  }

  .section-5 .col-right,
  .section-5 .col-left {
    width: 100%;
  }

  .section-5 .col-left h2 {
    margin-bottom: 20px;
  }

  .section-5 .ti-widget.ti-goog .ti-reviews-container-wrapper::after {
    content: unset;
  }

  .section-5 .ti-widget.ti-goog .ti-reviews-container-wrapper {
    margin: unset !important;
  }

  /*section-6*/
  .section-6 .section-title {
    margin-bottom: 34px;
  }

  .section-6 .tabs-container {
    width: 90%;
    margin-bottom: 34px;
  }

  .section-6 .content-wrapper {
    gap: 35px;
    flex-wrap: wrap;
  }

  .section-6 .image-column,
  .section-6 .text-column {
    width: 100%;
  }

  /*section-7*/
  .section-7 .about-wrapper {
    gap: 32px;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .section-7 .about-left {
    width: 100%;
    position: relative;
    top: unset;
    align-self: flex-start;
  }

  .section-7 .about-left h2 {
    margin: 0px 0 12px 0px;
  }

  .section-7 .about-right {
    width: 100%;
  }
  /*section -9*/
  .section-9 .faq-container {
    gap: 35px;
    flex-wrap: wrap;
  }

  .section-9 .faq-left {
    padding-right: 20px;
  }
  .section-9 .faq-left,
  .section-9 .faq-cards {
    width: 100%;
  }

  .section-9 .faq-card {
    padding: 20px;
    min-height: 185px !important;
  }

  /** section equipe **/
  .section-equipe .participant {
    width: calc(98% / 2);
  }

  /*section-10*/
  .section-10 .tab-content.active {
    flex-wrap: wrap;
  }

  .section-10 .col-left,
  .section-10 .col-right {
    width: 100%;
  }

  .section-10 .col-right {
    padding: 37px 20px;
    justify-content: start;
  }

  .section-10 .col-right .wpcf7 .form-row {
    gap: 80px;
  }

  .section-10 .contact-info-map .col-left {
    padding: 20px;
  }
  .section-10 .parent-container {
    padding: unset;
  }

  /** page simple **/
  .contenu-simple__wrap {
    padding-top: 40px !important;
  }

  .contenu-simple__wrap .contenu-simple__titre {
    font-size: 36px;
  }
}

@media screen and (min-width: 800px) {
  .header__nav {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  /* .ti-widget.ti-goog .ti-review-item {
    flex: 0 0 83% !important;
    max-width: 83% !important;
    scroll-snap-align: start;
  } */

  .parent-container.footer-wrapper {
    padding: 0 32px;
  }

  .section {
    margin-bottom: 32px;
    padding: 32px 0px !important;
  }

  /*header*/
  /* .menu-btn {
    width: 25px;
    height: 25px;
  } */

  /*section-1*/
  .section-1 {
    padding: 0px !important;
    padding-top: 40px !important;
  }
  .section-1 .subtitle {
    width: 80%;
    line-height: 26px;
  }

  .section-1 .city {
    margin-left: unset;
    margin-top: 10px;
  }

  .section-1 .title {
    font-size: 26px;
    line-height: 28px;
    margin: 17px 0px;
    width: 90%;
  }

  .section-1 .stats {
    padding: 32px 0px;
    gap: 16px;
  }

  .section-1 .stat-item {
    padding: 20px;
    width: 50%;
    justify-content: unset;
  }

  .section-1 .progress-bar-container {
    width: 90%;
    bottom: 50px;
  }

  .section-1 .stat-text {
    font-size: 14px;
  }
  .section-1 .stat-number {
    font-size: 20px;
  }

  .section-1 .col-right {
    padding: 16px 20px;
    justify-content: start;
  }

  .section-1 .col-right .wpcf7 .form-row {
    gap: 16px;
  }

  .section-1 .col-right .wpcf7 input[type="text"],
  .section-1 .col-right .wpcf7 input[type="email"],
  .section-1 .col-right .wpcf7 input[type="tel"] {
    width: 84%;
  }

  .section-1 .col-right .form-row.newsletter p {
    gap: 8px;
  }

  .section-1 .wp-gr .wp-google-place .wp-star svg {
    width: 17px !important;
    height: 17px !important;
  }

  /*section-2*/
  .section-2 .grid {
    flex-direction: column-reverse;
    gap: 38px;
    flex-wrap: wrap;
  }

  .section-2 .container-bloc {
    padding: 0 20px;
  }

  .section-2 .content {
    width: 100%;
    max-width: 100%;
  }

  .section-2 .image-bloc {
    width: 100%;
    max-width: 100%;
  }

  .section-2 h2,
  .section-3 h2,
  .section-6 .section-title,
  .section-6 .text-column h3,
  .section-7 .about-left h2,
  .section-7 .about-left h2,
  .section-8 .section-title,
  .section-equipe h2 {
    font-size: 26px;
    line-height: 28px;
  }

  .section-5 .col-left h2,
  .section-9 .faq-left h2 {
    font-size: 26px;
    line-height: 28px;
    width: unset;
  }

  /*section-3*/
  .section-3 .grid {
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column-reverse;
  }

  .section-3 .content {
    width: 100%;
  }

  .section-3 .container-bloc {
    padding: 0 20px;
  }

  .section-3 .image-bloc {
    width: 100%;
  }

  .section-3 .bloc-contenu {
    align-items: start;
  }

  .section-3 h2,
  .section-3 .texte-bloc p {
    text-align: left;
  }

  .section-3 .texte-bloc {
    padding-left: unset;
  }

  .section-3 h2 {
    width: 75%;
  }

  /*section-4*/
  .section-4 {
    padding: 32px 0 !important;
  }

  .section-4 .text-content {
    font-size: 14px;
    padding: 15px;
  }
  .section-4 .services-grid {
    gap: 14px;
    justify-content: space-around;
  }

  .section-4 .service-image {
    max-height: 51px;
    object-position: center;
  }

  /*section-5*/
  .section-5 .col-left h2 {
    margin-bottom: 17px;
  }

  /*.section-5 .ti-widget.ti-goog .ti-col-1 .ti-review-item {
    flex: 0 0 83.33% !important;
    max-width: 83.33% !important;
  }

  .section-5 .ti-widget.ti-goog .ti-controls-line {
    display: none !important;
  }*/

  .avis-container {
    gap: 32px;
  }

  .section-5 .ti-widget.ti-goog .ti-reviews-container-wrapper {
    margin: unset !important;
  }
  /*section-6*/
  .section-6 {
    padding: 32px 0 !important;
  }
  .section-6 .section-title {
    margin-bottom: 44px;
  }

  .section-6 .content-wrapper {
    gap: 48px;
  }

  .section-6 .tabs-container {
    width: 100%;
    margin-bottom: 34px;
    max-width: unset;
    overflow-x: scroll;
    scrollbar-color: #ff000000 transparent;
  }

  .section-6 .tab-list {
    min-width: max-content;
  }

  .section-6 .box-tab.second-tabs.hidden {
    display: flex !important;
  }

  .section-6 a.arrow.arrow-next {
    display: none;
  }

  .section-6 a.arrow.arrow-prev {
    display: none;
  }

  /*section-7*/
  .section-7 .about-block h3 {
    font-size: 22px;
  }

  .section-7 .about-block {
    padding: 20px;
  }

  .section-7 .about-block p {
    font-size: 15px;
  }

  /*section-8*/
  .certus-partners {
    text-align: left;
  }

  .section-9 .faq-container {
    gap: 32px;
  }

  /** section equipe **/
  .section-equipe .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--secondary-color);
  }
  .participant .iconesContats > span {
    width: 35px;
    height: 35px;
  }

  .participant .iconesContats > span img {
    max-width: 100%;
    width: auto;
    height: 15px;
  }

  .section-equipe .content-cart {
    padding: 10px;
  }

  /* section-10 */
  .section-10 .tab {
    font-size: 16px;
    padding: 15px 5px;
    width: 50%;
    text-align: center;
  }

  .section-10 .contact-info-map .col-left {
    padding-top: unset;
  }

  .contact-info-map iframe {
    min-height: 365px;
  }

  .section-10 .col-right,
  .section-10 .col-left,
  .section-10 .image-bloc,
  .section-10 .image-bloc img {
    min-height: unset;
  }
  .section-10 .col-right .wpcf7 .form-row {
    gap: 16px;
  }

  .section-10 .col-right .wpcf7 input[type="text"],
  .section-10 .col-right .wpcf7 input[type="email"],
  .section-10 .col-right .wpcf7 input[type="tel"] {
    width: 84%;
  }

  .section-10 .col-right .form-row.newsletter p {
    gap: 8px;
  }
  .section-10 .parent-container {
    padding: unset;
  }
  .section-10 .tabs {
    padding: 0px 20px;
  }

  /** page simple **/

  .contenu-simple__wrap .contenu-simple__titre {
    font-size: 26px;
    line-height: 28px;
  }

  /*footer*/
  .footer-infos .footer-wrapper {
    flex-wrap: wrap;
    gap: 24px;
  }

  .footer-infos .footer-logo {
    width: 100%;
    max-width: 100%;
  }

  .footer-infos .footer-logo img {
    width: 105px;
  }

  .footer-infos .box-footer {
    width: 100%;
    flex-wrap: wrap;
  }

  .footer-infos .footer-links,
  .footer-infos .footer-info,
  .footer-infos .footer-socials {
    width: 100%;
  }
  .footer-infos a,
  .footer-infos .footer-info p {
    font-size: 14px;
  }

  .footer-infos .footer-info p {
    width: 39%;
    margin: unset;
  }

  .footer-infos ul {
    gap: 12px;
  }

  .footer-bottom-links {
    gap: 8px;
    flex-direction: column;
    align-items: start;
  }
  .footer .parent-container {
    padding: 0px 32px;
  }
}

@media only screen and (max-width: 400px) {
  /*section-1*/
  .section-1 .title {
    font-size: 24px;
    line-height: 26px;
  }

  .section-1 .progress-bar-container {
    width: 90%;
    bottom: 55px;
  }

  .section-2 h2,
  .section-3 h2,
  .section-6 .section-title,
  .section-6 .text-column h3,
  .section-7 .about-left h2,
  .section-7 .about-left h2,
  .section-8 .section-title {
    font-size: 24px;
    line-height: 26px;
  }

  .section-5 .col-left h2,
  .section-9 .faq-left h2 {
    font-size: 24px;
    line-height: 26px;
  }

  /*section-9*/
  .section-9 .faq-card {
    padding: 20px;
    min-height: 218px !important;
  }

  /*footer*/
  .footer-infos .footer-info p {
    width: 46%;
  }
}
