@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@300;400;500;600;700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css") layer(bootstrap);

/* Sélécteurs de base et réinitialisations */
*,
::after,
::before {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  &:hover {
    text-decoration: none;
  }
}

html {
  overflow-x: hidden;
  &::-webkit-scrollbar {
    width: 5px;
    background: rgba(0, 0, 0, 0);
  }
  &::-webkit-scrollbar-track {
    border-radius: 5px;
  }
  &::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 10px;
    height: 40px;
    &:hover {
      background: #000000;
    }
  }
}

img {
  max-width: 100%;
}

main {
  padding: 20px;
}

/* Typography */
.h1,
h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;

  @media (min-width: 992px) {
    color: #1e1e1e;
        font-size: 44px;
        padding-top: 20px;
        font-weight: 700;
  }
}

.titre-page {
  margin-bottom: 12px;
  p,
  #pageinterne .h1 {
    font-family: "Cormorant SC", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 47px;
    line-height: 43px;
    text-align: center;
    color: #E01F26;
  }
}

.content-text p {
  font-size: 14px;
  margin-bottom: 40px;
  color: #667280;
}

.agence p {
  font-size: 16px;
  font-weight: 600;
  color: #E11F26;
  margin-bottom: 10px;
}

.coo a, .txt-horaires li, .location, .horaires p, .content_top_left a, .content_top_right a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  font-family: 'Montserrat';
  @media (min-width: 993px) and (max-width: 1024px) {
    font-size: 13px !important;
  }
}

/* Body and Container */
body {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  background: #FCFCFC;

  .form-control {
    &::-moz-placeholder {
      text-align: left;
      font: normal normal normal 14px/30px "Cormorant SC", sans-serif;
      letter-spacing: 4.41px;
      color: #fff;
      text-transform: uppercase;
      opacity: 1;
      &:not(body .form-control) { /* Pour cibler la deuxième règle spécifique à moz-placeholder */
        opacity: 1 !important;
        font-family: roboto;
        font-size: 18px;
        color: #fff !important;
        text-transform: capitalize;
      }
    }
    &::placeholder {
      text-align: left;
      font: normal normal normal 14px/30px "Cormorant SC", sans-serif;
      letter-spacing: 4.41px;
      color: #fff;
      text-transform: uppercase;
      opacity: 1;
    }
    &::-webkit-input-placeholder {
      text-align: left;
      font: normal normal normal 14px/30px "Cormorant SC", sans-serif;
      letter-spacing: 4.41px;
      color: #fff;
      text-transform: uppercase;
      opacity: 1;
    }
    &::-ms-input-placeholder {
      text-align: left;
      font: normal normal normal 14px/30px "Cormorant SC", sans-serif;
      letter-spacing: 4.41px;
      color: #fff;
      text-transform: uppercase;
      opacity: 1;
    }
  }

  .body-interne {
    nav#sticker {
      padding: 19px 0 !important;
    }
    #sticker .container-xl .brand {
      justify-content: center;
      gap: 30px;
      a {
        width: auto;
      }
      img {
        margin: 10px auto !important;
      }
    }
    .weblink .phone-number {
      margin-left: 10px !important;
    }
    div.tel-mail {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      display: flex;
      gap: 10px;
    }
    .coo {
      margin-top: 24px !important;
    }
    .location, .tel, .mail-web div {
      align-items: flex-start !important;
    }
    h1.h1 {
      font: normal normal normal 30px "Cormorant SC", sans-serif;
      color:#e01f26 !important;
    }
    .content-text h2 {
      font-size:20px;
      font-weight: 600;
      font-family: "Cormorant SC", sans-serif;
      color: #e01f26;
    }
  }
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  margin: auto;
  @media (min-width: 1440px) {
    max-width: 1340px;
  }
}

/* Navigation */
nav#sticker {
  padding: 10px;
  background: #FCFCFC; /* Remplacé #ffffff */
  z-index: 111 !important;
  box-shadow: none; /* Remplacé box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05); */
  @media (min-width:768px) {
    position: relative !important;
  }

  .container-xl {
    display: block;
    .brand img {
      width: auto;
      margin: 0px auto;
      display: block;
      &.logo_ape{
        width: 150px;
      }
    }
  }

  @media (max-width: 767px) {
    > div {
      justify-content: center;
      gap: 20px;
    }
  }
}

/* Infos Section */
.infos {
  display: flex;
  padding-block-end: 10px;
  & > div {
    &:not(:last-child) {
      padding-right: 14px;
      border-inline-end: 1px solid #194867;
    }
    &:not(:first-child) {
      padding-left: 14px;
    }
  }

  @media (min-width:993px) {
    .body-interne & > div {
      width: 23%;
    }
  }
  @media (min-width:992px) and (max-width:1024px) {
    & > div:not(:first-child) {
      padding-left: 10px;
    }
    & > div:not(:last-child) {
      padding-right: 10px;
    }
  }
}

/* Coordonnées (coo) */
.coo {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  gap: 10px;
  color: #000000;
  a {
    color: #000000;
  }
  & > div > div {
    &.tel-mail {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      & > div {
        display: flex;
        gap: 10px;
        justify-content: flex-start;
        align-items: center;
      }
    }
  }
}

/* Item Link */
.item-link {
  iconify-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 19px;
    gap: 10px;
    width: 70px;
    justify-content: center;

    @media (min-width: 992px) {
      width: unset;
      padding: unset;
    }
  }
  a {
    display: grid !important;
    justify-items: center;
    gap: 3px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    color: #E43A40;

    @media (max-width: 767px) {
      color: #000;
    }
    @media (min-width:768px) and (max-width:992px) {
      font-size: 14px;
      color: #000 !important;
    }
  }
  @media (max-width: 767px) {
    iconify-icon {
      background: transparent !important;
      border-radius: 10px;
      color: #e21f26 !important;
      padding: 0 !important;
    }
  }
}

/* Location */
.location {
  display: flex;
  gap: 10px;
  svg {
    color: #4490ad !important;
  }
}

/* Weblink */
.weblink {
  display: flex;
  align-items: flex-start;
  .phone-number {
    white-space: wrap !important;
  }
}

/* Footer */
footer {
  .container, .container-xl {
    background: #202020;
    padding: 20px;
    margin: 0 auto;
    border-radius: 30px 30px 0 0;
  }
  .mentions {
    a {
      font-family: "Montserrat", sans-serif;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 19px;
      color: #ffffff;
    }
    &-rgpd {
      display: flex;
      gap: 15px;
    }
    &.d-flex {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 15px;
      @media (max-width: 767px) {
        flex-direction: column;
        align-items: center;
      }
    }
  }
  ol, ul {
    margin: 0;
  }

  @media (max-width: 767px) {
    background: #000;
    padding: 19px;
    border-radius: 30px 30px 0 0px;
    margin-top: 20px;
  }
  @media (min-width:768px) and (max-width:992px) {
    background: #000;
    padding: 19px;
    border-radius: 30px 30px 0 0px;
    margin-top: 20px;
  }
  &.d-lg-none {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
  }
}

/* Layer & P in layer */
@layer custom-css {
  body p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #667280;
    margin-bottom: 0;
  }
}

/* Cookie Consent */
.cookieconsent {
  opacity: 1;
  top: unset;
  bottom: 0;
  background-color: #000;
  button.btn.btn-info {
    background-color: #000;
  }
  p {
    color: #fff;
  }
}

.fade:not(.show) {
  opacity: 1;
}

/* Lists */
ul {
  list-style: none;
  padding: 0;
  margin: 0;
  &#breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
    margin-bottom: 0;
    li {
      display: inline;
      font-size: 18px;
      & + li:before {
        padding: 8px;
        color: #000;
        content: ">Â ";
      }
      a {
        color: #0275d8;
        text-decoration: none;
        &:hover {
          color: #01447e;
          text-decoration: underline;
        }
      }
    }
  }
  &.album-similar {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    list-style: none;
    text-align: center;
    gap: 10px;
    h4 {
      padding: 10px 0;
      background: #fff;
      width: 100%;
      max-width: 210px;
      margin: auto;
      a {
        color: #2d2d2d;
      }
    }
  }
  &.list-link.d-flex {
    list-style: none;
    padding-left: 0;
    width: 100%;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    @media (max-width: 767px) {
      margin: 20px 0 !important;
      gap: 20px;
    }
  }
}

.breadcrumb {
  margin-bottom: 0;
}

/* Social Networks & Reviews */
.facebook {
  text-align: center;
}

.facebook, .instagram {
  border-radius: 14px;
  overflow: hidden;
  border: 10px solid #fff !important;
  filter: drop-shadow(0px 0px 22px rgba(0, 0, 0, 0.09));
  display: flex;
  justify-content: center;
  background: #fff;
}

.google-reviews {
  border: 10px solid #fff;
  filter: drop-shadow(0px 0px 22px rgba(0, 0, 0, 0.09));
  border-radius: 23px;
  background: #fff;
}

.social-network {
  h1 p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #1e1e1e;
  }
}

.content_rs {
  background: #F4F4F4 !important;
  border-radius: 32px;
  padding: 20px;
  color: #667280 !important;
  text-align: center;
}

.social-network-link {
  background: #F4F4F4 !important;
  border-radius: 32px;
  padding: 20px;
  color: #667280 !important;
  margin-top: 20px;
  iconify-icon {
    color: #E43A40 !important;
    font-size: 15px;
    background: none;
    border-radius: 50px;
    padding: 7px;
  }
}

/* Swiper, Shortener */
.culkPL .swiper-wrapper {
  height: 100% !important;
}

.SimpleShortener__Inner-sc-19xjxqz-1 div {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Modal */
.onepage.modal-open p,
.modal-dialog-scrollable .modal-body {
  font-size: 18px;
}

.modal-header {
  border: none !important;
  h5 {
    color: #CD5168;
    font-family: "Cormorant SC", sans-serif;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 2px;
    left: 0;
    font-size: 26px;
  }
}

.modal-footer {
  justify-content: center;
  padding: 0;
  border: none !important;
  button {
    background: #000000;
    color: #fff;
    width: 100%;
    margin: 0;
    border-radius: 0;
    border: none;
    padding: 10px;
  }
}

.modal-body {
  overflow-y: auto;
  text-align: center;
  font-size: 18px;
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h5.modal-title {
  color: #000000;
}

/* Desktop/Mobile display classes */
[class*=desktop] {
  display: none;
  @media (min-width: 992px) {
    display: block;
  }
}

.mobil {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  .d-lg-none img {
    /*width: 130px;
    margin-bottom: 20px;*/
  }
  h1 p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 5px 15px;
  }
  .titre-page p,
  #pageinterne .h1 {
    color: #fff;
    margin: 0;
  }
  a.log {
    margin-top: 30px;
    background: #fff;
    text-align: left;
    padding: 10px 30px;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0 50px 50px 0;
  }
  header {
    /* height: 350px; */
    display: flex;
    justify-content: center;
    background: none;
    border-radius: 0;
    overflow: hidden;
    gap: 40px;
  }
  @media (max-width:767px) {
    min-height: 100vh;
    .body-interne .text-top {
      display: none;
    }
    .body-interne header {
      margin-top: 10px;
      padding: 10px 20px;
    }
    main {
      height: auto !important;
    }
  }
  @media (max-width:992px) {
    .body-interne .text-top {
      display: none;
    }
    .body-interne header {
      margin-top: 10px;
      padding: 10px 20px;
    }
  }
}

/* Header Mobil */
header.header-mobil {
  position: relative;
  display: flex;
  height: 390px;
  padding-top: 50px;
  padding-bottom: 15px;
  flex-direction: column;
  justify-content: space-between;
  background: url(../../images/bg-header.jpg) left top no-repeat;
  background-color: #dfdfdf;
  background-size: cover;
  border-radius: 0px 0px 30px 30px;
  overflow: hidden;
  background-position-x: center !important;
  background-position-y: center !important;

  > * {
    position: relative;
    z-index: 111;
  }

  &::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
}

/* Text Top (Header Content) */
.text-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 10px 20px;
  gap: 0px;
  span {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #fff;
  }
  @media (max-width: 767px) {
    padding: 20px;
    > * {
      text-align: left;
    }
    .titre-page p, #pageinterne .h1 {
      text-align: left;
    }
  }
}

/* Utility Elements */
span.hv {
  height: 100px;
  width: 1px;
  background: #fff;
}

.btn-close {
  position: relative;
  z-index: 1;
}

/* Links & Buttons */
.block-links {
  gap: 20px;
  .global-links iconify-icon {
    color: #000000;
  }
  .social-links iconify-icon {
    color: #000000;
  }
}

a.btn-waze {
  color: #000 !important;
  background: #000000;
  padding: 5px 30px;
  border-radius: 50px;
}

iconify-icon {
  color: #FFFFFF !important;
  font-size: 15px;
  background: #E01F26;
  border-radius: 50px;
  padding: 7px;
}

.btn-calling {
  iconify-icon {
    color: #fff !important;
  }
  &.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 13px 20px 13px 28px;
    gap: 10px;
    background: #000000;
    border-radius: 48px;
    margin-top: 5px;
    width: 100%;
    max-width: 290px;
    margin: 20px auto;
  }
}

.yziprod-link {
  text-align: center;
  a {
    @media (max-width: 767px) {
      color: #ffffff;
    }
  }
}

.mlrgpd {
  display: flex;
  gap: 20px;
  justify-content: center;
  a {
    color: #fff !important;
  }
}

/* Other Components */
.eapps-instagram-feed-posts-view.eui-slider-slide {
  justify-content: center;
}

.horaires {
  display: flex;
  gap: 3px;
  align-items: flex-start !important;
  color: #212529 !important;
}

.tel-adress div, .mail-web div, .horaires div {
  display: flex;
  gap: 5px;
  align-items: flex-start;
  margin-bottom: 5px;
}

.container-tels {
  gap: 14px !important;
}

.container-lieu {
  text-align: center !important;
  margin-top: 24px !important; /* Ajouté pour le @media (max-width: 767px) */
  h3 {
    color: #000;
    text-align: center;
    padding-top: 10px;
    font-size: 20px !important;
    font-weight: 700;
  }
}

.content_top_left, .content_top_right {
  background: #F4F4F4;
  padding: 20px;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  flex-wrap: wrap;
  @media (min-width:768px) {
    .horaires.horaires_right table {
      @media (min-width:992px) {
        width: 43% !important;
      }
    }
  }
  @media (min-width:768px) {
    &.content_top_left {
      width: 64%;
      margin-right: 20px;
    }
  }
}

.content_top_right {
  background: url(images/bg_rigth.png) right no-repeat;
  background-size: cover;
}

.mail-web div, .tel, .link-itineraire {
  align-items: center !important;
}

@media (min-width:768px) and (max-width:992px) {
  .item-link iconify-icon {
    padding: 7px;
    gap: 10px;
    width: 40px;
  }
  .wrapper-site {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin: 20px 0;
  }
}

@media (min-width:993px) and (max-width:1024px) {
  .titre-page p, #pageinterne .h1 {
    font-size: 30px !important;
  }
}

.container-site{
  .container_logo{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .wrapper-site{
    background: #F4F4F4;
    padding: 20px 0;
    border-radius: 32px;
    margin: 20px 0;
  }
  .container-lieu{
    span{
      color:#E01F26;
    }
  }
}

.body-interne{
  .c_brands{
    display: flex;
    justify-content: center;
        align-items: center;
        gap: 50px;
  }
}