/* header */
header {
  position: absolute;
  z-index: 3;
  height: var(--header-height);
  width: 100%;
  padding-bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 13.65%,
    rgba(0, 0, 0, 0) 100%
  );
}
header > .container {
  max-width: 100%;
  width: 1440px;
  margin: 0 auto;
  position: relative;
  padding: var(--gap-s) var(--gap-m) 0 var(--gap-m);
  height: var(--header-height);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
body:not(.home) #site_header {
  background: var(--bleu);
}
body:not(.home) #site_header .logo img {
  height: 50px;
}
header .menu_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--blanc);
  padding: var(--gap-s) 0;
}

header .menu_container ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  gap: var(--gap-m);
}
header .menu_container ul li a {
  color: var(--Colors-blanc, #fff);
  text-align: center;
  font-family: "Big Shoulders";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.375rem; /* 91.667% */
  text-transform: uppercase;
}

.cta_contact_menu .bouton {
  /*! display: flex; */
  padding: var(--gap-xs, 0.625rem) var(--gap-s, 1.25rem);
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: var(--Corners-corner-bouton, 0.3125rem);
  background: var(--Colors-bleu, #1d1cfe);
  margin-left: var(--gap-m);
}
.cta_contact_menu .bouton:hover {
  background: var(--blanc);
  border-color: var(--blanc);
  color: var(--bleu);
}

.logo img {
  display: block;
  width: auto;
  max-width: 7.75rem;
}

@media (max-width: 979px) {
  #menu_marque {
    display: none;
  }
}
@media (max-width: 1179px) {
  header .menu_container {
    padding-top: 5px;
  }
  header .menu_container ul li a,
  .cta_contact_menu .bouton {
    font-size: 1rem;
  }
  .logo img {
    max-width: 4.75rem;
  }
}
@media (max-width: 479px) {
  header > .container {
    padding: 10px;
  }
  header .menu_container {
    padding-top: 0px;
  }
  .logo img {
    max-width: 3.75rem;
  }
  .cta_contact_menu .bouton {
    font-size: 0.8rem;
    padding: 0.5rem;
    margin-left: 10px;
  }
}
#site-footer {
  border-radius: 0rem 0rem var(--Corners-corner, 1.25rem)
    var(--Corners-corner, 1.25rem);
  background: var(--Colors-bleu, #1d1cfe);
}
#sub_footer {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #959595;
}
#sub_footer li a {
  font-family: var(--Fonts-font-paragraphe, "DM Sans");
  font-size: var(--fs-fs-paragraphe, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: var(--fs-lh-paragraphe, 1.25rem); /* 125% */
}
#site-footer .container {
  display: flex;
  padding: var(--gap-l, 6.25rem) var(--gap-l, 6.25rem) var(--gap-m, 3.125rem)
    var(--gap-l, 6.25rem) !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--gap-s, 1.25rem);
  align-self: stretch;
  color: var(--blanc);
}
#site-footer .container h2 {
  color: var(--gris);
  margin: 0;
}
#site-footer .container p {
  color: var(--Colors-blanc, #fff);
  text-align: center;
  font-family: var(--Fonts-font-paragraphe, "DM Sans");
  font-size: var(--fs-fs-h4, 1.875rem);
  font-style: normal;
  font-weight: 300;
  line-height: var(--fs-lh-h4, 2rem); /* 106.667% */
}
#site-footer .container p a.adresse {
  text-decoration: underline;
}
#site-footer .container p a.tel {
  color: var(--Colors-blanc, #fff);
  text-align: center;
  font-family: var(--Fonts-title, "Big Shoulders");
  font-size: var(--fs-fs-h3, 2.5rem);
  font-style: normal;
  font-weight: 900;
  line-height: var(--fs-lh-h3, 2.625rem); /* 105% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}
#site-footer .container p a.bouton {
  text-decoration: none;
  display: flex;
  height: 5.625rem;
  padding: var(--gap-xs, 0.625rem) var(--gap-m, 3.125rem);
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  align-self: stretch;
  border-radius: var(--Corners-corner, 1.25rem);
  border: 2px solid var(--Colors-blanc, #fff);
  background: var(--Colors-bleu, #1d1cfe);
  max-width: 14em;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}
#site-footer .container p a.bouton:hover {
  background: var(--blanc);
}
@media (max-width: 1179px) {
  #site-footer .container {
    padding: var(--gap) 0;
  }
}
@media (min-width: 1280px) {
  #site-footer .container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

body:not(.home) #site-footer {
  border-top: 1px solid white;
}

.section_footer {
  overflow: hidden;
}
#entete_coordonnees {
  color: var(--rose);
}
.lien_contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--gap-xs, 10px);
  align-self: stretch;
  color: var(--COLORS-blanc, #fff);
  text-align: center;
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 700;
  border-radius: 5px;
  background: var(--COLORS-rose, #d45073);
}

@media (max-width: 639px) {
  .section_adresses > .container > .flex-row {
    gap: var(--gap-xs);
  }
}
@media (max-width: 979px) {
  #entete_coordonnees {
    gap: var(--gap-s);
  }
  .lien_contact {
    line-height: var(--FS-LH-MOBILE-lh-h4-mobile, 20px); /* 125% */
    font-size: var(--FS-LH-MOBILE-fs-h4-mobile, 16px);
    padding: 7px var(--gap-m, 40px);
  }
}
@media (min-width: 980px) {
  #entete_coordonnees {
    padding-bottom: 40px;
  }
  .lien_contact {
    padding: var(--gap-xs, 10px) var(--gap-m, 40px);
    font-size: 18px;
    line-height: 20px; /* 111.111% */
    min-height: 104px;
  }
}

@media (max-width: 1349px) {
  #site-footer .container {
    padding: var(--gap) 0;
  }
}
.tel_coordonnees {
  object-fit: cover;
  border-radius: var(--CORNERS-corner, 20px) var(--CORNERS-corner, 20px) 0px 0px;
}
@media (max-width: 639px) {
  .tel_coordonnees {
    display: block;
    aspect-ratio: 300 / 212;
  }
  .tel_coordonnees,
  footer .une_adresse {
    width: 100%;
  }
}
@media (min-width: 640px) and (max-width: 1279px) {
  .tel_coordonnees {
    display: block;
    width: 100%;
    aspect-ratio: 300 / 112;
  }
}
@media (min-width: 640px) and (max-width: 1179px) {
  footer .une_adresse {
    width: calc((100% - var(--gap)) / 2);
  }
}
@media (min-width: 1180px) and (max-width: 1279px) {
  footer .une_adresse {
    width: calc((100% - (3 * var(--gap))) / 4);
  }
}
@media (min-width: 1280px) {
  .tel_coordonnees,
  footer .une_adresse {
    width: calc((100% - (4 * var(--gap))) / 5);
  }
}

.une_adresse {
  padding: var(--gap-m, 40px) var(--gap-xs, 10px);
  gap: var(--gap-s);
  border-radius: var(--CORNERS-corner, 20px) var(--CORNERS-corner, 20px) 0px 0px;
  border: 1px solid var(--COLORS-gris, #19191e);
  background: #d6abb2;
  color: var(--noir);
}
.partie_texte a.telephone {
  color: var(--COLORS-gris, #19191e);
  text-align: center;
  font-family: "JetBrains Mono";
  font-style: normal;
  font-weight: 800;
  width: 100%;
  text-decoration: none !important;
}
@media (max-width: 979px) {
  .une_adresse {
    padding: var(--gap-s, 40px) var(--gap-xs, 10px);
  }
  .partie_texte a.telephone {
    font-size: var(--FS-LH-MOBILE-fs-h3-mobile, 20px);
    line-height: var(--FS-LH-MOBILE-lh-h3-mobile, 24px); /* 120% */
  }
}
@media (min-width: 980px) {
  .une_adresse {
    padding: var(--gap-m, 40px) var(--gap-xs, 10px);
  }
  .partie_texte a.telephone {
    font-size: var(--FS-LH-DESKTOP-fs-h4, 20px);
    line-height: var(--FS-LH-DESKTOP-lh-h4, 22px); /* 122.222% */
  }
}
.une_adresse h3 {
  color: var(--COLORS-gris, #19191e);
  text-align: center;
  font-family: "JetBrains Mono";
  font-size: var(--fs-m);
  font-style: normal;
  font-weight: 800;
  line-height: var(--FS-LH-DESKTOP-lh-h3, 34px); /* 113.333% */
}
.ladresse {
  color: var(--COLORS-gris, #19191e);
  text-align: center;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  line-height: var(--FS-LH-DESKTOP-lh-h4, 22px); /* 122.222% */
}
@media (max-width: 1439px) {
  .ladresse {
    font-size: 16px;
  }
}
@media (min-width: 1560px) {
  .ladresse {
    font-size: var(--fs-base-m);
  }
}

.itineraire {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--COLORS-gris, #19191e);
  text-align: center;
  font-family: "JetBrains Mono";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 112.5% */
  text-decoration: underline;
}
.itineraire:before {
  content: url("../images/custom/pins.svg");
}

/*section footer*/

.text_1_col_foot {
  color: var(--COLORS-blanc, #fff);
  font-family: "JetBrains Mono";
  font-size: var(--FS-LH-DESKTOP-fs-h4, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--FS-LH-DESKTOP-lh-h4, 22px); /* 122.222% */
}
.text_2_col_foot {
  color: var(--COLORS-orange, #e9644d);
  font-family: Poppins;
  font-size: var(--FS-LH-DESKTOP-fs-paragraphe, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 111.111% */
}

.partenaires {
  display: flex;
  align-items: center;
  gap: 20px;
}
.un_partenaire {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  border: 2px solid var(--COLORS-gris, #19191e);
  background: var(--COLORS-blanc, #fff);
}
.reseaux {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
.logo_groupe {
  padding-top: 20px;
  border-top: 1px solid var(--blanc);
}
.partie_texte a.bouton_blanc,
a.bouton_blanc,
#page footer input[type="submit"] {
  text-decoration: none;
  border-radius: 5px;
  border: 1.5px solid var(--COLORS-gris, #19191e);
  background: var(--COLORS-blanc, #fff);
  display: flex;
  padding: var(--gap-xs, 10px) var(--gap-s, 20px);
  justify-content: center;
  align-items: center;
  gap: var(--gap-xs, 10px);
  color: var(--noir);
  color: var(--COLORS-gris, #19191e);
  text-align: center;
  font-family: "JetBrains Mono";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  transition: var(--ease);
}
.partie_texte a.bouton_blanc:hover,
a.bouton_blanc:hover,
#page footer input[type="submit"]:hover {
  background: var(--orange);
  color: var(--blanc);
}

/* subfooter */

#sub_footer_menu {
  width: 100%;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}
#sub_footer_menu li a {
  padding: 0;
  display: block;
  padding-left: 0.25em;
}
#sub_footer_menu li a:after {
  content: " - ";
}

#sub_footer_menu li:last-child a {
  border-right: 0px solid;
}
#sub_footer_menu li:last-child a:after {
  content: "";
}
@media (max-width: 979px) {
  #sub_footer_menu {
    padding-top: var(--gap-m);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 980px) {
  #sub_footer_menu {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 979px) {
  #cta_dring {
    display: none;
  }
}
