@font-face {
  font-family: "Boska-Extralight";
  src: url("../fonts/Boska-Extralight.woff2") format("woff2"),
    url("../fonts/Boska-Extralight.woff") format("woff");
  font-weight: 200;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Boska-ExtralightItalic";
  src: url("../assets/fonts/Boska-ExtralightItalic.woff2") format("woff2"),
    url("../assets/fonts/Boska-ExtralightItalic.woff") format("woff");
  font-weight: 200;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Boska-Light";
  src: url("../assets/fonts/Boska-Light.woff2") format("woff2"),
    url("../assets/fonts/Boska-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Boska-LightItalic";
  src: url("../assets/fonts/Boska-LightItalic.woff2") format("woff2"),
    url("../assets/fonts/Boska-LightItalic.woff") format("woff");
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Boska-Regular";
  src: url("../assets/fonts/Boska-Regular.woff2") format("woff2"),
    url("../assets/fonts/Boska-Regular.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Boska-Italic";
  src: url("../assets/fonts/Boska-Italic.woff2") format("woff2"),
    url("../assets/fonts/Boska-Italic.woff") format("woff");
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Boska-Medium";
  src: url("../assets/fonts/Boska-Medium.woff2") format("woff2"),
    url("../assets/fonts/Boska-Medium.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Boska-MediumItalic";
  src: url("../assets/fonts/Boska-MediumItalic.woff2") format("woff2"),
    url("../assets/fonts/Boska-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Boska-Bold";
  src: url("../assets/fonts/Boska-Bold.woff2") format("woff2"),
    url("../assets/fonts/Boska-Bold.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Boska-BoldItalic";
  src: url("../assets/fonts/Boska-BoldItalic.woff2") format("woff2"),
    url("../assets/fonts/Boska-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: "Boska-Black";
  src: url("../assets/fonts/Boska-Black.woff2") format("woff2"),
    url("../assets/fonts/Boska-Black.woff") format("woff");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Boska-BlackItalic";
  src: url("../assets/fonts/Boska-BlackItalic.woff2") format("woff2"),
    url("../assets/fonts/Boska-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 200.0;
*
* available axes:
'wght' (range from 200.0 to 900.0
*/
@font-face {
  font-family: "Boska-Variable";
  src: url("../assets/fonts/Boska-Variable.woff2") format("woff2"),
    url("../assets/fonts/Boska-Variable.woff") format("woff");
  font-weight: 200 900;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 200.0;
*
* available axes:
'wght' (range from 200.0 to 900.0
*/
@font-face {
  font-family: "Boska-VariableItalic";
  src: url("../assets/fonts/Boska-VariableItalic.woff2") format("woff2"),
    url("../assets/fonts/Boska-VariableItalic.woff") format("woff");
  font-weight: 200 900;
  font-display: swap;
  font-style: italic;
}

:root {
  --primary-h: 27; /* hue */
  --primary-s: 100%; /* saturation */
  --primary-l: 91%; /* lightness */


  --accent-h: 357; /* hue */
  --accent-s: 40%; /* saturation */
  --accent-l: 44%; /* lightness */

  --text-h: 0; /* hue */
  --text-s: 0%; /* saturation */
  --text-l: 15%; /* lightness */

  --background-h: 0; /* hue */
  --background-s: 0%; /* saturation */
  --background-l: 100%; /* lightness */

  --primary-font: "Lato", sans-serif;
  --secondary-font: "Boska-Medium", sans-serif;
  --font-2-font: "Boska-Bold", sans-serif;
  --font-3-font: "Boska-Regular", sans-serif;
  --accent-font: "Barlow", sans-serif;

  --h1-font-size: 2rem;
  --h2-font-size: 1.7rem;
  --h3-font-size: 1.5rem;

  --headings-line-height: 1.333333;
  --link-color: var(--primary-color-40);

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

.content-slider-mj {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
/* BRAND */
/* ===== */
video#background-video {
  height: auto;
  max-height: 708px;
  object-fit: cover;
  position: relative;
  z-index: 0;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
}

div#encart-nweslettre .title-2 {
  font-size: 24px;
}

video#background-video:before {
  position: absolute;
  content: "";
}
html.nos-formations nav#fil_ariane {
  margin-top: 0 !important;
}
.bloc-encart-tarifs {
  border: 1px solid var(--primary-color);
  padding: 4rem 0rem;
  margin-top: 120px !important;
}
div#video {
  padding-top: 40px;
  padding-bottom: 0;
}

div#video iframe {
  min-height: 508px;
  object-fit: cover;
}
html.nos-formations div#encart-catalogue {
  padding-top: 0.5rem !important;
}
.brand a {
  display: inline-block;
  transition: opacity 0.3s;
}
.brand a:hover {
  opacity: 1;
}
header .brand img.footer-only,
footer .brand img.header-only,
.rappel_telephonique .brand img.footer-only {
  display: none;
}

div#bg-mj-formation {
  background-image: url("../assets/gifs/slider/slide-01_small.jpg");
  background-size: cover;
  background-position: center top;
  padding: 120px 0;
}

div#bg-financement {
  background-image: url("../assets/gifs/slider/slide-01_small.jpg");
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}

div#bg-certifications {
  background-image: url("../assets/gifs/slider/slide-01_small.jpg");
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}

div#bg-epilation-laser {
  background-image: url("../assets/gifs/slider/slide-01_small.jpg");
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}

.galerie.Slick-galeries {
  max-width: 600px !important;
  width: 100% !important;
  margin: auto !important;
}

.bannier-actualiter {
  display: none;
}
body.actualites-listing .bannier-actualiter,
body.actualites-detail .bannier-actualiter {
  display: block;
}

body.catalogue-listing div#bg-onglorie {
  display: none;
}
body.catalogue-listing .btn-cat {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem clamp(0.5rem, 5vw, 2rem);
  flex-wrap: wrap;
}
body.catalogue-listing .btn-cat a {
  color: hsla(330, 1%, 27%, 1);
  background-color: hsla(30, 33%, 98%, 1);
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5;
  width: clamp(0px, 100%, 240px);
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
  transition: 0.3s ease-in-out;
}
body.catalogue-listing .btn-cat a:is(:hover, :focus-visible) {
  background-color: hsla(30, 6%, 88%, 1);
}
.no-page {
  display: none;
}

img.no-mobile1 {
  display: none;
}
div#detail {
  margin-bottom: 120px !important;
}
body.catalogue-detail .no-page {
  display: block;
}
div#bloc-footer-1 {
  padding-bottom: 60px !important;
}
body.catalogue-listing .no-page {
  display: block;
}
.formulaire-right-detail input#field_3:hover {
  opacity: 0.7;
}
body.catalogue-listing div#bg-cils {
  display: none;
}

body.catalogue-listing div#bg-maquillage {
  display: none;
}

body.catalogue-listing.header-onglerie div#bg-onglorie {
  display: block;
}

body.catalogue-listing.header-onglerie div#bg-formation {
  display: none;
}

body.page-interne .bg-header-listing {
  display: none;
}

body.catalogue-listing.header-cils div#bg-formation {
  display: none;
}

body.catalogue-listing.header-cils div#bg-cils {
  display: block;
}

body.catalogue-listing.header-maquillage div#bg-formation {
  display: none;
}

body.catalogue-listing.header-maquillage div#bg-maquillage {
  display: block;
}
.titre-top {
  font-size: 16px;
  color: #454344;
}
html.nos-formations div#encart-catalogue .row.row-title.l-stretch {
  display: none;
}
.titre-header-interne {
  font-size: 34px;
  font-family: var(--secondary-font);
}
.titre-header-interne h1 {
  font-size: 34px !important;
  font-family: var(--secondary-font) !important;
}
.titre-sous-categorie {
  font-size: 28px;
  line-height: 41px;
  font-family: "Boska-Regular";
}

.titre-sous-categorie span {
  display: block;
}

body.actualites-detail .bg-header-listing {
  display: none;
}
.formulaire-right-detail {
  margin-bottom: 2rem;
}
div#bg-formation {
  background-image: url("../assets/gifs/slider/slide-01_small.jpg");
  background-size: cover;
  background-position: center;
  padding: 98px 0px;
}

div#bg-actu {
  background-image: url("../assets/gifs/slider/slide-01_small.jpg");
  background-size: cover;
  background-position: center;
  padding: 88px 0px;
}

div#bg-onglorie {
  background-image: url("../assets/gifs/slider/slide-01_small.jpg");
  background-size: cover;
  background-position: center;
  padding: 119.5px 0px;
}

div#bg-cils {
  background-image: url("../assets/gifs/slider/slide-01_small.jpg");
  background-size: cover;
  background-position: center;
  padding: 119.5px 0px;
}

div#bg-maquillage {
  background-image: url("../assets/gifs/slider/slide-01_small.jpg");
  background-size: cover;
  background-position: center;
  padding: 119.5px 0px;
}
.catalogue-detail-contenu h3:last-of-type {
  margin-top: 56px;
}
.titre-header-interne span {
  display: block;
}
.bloc-p-2 p {
  color: #fff !important;
}
body.catalogue-detail.header-onglerie div#bg-formation,
body.catalogue-detail.header-onglerie div#bg-cils,
body.catalogue-detail.header-onglerie div#bg-maquillage {
  display: none;
}

body.catalogue-detail.header-maquillage div#bg-formation,
body.catalogue-detail.header-maquillage div#bg-onglorie,
body.catalogue-detail.header-maquillage div#bg-cils {
  display: none;
}

body.catalogue-detail.header-cils div#bg-formation,
body.catalogue-detail.header-cils div#bg-onglorie,
body.catalogue-detail.header-cils div#bg-maquillage {
  display: none;
}

body.actualites-listing .bg-header-listing,
body.contact-page .bg-header-listing,
body.plan-site .bg-header-listing,
body.politique-de-confidentialite .bg-header-listing {
  display: none;
}

/* SLIDER */
/* ====== */
.catalogue-detail-contenu h3 {
  font-size: 32px;
  line-height: 35.2px;
  margin-bottom: 24px;
}
div#tow-form {
  margin-bottom: 52px;
}

.p {
  color: #454344;
  font-size: 17px;
  margin-bottom: 46px;
}
.catalogue-detail-contenu {
  max-width: 687px;
}

.catalogue-detail-contenu p {
  font-size: 17px !important;
  color: #454344;
}
.slider-slick {
  width: 100%;
  background-color: var(--background-color);
  position: relative;
  z-index: 0;
}
.slider-slick .slick {
  height: 100%;
}
.before-title {
  color: #4e4b49;
  padding-left: 76px;
  position: relative;
  margin-bottom: 24px;
}
.categorie.catalogue-categorie.catalogue-detail-categorie {
  display: none;
}
.before-title:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #7a6152;
  height: 2px;
  width: 60px;
}
.menu-mobile .brand {
  max-width: 70%;
}
.footer .brand {
  display: none;
}
div#before-img {
  margin-bottom: 1.5rem;
}
.row.slick-partenaires {
  align-items: center;
}

body.catalogue-detail #bloc-02 .btn-formation {
  display: none;
}
h2 {
  margin-bottom: 24px;
}
div#encart-partenaires img {
  margin: auto;
}
.btn-bdd a {
  position: relative;
  max-width: 107px;
}

.btn-bdd a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #9b4347;
  width: 20px;
  height: 1px;
}
div#bloc-03 .col p:first-of-type {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #7a6152;
  margin-top: 24px;
}

form#formulaire_4 input {
  padding: 22.5px 26px;
}
section.ac-colonne.ac-colonne_1.b-right.ui-sortable {
  margin-bottom: 2rem;
}
form#formulaire_4 input::placeholder {
  color: #454344;
  opacity: 1;
  font-size: 17px;
}
.slide-img .container {
  min-height: 980px;
}
.slide-img .container .bloc {
  height: 980px;
}
header .slider-slick {
  height: 980px;
}
.slide-img {
  margin-inline: 2rem;
  width: calc(100% - 4rem) !important;
  min-height: 980px;
  background-size: cover;
  background-position: center;
}
.slick-dots li button .slick-dot-icon:before {
  font-size: 16px;
}
div#bloc-05 .top-title {
  padding: 0;
}

div#bloc-05 .top-title:before {
  display: none;
}
/* HEADER */
/* ===== */
.card-content.actualites-card-content.actualites-listing-card-content .row {
  justify-content: center;
}
.btn-bdd a {
  padding: 0 !important;
  border: none !important;
  color: var(--accent-color) !important;
  font-family: var(--primary-font) !important;
  font-size: 16px !important;
}
.listing-btn.actualites-listing-btn {
  text-align: center;
}
.btn-bdd {
  margin-top: 16px;
}
.col.no-mt {
  display: none;
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.3s;
  z-index: 100;
}
div#bloc-02 .row {
  display: flex;
  flex-direction: column-reverse;
}
.sticky-header .sticky.scroll_down {
  transform: translateY(-100%);
}
.fold {
  padding-top: 1rem;
  padding-bottom: 8px;
}
header a.tel.gtm-global-tel {
  display: block;
}
div#row-interne {
  margin-bottom: 60px;
}
header .btn-contact {
  margin-top: 0;
}
.slick-dots li button {
  height: 1.5rem;
  width: 1.5rem;
}
html.nos-formations div#encart-catalogue {
  margin: 0;
  background: no-repeat;
  padding: 60px 0;
}

.index-page div#encart-actualites .container {
  width: 90%;
}

.btn-tel {
  background: var(--accent-color);
  color: #fff;
  border-radius: 5px;
  max-width: 408px;
  text-align: center;
  padding: 22px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
}
main p {
  font-size: 16px;
  margin-bottom: 24px;
}
body.actualites-listing div#encart-points-forts {
  padding-top: 120px;
}

div#encart-points-forts .container {
  width: 100%;
}

.encart-avis.section.gtm-encart-avis .container {
  width: 100%;
}

.index-page div#encart-points-forts .container {
  width: 90%;
}

.index-page .encart-avis.section.gtm-encart-avis .container {
  width: 90%;
}

div#encart-catalogue2 .slick-dots {
  bottom: -5rem;
}

ul.lien-bas li {
  margin: 16px;
}
.btn-bdd a:hover {
  background: transparent !important;
}

.btn-bdd a:hover svg path {
  fill: var(--accent-color) !important;
}
.sc-content #relance ul {
  padding-inline-start: 0px;
}
.brand .left-align {
  text-align: left;
}
.slide-content .btn-devis {
  display: none;
}

button.slick-autoplay-toggle-button {
  display: none;
}
.fold address {
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
body.catalogue-detail div#bdd {
  display: none;
}

body.catalogue-detail .title-2 {
  margin-bottom: 2rem !important;
}

body.catalogue-detail div#encart-catalogue2:before {
  background-position: top;
  height: 58%;
}

.brand {
  display: inline-block;
}
.header-content .nav ul li a.selected {
  background-color: transparent;
  color: var(--primary-color-40);
}
.menu-mobile {
  height: 6.5rem;
}
.menu_opened .menu-mobile {
  height: 3.5rem;
}
.row.slick-pourcentages {
  max-width: 1166px;
}
.chiffres span {
  display: block;
  font-weight: bold;
  font-size: 51px;
  line-height: 53.2px;
  margin: 4px 0;
}
section.ac-doubleColonne.bloc-interne.no-padd {
  margin-bottom: 0 !important;
  padding-bottom: 60px;
}

.bg-before {
  position: relative;
  z-index: 0;
  padding-bottom: 120px;
  margin-bottom: 90px;
}

.bg-before:before {
  position: absolute;
  content: "";
  left: -50%;
  right: 0;
  margin: auto;
  width: 200%;
  height: 100%;
  top: 0;
  bottom: 0;
  background: #fbf9f7;
  z-index: -1;
}
.before-left {
  border-left: 1px solid #454344;
}
.point img {
  margin: auto;
}
body.fancy-box-body input#input_newsletter {
  border: 1px solid var(--accent-color);
}
.chiffres {
  text-align: center;
  color: #000000;
  font-size: 17px;
  text-transform: uppercase;
}
/* BLOC */
/* ===== */
div#bloc-03 li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  list-style: none;
}
.bloc-p-3 p {
  color: #454344;
  font-weight: 600;
}
div#encart-partenaires {
  position: relative;
  z-index: 0;
}
.index-page div#encart-partenaires:before {
  display: none;
}
div#encart-partenaires:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  background: #f0e9e44d;
  bottom: -62px;
  width: 100%;
  height: 198%;
  pointer-events: none;
}

div#encart-nweslettre {
  position: relative;
  z-index: 1;
}
div#bloc-03 li:before {
  position: absolute;
  content: "";
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url(../assets/gifs/li-puce.svg);
  top: 0;
  bottom: 0;
  margin: auto;
}
.row.img-rs {
  display: block;
}
html.cils-et-sourcils .bg-before {
  padding-bottom: 60px;
}
div#bloc-03 ul {
  margin-top: 37px !important;
}
div#bloc-03 ul {
  padding-left: 0;
  margin-bottom: 24px;
}
h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before {
  display: none;
}
#bloc-02 .btn-formation {
  margin: 24px 0;
}
.divGenerateur label.optional {
  display: none;
}
.bloc-p-2 {
  background: #896955;
  padding: 1rem;
  margin-top: 1rem;
  color: #fff;
}
div#section-contact {
  padding: 2rem 0;
}
.row.img-rs {
  display: block;
}
.rs .reseaux-sociaux.gtm-reseaux-sociaux svg {
  width: 47px;
  height: 47px;
}

.rs .reseaux-sociaux.gtm-reseaux-sociaux {
  margin-top: 20px;
}
.rs {
  padding: 25px 81px;
}

.rs .row {
  justify-content: start !important;
}
.bloc-p-2 p {
  margin: 0;
}
#bloc-01 img,
#bloc-02 img,
#bloc-03 img,
#bloc-04 img,
#bloc-05 img,
#bloc-06 img,
#bloc-07 img {
  display: block;
  margin: auto;
}
.slide-content {
  padding-top: 90px;
}
h1,
h2,
h3,
.title-1,
.title-2,
.title-3,
.title-4,
.title-5,
.title-6,
.card-title {
  font-family: var(--secondary-font);
  font-weight: 500;
  color: #2b2826;
  margin-top: 0;
  margin-bottom: 0;
  /* font-size: 32px; */
}
div#bloc-text .top-title {
  margin-top: 2rem;
}
div#encart-actualites .title-2:before {
  display: none;
}
div#encart-points-forts .title-2:before {
  display: none;
}
div#encart-points-forts .title-2 {
  margin-bottom: 40px;
}
div#encart-catalogue .title-2 {
  padding-left: 76px;
  margin-bottom: 2rem;
  position: relative;
}
div#encart-catalogue2 .title-2 {
  padding-left: 76px;
  margin-bottom: 2rem;
  position: relative;
}

.top-title {
  padding-left: 76px;
  margin-bottom: 2rem;
  position: relative;
}
div#encart-points-forts .title-2:before {
  width: 40px;
  background: #7a6152;
}

div#encart-points-forts .top-title {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 596px;
  margin: auto;
  margin-bottom: 24px;
}

.encart-avis .top-title {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 596px;
  margin: auto;
  margin-bottom: 24px;
}
.encart-avis .top-title:after {
  position: absolute;
  content: "";
  right: 0;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  background: #7a6152;
}
div#encart-points-forts .top-title:after {
  position: absolute;
  content: "";
  right: 0;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  background: #7a6152;
}
div#encart-catalogue .title-2:before {
  position: absolute;
  content: "";
  left: 0;
  background: #000000;
  width: 60px;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page-interne div#encart-catalogue {
  margin: 120px 0;
}
div#encart-catalogue2 .title-2:before {
  position: absolute;
  content: "";
  left: 0;
  background: #000000;
  width: 60px;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page-interne .encart-avis {
  margin-bottom: 200px;
}
.top-title:before {
  position: absolute;
  content: "";
  left: 0;
  background: #7a6152;
  width: 40px;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
}
body.catalogue-detail span.no-detail {
  display: none;
}
div#encart-actualites .top-title:before {
  width: 40px;
  background: #7a6152;
}

div#encart-actualites .top-title {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 596px;
  margin: auto;
  margin-bottom: 24px;
}
div#encart-partenaires .top-title {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 596px;
  margin: auto;
  margin-bottom: 24px;
}
div#encart-partenaires .top-title:after {
  position: absolute;
  content: "";
  right: 0;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  background: #7a6152;
}
div#encart-actualites .top-title:after {
  position: absolute;
  content: "";
  right: 0;
  height: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  background: #7a6152;
}
.bloc-bg {
  position: relative;
  z-index: 0;
}

.bloc-bg:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  top: 301px;
  bottom: 0;
  background: #f0e9e44d;
  z-index: -1;
  height: 43%;
  width: 100%;
}

div#bloc-03 .top-title {
  padding: 0;
}

div#bloc-03 .top-title:before {
  display: none;
}

.slide-content .top-title {
  padding: 0;
}

.slide-content .top-title:before {
  display: none;
}
html.nos-formations
  div#encart-catalogue
  .encart-btn.catalogue-encart-btn.align-center {
  display: none;
}
.slide-content .top-title:after {
  display: none;
}
.top-title {
  color: #454344;
  margin-bottom: 24px;
}
div#bloc-04 .before-title {
  margin-top: 2rem;
}
.slide-content .btn-formation {
  margin-top: 27px;
}
.point span {
  display: block;
  margin-top: 19px;
  color: #2b2826;
  font-family: var(--font-3-font);
  font-size: 26px;
  line-height: 35.2px;
}

/* BDD */
/* ===== */

div#encart-catalogue2 {
  position: relative;
  z-index: 0;
  padding-top: 120px;
}

div#encart-catalogue2:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 67%;
  background-image: url(../assets/gifs/bg-cata.jpg);
  z-index: -1;
  top: 0;
  background-size: cover;
  background-position: center;
}
.page-interne div#encart-catalogue:before {
  width: 200%;
  left: -50%;
}
div#bdd {
  margin-top: 26px;
  margin-bottom: 54px;
  font-size: 17px;
  line-height: 24px;
}
section.ac-doubleColonne p:last-of-type {
  margin-bottom: 0;
}

section.ac-doubleColonne img {
  height: 100%;
  object-fit: cover;
}

section.ac-doubleColonne.bloc-interne {
  padding: 120px 0;
  margin: 120px 0 !important;
  position: relative;
  z-index: 0;
}

section.ac-doubleColonne.bloc-interne:before {
  position: absolute;
  content: "";
  width: 200%;
  left: -50%;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #fbf9f7;
  height: 100%;
}

section.ac-doubleColonne {
  margin-bottom: 60px !important;
}
html.nos-formations div#encart-catalogue:before {
  display: none;
}
.row-title {
  margin-bottom: 58px;
}
.row-title p {
  margin: 0;
}
body.catalogue-listing div#encart-catalogue:before {
  width: 200%;
  left: -50%;
}

section.ac-colonne.ac-colonne_2.text-bloc.ui-sortable {
  margin-top: 2rem;
}
div#encart-catalogue:before {
  background-image: url(../assets/gifs/bg-bdd.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  margin: auto;
  top: 0;
  bottom: 0;
}
div#encart-catalogue {
  position: relative;
  z-index: 0;
  padding: 120px 0;
  margin: 60px 0;
}
body.catalogue-listing h1 {
  opacity: 0;
}
/* ACTU */
/* ===== */
.card.actualites-card {
  padding: 9px;
  background: #f0e9e44d;
}
.card-content.actualites-card-content {
  padding: 2rem 25px;
}

.card-title.actualites-card-title a {
  font-family: var(--secondary-font);
  text-decoration: none;
  color: #2b2826;
  font-size: 21px;
}
.btn.accent {
  padding: 12px 19px;
}
.btn.outlined {
  border: 1px solid #9b4347;
  padding: 18px 52px;
  color: #9b4347;
}
.card-title.actualites-card-title {
  text-align: center;
  margin-bottom: 14px;
}
.flx {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary-color);
}
.encart-btn.actualites-encart-btn {
  text-align: center;
}
span.slick-prev-icon:hover {
  opacity: 0.6 !important;
}

span.slick-next-icon:hover {
  opacity: 0.6 !important;
}
.card-title.actualites-card-title {
  height: auto;
  margin-bottom: 10px;
}

.card-image.actualites-card-image img {
  width: 100%;
  height: auto;
}
div#video-interne {
  display: none;
}

.index-page div#encart-catalogue {
  margin-top: 40px;
}
div#encart-nweslettre .title-2 {
  padding: 0;
  text-align: center;
  margin-bottom: 48px;
}
div#bloc-06 p:last-of-type {
  font-weight: 600;
  padding: 20px;
  background: #896955;
  color: #fff;
}
div#encart-nweslettre .title-2:before {
  display: none;
}

div#bloc-06 .top-title {
  padding: 0;
  margin-bottom: 9px;
}
body.catalogue-detail div#encart-catalogue2:before {
  left: -50%;
  width: 200%;
}
div#bloc-06 .top-title:before {
  display: none;
}
input#input_newsletter {
  background: #ffffff;
  border: 5px;
  padding: 23.5px 26px;
  margin-bottom: 1rem;
}

input#input_newsletter::placeholder {
  color: #454344;
  opacity: 1;
}

.news label {
  display: none;
}

input#submit_newsletter {
  background: #9b4347;
  padding: 23.5px 68px;
  position: relative;
  z-index: 0;
  background-image: url(../assets/gifs/news.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: inherit;
  background-position-x: 38px;
}

/* AVIS */
/* ===== */
.card.avis-card.avis-encart-card {
  border-radius: 7px;
  background: var(--background-color);
  box-shadow: 0px 8px 16px 0px #00000014;
  margin-bottom: 8px;
}
.text-center {
  text-align: center;
  margin-bottom: 40px;
}
.encart-avis .title-2:before {
  display: none;
}

.encart-avis .title-2 {
  padding: 0;
  margin-bottom: 40px;
}
.encart-avis {
  position: relative;
  z-index: 1;
  padding: 120px 0;
  margin-bottom: 100px;
  margin-top: 60px;
}

.encart-avis:after {
  background-image: url(../assets/gifs/bg-avis.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  content: "";
  left: -50%;
  right: 0;
  margin: auto;
  height: 100%;
  width: 200%;
  top: 0;
  z-index: -1;
}

.index-page .encart-avis:after {
  background-image: url(../assets/gifs/bg-avis.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
}

.encart-avis:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
  bottom: -85px;
  width: 170px;
  height: 170px;
  background-image: url(../assets/gifs/logo-avis.png);
  z-index: 1;
}

.page-interne .bloc-encart-tarifs {
  position: relative;
  margin-bottom: 192px;
  background: #fff;
  margin-top: 200px !important;
}

.page-interne .encart-avis.section.gtm-encart-avis {
  margin-top: 120px;
}

.page-interne .bloc-encart-tarifs:before {
  background-image: url(../assets/gifs/bg-tarif.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  content: "";
  left: -50%;
  right: 0;
  margin: auto;
  height: 120%;
  width: 200%;
  top: -10%;
  z-index: -1;
}

.encart-avis .row.s-top.s-start {
  flex-wrap: nowrap;
}

.card-content.avis-card-content.avis-encart-card-content {
  padding: 28px;
}
div#encart-nweslettre {
  background-image: url(../assets/gifs/bg-contact.jpg);
  background-position: center;
  background-size: cover;
  max-width: 1200px;
  margin: 60px auto;
  padding: 78px 0;
}
button.show-more.btn.small {
  color: #0070c7;
  visibility: initial;
  font-size: 12px;
  opacity: 1;
  font-weight: 700;
  text-align: right;
  padding-bottom: 0;
  text-decoration: underline;
  text-transform: lowercase;
  font-family: var(--accent-font);
}
.row.s-middle.s-start {
  flex-wrap: nowrap;
}
.date.avis-date.card-date.avis-card-date.avis-encart-card-date.small {
  font-size: 11px;
  font-family: var(--accent-font);
  color: #797676;
}
.row.img-rs .col {
  padding: 0;
}
.card-text.avis-card-text.avis-encart-card-text:after {
  display: none !important;
}

.name.avis-name.card-name.avis-card-name.avis-encart-card-name.bold {
  font-size: 14px;
  font-family: var(--accent-font);
  color: #000000;
  margin-bottom: 5px;
}

.card-text.avis-card-text.avis-encart-card-text {
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 18px;
  color: #262626;
  font-weight: 400;
  font-family: var(--accent-font);
  font-size: 13px;
  opacity: 1;
  margin-left: 83px;
  text-align: left;
}
.bg-note p {
  background: #7a6152;
}

.bg-note p {
  color: #fff !important;
  margin-bottom: 0 !important;
  padding: 24px !important;
  font-size: 16px !important;
}
/* FOOTER */
/* ===== */
.reseaux-sociaux.gtm-reseaux-sociaux ul {
  display: flex;
  justify-content: center;
  margin-top: 0;
}
.reseaux-sociaux.gtm-reseaux-sociaux ul li + li {
  margin-left: 0;
}
div#encart-reseaux-sociaux {
  max-width: 1920px;
  margin: auto;
  opacity: 1;
}
input#submit_newsletter {
  margin: 10px auto;
  max-width: 175px;
}
.page-interne div#bloc-02 .btn-formation {
  display: none;
}

.footer {
  background-image: url(../assets/gifs/bg-footer.jpg);
  background-position: center;
  background-size: cover;
  margin-top: 60px;
}
footer label {
  display: block;
  text-align: center;
  float: none !important;
}
.news-letter {
  margin: 20px auto;
}

footer nav li {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
  gap: 14px;
}
.row.img-rs img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
footer nav.align-center a {
  text-decoration: underline;
}
.element-footer {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 5px;
}

div#bloc-footer-1 :where(address) {
  margin: 0px;
}

footer a.tel.gtm-global-tel {
  margin: 0px;
}

.titre-footer {
  margin-bottom: 15px;
}
div#bloc-footer-1 {
  padding-top: 52px;
  padding-bottom: 86px;
}

.description {
  margin-bottom: 40px;
}

nav.nav-footer a {
  font-size: 14px;
}

.nav-footer ul {
  padding-left: 0 !important;
}

.element-footer svg address {
  display: none;
}

.element-footer address svg {
  display: none;
}

.element-footer a {
  text-decoration: none;
  color: #454344;
}
.element-footer {
  display: block;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #454344;
  line-height: 27.2px;
}

.element-footer span {
  display: block;
  margin-bottom: 9px;
}

footer .siret {
  text-align: center;
}

footer .brand {
  margin-bottom: 40px;
}
.titre-footer {
  font-weight: 400;
  font-size: 22px;
  color: #2b2826;
  font-family: var(--secondary-font);
  margin-bottom: 52px;
}

.element-footer svg {
  fill: #000;
}

/* fancy-box */
/* ===== */
.fancy-box-body .logo .flex-row.s-align-items-center {
  justify-content: center;
}
.fancy-box-body .brand a {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 0.8em;
}
.fancy-box-body h1::before {
  width: 0px;
  height: 0px;
}
.fancy-box-body h1 {
  display: block;
  text-align: center;
}
.fancy-box-body h1 {
  font-size: 13px !important;
  padding-bottom: 8px;
  margin-bottom: 0px;
}
body.fancy-box-body {
  padding: 0 15px;
}
body.fancy-box-body form.generateur p.erreur {
  padding: 0 5px;
  margin: 0 0 3px;
}
.fancy-box-body h1 {
  font-size: 16px !important;
  padding-bottom: 8px;
  margin-bottom: 0px;
  margin-top: 1rem;
  text-align: center;
}
.fancy-box-body a.logo div .col + .col {
  display: none;
}

/* validation */
/* ===== */
.erreur p {
  color: red;
}

.valide p {
  color: green;
}

.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸";

  display: none;
}

span#mess_newsletter {
  color: red;
}
.valide {
  color: hsl(120deg 100% 35%);
}
.erreur {
  color: hsl(0deg 100% 46%);
}

/* Pagination */
/* ===== */
.paginationControl {
  text-align: center;

  margin: 2rem 0;
}
.paginationControl a,
.paginationControl span {
  font-weight: 600;
  font-size: 18px;
  padding: 0 5px;
}
.paginationControl span.disabled {
  color: #ccc;
}
.paginationControl span.selected,
.paginationControl a:hover {
  color: var(--accent-color);
}

.slick-dots li button .slick-dot-icon:before {
  font-size: 12px;
}

/* Page-interne */
/* ===== */

.page-interne p.intro {
  margin-bottom: 60px;
  margin-top: 0px;
}

.page-interne h1 {
  margin-bottom: 24px;
}

.page-interne div#bloc-02 div#b-right:before {
  left: 0;
  top: 25px;
}
.page-interne h2 {
  margin-bottom: 10px;
}
section.ac-doubleColonne.bloc-interne.last {
  margin-bottom: 0 !important;
}
.page-interne p {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #454344;
}
.sc-content #relance ul li a {
  color: var(--primary-color-40) !important;
}
.sitemap-nav.row li {
  margin-bottom: 0.5rem;
}
section#relance ul {
  padding-left: 0;
}
p.titre-relance {
  text-align: center;
}

.recherche_actu #recherche_actu_submit {
  margin-left: 0 !important;
}
.row.s-start.s-middle {
  flex-wrap: nowrap;
}

.row.s-start.s-stretch {
  flex-wrap: nowrap;
}

.card-title.contact-card-title.contact-encart-card-title {
  margin-bottom: 10px;
}

.sc-content #relance {
  margin: 40px auto;
}
.detail-btn a {
  padding: 18px 24px !important;
}

div#listing-autres-actus-categorie li a {
  font-size: 14px;
}

div#listing-autres-actus-categorie li a:hover {
  text-decoration: underline;
}
div#listing-autres-actus-categorie {
  background: #efabab52;
  padding: 20px 30px;
  border-radius: 4px;
}

div#listing-autres-actus-categorie span.title-4 {
  padding-top: 15px;
  display: block;
}

#listing-autres-actus-categorie .detail-btn {
  text-align: center;
}

.fb-like.fb_iframe_widget {
  position: relative;
  top: 7px;
}

div#encart-contact {
  margin: 20px auto 20px auto;
}

.sc-content #relance {
  margin-top: 6rem !important;
  margin-bottom: 4rem;
  text-align: center;
}

#relance p.titre-relance {
  font-size: 1rem;
  font-weight: 700;
  background-color: transparent;
}

nav#fil_ariane {
  font-size: 14px;
}

div#listing-autres-actus-categorie a {
  text-decoration: none;
}

section.ac-doubleColonne img {
  border-radius: 0;
}

div#encart-contact {
  position: relative;
  margin: 80px auto;
}
nav.fil-ariane.gtm-fil-ariane {
  margin-bottom: 60px;
}

nav#fil_ariane {
  margin-bottom: 40px;
}
div#blocHorsLigne {
  z-index: 9999 !important;
}

#btn-politique {
  margin-top: 25px;
}
div#encart-contact:before {
  content: "";
  position: absolute;
  left: -5000px;
  width: 10000px;
  height: 100%;
  bottom: 0px;
  background-color: #f3f3f3;
  z-index: -1;
}
p.titre-relance {
  text-align: center;
}
.sc-content #relance ul {
  padding-inline-start: 0px;
  justify-content: center;
  display: block;
  text-align: center;
  margin: auto;
}

section#relance li {
  list-style: none;
  margin: 20px 10px;
  text-align: center;
}

/* Contact-page */
/* ===== */
.contact-page h1.title-2 {
  color: #2b2826;
  text-align: left;
  margin-top: 0;
}
ul.coordonnees.contact-page-coordonnees.reset address svg {
  display: none;
}
#horaire-contact {
  margin-top: 20px;
}
.sitemap-nav.row li.firstLi.no-desk {
  display: block;
}
.plan-site .sitemap-nav ul li a {
  margin-bottom: 0.5rem;
  display: inline-block;
}
.contact-page .row.s-start.s-stretch {
  flex-wrap: nowrap;
}
.contact-page .s-middle {
  flex-wrap: nowrap;
  height: 100%;
}
.page-404 footer {
  margin-top: auto;
  background: var(--primary-color);
}
.page-404 .brand {
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
.contact-page iframe {
  min-height: 350px;
}
#mess_newsletter {
  color: var(--accent-color);
  display: block;
  margin-top: 1rem;
}
html.devis .btn-devis {
  display: none;
}
.contact-page .s-stretch {
  flex-wrap: nowrap;
}
.fil-ariane .first {
  display: inline-block;
}
.contact-page-infos-pratiques.primary-90 {
  background: transparent;
}
.actualites-listing #fil_ariane {
  margin-bottom: 0rem;
  font-size: 14px;
}
.btn-politic-contact {
  margin-top: 1rem;
}

.card-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.fil-ariane,
#fil_ariane {
  margin-bottom: 3rem;
  font-size: 14px;
}
#encart-contact .card {
  margin: 40px auto;
  border: 2px solid #000;
  padding: 40px 20px;
  border-radius: 4px;
}

.col.date.card-date.actualites-date.actualites-card-date.actualites-listing-card-date.line-clamp-1 {
  font-size: 14px;
  margin: 10px 0px;
}

.contact-page .fold {
  display: none;
}
/* BDD detail */
/* ===== */

.catalogue-detail-images-container .col:not(:first-child) {
  width: 33.333333333333333%;
  flex-grow: inherit;
  flex-basis: inherit;
}

.catalogue-detail nav.fil-ariane.gtm-fil-ariane {
  margin-bottom: 3rem;
}
div#bloc-img-listing a {
  display: block !important;
}
.btn-contact a {
  padding: 13px 20px !important;
}
body.catalogue-listing h1 {
  margin-bottom: 4rem;
  margin-top: 3rem;
}

.formulaire-right-detail {
  padding: 20px;
  background-image: url(../assets/gifs/bg-formulaire.jpg);
  background-size: cover;
  background-position: center;
}

.formulaire-right-detail input {
  background: #fff;
  border-radius: 5px;
}

.catalogue-detail h3 {
  color: #896955;
  font-size: 32px;
  font-family: "Boska-Regular";
}

.catalogue-detail-contenu {
  margin-top: 30px;
}

.formulaire-right-detail input#field_3 {
  background: #9b4347;
  background-image: url(../assets/gifs/news.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: 177px;
  padding: 21px 0 21px 43px;
}

.titre-form {
  color: #454344;
  font-size: 32px;
  margin-bottom: 24px;
  font-family: "Boska-Regular";
}

.info-tarifs {
  font-weight: 700;
  color: #454344;
}

.info-jour-tafif p {
  padding: 0px;
  margin: 0px;
}

.info-jour-tafif {
  border-bottom: 1px solid;
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.info-tarifs {
  margin-bottom: 25px;
}

.info-tarifs:before {
  content: url(../assets/gifs/icon-tarifs.png);
  margin-right: 7px;
  position: relative;
  top: 5px;
}
.catalogue-detail nav.fil-ariane.gtm-fil-ariane {
  margin-bottom: 2rem;
  font-size: 14px;
}

.categorie.catalogue-categorie.catalogue-detail-categorie {
  margin-bottom: 30px;
}
.categorie.catalogue-categorie.catalogue-detail-categorie {
  font-family: "Boska-Regular";
  font-size: 1.5rem;
}

.menu-top {
  text-align: center;
}

.menu-top div {
  display: block;
  padding: 10px;
  border: 1px solid #e9b3b3;
  border-radius: 5px;
  margin: 10px;
  cursor: pointer;
}

.menu-top div:hover {
  cursor: pointer;
  background: #e9b3b3;
  color: #000;
}

.menu-top .selected {
  background: #e9b3b3;
}

ul.uk-list.list-group.list-group-flush li {
  list-style: none;
}

ul.prices.uk-list.uk-switcher.uk-margin li {
  list-style: none;
}

span.new {
  margin-right: 0px;
  display: block;
}

li.price_row.list-group-item {
  display: flex;
  justify-content: space-between;
}

ul.uk-list.list-group.list-group-flush {
  padding-inline-start: 0 !important;
}

ul.prices.uk-list.uk-switcher.uk-margin {
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.prices.uk-list.uk-switcher.uk-margin li {
  width: 100%;
}

li.price_row.list-group-item span {
  padding: 10px;
  padding-left: 0;
  text-align: left;
  color: #454344;
  font-size: 17px;
}

.menu-top-titre {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 37px;
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-family: var(--font-3-font);
}

.menu-top-titre div {
  padding: 5px 50px;
  border-radius: 4px;
  border: 1px solid;
  cursor: pointer;
}

.menu-top-titre div:hover {
  color: var(--accent-color);
  background: transparent;
}

.menu-top-titre .selected {
  background: var(--accent-color);
  border: 1px solid var(--accent-color);
  color: #fff;
}

.bloc-encart-tarifs h2 {
  text-align: center;
  margin-bottom: 18px;
  color: #e9b3b3;
}

.t-prix {
  font-weight: 800;
  margin-bottom: 25px;
  text-align: left;
  margin-top: 40px;
  color: #8d8d8d;
  font-size: 20px;
}

ul.prices.uk-list.uk-switcher.uk-margin {
  text-align: center;
  padding-inline-start: 0px;
  margin: auto;
  text-align: center;
}

.btn-rdv {
  margin-top: 25px;
}

.btn-rdv a {
  background-color: var(--primary-color-40) !important;
  color: #fff;
}

.btn-rdv a:hover {
  border: 1px solid var(--primary-color-40) !important;
  color: var(--primary-color-40) !important;
  background-color: transparent !important;
}

html.epilation-laser div#encart-catalogue,
html.epilation-laser div#encart-points-forts {
  display: none;
}

.btn.accent {
  background-color: #9b4347;
}

div#gtm-tap-bar-contact {
  background-color: #9b4347;
}

.encart-btn.actualites-encart-btn svg path {
  fill: #9b4347;
}
.btn-contact svg path {
  fill: #9b4347;
}

.img-bloc-rdv {
  max-width: 570px;
  margin: auto;
}

div#encart-contact-rdv {
  background-image: url(../assets/gifs/bg-rdv-bloc.jpg);
  background-position: center;
  background-size: cover;
}

.text-rdv {
  font-family: var(--secondary-font);
  text-align: center;
  margin: 0px auto;
  padding: 40px 10px;
}

div#encart-contact-rdv {
  padding: 20px;
  position: relative;
}

.img-bloc-rdv {
  margin-top: -20px;
}

.text-btn-rdv {
  text-align: center;
}
section.ac-doubleColonne.bloc-a img {
  display: none;
}

.index-page .nos-formation-mobile div#encart-catalogue {
  margin-top: 0px;
}
main #encart-catalogue {
  display: none;
}

@media screen and (min-width: 340px) {
  .slide-img .container {
    min-height: 850px;
  }
  .slide-img .container .bloc {
    height: 850px;
  }
  header .slider-slick {
    height: 850px;
  }
  .slide-img {
    min-height: 850px;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 420px) {
  .slide-img .container {
    min-height: 800px;
  }
  .slide-img .container .bloc {
    height: 800px;
  }
  header .slider-slick {
    height: 800px;
  }
  .slide-img {
    min-height: 800px;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 500px) {
  .slide-img .container {
    min-height: 750px;
  }
  .slide-img .container .bloc {
    height: 750px;
  }
  header .slider-slick {
    height: 750px;
  }
  .slide-img {
    min-height: 750px;
    background-size: cover;
    background-position: center;
  }
}

@media screen and (min-width: 560px) {
  .slide-img .container {
    min-height: 700px;
  }
  .slide-img .container .bloc {
    height: 700px;
  }
  header .slider-slick {
    height: 700px;
  }
  .slide-img {
    min-height: 700px;
    background-size: cover;
    background-position: center;
  }
}

@media screen and (min-width: 601px) and (max-width: 992px) {
  /* BDD */
  /* ===== */

  .catalogue-detail a.lightbox,
  .catalogue-detail a.lightbox img {
    display: block;
    width: 70% !important;
    margin: auto;
    height: auto;
  }
  .detail-actu-image a {
    width: 70% !important;
    margin: auto;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 601px) {
  /*.slide-img.slide-01 {
    background-image: url("../assets/gifs/slider/slide-01.jpg");
  }
  .slide-img.slide-02 {
    background-image: url("../assets/gifs/slider/slide-02.jpg");
  }
  .slide-img.slide-03 {
    background-image: url("../assets/gifs/slider/slide-03.jpg");
  }*/
  div#bg-formation {
    background-image: url(../assets/gifs/header-formation.jpg);
    background-size: cover;
    background-position: center;
    padding: 98px 0px;
  }
  div#bg-mj-formation {
    background-image: url(../assets/gifs/slider/bg-mj-formation.jpg);
    background-size: cover;
    background-position: center top;
    padding: 120px 0;
  }

  div#bg-financement {
    background-image: url(../assets/gifs/slider/slider-interne.jpg);
    background-size: cover;
    background-position: center;
    padding: 120px 0;
  }

  div#bg-certifications {
    background-image: url(../assets/gifs/slider/slider-interne.jpg);
    background-size: cover;
    background-position: center;
    padding: 120px 0;
  }

  div#bg-epilation-laser {
    background-image: url(../assets/gifs/slider/slider-interne.jpg);
    background-size: cover;
    background-position: center;
    padding: 120px 0;
  }

  .epilation-laser div#bg-epilation-laser {
    background-image: url(../assets/gifs/slider/slider-interne-epilation.jpg);
    background-size: cover;
    background-position: center;
    padding: 120px 0;
  }

  div#bg-actu {
    background-image: url(../assets/gifs/header-formation.jpg);
    background-size: cover;
    background-position: center;
    padding: 88px 0px;
  }

  div#bg-onglorie {
    background-image: url(../assets/gifs/header-onglerie.jpg);
    background-size: cover;
    background-position: center;
    padding: 119.5px 0px;
  }

  div#bg-cils {
    background-image: url(../assets/gifs/header-cils.jpg);
    background-size: cover;
    background-position: center;
    padding: 119.5px 0px;
  }

  div#bg-maquillage {
    background-image: url(../assets/gifs/header-maquillage.jpg);
    background-size: cover;
    background-position: center;
    padding: 119.5px 0px;
  }
  .menu-top div {
    display: block;
    padding: 10px 40px;
  }

  .menu-top {
    justify-content: center;
    display: flex;
  }

  /* HEADER */
  /* ===== */
  .row.img-rs {
    display: flex;
  }
  form#form_newsletter {
    position: relative;
  }
  input#submit_newsletter {
    position: absolute;
    margin: auto;
    width: auto;
    right: 0;
    bottom: 0px;
  }
  input#input_newsletter {
    margin-bottom: 0;
    max-width: 383px;
  }
  form#form_newsletter {
    max-width: 585px;
    margin: auto;
  }
  input#submit_newsletter {
    padding: 23.5px 26px;
    background-position-x: 27px;
    padding-left: 51px;
  }
  .slide-img .container {
    min-height: 700px;
  }
  .slide-img .container .bloc {
    height: 700px;
  }
  header .slider-slick {
    height: 780px;
  }
  .slide-img {
    min-height: 700px;
    background-size: cover;
    background-position: center;
  }
  .titre-sous-categorie {
    line-height: 51px;
  }
  header a.tel.gtm-global-tel {
    display: block;
    margin-bottom: 0px;
  }
  .fold address {
    margin-bottom: 0rem;
  }
  .btn:not(.fluid) {
    width: auto;
  }

  .m-top .col + .col {
    margin-top: 0px;
  }
  .sc-content #relance ul {
    padding-inline-start: 0px;
    justify-content: center;
    display: flex;
    text-align: center;
    margin: auto;
  }
}

@media screen and (min-width: 993px) {
  .slide-img.slide-01 {
    background-image: url("../assets/gifs/slider/slide-01.jpg");
  }
  .slide-img.slide-02 {
    background-image: url("../assets/gifs/slider/slide-02.jpg");
  }
  .slide-img.slide-03 {
    background-image: url("../assets/gifs/slider/slide-03.jpg");
  }

  main #encart-catalogue {
    display: block;
  }

  .nos-formation-mobile {
    display: none;
  }

  .page-interne div#encart-reseaux-sociaux {
    margin-top: 120px;
  }

  section.ac-doubleColonne.bloc-a img {
    display: block;
  }

  div#encart-contact-rdv {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  div#encart-contact-rdv {
    display: flex;
    align-items: center;
  }

  .text-btn-rdv {
    text-align: center;
  }

  .text-rdv {
    font-size: 30px;
  }

  .text-rdv span {
    display: block;
  }

  .footer .brand {
    display: block;
    position: relative;
    bottom: 44px;
  }
  .col.no-mt {
    display: block;
  }
  div#encart-nweslettre .title-2 {
    font-size: 32px;
  }
  .index-page div#encart-catalogue {
    margin-top: 120px;
  }
  div#video {
    padding-top: 120px;
    padding-bottom: 0;
  }
  ul.prices.uk-list.uk-switcher.uk-margin {
    position: relative;
    left: 11rem;
  }
  ul.prices.uk-list.uk-switcher.uk-margin {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 445px;
  }
  img.no-mobile1 {
    display: block;
  }
  img.no-desk2 {
    display: none;
  }
  ul.prices.uk-list.uk-switcher.uk-margin li {
    width: 50%;
    gap: 10px;
  }
  body.catalogue-listing.header-cils div#bg-cils {
    max-height: 456px;
    min-height: 456px;
  }
  html.nos-formations div#bg-formation {
    max-height: 456px;
    min-height: 456px;
  }

  body.catalogue-listing.header-maquillage div#bg-formation {
    max-height: 456px;
    min-height: 456px;
  }

  body.catalogue-listing.header-onglerie div#bg-onglorie {
    padding: 120px 0;
    max-height: 456px;
    min-height: 456px;
  }
  .top-bar span.lien-maps {
    font-size: 14px;
  }
  .top-bar a.lien-maps.gtm-global-adresse {
    font-size: 14px;
  }
  html.cils-et-sourcils section.ac-doubleColonne.bloc-interne.last img {
    min-height: 572px;
  }
  section.ac-colonne.ac-colonne_2.img-hight.ui-sortable {
    width: 50%;
  }
  section.ac-colonne.ac-colonne_1.img-hight.ui-sortable {
    width: 50%;
  }
  section.ac-colonne.ac-colonne_2.text-bloc.ui-sortable {
    margin-top: 0rem;
  }
  section.ac-colonne.ac-colonne_1.b-right.ui-sortable {
    margin-bottom: 0rem;
  }
  .formulaire-right-detail input#field_3 {
    background-position-x: 104px;
    padding: 21px 29px 21px 43px;
  }
  html.cils-et-sourcils div#bg-epilation-laser {
    padding: 134px 0;
    min-height: 456px;
    max-height: 456px;
  }

  html.maquillage div#bg-epilation-laser {
    padding: 134px 0;
    min-height: 456px;
    max-height: 456px;
  }
  .btn-tel {
    font-size: 16px;
  }
  .formulaire-right-detail {
    margin-bottom: 0rem;
  }
  body.plan-site div#bg-financement {
    padding: 185px 0;
    max-height: 456px;
    min-height: 456px;
  }

  body.catalogue-detail .titre-header-interne {
    max-width: 683px;
  }

  div#bg-onglorie {
    padding: 83px 0;
  }
  body.politique-de-confidentialite div#bg-financement {
    padding: 185px 0;
    max-height: 456px;
    min-height: 456px;
  }

  body.plan-site div#bg-financement {
    padding: 185px 0;
    max-height: 456px;
    min-height: 456px;
  }

  html.certifications div#bg-certifications {
    padding: 93px 0;
    min-height: 456px;
    max-height: 456px;
  }
  section.ac-doubleColonne.bloc-interne.last.bgg img {
    min-height: 475px;
  }
  html.nos-formations div#bg-certifications {
    padding: 93px 0;
    min-height: 456px;
    max-height: 456px;
  }

  html.certifications div#bg-financement {
    padding: 93px 0;
    max-height: 456px;
    min-height: 456px;
  }

  html.financement div#bg-financement {
    padding: 93px 0;
    max-height: 456px;
    min-height: 456px;
  }
  .page-interne h1 {
    margin-bottom: 24px;
    font-size: 50px;
    line-height: 53.2px;
    font-family: var(--font-3-font);
  }

  .last section.ac-colonne.ac-colonne_1.ui-sortable {
    position: relative;
    z-index: 0;
  }
  .bg-note:before {
    position: absolute;
    content: "";
    background: #fbf9f7;
    left: -50%;
    width: 200%;
    height: 170%;
    z-index: -99999 !important;
  }
  .bg-note {
    position: relative;
    top: -88px;
  }
  .bg-note p {
    padding: 33px 162px 49px 162px !important;
  }
  h1 span {
    font-size: 32px;
    line-height: 35.2px;
    margin: 24px 0;
  }
  .page-interne div#bg-epilation-laser {
    padding: 93px 0;
  }
  div#bg-epilation-laser {
    padding: 120px 0;
  }
  .page-interne .titre-header-interne {
    max-width: 683px;
    line-height: 82.2px;
  }

  html.mj-formation div#bg-mj-formation {
    padding: 93px 0;
  }
  body.actualites-detail div#bg-financement {
    padding: 158px 0 !important;
  }
  body.actualites-listing div#bg-financement {
    padding: 186px 0;
    min-height: 456px;
    max-height: 456px;
  }
  body.contact-page div#bg-financement {
    padding: 201px 0;
    max-height: 456px;
    min-height: 456px;
  }
  body.actualites-detail h1 {
    max-width: 60%;
    line-height: 70px;
    margin-top: 0;
  }
  .btn.outlined:hover {
    background: var(--primary-color);
    border: 1px solid transparent;
    color: #fff;
  }
  .btn.outlined:hover {
    background: var(--primary-color);
    border: 1px solid transparent;
    color: var(--accent-color);
  }

  .btn.outlined:hover svg path {
    fill: #fff;
  }

  a.btn.accent:hover svg path {
    fill: var(--accent-color);
  }

  a.btn.accent {
    border: 1px solid transparent;
  }
  .btn.outlined:hover svg path {
    fill: var(--accent-color);
  }
  .card.actualites-card:hover .card-content {
    box-shadow: 6px 4px 20px 0px var(--primary-color-70);
  }
  .card {
    transition: all 0.3s ease-in-out;
  }
  .actualites-card-image {
    overflow: hidden;
  }
  .card:hover .actualites-card-image img {
    transform: scale(1.1);
  }
  .actualites-card-image img {
    transition: all 0.3s ease-in-out;
    height: 100%;
    object-fit: cover;
  }

  .btn-bdd a {
    overflow: visible;
  }

  a.lien-maps.gtm-global-adresse:hover {
    opacity: 0.7;
  }
  a.btn.accent:hover {
    background: transparent;
    border: 1px solid var(--accent-color);
    color: var(--accent-color);
  }
  .sticky-active .sticky-element.sticky-scroll-up {
    box-shadow: 0px 8px 16px 0px var(--primary-color);
  }
  .sticky-active .sticky-element.sticky-scroll-down {
    box-shadow: 0px 8px 16px 0px var(--primary-color);
  }
  .header-content .nav ul li:hover > a {
    color: var(--primary-color-40);
  }
  div#encart-actualites .top-title:before {
    width: 60px;
  }
  div#encart-actualites .top-title:after {
    width: 60px;
  }
  div#bdd .col {
    color: #454344;
    max-width: 572px;
    font-size: 17px;
  }
  .row.slick-catalogue2 {
    margin-bottom: 0;
  }
  .titre-header-interne {
    font-size: 64px;
  }
  .titre-header-interne h1 {
    font-size: 64px !important;
  }
  div#encart-catalogue2 {
    margin-top: 60px;
  }
  div#encart-catalogue .title-2 {
    margin-bottom: 0;
    font-size: 46px;
  }

  .titre-sous-categorie {
    font-size: 48px;
  }
  /* HEADER */
  /* ===== */
  footer nav a:hover {
    color: var(--accent-color);
    opacity: 1;
  }
  .encart-avis .top-title:after {
    display: none;
  }
  div#text-bloc {
    position: relative;
    z-index: 0;
  }
  div#bloc-05 {
    padding-top: 120px;
  }
  div#text-bloc:before {
    position: absolute;
    content: "";
    top: 71px;
    background-image: url(../assets/gifs/before-h2.png);
    width: 592px;
    height: 175px;
    z-index: -1;
    left: 36px;
  }

  .encart-avis .top-title:before {
    display: none;
  }
  .cord {
    position: relative;
    top: 49px;
  }
  footer .brand {
    position: relative;
    z-index: 0;
  }
  nav.nav-footer ul {
    margin: 0;
  }
  nav.nav-footer {
    position: relative;
    top: 59px;
  }
  .titre-footer {
    margin-bottom: 0;
    margin-top: 19px;
  }
  footer .brand:before {
    position: absolute;
    content: "";
    background: #fff;
    left: -446px;
    height: 108px;
    width: 660px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .footer {
    padding-top: 79px;
  }

  div#bloc-footer-1 {
    padding-top: 0;
  }
  .slick-next {
    right: -2rem;
  }
  .slick-prev {
    left: -3rem;
    opacity: 1;
    z-index: 1;
  }
  .encart-avis {
    padding: 120px 0 !important;
  }
  div#bloc-04 .before-title {
    margin-top: 0;
  }
  .point span {
    font-size: 21px;
  }
  div#encart-nweslettre .title-2 {
    font-size: 32px;
    line-height: 35.2px;
    margin-bottom: 119px;
  }
  .brand img,
  .brand svg {
    position: relative;
    transition: 0.3s;
  }
  .brand a {
    display: block;
    position: relative;
    z-index: 1;
  }
  .brand a:hover img,
  .brand a:hover svg {
    transform: scale(0.9);
  }
  .slick-prev .slick-prev-icon:before,
  .slick-prev .slick-next-icon:before,
  .slick-next .slick-prev-icon:before,
  .slick-next .slick-next-icon:before {
    font-family: var(--icon-font);
    font-size: 40px;
    line-height: 1;
    opacity: 1;
    color: var(--text-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-prev .slick-prev-icon,
  .slick-prev .slick-next-icon,
  .slick-next .slick-prev-icon,
  .slick-next .slick-next-icon {
    display: block;
    color: var(--text-color);
    opacity: 1;
    font-family: "slick";
    font-size: 24px;
    line-height: 1;
  }

  .slider-slick .slick-next .slick-next-icon:before {
    content: url(../assets/gifs/slick-next.svg);
  }
  .slider-slick .slick-prev .slick-prev-icon:before {
    content: url(../assets/gifs/slick-prev.svg);
  }

  .slick-next .slick-next-icon:before {
    content: url(../assets/gifs/slick-nexts.svg);
  }
  .slick-prev .slick-prev-icon:before {
    content: url(../assets/gifs/slick-prevs.svg);
  }

  .header-content .nav#topbar-nav > ul > li > a {
    position: relative;
    transition: 0.3s ease-in-out;
  }
  .header-content .nav ul li a.selected:before,
  .header-content .nav ul li a:hover:before {
    width: 100% !important;
  }
  .header-content .nav#topbar-nav > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    translate: -50% 50%;
    height: 2px;
    width: 0%;
    background-color: var(--accent-color);
    transition: 0.3s ease-in-out;
  }
  .header-content .nav#main-nav > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    translate: -50% 50%;
    height: 2px;
    width: 0%;
    background: var(--primary-color-40);
    transition: 0.3s ease-in-out;
  }
  .header-content .nav#main-nav > ul > li > a {
    position: relative;
  }
  input#submit_newsletter {
    padding: 23.5px 48px;
    padding-left: 64px;
    background-position-x: 39px;
  }
  .top-bar address a.tel.gtm-global-tel {
    font-weight: 800;
    font-size: 17px;
  }

  .row.img-rs {
    display: flex;
  }
  main .section {
    padding: 60px 0;
  }
  div#bloc-02 .row {
    display: flex;
    flex-direction: row-reverse;
  }
  p {
    font-size: 17px !important;
    line-height: 24px;
  }

  h1.h1-geoloc {
    font-size: 64px !important;
    font-weight: 500;
    text-align: left;
  }
  .title-1 {
    font-size: 64px !important;
    font-weight: 500;
    text-align: left;
  }
  .slide-content {
    padding-top: 120px;
    max-width: 787px;
  }
  .header-content .nav#main-nav > ul > li > a {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 15px;
  }
  div#bloc-left {
    position: relative;
    z-index: 0;
  }
  .container {
    max-width: 1200px;
  }
  .bloc-p-2 {
    position: absolute;
    right: -85px;
    bottom: -43px;
  }
  .bloc-p-2 {
    background: #896955;
    color: var(--background-color);
    padding: 46px;
    max-width: 468px;
  }

  .bloc-p-2 p {
    margin: 0;
  }
  .fold {
    display: none;
  }
  .slide-img {
    min-height: 966px;
  }
  header .slider-slick {
    height: 966px;
  }
  .slide-img .container .bloc {
    min-height: 966px;
  }
  .slide-img .container {
    min-height: 966px;
  }

  .header-content .nav ul li.sous_menu > a::after {
    content: url(../assets/gifs/before-menu.svg);
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: -0.125em 0 0 0.25em;
  }
  .header-content .nav ul li.sous_menu ul.dropdown > li a {
    font-size: 13px;
  }
  .tel-menu.col.l-middle.l-end {
    display: flex;
    align-items: center;
  }

  header a.tel.gtm-global-tel {
    margin-bottom: 0px;
  }
  div#no-padd {
    padding-left: 0;
  }
  nav#fil_ariane {
    margin: 3em 0em 3em 0em;
  }
  .slide-content .btn-devis {
    display: block;
    margin-top: 40px;
  }
  .contact-page p.intro {
    margin-bottom: 0px;
  }

  table.horaires tr td + td {
    display: block;
    margin-left: 10px;
  }
  li.firstLi.no-desk {
    display: none;
  }
  .tel-header {
    position: relative;
    z-index: 0;
    padding-left: 12px !important;
  }
  div#rs {
    padding-right: 28px !important;
  }
  .top-bar {
    padding: 13px 0;
  }
  div#rs li.col {
    padding: 0 6px;
  }
  .tel-header:before {
    position: absolute;
    content: "|";
    left: -4px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  /* PRESTATIONS */
  /* ===== */
  .card.prestations-card.prestations-encart-card a:hover {
    opacity: 0.7;
  }
  .card-image.actualites-card-image a {
    display: block;
  }
  .card-image.prestations-card-image.prestations-encart-card-image a {
    display: block;
  }

  /* ACTU */
  /* ===== */
  .actualites-detail .detail-actu-image img {
    width: auto;
    margin: 20px;
  }

  div#encart-actualites a:hover {
    opacity: 1;
  }

  /* FOOTER */
  /* ===== */
  footer .brand {
    margin-bottom: 0;
  }
  input#submit_newsletter:hover {
    opacity: 0.7;
  }
  .titre-footer {
    text-align: left;
    font-size: 24px;
    font-family: var(--font-3-font);
  }

  .element-footer {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 0px;
    justify-content: left;
    text-align: left;
  }

  footer a:hover {
    opacity: 0.7;
  }
  .main-header-content {
    background: #ffffffe5;
    padding: 3.5px 0;
  }

  footer .section {
    margin: 0px;
    padding: 40px 0px;
  }
  .top-bar address {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #454344;
  }
  footer .section + .section {
    padding: 0px 0px 20px 0px;
  }
  .slide-img {
    position: relative;
    z-index: 0;
  }

  .slide-img:before {
    position: absolute;
    content: "";
    width: 101px;
    height: 356px;
    background-image: url(../assets/gifs/before-slide.png);
    top: 0;
    bottom: 0;
    margin: auto;
    left: -63px;
  }
  .slide-img:after {
    position: absolute;
    content: "";
    width: 101px;
    height: 356px;
    background-image: url(../assets/gifs/after-slide.png);
    top: 0;
    bottom: 0;
    margin: auto;
    right: -66px;
  }
  .bloc-p-2 {
    margin-top: 0;
    bottom: 180px;
  }

  .index-page .bloc-p-2 {
    padding: 46px;
    bottom: -43px;
  }

  div#before-img {
    margin-bottom: 0;
    position: relative;
    z-index: 0;
  }

  div#before-img:before {
    position: absolute;
    content: "";
    left: -10%;
    width: 302px;
    height: 450px;
    background-image: url(../assets/gifs/before-bloc.jpg);
    bottom: 0;
  }
  .title-2,
  h2 {
    font-size: 48px;
    line-height: 53.2px;
    margin-bottom: 0;
    font-family: var(--font-3-font);
  }
  .row.slick-actualites {
    margin-bottom: 49px;
  }
  div#bloc-02 {
    padding: 60px 0;
  }
  div#bloc-02 {
    padding-bottom: 55px;
  }
  div#bloc-text .top-title {
    margin-top: 0;
  }
  .top-title:before {
    width: 60px;
  }
  .rs li {
    padding: 0 14.5px !important;
  }
  .top-title:after {
    width: 60px !important;
  }
  div#bloc-text p:last-of-type {
    font-weight: 600;
    color: #1e1e2a;
    font-style: italic;
    margin-bottom: 56px;
    margin-top: 56px;
  }

  div#encart-partenaires .text-center {
    position: relative;
    z-index: 0;
  }

  div#encart-partenaires .text-center:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../assets/gifs/before-partenaire.png);
    width: 819px;
    height: 175px;
    top: 0;
    z-index: -1;
    background-position: center;
  }

  div#encart-actualites .text-center {
    position: relative;
    z-index: 0;
  }

  div#encart-actualites .text-center:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../assets/gifs/before-actu.png);
    width: 819px;
    height: 175px;
    top: -20px;
    z-index: -1;
    background-position: center;
  }

  div#encart-points-forts .text-center {
    position: relative;
    z-index: 0;
  }

  div#encart-points-forts .text-center:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../assets/gifs/before-point.png);
    width: 592px;
    height: 175px;
    top: -22px;
    z-index: -1;
    background-position: center;
  }

  div#bloc-text p:first-of-type {
    padding-left: 120px;
    position: relative;
    margin: 24px 0;
  }

  div#bloc-text p:first-of-type:before {
    position: absolute;
    content: "";
    left: 0;
    width: 104px;
    height: 104px;
    background-image: url(../assets/gifs/first-.png);
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  div#bloc-05 p {
    margin: 28px0;
  }

  div#bloc-05 h2 {
    margin-bottom: 28px;
  }

  div#bloc-text p:nth-of-type(2) {
    padding-right: 120px;
    position: relative;
    margin: 33px 0;
  }
  footer nav li {
    margin-bottom: 16px;
    display: flex;
    justify-content: start;
    gap: 14px;
  }
  div#bloc-text p:nth-of-type(2):before {
    position: absolute;
    content: "";
    right: 0;
    width: 104px;
    height: 104px;
    background-image: url(../assets/gifs/second-p.png);
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  div#bloc-text p:nth-of-type(3) {
    padding-left: 120px;
    position: relative;
    margin: 24px 0;
  }
  .description {
    text-align: left;
    margin-bottom: 0;
    margin-top: 22px;
    font-size: 14px;
    line-height: 27.2px;
  }
  div#bloc-text p:nth-of-type(3):before {
    position: absolute;
    content: "";
    left: 0;
    width: 104px;
    height: 104px;
    background-image: url(../assets/gifs/last-p.png);
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  div#bloc-06 p:first-of-type {
    margin-top: 0;
  }
  .element-footer span {
    margin-bottom: 0;
  }
  footer .brand:after {
    position: absolute;
    content: "";
    right: 0;
    background: #ffffff33;
  }

  div#bloc-footer-1 {
    position: relative;
    z-index: 0;
    max-width: 1920px;
    margin: auto;
  }
  footer nav li {
    margin-bottom: 13px;
    display: flex;
    justify-content: start;
    gap: 14px;
  }
  div#bloc-footer-1:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 59px;
    background: #ffffff33;
    top: 9px;
    z-index: -1;
  }
  #bloc-02 .btn-formation {
    margin-bottom: 0;
  }
  div#video-interne {
    padding-top: 120px;
  }
  .index-page div#bloc-02 {
    padding-top: 120px;
    padding-bottom: 98px;
  }

  .row-title p {
    margin: 0;
    color: #454344;
    font-size: 17px !important;
  }

  div#video-interne {
    padding-top: 120px;
  }
  div#encart-actualites .text-center {
    margin-bottom: 82px;
  }
  .element-footer {
    margin-bottom: 24px;
  }
  div#b-right {
    position: relative;
    z-index: 0;
  }

  div#b-right:before {
    left: -125px;
    position: absolute;
    content: "";
    width: 592px;
    background-image: url(../assets/gifs/before-h1.png);
    height: 175px;
    top: 52px;
    z-index: -1;
  }

  section.ac-colonne.ac-colonne_1.b-right.ui-sortable {
    position: relative;
    z-index: 0;
  }
  section.ac-colonne.ac-colonne_1.b-right.ui-sortable:before {
    left: 0;
    position: absolute;
    content: "";
    width: 592px;
    background-image: url(../assets/gifs/before-h1.png);
    height: 175px;
    top: 33px;
    z-index: -1;
  }

  section.ac-colonne.ac-colonne_2.text-bloc.ui-sortable {
    position: relative;
    z-index: 0;
  }
  section.ac-colonne.ac-colonne_2.text-bloc.ui-sortable:before {
    left: 0;
    position: absolute;
    content: "";
    width: 592px;
    background-image: url(../assets/gifs/before-h1.png);
    height: 175px;
    top: 33px;
    z-index: -1;
  }

  div#encart-catalogue2 .slick-prev {
    left: -4.5rem;
    top: 60%;
  }

  div#encart-catalogue2 .slick-next {
    right: -4rem;
    top: 60%;
  }

  .formulaire-right-detail {
    margin-top: -249px;
    padding: 45px 30px;
  }
}

@media screen and (min-width: 1200px) {
  footer .brand:before {
    left: -406px;
  }
}
@media screen and (min-width: 1280px) {
  .formulaire-right-detail {
    margin-top: -378px;
    padding: 45px 30px;
  }
  .formulaire-right-detail input#field_3 {
    background-position-x: 164px;
    padding: 21px 29px 21px 43px;
  }
  div#bloc-footer-1:before {
    top: 15px;
  }
  div#bdd {
    gap: 43px;
  }

  .titre-footer {
    margin-bottom: 0;
    margin-top: 27px;
  }
  div#encart-catalogue .title-2 {
    margin-bottom: 0;
    font-size: 48px;
  }
  div#footer-center {
    max-width: 476px;
  }
  .point span {
    font-size: 27px;
    line-height: 35.2px;
  }
  footer .brand:before {
    left: -378px;
  }
  .rs .title-5 {
    font-size: 56px;
    line-height: 60.2px;
    color: #2b2826;
    font-family: var(--font-3-font);
  }

  div#encart-points-forts .title-2 {
    font-size: 48px;
    line-height: 53.2px;
    margin-bottom: 47px;
    font-family: var(--font-3-font);
  }
  .bloc-p-2 {
    padding: 46px;
    bottom: -43px;
    right: -52px;
  }
  div#bloc-03 p:last-of-type {
    margin-bottom: 0;
    color: #454344;
    margin-top: 34px;
  }

  .bloc-p-3 p {
    margin-top: 36px;
    margin-left: 250px;
  }

  div#before-img:before {
    bottom: -133px;
  }
  .slide-slick .slick-next {
    right: 2rem;
  }
  .slider-slick .slick-next {
    right: 1rem;
  }
  div#encart-catalogue2 .title-2 {
    margin-bottom: 0;
    color: #2b2826;
    padding-left: 0;
  }

  div#bloc-06 h2 {
    max-width: 84%;
  }
  div#encart-catalogue .title-2:before {
    height: 1px;
    left: -176px;
    width: 150px;
  }
  div#encart-catalogue2 .title-2:before {
    height: 1px;
    left: -176px;
    width: 150px;
  }
  .header-content .nav#main-nav > ul > li > a {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }
  .slider-slick .slick-prev {
    left: 0rem;
    opacity: 1;
    z-index: 1;
  }
  .slick-prev {
    left: -3rem;
    opacity: 1;
    z-index: 1;
  }
  div#encart-reseaux-sociaux {
    padding: 60px 0;
  }

  div#bloc-06 p:last-of-type {
    margin-bottom: 0;
  }

  div#encart-partenaires {
    padding: 60px 0;
  }
}

@media screen and (min-width: 1600px) {
  section.ac-doubleColonne.bloc-interne.last.bg img {
    position: absolute;
    min-width: 689px;
    left: -102px;
    min-height: 578px;
  }
  html.maquillage section.ac-doubleColonne.bloc-interne.last img {
    min-height: 562px;
  }
  section.ac-doubleColonne.bloc-interne.last img {
    position: absolute;
    min-width: 689px;
    left: -102px;
    min-height: 677px;
  }
  .card-text.actualites-card-text {
    font-size: 17px;
  }
  .page-interne div#encart-catalogue .container {
    width: 100%;
  }
  div#encart-actualites .container {
    width: 100%;
  }
  .card-title.actualites-card-title a {
    font-size: 21px;
    line-height: 35.2px;
    color: #2b2826;
  }
  div#encart-catalogue2:before {
    height: 63%;
  }
  div#bloc-04 img {
    min-width: 707px;
  }
  div#bloc-04 p {
    font-size: 16px !important;
  }

  .slick-prev {
    left: -5rem;
    opacity: 1;
    z-index: 1;
  }
  .slick-next {
    right: -5rem;
  }
  .header-content .nav#main-nav > ul > li > a {
    font-size: 15px;
  }
  .slider-slick .slick-prev {
    left: 1rem;
    opacity: 1;
    z-index: 1;
  }
  .slider-slick .slick-next {
    right: 2rem;
  }
  .slide-img:before {
    left: -19px;
  }
  .slide-img:after {
    right: -46px;
  }
  .bloc-p-2 {
    padding: 46px;
    bottom: -43px;
    right: -127px;
  }
}

@media screen and (max-width: 992px) {
  .header-content .nav > ul > .sous_menu.opened > a,
  .header-content .nav .dropdown > .sous_menu.opened > a {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 8rem);
    height: 3.5rem;
    margin: auto;
    padding: 0;
    line-height: 1.25;
    color: #000;
    border-bottom: none;
  }
  /* header .fold {
    display: none;
  } */
  div#encart-catalogue .title-2,
  div#encart-catalogue2 .title-2 {
    font-size: 28px;
  }
  #bloc-05 img {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .slide-content {
    padding-top: 60px;
  }
  div#bg-mj-formation,
  div#bg-financement,
  div#bg-formation,
  div#bg-onglorie,
  div#bg-cils,
  div#bg-maquillage,
  div#bg-epilation-laser {
    padding: 60px 0;
  }
  .titre-header-interne {
    font-size: 26px;
  }
  .titre-sous-categorie {
    font-size: 18px;
  }
}

.catalogue-card {
  position: relative;
  padding: 1.5rem 1.25rem;
  background-color: hsla(30, 33%, 98%, 1);
  transition: 0.3s ease-in-out;
  .card-image {
    a {
      display: block;
      img {
        display: block;
        width: 100%;
        height: 425px;
        object-fit: cover;
        object-position: center;
      }
    }
  }
  .card-content {
    margin-top: 0.625rem;
    .card-categorie {
      display: none;
    }
    .card-title {
      margin-bottom: 1rem;
      a {
        text-decoration: none;
        color: var(--text-color);
        font-family: var(--font-3-font);
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.2;
      }
    }
    .card-text {
    }
    .btn-bdd {
      display: none;
    }
  }
  &:has(a:is(:hover, :focus-visible)) {
    background-color: hsla(30, 6%, 88%, 1);
  }
}

#encart-catalogue .slick-catalogue {
  .catalogue-card {
    background-color: none;
    padding: 0;
    .card-image {
      margin-bottom: 4.75rem;
      a {
        img {
          height: 242px;
        }
      }
    }
    .card-content {
      position: absolute;
      bottom: 0;
      left: 50%;
      translate: -50% 50%;
      padding: 0.875rem;
      text-align: center;
      z-index: 2;
      width: 100%;
      max-width: calc(100% - 1.75rem);
      background-color: hsla(25, 29%, 92%, 1);
      transition: 0.3s ease-in-out;
      .card-categorie {
        display: block;
        a {
          color: var(--text-color);
          font-family: var(--font-3-font);
          font-size: 1.5rem;
          font-weight: 400;
          line-height: 1.2;
          text-decoration: none;
          &::before {
            content: "";
            position: absolute;
            inset: 0;
          }
        }
      }
      .card-text {
        color: var(--text-color);
        font-family: var(--font-3-font);
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.25;
      }
    }
    &:has(a:is(:hover, :focus-visible)) {
      .card-content {
        background-color: var(--text-color);
        .card-categorie {
          a {
            color: hsla(30, 6%, 88%, 1);
          }
        }
        .card-text {
          color: hsla(30, 6%, 88%, 1);
        }
      }
    }
  }
}

p.bandeau {
  text-align: center;
  background-color: #9b4347;
  color: white;
  margin: 0;
  padding: 10px;
}

p.bandeau a {
  color: white;
}

.btn-contact-formation {
  margin-bottom: 5px;
}

.contact-page .btn-contact-formation {
  display: none;
}

header .btn-contact-formation {
  margin-top: 5px;
}
