@font-face {
  font-family: "Gilroy";
  src: url("../assets/fonts/Gilroy-ExtraBold.otf") format("otf"),
    url("../assets/fonts/Gilroy-light.otf") format("otf");
}
:root {
  --primary-color: hsla(0, 0%, 44%, 1);
  --primary-color-lighten: hsla(0, 0%, 54%, 1);
  --primary-color-darken: hsla(0, 0%, 34%, 1);

  --secondary-color: hsla(0, 0%, 64%, 1);
  --secondary-color-lighten: hsla(0, 0%, 74%, 1);
  --secondary-color-darken: hsla(0, 0%, 54%, 1);

  --accent-color: hsla(356, 100%, 43%, 1);
  --accent-color-lighten: hsla(356, 100%, 53%, 1);
  --accent-color-darken: hsla(356, 100%, 33%, 1);

  --background-color: hsla(0, 0%, 0%, 1);
  --text-color: hsla(40, 0%, 100%, 1);
  --text-color-lighten: hsla(0, 0%, 64%, 1);

  --primary-background-color: hsla(0, 0%, 8%, 1);
  --secondary-background-color: hsla(199, 86%, 29%, 0.1);
  --accent-background-color: hsla(73, 58%, 49%, 0.1);

  --success-color: hsla(122, 39%, 49%, 1);
  --error-color: hsla(4, 90%, 58%, 1);
  --info-color: hsla(199, 98%, 48%, 1);

  --font-primary: "DM Sans", sans-serif;
  --font-secondary: "DM Serif Display", serif;
  --font-big-shoulders: "Big Shoulders Display", cursive;
  --font-DM-serif-display: "DM Serif Display", serif;

  --card-border-radius: 4px;
  --button-border-radius: 4px;
}

#catalogue_categorie_description img {
  margin: 0 0 0 -59px;
}

.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}

/* FOLD */
/* ==== */

.cohaoma-spirit header .fold {
  margin-top: 48px;
  background-image: url(../assets/gifs/foldCoha.jpg);
  height: 400px;
  width: 100%;
  background-size: cover;
}

.tap-bar svg {
  width: 40px;
  height: 40px;
}

 #rs-milieu .reseaux-sociaux ul {
  justify-content: center;
  margin: 20px auto;

}
.index-page .top-rs-header {
  display: none;
}

@media screen and (max-width: 992px) {
  .cohaoma-spirit header .fold {
    height: 300px;
    padding-top: 24px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  .cohaoma-spirit header .fold {
    height: 150px;
    padding-top: 24px;
    margin-top: 0px;
  }
  #catalogue_categorie_description img {
    margin: 0;
    max-width: -webkit-fill-available;
  }
}

/* TYPOGRAPHIE */
/* =========== */

div[id^="bloc"] ul,
div[id^="bloc"] ol,
.actualitesDetailContenu ul,
.actualitesDetailContenu ol {
  margin-left: 40px;
  margin-bottom: 1rem;
}

ol li {
  padding: 0.25em 0;
}

h1,
h2,
h3,
#fil_ariane,
p {
  color: var(--text-color);
}

h1,
h2,
h3 {
  font-family: var(--font-DM-serif-display);
}

.section p:not(#bloc-01 p:last-child) {
  color: var(--secondary-color);
}
strong {
  color: var(--accent-color);
}

.slick-dots li button::before {
  color: var(--secondary-color);
}
.slick-dots li.slick-active button:before {
  color: var(--secondary-color);
}

@media screen and (min-width: 993px) {
  main p,
  div[id^="bloc"] ul,
  div[id^="bloc"] ol,
  .actualitesDetailContenu ul,
  .actualitesDetailContenu ol {
    font-size: 0.875em;
  }

  .top-bar #main-nav {
    min-width: 335px !important;
  }
  .top-bar #main-nav-2 {
    min-width: 335px !important;
  }
  .top-bar .main-nav ul {
    justify-content: space-evenly;
  }
  .top-bar .col1 {
    width: 33%;
  }
  .top-bar .col3 {
    width: 33%;
  }
  #main-nav-1 ul {
    justify-content: flex-end;
  }
  #main-nav-2 ul {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 601px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 25px;
  }
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 27px !important;
  }
  .title-2,
  h2 {
    font-size: 25px !important;
  }

  h3 {
    font-size: 20px !important;
  }
}

/* BOUTON */
/* ====== */
.btn-contact a {
  background-color: var(--accent-color);
  border: none;
  color: var(--text-color);
  border-radius: 0;
  position: relative;
  font-family: var(--font-big-shoulders);
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.88px;
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 92%, 91% 100%, 0 100%, 0 9%);
  clip-path: polygon(3% 0, 100% 0, 100% 83%, 97% 100%, 0 100%, 0 20%);
}
.btn-contact a:hover {
  background-color: var(--accent-color-darken);
}

.btn-encart-insta {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
  color: var(--text-color);
  border-radius: 0;
  position: relative;
  font-family: var(--font-big-shoulders);
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.88px;
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 92%, 91% 100%, 0 100%, 0 9%);
  clip-path: polygon(3% 0, 100% 0, 100% 83%, 97% 100%, 0 100%, 0 20%);
}
.btn-encart-insta svg {
  fill: var(--text-color);
  height: 16px;
  width: 16px;
  margin-right: 1rem;
}

.btn-rappel a {
  background-color: var(--primary-color);
  border: none;
  color: var(--text-color);
  border-radius: 0;
  position: relative;
  font-family: var(--font-big-shoulders);
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.88px;
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 92%, 91% 100%, 0 100%, 0 9%);
  clip-path: polygon(3% 0, 100% 0, 100% 83%, 97% 100%, 0 100%, 0 20%);
}
.btn-rappel a:hover {
  background-color: var(--primary-color-darken);
}
#form-majeur #maj-ok,
#form-majeur #maj-ko {
  background-color: var(--accent-color) !important;
  border: none;
  color: var(--text-color);
  border-radius: 0;
  position: relative;
  font-family: var(--font-DM-serif-display);
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.88px;
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 92%, 91% 100%, 0 100%, 0 9%);
  clip-path: polygon(3% 0, 100% 0, 100% 83%, 97% 100%, 0 100%, 0 20%);
}
#form-majeur #maj-ok:hover,
#form-majeur #maj-ko:hover {
  color: var(--text-color) !important;
  background-color: var(--accent-color-darken) !important;
}

#main-nav-2 .btn-magazine a {
  padding: 8px 6px 6px 6px;
  background-color: var(--accent-color);
  border: none;
  color: var(--text-color);
  border-radius: 0;
  position: relative;
  font-family: var(--font-big-shoulders);
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
  /* letter-spacing: 2.88px; */
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 92%, 91% 100%, 0 100%, 0 9%);
  clip-path: polygon(7% 0, 100% 0, 100% 84%, 94% 100%, 0 100%, 0 20%);
}
#main-nav-2 .btn-magazine a:hover {
  color: var(--text-color) !important;
  background-color: var(--accent-color-darken) !important;
}

@media screen and (min-width: 601px) {
  #form-majeur #maj-ok {
    margin-right: 1rem !important;
  }
}

@media screen and (max-width: 600px) {
  #form-majeur #maj-ko,
  #form-majeur #maj-ok {
    margin-top: 1rem;
  }
}

/* FIN BOUTONS */

.actualites-listing .actualitesListingInfos .bouton2 a {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--text-color);
  font-family: var(--font-big-shoulders);
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.88px;
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 92%, 91% 100%, 0 100%, 0 9%);
  clip-path: polygon(5% 0, 100% 0, 100% 80%, 95% 100%, 0 100%, 0 20%);
  border-radius: 0 !important;
}
.actualites-listing .actualitesListingInfos .bouton2 a:hover {
  background-color: var(--accent-color-darken);
  border-color: var(--accent-color-darken);
}

.actualites-listing .recherche_actu #recherche_actu_submit {
  background-color: var(--secondary-color);
  color: var(--text-color);
  clip-path: polygon(17% 0, 100% 0, 100% 80%, 85% 100%, 0 100%, 0 20%);
  border-radius: 0 !important;
}
.actualites-listing .recherche_actu #recherche_actu_submit:hover {
  background-color: var(--secondary-color-darken);
}
.actualites-listing #input_recherche_actu {
  border-radius: 0 !important;
}
.actualites-listing .actusVignette {
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 92%, 91% 100%, 0 100%, 0 9%);
  clip-path: polygon(15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%, 0 15%);
}

@media screen and (max-width: 600px) {
  .actualites-listing .recherche_actu #recherche_actu_submit {
    background-color: var(--secondary-color);
    color: var(--text-color);
    clip-path: polygon(5% 0, 100% 0, 100% 80%, 95% 100%, 0 100%, 0 20%);
    border-radius: 0 !important;
  }
}

/* MENTIONS LEGALES */
/* ================ */
.mentions-legales #contenu_mentions_legales {
  color: var(--text-color) !important;
}

/* TOP-BAR */
/* ======= */

/* @media screen and (min-width: 993px){
  .top-bar {
    padding-top: 5px;
  }
} */
.top-bar .header-bis-only {
  display: none;
}
.top-bar .main-nav ul li:hover a {
  color: var(--accent-color);
  opacity: 1;
}
.top-bar.sticky.js-scroll .main-nav ul li:hover a {
  color: var(--accent-color);
  opacity: 1;
}
.top-bar .main-nav ul li a:hover {
  color: var(--accent-color);
}
.top-bar.sticky.js-scroll .main-nav ul li a:hover {
  color: var(--accent-color);
}
.top-bar .main-nav ul li a {
  font-family: var(--font-big-shoulders);
  color: var(--text-color);
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.top-bar .main-nav ul li a.selected {
  color: var(--accent-color) !important;
  opacity: 1 !important;
}
.top-bar.sticky.js-scroll .main-nav ul li a.selected {
  color: var(--accent-color) !important;
  opacity: 1 !important;
}
.top-bar .main-nav ul li.sous_menu ul.dropdown li a {
  font-size: 17px;
}
.top-bar.sticky.js-scroll .main-nav ul li.sous_menu ul.dropdown li a {
  font-size: 17px;
  color: var(--text-color);
}
.top-bar.sticky.js-scroll .main-nav ul li.sous_menu ul.dropdown li a:hover {
  color: var(--accent-color);
}
.top-bar .main-nav ul li.sous_menu > a::after {
  content: "\e5c5";
  /* opacity: 0.4; */
}

@media screen and (min-width: 993px) {
  /* .top-bar #main-nav ul:last-child {
    display: none;
  } */
  .top-bar .menu-2 {
    display: none;
  }
  .top-bar {
    font-size: 0.75em;
  }
  .main-nav {
    font-weight: 700;
  }
  .top-bar {
    background-color: var(--background-color);
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li a {
    color: var(--text-color);
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li a:hover,
  .top-bar .main-nav ul li.sous_menu ul.dropdown li a.selected {
    color: var(--accent-color);
  }
  .index-page .top-bar .container #main-nav > ul > li.firstLi:hover > a {
    opacity: 0.8 !important;
    transition: 0.3s;
  }
}
.index-page .slick-list {
  overflow: hidden !important;
}

@media screen and (max-width: 992px) {
  .menu-2 {
    margin-right: 36px;
  }

  #main-nav {
    z-index: 2;
  }
}
@media screen and (max-width: 600px) {
  .menu-2 {
    margin-right: 1rem;
  }
}

/* HEADER */
/* ====== */
body:not(.index-page) header .slider-slick {
  display: none;
}

#nav-meatballs {
  z-index: 2;
}

header::after {
  display: block;
  width: 100%;
  height: 5%;
  content: "";
  background: linear-gradient(
    to bottom,
    var(--background-color) 30%,
    transparent 100%
  );
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/* TETE LOGO ----------------------------------             */
/* .index-page header:before {
  content:'';
  background: url('../assets/gifs/logo-waiting-page.png');
  width: 470px;
  height: 470px;
  position: absolute;
  left: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  transform: translateX(-50%);
} */

.fold h2 {
  font-size: 40px;
  max-width: 765px;
  font-weight: 100;
}
.fold span {
  font-family: var(--font-big-shoulders);
  font-size: 24px;
  opacity: 0.2;
  color: var(--text-color);
}
.fold .brand .header-only {
  display: none;
}

.index-page header .fold {
  padding: 3rem 0px 0px 0px;
}
/* .index-page header {
  background-color: var(--primary-background-color);
} */
header .brand .flex-row,
#nav-meatballs .brand .flex-row {
  flex-direction: column;
  justify-content: center;
}
.index-page header .brand a {
  margin: 0 auto;
  display: block;
  color: #fff;
}
#nav-meatballs .brand a {
  margin: 0 auto;
  display: block;
}
.index-page header .brand .flex-row div,
#nav-meatballs .brand .flex-row div {
  text-align: center;
}

.index-page header .fold {
  position: relative;
  z-index: 0;
}
.slider-slick .slide-img::after {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../assets/gifs/logo-waiting-page");
  opacity: 0.35;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* .index-page .header .slider-slick .img-rouge {
  display: block;
  margin: 0 auto;
} */

header .brand .bold {
  display: none;
}
.brand .flex-row.s-align-items-center {
  flex-direction: column;
}
.slider-slick {
  display: none !important;
}
@media screen and (min-width: 601px) {
  .index-page header {
    position: relative;
  }
  .index-page header .slick-track,
  .index-page header .slider-slick img,
  .index-page header .slide-img {
    min-height: 600px;
  }
  .index-page header .slider-slick {
    min-height: 820px;
  }
  /* .index-page header .slider-slick::after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: ' ';
    background: #141414;
    opacity: 0.45;
  } */
  .index-page header .fold {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    padding-top: 0;
    background-image: url(../assets/gifs/slider/slide-01.jpg);
    background-position: top;
    background-size: contain;
  }
  .index-page .fold .container {
    /* position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 1000px; */
  }
}
@media screen and (min-width: 993px) {
  header .fold h2 {
    margin-top: 4rem;
  }
  .index-page header .slick-track,
  .index-page header .slider-slick img,
  .index-page header .slide-img {
    min-height: 650px;
  }
  .index-page header .slider-slick {
    min-height: 900px;
  }
  body:not(.index-page) header .brand .flex-row {
    flex-direction: row;
  }
  body:not(.index-page) header .brand .flex-row .baseline,
  body:not(.index-page) header .brand .flex-row .bold {
    text-align: left;
  }
  .js-scroll {
    background-color: var(--background-color);
  }
  .index-page .top-bar.js-scroll .main-nav ul li a {
    color: var(--text-color);
  }
  .index-page header .brand:hover {
    opacity: 0.7;
    transition: 0.3s ease-in-out;
  }
}

@media screen and (min-width: 1200px) {
  .index-page header .slick-track,
  .index-page header .slider-slick img,
  .index-page header .slide-img {
    min-height: 740px;
  }
  .index-page header .slider-slick {
    min-height: 840px;
  }
}

@media screen and (min-width: 601px) and (max-width: 992px) {
  .index-page .fold .container {
    height: 520px;
  }
}

@media screen and (max-width: 992px) {
  /* header {
    padding-top: 3rem;
  } */
  #nav-meatballs .brand .bold {
    display: none;
  }
  .fold .brand .header-only {
    display: block;
  }
  header .header-bis-only {
    display: none;
  }
  #nav-meatballs {
    background-color: var(--primary-background-color);
    color: var(--text-color);
  }
  #nav-meatballs .brand {
    margin-top: 2rem;
  }
  #nav-meatballs .header-bis-only,
  #nav-meatballs .footer-only {
    display: none;
  }
  #main-nav {
    background-color: var(--primary-background-color);
  }
  .top-bar
    .flex-row.l-align-items-center.l-justify-content-center.s-justify-content-center
    .col:last-child {
    display: none;
  }
  .top-bar
    .flex-row.l-align-items-center.l-justify-content-center.s-justify-content-center
    .col:nth-child(2) {
    display: none;
  }
  .top-bar li.firstLi.sous_menu ul.dropdown li a {
    /* margin-right: 23px; */
    font-size: 17px !important;
    opacity: 0.8;
  }
}

@media screen and (max-width: 992px) {
  .index-page .fold .container {
    display: flex;
    justify-content: flex-end !important;
  }
  .index-page header::before {
    height: 300px;
    width: 300px;
  }
}

@media screen and (max-width: 600px) {
  .index-page header {
    /* height: 360px; */
    background-color: transparent;
  }
  .index-page header .citation {
    padding: 20px 24px;
  }
  .index-page .fold .container {
    display: flex;
    height: 270px;
    align-items: flex-end;
    justify-content: center !important;
  }
  .index-page .fold h2 {
    font-size: 15px !important;
    margin-bottom: 15px;
  }
  .index-page header::before {
    height: 200px;
    width: 200px;
  }
  .contact-page header {
    height: 45px;
  }
  .index-page .fold .fold-contact {
    padding: 0 10px 0 10px;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  .index-page .fold .btn-contact {
    margin-top: 1rem;
  }
}

/* WAITING-PAGE */
/* ============ */
.waiting-page .row {
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-waiting {
  padding: 1rem;
  background: url("../assets/gifs/img-bg.jpg");
  background-size: cover;
  min-height: 1000px;
  width: 100%;
}
.content-waiting::after {
  display: block;
  width: 100%;
  height: 5%;
  content: "";
  background: linear-gradient(
    to bottom,
    var(--background-color) 30%,
    transparent 100%
  );
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.content-waiting .img-rouge {
  display: block;
  margin: 0 auto;
}
.content-waiting .img-logo {
  display: block;
  margin: 0 auto;
  margin-top: 3rem;
}
.content-waiting p {
  text-transform: uppercase;
  font-size: 24px;
  color: var(--accent-color);
  font-family: var(--font-big-shoulders);
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .waiting-page {
    padding-top: 0;
  }
  .content-waiting {
    padding: 2rem;
  }
  .content-waiting .row {
    min-height: 145px !important;
  }
  .content-waiting .img-rouge {
    width: 100%;
  }
  .content-waiting .img-logo {
    width: 100%;
    height: auto;
  }
}

/* NEWSLETTER */
/* ========== */

#newsletter label {
  display: none;
}

/* FOOTER */
/* ======= */
footer .brand {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 3rem 0;
}
footer .brand .header-bis-only {
  display: none;
}
footer .brand .bold {
  color: var(--accent-color);
  font-size: 9px;
}
footer .section {
  padding: 0;
}
footer .content-brand-footer .col.s12.m4.l4 {
  display: flex;
  justify-content: center;
}
footer span {
  color: var(--accent-color);
  font-size: 12px;
  font-weight: bold;
  font-family: var(--font-big-shoulders);
  letter-spacing: 2.88px;
  text-transform: uppercase;
}
/* footer .content-brand-footer address {
  text-align: right;
} */
footer .message-footer {
  background-color: var(--primary-background-color);
  padding: 10px;
}
footer .message-footer p {
  text-align: center;
  color: var(--secondary-color);
  font-size: 18px;
}
footer .content-footer {
  background-image: url("../assets/gifs/pattern-3.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem 0 0 0;
  background-position: bottom;
}
footer .liens-footer {
  padding: 15px;
  background-color: var(--primary-background-color);
}
footer .liens-footer nav a {
  font-family: var(--font-big-shoulders);
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.88px;
  color: var(--secondary-color);
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
footer .liens-footer nav a:hover {
  color: var(--accent-color-darken);
}
/* footer .reseaux-sociaux ul li {
  border: 1px solid var(--accent-color);
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-clip-path: polygon(100% 0, 100% 80%, 74% 100%, 0 100%, 0 22%, 31% 0);
  clip-path: polygon(100% 0, 100% 80%, 74% 100%, 0 100%, 0 22%, 31% 0);
} */

@media screen and (min-width: 993px) {
  footer .liens-footer nav a {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 601px) {
  footer .liens-footer nav a {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 600px) {
  footer .content-footer {
    padding-bottom: 3rem;
  }
  footer .liens-footer nav {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  footer .liens-footer nav a {
    margin-bottom: 1rem;
  }
  footer .content-brand-footer address {
    text-align: center;
    margin-bottom: 2rem;
  }
  /* footer .reseaux-sociaux {
    margin-top: 1rem;
  } */
  footer .sociaux-footer {
    margin-top: 5px;
  }
  footer .message-footer p {
    font-size: 15px;
  }
}
@media screen and (max-width: 992px) {
  .top-bar.sticky .reseaux-sociaux ul {
    justify-content: center;
  }
  footer .reseaux-sociaux ul {
    justify-content: center;
  }
}

/* RAPPEL TELEPHONIQUE */
/* =================== */
.rappel_telephonique .brand .bold {
  display: none;
}
.rappel_telephonique .header-bis-only,
.rappel_telephonique .footer-only {
  display: none;
}
.rappel_telephonique .brand {
  display: flex;
  justify-content: center;
}
.rappel_telephonique h2 {
  font-size: 15px !important;
  font-family: var(--font-DM-serif-display);
  text-align: center;
}
.fancybox-skin {
  background-color: var(--background-color);
}
.rappel_telephonique .divGenerateurRequired {
  color: white;
}
.rappel_telephonique #formulaire_2 strong {
  color: var(--text-color) !important;
  background-color: transparent !important;
}

/* CONTACT */
/* ======= */

.contact-page .image-wrapper {
  display: none;
}
.contact-page .coordonnees-contact {
  background-color: var(--primary-background-color);
}
.contact-page #fil_ariane {
  color: var(--text-color);
}
.contact-page #fil_ariane a {
  color: var(--text-color-lighten);
}
.contact-page h1 {
  color: var(--text-color);
}
.contact-page p.intro span {
  color: var(--text-color);
}
.contact-page .coordonnees li a {
  color: var(--text-color);
}
.contact-page .coordonnees li:last-child {
  color: var(--text-color);
}
.contact-page .horaires td {
  color: var(--text-color);
}
.contact-page form input {
  color: var(--text-color);
}
.contact-page form textarea {
  color: var(--text-color);
}
.contact-page form label {
  color: var(--text-color-lighten);
}
.contact-page .divGenerateurRequired {
  color: var(--text-color-lighten);
}
.contact-page .header-bis-only {
  display: none;
}
.contact-page form input,
.contact-page form textarea {
  border-radius: 0 !important;
}
.contact-page form #field_5 {
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 92%, 91% 100%, 0 100%, 0 9%);
  clip-path: polygon(2% 0, 100% 0, 100% 80%, 98% 100%, 0 100%, 0 18%);
  margin-top: 2rem;
}

.contact-page .coordonnees span.material-icons {
  border-radius: 0 !important;
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 92%, 91% 100%, 0 100%, 0 9%);
  clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 20%);
}
.contact-page #clock span.material-icons {
  border-radius: 0 !important;
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 92%, 91% 100%, 0 100%, 0 9%);
  clip-path: polygon(16% 0, 100% 0, 100% 95%, 80% 100%, 0 100%, 0 5%);
}

@media screen and (min-width: 993px) {
  .contact-page .image-wrapper {
    display: block;
    height: 710px;
  }
  .contact-page .image-wrapper > img {
    display: block;
    width: auto !important;
    max-width: none !important;
    min-width: 1000%;
    height: auto;
    min-height: 1000%;
    margin: auto;
    position: absolute;
    top: -10000%;
    right: -10000%;
    bottom: -10000%;
    left: -10000%;
    transform: scale(0.1);
  }
}

@media screen and (min-width: 601px) {
  .contact-page form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact-page .form_right {
    width: 49%;
  }
  .contact-page .form_left {
    width: 49%;
  }
}

@media screen and (max-width: 600px) {
  .contact-page header {
    margin-top: 2rem;
  }
}

/* PAGE INTERNE */
/* ================ */
@media screen and (min-width: 992px) {
  .content-poeme {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
  }
  .content-poeme .p1 {
    width: 35%;
  }
  .content-poeme .p1:before {
    content: '"';
    font-family: "Fondamento", cursive;
    font-size: 90px;
    /* width: 100px;
  height: 100px; */
    position: absolute;
    left: 700px;
    top: 300px;
  }
  .content-poeme .p2 {
    width: 30%;
  }
  .content-poeme .p3 {
    width: 25%;
  }
  .content-poeme .p4 {
    width: 20%;
  }
  .content-poeme .p4:before {
    content: '"';
    font-family: "Fondamento", cursive;
    font-size: 90px;
    /* width: 100px;
  height: 100px; */
    position: absolute;
    left: 1085px;
    top: 770px;
  }
  /* .content-poeme .guill {
    font-family: 'Fondamento', cursive;
    font-size: 40px;
  } */
}
.page-interne .header-bis-only {
  display: none;
}
.page-interne h1 {
  text-align: center;
}
.page-interne .ac-colonne img {
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 92%, 91% 100%, 0 100%, 0 9%);
  clip-path: polygon(5% 0, 100% 0, 100% 90%, 95% 100%, 0 100%, 0 10%);
}

@media screen and (min-width: 601px) {
  .video-background {
    display: block;
    width: 100%;
    height: calc(
      80vh - 154px
    ); /* 154 est égal a la hauteur de header-content */
    overflow: hidden;
    position: relative;
  }

  .video-foreground,
  .video-background iframe {
    display: block;
    width: 100%;
    height: calc(
      80vh - 154px
    ); /* 154 est égal a la hauteur de header-content */
    pointer-events: none;
  }

  .video-background iframe {
    transform: scale(1);
  }

  /* .index-page header .center-align {
    margin-top: 1rem;
  } */
}

@media screen and (max-width: 600px) {
  .video-background {
    display: block;
    width: 100%;
    height: calc(
      60vh - 190px
    ); /* 154 est égal a la hauteur de header-content */
    overflow: hidden;
    position: relative;
  }

  .video-foreground,
  .video-background iframe {
    display: block;
    width: 100%;
    height: calc(
      60vh - 190px
    ); /* 154 est égal a la hauteur de header-content */
    pointer-events: none;
  }

  .video-background iframe {
    transform: scale(1);
  }
}

@media screen and (min-width: 993px) {
  .cohaoma-sans-alcool .sc-content p {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .coahoma-vieilli .sc-content p {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .page-interne header .brand {
    margin-top: 2rem;
  }

  .index-page .fold iframe {
    width: 100%;
    height: 360px;
  }

  .index-page header .fold {
    padding: 0;
  }
}

/* ENCART INSTAGRAM */
/* ================ */
.encart-instagram {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.encart-instagram .titre-encart-insta {
  color: white;
  font-size: 35px;
  font-family: var(--font-DM-serif-display);
}

@media screen and (min-width: 993px) {
  .encart-instagram {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

/* @media screen and (min-width:993px) {
  .encart-instagram:before {
    content:'INSTAGRAM';
    color:var(--secondary-color);
    font-family: var(--font-big-shoulders);
    font-size: 360px;
    opacity: 0.1;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 2815px;
  }
} */
/* 
@media screen and (min-width:601px) and (max-width:992px) {
  .encart-instagram:before {
    content:'INSTAGRAM';
    color:var(--secondary-color);
    font-family: var(--font-big-shoulders);
    font-size: 223px;
    opacity: 0.1;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    top: 2989px;
  }
} */

@media screen and (max-width: 600px) {
  .encart-instagram {
    min-height: 300px;
  }
}

/* ENCART BDD */
/* ======= */
#encart-catalogue {
  background-image: url(../assets/gifs/img-bdd.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 805px;
  display: flex;
  align-items: center;
}
#encart-catalogue .titre-cocktail {
  text-align: right;
  color: var(--accent-color) !important;
  font-family: var(--font-big-shoulders);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}
.catalogue-listing .titre-cocktail {
  text-align: right;
  color: var(--accent-color) !important;
  font-family: var(--font-big-shoulders);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}
#encart-catalogue .title-2 {
  text-align: left;
  color: var(--text-color);
  font-weight: 100;
  font-family: var(--font-DM-serif-display);
  font-size: 40px;
  margin-top: 5px;
}
.catalogue-listing .title-2 {
  text-align: left;
  color: var(--text-color);
  font-weight: 100;
  font-family: var(--font-DM-serif-display);
  font-size: 40px;
  margin-top: 5px;
}
#encart-catalogue .content-carte br {
  display: none;
}
.catalogue-listing .content-carte br {
  display: none;
}
#encart-catalogue .img-bdd img {
  width: auto;
  height: 430px;
}
.catalogue-listing .img-bdd img {
  width: auto;
  height: 430px;
}
#encart-catalogue .btn-catalogue a {
  background-color: var(--accent-color);
  border: none;
  color: var(--text-color);
  border-radius: 0;
  position: relative;
  font-family: var(--font-big-shoulders);
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.88px;
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 92%, 91% 100%, 0 100%, 0 9%);
  clip-path: polygon(5% 0, 100% 0, 100% 80%, 95% 100%, 0 100%, 0 20%);
}
#encart-catalogue .btn-catalogue a:hover {
  background-color: var(--accent-color-darken);
}
#encart-catalogue .btn-catalogue a:hover {
  background-color: var(--accent-color-darken);
}
/* #encart-catalogue .card.link-cover {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
} */
#encart-catalogue .card {
  background-color: transparent;
  box-shadow: none;
  overflow: visible;
}
.catalogue-listing .content-carte-listing {
  background-color: transparent;
  box-shadow: none;
  overflow: visible;
}
#encart-catalogue .content-carte {
  position: relative;
  text-align: right;
  /* border: 1px solid var(--accent-color); */
  /* clip-path: polygon(100% 0, 100% 95%, 89% 100%, 0 100%, 0 5%, 5% 0); */
}
.catalogue-listing .content-carte {
  position: relative;
  text-align: right;
  /* border: 1px solid var(--accent-color); */
  /* clip-path: polygon(100% 0, 100% 95%, 89% 100%, 0 100%, 0 5%, 5% 0); */
}

#encart-catalogue .content-carte::before,
#encart-catalogue .content-carte::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: calc(100% - 24px);
  height: 24px;
  margin: auto;
  transform: skewX(-48deg);
}
.catalogue-listing .content-carte::before,
.catalogue-listing .content-carte::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: calc(100% - 24px);
  height: 24px;
  margin: auto;
  transform: skewX(-48deg);
}

#encart-catalogue .content-carte::before {
  top: 0;
  border-left: 2px solid var(--accent-color);
  border-top: 1px solid var(--accent-color);
}
.catalogue-listing .content-carte::before {
  top: 0;
  border-left: 2px solid var(--accent-color);
  border-top: 1px solid var(--accent-color);
}

#encart-catalogue .content-carte::after {
  bottom: 0;
  border-right: 2px solid var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
}
.catalogue-listing .content-carte::after {
  bottom: 0;
  border-right: 2px solid var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
}

#encart-catalogue .titre-cocktail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.catalogue-listing .titre-cocktail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* #encart-catalogue .content-carte::after {
  content: '';
  position: absolute;
  width: 29px;
  height: 27px;
  right: -15px;
  z-index: 999999;
  background-color: transparent;
  border-left: 1px solid red;
  transform: rotate(45deg); bottom: -13px;

}
#encart-catalogue .content-carte:before {
  content: '';
  position: absolute;
  width: 29px;
  height: 27px;
  right: -15px;
  z-index: 999999;
  background-color: transparent;
  border-left: 1px solid red;
  transform: rotate(45deg);
  bottom: -13px;
} */
#encart-catalogue .titre-cocktails {
  text-transform: uppercase;
  font-size: 24px;
  font-family: var(--font-big-shoulders);
  color: var(--accent-color) !important;
  font-weight: bold;
}
#encart-catalogue .titre-cocktail {
  text-transform: uppercase;
  font-size: 24px;
  font-family: var(--font-big-shoulders);
  color: var(--text-color) !important;
  font-weight: 400;
  border-right: 1px solid var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
  padding: 12px 20px 12px 40%;
  text-align: right;
}
.catalogue-listing .titre-cocktail {
  text-transform: uppercase;
  font-size: 24px;
  font-family: var(--font-big-shoulders);
  color: var(--text-color) !important;
  font-weight: 400;
  border-right: 1px solid var(--accent-color);
  border-bottom: 1px solid var(--accent-color);
  padding: 12px 20px 12px 40%;
  text-align: right;
}
#encart-catalogue .white-text:not(.white-text .red-text) {
  color: var(--text-color);
  font-size: 18px;
  font-family: var(--font-DM-serif-display);
  font-weight: 400;
}
.catalogue-listing .white-text:not(.white-text .red-text) {
  color: var(--text-color);
  font-size: 18px;
  font-family: var(--font-DM-serif-display);
  font-weight: 400;
}
#encart-catalogue .white-text p {
  color: var(--text-color) !important;
  margin-bottom: 0;
}
.catalogue-listing .white-text p {
  color: var(--text-color) !important;
  margin-bottom: 0;
}
#encart-catalogue .red-text {
  color: var(--accent-color);
  font-weight: bold;
  font-size: 12px;
  font-family: var(--font-big-shoulders);
  text-transform: uppercase;
}
.catalogue-listing .red-text {
  color: var(--accent-color);
  font-weight: bold;
  font-size: 12px;
  font-family: var(--font-big-shoulders);
  text-transform: uppercase;
}
#encart-catalogue .part1 {
  min-height: 160px;
  padding: 12px 20px 12px 40%;
  border-right: 1px solid var(--accent-color);
}
.catalogue-listing .part1 {
  min-height: 160px;
  padding: 12px 20px 12px 40%;
  border-right: 1px solid var(--accent-color);
}
#encart-catalogue .part2 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--accent-color);
  border-left: 1px solid var(--accent-color);
  padding: 12px 20px 12px 30%;
}
.catalogue-listing .part2 {
  position: relative;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--accent-color);
  border-left: 1px solid var(--accent-color);
  padding: 12px 20px 12px 30%;
}

#encart-catalogue .part2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: calc(100% - 24px);
  width: 1px;
  background-color: var(--accent-color);
}
.catalogue-listing .part2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: calc(100% - 24px);
  width: 1px;
  background-color: var(--accent-color);
}

#encart-catalogue .titre-cocktail::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: calc(100% - 24px);
  width: 1px;
  background-color: var(--accent-color);
}
.catalogue-listing .titre-cocktail::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: calc(100% - 24px);
  width: 1px;
  background-color: var(--accent-color);
}

#encart-catalogue .part1 ul {
  display: none;
}
.catalogue-listing .part1 ul {
  display: none;
}

#encart-catalogue .img-bdd img {
  position: absolute;
  left: -48px;
  top: 0;
  bottom: 0;
  height: 80%;
  margin: auto;
  z-index: 1;
}
.catalogue-listing .img-bdd img {
  position: absolute;
  left: -48px;
  top: 0;
  bottom: 0;
  height: 80%;
  margin: auto;
  z-index: 1;
}

#encart-catalogue .card.link-cover {
  margin-right: 32px;
}
/* .catalogue-listing .content-carte-listing {
  margin-right: 32px;
}  */

.slick-catalogue .slick-prev,
.slick-catalogue .slick-next {
  top: auto;
  bottom: 0;
}

.slick-catalogue .slick-prev {
  left: 50%;
  transform: translate(-150%, 60px);
}

.slick-catalogue .slick-next {
  right: 50%;
  transform: translate(150%, 60px);
}

.slick-prev:before {
  content: url(../assets/gifs/previous.png);
}

.slick-next:before {
  content: url(../assets/gifs/next.png);
}

@media screen and (max-width: 1200px) {
  .index-page .slick-list {
    overflow: visible !important;
  }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
  .catalogue-listing #catalogue_contenu .content-carte {
    margin: 0 auto;
  }
  .catalogue-listing .img-bdd img {
    left: 12px;
    top: -24px;
    height: 290px;
  }
  .catalogue-listing #catalogue_contenu ul.row .l6 {
    width: 43%;
  }
  .catalogue-listing #catalogue_contenu ul.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (min-width: 601px) {
  #encart-catalogue .btn-catalogue.no-dekstop {
    display: none;
  }
  .btn-catalogue {
    margin-bottom: 2rem;
  }

  #encart-catalogue .card.link-cover {
    margin-right: 64px;
  }
  /* .catalogue-listing .content-carte-listing {
    margin-right: 64px;
  } */

  #encart-catalogue .img-bdd img {
    left: -64px;
    top: -24px;
  }
  .catalogue-listing .img-bdd img {
    left: -64px;
    top: -24px;
  }

  #encart-catalogue .part1 {
    min-height: 160px;
  }
  .catalogue-listing .part1 {
    min-height: 160px;
  }
}

@media screen and (min-width: 600px) and (max-width: 992px) {
  #encart-catalogue {
    background-position: center;
  }
}
@media screen and (max-width: 600px) {
  #encart-catalogue {
    background-size: auto;
    min-height: 715px;
  }
  #encart-catalogue .titre-cocktails {
    font-size: 20px;
  }
  #encart-catalogue .btn-catalogue.no-mobile {
    display: none;
  }
  #encart-catalogue .btn-catalogue.no-dekstop {
    margin-top: 6rem;
  }
  /* #encart-catalogue .slick-track {
    transform: translate3d(-896px, 0px, 0px)!important;
  } */
  #encart-catalogue .card.link-cover {
    margin-right: 0;
    padding-left: 32px;
  }
  #encart-catalogue .img-bdd img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 80%;
    margin: auto;
    z-index: 1;
  }
}

@media screen and (min-width: 993px) {
  #encart-catalogue .part1 {
    min-height: 90px;
  }
  .catalogue-listing .part1 {
    min-height: 190px;
  }
  #encart-catalogue .content-carte {
    transition: all 0.3s;
  }
  .catalogue-listing .content-carte {
    transition: all 0.3s;
  }
  #encart-catalogue .content-carte:hover {
    background: rgba(255, 0, 0, 0.08);
  }
  .catalogue-listing .content-carte:hover {
    background: rgba(255, 0, 0, 0.08);
  }
  #encart-catalogue .content-carte:hover:before,
  #encart-catalogue .content-carte:hover:after {
    width: 100%;
    transform: none;
    border-left-width: 1px;
    border-right-width: 1px;
  }
  .catalogue-listing .content-carte:hover:before,
  .catalogue-listing .content-carte:hover:after {
    width: 100%;
    transform: none;
    border-left-width: 1px;
    border-right-width: 1px;
  }
}

@media screen and (min-width: 1201px) {
  #encart-catalogue .card.link-cover {
    margin-right: 24px;
    padding-left: 100px;
  }
  .catalogue-listing .content-carte-listing {
    margin-right: 24px;
    padding-left: 100px;
  }
  #encart-catalogue .img-bdd img {
    left: 30px;
    top: -24px;
    height: 100%;
  }
  .catalogue-listing .img-bdd img {
    left: 24px;
    top: -24px;
    height: 100% !important;
  }

  .slick-catalogue .slick-prev {
    left: 32%;
  }
  .slick-catalogue .slick-next {
    right: 65%;
  }
  #encart-catalogue .titre-cocktail {
    font-size: 32px;
    padding: 8px 20px 8px 30%;
  }
  .catalogue-listing .titre-cocktail {
    font-size: 32px;
    padding: 8px 20px 8px 30%;
  }
}

@media screen and (min-width: 1601px) {
  #encart-catalogue .card.link-cover {
    margin-right: 0;
    padding-left: 50px;
  }
  .catalogue-listing .content-carte-listing {
    margin-right: 0;
    padding-left: 50px;
  }
  #encart-catalogue .img-bdd img {
    left: -12px;
    top: -24px;
    height: 100%;
  }
  .catalogue-listing .img-bdd img {
    left: -12px;
    top: -24px;
    height: 100%;
  }

  #encart-catalogue .titre-cocktail {
    font-size: 28px;
    padding: 8px 12px 8px 40%;
  }
  .catalogue-listing .titre-cocktail {
    font-size: 28px;
    padding: 8px 12px 8px 40%;
  }
}

/* CATALOGUE LISTING */
/* ================ */

.catalogue-listing:before {
  content: '""';
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(../assets/gifs/img-bg-bdd-listing.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.catalogue-listing .header-bis-only {
  display: none;
}
.catalogue-listing header {
  /* height: 200px; */
  position: relative;
}
.catalogue-listing h1 {
  /* position: absolute; */
  /* top: 200px; */
  top: 0;
  /* margin-top: 15rem; */
  color: var(--accent-color);
  font-size: 24px;
  font-weight: bold;
  font-family: var(--font-big-shoulders);
  width: 100%;
  text-align: center;
  left: 0;
}
.catalogue-listing #catalogue_categorie {
  position: relative;
  /* top: 250px; */
  /* top: 0; */
  margin-top: 12rem;
  width: 100%;
  left: 0;
  text-align: center;
  margin-bottom: 5rem;
}
/* .catalogue-listing #catalogue_contenu {
  margin-top: 25rem!important;
} */
.catalogue-listing #catalogue_categorie #catalogue_categorie_description {
  width: 50%;
  margin: 0 auto;
  padding-top: 2rem;
  text-align: left;
}
.catalogue-listing #catalogue_categorie:before {
  content: "COCKTAILS";
  background: url("../assets/gifs/bg-logo.png");
  font-size: 260px;
  font-family: var(--font-big-shoulders);
  position: absolute;
  left: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  top: -210px;
  opacity: 0.1;
  color: var(--text-color);
}
.catalogue-listing #catalogue_categorie h2 {
  font-weight: 400;
  font-size: 40px;
}
.catalogue-listing #fil_ariane {
  display: none;
}
.catalogue-listing .img-bdd img {
  width: auto;
  /* height: 340px; */
}
.catalogue-listing .content-carte-listing {
  position: relative;
}

@media screen and (min-width: 1201px) {
  .catalogue-listing #catalogue_contenu {
    max-width: 840px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
  .catalogue-listing #catalogue_contenu {
    max-width: 830px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 992px) {
  .catalogue-listing .content-carte-listing {
    margin-bottom: 6rem;
  }
  .catalogue-listing .bloc-texte-listing {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 2rem;
    text-align: left;
  }
}

@media screen and (min-width: 993px) and (max-width: 1300px) {
  .catalogue-listing #catalogue_categorie::before {
    font-size: 260px;
  }
}

@media screen and (min-width: 601px) and (max-width: 992px) {
  .catalogue-listing header {
    height: 0;
  }
  .catalogue-listing .brand {
    margin-top: 4rem;
  }
  .catalogue-listing h1 {
    top: 115px;
  }
  .catalogue-listing #catalogue_categorie {
    top: 115px;
  }
  .catalogue-listing #catalogue_categorie::before {
    font-size: 160px;
    /* left: 21%!important; */
  }
  .catalogue-listing #catalogue_contenu {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 2rem;
    margin-top: 12rem !important;
  }
  .catalogue-listing #catalogue_contenu ul.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .catalogue-listing #catalogue_categorie #catalogue_categorie_description {
    width: 80%;
  }
}

@media screen and (max-width: 992px) {
  .catalogue-listing .content-carte-listing {
    justify-content: space-between;
  }
  .catalogue-listing .content-carte-listing {
    margin-bottom: 3rem;
  }
  .catalogue-listing .img-bdd img {
    height: 270px;
  }
}

@media screen and (max-width: 600px) {
  .catalogue-listing header {
    height: 350px;
  }
  .catalogue-listing header .brand {
    margin-top: 4rem;
  }
  .catalogue-listing h1 {
    margin-top: 13rem;
    padding-right: 10px;
    padding-left: 10px;
  }
  /* .catalogue-listing #catalogue_contenu {
    margin-top: 73rem!important;
  } */
  .catalogue-listing #catalogue_categorie::before {
    font-size: 90px;
    top: -130px;
    /* left: 28%; */
  }
  .catalogue-listing .content-carte-listing {
    flex-direction: column;
  }
  .catalogue-listing .img-bdd img {
    height: 250px;
  }
  .catalogue-listing #catalogue_contenu ul.row {
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
  }
  .catalogue-listing #catalogue_categorie #catalogue_categorie_description {
    width: 90%;
  }
  .catalogue-listing header {
    height: 0;
  }
}

@media screen and (max-width: 350px) {
  .catalogue-listing #catalogue_categorie {
    /* margin-top: 17rem; */
  }
  .catalogue-listing #catalogue_categorie::before {
    /* left: 11%; */
  }
}
/* CATALOGUE DÉTAIL */
/* ================ */
.catalogue-detail:before {
  content: '""';
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(../assets/gifs/img-bg-bdd-detail.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.catalogue-detail .header-bis-only {
  display: none;
}
.catalogue-detail a.lightbox,
.catalogue-detail a.lightbox img {
  display: block;
  width: 100%;
  height: auto;
}
.catalogue-detail a.lightbox {
  margin-bottom: 1.5rem;
}
/* .catalogue-detail .row .flex-row .col:not(:first-child) {
  width: 33.333333333333333%;
} */
.catalogue-detail #fil_ariane {
  display: none;
}
.catalogue-detail .nom-header {
  position: absolute;
  top: 45px;
  margin-top: 4rem;
  width: 100%;
  left: 0;
  text-align: center;
}
.catalogue-detail .nom-header p {
  font-family: var(--font-big-shoulders);
  font-size: 260px;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  opacity: 0.2;
}
.catalogue-detail .content-card-detail .col.s12.m4.l4 {
  min-height: 500px !important;
}
.catalogue-detail .content-card-detail .col.s12.m4.l4:first-child {
  padding-left: 20px;
}
.catalogue-detail .content-card-detail .col.s12.m4.l4:last-child {
  padding-right: 20px;
}
/* .catalogue-detail .content-card-detail .col.s12.m4.l4:first-child {
  border: 1px solid var(--accent-color);
  border-right: none;
} */
/* .catalogue-detail .content-card-detail .col.s12.m4.l4:last-child {
  border: 1px solid var(--accent-color);
  border-left: none;
} */
.catalogue-detail .btn-bdd {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-decoration: none;
}
.catalogue-detail .btn-bdd .bouton a {
  text-decoration: none;
  width: auto;
  background-color: var(--accent-color);
  border: none;
  color: var(--text-color);
  border-radius: 0;
  position: relative;
  font-family: var(--font-big-shoulders);
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.88px;
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 92%, 91% 100%, 0 100%, 0 9%);
  clip-path: polygon(10% 0, 100% 0, 100% 80%, 90% 100%, 0 100%, 0 20%);
}
.catalogue-detail .btn-bdd .bouton a:hover {
  background-color: var(--accent-color-darken);
}
.catalogue-detail .btn-bdd .bouton_rea a {
  text-decoration: none;
  width: auto;
  background-color: var(--primary-color);
  border: none;
  color: var(--text-color);
  border-radius: 0;
  position: relative;
  font-family: var(--font-big-shoulders);
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.88px;
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 92%, 91% 100%, 0 100%, 0 9%);
  clip-path: polygon(6% 0, 100% 0, 100% 80%, 94% 100%, 0 100%, 0 20%);
}
.catalogue-detail .btn-bdd .bouton_rea a:hover {
  background-color: var(--primary-color-darken);
}

.catalogue-detail .part-left h1 {
  font-size: 64px;
  font-family: var(--font-big-shoulders);
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
  border-bottom: 1px solid var(--accent-color);
  margin-bottom: 3px;
  padding-bottom: 1rem;
  margin-top: 1rem;
  height: 120px;
  display: flex;
  align-items: center;
}
.catalogue-detail .part-left ul {
  display: flex;
  flex-direction: row;
  margin-left: 0;
}
.catalogue-detail .part-ingredients ul {
  border-bottom: 1px solid var(--accent-color);
  padding-bottom: 1rem;
}
.catalogue-detail .part-ingredients ul:last-of-type {
  border: none !important;
}
/* .catalogue-detail .part-ingredients ul:not(.part-ingredients ul:nth-child(7)) {
  border-bottom: 1px solid var(--accent-color);
  padding-bottom: 1rem;
} */
/* .catalogue-detail .part-ingredients ul:last-child {
 border-bottom: none!important;
} */

.catalogue-detail .part-left ul li {
  color: var(--text-color) !important;
  list-style: none;
  padding-right: 1rem;
  padding-left: 1rem;
  border-right: 1px solid var(--accent-color);
}
.catalogue-detail .part-left ul li:first-child {
  padding-left: 0;
}
.catalogue-detail .part-left ul li:last-child {
  border-right: 0 !important;
}

.catalogue-detail .description {
  border-bottom: 1px solid var(--accent-color);
  margin-bottom: 1rem;
  padding: 1rem 0;
  height: 120px;
  padding-bottom: 1rem;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.catalogue-detail .part-right {
  text-align: right;
}
.catalogue-detail .part-right .description p {
  font-size: 24px;
  font-family: var(--font-big-shoulders);
  font-weight: 400;
  text-transform: uppercase;
  color: var(--text-color) !important;
  /* text-align: right; */
}
.catalogue-detail .text-red {
  color: var(--accent-color) !important;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: var(--font-big-shoulders);
  letter-spacing: 2.88px;
  margin-bottom: 0;
}
.catalogue-detail .text-right {
  font-size: 22px;
  font-family: var(--font-DM-serif-display);
  font-weight: 400;
  color: var(--text-color) !important;
}

.catalogue-detail .content-card-detail {
  margin-bottom: 3rem;
  /* position: relative; */
}
/* .catalogue-detail .content-card-detail .row::before {
  top: 0;
  border-left: 2px solid var(--accent-color);
  border-top: 1px solid var(--accent-color);
}
.catalogue-detail .content-card-detail .row::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: calc(100% - 24px);
  height: 24px;
  margin: auto;
  transform: skewX(-48deg);
} */

.catalogue-detail .part-left .part-ingredients p:not(p.text-right) {
  font-size: 22px;
  font-family: var(--font-DM-serif-display);
  font-weight: 400;
  color: var(--text-color) !important;
  /* margin-top: 1rem; */
}
.catalogue-detail .text-left {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* .catalogue-detail .content-card-detail .col.s12.m4.l5 {
  padding-bottom: 3rem;
} */

.catalogue-detail .part-left .part-ingredients p:not(.text-left) {
  margin-bottom: 0;
}
.catalogue-detail .part-left .part-ingredients p:not(.text-left) {
  margin-top: 1rem;
}

@media screen and (min-width: 993px) {
  .catalogue-detail .description::before {
    content: "";
    width: 500px;
    height: 120px;
    position: absolute;
    right: 700px;
    background-size: contain;
    background-repeat: no-repeat;
    border-bottom: 1px solid var(--accent-color);
    z-index: -1;
  }
  .catalogue-detail .content-card-detail .row:first-child {
    border: 1px solid var(--accent-color);
    display: flex;
    width: 75%;
    margin: 0 auto;
  }
  .catalogue-detail .content-card-detail .part-img a.lightbox img {
    height: 585px !important;
    width: auto !important;
    margin: 0 auto !important;
  }
  .catalogue-detail header {
    height: 345px;
    position: relative;
  }
}
@media screen and (min-width: 1701px) {
  .catalogue-detail .description::before {
    content: "";
    width: 481px;
    height: 120px;
    position: absolute;
    right: 650px;
    background-size: contain;
    background-repeat: no-repeat;
    border-bottom: 1px solid var(--accent-color);
    z-index: -1;
  }
}
@media screen and (min-width: 1451px) and (max-width: 1700px) {
  .catalogue-detail .description::before {
    content: "";
    width: 481px;
    height: 120px;
    position: absolute;
    right: 540px;
    background-size: contain;
    background-repeat: no-repeat;
    border-bottom: 1px solid var(--accent-color);
    z-index: -1;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1450px) {
  .catalogue-detail .description::before {
    content: "";
    width: 481px;
    height: 120px;
    position: absolute;
    right: 410px;
    background-size: contain;
    background-repeat: no-repeat;
    border-bottom: 1px solid var(--accent-color);
    z-index: -1;
  }
}
@media screen and (min-width: 1061px) and (max-width: 1200px) {
  .catalogue-detail .description::before {
    content: "";
    width: 481px;
    height: 120px;
    position: absolute;
    right: 270px;
    background-size: contain;
    background-repeat: no-repeat;
    border-bottom: 1px solid var(--accent-color);
    z-index: -1;
  }
}
@media screen and (min-width: 831px) and (max-width: 1060px) {
  .catalogue-detail .description::before {
    content: "";
    width: 481px;
    height: 120px;
    position: absolute;
    right: 188px;
    background-size: contain;
    background-repeat: no-repeat;
    border-bottom: 1px solid var(--accent-color);
    z-index: -1;
  }
}
@media screen and (min-width: 601px) and (max-width: 830px) {
  .catalogue-detail .description::before {
    content: "";
    width: 378px;
    height: 120px;
    position: absolute;
    right: 188px;
    background-size: contain;
    background-repeat: no-repeat;
    border-bottom: 1px solid var(--accent-color);
    z-index: -1;
  }
}
@media screen and (min-width: 601px) and (max-width: 992px) {
  .catalogue-detail header {
    height: 450px;
  }
  .catalogue-detail .brand {
    margin-top: 4rem;
  }
  .catalogue-detail .nom-header {
    margin-top: 10rem;
  }
  .catalogue-detail .nom-header p {
    font-size: 130px;
  }
  .catalogue-detail .part-right .description p {
    font-size: 22px;
  }
  .catalogue-detail .part-left h1 {
    padding-bottom: 40px;
  }
  .catalogue-detail .text-right {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .catalogue-detail header {
    height: 200px;
  }
  .catalogue-detail header .brand {
    margin-top: 2rem;
  }
  .catalogue-detail .nom-header p {
    font-size: 50px;
  }
  .catalogue-detail .btn-bdd {
    flex-direction: column;
  }
  .catalogue-detail .btn-bdd a {
    width: 100% !important;
  }
  .catalogue-detail .btn-bdd .bouton a {
    clip-path: polygon(4% 0, 100% 0, 100% 80%, 96% 100%, 0 100%, 0 20%);
  }
  .catalogue-detail .btn-bdd .bouton_rea a {
    clip-path: polygon(4% 0, 100% 0, 100% 80%, 96% 100%, 0 100%, 0 20%);
  }
  .catalogue-detail .nom-header {
    margin-top: 8rem;
  }
  .catalogue-detail .col.s12.m4.l4 {
    border: none !important;
  }
  .catalogue-detail .content-card-detail .col.s12.m4.l4 {
    min-height: 200px !important;
  }
  .catalogue-detail .col.s12.m4.l4 .part-img img {
    width: auto;
    height: 500px;
    margin: 0 auto;
    /* margin-bottom: 5rem; */
  }
  .catalogue-detail .part-right {
    text-align: center;
  }
  .catalogue-detail .part-left {
    text-align: center;
  }
  .catalogue-detail .part-left ul {
    text-align: center;
    justify-content: center;
  }
  /* .catalogue-detail .content-card-detail .row:first-child {
    display: flex;
    flex-direction: column-reverse;
  } */
  .catalogue-detail .part-img img {
    height: 200px !important;
    width: auto !important;
    margin: 0 auto;
  }
  .catalogue-detail .part-left h1 {
    font-size: 35px !important;
    height: auto;
    justify-content: center;
  }
  .catalogue-detail .text-right {
    font-size: 20px;
  }
  .catalogue-detail .description {
    justify-content: center;
  }
}
/* GESTION DE CONTENU */
/* ================== */

input[class*="mce-"] {
  width: 320px;
  max-width: 100%;
  box-sizing: border-box;
}
.mce-label {
  position: static !important;
}

/* PAGE 404 */
/* ======== */
.page-404 header {
  margin-top: 3rem;
  text-align: center;
}
.page-404 header .header-bis-only {
  display: none;
}
.page-404 .right-404 {
  border-radius: 0;
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 92%, 91% 100%, 0 100%, 0 9%);
  clip-path: polygon(6% 0, 100% 0, 100% 92%, 95% 100%, 0 100%, 0 8%);
}
body.page-404 {
  padding-top: 0;
}
.page-404 .right-404 {
  margin: 2.5rem 0 1.5rem;
  padding: 2rem 1rem;
  border-radius: var(--card-border-radius);
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.04);
}
.page-404 .right-404 ul {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 601px) {
  body.page-404 > main > .section > .container > .flex-row {
    flex-direction: row-reverse;
  }
  .page-404 .right-404 {
    margin: 3rem 0;
    padding: 2rem 2.5rem;
  }
}

@media screen and (max-width: 600px) {
  .page-404 header .brand {
    margin-top: 2rem;
  }
}

/* POLITIQUE DE CONFIDENTIALITE */
/* ============================ */
.politique-confidentialite .header-bis-only {
  display: none;
}
.politique-confidentialite address {
  color: var(--text-color);
}
.politique-confidentialite ul li {
  color: var(--text-color);
}
@media screen and (max-width: 600px) {
  .politique-confidentialite header .brand {
    margin-top: 2rem;
  }
  .politique-confidentialite .right-align .btn-contact {
    margin-top: 1rem;
  }
}

/* PLAN SITE */
/* ========= */
.plan-site li::marker {
  color: var(--text-color);
}
.plan-site .header-bis-only {
  display: none;
}

@media screen and (min-width: 993px) {
  .plan-site .col-plan:last-child {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 601px) {
  .plan-site .col-plan:last-child {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .plan-site .col-plan:last-child {
    margin-bottom: 2rem;
  }
  .plan-site header .brand {
    margin-top: 2rem;
  }
}

/* ACTUALITES */
/* ======= */
.actualites-listing .header-bis-only {
  display: none;
}
.actualites-listing #input_recherche_actu {
  color: var(--text-color);
}
.actualites-detail .header-bis-only {
  display: none;
}
#encart-actualites {
  padding: 4rem 0 0 0;
}
.actualitesDetailContenu ul,
.actualitesDetailContenu ol {
  margin-left: 40px;
}
#encart-actualites p.title-blog {
  text-align: center;
  color: var(--accent-color) !important;
  font-family: var(--font-big-shoulders);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0;
}
#encart-actualites .title-2 {
  text-align: center;
  color: var(--text-color);
  font-size: 40px;
  font-family: var(--font-DM-serif-display);
  font-weight: 400;
  margin-bottom: 3rem;
  margin-top: 5px;
}
#encart-actualites .date-actualite {
  font-size: 12px;
  font-weight: bold;
  color: var(--accent-color);
  font-family: var(--font-big-shoulders);
  margin-top: 1rem;
  text-transform: uppercase;
}
#encart-actualites .card-title a {
  font-size: 24px;
  color: var(--text-color);
  font-family: var(--font-DM-serif-display);
  font-weight: 400;
}
#encart-actualites .card p {
  font-size: 18px;
  font-weight: 400;
}
#encart-actualites .center-align a {
  background-color: var(--accent-color);
  border: none;
  color: var(--text-color);
  border-radius: 0;
  position: relative;
  font-family: var(--font-big-shoulders);
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.88px;
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 92%, 91% 100%, 0 100%, 0 9%);
  clip-path: polygon(10% 0, 100% 0, 100% 80%, 90% 100%, 0 100%, 0 20%);
}
#encart-actualites .center-align a:hover {
  background-color: var(--accent-color-darken);
}

.actualites-listing .titre_actu,
.actualites-detail .titre_actu {
  color: var(--accent-color) !important;
}
.actualites-listing .date_actu,
.actualites-detail .date_actu {
  color: var(--primary-color) !important;
}
.actualites-detail .detail_actu img {
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 92%, 91% 100%, 0 100%, 0 9%);
  clip-path: polygon(6% 0, 100% 0, 100% 90%, 93% 100%, 0 100%, 0 10%);
}
.actualites-detail #titre_listing_calendrier {
  color: var(--text-color);
}
.actualites-detail #titre_listing_calendrier {
  color: var(--text-color);
}
.actualites-detail .mois_listing {
  color: var(--secondary-color);
}
.actualites-detail #listing_calendrier_2 ul li::marker {
  color: var(--secondary-color);
}
.actualites-detail .bouton2 a {
  border-radius: 0 !important;
}

@media screen and (min-width: 993px) {
  #encart-actualites:before {
    content: "BLOG";
    color: var(--secondary-color);
    font-family: var(--font-big-shoulders);
    font-size: 360px;
    opacity: 0.1;
    position: absolute;
    left: 37%;
    background-size: contain;
    background-repeat: no-repeat;
    top: 3680px;
  }
}

@media screen and (min-width: 601px) and (max-width: 992px) {
  #encart-actualites:before {
    content: "BLOG";
    color: var(--secondary-color);
    font-family: var(--font-big-shoulders);
    font-size: 360px;
    opacity: 0.1;
    position: absolute;
    left: 19%;
    background-size: contain;
    background-repeat: no-repeat;
    top: 3825px;
  }
}
@media screen and (max-width: 600px) {
  .actualites-listing header .brand {
    margin-top: 2rem;
  }
  .actualites-detail header .brand {
    margin-top: 2rem;
  }
  #encart-actualites .center-align {
    margin-top: 4rem;
  }
  #encart-actualites p.title-blog {
    font-size: 20px;
  }
}

/*                        BLOC                   */
/* ============================================= */

/* BLOC-01 */
#bloc-01 .col.s12.m12.l6 {
  margin: 0 auto;
}
#bloc-01 p:not(p:last-child) {
  color: var(--secondary-color);
}
#bloc-01 {
  background-image: url("../assets/gifs/img-bg-bloc1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 870px;
  display: flex;
  align-items: center;
}
#bloc-01 h1 {
  font-size: 40px;
  font-weight: 100;
  text-align: center;
  margin-top: 0;
  width: 50%;
  margin: 0 auto;
  padding-bottom: 30px;
}

/* BLOC-02 */
/* #bloc-02 {
  margin-top: 4rem;
  margin-bottom: 4rem;
} */
#bloc-02 .col.s12.m12.l6 {
  margin: 0 auto;
}
#bloc-02 h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 100;
}
#bloc-02 p {
  color: var(--secondary-color);
}

/* BLOC-03 */
/* #bloc-03 {
  margin-top: 4rem;
  margin-bottom: 4rem;
} */
#bloc-03 .col.s12.m12.l6 {
  margin: 0 auto;
}
#bloc-03 h3 {
  text-align: center;
  font-size: 25px;
  font-weight: 100;
}
#bloc-03 p {
  color: var(--secondary-color);
}

/* BLOC-04 */
#bloc-04 .col.s12.m12.l6 {
  margin: 0 auto;
}
#bloc-04 h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 100;
}
#bloc-04 p {
  color: var(--secondary-color);
}

@media screen and (min-width: 601px) and (max-width: 750px) {
  #bloc-01 {
    margin-top: 2rem;
  }
  #bloc-01 h1 {
    font-size: 25px !important;
  }
}

@media screen and (max-width: 992px) {
  #bloc-01 {
    /* padding-top: 0; */
  }
}
@media screen and (max-width: 600px) {
  #bloc-01 {
    padding-bottom: 3rem;
    /* margin-top: 18rem; */
  }
  #bloc-01 h1 {
    font-size: 20px !important;
  }
}
/*                    FIN BLOC                   */
/* ============================================= */

/* POP MAJEUR */
/* .box-layer {
  padding: 25px 15px;
  text-align: center;
}
.box-layer h1 {
  font-size: 1.800em;
  line-height:1.2em;
}
.box-layer h1 span {
  font-size: 1.538em;
  display: block;
  color: #e94e18;
}
.box-layer h2 strong {
  color: #e94e18;
}
.box-layer #form-majeur {
  margin: 20px auto 10px;
}
.box-layer #form-majeur input {
  display: block;
  margin-bottom: 10px;
} */

#majeur {
  background-image: url(../assets/gifs/slider/slide-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
}

#majeur .box-layer {
  padding: 1rem 0 0;
  text-align: center;
}

#majeur .box-layer h1 span,
#majeur .box-layer h2 strong {
  color: var(--accent-color);
}

#majeur .box-layer h2 strong {
  white-space: nowrap;
}

#majeur .box-layer h1 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
}

#majeur .box-layer h1 span {
  margin: 0;
  font-size: 2rem;
}

#majeur .box-layer h2 {
  margin: 0 0 1rem;
  font-size: 1rem !important;
  line-height: 1.375;
}

#majeur .box-layer #maj-ok,
#majeur .box-layer #maj-ko {
  display: inline-block;
  width: 90%;
  margin-bottom: 0.5rem;
  padding: 10px 15px;
  transition: 0.3s;
  cursor: pointer;
}
#majeur .box-layer h1 {
  margin-bottom: 1rem;
  font-size: 30px;
  font-family: var(--font-DM-serif-display);
  color: var(--secondary-color);
}
#majeur .box-layer h2 {
  margin-top: 1rem;
  font-family: var(--font-primary);
  color: var(--text-color);
  font-weight: 400;
  line-height: 1.5;
}

@media screen and (min-width: 521px) {
  #majeur .box-layer {
    padding: 2rem 1.5rem 1.5rem;
  }
  #majeur .box-layer img {
    margin-bottom: 3rem;
  }

  #majeur .box-layer #maj-ok,
  #majeur .box-layer #maj-ko {
    width: auto;
    margin: 0;
  }
}

@media screen and (max-width: 992px) {
  .main-nav {
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 600px) {
  .img-logo-waiting {
    width: 50%;
    margin-bottom: 1rem;
  }
}

.bloc-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid grey;
  padding-top: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.bloc-contact p {
  text-align: center;
  color: #fff !important;
}
.bloc-contact a {
  background-color: var(--accent-color);
  border: none;
  color: var(--text-color);
  border-radius: 0;
  position: relative;
  font-family: var(--font-big-shoulders);
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2.88px;
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 92%, 91% 100%, 0 100%, 0 9%);
  clip-path: polygon(3% 0, 100% 0, 100% 83%, 97% 100%, 0 100%, 0 20%);
  width: fit-content;
  margin: 0 auto;
}

/* IMAGES DE SEPARATION */
/* ==================== */
#image-separation {
  background-size: cover;
  height: 400px;
  width: 100%;
  background-position: center;
}
#image-separation {
  background-image: url(../assets/gifs/001.jpg);
}
/* tete de tigre */
.logoAccueil {
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 993px) {
  #image-separation {
    background-image: url(../assets/gifs/001.jpg);
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

@media screen and (max-width: 600px) {
  #encart-catalogue .slick-catalogue .slick-prev {
    transform: translate(-235%, 60px);
  }

  #encart-catalogue .slick-catalogue .slick-next {
    transform: translate(200%, 60px);
  }

  footer .reseaux-sociaux {
    width: 100%;
    text-align: center;
  }

  footer .reseaux-sociaux ul li {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* MODIFS 2023 */
/* =========== */

#majeur .popup_content svg {
  display: block;
  text-align: center;
  margin: auto;
}
#form-majeur #maj-ok,
#form-majeur #maj-ko {
  font-family: "Gilroy", var(--primary-font), sans-serif;
  font-weight: 800;
}
/* .index-page .fold{
  display: none;
} 
*/
.citation {
  text-align: center;
  font-style: italic;
  margin-bottom: 8px;
}
.citation span {
  font-style: normal;
  font-size: 1.2rem;
  opacity: 0.5;
}
/* .video-background:after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 461px;
  height: 425px;
  z-index: 2;
  background-image: url(../assets/gifs/logo-waiting-page.png);
  transform: translate(-50% ,-50%);
  background-repeat: no-repeat;
  opacity: 0.5;
  background-size: contain;
} */
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  max-width: 800px;
  aspect-ratio: 16/9;
  height: auto;
  margin: 24px auto;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
  max-height: 550px;
  position: absolute;
}
@media screen and (min-width: 1200px) {
  .index-page header .slider-slick,
  .index-page header .slick-track,
  .index-page header .slider-slick img,
  .index-page header .slide-img {
    min-height: 660px;
  }
}
@media screen and (max-width: 992px) {
  #majeur .popup_content svg {
    width: 50%;
    max-width: 350px;
  }
  /* .citation{
    margin-top: 16px;
    padding: 0 24px;
  } */
  .citation {
    margin-top: -2px;
    padding: 0px 24px;
  }
  .index-page header .slider-slick {
    min-height: 680px;
  }
  .video-background:after {
    width: 300px;
    height: 277px;
  }
}
@media screen and (max-width: 600px) {
  .video-background:after {
    width: 250px;
    height: 230px;
  }
  #majeur .popup_content svg {
    display: block;
    text-align: center;
    margin: auto;
    width: 50%;
  }
}

.bandeau {
  position: relative;
  padding: 2rem 20px 1rem;
  margin: 2rem 0;
  color: white;
  background-color: #760008;
  background-image: url(../assets/gifs/pattern-3.jpg);

  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 92%, 91% 100%, 0 100%, 0 9%);
  clip-path: polygon(6% 0, 100% 0, 100% 70%, 95% 100%, 0 100%, 0 30%);
}
/* .bandeau::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  display: block;
  width: 100%;
  aspect-ratio: 16/7;
  background-image: url('../assets/gifs/bandeau.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  opacity: 0.5;
} */
.bandeau p {
  color: white !important;
}
.bandeau p.boutons {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
}
.bandeau p.boutons a {
  margin: 0 20px;
  border-radius: 0;
  -webkit-clip-path: polygon(9% 0, 100% 0, 100% 92%, 91% 100%, 0 100%, 0 9%);
  clip-path: polygon(7% 0, 100% 0, 100% 84%, 94% 100%, 0 100%, 0 20%);
}

@media screen and (max-width: 600px) {
  .bandeau p.boutons {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .bandeau p.boutons a {
    margin-bottom: 10px;
  }

  .video-foreground {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 601px) and (max-width: 992px) {
  .catalogue-listing main {
    margin-top: 35rem;
  }
}
@media screen and (max-width: 600px) {
  .catalogue-listing main {
    margin-top: 10rem;
  }
  .catalogue-listing:before {
    background: url(../assets/gifs/img-bg-bdd-listing.jpg) no-repeat center 65px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}
/* INTERNE PARTICULIER */
.particulier .section-particulier {
  color: #fff;
}
.particulier .section-particulier table {
  border-collapse: collapse;
  border-spacing: 0;
  position: relative;
  /* -webkit-clip-path: polygon(9% 0, 100% 0, 100% 92%, 91% 100%, 0 100%, 0 9%);
  clip-path: polygon(7% 0, 100% 0, 100% 84%, 94% 100%, 0 100%, 0 20%);
  border: 1px solid var(--accent-color); */
}
.particulier .section-particulier table:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -11px;
  width: 21px;
  height: 20px;
  background: #000;
  border-right: 1px solid var(--accent-color);
  transform: rotate(45deg);
}
.particulier .section-particulier table::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -11px;
  width: 21px;
  height: 20px;
  background: #000;
  border-right: 1px solid var(--accent-color);
  transform: rotate(225deg);
}
.particulier .section-particulier table tr td {
  border: 1px solid var(--accent-color);
  vertical-align: middle;
  text-align: center;
  padding: 0.65rem;
}
.particulier .sc-content .ac-doubleColonne .ac-colonne {
  margin-top: 1rem;
}
@media (min-width: 601px) and (max-width: 992px) {
  .particulier .sc-content .ac-doubleColonne {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .particulier .sc-content .ac-doubleColonne .ac-colonne {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .particulier .section-particulier {
    overflow: scroll;
  }
  .particulier .section-particulier table:before {
    top: -10px;
    left: -12px;
  }
  .particulier .section-particulier table::after {
    right: -10px;
  }
}
@media screen and (min-width: 601px) {
  .fold .fold-contact {
    margin-top: 2.2rem;
  }
}
@media screen and (min-width: 993px) {
  .contact-page .coordonnees-contact {
    padding-top: 115px;
}
  .tap-bar {
    display: none;
}

  .fold .fold-contact {
    display: none;
  }
  .reseaux-sociaux {
    display: block;
    margin-top: 0;
  }
  footer .reseaux-sociaux ul {
    justify-content: center;
  }
  footer .reseaux-sociaux:first-child {
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
  footer address {
    margin-bottom: 2rem;
  }
}

/* tete de tigre */
@media screen and (max-width: 992px) {
  .logoAccueil {
    width: 829px;
    height: 200px;
    margin: auto;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
  }
}

@media screen and (min-width: 800px) and (max-width: 992px) {
  .logoAccueil {
    width: 998px;
    height: 497px;
    object-fit: cover;
  }
}
@media screen and (min-width: 600px) and (max-width: 799px) {
  .logoAccueil {
    width: 1575px;
    height: 658px;
    object-fit: cover;
  }
}
@media screen and (min-width: 523px) and (max-width: 599px) {
  .logoAccueil {
    width: 1575px;
    height: 658px;
    object-fit: cover;
  }
}
@media screen and (min-width: 250px) and (max-width: 522px) {
  .logoAccueil {
    width: 1750px;
    height: 432px;
    object-fit: cover;
  }
}

/* MODIFS 2024 */
/* PAGE CHARGEMENT */
#loader {
  background-image: url("../assets/gifs/logo-chargement.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}
#loader div {
  width: 100%;
  text-align: center;
}
#majeur #loader div span {
  font-family: var(--font-primary);
  font-size: 30px;
  font-weight: 900;
  color: var(--accent-color-darken);
}
.loader {
  border: 8px solid var(--primary-background-color); /* Couleur claire pour le fond */
  border-top: 8px solid var(--accent-color-darken); /* Couleur du rond de chargement */
  border-radius: 50%; /* Pour le rendre circulaire */
  width: 50px !important; /* Taille du rond */
  height: 50px !important; /* Taille du rond */
  animation: spin 2s linear infinite; /* Animation de rotation */
  margin: 30px auto; /* Centrer le rond de chargement */
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* AJOUT ~~ juillet 2025 */
@media screen and (min-width: 993px) {
  header .top-bar .reseaux-sociaux ul {
    justify-content: center;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 993px) and (max-width: 1190px) {
  header .fold img.logoAccueil {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1191px) and (max-width: 1855px) {
  header .fold img.logoAccueil {
    margin-top: 2rem;
  }
}

/* AJOUT TAP-BAR */
.tap-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 1rem;
  padding-top: 1rem;
  z-index: 99;
  background: linear-gradient(
    hsla(white, white, white, 0),
    var(--background-color)
  );
  /* transform: translateY(100%);
  animation: slidein 0.75s ease-out 1s; 
  animation-fill-mode: forwards; */
}
.tap-bar .col:not(:first-child) {
  padding-left: 0.25rem;
}
.tap-bar .col:not(:last-child) {
  padding-right: 0.25rem;
}
.tap-bar .tap-bar-item {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0.25rem;
}
.tap-bar .tap-bar-item span {
  margin: 0.5rem 0;
  font-size: 2rem;
}
.tap-bar .tap-bar-item a {
  text-decoration: none;
}
.tap-bar .tap-bar-item a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contact-page .tap-bar .tap-bar-contact a,
.contact-page .tap-bar .tap-bar-contact span {
  pointer-events: none;
  opacity: 0.5;
}
.devis-page .tap-bar .tap-bar-devis a,
.devis-page .tap-bar .tap-bar-devis span {
  pointer-events: none;
  opacity: 0.5;
}
@media screen and (max-width: 444px) {
  .tap-bar a {
    font-size: 10px;
  }
}


.particulier .btn-contact a{
      padding: 8px 6px 6px 6px;
    background-color: var(--accent-color);
    border: none;
    color: var(--text-color);
    border-radius: 0;
    position: relative;
    font-family: var(--font-big-shoulders);
    font-weight: bold;
    font-size: 17px;
    text-transform: uppercase;
    /* letter-spacing: 2.88px; */
    -webkit-clip-path: polygon(9% 0, 100% 0, 100% 92%, 91% 100%, 0 100%, 0 9%);
    clip-path: polygon(7% 0, 100% 0, 100% 84%, 94% 100%, 0 100%, 0 20%);
}

a.align-center{
  display: flex;
  justify-content: center;
}