@charset "utf-8";
html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
ul,
output,
ruby,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Red Hat Display", sans-serif;
}

select,
label,
img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

html {
  font-size: 62.5% !important;
}

body {
  font:
    400 1.6rem/1.2 "Red Hat Display",
    sans-serif;
  background: #fff;
}
body.page-template-page-landing-2026 {
  margin: 0;
  padding: 0;
  /* background: linear-gradient(90deg, #b0cd00 0%, #2d340a 100%); */
  min-height: 100vh;
}
.page-template-page-landing-2026 header {
  position: absolute;
  top: 10px;
  width: 100%;
}
.landingpage-header {
  background-color: #272728;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 5.4px rgba(0, 0, 0, 0.25);
  width: 90%;
  margin: 0px auto 0 auto;
  border-radius: 120px;
  position: relative;
  z-index: 2000;
}
.landingpage-header .logo {
  width: 50%;
  margin: 20px 0;
}
.landingpage-header .logo img {
  width: 250px;
  transform: translate(0px, 0px);
}
.landingpage-header .inner_header {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.landingpage-header .menu {
  display: none;
  gap: 50px;
  align-items: center;
}
.landingpage-header .menu li {
  list-style: none;
}
.landingpage-header .menu li a {
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
.landingpage-header .menu .menu_bouton a,
#lp26_mobile_submenu .menu_bouton a {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #b0cd00;
  color: #272728;
  padding: 10px 13px;
  border-radius: 60px;
}
.landingpage-header .menu .menu_bouton a img,
#lp26_mobile_submenu .menu_bouton a img {
  width: 18px;
  height: 18px;
}
.landingpage-header .menu li a:hover {
  color: #b0cd00;
  transition-duration: 0.5s;
}
.landingpage-header .menu .menu_bouton a:hover {
  background-color: #fff;
  color: #272728;
  transition-duration: 0.5s;
}
/* *** Menu Mobile *** */
.landingpage-header .lp26_mobile_nav {
  display: flex;
  width: 50%;
  gap: 22px;
  align-items: center;
  justify-content: flex-end;
  padding: 0 10px 0 0;
}
.landingpage-header .lp26_mobile_nav li {
  list-style: none;
}
.landingpage-header .lp26_mobile_nav li #lp26_burger {
  background-image: url("/wp-content/themes/chronos-twig/images/landing/2026/icon_menu.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.landingpage-header .lp26_mobile_nav li #lp26_burger.open_navigation {
  background-image: url("/wp-content/themes/chronos-twig/images/landing/2026/icon_close_menu.svg");
}
/* Styles pour le sous-menu mobile */
.lp26_mobile_submenu {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  background-color: #434343;
  padding: 0;
  box-shadow: 0px 0px 5.4px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  border-radius: 0 0 40px 40px;
  transform: translateX(-50%);
}
.lp26_mobile_submenu .bdb {
  border-bottom: 1px solid #fff;
}
.lp26_mobile_submenu .menu_item_01 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
}
.lp26_mobile_submenu .menu_item_02 {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  padding: 20px 0;

  span {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Red Hat Display", sans-serif;
  }

  a {
    margin: 0 0 0 12px;
  }
}

.lp26_mobile_submenu.active {
  display: block;
}
.lp26_mobile_submenu ul {
  list-style: none;
  margin: 0;
  padding: 50px 40px 10px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp26_mobile_submenu ul li:not(.lp26_mobile_submenu ul li:last-of-type) {
  margin: 0 0 15px 0;
}
.lp26_mobile_submenu ul li a {
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
.lp26_mobile_submenu ul li a:hover {
  color: #b0cd00;
  transition: color 0.3s ease;
}
.lp26_mobile_nav #lp26_burger.active + .lp26_mobile_submenu {
  display: block;
}
.lp_master_26 {
  display: flex;
  flex-direction: column;
  background: linear-gradient(to bottom, #b0cd00 80%, transparent 80%);
}

/* *** Styles pour le bloc contenu *** */
.lp_master_26_item.visuel {
  position: absolute;
  z-index: 0;
  width: 100%;
}
.lp_master_26_item.visuel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.4) 80%,
    transparent 100%
  );
  z-index: 1;
}
.lp_master_26_item.contenu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 95px 5% auto 5%;
  position: relative;
}

/* Cartouche */
.cartouche {
  background-color: #343434;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  height: 39px;
  box-sizing: border-box;
  width: fit-content;
  margin: 0 auto 20px auto;
}

.cartouche .light {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30.898px;
  color: #ffffff;
  margin-right: 5px;
}

.cartouche .bold {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 30.898px;
  color: #ffffff;
}

/* Titre */
.lp_master_26_item.contenu h1 {
  font-family: "Red Hat Display", sans-serif;
  font-size: 43px;
  line-height: normal;
  color: #ffffff;
  text-shadow: 0px 0px 17.794px rgba(0, 0, 0, 0.25);
  margin: 0;
  padding-left: 9px;
  display: block;
  text-align: center;
  z-index: 2;
  position: relative;
}

.lp_master_26_item.contenu h1 .titre-uppercase {
  font-weight: 300;
  text-transform: uppercase;
  display: block;
}

.lp_master_26_item.contenu h1 .titre-bold {
  font-weight: 700;
  display: block;
}

.lp_master_26_item.contenu h1 .titre-souligne {
  font-weight: 700;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}

.lp_master_26_item.contenu h1 .titre-souligne::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -9px;
  width: calc(100% + 9px);
  height: 23px;
  background-color: #f9b569;
  z-index: -1;
}

/* Sous-titre */
.lp_master_26_item.contenu .sous-titre {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: normal;
  color: #ffffff;
  margin: 10px 0 30px 0;
  text-align: center;
}

.lp_master_26_item.contenu .sous-titre sup {
  font-size: 19.35px;
}

/* Mentions légales */
.lp_master_26_item.contenu .mentions-legales,
.lp_master_26 .mentions-legales {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: normal;
  color: #ffffff;
}
.lp_master_26 .mentions-legales {
  margin: 15px 5%;
  color: #000;
}

.lp_master_26_item.contenu .mentions-legales p {
  margin: 0 0 5px 0;
}

/* *** Styles pour le bloc formulaire *** */
.lp_master_26_item.formulaire {
  background-color: #ffffff;
  padding: 20px 15px;
  border-radius: 8px;
  box-shadow: 0px 0px 8.8px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
  margin: auto 5% auto 5%;
  position: relative;
  height: fit-content;
}
.mentions_desktop {
  display: none;
}
.mentions_mobile {
  display: flex;
}
/* Formulaire CF7 */
.lp_master_26_item.formulaire .wpcf7 {
  width: 100%;
}

.lp_master_26_item.formulaire .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  align-items: flex-end;
}

.lp_master_26_item.formulaire .wpcf7-form > p,
.lp_master_26_item.formulaire .wpcf7-form > div {
  margin: 0;
  width: 100%;
}

.lp_master_26_item.formulaire .wpcf7-spinner {
  display: none;
}

/* Conteneur de l'en-tête du formulaire */
.lp_master_26_item.formulaire .form-header {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  text-align: center;
  color: #434343;
}

/* Titres du formulaire */
.lp_master_26_item.formulaire .form-header h2 {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 25px;
  color: #434343;
  margin: 0;
  width: 100%;
}

.lp_master_26_item.formulaire .form-header p {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
  color: #434343;
  margin: 0;
  width: 100%;
}

/* Groupes de champs */
.form-row {
  display: flex;
  gap: 20px;
  width: 100%;
}
.form-row .col {
  width: 50%;
}

.form-row.gap-12 {
  gap: 12px;
}

/* Colonnes dans les rangées */
.form-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

/* Classes utilitaires CF7 */
.lp_master_26_item.formulaire .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

/* Wrapper de champ avec label flottant */
.form-field {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  margin: 12px 0;
}

.form-field.full-width {
  width: 100%;
  flex: none;
}

/* Input de base */
.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field select {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 33.046px;
  color: #434343;
  border: none;
  border-bottom: 1px solid #434343;
  padding: 0 0 1px 0;
  height: 40px;
  background-color: transparent;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}

.form-field input[type="text"]:focus,
.form-field input[type="email"]:focus,
.form-field input[type="tel"]:focus,
.form-field select:focus {
  border-bottom-color: #434343;
}

/* Label flottant */
.form-field label,
.form-select-group label {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #434343;
  position: absolute;
  left: 0;
  top: 9px;
  transition: all 0.3s ease;
  pointer-events: none;
}

.form-field.has-value label,
.form-field input:focus + label {
  top: -11px;
  font-size: 13px;
  color: #434343;
}
.form-select-group label {
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 13px;
}

/* Select personnalisé */
.form-field select {
  appearance: none;
  cursor: pointer;
  padding-right: 30px;
}

.form-field.select-wrapper {
  position: relative;
}

.form-col .form-field.select-wrapper {
  margin-top: 0;
}

.form-select-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  position: relative;
}

.form-field.select-wrapper::after {
  content: ">";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-family: "Red Hat Display", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #434343;
  pointer-events: none;
}

/* Label pour le select */
.form-label {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #434343;
  margin: 0 0 10px 0;
  display: block;
  line-height: normal;
}

/* Placeholder du select en italique */
.form-field select {
  font-style: italic;
  color: #989898;
}

.form-field select:valid,
.form-field select.has-selection {
  font-style: normal;
  color: #434343;
}

.form-field select option {
  font-style: normal;
  color: #434343;
}

.form-field select option[value=""],
.form-field select option:first-child {
  font-style: italic;
  color: #989898;
}

/* Conteneur du textarea */
.form-textarea-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.form-textarea-label {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #434343;
  display: flex;
  height: 34px;
  align-items: flex-end;
}

/* Textarea */
.form-field textarea,
textarea.form-textarea {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #434343;
  border: 1px solid #434343;
  border-radius: 3px;
  padding: 8px 12px;
  height: 76px;
  resize: none;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}

.form-field textarea:focus,
textarea.form-textarea:focus {
  border-color: #434343;
}

/* Checkbox RGPD */
.form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
}

.form-checkbox input[type="checkbox"],
.lp_master_26_item.formulaire input[type="checkbox"] {
  width: 15px;
  height: 15px;
  min-width: 15px;
  min-height: 15px;
  border: 1px solid #272728;
  flex-shrink: 0;
  margin: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #ffffff;
}

.form-checkbox input[type="checkbox"]:checked,
.lp_master_26_item.formulaire input[type="checkbox"]:checked {
  background-color: #272728;
  position: relative;
}

.form-checkbox input[type="checkbox"]:checked::after,
.lp_master_26_item.formulaire input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  top: -2px;
  left: 2px;
  color: #ffffff;
  font-size: 12px;
}

.form-checkbox label,
.lp_master_26_item.formulaire .wpcf7-list-item-label {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: normal;
  color: #272728;
  cursor: pointer;
  flex: 1;
  margin: 0;
}

.lp_master_26_item.formulaire .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

/* Messages CF7 */
.lp_master_26_item.formulaire .wpcf7-response-output {
  border: none;
  padding: 10px;
  margin: 10px 0 0 0;
  font-family: "Red Hat Display", sans-serif;
  font-size: 14px;
  text-align: center;
  width: 100%;
}

.lp_master_26_item.formulaire .wpcf7-validation-errors {
  background-color: #f8d7da;
  color: #721c24;
}

.lp_master_26_item.formulaire .wpcf7-mail-sent-ok {
  background-color: #d4edda;
  color: #155724;
}

.lp_master_26_item.formulaire .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #dc3545;
  margin-top: 5px;
}

/* Bouton d'envoi */
.form-submit,
.lp_master_26_item.formulaire input[type="submit"],
.lp_master_26_item.formulaire .wpcf7-submit {
  background-color: #b0cd00;
  border: none;
  border-radius: 60px;
  padding: 10px 13px;
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #272728;
  cursor: pointer;
  transition: background-color 0.3s ease;
  min-width: auto;
}

.form-submit:hover,
.lp_master_26_item.formulaire input[type="submit"]:hover,
.lp_master_26_item.formulaire .wpcf7-submit:hover {
  background-color: #9bb600;
}
.wpcf7-acceptance {
  margin: 20px 0 !important;
  display: flex;
}
.wpcf7-acceptance label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.submit-row {
  display: flex;
  justify-content: flex-end;
}

/*============*\
#    FOOTER    #=====================================================================================================================================
\*============*/

/* Styles issus de template.min.css */
.inner {
  width: 100%;
  margin: 0 auto;
  max-width: 96%;
}

@media (min-width: 768px) {
  .inner {
    max-width: 96%;
  }
}

@media (min-width: 1024px) {
  .inner {
    max-width: 98%;
  }
}

@media (min-width: 1280px) {
  .inner {
    max-width: 94%;
  }
}

@media (min-width: 1440px) {
  .inner {
    max-width: 90%;
  }
}

@media (min-width: 1680px) {
  .inner {
    max-width: 80%;
  }
}

.flexCol,
.flexRow {
  display: flex;
}

.flexCol {
  flex-direction: column;
}

.flexRow {
  flex-direction: row;
}

.footer_bas {
  position: relative;
  z-index: 99;
}

.footer_bas #Curve {
  display: block;
  position: relative;
  top: 2px;
}

.footer_bas #Curve path {
  fill: #434343;
}

.footer_bas #footer_bas_container {
  background-color: #434343;
  padding: 20px 0;
}

.footer_bas #footer_bas_container .coordonnee_footer {
  margin: 2rem 0;
}

.footer_bas #footer_bas_container .coordonnee_footer span {
  font-family: "Red Hat Display", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  line-height: 2rem;
}

.footer_bas #footer_bas_container .coordonnee_footer .coordonnee_footer_item {
  text-align: center;
  margin: 0 5rem;
}

.footer_bas #footer_bas_container .coordonnee_footer .figure_item {
  margin-bottom: 2rem !important;
}

.footer_bas #footer_bas_container #avis-phrase-footer {
  text-align: center;
  margin-bottom: 2rem;
}

.footer_bas #footer_bas_container #avis-phrase-footer p {
  color: #fff;
}

.footer_bas #footer_bas_container #avis-phrase-footer a {
  color: #96c80f;
}

.footer_bas #footer_bas_container .ctn_footer {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
}

.footer_bas #footer_bas_container .ctn_footer p,
.footer_bas #footer_bas_container .ctn_footer ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
}

.footer_bas #footer_bas_container .ctn_footer .copyright {
  margin: 2rem auto 1rem 0;
}

.footer_bas #footer_bas_container .ctn_footer #menu-pied-de-page {
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
}

.footer_bas #footer_bas_container .ctn_footer #menu-pied-de-page li {
  margin: 0 5px 0 0;
  list-style-type: none;
}

@media (min-width: 768px) {
  .footer_bas #footer_bas_container .coordonnee_footer {
    margin: 0 0 5rem;
  }

  .footer_bas #footer_bas_container .coordonnee_footer .coordonnee_footer_item {
    text-align: left;
  }

  .footer_bas #footer_bas_container .coordonnee_footer .figure_item {
    margin-bottom: 0;
  }

  .footer_bas #footer_bas_container .ctn_footer .copyright {
    margin: 2rem auto;
  }

  .footer_bas #footer_bas_container .ctn_footer #menu-pied-de-page li {
    margin: 0 10px;
  }
}

.footer_bas #footer_bas_container .ctn_footer #menu-pied-de-page li a {
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.footer_bas #footer_bas_container .ctn_footer #menu-pied-de-page li a:hover {
  color: #96c80f;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.footer_agences {
  background: url(/wp-content/themes/chronos-twig/images/bg_vague_rose.png)
    center top no-repeat rgba(0, 0, 0, 0);
  background-size: cover;
  transform: translate(0, 40%);
  z-index: 9;
  display: flex;
  align-items: center;
  padding: 7rem 0 24rem;
}

.footer_agences h2 {
  text-align: center;
  font-size: 2rem;
  line-height: 2.5rem;
  color: #fff;
  font-weight: 700;
  margin: 0 0 3rem;
}

.footer_agences h2::after {
  content: "";
  width: 68px;
  height: 4px;
  display: flex;
  margin: 0 auto;
  border-radius: 50px;
  background-color: #fff;
  transform: translateY(20px);
}

.footer_agences ul {
  display: none;
  flex-flow: row wrap;
  justify-content: center;
  margin: 5rem auto 3rem;
  max-width: 1280px;
}

.footer_agences ul li {
  list-style-type: none;
  margin: 10px;
  display: flex;
}

.footer_agences ul li a {
  text-transform: inherit;
}

#avis-phrase-footer,
.star_16_green span {
  display: -webkit-box;
  display: -ms-flexbox;
}

.star_16_green,
.star_16_green span {
  height: 16px;
  background-repeat: no-repeat;
}

.avis-text .pourcent-satisfaction-globale {
  font-size: 32px;
}

#avis-phrase-footer {
  color: #fff;
  text-align: center;
  padding: 10px;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px auto 0;
}

#avis-phrase-footer p {
  text-align: center;
  width: 100%;
  margin: 20px 0;
}

#avis-phrase-footer a {
  color: #b0d718;
}

#avis-phrase-footer .rating {
  margin: 0 auto;
  display: block;
}

.OpinionSystem .TemplateCertificate .ItemDetail .Row .rating {
  display: inline-block;
  width: 35%;
  vertical-align: top;
  text-align: center;
}

.star_16_green {
  text-align: left;
  display: inline-block;
  width: 90px;
  background-image: url(/wp-content/themes/chronos-twig/images/opinionsystem/star_off_16_green.png);
}
.avis-intro {
  margin-bottom: 4rem;
}
.star_16_green span {
  display: flex;
  background-image: url(/wp-content/themes/chronos-twig/images/opinionsystem/star_on_16_green.png);
  background-position: left top;
}

/* Styles issus de refonte.css */
h4 {
  font-weight: 900;
  font-size: 2.2rem;
  text-align: left;
  line-height: 1;
}

.white {
  color: #fff;
}

.footer_bas #footer_bas_container {
  padding-bottom: 0;
}

.footer-under {
  background-color: #272728;
  padding: 0 0 2rem 0;
}

.flex-container-footer1 {
  padding: 40px 0 50px;
  justify-content: space-around;
}

.coordonnee-col-1-footer {
  margin-top: 2em;
}
.avis-verifie-zone-footer-col-1 {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.col1-footer,
.col2-footer {
  width: 50%;
  padding: 0 2em;
}

.footer_bas #footer_bas_container #avis-phrase-footer {
  text-align: left;
  margin: 0;
  padding: 0;
  width: 75%;
}

#avis-phrase-footer {
  align-items: flex-start;
}

.h4-footer {
  padding-top: 2em;
  padding-bottom: 1.2em;
}

.footer_bas #footer_bas_container #avis-phrase-footer p {
  text-align: left;
  font-weight: 700;
}

#avis-phrase-footer .rating {
  margin: 0;
}

.footer_bas #footer_bas_container #avis-phrase-footer a {
  color: #fff;
}

.list-agence-footer li {
  position: relative;
  list-style: none;
  padding-bottom: 10px;
}

.list-agence-footer li a {
  color: #fff;
  margin-left: 0;
  text-decoration: none;
}

.mention-footer-italic {
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: #fff;
  width: 90%;
  padding-top: 20px;
}

.footer_bas #footer_bas_container .ctn_footer p,
.footer_bas #footer_bas_container .ctn_footer ul li a {
  font-size: 13px;
  text-transform: none;
}

/* Ajustements */
.footer_bas {
  z-index: 1;
}
.list-agence-footer {
  display: none;
  columns: 1;
  -webkit-columns: 1;
  -moz-columns: 1;
  margin: 0;
  padding: 0;
}
.list-agence-footer.active {
  display: grid;
}

.lp-formbas {
  background: url(/wp-content/themes/chronos-twig/images/landing/2026/Villadeale-demande-d-informations.webp)
    center top no-repeat rgba(0, 0, 0, 0);
  background-size: cover;
  padding: 5rem 0;
}
.lp-formbas .formulaire {
  margin: 5% auto !important;
  width: 86%;
}

/*==========*\
#    AVIS    #=======================================================================================================================================
\*==========*/
h2 {
  font-size: 2.5rem;
  line-height: 1;
  margin: 4rem 1rem 4rem 1rem;
  text-wrap: balance;
  font-weight: 900;
  text-align: center;
}
.lp-avis {
  background: #fff;
  padding: 2% 5% 2rem 5%;
  display: flow-root;
  text-align: center;
  overflow: hidden;
}

.lp-avis a {
  color: inherit;
}

.avis-temoignage {
  margin-top: 2rem;
  flex: 1 1 33%;
  background: #272728;
  color: #fff;
  border-radius: 20px;
  padding: 4em 3em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  gap: 2.5em;
}
.rating {
  margin: 0px 0 20px 0;
}
.avis-temoignage-header {
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.avis-temoignage-header-picto {
  flex: 0 0 30px;
}

.avis-temoignage-nom {
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
}

/* === SECTION MODÈLES === */
.lp-modeles {
  /* background: linear-gradient(to left, #fff 61%, #b0cd00 50%); */
  padding: 0rem 2rem 0rem 2rem;
  text-align: center;
}

.modeles-carousel {
  max-width: 100%;
  margin: 0 auto;
}

.modeles-item {
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  cursor: pointer;
  background: transparent;
  /* aspect-ratio: 317/351; */
}

.modeles-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.modeles-data {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  text-align: center;
  width: 55%;
}
.modeles-data::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  background: #000;
  width: 40px;
  height: 1px;
  z-index: 2;
}
.modeles-data-nom {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  color: #000;
}

.modeles-data-prix {
  font-size: 1.3rem;
  font-weight: 400;
  color: #000;
}

.modeles-data-prix sup {
  font-size: 0.9rem;
}
.mention_modeles {
  color: #272728;
  text-align: left;
  font-family: "Red Hat Display";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 2rem 0;
}

/* Agence map footer */
.agence-container-map {
  position: relative;
}

.agence-container-map .subtitlegrey {
  width: fit-content;
  margin: 2rem auto 4rem auto;
}
.agence-container-map {
  background-size: 21% !important;
}
.agence-container-map {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.agence-container-map h1 {
  font-size: clamp(4rem, 5.5vw, 6rem);
  color: #272728;
  text-transform: none;
  text-shadow: none;
  line-height: 1.1;
  font-weight: 900;
}

.agence-container-map .subtitlegrey {
  margin: 30px;
  width: 100%;
}

.agence-container-map .subtitlegrey strong {
  position: relative;
  display: inline-block;
  z-index: 2;
  font-weight: 900;
}

.agence-container-map .subtitlegrey strong::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 34px;
  background: #f0f0f0;
  right: 0;
  bottom: -7px;
  z-index: -1;
}

.agence-container-map .acf-banniere {
  width: 100%;
  justify-content: flex-end;
  display: flex;
}

.agence-container-map .banniere-image {
  width: 100%;
}

.agence-container-map iframe {
  margin: 0;
  display: block;
  height: 500px;
}
.footer_reseaux {
  padding: 3rem 0;
  margin: 2rem 0 4rem 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
.footer_reseaux p {
  color: #fff;
  font-family: "Red Hat Display";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.footer_reseaux ul li {
  margin-left: 15px;
  list-style-type: none;
}
.mobile_image_lp26 {
  display: block;
}
.desktop_image_lp26 {
  display: none;
}
/* ======================= 
  *** Media Queries *** 
=======================  */
@media (max-width: 768px) {
  /* .modeles-data {
    bottom: unset;
    left: unset;
    right: unset;
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    text-align: center;
    width: 55%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: transparent;
  } */
  .modeles-carousel:before {
    content: "";
    display: flex;
    width: 40%;
    height: 90%;
    position: absolute;
    top: 50%;
    left: -2rem;
    background: #b0cd00;
    transform: translate(0, -50%);
  }
  .avis-temoignages-outer.owl-carousel {
    overflow: visible !important;
  }

  .avis-temoignages-outer.owl-carousel .owl-stage-outer {
    overflow: visible !important;
  }

  .avis-temoignages-outer .owl-item {
    opacity: 0.5;
    transition: opacity 0.3s ease;
  }

  .avis-temoignages-outer .owl-item.active.center {
    opacity: 1;
  }

  /* Styles des dots */
  .avis-temoignages-outer .owl-dots {
    text-align: center;
    margin-top: 20px;
  }

  .avis-temoignages-outer .owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #ccc !important;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    border: none !important;
    padding: 0 !important;
  }

  .avis-temoignages-outer .owl-dots .owl-dot.active {
    background: #333 !important;
  }

  .avis-temoignages-outer .owl-dots .owl-dot span {
    display: none;
  }

  .avis-temoignage {
    margin: 0 5px;
    height: 360px !important;
    min-height: 360px !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .avis-temoignage-comment {
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
  }

  .avis-temoignages-outer .owl-item {
    height: 360px;
  }
}
@media (max-width: 900px) {
  .col1-footer,
  .col2-footer {
    width: 100%;
    text-align: center;
  }

  .footer-logo,
  .h4-footer,
  .mention-footer-italic {
    text-align: center;
  }

  .footer-logo .figure_item img {
    display: inline-block;
  }

  .footer_bas #footer_bas_container #avis-phrase-footer {
    text-align: center;
    margin: 2rem 0 0 0;
    padding: 0;
    width: 100%;
  }

  .footer_bas #footer_bas_container #avis-phrase-footer p {
    text-align: left;
    font-weight: 700;
  }

  #avis-phrase-footer .rating {
    margin: 0;
  }

  .list-agence-footer li {
    text-align: left;
  }

  .footer_bas #footer_bas_container .ctn_footer {
    flex-direction: column;
    padding: 0 1rem;
  }

  .footer_bas #footer_bas_container .ctn_footer #menu-pied-de-page {
    display: flex;
    text-align: left;
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .flex-container-footer1 {
    display: flex;
    flex-direction: column-reverse;
    padding: 0px 0 20px;
  }
  .mention-footer-italic,
  .footer-logo,
  .coordonnee-col-1-footer {
    display: none;
  }
  .h4-footer {
    font-size: 16px;
    font-weight: 700;
    padding-top: 1em;
    padding-bottom: 1.2em;
    text-align: left;
    position: relative;
  }
  .h4-footer::after {
    content: ">";
    font-family: "Red Hat Display";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
  .footer-logo,
  .h4-footer,
  .mention-footer-italic {
    text-align: left;
  }
  .col1-footer,
  .col2-footer {
    padding: 0 1rem;
  }
  .modeles-carousel {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 10px;
    max-width: 1200px;
  }

  .modeles-item {
    display: flex;
    flex-direction: row;
  }
  .modeles-img {
    object-fit: cover;
    display: block;
    aspect-ratio: 186 / 89;
    width: 45%;
    height: auto;
  }

  .formColMobile {
    flex-direction: column;
    gap: 0px;
    margin: 5px 0 0 0;
  }
  .formColMobile .col {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .mobile_image_lp26 {
    width: 100%;
    transform: translate(0px, -5%);
  }
  .agence-container-map::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 260px;
    background: url(/wp-content/themes/chronos-twig/images/landing/2026/feuillage.webp)
      no-repeat;
    background-size: contain;
  }
  .modeles-data {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.5rem 1rem 2rem 1rem;
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0.65) 70%,
      transparent 100%
    );
    color: #fff;
    width: 100%;
  }
  .page-template-page-landing-2026 header {
    top: 20px;
  }
  .landingpage-header .lp26_mobile_nav {
    gap: 43px;
    img {
      width: 50px;
      height: 50px;
    }
    #lp26_burger {
      width: 50px !important;
      height: 50px !important;
    }
  }
  .agence-container-map .subtitlegrey {
    margin-right: 10%;
    width: 80%;
  }

  .agence-container-map iframe {
    margin: 0;
    display: block;
    height: 600px;
  }

  .agence-container-map {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .agence-container-map .acf-banniere {
    width: 50%;
  }

  .agence-container-map .banniere-image {
    width: 50%;
  }
  .footer_agences h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .footer_agences ul {
    display: flex;
  }
  .footer_agences {
    padding: 7rem 0 27rem;
    transform: translate(0, 40%);
  }
  .landingpage-header .lp26_mobile_nav {
    gap: 43px;
    img {
      width: 50px;
      height: 50px;
    }
    #lp26_burger {
      width: 50px !important;
      height: 50px !important;
    }
  }
  .lp_master_26_item.contenu h1 {
    font-size: 65px;
    line-height: 6.5rem;
    margin: 0 auto;
  }

  /* .avis-intro {
    margin-bottom: 0;
  } */
  h2 {
    font-size: 3.5rem;
  }
  .lp_master_26_item.contenu .sous-titre {
    font-size: 30px;
    text-align: left;
    margin: 0 auto;
  }
  .lp_master_26_item.contenu {
    margin: 20% 5% 6% 5%;
  }

  .lp-modeles {
    padding: 0rem;
    background: linear-gradient(to bottom, #fff 50%, #b0cd00 50%);
  }
  .lp-modeles h2 {
    font-size: 3rem;
  }

  .modeles-img {
    height: 280px;
  }

  .modeles-data-nom {
    font-size: 2.2rem;
    color: #fff;
  }

  .modeles-data-prix {
    font-size: 1.4rem;
    color: #fff;
  }
  .lp-formbas .formulaire {
    margin: 5% auto !important;
    width: 70%;
  }
  .mention_modeles {
    text-align: center;
  }
  .modeles-data::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    background: #fff;
    width: 1px;
    height: 49px;
    z-index: 2;
  }
  .modeles-data::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #fff;
    width: 1px;
    height: 15px;
    z-index: 2;
  }
}
@media (min-width: 981px) {
  .avis-temoignages-outer:where(.loaded) {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 25px;
    width: 1200px;
    margin-inline: auto;
    max-width: calc(100% - 50px);
  }
  .lp-formbas .formulaire {
    width: 37%;
  }
}
@media (min-width: 1024px) {
  .mobile_image_lp26 {
    width: 100%;
    transform: translate(0px, -15%);
  }
  .desktop_hidden {
    display: none;
  }
  .footer_bas #footer_bas_container .ctn_footer {
    flex-direction: row;
    align-items: baseline;
  }

  .footer_agences {
    padding: 15rem 0 33rem;
  }

  .modeles-img {
    height: 320px;
  }

  .modeles-carousel.owl-carousel {
    display: block;
  }

  .modeles-carousel .owl-nav {
    margin-top: 2rem;
  }

  .modeles-carousel .owl-nav button {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: rgba(39, 39, 40, 0.7) !important;
    color: #fff !important;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s ease;
  }

  .modeles-carousel .owl-nav button.owl-prev {
    left: -25px;
  }

  .modeles-carousel .owl-nav button.owl-next {
    right: -25px;
  }

  .modeles-carousel .owl-nav button:hover {
    background: rgba(39, 39, 40, 0.9) !important;
  }

  .modeles-carousel .owl-nav button svg {
    width: 20px;
    height: 20px;
    fill: #fff;
  }

  .lp-avis {
    padding: 2% 5% 7rem 5%;
  }
  .mention_modeles {
    text-align: center;
    padding: 3rem 0;
  }
  .list-agence-footer {
    display: block;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }

  .list-agence-footer li a {
    color: #fff;
    margin-left: 30px;
  }

  .list-agence-footer li::before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 18px;
    width: 18px;
    top: 7px;
    left: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><g id="Groupe_3428" data-name="Groupe 3428" transform="translate(-1474 -6137)"><circle id="Ellipse_9" data-name="Ellipse 9" cx="9" cy="9" r="9" transform="translate(1474 6137)" fill="%23f0f0f0"/><text id="_" data-name="+" transform="translate(1479 6151)" fill="%23272728" font-size="14" font-family="RedHatDisplay-Bold, Red Hat Display" font-weight="700"><tspan x="0" y="0">+</tspan></text></g></svg>');
  }
  .footer_bas #footer_bas_container .ctn_footer .copyright {
    margin: 0;
  }
  .footer_bas #footer_bas_container .ctn_footer #menu-pied-de-page li {
    margin: 0 5px;
    list-style-type: none;
  }
  .footer-under {
    background-color: #272728;
    padding: 2rem 0;
  }
  .lp-formbas .formulaire {
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .agence-container-map::before {
    top: 35%;
    width: 100%;
    height: 550px;
  }
  .mobile_image_lp26 {
    display: none;
  }
  .desktop_image_lp26 {
    display: block;
  }
  .lp-formbas .formulaire {
    width: 37%;
  }
  .lp_master_26 .mentions-legales {
    margin: 0;
  }
  .lp_master_26_item.visuel::before {
    content: none;
  }
  .lp_master_26_item.contenu h1 {
    margin: 0;
  }
  .lp_master_26_item.contenu {
    margin: auto;
    gap: 41px;
  }

  .page-template-page-landing-2026 header {
    position: relative;
    top: unset;
  }
  .cartouche {
    margin: 0;
  }
  .lp_master_26_item.contenu h1 {
    text-align: left;
  }
  .list-agence-footer li {
    line-height: 2;
  }
  .landingpage-header {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .landingpage-header .logo {
    width: 250px;
    img {
      width: 250px;
      padding: 0;
    }
  }
  .landingpage-header .logo,
  .landingpage-header .menu {
    display: flex;
  }
  .landingpage-header .lp26_mobile_nav {
    display: none;
  }

  .lp_master_26 {
    display: flex;
    flex-direction: row;
    background: linear-gradient(90deg, #b0cd00 30%, #2d340a 100%);
    .lp_master_26_item {
      width: 33.33%;
    }
  }
  .lp_master_26_item.visuel {
    position: relative;
    z-index: unset;
  }
  .agence-container-map .subtitlegrey {
    margin-right: 10%;
    width: 60%;
  }
  .footer_bas #footer_bas_container .ctn_footer #menu-pied-de-page li {
    margin: 0 20px 0 0;
  }

  .footer_agences {
    padding: 15rem 0 28rem;
    transform: translate(0, 39%);
  }
  .landingpage-header {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
  .landingpage-header .logo {
    width: 250px;
    img {
      width: 100%;
      padding: 0;
    }
  }
  .landingpage-header .logo,
  .landingpage-header .menu {
    display: flex;
  }
  .landingpage-header .lp26_mobile_nav {
    display: none;
  }
  .lp_master_26 {
    display: flex;
    flex-direction: row;
    gap: 3%;
    .lp_master_26_item {
      width: 33.33%;
    }
  }
  .lp_master_26_item.visuel {
    align-items: center;
    display: flex;
  }
  .lp_master_26_item.visuel img {
    object-fit: contain;
    width: 100%;
  }
  .lp_master_26_item.contenu h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
  .lp_master_26_item.contenu .sous-titre {
    font-size: 20px;
    margin: 0;
  }
  .lp_master_26_item.formulaire {
    margin: 3% 3% 3% 0;
  }
  .mentions_desktop {
    display: flex;
  }
  .mentions_mobile {
    display: none;
  }
  .modeles-img {
    height: 350px;
  }

  .modeles-data {
    padding: 2rem 1.5rem 2.5rem 1.5rem;
  }

  .modeles-data-prix {
    font-size: 1.5rem;
  }
}
@media (min-width: 1440px) {
  .agence-container-map::before {
    top: 15%;
    height: 640px;
  }
}
@media (min-width: 1680px) {
  .agence-container-map::before {
    top: 10%;
    height: 640px;
  }
  .lp_master_26_item.contenu h1 {
    font-size: 6.5rem;
    line-height: 7rem;
  }
  .lp_master_26_item.contenu .sous-titre {
    font-size: 30px;
  }
}
@media (min-width: 1920px) {
  .footer_agences {
    padding: 15rem 0 23rem;
    transform: translate(0, 30%);
  }
}
