@charset "UTF-8";
:root {
  /* ---- colors ---- */
  --white:#ffffff;
  --black:#000000;
  --grey:#000099;
  --greywarm:#000029;
  --main:#D31975;
  --mainlightA:#EEDFE7;
  --mainlightB:#BA80B8;
  --sec:#68CFA4;
  --seclightA:#DDE9E4;
  --secA:#72C197;
  --secdarkA:#2F6B5F;
  --secdarkB:#134842;
  --terlightA:#F2EDEF;
  --terlightB:#F1EAEE;
  --terlightC:#F1E7E7;
  --success:#68CFA4;
  --error:#D31975;
  /* ------------ */
  --fontA:'Lexend', sans-serif;
  --fontB:'laca', sans-serif;
  --fontBlight:'laca-pro-extralight', sans-serif;
  --fontBsemibold:'laca', sans-serif;
}

@layer reset {
  html,
  body,
  p,
  ol,
  ul,
  li,
  dl,
  dt,
  dd,
  blockquote,
  figure,
  fieldset,
  legend,
  textarea,
  pre,
  iframe,
  hr,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0;
    padding: 0;
  }
  html {
    box-sizing: border-box;
  }
  *,
  *::before,
  *::after {
    box-sizing: inherit;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 100%;
    font-weight: normal;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
  ul {
    list-style: none;
  }
  iframe {
    border: 0;
  }
  /* ------------------- form --------------------- */
  button,
  input,
  select,
  textarea {
    display: block;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
    font-family: inherit; /* pour éviter font monospace par défaut sur placeholder */
  }
  button,
  input,
  textarea,
  select,
  button:focus,
  input:focus,
  textarea:focus,
  select:focus,
  button:focus-visible,
  input:focus-visible,
  textarea:focus-visible,
  select:focus-visible {
    border: 0;
    outline: none;
  }
  button {
    background: transparent;
  }
  textarea {
    resize: none;
  }
  fieldset {
    border: none;
  }
  /* ------------------- table --------------------- */
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  td,
  th {
    padding: 0;
  }
  td:not([align]),
  th:not([align]) {
    text-align: left;
  }
}
@layer base {
  html {
    font-size: 22px;
  }
  img, video, svg {
    height: auto;
    display: block;
  }
  .dotsep::after {
    content: ".";
    display: block;
  }
  .gradient1 {
    background: linear-gradient(to right, #E6CFDA 60%, rgba(230, 207, 218, 0));
  }
  @media screen and (min-width: 768px) {
    .gradient1 {
      background: linear-gradient(to right, #E6CFDA 30%, rgba(230, 207, 218, 0) 60%);
    }
  }
  .psidel, .psides {
    padding-left: max(1rem, (100vw - 1280px) / 2);
  }
  .psider, .psides {
    padding-right: max(1rem, (100vw - 1280px) / 2);
  }
  .msidel, .msides {
    margin-left: max(1rem, (100vw - 1280px) / 2);
  }
  .msider, .msides {
    margin-right: max(1rem, (100vw - 1280px) / 2);
  }
  /* .mediaRight{
      display:flex;
      flex-direction: column;
      gap: 1rem;
      div{
          display:contents;// div devient fantôme => permet de ramener h3, p et img au même niveau
      }
          h3{
              order:1;
          }
          p{
              order:3
          }
      img{
          width:100%;
          height:auto;
          order:2;
      }
      @media screen and (min-width : 1280px){
          display:grid;
          grid-template-columns: 2fr 1fr;
          div{
              display:flex;
              flex-direction: column;

          }
      }                   
  } */
  /* .blog section li{
      display:flex;
      gap:0.5rem;
      align-items: center;
  }
  .blog section li:before{
      content:'';
      display:block;
      width:0.5rem;
      height:0.5rem;
      border-radius: 100%;
      background-color: var(--main);
  } */
}
/* fichier créé dynamiquement - ne pas éditer ! */
.col--error {
  color: var(--error);
}

.hide, .breadcrumb, .header-top, .item, .item-tel, .about-imgs-flower, .news-flower {
  display: none;
}

.minh300 {
  min-height: 300px;
}

.bk, .cover, .lightbox-close, .blog section li::before, .txtimg .hasimg img, .hero-top img, .hero-blog img, .footer-middle span, .footer-middle svg, .header-top svg, .slider-btn, .container-slide > *, .thumbnail-slide > *, .prestation-bloc img {
  display: block;
}

.rel, .H1-blog, .hero-top, .hero-top > div, .hero-logo, .hero-blog, .H1-page, .SliderThumbnails, .about-imgs, .about-imgs img, .news, .news-posts {
  position: relative;
}

.bsol0--white {
  border: 0px solid var(--white);
}

.\:hov_img-scale110:hover img, .open-lightbox:hover > * {
  transform: scale(1.1);
}

.\:hov\>h3-col--main:hover > h3, .col--main, .blog section a, .H1-blog, .H2-blog, .H3-blog, .tertiary, .hero-H1, .header-logo, .H1, .H1-page, .H2-page, .title-section {
  color: var(--main);
}

.teaseinout500, .open-lightbox > * {
  transition: all 500ms ease-in-out;
}

.ar7_5, .txtimg .hasimg > div {
  aspect-ratio: 7/5;
}

.mb1rem, .prestation-bloc div {
  margin-bottom: 1rem;
}

.ofh, .txtimg .hasimg > div, .hero-blog, .SliderSimple, .PLAYER_CONTAINER > div, .about, .location-infos, .prestation-bloc div {
  overflow: hidden;
}

.cover, .w100p, .wh100p, .lightbox-content, .txtimg .hasimg img, .hero-top, .hero-top img, .hero-bottom, .hero-blog, .hero-blog img, .imgcircle, .header, .header-mobile, .SliderSimple, .SliderThumbnails, .container-slide > *, .thumbnail-slide > *, .about-imgs, .about-imgs-flower svg, .news-flower svg, .prestation-bloc img {
  width: 100%;
}

.cover, .h100p, .wh100p, .txtimg .hasimg img, .H1-blog, .hero-top img, .hero-blog img, .imgcircle, .header-mobile, .H1-page, .SliderThumbnails, .container-slide > *, .thumbnail-slide > *, .about-imgs-flower svg, .news-flower svg, .prestation-bloc img {
  height: 100%;
}

.cover, .txtimg .hasimg img, .hero-top img, .hero-blog img, .imgcircle, .thumbnail-slide > *, .prestation-bloc img {
  object-fit: cover;
}

.teaseinout900 {
  transition: all 900ms ease-in-out;
}

.ff--fontB, .H1-blog, .H2-blog, .H3-blog, .btn, .hero-H1, .hero-item p, .header-bottom, .logo-txt, .H2, .H2-flowers, .title-section, .address, .opening-title {
  font-family: var(--fontB);
}

.fz180remXc, .H2-blog, .H2-page {
  font-size: 1.8rem;
}

.teaseinout700 {
  transition: all 700ms ease-in-out;
}

.g, .hero-bottom, .about, .location-infos, .news-posts, .prestations-blocs, .products-txts {
  display: grid;
}

.gap1rem, .hero-item, .header-mobile ul {
  gap: 1rem;
}

.ar8_5 {
  aspect-ratio: 8/5;
}

.f, .lightbox, .blog section ul, .blog section li, .txtimg, .H1-blog, .hero-top, .hero-item, .footer-top, .footer-middle p, .footer-middle a, .header-top > p, .header-bottom, .header-mobile ul, .H2-flowers > div, .H1-page, .PLAYER_CONTAINER, .opening {
  display: flex;
}

.fdc, .blog section ul, .txtimg, .hero-top, .hero-item, .footer-middle p, .header-mobile ul, .opening {
  flex-direction: column;
}

.mb40remXc, .date {
  margin-bottom: 0.4rem;
}

.mb120remXc, .txtimg h3, .H2-blog, .H3-blog, .H2-page, .Pmb, .cgu p {
  margin-bottom: 1.2rem;
}

.lh100, .H2-blog, .H3-blog, .hero-H1, .H1-page, .H2-page, .title-section {
  line-height: 1;
}

.mt1rem, .offset-top, .footer-middle p, .footer-middle a {
  margin-top: 1rem;
}

.fystop {
  align-self: start;
}

.fill--white, .lightbox-close svg:hover, .footer {
  fill: var(--white);
}

.fxcenter, .hero-top, .hero-item, .footer-top, .footer-middle a, .H2-flowers > div, .products-txts {
  justify-content: center;
}

.mt2\.5rem, .hero-blog {
  margin-top: 2.5rem;
}

.h100vh {
  height: 100vh;
}

.center, .hero-item, .footer-middle p, .footer-bottom, .H2-flowers, .H2-flowers > *, .opening li, .opening-title, .prestations h2, .prestation-bloc p, .products-txts {
  text-align: center;
}

.mb7rem {
  margin-bottom: 7rem;
}

.ar2_1 {
  aspect-ratio: 2/1;
}

.mb150remXc {
  margin-bottom: 1.5rem;
}

.fill--main, .item-burger svg, .news-flower svg {
  fill: var(--main);
}

.fill--secdarkB, .header-top {
  fill: var(--secdarkB);
}

.scale96 {
  transform: scale(0.96);
}

.fill--sec, .about-imgs-flower svg {
  fill: var(--sec);
}

.scale90 {
  transform: scale(0.9);
}

.col--secdarkB, .breadcrumb, .header-top, .opening-title {
  color: var(--secdarkB);
}

.pr1rem, .header-mobile, .about-imgs {
  padding-right: 1rem;
}

.fill-sec {
  fill: #68CFA4;
}

.mb2rem, .has-bottom-mainsep, .blog section, .intro, .H2-flowers, .opening li, .opening-title {
  margin-bottom: 2rem;
}

.z2, .H1-blog, .hero-top > div, .H1-page, .slider-btn, .btn-slider-simple, .about-imgs img, .news-posts {
  z-index: 2;
}

.ptb2rem, .H1-page, .prestations {
  padding-top: 2rem;
}

.ptb2rem, .has-bottom-mainsep, .H1-page, .news, .prestations, .products {
  padding-bottom: 2rem;
}

.open-lightbox, .lightbox-close svg, .btn, .item-burger, .slider-btn, .btn-slider-simple {
  cursor: pointer;
}

.lightbox, .header, .header-mobile {
  position: fixed;
}

.lightbox, .lightbox-close, .hero-top img, .hero-blog, .header, .header-mobile {
  top: 0px;
}

.lightbox {
  z-index: 99999;
  padding-left: 10%;
  padding-right: 10%;
  background-color: rgba(0, 0, 0, 0.94);
  bottom: 0px;
}

.lightbox, .hero-top img, .hero-blog, .header, .header-mobile {
  left: 0px;
}

.lightbox, .lightbox-close {
  right: 0px;
}

.lightbox, .H1-blog, .breadcrumb, .hero-item, .header-top, .header-top > p, .header-bottom, .H1-page, .about, .opening {
  align-items: center;
}

.lightbox-content {
  height: 90%;
}

.lightbox-close, .hero-blog img, .slider-btn, .btn-slider-simple, .about-imgs-flower, .news-flower {
  position: absolute;
}

.lightbox-close {
  margin: 20px;
}

.lightbox-close svg {
  height: 2rem;
  fill: rgba(255, 255, 255, 0.5);
  width: 2rem;
}

.sides {
  margin-right: 1rem;
  margin-left: 1rem;
}

.has-bottom-mainsep {
  border-bottom: 1px solid var(--main);
}

.blog section a:hover, .breadcrumb a:hover, .item:hover, .header-mobile, .cgu a:hover {
  color: var(--sec);
}

.blog section p, .blog section ul, .sectioncustom > p, .H2-flowers > p, .title-section {
  margin-bottom: 0.8rem;
}

.blog section ul {
  gap: 0.8rem;
}

.blog section li {
  align-items: baseline;
}

.blog section li, .footer-middle a, .footer-bottom {
  gap: 0.5rem;
}

.blog section li p {
  line-height: 1.4;
}

.blog section li p, .blog section :last-child, .sectioncustom :last-child, .bloginfos :last-child, .prestations {
  margin-bottom: 0px;
}

.blog section li::before {
  flex-shrink: 0;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
}

.blog section li::before, .imgcircle, .slider-btn, .btn-slider-simple {
  border-radius: 100%;
}

.blog section li::before, .primary {
  background-color: var(--main);
}

.txtimg .hastxt {
  display: contents;
}

.txtimg h3 {
  order: 0;
}

.txtimg p {
  order: 2;
}

.txtimg .hasimg {
  padding-bottom: 1.2rem;
  order: 1;
}

.H1-blog, .H1 {
  font-size: 3.1rem;
}

.H1-blog, .H2-blog, .H1-page, .H2-page {
  hyphens: auto;
}

.H2-blog, .H2-page {
  font-size: 2.18rem;
}

.H2-blog, .H3-blog {
  font-weight: 700;
}

.H3-blog, .title-section {
  font-size: 1.82rem;
}

.date, .breadcrumb, .footer-bottom, .header-top, .H2-subtitle, .P, .Pmb, .Pbig, .cgu p, .opening-txtB {
  font-weight: 300;
}

.date::first-letter, .btn, .prestation-bloc p {
  text-transform: uppercase;
}

.breadcrumb, .header-top > p {
  gap: 0.2rem;
}

.breadcrumb {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.breadcrumb, .footer-bottom, .H2-subtitle, .H1-page, .H2-page {
  font-family: var(--fontBlight);
}

.breadcrumb, .footer-bottom, .address, .cgu p {
  font-size: 0.8rem;
}

.breadcrumb span:last-child {
  font-weight: 500;
}

.btn {
  padding: 0.5rem 1.2rem;
  border-radius: 1.2rem;
  font-size: 1.05rem;
  display: inline-block;
}

.primary:hover, .secondary:hover, .footer {
  background-color: var(--secdarkA);
}

.primary, .secondary, .footer, .contact {
  color: var(--white);
}

.secondary, .contact {
  background-color: var(--sec);
}

.secondary, .item {
  font-size: 0.9rem;
}

.tertiary {
  border: 2px solid var(--main);
}

.tertiary, .EMPTY_SLIDE, .opening {
  background-color: var(--white);
}

.tertiary:hover {
  border: 2px solid var(--secdarkA);
}

.tertiary:hover, .item, .cgu a {
  color: var(--secdarkA);
}

.hero {
  padding-top: 2.5rem;
}

.hero-top {
  aspect-ratio: 3/1;
}

.hero-top > div {
  padding-bottom: 5rem;
  padding-top: 1rem;
}

.hero-top img, .hero-blog, .about-imgs-flower, .news-flower {
  z-index: 1;
}

.hero-bloc, .prestation-bloc div {
  border-radius: 1rem;
}

.hero-bloc {
  background-color: rgba(255, 255, 255, 0.45);
}

.hero-H1, .H1-page {
  font-size: 2.5rem;
}

.hero-H1, .opening-txtA {
  margin-bottom: 0.5rem;
}

.hero-P, .footer-middle {
  padding-bottom: 1rem;
}

.hero-bottom, .footer, .about {
  padding-bottom: 3rem;
}

.hero-bottom {
  background-color: #EEDFE7;
}

.hero-logo, .footer-top img, .slider-btn, .btn-slider-simple {
  transform: translateY(-50%);
}

.hero-logo {
  height: 10rem;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: -6rem;
  z-index: 3;
}

.hero-logo, .footer-top img {
  width: 10rem;
}

.hero-item {
  padding-top: 1.5rem;
}

.hero-item svg {
  height: 4rem;
  width: 4rem;
}

.hero-item p {
  font-size: 1.32rem;
}

.footer a:hover {
  color: #68CFA4;
}

.footer-top {
  margin-bottom: -5rem;
}

.footer-middle p {
  gap: 0.4rem;
}

.footer-middle svg {
  height: 1.27rem;
  width: 1.27rem;
}

.footer-bottom {
  padding: 0.5rem;
}

.footer-bottom li {
  padding-bottom: 0.25rem;
}

.header {
  z-index: 9999;
}

.header-top, .header-bottom {
  justify-content: space-between;
}

.header-top {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  background-color: var(--seclightA);
  font-size: 0.7rem;
}

.header-top svg {
  height: 1.2rem;
  width: 0.7rem;
}

.header-bottom {
  padding-bottom: 0.7rem;
  background-color: var(--terlightA);
  padding-top: 0.7rem;
}

.header-logo, .P, .Pmb {
  font-size: 1rem;
}

.item-burger svg {
  height: 1em;
  width: 1em;
}

.header-mobile {
  padding-top: 4.5rem;
  background-color: var(--secdarkB);
  z-index: 9998;
}

.header-mobile, .about-imgs {
  padding-left: 1rem;
}

.logo-txt {
  font-size: 1.27rem;
}

.H1 {
  font-family: var(--fontBsemibold);
}

.H2, .H2-flowers {
  font-size: 2.2rem;
}

.H2 {
  margin-bottom: 1.7rem;
}

.H2-title {
  margin-bottom: 0.6rem;
}

.H2-subtitle {
  font-size: 1.45rem;
}

.H2-flowers svg {
  height: 1.4rem;
}

.H1-page, .H2-page, .title-section, .cgu a, .opening-txtA {
  font-weight: 600;
}

.P, .Pmb, .Pbig, .cgu p, .cgu a, .opening-txtA, .opening-txtB {
  font-family: var(--fontA);
}

.P, .Pmb, .Pbig, .cgu p {
  color: var(--black);
  line-height: 1.6;
}

.Pbig {
  font-size: 1.1rem;
}

.slider-btn, .btn-slider-simple {
  padding: 2vw;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--black);
  top: 50%;
}

.slider-btn:hover, .btn-slider-simple:hover {
  background-color: #ffffff;
}

.slider-btn svg, .btn-slider-simple svg {
  height: 6vw;
  width: 6vw;
}

.PLAYER_CONTAINER {
  transition: all 0.45s ease-in-out;
}

.PLAYER_CONTAINER > div {
  height: 66vw;
  flex: 0 0 100%;
}

.PREV {
  left: 10px;
}

.NEXT {
  right: 10px;
}

.SliderThumbnails > button {
  top: 37.5%;
}

.container-slide > * {
  object-fit: contain;
}

.slider-btn-prev {
  left: -5%;
}

.slider-btn-next {
  right: -5%;
}

.about, .contact, .news, .products {
  padding-top: 3rem;
}

.about-imgs {
  margin-top: 2rem;
}

.about-imgs div, .news-flower {
  aspect-ratio: 1/1;
}

.about-imgs-flower {
  height: 85%;
  top: -30px;
  right: -11px;
  width: 85%;
}

.cgu h2 {
  font-size: 1.5rem;
}

.cgu a {
  font-size: 0.72rem;
}

.contact {
  padding-bottom: 6.5rem;
}

.location {
  padding-bottom: 40px;
  padding-top: 40px;
}

.location, .prestations, .products {
  background-color: #F1EAEE;
}

.opening {
  padding: 1rem;
}

.opening-title {
  font-size: 1.73rem;
}

.opening-txtA, .opening-txtB {
  font-size: 0.95rem;
}

.news-posts {
  gap: 2rem;
}

.news-flower {
  left: -16%;
  width: 40%;
  top: 7%;
}

.news-flower svg {
  opacity: 0.5;
}

.prestations-blocs {
  gap: 1.4rem;
}

.prestation-bloc div {
  aspect-ratio: 11/10;
}

.prestation-bloc p {
  font-weight: 400;
}

@media screen and (min-width: 480px) {
  .H2-flowers svg {
    height: 1.6rem;
  }
  .cgu h2 {
    font-size: 1.82rem;
  }
  .cgu p, .cgu a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .sm-bk {
    display: block;
  }
  .sm-fz218remXc {
    font-size: 2.18rem;
  }
  .sm-mt3\.4rem, .hero-blog {
    margin-top: 3.4rem;
  }
  .H1-blog, .H2-blog, .H1-page, .H2-page {
    hyphens: none;
  }
  .breadcrumb, .footer-middle, .footer-bottom {
    display: flex;
  }
  .hero {
    padding-top: 3.4rem;
  }
  .footer-middle {
    padding-bottom: 3rem;
    justify-content: space-between;
  }
  .footer-middle p {
    text-align: left;
  }
  .footer-middle p, .footer-middle a {
    margin-top: 0px;
  }
  .footer-middle a {
    justify-content: flex-start;
  }
  .footer-bottom {
    align-items: center;
    justify-content: center;
  }
  .footer-bottom li {
    padding-bottom: 0px;
  }
  .header-logo {
    font-size: 1.27rem;
  }
  .item-burger svg {
    height: 2em;
    width: 2em;
  }
  .location-infos {
    border-radius: 1.1rem;
    grid-template-columns: 10fr 9fr;
  }
  .opening {
    padding: 2rem;
  }
  .news-posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .bloginfos {
    border: 2px solid var(--main);
    border-radius: 1rem;
    padding: 2rem;
  }
  .hero-top img {
    position: absolute !important;
  }
  .hero-bloc {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 1.8rem;
  }
  .hero-P, .H1-page {
    padding-bottom: 0px;
  }
  .hero-bottom {
    align-items: flex-start;
    padding-bottom: 1rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .hero-logo {
    margin-bottom: 0px;
  }
  .hero-blog {
    aspect-ratio: 6/1;
  }
  .H1-page {
    padding-top: 0px;
    font-size: 3.1rem;
  }
  .slider-btn, .btn-slider-simple {
    padding: 1.5vw;
  }
  .slider-btn svg, .btn-slider-simple svg {
    height: 1.5vw;
    width: 1.5vw;
  }
  .PLAYER_CONTAINER {
    gap: 20px;
  }
  .PLAYER_CONTAINER > div {
    height: 22vw;
    flex: 0 0 33%;
  }
  .PLAYER_CONTAINER img {
    transition: all 0.9s ease-in-out;
    transform: scale(1);
  }
  .PLAYER_CONTAINER > div:hover img {
    transform: scale(1.05);
  }
  .about {
    grid-template-columns: 3fr 2fr;
  }
  .about-imgs {
    width: 68%;
    margin-top: 0px;
    padding-right: 0px;
  }
  .about-imgs-flower {
    top: -19%;
    right: -41%;
    display: block;
  }
  .prestations-blocs {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .lg-gtcr2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg-gap2rem, .txtimg {
    gap: 2rem;
  }
  .lg-mtauto {
    margin-top: auto;
  }
  .lg-mt5rem, .hero-blog {
    margin-top: 5rem;
  }
  .txtimg {
    display: grid;
  }
  .txtimg .hastxt, .item, .item-tel {
    display: block;
  }
  .txtimg .hasimg, .hero-top > div {
    padding-bottom: 0px;
  }
  .imgright {
    grid-template-columns: 3fr 2fr;
  }
  .imgright .hastxt, .imgleft .hasimg {
    order: 0;
  }
  .imgright .hasimg, .imgleft .hastxt {
    order: 1;
  }
  .imgleft {
    grid-template-columns: 2fr 3fr;
  }
  .hero {
    padding-top: 5rem;
  }
  .hero-top {
    overflow: hidden;
  }
  .hero-top > div {
    padding-top: 0px;
  }
  .header-top {
    display: flex;
  }
  .item-burger {
    display: none;
  }
}
@media screen and (min-width: 1536px) {
  .sides {
    margin-right: auto;
    max-width: 1280px;
    margin-left: auto;
  }
  .hero-bloc {
    margin-left: 0px;
    margin-right: 0px;
    width: 68%;
  }
  .hero-bottom {
    margin-bottom: -4rem;
  }
  .hero-logo {
    height: 14rem;
    width: 14rem;
  }
  .news-flower {
    display: block;
  }
  .prestations-blocs {
    grid-template-columns: repeat(4, 1fr);
  }
  .prestation-bloc p {
    text-align: left;
  }
}
@media screen and (min-width: 1920px) {
  .about-imgs {
    width: auto;
  }
}
#notification {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9996;
  width: 100%;
  background-color: var(--white);
  color: var(--white);
}
#notification.HAS_SUCCESS {
  display: block;
  background-color: var(--success);
}
#notification.HAS_ERROR {
  display: block;
  background-color: var(--error);
}
#notification .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
#notification p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#notification svg {
  fill: var(--white);
}
#notification .icon-valid {
  display: none;
}
@media screen and (min-width: 480px) {
  #notification .icon-valid {
    display: block;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    opacity: 0.5;
  }
}
#notification .notification-close svg {
  width: 1.5rem;
  height: 1.5rem;
}
#notification .notification-close:hover svg {
  fill: var(--secdarkA);
}

.contact-form {
  position: relative;
}
.contact-form .bird {
  display: none;
  position: absolute;
  top: -1rem;
  left: 0rem;
  z-index: 1;
  height: 13rem;
  opacity: 0.5;
}
@media screen and (min-width: 1536px) {
  .contact-form .bird {
    display: block;
  }
}
.contact-form .FIELDS {
  display: grid;
  gap: 1rem;
  font-size: 0.82rem;
  font-weight: 300;
  padding: 0 0 1.5rem 0;
  color: var(--black);
}
.contact-form .FIELDS input::placeholder, .contact-form .FIELDS select::placeholder, .contact-form .FIELDS textarea::placeholder {
  color: var(--black);
}
.contact-form .FIELDS textarea {
  min-height: 300px;
}
@media screen and (min-width: 768px) {
  .contact-form .FIELDS .FIELD_A {
    grid-area: A;
  }
  .contact-form .FIELDS .FIELD_B {
    grid-area: B;
  }
  .contact-form .FIELDS .FIELD_C {
    grid-area: C;
  }
  .contact-form .FIELDS .FIELD_D {
    grid-area: D;
  }
  .contact-form .FIELDS .FIELD_E {
    grid-area: E;
  }
  .contact-form .FIELDS {
    grid-template-areas: "A B" "C D" "E E";
    padding: 0 5rem 1.5rem 5rem;
  }
}
@media screen and (min-width: 1536px) {
  .contact-form .FIELDS {
    width: 65%;
    margin: 0 auto;
  }
  .contact-form .FIELDS textarea {
    min-height: 150px;
  }
}
.contact-form .FIELD {
  position: relative;
  z-index: 2;
}
.contact-form .FIELD input, .contact-form .FIELD textarea {
  width: 100%;
  border-radius: 0.4rem;
  padding: 0.5rem 0.8rem;
}
.contact-form .HAS_REQUIRED {
  position: relative;
  /* &::after {
      content: "*";
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: -0.7rem;
      color: var(--error);
      font-size: 25px;
      font-weight: 700;
  } */
}
.contact-form .HAS_ERROR .ELEMENT {
  border: 2px solid var(--error);
}
.contact-form .HAS_ERROR .ERROR {
  display: block;
}
.contact-form .HAS_REQUIRED_EMPTY .ELEMENT {
  border: 2px solid var(--error);
}
.contact-form .HAS_REQUIRED_EMPTY .REQUIRED {
  display: block;
}
.contact-form p.ERROR, .contact-form p.REQUIRED {
  padding-top: 0.5rem;
  font-size: 0.71rem;
  font-weight: 600;
  color: var(--main);
}

.TEXTAREA_FIELD,
.TEXTAREA_FIELD > div,
.TEXTAREA_FIELD .ELEMENT {
  height: 100%;
}

.slider[data-slidertype=SliderThumbnails] .THUMBNAILS .CONTAINER {
  width: 100%;
  height: 100%;
}

.slider[data-slidertype=SliderThumbnails] .PLAYER,
.slider[data-slidertype=SliderThumbnails] .THUMBNAILS {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.slider[data-slidertype=SliderThumbnails] .CONTAINER {
  display: flex;
  transition: all 0.4s ease-in-out;
}
.slider[data-slidertype=SliderThumbnails] .PLAYER {
  height: 75%;
  padding-bottom: 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.slider[data-slidertype=SliderThumbnails] .PLAYER .CONTAINER {
  height: 100%;
}
.slider[data-slidertype=SliderThumbnails] .THUMBNAILS {
  height: 25%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #000;
}
.slider[data-slidertype=SliderThumbnails] .THUMBNAILS .CONTAINER > * {
  opacity: 0.4;
  transition: all 0.4s ease-in-out;
}
.slider[data-slidertype=SliderThumbnails] .THUMBNAILS .CONTAINER > * img,
.slider[data-slidertype=SliderThumbnails] .THUMBNAILS .CONTAINER > * video {
  object-fit: cover;
}
.slider[data-slidertype=SliderThumbnails] .THUMBNAILS .CONTAINER .selected {
  opacity: 1;
  border: 3px solid #fff;
}

html {
  font-family: var(--fontA);
  font-size: 22px;
}