@charset "UTF-8";
/************************
*
* PLAN DES SCSS
*
01 => CONFIG
02 => LAYOUT
03 => PAGES
04 => COMPOSANTS
*
*
*************************/
/* Set core body defaults */
@import "../../editor-style.css";
:root {
  color-scheme: unset;
}
body {
  min-height: 96vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.2;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-end;
  color: #9e4d47;
  transition: all 0.3s ease-in-out;
}
body .elementor-location-footer {
  bottom: 0;
}
/* Box sizing rules */
*, *::before, *::after {
  box-sizing: border-box;
}
/* Remove default padding */
ul[class], ol[class] {
  padding: 0;
}
p {
  margin-top: 0rem;
  margin-bottom: 1rem;
}
html {
  scroll-behavior: smooth;
}
/* Remove default margin */
body, h1, h2, h3, h4, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
}
/* Remove list styles on ul, ol elements with a class attribute */
ul[class], ol[class] {
  list-style: none;
}
/* Make images easier to work with */
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
a {
  text-decoration: none;
}
/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
  font: inherit;
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
  vertical-align: baseline;
}
/**
*
*  color BG + TXT
*
****************/
.bg_primary {
  background-color: #9e4d47;
}
.txt_primary {
  color: #9e4d47;
}
.bg_noir {
  background-color: #35302d;
}
.txt_noir {
  color: #35302d;
}
.bg_blanc {
  background-color: #ffffff;
}
.txt_blanc {
  color: #ffffff;
}
.bg_gris1 {
  background-color: #F2F2F2;
}
.txt_gris1 {
  color: #F2F2F2;
}
.bg_gris2 {
  background-color: #dddddd;
}
.txt_gris2 {
  color: #dddddd;
}
.bg_gris3 {
  background-color: #707070;
}
.txt_gris3 {
  color: #707070;
}
.bg_gris4 {
  background-color: #333333;
}
.txt_gris4 {
  color: #333333;
}
.bg_color1 {
  background-color: #9e4d47;
}
.txt_color1 {
  color: #9e4d47;
}
.bg_color2 {
  background-color: #e3ccba;
}
.txt_color2 {
  color: #e3ccba;
}
.bg_color3 {
  background-color: #000000;
}
.txt_color3 {
  color: #000000;
}
.bg_color4 {
  background-color: #9e4d47;
}
.txt_color4 {
  color: #9e4d47;
}
.bg_color5 {
  background-color: #e3ccba;
}
.txt_color5 {
  color: #e3ccba;
}
.bg_color6 {
  background-color: #000000;
}
.txt_color6 {
  color: #000000;
}
/**
*
* Colonne
*
****************/
.col2 p, .col3 p {
  margin: 0 !important;
}
.col2 ul, .col3 ul {
  margin-top: 0 !important;
}
@media screen and (min-width: 960px) {
  .col2 {
    columns: 2;
    column-gap: 25px;
    column-fill: balance;
  }
  .col3 {
    columns: 3;
    column-gap: 25px;
    column-fill: balance;
  }
}
/*******************************************************************************
* OLD SCSS
*******************************************************************************/
/*
@use "sass:math";
*/
/**
*
* Espacement
*
****************/
/**
    *
    * Padding
    *
    ****************/
.px_1 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .px_1 {
    padding-left: calc($spacer, 2) * 1;
    padding-right: calc($spacer, 2) * 1;
  }
}
.pl_1 {
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .pl_1 {
    padding-left: calc($spacer, 2) * 1;
  }
}
.pr_1 {
  padding-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .pr_1 {
    padding-right: calc($spacer, 2) * 1;
  }
}
.py_1 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .py_1 {
    padding-top: calc($spacer, 2) * 1;
    padding-bottom: calc($spacer, 2) * 1;
  }
}
.pt_1 {
  padding-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .pt_1 {
    padding-top: calc($spacer, 2) * 1;
  }
}
.pb_1 {
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .pb_1 {
    padding-bottom: calc($spacer, 2) * 1;
  }
}
/**
    *
    * Margin
    *
    ****************/
.mx_1 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .mx_1 {
    margin-left: calc($spacer, 2) * 1;
    margin-right: calc($spacer, 2) * 1;
  }
}
.ml_1 {
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .ml_1 {
    margin-left: calc($spacer, 2) * 1;
  }
}
.mr_1 {
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .mr_1 {
    margin-right: calc($spacer, 2) * 1;
  }
}
.my_1 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .my_1 {
    margin-top: calc($spacer, 2) * 1;
    margin-bottom: calc($spacer, 2) * 1;
  }
}
.mt_1 {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .mt_1 {
    margin-top: calc($spacer, 2) * 1;
  }
}
.mb_1 {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .mb_1 {
    margin-bottom: calc($spacer, 2) * 1;
  }
}
/**
    *
    * Padding
    *
    ****************/
.px_2 {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .px_2 {
    padding-left: calc($spacer, 2) * 2;
    padding-right: calc($spacer, 2) * 2;
  }
}
.pl_2 {
  padding-left: 3rem;
}
@media screen and (max-width: 767px) {
  .pl_2 {
    padding-left: calc($spacer, 2) * 2;
  }
}
.pr_2 {
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .pr_2 {
    padding-right: calc($spacer, 2) * 2;
  }
}
.py_2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .py_2 {
    padding-top: calc($spacer, 2) * 2;
    padding-bottom: calc($spacer, 2) * 2;
  }
}
.pt_2 {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .pt_2 {
    padding-top: calc($spacer, 2) * 2;
  }
}
.pb_2 {
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .pb_2 {
    padding-bottom: calc($spacer, 2) * 2;
  }
}
/**
    *
    * Margin
    *
    ****************/
.mx_2 {
  margin-left: 3rem;
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .mx_2 {
    margin-left: calc($spacer, 2) * 2;
    margin-right: calc($spacer, 2) * 2;
  }
}
.ml_2 {
  margin-left: 3rem;
}
@media screen and (max-width: 767px) {
  .ml_2 {
    margin-left: calc($spacer, 2) * 2;
  }
}
.mr_2 {
  margin-right: 3rem;
}
@media screen and (max-width: 767px) {
  .mr_2 {
    margin-right: calc($spacer, 2) * 2;
  }
}
.my_2 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .my_2 {
    margin-top: calc($spacer, 2) * 2;
    margin-bottom: calc($spacer, 2) * 2;
  }
}
.mt_2 {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .mt_2 {
    margin-top: calc($spacer, 2) * 2;
  }
}
.mb_2 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .mb_2 {
    margin-bottom: calc($spacer, 2) * 2;
  }
}
/**
    *
    * Padding
    *
    ****************/
.px_3 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}
@media screen and (max-width: 767px) {
  .px_3 {
    padding-left: calc($spacer, 2) * 3;
    padding-right: calc($spacer, 2) * 3;
  }
}
.pl_3 {
  padding-left: 4.5rem;
}
@media screen and (max-width: 767px) {
  .pl_3 {
    padding-left: calc($spacer, 2) * 3;
  }
}
.pr_3 {
  padding-right: 4.5rem;
}
@media screen and (max-width: 767px) {
  .pr_3 {
    padding-right: calc($spacer, 2) * 3;
  }
}
.py_3 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .py_3 {
    padding-top: calc($spacer, 2) * 3;
    padding-bottom: calc($spacer, 2) * 3;
  }
}
.pt_3 {
  padding-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .pt_3 {
    padding-top: calc($spacer, 2) * 3;
  }
}
.pb_3 {
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .pb_3 {
    padding-bottom: calc($spacer, 2) * 3;
  }
}
/**
    *
    * Margin
    *
    ****************/
.mx_3 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}
@media screen and (max-width: 767px) {
  .mx_3 {
    margin-left: calc($spacer, 2) * 3;
    margin-right: calc($spacer, 2) * 3;
  }
}
.ml_3 {
  margin-left: 4.5rem;
}
@media screen and (max-width: 767px) {
  .ml_3 {
    margin-left: calc($spacer, 2) * 3;
  }
}
.mr_3 {
  margin-right: 4.5rem;
}
@media screen and (max-width: 767px) {
  .mr_3 {
    margin-right: calc($spacer, 2) * 3;
  }
}
.my_3 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .my_3 {
    margin-top: calc($spacer, 2) * 3;
    margin-bottom: calc($spacer, 2) * 3;
  }
}
.mt_3 {
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .mt_3 {
    margin-top: calc($spacer, 2) * 3;
  }
}
.mb_3 {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .mb_3 {
    margin-bottom: calc($spacer, 2) * 3;
  }
}
/**
    *
    * Padding
    *
    ****************/
.px_4 {
  padding-left: 6rem;
  padding-right: 6rem;
}
@media screen and (max-width: 767px) {
  .px_4 {
    padding-left: calc($spacer, 2) * 4;
    padding-right: calc($spacer, 2) * 4;
  }
}
.pl_4 {
  padding-left: 6rem;
}
@media screen and (max-width: 767px) {
  .pl_4 {
    padding-left: calc($spacer, 2) * 4;
  }
}
.pr_4 {
  padding-right: 6rem;
}
@media screen and (max-width: 767px) {
  .pr_4 {
    padding-right: calc($spacer, 2) * 4;
  }
}
.py_4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .py_4 {
    padding-top: calc($spacer, 2) * 4;
    padding-bottom: calc($spacer, 2) * 4;
  }
}
.pt_4 {
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .pt_4 {
    padding-top: calc($spacer, 2) * 4;
  }
}
.pb_4 {
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .pb_4 {
    padding-bottom: calc($spacer, 2) * 4;
  }
}
/**
    *
    * Margin
    *
    ****************/
.mx_4 {
  margin-left: 6rem;
  margin-right: 6rem;
}
@media screen and (max-width: 767px) {
  .mx_4 {
    margin-left: calc($spacer, 2) * 4;
    margin-right: calc($spacer, 2) * 4;
  }
}
.ml_4 {
  margin-left: 6rem;
}
@media screen and (max-width: 767px) {
  .ml_4 {
    margin-left: calc($spacer, 2) * 4;
  }
}
.mr_4 {
  margin-right: 6rem;
}
@media screen and (max-width: 767px) {
  .mr_4 {
    margin-right: calc($spacer, 2) * 4;
  }
}
.my_4 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .my_4 {
    margin-top: calc($spacer, 2) * 4;
    margin-bottom: calc($spacer, 2) * 4;
  }
}
.mt_4 {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .mt_4 {
    margin-top: calc($spacer, 2) * 4;
  }
}
.mb_4 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .mb_4 {
    margin-bottom: calc($spacer, 2) * 4;
  }
}
/**
    *
    * Padding
    *
    ****************/
.px_5 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}
@media screen and (max-width: 767px) {
  .px_5 {
    padding-left: calc($spacer, 2) * 5;
    padding-right: calc($spacer, 2) * 5;
  }
}
.pl_5 {
  padding-left: 7.5rem;
}
@media screen and (max-width: 767px) {
  .pl_5 {
    padding-left: calc($spacer, 2) * 5;
  }
}
.pr_5 {
  padding-right: 7.5rem;
}
@media screen and (max-width: 767px) {
  .pr_5 {
    padding-right: calc($spacer, 2) * 5;
  }
}
.py_5 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .py_5 {
    padding-top: calc($spacer, 2) * 5;
    padding-bottom: calc($spacer, 2) * 5;
  }
}
.pt_5 {
  padding-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .pt_5 {
    padding-top: calc($spacer, 2) * 5;
  }
}
.pb_5 {
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .pb_5 {
    padding-bottom: calc($spacer, 2) * 5;
  }
}
/**
    *
    * Margin
    *
    ****************/
.mx_5 {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}
@media screen and (max-width: 767px) {
  .mx_5 {
    margin-left: calc($spacer, 2) * 5;
    margin-right: calc($spacer, 2) * 5;
  }
}
.ml_5 {
  margin-left: 7.5rem;
}
@media screen and (max-width: 767px) {
  .ml_5 {
    margin-left: calc($spacer, 2) * 5;
  }
}
.mr_5 {
  margin-right: 7.5rem;
}
@media screen and (max-width: 767px) {
  .mr_5 {
    margin-right: calc($spacer, 2) * 5;
  }
}
.my_5 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .my_5 {
    margin-top: calc($spacer, 2) * 5;
    margin-bottom: calc($spacer, 2) * 5;
  }
}
.mt_5 {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .mt_5 {
    margin-top: calc($spacer, 2) * 5;
  }
}
.mb_5 {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .mb_5 {
    margin-bottom: calc($spacer, 2) * 5;
  }
}
/**
    *
    * Padding
    *
    ****************/
.px_6 {
  padding-left: 9rem;
  padding-right: 9rem;
}
@media screen and (max-width: 767px) {
  .px_6 {
    padding-left: calc($spacer, 2) * 6;
    padding-right: calc($spacer, 2) * 6;
  }
}
.pl_6 {
  padding-left: 9rem;
}
@media screen and (max-width: 767px) {
  .pl_6 {
    padding-left: calc($spacer, 2) * 6;
  }
}
.pr_6 {
  padding-right: 9rem;
}
@media screen and (max-width: 767px) {
  .pr_6 {
    padding-right: calc($spacer, 2) * 6;
  }
}
.py_6 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .py_6 {
    padding-top: calc($spacer, 2) * 6;
    padding-bottom: calc($spacer, 2) * 6;
  }
}
.pt_6 {
  padding-top: 9rem;
}
@media screen and (max-width: 767px) {
  .pt_6 {
    padding-top: calc($spacer, 2) * 6;
  }
}
.pb_6 {
  padding-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .pb_6 {
    padding-bottom: calc($spacer, 2) * 6;
  }
}
/**
    *
    * Margin
    *
    ****************/
.mx_6 {
  margin-left: 9rem;
  margin-right: 9rem;
}
@media screen and (max-width: 767px) {
  .mx_6 {
    margin-left: calc($spacer, 2) * 6;
    margin-right: calc($spacer, 2) * 6;
  }
}
.ml_6 {
  margin-left: 9rem;
}
@media screen and (max-width: 767px) {
  .ml_6 {
    margin-left: calc($spacer, 2) * 6;
  }
}
.mr_6 {
  margin-right: 9rem;
}
@media screen and (max-width: 767px) {
  .mr_6 {
    margin-right: calc($spacer, 2) * 6;
  }
}
.my_6 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .my_6 {
    margin-top: calc($spacer, 2) * 6;
    margin-bottom: calc($spacer, 2) * 6;
  }
}
.mt_6 {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .mt_6 {
    margin-top: calc($spacer, 2) * 6;
  }
}
.mb_6 {
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .mb_6 {
    margin-bottom: calc($spacer, 2) * 6;
  }
}
/**
    *
    * Padding
    *
    ****************/
.px_7 {
  padding-left: 10.5rem;
  padding-right: 10.5rem;
}
@media screen and (max-width: 767px) {
  .px_7 {
    padding-left: calc($spacer, 2) * 7;
    padding-right: calc($spacer, 2) * 7;
  }
}
.pl_7 {
  padding-left: 10.5rem;
}
@media screen and (max-width: 767px) {
  .pl_7 {
    padding-left: calc($spacer, 2) * 7;
  }
}
.pr_7 {
  padding-right: 10.5rem;
}
@media screen and (max-width: 767px) {
  .pr_7 {
    padding-right: calc($spacer, 2) * 7;
  }
}
.py_7 {
  padding-top: 10.5rem;
  padding-bottom: 10.5rem;
}
@media screen and (max-width: 767px) {
  .py_7 {
    padding-top: calc($spacer, 2) * 7;
    padding-bottom: calc($spacer, 2) * 7;
  }
}
.pt_7 {
  padding-top: 10.5rem;
}
@media screen and (max-width: 767px) {
  .pt_7 {
    padding-top: calc($spacer, 2) * 7;
  }
}
.pb_7 {
  padding-bottom: 10.5rem;
}
@media screen and (max-width: 767px) {
  .pb_7 {
    padding-bottom: calc($spacer, 2) * 7;
  }
}
/**
    *
    * Margin
    *
    ****************/
.mx_7 {
  margin-left: 10.5rem;
  margin-right: 10.5rem;
}
@media screen and (max-width: 767px) {
  .mx_7 {
    margin-left: calc($spacer, 2) * 7;
    margin-right: calc($spacer, 2) * 7;
  }
}
.ml_7 {
  margin-left: 10.5rem;
}
@media screen and (max-width: 767px) {
  .ml_7 {
    margin-left: calc($spacer, 2) * 7;
  }
}
.mr_7 {
  margin-right: 10.5rem;
}
@media screen and (max-width: 767px) {
  .mr_7 {
    margin-right: calc($spacer, 2) * 7;
  }
}
.my_7 {
  margin-top: 10.5rem;
  margin-bottom: 10.5rem;
}
@media screen and (max-width: 767px) {
  .my_7 {
    margin-top: calc($spacer, 2) * 7;
    margin-bottom: calc($spacer, 2) * 7;
  }
}
.mt_7 {
  margin-top: 10.5rem;
}
@media screen and (max-width: 767px) {
  .mt_7 {
    margin-top: calc($spacer, 2) * 7;
  }
}
.mb_7 {
  margin-bottom: 10.5rem;
}
@media screen and (max-width: 767px) {
  .mb_7 {
    margin-bottom: calc($spacer, 2) * 7;
  }
}
/**
    *
    * Padding
    *
    ****************/
.px_8 {
  padding-left: 12rem;
  padding-right: 12rem;
}
@media screen and (max-width: 767px) {
  .px_8 {
    padding-left: calc($spacer, 2) * 8;
    padding-right: calc($spacer, 2) * 8;
  }
}
.pl_8 {
  padding-left: 12rem;
}
@media screen and (max-width: 767px) {
  .pl_8 {
    padding-left: calc($spacer, 2) * 8;
  }
}
.pr_8 {
  padding-right: 12rem;
}
@media screen and (max-width: 767px) {
  .pr_8 {
    padding-right: calc($spacer, 2) * 8;
  }
}
.py_8 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .py_8 {
    padding-top: calc($spacer, 2) * 8;
    padding-bottom: calc($spacer, 2) * 8;
  }
}
.pt_8 {
  padding-top: 12rem;
}
@media screen and (max-width: 767px) {
  .pt_8 {
    padding-top: calc($spacer, 2) * 8;
  }
}
.pb_8 {
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .pb_8 {
    padding-bottom: calc($spacer, 2) * 8;
  }
}
/**
    *
    * Margin
    *
    ****************/
.mx_8 {
  margin-left: 12rem;
  margin-right: 12rem;
}
@media screen and (max-width: 767px) {
  .mx_8 {
    margin-left: calc($spacer, 2) * 8;
    margin-right: calc($spacer, 2) * 8;
  }
}
.ml_8 {
  margin-left: 12rem;
}
@media screen and (max-width: 767px) {
  .ml_8 {
    margin-left: calc($spacer, 2) * 8;
  }
}
.mr_8 {
  margin-right: 12rem;
}
@media screen and (max-width: 767px) {
  .mr_8 {
    margin-right: calc($spacer, 2) * 8;
  }
}
.my_8 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .my_8 {
    margin-top: calc($spacer, 2) * 8;
    margin-bottom: calc($spacer, 2) * 8;
  }
}
.mt_8 {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .mt_8 {
    margin-top: calc($spacer, 2) * 8;
  }
}
.mb_8 {
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .mb_8 {
    margin-bottom: calc($spacer, 2) * 8;
  }
}
/************************
* Header & fix header
*************************/
.header_m1 .gm-inner .gm-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .header_m1 .gm-inner .gm-container {
    border-bottom: 1px solid #35302d;
  }
}
.header_m1 .gm-inner .gm-container .gm-logo {
  position: relative;
  top: 0px;
  transform: none;
  padding: 16px 0px;
}
.header_m1 .gm-inner .gm-container .gm-logo a {
  position: relative;
}
.header_m1 .gm-inner .gm-container .gm-logo > a img {
  height: auto;
  width: 207px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .header_m1 .gm-inner .gm-container .gm-logo > a img {
    height: 50px !important;
  }
}
@media screen and (max-width: 1023px) {
  .header_m1 .gm-inner .gm-container .gm-logo .gm-logo__img-default {
    display: none;
  }
}
.header_m1 .gm-inner .gm-container .gm-menu-btn {
  position: absolute;
  top: 26px;
  right: 30px;
  z-index: 111111;
}
.header_m1 .gm-inner .gm-container .gm-main-menu-wrapper {
  background-color: #e3ccba;
  width: 100%;
}
.header_m1 .gm-inner .gm-container .gm-main-menu-wrapper #gm-main-menu {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}
.header_m1 .gm-inner .gm-container .gm-main-menu-wrapper #gm-main-menu ul li .gm-anchor {
  padding: 0 5px;
}
.header_m1 .gm-inner .gm-container .gm-main-menu-wrapper #gm-main-menu ul li .gm-dropdown-menu-wrapper li a {
  padding: 6px 5px;
}
@media screen and (min-width: 1024px) {
  .header_m1 .gm-inner .gm-container .gm-main-menu-wrapper #gm-main-menu #menu-menu-principal + li:first-child .gm-anchor {
    padding-left: 0px;
    margin-left: 0;
  }
}
.header_m1 .gm-inner .gm-container .gm-main-menu-wrapper .gm-inner {
  transition: none !important;
}
.header_m1.gm-navigation-drawer--open .hamburger .hamburger-inner {
  background-color: #ffffff;
}
.header_m1.gm-navigation-drawer--open .hamburger .hamburger-inner::after, .header_m1.gm-navigation-drawer--open .hamburger .hamburger-inner::before {
  background-color: #ffffff;
}
.header_m1.gm-drawer--open .gm-logo {
  opacity: 0.6;
}
aside.header_m1 .btn_rdv a {
  font-size: 11px;
}
aside.header_m1 li a {
  padding-left: 5px;
}
.header_m1.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  animation: slide-down 1s cubic-bezier(0, 0, 0.58, 1);
  height: 100px;
}
.header_m1.fixed-header .gm-wrapper {
  background-color: #ffffff;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
.header_m1.fixed-header .gm-inner .gm-container {
  height: 100px;
  transition: all 0.3s ease-in-out;
}
.header_m1.fixed-header .gm-inner .gm-container .gm-main-menu-wrapper {
  height: auto !important;
}
.header_m1.fixed-header .gm-inner .gm-container .gm-logo > a img {
  width: 166px;
  height: auto;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .gm-wrapper .gm-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .gm-wrapper .gm-container .gm-action__gm_before_mobile_hamburger {
    width: 100%;
  }
  .gm-wrapper .gm-container .gm-action__gm_before_mobile_hamburger > .elementor {
    width: 100%;
  }
  .gm-wrapper .gm-container .gm-menu-btn {
    display: flex;
  }
}
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.gm-menu-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 999999;
}
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
#header_menu .elementor-nav-menu .menu-item a {
  color: #ffffff;
  padding: 20px 20px;
}
.header_m1 li.current-menu-item, .header_m1 li.current-menu-parent {
  transition: all 0.3s ease-in-out;
  background-color: #9e4d47;
}
.header_m1 li.current-menu-item a, .header_m1 li.current-menu-parent a {
  color: #ffffff;
}
.header_m1 li {
  transition: all 0.3s ease-in-out;
}
.header_m1 li:hover {
  transition: all 0.3s ease-in-out;
  background-color: #9e4d47;
}
.reassurance {
  background-color: #000000;
}
.reassurance .sup_footer_content {
  font-size: 14px;
  color: #ffffff;
  fill: #ffffff;
  text-transform: uppercase;
}
#footer_m1 {
  background-color: #3f4934;
  border: 0px;
  padding: 2rem 0rem;
}
#footer_m1 .footer_logo {
  height: 70px !important;
}
#footer_m1 .footer_logo svg {
  fill: #ffffff;
  height: 70px !important;
  width: 100% !important;
}
#footer_m1 .footer_titre {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Bad Script", cursive;
}
#footer_m1 p {
  color: #ffffff;
}
#footer_m1 a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
#footer_m1 a:hover {
  color: #a57a46;
  transition: all 0.3s ease-in-out;
}
#footer_m1 .footer_liste {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  text-transform: uppercase;
}
#footer_m1 .footer_liste ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer_m1 .footer_btn .elementor-button-link {
  color: #ffffff;
  background-color: transparent;
  text-align: left;
  padding: 0px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  #footer_m1 .footer_btn .elementor-button-link {
    text-align: center;
  }
}
#footer_m1 .footer_btn .elementor-button-link:hover {
  color: #9e4d47;
}
#footer_m1 .elementor-social-icon {
  background-color: transparent;
}
#footer_m1 .elementor-social-icon svg {
  fill: #ffffff;
  transition: all 0.3s ease-in-out;
}
#footer_m1 .elementor-social-icon:hover svg {
  fill: #9e4d47;
}
#footer_m1 .footer_menu .elementor-nav-menu--dropdown {
  background-color: transparent !important;
}
#footer_m1 .footer_menu .elementor-nav-menu--dropdown a:hover {
  background-color: #ffffff;
}
#footer_m1 .footer_col {
  max-width: 200px;
}
#footer_m1 .btn_cta_1 .elementor-button {
  background-color: #9e4d47;
}
#footer_m1 .btn_cta_1 .elementor-button .elementor-button-content-wrapper .elementor-button-icon {
  background-color: #000000;
}
#footer_m1 .btn_cta_1 .elementor-button .elementor-button-content-wrapper .elementor-button-icon:after {
  border-left: 13px solid #000000;
}
#footer_m1 .btn_cta_1 .elementor-button:hover {
  background-color: #000000;
  color: #ffffff;
}
#footer_m1 .btn_cta_1 .elementor-button:hover .elementor-button-icon {
  background-color: #9e4d47;
}
#footer_m1 .btn_cta_1 .elementor-button:hover .elementor-button-icon:after {
  border-left: 13px solid #9e4d47;
}
#copyright_m1 {
  background-color: #3f4934;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
}
#copyright_m1 p {
  color: #ffffff;
}
#copyright_m1 a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
#copyright_m1 a:hover {
  color: #a57a46;
  transition: all 0.3s ease-in-out;
}
body {
  font-family: "Hind Madurai", sans-serif, sans-serif;
  font-size: 16px;
  color: #9e4d47;
  font-weight: 400;
}
body main, body [data-elementor-type="archive"], body [data-elementor-type="single-post"], body [data-elementor-type="error-404"] {
  min-height: 69vh;
  margin-top: 12px;
}
body main #breadcrumbs a:hover, body [data-elementor-type="archive"] #breadcrumbs a:hover, body [data-elementor-type="single-post"] #breadcrumbs a:hover, body [data-elementor-type="error-404"] #breadcrumbs a:hover {
  color: #9e4d47 !important;
  transition: all 0.3s ease-in-out;
}
body #content a:not([class]) {
  transition: color 300ms ease;
  color: #3f4934;
}
body #content a:not([class]):hover {
  color: #a57a46;
}
.gm-nav-content-wrapper {
  will-change: inherit !important;
}
/******************************
* Titres principaux
******************************/
.titre_1, .titre_1l, .titre_1r, .titre_1c {
  position: relative;
  font-size: calc(24px + (30 - 24) * ((100vw - 300px) / (1600 - 300)));
  color: #e3ccba;
  text-transform: none;
  font-family: "Bad Script", cursive;
}
.titre_1 .elementor-heading-title, .titre_1l .elementor-heading-title, .titre_1r .elementor-heading-title, .titre_1c .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_1 br, .titre_1l br, .titre_1r br, .titre_1c br {
    display: none;
  }
}
.titre_1 strong, .titre_1 b, .titre_1l strong, .titre_1l b, .titre_1r strong, .titre_1r b, .titre_1c strong, .titre_1c b {
  font-weight: 600;
}
.titre_1 span, .titre_1l span, .titre_1r span, .titre_1c span {
  color: #e3ccba;
  font-weight: 600;
}
.sup_titre_1 {
  color: #e3ccba;
  text-transform: none;
}
.titre_2, .titre_2l, .titre_2r, .titre_2c, .titre_2_cap {
  position: relative;
  font-size: calc(38px + (43 - 38) * ((100vw - 300px) / (1600 - 300)));
  color: #e3ccba;
  font-family: "Bad Script", cursive;
}
.titre_2 .elementor-heading-title, .titre_2l .elementor-heading-title, .titre_2r .elementor-heading-title, .titre_2c .elementor-heading-title, .titre_2_cap .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_2 br, .titre_2l br, .titre_2r br, .titre_2c br, .titre_2_cap br {
    display: none;
  }
}
.titre_2 strong, .titre_2 b, .titre_2l strong, .titre_2l b, .titre_2r strong, .titre_2r b, .titre_2c strong, .titre_2c b, .titre_2_cap strong, .titre_2_cap b {
  font-weight: 600;
}
.titre_2 span, .titre_2l span, .titre_2r span, .titre_2c span, .titre_2_cap span {
  color: #e3ccba;
  font-weight: 600;
}
.titre_2_cap {
  text-transform: none;
}
.titre_3, .titre_3l, .titre_3r, .titre_3c {
  position: relative;
  font-size: calc(18px + (22 - 18) * ((100vw - 300px) / (1600 - 300)));
  color: #e3ccba;
  font-family: "Bad Script", cursive;
}
.titre_3 .elementor-heading-title, .titre_3l .elementor-heading-title, .titre_3r .elementor-heading-title, .titre_3c .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_3 br, .titre_3l br, .titre_3r br, .titre_3c br {
    display: none;
  }
}
.titre_3 strong, .titre_3 b, .titre_3l strong, .titre_3l b, .titre_3r strong, .titre_3r b, .titre_3c strong, .titre_3c b {
  font-weight: 600;
}
.titre_3 span, .titre_3l span, .titre_3r span, .titre_3c span {
  color: #e3ccba;
  font-weight: 600;
}
.titre_4, .titre_4l, .titre_4r, .titre_4c {
  position: relative;
  font-size: calc(18px + (26 - 18) * ((100vw - 300px) / (1600 - 300)));
  display: block;
  font-family: "Bad Script", cursive;
  color: #35302d;
}
.titre_4 .elementor-heading-title, .titre_4l .elementor-heading-title, .titre_4r .elementor-heading-title, .titre_4c .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_4 br, .titre_4l br, .titre_4r br, .titre_4c br {
    display: none;
  }
}
.titre_4 strong, .titre_4 b, .titre_4l strong, .titre_4l b, .titre_4r strong, .titre_4r b, .titre_4c strong, .titre_4c b {
  font-weight: 600;
}
.titre_4 span, .titre_4l span, .titre_4r span, .titre_4c span {
  color: #e3ccba;
  font-weight: 600;
}
/******************************
* Titres spe
******************************/
.titre_spe_1 {
  position: relative;
  font-size: calc(22px + (38 - 22) * ((100vw - 300px) / (1600 - 300)));
  color: #9e4d47;
  text-transform: none;
  font-family: "Bad Script", cursive;
}
.titre_spe_1 .elementor-heading-title {
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .titre_spe_1 br {
    display: none;
  }
}
.titre_spe_1 strong, .titre_spe_1 b {
  font-weight: 600;
}
.titre_spe_1 span {
  color: #e3ccba;
  font-weight: 600;
}
.titre_spe_2 {
  font-size: calc(22px + (28 - 22) * ((100vw - 300px) / (1600 - 300)));
  text-transform: none;
  font-weight: 600;
  font-family: "Josefin Sans", cursive;
  color: #35302d;
}
.titre_spe_2 span {
  color: #9e4d47;
}
.dual_title {
  color: #e3ccba;
  margin-bottom: 20px;
  text-transform: none;
}
.dual_title span {
  font-family: "Bad Script", cursive;
  line-height: 1.4em;
  text-transform: none;
  display: block;
}
/******************************
* Padding / margin spe
******************************/
.p_margin_0 p {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
/******************************
* Couleur
******************************/
.txt_blanc {
  color: #ffffff;
}
/******************************
* link Couleur
******************************/
.link_color1 a {
  transition: all 0.3s ease-in-out;
  color: #9e4d47;
}
.link_color1 a:hover {
  color: #9e4d47;
  transition: all 0.3s ease-in-out;
}
.link_color2 a {
  transition: all 0.3s ease-in-out;
  color: #e3ccba;
}
.link_color2 a:hover {
  color: #9e4d47;
  transition: all 0.3s ease-in-out;
}
.link_color3 a {
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.link_color3 a:hover {
  color: #9e4d47;
  transition: all 0.3s ease-in-out;
}
/******************************
* BLOCS
******************************/
.bg_degrad_1 {
  background: linear-gradient(0deg, #eeeded 0%, #f8f8f8 100%);
}
.bg_degrad_2 {
  background: linear-gradient(0deg, #eeeded 0%, #f8f8f8 100%);
}
.bg_spe_1 {
  background-color: #9e4d47;
}
/******************************
* images
******************************/
svg {
  min-height: 6px;
  min-width: 6px;
}
.img_radius {
  border-radius: 36px;
  overflow: hidden;
}
.img_radius_2 {
  border-bottom-left-radius: 36px !important;
  border-top-right-radius: 36px !important;
  -webkit-box-shadow: 1px 2px 10px 2px rgba(53, 48, 45, 0.47);
  box-shadow: 1px 2px 10px 2px rgba(53, 48, 45, 0.47);
  overflow: hidden;
}
.img_shadow {
  -webkit-box-shadow: 1px 2px 10px 2px rgba(53, 48, 45, 0.47);
  box-shadow: 1px 2px 10px 2px rgba(53, 48, 45, 0.47);
}
.bloc_img .bloc_img_un {
  width: 90%;
  margin-top: 60px;
}
.bloc_img .bloc_img_deux {
  width: 50%;
  position: absolute;
  bottom: -120px;
  right: 0;
}
/******************************
* Liste
******************************/
.liste_puce_1 ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.liste_puce_1 ul li {
  padding-left: 15px;
  position: relative;
}
.liste_puce_1 ul li:before {
  content: "";
  position: absolute;
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  top: 10px;
  left: 0%;
  background-color: #9e4d47;
}
/******************************
* Bloc txt img full
******************************/
.bloc_txt_imgD {
  position: relative;
}
.bloc_txt_imgD .colG {
  height: 100%;
}
.bloc_txt_imgD .colG .elementor-widget-container {
  padding-right: 55%;
}
@media screen and (max-width: 960px) {
  .bloc_txt_imgD .colG .elementor-widget-container {
    padding-right: 0%;
  }
}
.bloc_txt_imgD .colD {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .bloc_txt_imgD .colD {
    width: 100%;
    position: relative;
    transform: translateY(0%);
  }
}
.bloc_txt_imgD .colD .elementor-widget {
  height: 100%;
}
.bloc_txt_imgD .colD .elementor-widget-container {
  height: 100%;
}
.bloc_txt_imgD .colD .elementor-widget-container picture {
  height: 100%;
}
.bloc_txt_imgD .colD img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: 100% 50%;
  object-position: 100% 50%;
  font-family: "object-fit: cover; object-position: 100% 50%";
  width: 100%;
  height: 100%;
  display: block;
}
.bloc_txt_imgG {
  position: relative;
}
.bloc_txt_imgG .colG {
  height: 100%;
}
.bloc_txt_imgG .colG .elementor-widget-container {
  padding-left: 55%;
}
@media screen and (max-width: 960px) {
  .bloc_txt_imgG .colG .elementor-widget-container {
    padding-left: 0%;
  }
}
.bloc_txt_imgG .colD {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .bloc_txt_imgG .colD {
    width: 100%;
    position: relative;
    transform: translateY(0%);
  }
}
.bloc_txt_imgG .colD .elementor-widget {
  height: 100%;
}
.bloc_txt_imgG .colD .elementor-widget-container {
  height: 100%;
}
.bloc_txt_imgG .colD .elementor-widget-container picture {
  height: 100%;
}
.bloc_txt_imgG .colD img {
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
  font-family: "object-fit: cover; object-position: 0% 50%";
  width: 100%;
  height: 100%;
  display: block;
}
/******************************
* Filtres
******************************/
.filtre {
  position: relative;
}
.filtre:before {
  content: "" !important;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
}
.filtre_noir:before {
  background-color: rgba(53, 48, 45, 0.35);
}
.filtre_color1:before {
  background-color: rgba(158, 77, 71, 0.35);
}
.filtre_color2:before {
  background-color: rgba(227, 204, 186, 0.35);
}
.filtre_color3:before {
  background-color: rgba(0, 0, 0, 0.35);
}
.filtre_color4:before {
  background-color: rgba(158, 77, 71, 0.35);
}
.filtre_color5:before {
  background-color: rgba(227, 204, 186, 0.35);
}
.filtre_color6:before {
  background-color: rgba(0, 0, 0, 0.35);
}
/******************************
* hero / ban home
******************************/
.ban_home {
  margin-top: 15px;
}
.ban_home .ban_content {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  background-size: cover;
  background-position: bottom;
}
.ban_home .ban_content .ban_titre {
  color: #ffffff;
  padding-top: 40px;
  text-shadow: 3px 3px 4px rgba(158, 77, 71, 0.75);
  max-width: 450px;
}
.ban_home .ban_content .ban_titre .ban_titre_1 {
  position: relative;
  font-size: 50px;
  color: #ffffff;
  text-transform: none;
  text-align: right;
  font-family: "Bad Script", cursive;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .ban_home .ban_content .ban_titre .ban_titre_1 {
    font-size: 40px;
  }
}
.ban_home .ban_content .ban_titre .ban_titre_2 {
  position: relative;
  font-size: 26px;
  color: #ffffff;
  font-family: "Bad Script", cursive;
}
@media screen and (max-width: 960px) {
  .ban_home .ban_content .ban_titre .ban_titre_2 {
    font-size: 22px;
  }
}
.ban_home .ban_content .ban_coordonnee {
  max-width: 80%;
  margin: auto !important;
  background: #ffffff;
  z-index: 1;
  bottom: -40px;
}
.ban_home .ban_content .ban_coordonnee .titre_coordonnee {
  font-family: "Bad Script", cursive;
  color: #9e4d47;
  text-align: center;
  font-size: 20px;
}
.ban_home .ban_content .ban_coordonnee .texte_coordonnee {
  text-align: center;
  color: #000000;
  font-size: 15px;
}
.ban_home .ban_content .ban_coordonnee .texte_coordonnee a {
  color: #000000;
}
.ban_home .ban_content .ban_coordonnee .texte_coordonnee a:hover {
  color: #e3ccba;
}
.ban_home .ban_content .ban_coordonnee .texte_coordonnee.btn_none {
  display: inline-block;
}
.ban_home .ban_content .ban_coordonnee .texte_coordonnee.btn_none a {
  color: #000000;
  background: transparent;
  font-size: 15px;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.ban_home .ban_content .ban_coordonnee .texte_coordonnee.btn_none a:hover {
  color: #9e4d47;
  transition: all 0.3s ease-in-out;
}
.ban_home .ban_content .ban_coordonnee p {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
/******************************
* Titres home
******************************/
/******************************
* Carousel COLLECTIONS
******************************/
.carousel_collections {
  text-align: left;
}
.carousel_collections .uc_elegant_carousel_placeholder img {
  height: 700px;
}
.carousel_collections .uc_elegant_carousel_placeholder::after {
  content: "" !important;
  display: block;
  width: 110px;
  background: white;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 5px;
}
.carousel_collections .uc_elegant_carousel_placeholder::before {
  content: "" !important;
  display: block;
  width: 5px;
  background: white;
  position: absolute;
  bottom: 0;
  right: 0px;
  height: 80px;
}
.carousel_collections .uc_elegant_carousel_content {
  opacity: 1 !important;
  padding: 10px;
  background-color: transparent !important;
}
.carousel_collections .uc_elegant_carousel_content .uc_elegant_content_box {
  align-items: flex-end !important;
  justify-content: flex-end !important;
  padding: 10px;
}
.carousel_collections .uc_elegant_carousel_content .uc_elegant_content_box .uc_paragraph {
  width: 100%;
  transform: translateY(100px);
  transition: all 0.4s ease;
}
.carousel_collections .uc_elegant_carousel_content .uc_elegant_content_box .uc_paragraph .carousel_two_titles {
  color: #ffffff;
  text-align: left;
  line-height: 1.8em;
}
.carousel_collections .uc_elegant_carousel_content .uc_elegant_content_box .uc_paragraph .carousel_two_titles .carousel_sup_title {
  display: block;
}
.carousel_collections .uc_elegant_carousel_content .uc_elegant_content_box .uc_paragraph .carousel_two_titles .carousel_title {
  font-family: "Josefin Sans", cursive;
  display: block;
  font-size: 40px;
  text-align: left;
}
.carousel_collections .uc_elegant_carousel_content .uc_elegant_content_box .uc_paragraph .carousel_two_titles.black_title {
  color: #35302d;
}
.carousel_collections .uc_elegant_carousel_content .uc_elegant_content_box .carousel_text, .carousel_collections .uc_elegant_carousel_content .uc_elegant_content_box .uc_more_btn {
  transform: translateY(200px);
  opacity: 0;
  margin-top: 10px;
  transition: all 0.4s ease;
}
.carousel_collections .uc_elegant_carousel_content:hover, .carousel_collections .uc_elegant_carousel_content:focus {
  background-color: rgba(53, 48, 45, 0.65) !important;
}
.carousel_collections .uc_elegant_carousel_content:hover .carousel_two_titles, .carousel_collections .uc_elegant_carousel_content:hover .uc_paragraph, .carousel_collections .uc_elegant_carousel_content:focus .carousel_two_titles, .carousel_collections .uc_elegant_carousel_content:focus .uc_paragraph {
  transform: translateY(0);
  transition: all 0.4s ease;
}
.carousel_collections .uc_elegant_carousel_content:hover .carousel_two_titles.black_title, .carousel_collections .uc_elegant_carousel_content:focus .carousel_two_titles.black_title {
  color: #ffffff;
}
.carousel_collections .uc_elegant_carousel_content:hover .carousel_text, .carousel_collections .uc_elegant_carousel_content:hover .uc_more_btn, .carousel_collections .uc_elegant_carousel_content:focus .carousel_text, .carousel_collections .uc_elegant_carousel_content:focus .uc_more_btn {
  transform: translateY(0);
  opacity: 1;
  display: inline-block;
  transition: all 0.5s ease;
}
.carousel_collections .owl-nav .owl-prev, .carousel_collections .owl-nav .owl-next {
  top: 40% !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: #ffffff !important;
}
.carousel_collections .owl-nav .owl-prev:hover, .carousel_collections .owl-nav .owl-next:hover {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
@media screen and (min-width: 960px) {
  .carousel_collections .owl-nav {
    display: none;
  }
}
.carousel_collections .owl-dots {
  display: none;
}
@media screen and (max-width: 960px) {
  .uc_elegant_carousel_content {
    background-color: rgba(53, 48, 45, 0.1) !important;
  }
  .uc_elegant_carousel_content .uc_elegant_content_box {
    background-color: rgba(53, 48, 45, 0.1) !important;
  }
  .uc_elegant_carousel_content .uc_elegant_content_box .uc_paragraph .carousel_two_titles {
    transform: translateY(0) !important;
  }
  .uc_elegant_carousel_content .uc_elegant_content_box .uc_paragraph .carousel_two_titles.black_title {
    color: #ffffff !important;
  }
  .uc_elegant_carousel_content .uc_elegant_content_box .uc_paragraph .carousel_text {
    transform: translateY(0) !important;
    opacity: 1 !important;
    display: inline-block !important;
  }
  .uc_elegant_carousel_content .uc_elegant_content_box .owl-next {
    right: 7px !important;
  }
  .uc_elegant_carousel_content .uc_elegant_content_box .owl-prev {
    left: 7px !important;
  }
}
/******************************
* Blocs Tendances
******************************/
.bloc_tendances .bloc_tendances_content {
  border-radius: 3rem;
  overflow: hidden;
  -webkit-box-shadow: 1px 2px 10px 2px rgba(53, 48, 45, 0.47);
  box-shadow: 1px 2px 10px 2px rgba(53, 48, 45, 0.47);
}
.bloc_tendances .bloc_tendances_content .elementor-widget-container {
  text-align: center;
}
.bloc_tendances .bloc_tendances_content .elementor-widget-container .ref_tendances {
  display: block;
  font-size: 24px;
  font-weight: 100;
  color: #9e4d47;
}
.bloc_tendances .bloc_tendances_content .elementor-widget-container .prix_tendances {
  margin-top: 10px;
  display: block;
  font-size: 24px;
  color: #35302d;
}
/******************************
* Bloc PICTOS
******************************/
.bloc_picto .elementor-icon-box-icon .elementor-icon {
  font-size: 82px;
}
.bloc_picto .elementor-icon-box-icon .elementor-icon svg {
  fill: #000000;
}
.bloc_picto .elementor-icon-box-title {
  text-transform: none;
  color: #e3ccba;
  text-align: left;
  font-weight: 300;
}
/******************************
* BlocRDV
******************************/
.bloc_rdv {
  background-position: center;
}
.bloc_rdv .bloc_rdv_content {
  background: rgba(255, 255, 255, 0.92);
  max-width: 700px;
  margin: 8rem auto;
  text-align: center;
  padding: 2rem 4rem;
}
/************************
* Page divers
*************************/
.ban_inte {
  background-position: bottom center;
  min-height: 500px;
  margin-top: 1rem !important;
}
.ban_inte .elementor-widget-breadcrumbs {
  background-color: rgba(158, 77, 71, 0.5);
  padding: 10px 0;
}
.ban_inte .elementor-widget-breadcrumbs #breadcrumbs {
  text-align: center;
  color: #ffffff;
  margin-top: 0;
}
.ban_inte .elementor-widget-breadcrumbs #breadcrumbs a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_inte .elementor-widget-breadcrumbs #breadcrumbs a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_inte .ban_titre {
  text-align: center;
  color: #ffffff;
  max-width: 35%;
  padding: 2rem 1rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
}
.ban_inte .ban_titre .ban_sup_titre {
  position: relative;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}
.ban_inte .ban_titre .ban_titre_1 {
  position: relative;
  font-size: calc(32px + (45 - 32) * ((100vw - 300px) / (1600 - 300)));
  color: #ffffff;
  text-align: center;
  font-family: "Bad Script", cursive;
}
.ban_inte .ban_titre .ban_titre_1 .elementor-heading-title {
  line-height: 1.4;
}
.ban_inte .ban_titre p {
  font-weight: 300;
}
@media screen and (max-width: 960px) {
  .ban_inte {
    min-height: auto;
    background-position: center;
  }
  .ban_inte .ban_titre {
    max-width: none;
    text-shadow: 1px 2px 8px #9e4d47;
  }
}
.ban_inte .ban_content {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  min-height: 500px;
}
.bloc_actu_moment {
  position: relative;
  color: #ffffff;
}
.bloc_actu_moment:before {
  content: "" !important;
  position: absolute;
  display: block;
  top: 0% !important;
  left: 0% !important;
  height: 75% !important;
  width: 100% !important;
  background-color: #000000 !important;
}
.bloc_actu_moment .titre_2 {
  color: #ffffff;
}
/************************
* Page Marques
*************************/
.marques_gallery .e-gallery-item {
  -webkit-box-shadow: 3px 3px 8px 1px rgba(227, 204, 186, 0.5);
  box-shadow: 3px 3px 8px 1px rgba(227, 204, 186, 0.5);
}
.marques_gallery .e-gallery-item .e-gallery-image {
  background-size: 136px;
  background-repeat: no-repeat;
}
/************************
* Page contact
*************************/
.ban_inte_contact .elementor-widget-breadcrumbs {
  background-color: rgba(158, 77, 71, 0.5);
  padding: 10px 0;
}
.ban_inte_contact .elementor-widget-breadcrumbs #breadcrumbs {
  text-align: center;
  color: #ffffff;
  margin-top: 0;
}
.ban_inte_contact .elementor-widget-breadcrumbs #breadcrumbs a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_inte_contact .elementor-widget-breadcrumbs #breadcrumbs a:hover {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ban_inte_contact .ban_content {
  background: rgba(255, 255, 255, 0.92);
  padding: 2rem 4rem;
}
@media screen and (max-width: 767px) {
  .ban_inte_contact .ban_content {
    padding: 2rem 2rem;
  }
}
.ban_inte_contact .ban_content .ban_sup_titre {
  position: relative;
  color: #e3ccba;
  text-transform: uppercase;
}
.ban_inte_contact .ban_content .ban_sup_titre p {
  line-height: 1;
  margin: 0;
}
.ban_inte_contact .ban_content .ban_titre_1 {
  position: relative;
  font-size: calc(32px + (45 - 32) * ((100vw - 300px) / (1600 - 300)));
  color: #e3ccba;
  font-family: "Bad Script", cursive;
}
.ban_inte_contact .ban_content .ban_titre_1 .elementor-heading-title {
  line-height: 1.4;
}
.bloc_map .elementor-widget-google_maps, .bloc_map .elementor-custom-embed, .bloc_map iframe {
  min-height: 200px;
  height: 100% !important;
}
.bloc_coordonnees .picto_coordonnees svg {
  fill: #e3ccba;
}
.bloc_coordonnees .titre_coordonnees {
  font-size: 22px;
  font-family: "Bad Script", cursive;
  color: #9e4d47;
}
.bloc_coordonnees .texte_coordonnee {
  color: #000000;
}
.bloc_coordonnees .btn_coordonnees .elementor-button-link {
  background-color: transparent;
  padding: 0;
  height: inherit;
}
.bloc_coordonnees .btn_coordonnees .elementor-button-link .elementor-button-text {
  color: #000000;
  line-height: 1.2;
  transition: all 0.3s ease-in-out;
}
.bloc_coordonnees .btn_coordonnees:visited, .bloc_coordonnees .btn_coordonnees:focus {
  color: #000000;
}
.bloc_coordonnees .btn_coordonnees:hover .elementor-button-text {
  color: #9e4d47;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * swiper
******************************************************************************************************************************/
.elementor-swiper-button {
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  height: 40px;
  width: 40px;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button svg {
  fill: #ffffff !important;
  width: 40px !important;
  height: 14px !important;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button:hover {
  background-color: #e3ccba;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button:hover svg {
  fill: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.elementor-swiper-button.swiper-button-lock {
  display: none !important;
}
/*****************************************************************************************************************************
  * pagination
******************************************************************************************************************************/
.elementor-post-navigation .elementor-post-navigation__prev a, .elementor-post-navigation .elementor-post-navigation__next a {
  color: #9e4d47;
  transition: all 0.3s ease-in-out;
}
.elementor-post-navigation .elementor-post-navigation__prev a:hover, .elementor-post-navigation .elementor-post-navigation__next a:hover {
  color: #9e4d47;
  transition: all 0.3s ease-in-out;
}
.elementor-post-navigation .post-navigation__arrow-prev i, .elementor-post-navigation .post-navigation__arrow-next i {
  color: #9e4d47;
  transition: all 0.3s ease-in-out;
}
.elementor-post-navigation .post-navigation__arrow-prev i:hover, .elementor-post-navigation .post-navigation__arrow-next i:hover {
  color: #9e4d47;
  transition: all 0.3s ease-in-out;
}
.elementor-pagination {
  padding: 3rem 1rem;
}
.elementor-pagination .page-numbers {
  background-color: #ffffff;
  color: #9e4d47;
  width: 36px;
  height: 36px;
  display: inline-block;
  border: 1px solid #dddddd;
  border-radius: 25px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.8;
}
.elementor-pagination .prev, .elementor-pagination .next {
  padding: 5px 10px;
  width: auto;
}
.elementor-pagination a.page-numbers {
  transition: all 0.3s ease-in-out;
}
.elementor-pagination a.page-numbers:hover {
  background-color: #9e4d47 !important;
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
  border: 1px solid #9e4d47;
}
.elementor-pagination .current {
  background-color: #9e4d47 !important;
  color: #ffffff !important;
  border: 1px solid #9e4d47;
  transition: all 0.3s ease-in-out;
}
/*****************************************************************************************************************************
  * loop
******************************************************************************************************************************/
/************************
  * loop actu
*************************/
.loop_actu {
  background-color: #F2F2F2;
  border-radius: 20px !important;
  overflow: hidden !important;
}
.loop_actu .loop_img .elementor-widget-container {
  overflow: hidden;
}
.loop_actu .loop_img .elementor-widget-container img {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content {
  padding: 1rem;
}
.loop_actu .loop_content .loop_etiquette .elementor-icon-list-item {
  font-size: 11px;
  color: #ffffff;
  background-color: #9e4d47;
  padding: 2px 4px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .loop_titre {
  font-family: "Josefin Sans", cursive;
  font-size: 22px;
  line-height: 1.2em;
  color: #35302d;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .loop_date {
  color: #9e4d47;
  font-size: 13px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .loop_date .elementor-icon-list-icon svg {
  fill: #9e4d47;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .loop_desc {
  color: #9e4d47;
}
.loop_actu .loop_content .btn_lirelasuite .elementor-widget-container {
  display: flex;
  justify-content: center;
}
.loop_actu .loop_content .btn_lirelasuite .elementor-widget-container .elementor-heading-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  height: 20px;
  color: #35302d;
  width: max-content;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .btn_lirelasuite .elementor-widget-container .elementor-heading-title:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0%;
  left: 0%;
  background-color: #35302d;
  transition: all 0.3s ease-in-out;
}
.loop_actu .loop_content .btn_lirelasuite .elementor-widget-container .elementor-heading-title:hover {
  color: #9e4d47;
}
.loop_actu .loop_content .btn_lirelasuite .elementor-widget-container .elementor-heading-title:hover:before {
  width: 2%;
  background-color: #9e4d47;
  transition: all 0.3s ease-in-out;
}
.loop_actu:hover .loop_img img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.loop_actu:hover .loop_content .loop_titre {
  color: #9e4d47 !important;
  transition: all 0.3s ease-in-out;
}
/************************
  * loop actu carousel
*************************/
.loop_actu_carousel {
  position: relative;
  padding: 8px !important;
}
.loop_actu_carousel .e-con-inner {
  z-index: 2;
}
.loop_actu_carousel .loop_img {
  overflow: hidden;
  border-radius: 36px;
  position: relative;
  box-shadow: 1px 1px 8px 2px rgba(0, 0, 0, 0.3);
}
.loop_actu_carousel .loop_img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  background-color: rgba(53, 48, 45, 0);
  transition: all 0.3s ease-in-out;
}
.loop_actu_carousel .loop_titre {
  padding: 0px 10px;
}
.loop_actu_carousel .loop_titre a {
  color: #e3ccba !important;
  font-size: 22px !important;
  font-weight: 400;
  font-family: "Bad Script", cursive;
  line-height: 1.2 !important;
  transition: all 0.3s ease-in-out;
}
.loop_actu_carousel .btn_lirelasuite .elementor-button-link {
  margin: 0px 10px;
}
.loop_actu_carousel:hover .loop_img:before {
  background-color: rgba(53, 48, 45, 0.3);
}
/************************
  * loop tendances
*************************/
.loop_tendances {
  min-height: 250px !important;
  border-radius: 20px !important;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.loop_tendances > .e-con-inner {
  z-index: 2;
}
.loop_tendances:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  border-radius: 20px;
  background-color: rgba(53, 48, 45, 0.4);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.loop_tendances .loop_tendances_titre {
  position: relative;
  font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1600 - 300)));
  line-height: 1.2;
  color: #ffffff;
  font-family: "Bad Script", cursive;
  background-color: rgba(158, 77, 71, 0.4);
  border-radius: 0px 0px 20px 20px;
  padding: 8px;
  transition: all 0.3s ease-in-out;
}
.loop_tendances:hover:after {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
/************************
  * Page archives
*************************/
.ban_archive .titre_top {
  position: relative;
  font-size: 24px;
  color: #9e4d47;
  font-family: "Bad Script", cursive;
}
.ban_archive .titre_top span {
  font-weight: 600;
}
.ban_archive .ban_titre {
  position: relative;
  font-size: 40px;
  color: #9e4d47;
  font-family: "Bad Script", cursive;
  font-weight: 800;
  margin-top: -15px;
  text-transform: uppercase;
}
.ban_archive .ban_titre .elementor-heading-title {
  line-height: 1.2 !important;
}
.ban_archive .breadcrumbs #breadcrumbs {
  color: #9e4d47;
}
.ban_archive .breadcrumbs #breadcrumbs span span {
  border: 1px solid #dddddd;
  border-radius: 25px;
  padding: 5px 10px;
}
.ban_archive .breadcrumbs a {
  color: #9e4d47;
  transition: all 0.3s ease-in-out;
}
.ban_archive .breadcrumbs a:hover {
  color: #9e4d47;
  transition: all 0.3s ease-in-out;
}
/************************
* Page article
*************************/
.ban_inte_actu .ban_bloc_meta .ban_cat_article {
  color: #ffffff;
  font-size: 16px;
  background-color: #9e4d47;
  padding: 6px 0px 6px 12px;
  text-transform: uppercase;
}
.ban_inte_actu .ban_titre {
  position: relative;
  font-size: 40px;
  color: #9e4d47;
  font-family: "Bad Script", cursive;
  margin-top: -15px;
  text-transform: uppercase;
}
.ban_inte_actu .ban_titre span {
  font-weight: 800;
}
.ban_inte_actu .ban_titre .elementor-heading-title {
  line-height: 1.2 !important;
}
.ban_inte_actu .ban_date_article {
  font-size: 14px;
  color: #707070;
  border-bottom: 1px solid #dddddd !important;
}
.ban_inte_actu .breadcrumbs #breadcrumbs {
  color: #9e4d47;
}
.ban_inte_actu .breadcrumbs #breadcrumbs span span {
  border: 1px solid #dddddd;
  border-radius: 25px;
  padding: 5px 10px;
}
.ban_inte_actu .breadcrumbs a {
  color: #9e4d47;
  transition: all 0.3s ease-in-out;
}
.ban_inte_actu .breadcrumbs a:hover {
  color: #9e4d47;
  transition: all 0.3s ease-in-out;
}
#row_totop {
  width: 50px;
  height: 50px;
  z-index: 999;
  position: fixed;
  bottom: 30px;
  right: 30px;
}
#totop {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  z-index: 999;
  cursor: pointer;
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  background-image: url(/wp-content/uploads/2024/04/pictobacktotop.svg);
  background-size: 34px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.8;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  #totop {
    position: relative !important;
    margin: 0px auto 20px auto;
  }
}
#totop:hover {
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
@media screen and (max-width: 960px) {
  .btn_cta_1 {
    width: 100%;
    max-width: none;
  }
}
.btn_cta_1 .elementor-button {
  border-radius: 7px;
  background-color: #9e4d47;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .btn_cta_1 .elementor-button {
    width: 100%;
    max-width: none;
  }
}
.btn_cta_1 .elementor-button .elementor-button-content-wrapper {
  align-items: center;
}
.btn_cta_1 .elementor-button .elementor-button-content-wrapper .elementor-button-icon {
  display: flex;
  position: relative;
  justify-content: center;
  margin-right: 0px;
  font-size: 27px;
  height: 50px;
  width: 44px;
  background-color: #e3ccba;
  border-radius: 7px 0px 0px 7px;
  transition: all 0.3s ease-in-out;
}
.btn_cta_1 .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff;
}
.btn_cta_1 .elementor-button .elementor-button-content-wrapper .elementor-button-icon:after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  width: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #e3ccba;
  left: 44px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.btn_cta_1 .elementor-button .elementor-button-content-wrapper .elementor-button-text {
  padding: 0px 24px;
}
.btn_cta_1 .elementor-button:visited, .btn_cta_1 .elementor-button:focus {
  color: #ffffff;
}
.btn_cta_1 .elementor-button:visited .elementor-button-content-wrapper .elementor-button-icon svg, .btn_cta_1 .elementor-button:focus .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff;
}
.btn_cta_1 .elementor-button:hover {
  background-color: #e3ccba;
  transition: all 0.3s ease-in-out;
}
.btn_cta_1 .elementor-button:hover .elementor-button-content-wrapper .elementor-button-icon {
  background-color: #9e4d47;
  transition: all 0.3s ease-in-out;
}
.btn_cta_1 .elementor-button:hover .elementor-button-content-wrapper .elementor-button-icon:after {
  border-left: 13px solid #9e4d47;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .btn_link_1 {
    width: 100%;
    max-width: none;
  }
}
.btn_link_1 .elementor-button {
  border-radius: 0px;
  background-color: #9e4d47;
  color: #ffffff;
  text-transform: uppercase;
  padding: 6px 24px 6px 15px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .btn_link_1 .elementor-button {
    width: 100%;
    max-width: none;
  }
}
.btn_link_1 .elementor-button .elementor-button-content-wrapper {
  align-items: center;
}
.btn_link_1 .elementor-button .elementor-button-content-wrapper .elementor-button-icon {
  margin-right: 10px;
  font-size: 27px;
  display: flex;
}
.btn_link_1 .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff;
}
.btn_link_1 .elementor-button:visited, .btn_link_1 .elementor-button:focus {
  color: #ffffff;
}
.btn_link_1 .elementor-button:visited .elementor-button-content-wrapper .elementor-button-icon svg, .btn_link_1 .elementor-button:focus .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff;
}
.btn_link_1 .elementor-button:hover {
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .btn_link_2 {
    width: 100%;
    max-width: none;
  }
}
.btn_link_2 .elementor-button {
  border-radius: 7px;
  background-color: #9e4d47;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0px;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 960px) {
  .btn_link_2 .elementor-button {
    width: 100%;
    max-width: none;
  }
}
.btn_link_2 .elementor-button .elementor-button-content-wrapper {
  align-items: center;
}
.btn_link_2 .elementor-button .elementor-button-content-wrapper .elementor-button-icon {
  display: flex;
  position: relative;
  justify-content: center;
  margin-right: 0px;
  font-size: 27px;
  height: 50px;
  width: 44px;
  background-color: #e3ccba;
  border-radius: 7px 0px 0px 7px;
  transition: all 0.3s ease-in-out;
}
.btn_link_2 .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff;
}
.btn_link_2 .elementor-button .elementor-button-content-wrapper .elementor-button-icon:after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  width: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #e3ccba;
  left: 44px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.btn_link_2 .elementor-button .elementor-button-content-wrapper .elementor-button-text {
  padding: 0px 24px;
}
.btn_link_2 .elementor-button:visited, .btn_link_2 .elementor-button:focus {
  color: #ffffff;
}
.btn_link_2 .elementor-button:visited .elementor-button-content-wrapper .elementor-button-icon svg, .btn_link_2 .elementor-button:focus .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff;
}
.btn_link_2 .elementor-button:hover {
  background-color: #e3ccba;
  transition: all 0.3s ease-in-out;
}
.btn_link_2 .elementor-button:hover .elementor-button-content-wrapper .elementor-button-icon {
  background-color: #9e4d47;
  transition: all 0.3s ease-in-out;
}
.btn_link_2 .elementor-button:hover .elementor-button-content-wrapper .elementor-button-icon:after {
  border-left: 13px solid #9e4d47;
  transition: all 0.3s ease-in-out;
}
.btn_lirelasuite .elementor-button-link {
  background-color: transparent;
  color: #e3ccba;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 0px;
  border: 0px;
  font-weight: 400;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.btn_lirelasuite .elementor-button-link:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0%;
  left: 0%;
  width: 100%;
  height: 1px;
  background-color: #e3ccba;
  transition: all 0.3s ease-in-out;
}
.btn_lirelasuite .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}
.btn_lirelasuite .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  margin-left: 10px;
}
.btn_lirelasuite .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 9px;
  width: 20px;
  fill: #e3ccba;
  transition: all 0.3s ease-in-out;
}
.btn_lirelasuite .elementor-button-link:visited, .btn_lirelasuite .elementor-button-link:focus {
  color: #e3ccba;
}
.btn_lirelasuite .elementor-button-link:visited svg, .btn_lirelasuite .elementor-button-link:focus svg {
  fill: #e3ccba;
}
.btn_lirelasuite .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  color: #e3ccba;
  border: 0px;
}
.btn_lirelasuite .elementor-button-link:hover:before {
  width: 2px;
}
.btn_lirelasuite .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #e3ccba !important;
  transition: all 0.3s ease-in-out;
}
.bloc_fix {
  position: fixed !important;
  top: 50%;
  padding: 0px !important;
  margin: 0px !important;
  width: 200px !important;
  z-index: 99999 !important;
  right: 0px !important;
}
@media screen and (max-width: 767px) {
  .bloc_fix {
    top: 80%;
  }
}
.btn_fix {
  right: -153px !important;
  transition-delay: 0s;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.btn_fix:hover {
  right: 0px !important;
  transition-delay: 1s;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.btn_fix .elementor-button-link {
  background-color: #e3ccba;
  color: #ffffff;
  font-size: 14px;
  padding: 0px;
  min-width: 200px;
  transition: all 0.3s ease-in-out;
  border-radius: 4px 0px 0px 4px;
  overflow: hidden;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 44px;
  gap: 0px;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  height: 44px;
  width: 100%;
  z-index: 2;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-text:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 0%;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  background-color: #9e4d47;
  z-index: -1;
  transition-delay: 3s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  margin-right: 0px;
  height: 44px;
  width: 54px;
  background-color: #9e4d47;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 0%;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  background-color: #e3ccba;
  z-index: 1;
  transition-delay: 2s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn_fix .elementor-button-link .elementor-button-content-wrapper .elementor-button-icon svg {
  height: 18px;
  width: 20px;
  fill: #ffffff;
  z-index: 2;
}
.btn_fix .elementor-button-link:visited, .btn_fix .elementor-button-link:focus {
  color: #ffffff;
}
.btn_fix .elementor-button-link:visited svg, .btn_fix .elementor-button-link:focus svg {
  fill: #ffffff;
}
.btn_fix .elementor-button-link:hover {
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.btn_fix .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text {
  position: relative;
  overflow: hidden;
}
.btn_fix .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-text:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  background-color: #9e4d47;
  transition-delay: 1s;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.btn_fix .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #ffffff !important;
}
.btn_fix .elementor-button-link:hover .elementor-button-content-wrapper .elementor-button-icon:before {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0%;
  left: 0%;
  transform: translateX(0%) translateY(0%);
  background-color: #e3ccba;
  transition-delay: 1s;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.form_elementor .form-field-name {
  border: 1px solid #9e4d47;
  height: 50px;
  border-radius: 0px;
}
.form_elementor .elementor-field-textual {
  border: 1px solid #9e4d47;
  padding: 10px;
  background-color: transparent;
  color: 1px solid #9e4d47;
  border-radius: 0px;
}
.form_elementor .elementor-field-label {
  color: #35302d;
  font-size: 16px;
}
.form_elementor .elementor-field-type-acceptance a {
  color: #9e4d47;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
}
.form_elementor .elementor-field-type-acceptance a:hover {
  transition: all 0.3s ease-in-out;
}
.form_elementor .elementor-field-option {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-shrink: 3;
}
.form_elementor input[type="checkbox"] {
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #9e4d47;
  display: inline-block !important;
  margin-right: 10px;
  border-radius: 50% !important;
}
.form_elementor input[type="checkbox"]:checked {
  position: relative;
}
.form_elementor input[type="checkbox"]:checked:before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url("../icons/contact-circle-solid.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 12px;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  text-align: center;
}
.form_elementor .elementor-button {
  text-align: center;
  background: #35302d;
  border: 0px solid #9e4d47;
  color: #9e4d47;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.form_elementor .elementor-button:hover {
  background-color: #9e4d47;
  color: #ffffff;
  border: 0px solid #9e4d47;
  transition: all 0.3s ease-in-out;
}
.form_elementor .elementor-button .elementor-button-text {
  font-size: 24px;
}
.form_elementor input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
.form_elementor input::-webkit-input-placeholder, .form_elementor textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #35302d !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #35302d !important;
  opacity: 1;
}
.form_elementor input::-ms-input-placeholder, .form_elementor textarea::-ms-input-placeholder {
  /* IE 10+ */
  color: #35302d !important;
  opacity: 1;
}
.form_elementor input::-moz-placeholder, .form_elementor textarea::-moz-placeholder {
  /* Firefox 18- */
  color: #35302d !important;
  opacity: 1;
}
.form_elementor input::placeholder, .form_elementor textarea::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #35302d !important;
  opacity: 1;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0px;
}
.input-hidden {
  height: 0;
  width: 0;
  overflow: hidden;
}
/******	 Radio - checkbox
************************************/
input[type="radio"] {
  height: 20px !important;
  width: 20px !important;
  border: 1px solid #9e4d47;
  display: inline-block;
  margin-right: 10px;
  border-radius: 0px !important;
}
input[type="radio"]:checked {
  margin: 0px 10px 0px 0px;
  position: relative;
}
input[type="radio"]:checked:before {
  content: "";
  height: 20px;
  width: 20px;
  background-image: url("../icons/contact-circle-solid.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}
/*****************************************************************************************************************
* OLD SCSS
*****************************************************************************************************************/
/************************
* PLAN DU SITE
*************************/
#plan_du_site {
  margin-bottom: 2rem !important;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-section {
  padding: 1rem;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-title {
  border-bottom: 1px solid #3f4934;
  color: #3f4934;
  font-size: 32px;
  text-transform: uppercase;
  padding: 8px;
  margin-bottom: 1rem;
  font-family: "Josefin Sans", cursive;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list {
  list-style: none;
}
@media screen and (min-width: 1024px) {
  #plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list {
    column-count: 3;
    column-gap: 30px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
  #plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list {
    column-count: 2;
    column-gap: 30px;
  }
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li {
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:before {
  content: "";
  position: absolute;
  display: block;
  height: 8px;
  width: 8px;
  top: 11px;
  left: 3px;
  border-radius: 2px 0px 2px 2px;
  transform: translateX(-50%) translateY(-50%);
  background-color: #3f4934;
  transition: all 0.3s ease-in-out;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li a {
  transition: all 0.3s ease-in-out;
  color: #3f4934;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:hover a {
  color: #3f4934;
  letter-spacing: 0.4px;
}
#plan_du_site .elementor-sitemap-wrap .elementor-sitemap-list li:hover:before {
  border-radius: 50%;
  background-color: #3f4934;
  transition: all 0.3s ease-in-out;
}
/**Skip link - Lien raPide Accessibilité**/
.SkipLinks-item a {
  height: 1px;
  left: -999px;
  position: absolute;
  width: 1px;
}
.SkipLinks-item a:focus, .SkipLinks-item a:active {
  background: #9e4d47;
  color: #ffffff;
  display: block;
  font-size: 1.2em;
  font-weight: 500;
  height: auto;
  left: 0;
  padding: 5px;
  position: absolute;
  width: auto;
  z-index: 1111;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer {
  height: 100%;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  height: 100%;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item .uc_carousel_item {
  height: 100%;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item .uc_carousel_item .uc_image_carousel_content {
  padding: 20px 20px 50px 20px;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item .uc_carousel_item .uc_image_carousel_content > div {
  padding-bottom: 10px;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item .uc_carousel_item .uc_image_carousel_content .ue-item-btn-holder {
  position: absolute;
  bottom: 10px;
}
.bloc_articles_similaires .uc_overlay_image_carousel .owl-stage-outer .owl-stage .owl-item .uc_carousel_item .uc_image_carousel_content .ue-item-btn-holder .uc_more_btn {
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  #app .flex {
    flex-wrap: wrap;
  }
  #app .flex .flex-1 {
    flex: 1 1 100%;
    margin-left: 0 !important;
  }
  #app .p-10 {
    padding: 0.5rem !important;
  }
  #app .w-10 {
    width: 2rem !important;
  }
  #app .h-10 {
    height: 2rem !important;
  }
}
/******************************
* Replace font awesome
******************************/
.fa-angle-down:before {
  content: "" !important;
  mask-image: url(../icons/dropdown.svg);
  -webkit-mask-image: url(../icons/dropdown.svg);
  background-color: #ffffff;
  mask-position: center;
  -webkit-mask-position: center;
  mask-position: center;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  -webkit-mask-size: containt;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  left: 10px;
}
@media screen and (max-width: 767px) {
  .fa-angle-down:before {
    top: 11px;
  }
}
.gm-mobile-menu-container .fa-angle-down:before {
  top: 11px;
}
