@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);
nav#sticker {
  padding: 10px;
  background: #ffffff;
  z-index: 111 !important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}
nav#sticker .container-xl {
  display: block;
}
nav#sticker .container-xl .brand img {
  width: 195px;
  margin: 0 auto;
  display: block;
  margin-bottom: 8px;
}

.mobil.d-lg-none img {
  width: 157px;
}

.infos {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-block-end: 10px;
}
.infos > div:not(:last-child) {
  padding-right: 30px;
  border-inline-end: 1px solid #ff0000;
}
.infos > div:not(:first-child) {
  padding-left: 30px;
}

.coo {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
  gap: 10px;
  color: #000000;
}

.coo a {
  color: #000000;
}

.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) {
  .item-link iconify-icon {
    width: unset;
    padding: unset;
  }
}
.coo a,
.txt-horaires li,
.location,
.horaires p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}

.weblink a, .horaires p {
  padding-left: 10px;
}

.location {
  display: flex;
  gap: 10px;
}

@media (max-width: 767px) {
  #sticker > div {
    justify-content: center;
    gap: 20px;
  }
}
.phone-number {
  white-space: nowrap;
}

.coo > div > div {
  display: flex;
  align-items: center;
  width: 25%;
}
.coo > div > div.tel-mail {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.coo > div > div.tel-mail > div {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

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

body {
  font-family: "Montserrat", sans-serif;
}

body .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;
}

body .form-control::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 .form-control::-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;
}

body .form-control::-moz-placeholder {
  text-align: left;
  font: normal normal normal 14px "Cormorant SC", sans-serif;
  letter-spacing: 4.41px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
}

body .form-control::-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 .form-control::-moz-placeholder {
  opacity: 1 !important;
  font-family: roboto;
  font-size: 18px;
  color: #fff !important;
  text-transform: capitalize;
}

*,
::after,
::before {
  box-sizing: border-box;
}

@layer custom-css {
  body p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 0;
  }
}
.cookieconsent {
  opacity: 1;
  top: unset;
  bottom: 0;
  background-color: #000;
}

.cookieconsent button.btn.btn-info {
  background-color: #000;
}

.cookieconsent p {
  color: #fff;
}

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

footer.d-lg-none {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul#breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #eee;
  margin-bottom: 0;
}

ul#breadcrumb li {
  display: inline;
  font-size: 18px;
}

ul#breadcrumb li + li:before {
  padding: 8px;
  color: #000;
  content: ">Â ";
}

ul#breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

ul#breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.breadcrumb {
  margin-bottom: 0;
}

ul.album-similar {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  list-style: none;
  text-align: center;
  gap: 10px;
}

ul.album-similar h4 {
  padding: 10px 0;
  background: #fff;
  width: 100%;
  max-width: 210px;
  margin: auto;
}

ul.album-similar h4 a {
  color: #2d2d2d;
}

.facebook {
  text-align: center;
}

.form-control::-moz-placeholder {
  text-transform: uppercase;
  text-align: left;
  font: normal normal normal 14px/30px Roboto;
  letter-spacing: 4.41px;
  color: #fff;
  text-transform: uppercase;
  opacity: 1;
}

.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;
}

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

.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;
}

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

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

.social-network-link {
  margin-top: 40px;
}

[class*=desktop] {
  display: none;
}

@media (min-width: 992px) {
  [class*=desktop] {
    display: block;
  }
}
.mobil {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.mobil main {
  height: calc(100vh - 400px);
}

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

.mobil header {
  height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: url(../../images/bg-header.jpg);
  border-radius: 0px 0px 30px 30px;
  overflow: hidden;
}

.text-top {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  border-radius: 0px 0px 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0px 20px;
  gap: 0px;
}

.modal-footer {
  justify-content: center;
  padding: 0;
}

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

span.hv {
  height: 100px;
  width: 1px;
  background: #fff;
}

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;
}

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

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

h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #4490ad;
  margin-bottom: 25px;
}

.titre-page p {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
}

.mobil 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;
}

.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;
}

.titre-page 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: #CD5168;
}

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

.mobil .titre-page p,
.mobil #pageinterne .h1 {
  color: #fff;
  margin: 0;
}

.text-top span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #fff;
}

ul.list-link.d-flex {
  list-style: none;
  padding-left: 0;
  width: 100%;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

main {
  padding: 20px;
}

.block-links {
  gap: 20px;
}

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

iconify-icon {
  color: #000000 !important;
  font-size: 22px;
}

.btn-calling iconify-icon {
  color: #fff !important;
}

.block-links .global-links iconify-icon {
  color: #000000;
}

.block-links .social-links iconify-icon {
  color: #000000;
}

a.btn.btn-calling {
  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;
}

.item-link a {
  display: grid !important;
  justify-items: center;
  gap: 10px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  color: #1e1e1e;
}

.modal-dialog-scrollable .modal-body {
  font-size: 18px;
  overflow-y: auto;
  text-align: center;
}

.modal-body ul {
  list-style: none;
  padding-left: 0;
}

.location svg {
  color: #4490ad !important;
}

.mlrgpd {
  display: flex;
  gap: 20px;
  justify-content: center;
}

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

.modal-header,
.modal-footer {
  border: none !important;
}

body {
  position: relative;
  font-family: "Montserrat", sans-serif, sans-serif;
  overflow-x: hidden;
  font-size: 100%;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  margin: auto;
}

@media (min-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1340px;
  }
}
a {
  text-decoration: none;
}

html {
  overflow-x: hidden;
}

html::-webkit-scrollbar {
  width: 5px;
  background: rgba(0, 0, 0, 0);
}

html::-webkit-scrollbar-track {
  border-radius: 5px;
}

html::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 10px;
  height: 40px;
}

html::-webkit-scrollbar-thumb:hover {
  background: #000000;
}

img {
  max-width: 100%;
}

a:hover {
  text-decoration: none;
}

body {
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
}

.titre-page {
  margin-bottom: 12px;
}

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

.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) {
  .h1,
  h1 {
    color: #1e1e1e;
    font-size: 18px;
  }
}
body {
  background: #FFF5EC;
}

nav#sticker {
  background: #FFF5EC;
  box-shadow: none;
}

.body-interne h1.h1 {
  font: normal normal normal 30px "Cormorant SC", sans-serif;
  color: #CD5168;
}

.mobil 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;
}

@media (max-width: 767px) {
  .text-top {
    padding: 20px;
  }
  .text-top > * {
    text-align: left;
  }
  .text-top .titre-page p, .text-top #pageinterne .h1 {
    text-align: left;
  }
  .item-link iconify-icon {
    background: #fff;
    border-radius: 10px;
  }
  .yziprod-link a {
    color: #ffffff;
  }
}/*# sourceMappingURL=style.css.map */