@charset "UTF-8";
/*
$black: #2e2e2e;
$white: #f9f9f9;
$primary: #dfddd0;
$primary: #c879ff;
$lightPrimary: #f15bb5;
$darkPrimary: #c879ff;
*/
/*
$lightPrimary: #DFE2D7;
$primary: darken($lightPrimary, 10);
$darkPrimary: darken($lightPrimary, 20);*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
@import url("https://fonts.cdnfonts.com/css/maginia");
@import url("https://fonts.cdnfonts.com/css/Ragasta");
/*
_______________________________ ______________ ____________________
\______   \   _  \__    ___/   |   \_   _____//   _____/\_   _____/
 |     ___/  /_\  \|    | /    ~    \    __)_ \_____  \  |    __)_ 
 |    |   \  \_/   \    | \    Y    /        \/        \ |        \
 |____|    \_____  /____|  \___|_  /_______  /_______  //_______  /
                 \/              \/        \/        \/         \/ 
*/
*,
::before,
::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* END FONT */
#methode ul li, #minceur ul li, ul.avantagesListe .avantageItems div.avantageTxt, nav, .bienfaits li, #localiteCont .localite, #cardsConteneur .cardsItems {
  box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
}

#methode ul li:hover, #minceur ul li:hover, footer, #fixedButton i {
  box-shadow: rgba(100, 100, 111, 0.6) 0px 7px 29px 0px;
}

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

*::selection {
  background: rgba(218.4979757085, 185.963562753, 95.5020242915, 0.8);
}

html {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  scroll-behavior: smooth;
  text-align: center;
  font-size: 1rem;
  background-color: #f9f9f9;
  color: #2e2e2e;
  overflow-x: hidden;
}

h1,
h2 {
  font-family: "Maginia", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
  font-weight: bold;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 3rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0rem;
}

p {
  text-align: justify;
  font-size: 1rem;
}

@media (max-width: 1100px) {
  html {
    font-size: 0.75rem;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 3rem;
  }
  h4 {
    font-size: 2.25rem;
  }
  h5 {
    font-size: 1.5rem;
  }
  h6 {
    font-size: 0.75rem;
  }
  p {
    font-size: 0.75rem;
  }
}
@media (max-width: 1600px) {
  h1 {
    font-size: 3.2rem;
  }
  h2 {
    font-size: 3.2rem;
  }
  h3 {
    font-size: 3.2rem;
  }
  h4 {
    font-size: 2.4rem;
  }
  h5 {
    font-size: 1.6rem;
  }
  h6 {
    font-size: 0.8rem;
  }
  p {
    font-size: 1rem;
  }
}
@media (min-width: 1700px) {
  html {
    font-size: 1rem;
  }
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 4rem;
  }
  h3 {
    font-size: 4rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5 {
    font-size: 2rem;
  }
  h6 {
    font-size: 1rem;
  }
  p,
  li {
    font-size: 1rem;
  }
}
a:not(.fakeBtn,
b,
i,
u,
li,
span) {
  font-weight: inherit;
  text-align: inherit;
  font-size: inherit;
  color: inherit;
}

b {
  font-weight: bolder;
}

i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

/* bouton hamburger */
.menu-button {
  margin: 1.125rem 0.75rem;
}

.menu__btn {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
  border: 2.25px solid #2e2e2e;
  border-radius: 0;
  text-align: center;
  transition: border-radius 300ms ease;
}
.menu__btn:hover {
  border-radius: 50%;
}
.menu__btn:hover.menu__burger:before,
.menu__btn:hover .menu__burger:after {
  transition-duration: 0.3s;
  width: 7.5px;
}
.menu__btn.is-open .menu__burger {
  opacity: 0;
  transform: translateX(33.75px);
}
.menu__btn.is-open .menu__exit {
  opacity: 1;
  transform: translateX(0);
}

.menu__burger,
.menu__burger:before,
.menu__burger:after {
  display: block;
  content: "";
  width: 13.5px;
  height: 2.25px;
  background-color: #2e2e2e;
  position: absolute;
}

.menu__burger {
  left: 6.3px;
  top: 11.625px;
  transform: translateX(0);
  opacity: 1;
  transition: opacity 300ms ease, transform 300ms ease;
}
.menu__burger:before {
  top: -6px;
}
.menu__burger:after {
  top: 6px;
}

.menu__exit:before,
.menu__exit:after {
  display: block;
  content: "";
  width: 16.5px;
  height: 2.25px;
  background-color: #2e2e2e;
  position: absolute;
}

.menu__exit {
  position: absolute;
  top: 11.625px;
  left: 4.875px;
  transform: translateX(-33.75px);
  opacity: 0;
  transition: opacity 300ms ease, transform 300ms ease;
}
.menu__exit:before {
  transform: rotate(45deg);
}
.menu__exit:after {
  transform: rotate(-45deg);
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: translateX(-50%) scale(0.91);
    transform: translateX(-50%) scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: translateX(-50%) scale(0.98);
    transform: translateX(-50%) scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: translateX(-50%) scale(0.87);
    transform: translateX(-50%) scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: translateX(-50%) scale(0.91);
    transform: translateX(-50%) scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: translateX(-50%) scale(0.98);
    transform: translateX(-50%) scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: translateX(-50%) scale(0.87);
    transform: translateX(-50%) scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(10deg);
  }
  25% {
    -webkit-transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(20deg);
  }
  75% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-ms-keyframes wiggle {
  0% {
    -ms-transform: rotate(1deg);
  }
  25% {
    -ms-transform: rotate(-1deg);
  }
  50% {
    -ms-transform: rotate(1.5deg);
  }
  75% {
    -ms-transform: rotate(-5deg);
  }
  100% {
    -ms-transform: rotate(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: rotate(10deg);
  }
  25% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(20deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#fixedButton:hover i,
#fixedButton :active i,
#fixedButton :focus i, footer #socialMedias .media:hover:before, footer #socialMedias .media:hover i, footer #socialMedias .media:hover, footer #socialMedias .media:before, footer #socialMedias .media {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

nav.blur, #header h4 {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}

section {
  padding: max(25px, 5vmin);
  overflow-x: hidden;
  padding-bottom: 4rem;
  padding-top: 4rem;
}
@media (min-width: 2000px) {
  section {
    padding-left: 15vw;
    padding-right: 15vw;
  }
}
section:nth-child(2n+1) {
  background: #fff5eb;
}
section:nth-child(9) {
  background: red;
}

#header {
  padding: 5rem 0 0 0;
  height: 100vh;
  width: 100%;
  margin: -1rem 0 0 0;
  color: #2e2e2e;
  background-image: url("../../IMG/accueil.jpg");
  background-repeat: no-repeat;
  background-color: #2e2e2e;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
  text-shadow: 0 0 4px rgba(46, 46, 46, 0.3);
}
#header div {
  height: 20vh;
  width: 20vh;
}
#header img {
  aspect-ratio: 1/1;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#header h4 {
  border-radius: 1rem;
  margin-top: 1rem;
  width: 80vw;
  padding: 2rem;
  font-family: "Ragasta";
}
#header .arrow {
  position: absolute;
  transform: translateX(-50%);
  bottom: 1.5rem;
  font-size: 4rem;
  -webkit-animation: heartbeat 1.5s ease-in-out 1.5s infinite both;
  animation: heartbeat 1.5s ease-in-out 1.5s infinite both;
}
#header .arrow:hover {
  cursor: pointer;
  color: #d1a836;
  transition-duration: 0.5s;
}

#special {
  color: #d1a836;
  font-weight: bold;
}

#methode p {
  padding: 2% 0;
  text-align: center;
  color: black;
}
#methode b {
  color: #efbf3c;
}
@media (min-width: 1000px) {
  #methode > p {
    font-size: 1.4rem;
  }
}
@media (max-width: 1000px) {
  #methode > p {
    font-size: 1.3rem;
  }
}
@media (max-width: 800px) {
  #methode > p {
    font-size: 1.3rem;
  }
}
@media (max-width: 520px) {
  #methode > p {
    font-size: 1rem;
  }
}
#methode ul {
  padding-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1.75fr 0.5fr 1.75fr 1fr;
  grid-template-rows: repeat(4, 28.125vw);
  grid-row-gap: 1.5rem;
}
#methode ul li {
  border-radius: 1rem;
  position: relative;
  text-align: left;
  padding: 5%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 30%;
  transition-duration: 0.3s;
  overflow: hidden;
}
#methode ul li:nth-child(even) {
  grid-column: 3/5;
}
#methode ul li:nth-child(odd) {
  grid-column: 2/4;
}
#methode ul li h4 {
  position: relative;
  color: #f9f9f9;
}
#methode ul li p {
  position: relative;
  width: 100%;
  color: #f9f9f9;
  text-align: justify;
}
#methode ul li:nth-child(1) {
  background: rgba(0, 0, 0, 0.5) url("../../IMG/etapes/etape1m.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-clip: border-box;
  background-blend-mode: darken;
}
#methode ul li:nth-child(2) {
  background: rgba(0, 0, 0, 0.5) url("../../IMG/etapes/etape2m.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-clip: border-box;
  background-blend-mode: darken;
}
#methode ul li:nth-child(3) {
  background: rgba(0, 0, 0, 0.5) url("../../IMG/etapes/etape3m.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-clip: border-box;
  background-blend-mode: darken;
}
#methode ul li:nth-child(4) {
  background: rgba(0, 0, 0, 0.5) url("../../IMG/etapes/etape4m.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-clip: border-box;
  background-blend-mode: darken;
}
#methode ul li:hover {
  transition-duration: 0.3s;
  transform: scale(1.01);
}
@media (min-width: 1000px) {
  #methode ul li h4 {
    font-size: 2rem;
  }
  #methode ul li p {
    font-size: 1.5rem;
  }
}
@media (max-width: 800px) {
  #methode ul {
    grid-template-columns: 0.25fr 1fr 1.75fr 1fr 0.25fr;
    grid-template-rows: repeat(4, 58.2352941176vw);
  }
  #methode ul li {
    row-gap: 20%;
  }
  #methode ul li h4 {
    font-size: 2rem;
  }
  #methode ul li p {
    font-size: 1.5rem;
  }
}
@media (max-width: 520px) {
  #methode ul li {
    row-gap: 15%;
  }
  #methode ul li h4 {
    font-size: 1.5rem;
  }
  #methode ul li p {
    font-size: 3.5vw;
  }
}

/*
#methode {
    p {
        padding: 2% 0 2% 0;
        font-size: 1.5rem;
        text-align: center;
        color: white;
    }

    b {
        color: main.$lightPrimary;
    }

    & ul {
        padding-top: 2rem;
        display: grid;
        grid-template-columns: 1fr 1.75fr .5fr 1.75fr 1fr;
        grid-template-rows: repeat(4, calc(2.25*(75vw/6)));
        grid-row-gap: 1.5rem;

        @media(max-width: 520px) {
            background-color: red;

            & li h4 {
                font-size: 1.5rem;
            }

            & li p {
                font-size: 0.1rem;
            }
        }

        @media(max-width: 800px) {
            grid-template-columns: 0.25fr 1fr 1.75fr 1fr 0.25fr;
            grid-template-rows: repeat(4, calc(2.75*(90vw/4.25)));
        }

        /*
        // Format Iphone 5SE/6/7/9
        @media(max-width: 400px) {
            & li:nth-child(1) p {
                font-size: 1.2rem;
            }

            & li:nth-child(2) p {
                font-size: 1.3rem;
            }

            & li:nth-child(3) p {
                font-size: 1.3rem;
            }

            & li:nth-child(4) p {
                font-size: 1.3rem;
            }
        }

& li {
    border-radius: 1rem;
    position: relative;
    text-align: left;
    padding: 5%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 30%;
    @extend %boxShadow;
    transition-duration: .3s;
    overflow: hidden;

    &:nth-child(even) {
        grid-column: 3/5;
    }

    &:nth-child(odd) {
        grid-column: 2/4;
    }

    & h4 {
        position: relative;
        color: main.$white;
    }

    & p {
        position: relative;
        // width: calc(100% - min(6rem, 20%));
        width: 100%;
        color: main.$white;
        font-size: 1.3rem;
        text-align: justify;
    }

    &:nth-child(1) {
        background: rgba(0, 0, 0, 0.5) url("../../IMG/etapes/etape1m.jpeg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-clip: border-box;
        background-blend-mode: darken;
    }

    &:nth-child(2) {
        background: rgba(0, 0, 0, 0.5) url("../../IMG/etapes/etape2m.jpeg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-clip: border-box;
        background-blend-mode: darken;
    }

    &:nth-child(3) {
        background: rgba(0, 0, 0, 0.5) url("../../IMG/etapes/etape3m.jpeg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-clip: border-box;
        background-blend-mode: darken;
    }

    &:nth-child(4) {
        background: rgba(0, 0, 0, 0.5) url("../../IMG/etapes/etape4m.jpeg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-clip: border-box;
        background-blend-mode: darken;
    }

    &:hover {
        transition-duration: .3s;
        @extend %hardBoxShadow;
        transform: scale(1.01);
    }
}

*/
#minceur p {
  padding: 2% 0 2% 0;
  text-align: center;
  color: black;
}
#minceur b {
  color: #efbf3c;
}
@media (min-width: 1000px) {
  #minceur > p {
    font-size: 1.5rem;
  }
}
@media (max-width: 1000px) {
  #minceur > p {
    font-size: 1.3rem;
  }
}
@media (max-width: 800px) {
  #minceur > p {
    font-size: 1.3rem;
  }
}
@media (max-width: 520px) {
  #minceur > p {
    font-size: 1rem;
  }
}
#minceur ul {
  padding-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1.75fr 0.5fr 1.75fr 1fr;
  grid-template-rows: repeat(5, 28.125vw);
  grid-row-gap: 1.5rem;
}
@media (min-width: 1000px) {
  #minceur ul li h4 {
    font-size: 2rem;
  }
  #minceur ul li p {
    font-size: 1.5rem;
  }
}
@media (max-width: 800px) {
  #minceur ul {
    grid-template-columns: 0.25fr 1fr 1.75fr 1fr 0.25fr;
    grid-template-rows: repeat(5, 58.2352941176vw);
  }
  #minceur ul > p {
    font-size: 2rem;
  }
  #minceur ul li {
    row-gap: 20%;
  }
  #minceur ul li h4 {
    font-size: 2rem;
  }
  #minceur ul li p {
    font-size: 1.5rem;
  }
}
@media (max-width: 520px) {
  #minceur ul > p {
    color: green;
  }
  #minceur ul li {
    row-gap: 15%;
  }
  #minceur ul li h4 {
    font-size: 1.4rem;
  }
  #minceur ul li p {
    font-size: 3vw;
  }
}
#minceur ul li {
  border-radius: 1rem;
  position: relative;
  text-align: left;
  padding: 5%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  row-gap: 30%;
  transition-duration: 0.3s;
}
#minceur ul li:nth-child(even) {
  grid-column: 3/5;
}
#minceur ul li:nth-child(odd) {
  grid-column: 2/4;
}
#minceur ul li h4 {
  position: relative;
  color: #f9f9f9;
}
#minceur ul li p {
  position: relative;
  width: 100%;
  color: #f9f9f9;
  text-align: justify;
}
#minceur ul li:nth-child(1) {
  background: rgba(0, 0, 0, 0.5) url("../../IMG/minceur/appetit.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-clip: border-box;
  background-blend-mode: darken;
}
#minceur ul li:nth-child(2) {
  background: rgba(0, 0, 0, 0.5) url("../../IMG/minceur/stress.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-clip: border-box;
  background-blend-mode: darken;
}
#minceur ul li:nth-child(3) {
  background: rgba(0, 0, 0, 0.5) url("../../IMG/minceur/metabolisme.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-clip: border-box;
  background-blend-mode: darken;
}
#minceur ul li:nth-child(4) {
  background: rgba(0, 0, 0, 0.5) url("../../IMG/minceur/addictions.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-clip: border-box;
  background-blend-mode: darken;
}
#minceur ul li:nth-child(5) {
  background: rgba(0, 0, 0, 0.5) url("../../IMG/minceur/confort.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-clip: border-box;
  background-blend-mode: darken;
}
#minceur ul li:hover {
  transition-duration: 0.3s;
  transform: scale(1.01);
}

#minceurEnd {
  margin: 2rem 0 2rem 0;
}

#traitement #traitementCont {
  padding: 0rem 4rem;
  margin: 2rem auto;
  border-radius: 2rem;
  width: 70%;
  line-height: 2rem;
  text-align: justify;
}
@media (max-width: 830px) {
  #traitement #traitementCont {
    padding: 0;
  }
}
#traitement #traitementCont p {
  font-size: 1.5rem;
  text-align: justify;
}
#traitement #traitementCont b {
  color: #efbf3c;
}

#formationCardConteneur {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
#formationCardConteneur .grid-template {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(5, auto);
  gap: 20px 0px;
  width: 80%;
}
#formationCardConteneur .grid-item.img {
  display: flex;
  align-items: center;
  justify-content: center;
}
#formationCardConteneur .grid-item.text {
  display: flex;
  align-items: center;
}
#formationCardConteneur .grid-item.image img {
  width: 3rem;
  height: 3rem;
  max-width: 150px;
  border-radius: 10px;
}
#formationCardConteneur .grid-item.text p {
  font-size: 1rem;
  color: #3d2915;
  margin: 0;
  text-align: left;
}
#formationCardConteneur > div {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 70%;
  height: auto;
  background-color: white;
  border-top: 3px solid rgb(172.5182186235, 137.3279352227, 39.4817813765);
}
#formationCardConteneur > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#formationCardConteneur > div h4 {
  color: #f9f9f9;
}
#formationCardConteneur > div p {
  color: #f9f9f9;
}

#formations > h2 {
  color: #efbf3c;
  margin: 2rem 0;
}

ul.avantagesListe {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  column-gap: 25px;
}
@media (max-width: 1800px) {
  ul.avantagesListe {
    flex-wrap: wrap;
  }
}
ul.avantagesListe .avantageItems {
  width: 31vw;
  min-width: 275px;
}
ul.avantagesListe .avantageItems .imgContener {
  height: 60%;
  z-index: 0;
  filter: brightness(0.8);
  transition: 0.3s cubic-bezier(0.81, 0.06, 0.16, 0.97);
}
ul.avantagesListe .avantageItems .imgContener img.avantageImg {
  height: 100%;
  width: 100%;
}
ul.avantagesListe .avantageItems:hover .imgContener {
  transition: 0.4s cubic-bezier(0.81, 0.06, 0.16, 0.97);
  filter: brightness(0.9);
}
ul.avantagesListe .avantageItems:hover div.avantageTxt {
  transition: 0.4s cubic-bezier(0.81, 0.06, 0.16, 0.97);
  transform: translateY(-5.5vh);
}
ul.avantagesListe .avantageItems div.avantageTxt {
  background-color: #f9f9f9;
  width: 90%;
  position: relative;
  transform: translateY(-5vh);
  transition: 0.4s cubic-bezier(0.81, 0.06, 0.16, 0.97);
  padding: 5vh 5vh 3vh 5vh;
}
ul.avantagesListe .avantageItems div.avantageTxt h5 {
  text-align: left;
}
ul.avantagesListe .avantageItems div.avantageTxt p {
  padding-top: 0.5rem;
}
ul.avantagesListe .avantageItems div.avantageTxt::after {
  content: "";
  width: 30%;
  height: 0.25rem;
  background: #d1a836;
  position: absolute;
  top: 0;
  left: 5vh;
}

/*menu*/
nav {
  background: #f9f9f9;
  color: #2e2e2e;
  margin: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  transition: ease-in-out 0.5s;
}
nav.blur {
  transition: ease-in-out 0.5s;
}
nav img {
  height: 100%;
  image-rendering: auto;
}
nav.opened {
  transition-duration: 1s;
  height: 100%;
}
nav.opened div div .menu-items {
  display: flex;
  flex-flow: column-wrap;
  order: 3;
  width: 100%;
}
nav.opened div div .menu-items li {
  width: 100%;
}
nav.opened div div .menu-button {
  order: 1;
}

.nav-container {
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
}
.nav-container .logo {
  margin: 0.1rem;
  transition: 0.4s cubic-bezier(0.81, 0.06, 0.16, 0.97);
  height: 4rem;
}
.nav-container .logo a {
  text-decoration: none;
}
.nav-container .logo a img {
  height: 100%;
}
.nav-container .logo h1 {
  font-size: 2.5rem;
  padding-top: 0.6rem;
}
.nav-container .logo h1 span {
  font-size: 25%;
  position: relative;
  bottom: 0;
  right: 0.5rem;
  font-family: "Lato";
}
.nav-container .logo:hover {
  cursor: pointer;
  text-shadow: 0 0 4px rgba(46, 46, 46, 0.3);
  transition: 0.3s cubic-bezier(0.81, 0.06, 0.16, 0.97);
}
.nav-container .menu-items {
  display: flex;
  flex-flow: row wrap;
}
.nav-container .menu-items li {
  flex-grow: 1;
  padding: 1.2rem 3rem;
  transition: 0.2s cubic-bezier(0.81, 0.06, 0.16, 0.97);
  letter-spacing: 0.2rem;
}
.nav-container .menu-items li a {
  text-decoration: none;
  padding: 0 0 0.2rem 0;
  font-weight: bold;
  position: relative;
  background-image: linear-gradient(#d1a836, rgb(89.5141700405, 71.2550607287, 20.4858299595));
  background-size: 0% 0.1em;
  background-position-y: 100%;
  background-position-x: 0%;
  background-repeat: no-repeat;
  transition: background-size 0.2s cubic-bezier(0.81, 0.06, 0.16, 0.97);
}
.nav-container .menu-items li:hover,
.nav-container .menu-items li :focus, .nav-container .menu-items li.active {
  background: rgba(46, 46, 46, 0.05);
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.nav-container .menu-items li:hover a,
.nav-container .menu-items li :focus a, .nav-container .menu-items li.active a {
  background-size: 100% 0.1em;
}

.bienfaits {
  margin: 5vh 0;
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
}
.bienfaits li {
  padding: 1rem;
  margin: 1rem;
  background: #f9f9f9;
  border-radius: 1rem;
  width: 40%;
}
.bienfaits li p {
  text-align: center;
}
.bienfaits h5 {
  font-weight: 400;
}

.numbers {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  column-gap: 25px;
}
.numbers .stat {
  padding: 1rem;
  margin: 1rem;
  width: max(20%, 15rem);
}
.numbers .stat .number {
  position: relative;
  margin-bottom: 2rem;
  transition-duration: 0.2s;
}
.numbers .stat .number::before {
  content: "";
  background-color: rgb(151.7672064777, 120.8097165992, 34.7327935223);
  height: 0.2rem;
  width: 40%;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
.numbers .stat .number.pourcent::after {
  content: " %";
  font-weight: lighter;
  font-size: 30%;
}
.numbers .stat .number.euro::after {
  content: " €";
  font-weight: lighter;
  font-size: 30%;
}
.numbers .stat:hover .number {
  transform: scale(1.1);
  transition-duration: 0.4s;
}
.numbers .stat h5 {
  font-weight: 300;
}

#localiteCont {
  display: flex;
  flex-flow: row-wrap;
  width: 100%;
  justify-content: center;
  margin: auto;
}
#localiteCont .localite {
  margin: 1rem;
  border-radius: 1rem;
  background: rgb(254.1, 254.1, 254.1);
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s;
}
#localiteCont .localite img {
  width: 100%;
  margin: 0;
}
#localiteCont .localite .locaInfo {
  text-align: center;
  margin: 1rem;
}
#localiteCont .localite .locaInfo h5 {
  margin-bottom: 0.5rem;
}
#localiteCont .localite .locaInfo a {
  text-decoration: none;
  text-align: justify;
  line-height: 1.5rem;
  color: rgb(122.5, 122.5, 122.5);
  transition-duration: 0.3s;
}
#localiteCont .localite .locaInfo a:hover {
  color: rgb(89.5141700405, 71.2550607287, 20.4858299595);
}
#localiteCont .localite:hover {
  transform: translateY(-2%);
  transition-duration: 0.4s;
}
#localiteCont .localite:hover a {
  transition-duration: 0.4s;
  color: black;
}

#cardsConteneur {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  column-gap: 25px;
  padding: 5rem 10vw;
  padding-top: 0;
  margin: auto;
}
#cardsConteneur .cardsItems {
  flex: 1;
  background: #f9f9f9;
  padding: 2rem;
  margin: 1rem;
  border-top: 3px solid rgb(172.5182186235, 137.3279352227, 39.4817813765);
}
#cardsConteneur .cardsItems ul > li {
  text-align: center;
  margin: 1rem;
  position: relative;
}
#cardsConteneur .cardsItems ul > li:after {
  content: "";
  position: absolute;
  background-color: #2e2e2e;
  width: 0.2rem;
  height: 0.2rem;
  bottom: -60%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
#cardsConteneur .cardsItems i.fa {
  margin: 0.5rem 0;
  color: #d1a836;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: #2e2e2e;
  font-size: 2rem;
}
#cardsConteneur .cardsItems h5 {
  font-family: "Ragasta";
}
#cardsConteneur .cardsItems h5 span {
  font-size: 50%;
}
#cardsConteneur .cardsItems:hover {
  transform: translateY(-2%);
  transition-duration: 0.4s;
}
#cardsConteneur .cardsItems:hover #prix {
  transition-duration: 0.4s;
  color: rgb(89.5141700405, 71.2550607287, 20.4858299595);
}

footer {
  width: 100%;
  margin: 0;
  padding: 2rem 0;
  position: relative;
  bottom: 0;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
footer .fa {
  transform: scale(0.8);
}
footer p {
  color: black;
  text-align: center;
  bottom: 0;
  color: #f9f9f9;
  margin-bottom: 1rem;
}
footer #socialMedias {
  display: flex;
  flex-flow: row wrap;
  text-align: center;
  justify-content: center;
  margin-bottom: 1rem;
}
footer #socialMedias .media {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.1);
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  border-radius: 0.7rem;
  background: white;
  margin: 0.5rem 1rem;
  position: relative;
  overflow: hidden;
}
footer #socialMedias .media:before {
  content: "";
  width: 150%;
  height: 160%;
  position: absolute;
  transform: rotate(45deg);
  top: 100%;
  left: -150%;
}
footer #socialMedias .media i {
  transition-duration: 0.3s;
  font-size: 1.7rem;
  vertical-align: middle;
}
footer #socialMedias .media#fb:before {
  background: #4e71ba;
}
footer #socialMedias .media#insta:before {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
footer #socialMedias .media#snap:before {
  background: #fffc00;
}
footer #socialMedias .media#snap:hover i::before {
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 0.1rem;
  -webkit-text-stroke-color: black;
}
footer #socialMedias .media:hover {
  box-shadow: none;
  cursor: pointer;
}
footer #socialMedias .media:hover i {
  transform: scale(1);
  color: #f9f9f9;
}
footer #socialMedias .media:hover:before {
  top: -20%;
  left: -20%;
}

#prendrerdv {
  color: black;
}

#fixedButton {
  position: fixed;
  display: inline;
  z-index: 999;
  padding: 0;
  bottom: 2rem;
  right: 2rem;
  border-radius: 2rem;
  border: none;
  display: flex;
  flex: row;
  background: none;
  transition-duration: 0.2s;
}
#fixedButton i {
  padding: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background-color: rgb(214.6987854251, 178.7781376518, 78.9012145749);
  font-size: 3rem;
  line-height: 4rem;
  color: white;
  transition-duration: 0.2s;
}
#fixedButton i::before {
  text-shadow: 0 0 10px rgba(100, 100, 111, 0.3);
}
#fixedButton div {
  transition-duration: 0.2s;
  line-height: 3rem;
  margin: 0;
  padding: 0.5rem 1.5rem;
  opacity: 0;
  border-radius: 4rem;
  color: white;
  font-weight: bold;
  font-size: medium;
}
#fixedButton div a {
  text-decoration: none;
}
#fixedButton div a:hover {
  text-decoration: underline;
}
#fixedButton:hover,
#fixedButton :active,
#fixedButton :focus {
  background: #2e2e2e;
  border: none;
  cursor: pointer;
  transition-duration: 0.4s;
}
#fixedButton:hover i,
#fixedButton :active i,
#fixedButton :focus i {
  background-color: #d1a836;
  transform: scale(0.8) rotate(45deg);
}
#fixedButton:hover div,
#fixedButton :active div,
#fixedButton :focus div {
  display: block;
  opacity: 1;
  transition: opacity;
  transition-duration: 0.4s;
}

@media (min-width: 830px) {
  .menu-button {
    display: none;
  }
  .menu-items {
    display: flex;
  }
}
@media (max-width: 830px) {
  .menu-button {
    display: block;
    margin-right: 3rem;
  }
  .nav-container {
    justify-content: space-between;
  }
  .nav-container .menu-items {
    display: none;
  }
  .nav-container .logo {
    margin-left: 3rem;
  }
  #localiteCont {
    flex-direction: column;
    width: 80%;
  }
}
.primary {
  color: #d1a836;
}
.primary p {
  color: #d1a836;
}
.primary p:hover {
  color: white;
  text-decoration: underline;
}

@media (max-width: 350px) {
  #long_word {
    font-size: 2rem;
  }
}
#error {
  background: #f9f9f9;
  height: calc(100vh - 11rem);
  padding-top: 40vh;
}

#swiperContainer {
  position: relative;
  width: 100%;
  height: 35vh;
  margin-top: 2rem;
}

.swiper {
  height: 100%;
  width: 100%;
}

.swiper-slide > div {
  width: 60%;
  height: 100%;
  margin: auto;
  border: 1.5px solid grey;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 1rem 1rem;
  justify-content: space-around;
  background: linear-gradient(20deg, rgb(18.75, 18.75, 18.75), rgb(218.4979757085, 185.963562753, 95.5020242915));
}
.swiper-slide > div p {
  height: auto;
  font-weight: 500;
  font-size: auto;
  position: relative;
  overflow: hidden;
  color: white;
}
.swiper-slide > div p::before {
  content: '"';
  position: relative;
  left: 0;
  top: 10;
  font-size: 1rem;
}
.swiper-slide > div p::after {
  content: '"';
  position: relative;
  right: 0;
  bottom: 0;
  font-size: 1rem;
}
.swiper-slide > div h6 {
  font-size: 1rem;
  color: white;
  margin-bottom: 0;
}
.swiper-slide > div h6 span {
  color: rgb(215, 215, 215);
  font-size: 0.9rem;
  font-weight: 700;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  color: rgb(208.0502024291, 166.2036437247, 49.8497975709);
  position: relative;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  color: rgb(131.016194332, 104.2914979757, 29.983805668);
}

.swiper-pagination span {
  background-color: rgb(131.016194332, 104.2914979757, 29.983805668);
}

#services {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #fff5eb;
}

.service-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  background-color: #e3d7c5;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.service-content {
  max-width: 75%;
}

.service-content h3 {
  font-size: 1.5rem;
  text-align: left;
  color: black;
  margin: 0.5rem 0;
  width: 100%;
}

.service-content p {
  font-size: 1rem;
  color: black;
  line-height: 1.6;
  margin: 0;
}

.service-price {
  font-size: 1.7rem;
  font-weight: bold;
  color: black;
  white-space: nowrap;
}

/*# sourceMappingURL=accueil.css.map */
