@font-face {
  font-family: Lora Variablefont Wght;
  src: url('../fonts/Lora-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.home {
  background-color: #feccdb;
  width: 100%;
  height: 100vh;
}

.slider_home {
  height: 85vh;
  margin-top: -2vh;
}

.section.is--slider {
  z-index: 2;
  z-index: 2;
  height: auto;
  margin-bottom: 5em;
  position: relative;
}

.container {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  padding: 4.06em;
}

.container.is--slider {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 35vw;
  max-height: 85vh;
  padding: 0;
  display: flex;
}

.control__fill {
  z-index: 1;
  background-color: #2b2a2a;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-top: -100%;
  margin-right: -100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.control {
  color: #0d0628;
  border: 2px solid #0d0628;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.33em;
  height: 3.33em;
  margin-left: .5em;
  margin-right: .5em;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.control:active {
  transform: scale(.9);
}

.control.next-splide, .control.prev-splide {
  width: 3.33rem;
  height: 3.33rem;
  margin-left: 0;
  margin-right: 0;
}

.control.prev-splide, .control.next-splide {
  color: #2b2a2a;
  border-color: #2b2a2a;
}

.slider__wave {
  z-index: 2;
  margin-top: -.6vw;
  position: absolute;
  inset: 0% 0% auto;
}

.slider__wave.is--bottom {
  margin-bottom: -.6vw;
  inset: auto 0% 0%;
  transform: rotate(-180deg);
}

.control__arrow-2 {
  z-index: 2;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.3rem;
  display: flex;
  position: relative;
}

.blue {
  background-color: #1a1a40;
  background-image: url('../images/IMG_3916-min.webp');
  background-position: 0 0;
  background-size: auto;
  flex: none;
  width: 100%;
  height: 100%;
  margin-right: 25px;
}

.blue._3 {
  background-color: #0000;
  background-image: url('../images/image00003-min.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  margin-right: 1rem;
}

.blue._2 {
  background-color: #0000;
  background-image: url('../images/image00002-min.webp');
  background-position: 60% 40%;
  background-size: 240%;
  width: 100%;
  margin-right: 1rem;
}

.blue._4 {
  background-color: #0000;
  background-image: url('../images/IMG_6594-min.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  margin-right: 1rem;
}

.blue._1 {
  background-color: #0000;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  margin-right: 1rem;
}

.blue._5 {
  background-color: #0000;
  background-image: url('../images/IMG_5441-min.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  margin-right: 1rem;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: -60px;
}

.slide {
  width: 100%;
  height: 100%;
  margin-right: 0;
}

.right-arrow {
  background-color: #fff0;
  width: 3.33rem;
  transition: all .7s;
  inset: auto 0% 0% 4rem;
}

.left-arrow {
  background-color: #fdfdfd00;
  width: 3.33rem;
  transition: all .7s;
  inset: auto 4rem 0% 0;
}

.mask {
  width: 33.33%;
  height: 100%;
  overflow: visible;
}

.slider {
  background-color: #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1px 0;
  display: block;
  overflow: hidden;
}

.div-put {
  background-color: #feccdb;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding-left: .5em;
  padding-right: .5em;
  display: flex;
}

.control__arrow {
  z-index: 2;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.3em;
  display: block;
  position: relative;
}

.control__arrow.is--flipped {
  width: 1.5rem;
  height: 1.3rem;
  display: flex;
  transform: rotate(-180deg);
}

.home_logo {
  z-index: 3;
  justify-content: center;
  align-items: center;
  height: 15vh;
  padding-top: 10vh;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.image {
  z-index: 2;
  width: 20vw;
  max-width: 230px;
  position: relative;
}

.prestation {
  z-index: 1;
  justify-content: flex-start;
  width: 100%;
  height: 120vh;
  display: flex;
  position: relative;
}

.image_prestation_contain {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.prestation_slider_contain {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle_photo {
  background-color: #feccdb;
  background-image: url('../images/L1FINIS.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100vw;
  align-items: flex-end;
  width: 28vw;
  height: 28vw;
  display: flex;
  overflow: hidden;
}

.circle_border {
  z-index: 2;
  border: 1px solid #000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 30vw;
  display: flex;
  position: relative;
}

.circle_text {
  z-index: 2;
  text-align: left;
  letter-spacing: 5px;
  font-family: Lato, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  position: absolute;
}

.info_contain {
  aspect-ratio: auto;
  background-color: #0000;
  width: 100%;
  height: 12%;
  margin-bottom: 3px;
  font-size: 1rem;
  line-height: 1rem;
  position: relative;
  overflow: hidden;
}

.info_contain.product {
  height: 12.5%;
  overflow: hidden;
}

.title_info {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Lora Variablefont Wght, sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.info_contain_in {
  width: 100%;
  height: 200%;
  overflow: visible;
}

.title_contain {
  background-color: #2b2a2a;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50%;
  padding-left: 5vw;
  display: flex;
}

.text_contain {
  color: #706d6e;
  background-color: #7e7e7e;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding-left: 0;
  display: flex;
}

.title_prestation {
  color: #fff;
  font-family: Lora Variablefont Wght, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}

.title_prestation.product {
  font-size: 1.5rem;
}

.puce {
  background-color: #fff;
  width: .5rem;
  height: .5rem;
  margin-right: 2rem;
  transform: rotate(45deg);
}

.text-block {
  color: #fff;
  width: 95%;
  height: auto;
  font-family: Lora Variablefont Wght, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

.text-block.grand {
  font-size: .9rem;
  line-height: 1rem;
}

.photo_circle_contain {
  width: 100%;
  height: 200%;
  position: relative;
}

.photo_circle {
  width: 100%;
  height: 50%;
  position: absolute;
}

.photo_circle._1 {
  background-color: #0000;
  background-image: url('../images/IMG_6661-min.webp');
  background-position: 50%;
  background-size: cover;
}

.photo_circle._1.product {
  background-color: #fff;
  background-image: url('../images/2.webp');
  background-position: 50%;
  background-size: cover;
}

.photo_circle._2 {
  background-color: #0000;
  background-image: url('../images/IMG_3916-min_1.webp');
  background-position: 50%;
  background-size: cover;
}

.photo_circle._2.product {
  background-color: #0000;
  background-image: url('../images/Design-sans-titre-2000x2000-min.webp');
  background-position: 50%;
  background-size: cover;
}

.photo_circle._3 {
  background-color: #0000;
  background-image: url('../images/3D-min.webp');
  background-position: 70%;
  background-size: cover;
}

.photo_circle._3.product {
  background-color: #0000;
  background-image: url('../images/2-2000x2000-min.webp');
  background-position: 50%;
  background-size: cover;
}

.photo_circle._4 {
  background-color: #0000;
  background-image: url('../images/Snapinsta.app_362200704_18036090307510060_6818744590972080340_n_1080-min.webp');
  background-position: 50% 60%;
  background-size: cover;
}

.photo_circle._4.product {
  background-color: #0000;
  background-image: url('../images/1.webp');
  background-position: 50%;
  background-size: cover;
}

.photo_circle._5 {
  background-color: #0000;
  background-image: url('../images/N.IM-min.webp');
  background-position: 50%;
  background-size: 200%;
}

.photo_circle._5.product {
  background-color: #fff;
  background-image: url('../images/33.webp');
  background-position: 50%;
  background-size: cover;
}

.photo_circle._6 {
  background-color: #f60;
}

.photo_circle._6.product {
  background-color: #0000;
  background-image: url('../images/5-2000x2000-min.webp');
  background-position: 50%;
  background-size: cover;
}

.photo_circle._7 {
  background-color: #7e0039;
}

.photo_circle._7.product {
  background-color: #0000;
  background-image: url('../images/6-2000x2000-min.webp');
  background-position: 50%;
  background-size: cover;
}

.photo_circle._8 {
  background-color: #0000;
  background-image: url('../images/FIL-min.webp');
  background-position: 50%;
  background-size: cover;
}

.photo_circle._9 {
  background-color: #0000;
  background-image: url('../images/IMG_6289-min.webp');
  background-position: 50%;
  background-size: cover;
}

.about_me {
  z-index: 3;
  justify-content: flex-end;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.about_me_prolong {
  background-color: #feccdb;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  height: 85%;
  display: flex;
  position: relative;
}

.about_me_text_contain {
  z-index: 3;
  background-color: #2b2a2a;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 125%;
  height: 65vh;
  display: flex;
  position: absolute;
  bottom: 6%;
  box-shadow: 10px 7px 8px 1px #000000b8;
}

.title_h1 {
  color: #fff;
  margin-bottom: 2vw;
  font-family: Lora Variablefont Wght, sans-serif;
  font-size: 3rem;
  line-height: 3rem;
}

.title_h1.about_me_title {
  width: 80%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.title_h1.produit_title {
  z-index: 2;
  color: #000;
  border-bottom: 2px solid #000;
  margin-bottom: 1vh;
  margin-left: 5%;
  position: relative;
}

.title_h1.avis_title {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.title_h1.contact_home {
  color: #000;
  text-align: center;
  margin-bottom: 5vh;
  font-size: 2rem;
  line-height: 2rem;
}

.title_h1.footer_text {
  text-align: left;
  margin-bottom: 2vh;
  font-size: 2rem;
  line-height: 2rem;
}

.title_h1.about_me_page {
  z-index: 2;
  color: #000;
  width: 60%;
  margin-top: 10vh;
  margin-bottom: 10vh;
  font-weight: 400;
  position: relative;
}

.title_h1.about_me_page._1 {
  text-align: center;
}

.text_t1 {
  color: #fff;
  text-align: center;
  font-family: Lora Variablefont Wght, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.text_t1.about_me_text {
  color: #fff;
  text-align: left;
  width: 80%;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.text_t1.contact_home {
  color: #000;
  width: 80%;
  margin-bottom: 5vh;
}

.text_t1.footer_text_link {
  color: #feccdb;
  text-align: left;
  transition: color .2s;
}

.text_t1.footer_text_link:hover {
  color: #fff;
}

.text_t1.text_portfolio {
  width: auto;
  font-size: 2.5rem;
  line-height: 5rem;
  position: absolute;
  top: 80%;
  left: auto;
  right: 5%;
}

.text_t1.text_portfolio._1 {
  font-size: 2.5rem;
  position: absolute;
  top: 40%;
  left: 10%;
  right: auto;
}

.text_t1.pop_up_text {
  text-align: left;
}

.text_t1.tarif {
  color: #000;
  text-align: left;
  height: 1.2rem;
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

.text_t1.tarif.petit {
  font-size: 1rem;
  font-style: normal;
  line-height: 1rem;
}

.circle_cta {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  display: flex;
  position: relative;
  inset: auto auto -4% 0%;
}

.circle_cta.tarif.w--current {
  margin-bottom: 10vh;
  bottom: auto;
}

.circle_cta.about_me {
  margin-bottom: 2rem;
}

.circle {
  background-color: #feccdb;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
}

.circle-text {
  color: #fff;
  text-align: center;
  letter-spacing: .05em;
  font-size: 3rem;
  line-height: 1;
  text-decoration: none;
  position: absolute;
}

.circle-text.pointer-events-none {
  mix-blend-mode: exclusion;
  font-size: 1.75rem;
  font-weight: 300;
}

.circle-text.pointer-events-none.circle_text {
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Lora Variablefont Wght, sans-serif;
  font-size: 1.2rem;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 50%;
}

.circle-text.pointer-events-none.circle_text.tarif {
  color: #000;
  font-size: 1.3rem;
}

.arrow-icon {
  z-index: 1;
  color: #000;
  width: 20%;
  height: 20%;
  position: absolute;
}

.about_me_photo_contain {
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  height: 85%;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-2 {
  z-index: 2;
  object-fit: cover;
  width: 80%;
  height: 75vh;
  position: relative;
}

.produit {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.product_contain {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.product_description_contain {
  width: 50%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
}

.avis {
  z-index: 3;
  background-color: #2b2a2a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.backgroud_avis {
  object-fit: fill;
  background-color: #0000;
  background-image: url('../images/Design-sans-titre-6-min.webp'), linear-gradient(#fff 100%, #fff);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60%;
  padding-top: 0%;
  display: flex;
  position: relative;
}

.portfolio {
  z-index: 3;
  background-color: #2b2a2a;
  flex-direction: column;
  align-items: center;
  height: 280vh;
  display: flex;
  position: relative;
}

.line {
  background-color: #feccdb;
  width: 100%;
  height: 2px;
}

.line.line_portfolio {
  margin-bottom: 10vh;
}

.line.half {
  width: 50%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: static;
  left: auto;
}

.line.half._2 {
  position: relative;
  right: auto;
}

.image_portfolio {
  background-color: red;
  width: 25vw;
  height: 25vw;
  position: absolute;
  box-shadow: 7px 4px 11px 1px #000000ba;
}

.image_portfolio._1 {
  background-color: #0000;
  background-image: url('../images/Cil-à-cil-min.webp');
  background-position: 50%;
  background-size: cover;
  top: 10%;
  left: 5%;
}

.image_portfolio._2 {
  background-color: #0000;
  background-image: url('../images/CAC-min.webp');
  background-position: 50%;
  background-size: 150% 150%;
  width: 35vw;
  top: 15%;
}

.image_portfolio._3 {
  background-color: #0000;
  background-image: url('../images/IMG_4321-min.webp');
  background-position: 50%;
  background-size: 150% 150%;
  height: 35vw;
  top: 25%;
  left: 70%;
}

.image_portfolio._4 {
  background-color: #0000;
  background-image: url('../images/IMG_6289-min.webp');
  background-position: 50%;
  background-size: cover;
  width: 30vw;
  height: 20vw;
  top: 40%;
  left: 20%;
}

.image_portfolio._5 {
  background-color: #0000;
  background-image: url('../images/N.IM-min.webp');
  background-position: 60% 45%;
  background-size: 250%;
  width: 25vw;
  height: 30vw;
  top: 60%;
  right: 20%;
}

.image_portfolio._6 {
  background-color: #0000;
  background-image: url('../images/N.IM2-min.webp');
  background-position: 60% 25%;
  background-size: 200% 200%;
  width: 35vw;
  top: 56%;
  left: 5%;
}

.image_portfolio._7 {
  background-color: #0000;
  background-image: url('../images/image00001-2-min.webp');
  background-position: 65%;
  background-size: 200%;
  top: 80%;
  left: 19%;
}

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

.contact_home_contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50vh;
  display: flex;
}

.footer {
  background-color: #2b2a2a;
  justify-content: center;
  height: 30vh;
  display: flex;
  position: relative;
}

.fotter_contain {
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  height: 100%;
  padding-top: 3vh;
  padding-left: 5%;
  display: flex;
}

.fotter_contain.center {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 3vh;
  padding-left: 0%;
}

.pop_up {
  z-index: 10;
  background-color: #00000075;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.pop_up_section {
  background-color: #2b2a2a;
  border-radius: 1vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70vw;
  max-width: 800px;
  height: 45vw;
  max-height: 80vh;
  display: flex;
  position: relative;
}

.pop_up_info_contain {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 70%;
  display: flex;
}

.pop_up_text_contain {
  border-right: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.pop_up_image_contain {
  border-left: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.image-3 {
  object-fit: cover;
  width: 70%;
  max-width: none;
  height: 80%;
}

.cross_pop_up {
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/menu_CLOSE---Copie.svg');
  background-position: 0 0;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  margin-top: 1%;
  margin-right: 1%;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.feuille_1 {
  transform-style: preserve-3d;
  position: static;
  inset: auto auto 0% 0%;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.feuille_1._2 {
  object-fit: cover;
  width: 100%;
  height: auto;
  inset: 0% auto auto 0%;
  transform: none;
}

.slider-4 {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30vw;
  max-height: 50vh;
  display: flex;
}

.mask-3 {
  width: 48vw;
  max-width: 80vh;
  height: 30vw;
  max-height: 50vh;
  overflow: visible;
}

.slide-3 {
  background-color: #feccdb;
  width: 100%;
  margin-left: .5vw;
  margin-right: .5vw;
}

.slide-nav-3 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2rem;
  display: flex;
  inset: auto 0% -2rem;
}

.left-arrow-4 {
  width: 3.33rem;
  inset: auto 4rem 0% 0%;
}

.right-arrow-4 {
  width: 3.33rem;
  inset: auto 0% 0% 4rem;
}

.about_me_text {
  color: #000;
  text-align: center;
  width: 80%;
  font-family: Lora Variablefont Wght, sans-serif;
  font-size: 1.5rem;
  line-height: 1.8rem;
}

.about_me_text._1 {
  z-index: 2;
  text-align: center;
  width: 40%;
  position: relative;
}

.about_me_text._2 {
  color: #fff;
  text-align: center;
  margin-bottom: 5vh;
}

.about_me_section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: auto;
  display: block;
  position: static;
}

.about_me_text_page {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.about_me_text_page._2 {
  flex-direction: row;
  justify-content: space-around;
}

.about_me_text_page._3 {
  background-color: #2b2a2a;
}

.about_me_text_page._4 {
  background-color: #2b2a2a;
  height: 50vh;
}

.about_me_text_page._5 {
  height: 50vh;
  overflow: hidden;
}

.about_me_text_page.tarif {
  width: 100%;
  height: auto;
}

.about_me_text_page.tarif.end {
  width: 100%;
  margin-bottom: 5vh;
}

.about_me_text_page.tarif.button {
  justify-content: center;
  height: 15rem;
}

.about_me_text_page.tarif_1 {
  height: auto;
}

.i-mage_about_me_1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image_about_me_contain {
  object-fit: cover;
  width: 40vw;
  max-width: 400px;
  height: 50vw;
  max-height: 500px;
  overflow: hidden;
}

.image_about_me_contain_2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 80vw;
  height: 25vw;
  display: flex;
  overflow: hidden;
}

.image_about_me_3 {
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.social_media_contain {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social_media {
  width: 2rem;
}

.link_footer_social {
  margin-right: 10px;
}

.link_footer_social.contact {
  margin-right: 0;
}

.telephone_link {
  color: #000;
  font-family: Lora Variablefont Wght, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  transition: color .2s;
}

.telephone_link:hover {
  color: #feccdb;
}

.link_without_deco {
  text-decoration: none;
}

.menu {
  z-index: 21;
  background-color: #feccdb;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.menu_link_contain {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-left: 10vw;
  display: flex;
}

.menu_text_contain {
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.menu_text_contain._1 {
  margin-bottom: 0;
}

.text-block-2 {
  color: #000;
  font-family: Oswald, sans-serif;
  font-size: 5rem;
  line-height: 5rem;
}

.image_menu_contain {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.image_menu_case {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 35vw;
  height: 20vw;
  display: flex;
  position: relative;
  overflow: visible;
  transform: rotate(10deg);
  box-shadow: 3px 6px 10px #0003;
}

.image-4 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  box-shadow: 3px 6px 10px #000000b0;
}

.image-4._1 {
  box-shadow: none;
  display: block;
}

.image-4._2 {
  box-shadow: none;
  object-fit: cover;
  object-position: 50% 60%;
  display: block;
  position: absolute;
  bottom: 100%;
}

.image-4._3, .image-4._4 {
  box-shadow: none;
  display: block;
  position: absolute;
  bottom: 100%;
}

.button_menu_close {
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/menu_CLOSE.svg');
  background-position: 50%;
  background-size: cover;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.button_menu_open {
  z-index: 20;
  cursor: pointer;
  background-color: #0000;
  width: 2rem;
  height: 2rem;
  position: fixed;
  inset: 1rem 1rem auto auto;
}

.social_media_menu_contain {
  position: absolute;
  inset: auto 1rem 1rem auto;
}

.link_menu {
  margin-bottom: 10px;
  text-decoration: none;
}

.avis_text {
  text-align: center;
  width: 90%;
  font-family: Lora Variablefont Wght, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.avis_div_contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.avis_personne {
  margin-top: 20px;
  font-family: Merriweather, serif;
}

.circle_text_grand {
  z-index: 2;
  text-align: left;
  letter-spacing: 4px;
  font-family: Lato, sans-serif;
  font-size: 1vw;
  line-height: 1vw;
  position: absolute;
}

.tarifs {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: auto;
  display: flex;
  position: static;
}

.feuille_contain {
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
}

.price_contain {
  justify-content: space-between;
  width: 60%;
  display: flex;
}

.prestation_price {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.prestation_price._1 {
  align-items: flex-start;
}

.link_footer {
  margin-bottom: 1vh;
  text-decoration: none;
}

.text-span {
  font-size: 1rem;
  line-height: 1rem;
}

.menu_round_text {
  position: absolute;
  inset: -5vw -5vw auto auto;
}

.round_text {
  width: 10vw;
  height: 10vw;
}

.anim_div_menu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-6 {
  object-fit: cover;
  width: 25vw;
  height: 100%;
}

.mentions_legales {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: auto;
  display: flex;
  position: static;
}

.mentions_legale_contain {
  width: 90%;
  margin-bottom: 10vh;
  font-size: 1rem;
  line-height: 1.5rem;
}

.social_media_contact {
  flex-direction: row;
  justify-content: space-between;
  width: 30%;
  margin-top: 5vh;
  display: flex;
  position: static;
  inset: auto 1rem 1rem auto;
}

.line_contain {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.link_footer-2 {
  text-decoration: none;
  position: absolute;
  bottom: 0;
}

.text-block-3 {
  color: #fff;
  border-top: 1px solid #fff;
  margin-top: 1rem;
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  line-height: 3rem;
}

.link-block {
  color: #000;
  text-decoration: none;
}

.image_produit {
  display: none;
}

.bouton_contact_contain {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 15vh;
  display: flex;
  position: absolute;
  top: 0;
}

.bouton_contact {
  border-bottom: 1px solid #000;
  width: auto;
  height: 2rem;
  display: flex;
  overflow: hidden;
}

.text_bouton_contact {
  text-align: center;
  font-family: Lora Variablefont Wght, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}

.button_arrow_tarif {
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.cookiescontainer-2 {
  z-index: 10;
  background-color: #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10vh;
  padding: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.cookiesmallercontainer-2 {
  color: #cfcfcc;
  background-color: #000;
  border-top: 1px solid #feccdb;
  border-radius: 0;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  min-height: 10%;
  padding: 10px 0 10px 10px;
  display: flex;
}

.text-block-4 {
  color: #fff;
  max-width: none;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.cookiesbuttonscontainer {
  margin-left: 10px;
  padding: 0;
  display: flex;
}

.cookiesacceptbutton-2 {
  background-color: #feccdb;
  border: .5px solid #fff;
  margin: 0;
  font-family: Montserrat, sans-serif;
  transition: color .2s, background-color .2s;
}

.cookiesacceptbutton-2:hover {
  color: #feccdb;
  background-color: #000;
}

.cookiesdenybutton {
  color: #fff;
  background-color: #0000;
  margin: 0;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .mask {
    width: 30%;
  }

  .div-put {
    height: 160px;
  }

  .title_h1.about_me_page {
    z-index: 2;
    margin-bottom: 5vh;
    position: relative;
  }

  .pop_up {
    display: none;
    overflow: visible;
  }

  .pop_up_section {
    height: 60vw;
  }

  .cross_pop_up {
    width: 2rem;
    height: 2rem;
    overflow: visible;
  }

  .about_me_text._1 {
    z-index: 2;
    text-align: center;
    position: relative;
  }

  .about_me_text._2 {
    color: #fff;
    margin-bottom: 5vh;
  }

  .about_me_text_page {
    height: 100vh;
  }

  .about_me_text_page._2 {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
  }

  .about_me_text_page._3 {
    background-color: #2b2a2a;
  }

  .i-mage_about_me_1 {
    object-fit: cover;
    width: 30vw;
    height: 50vw;
  }

  .image_about_me_contain {
    width: 30vw;
    height: 50vw;
  }

  .image_about_me_contain_2 {
    width: 60vw;
    height: 25vw;
  }

  .bouton_contact {
    align-items: flex-start;
    display: flex;
  }

  .button_arrow_tarif {
    align-items: center;
    height: 100%;
    margin-left: 10px;
    display: flex;
  }

  .cookiescontainer-2 {
    flex-flow: row;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cookiesmallercontainer-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
  }

  .cookiesbuttonscontainer {
    justify-content: flex-end;
    width: 100%;
    margin-left: 0;
  }

  .cookiesacceptbutton-2, .cookiesdenybutton {
    font-size: 1rem;
    line-height: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .section.is--slider {
    margin-bottom: 9.9em;
  }

  .container {
    padding-left: 4.9em;
    padding-right: 4.9em;
  }

  .div-put {
    height: 110px;
  }

  .circle_cta {
    width: 28.125rem;
    height: 28.125rem;
  }

  .circle-text.pointer-events-none {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 479px) {
  .home {
    flex-direction: column;
    justify-content: flex-start;
    height: 100vh;
    display: flex;
    overflow: hidden;
  }

  .slider_home {
    height: auto;
    margin-top: 0;
    margin-bottom: 10vh;
  }

  .section.is--slider {
    margin-bottom: 0;
  }

  .container.is--slider {
    height: 70vw;
  }

  .slide-nav {
    display: flex;
  }

  .right-arrow {
    display: none;
    bottom: -11%;
  }

  .left-arrow {
    display: none;
    top: auto;
    bottom: -11%;
  }

  .mask {
    width: 50%;
  }

  .slider {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .div-put {
    height: 100%;
  }

  .home_logo {
    height: auto;
    padding-top: 0;
  }

  .image {
    width: 70vw;
  }

  .prestation {
    flex-direction: column;
    height: auto;
  }

  .image_prestation_contain {
    width: 100%;
    display: none;
  }

  .prestation_slider_contain {
    width: 100%;
  }

  .info_contain {
    height: 12vh;
  }

  .info_contain.product {
    margin-bottom: 3px;
  }

  .about_me {
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    position: relative;
    overflow: hidden;
  }

  .about_me_prolong {
    background-color: #0000;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    position: static;
  }

  .about_me_text_contain {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    position: static;
    bottom: auto;
  }

  .title_h1 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2rem;
  }

  .title_h1.about_me_title {
    margin-bottom: .5rem;
  }

  .title_h1.produit_title {
    margin-top: 0;
  }

  .title_h1.avis_title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .title_h1.about_me_page {
    text-align: left;
    width: 90%;
    font-size: 4rem;
  }

  .text_t1.about_me_text {
    color: #fff;
    margin-top: 2vh;
  }

  .text_t1.text_portfolio, .text_t1.text_portfolio._1 {
    display: none;
  }

  .text_t1.pop_up_text {
    border-top: 1px solid #fff;
    margin-top: 0;
    margin-bottom: 2rem;
    padding-top: 2rem;
  }

  .circle_cta {
    width: 10rem;
    height: 10rem;
    position: relative;
  }

  .circle_cta.about_me {
    justify-content: center;
    overflow: visible;
  }

  .circle {
    width: 80%;
  }

  .circle-text.pointer-events-none {
    font-size: 2.25rem;
  }

  .about_me_photo_contain {
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 10vh;
  }

  .image-2 {
    width: 80%;
    max-width: none;
    height: auto;
    display: block;
    position: static;
    left: 25%;
  }

  .produit {
    height: 100vh;
    margin-top: 0;
  }

  .product_description_contain {
    width: 100%;
  }

  .avis {
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
    overflow: hidden;
  }

  .portfolio {
    height: auto;
  }

  .line.line_portfolio {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .image_portfolio._1 {
    width: 90%;
    height: 50vw;
    margin-bottom: 10px;
    position: static;
  }

  .image_portfolio._2 {
    background-size: 150%;
    width: 90vw;
    height: 40vw;
    margin-bottom: 10px;
    position: static;
  }

  .image_portfolio._3 {
    background-position: 50% 55%;
    background-size: 150%;
    width: 90vw;
    height: 50vw;
    margin-bottom: 10px;
    position: static;
  }

  .image_portfolio._4 {
    width: 90vw;
    height: 55vw;
    margin-bottom: 10px;
    position: static;
  }

  .image_portfolio._5 {
    width: 90vw;
    height: 60vw;
    margin-bottom: 10px;
    position: static;
  }

  .image_portfolio._6 {
    background-size: 200%;
    width: 90vw;
    height: 50vw;
    margin-bottom: 10px;
    position: static;
  }

  .image_portfolio._7 {
    width: 90vw;
    height: 50vw;
    margin-bottom: 2rem;
    position: static;
  }

  .contact_home_contain {
    width: 80%;
    height: auto;
  }

  .footer {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-bottom: 5vh;
  }

  .fotter_contain {
    align-items: center;
    width: 80%;
    padding-left: 0%;
  }

  .fotter_contain.center, .pop_up {
    display: none;
  }

  .pop_up_section {
    justify-content: flex-start;
    width: 90vw;
    height: auto;
  }

  .pop_up_info_contain {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .pop_up_text_contain {
    border-right-style: none;
    width: 90%;
  }

  .pop_up_image_contain {
    width: 100%;
    height: 50%;
    display: none;
  }

  .cross_pop_up {
    width: 2rem;
    height: 2rem;
  }

  .body {
    max-width: 100%;
  }

  .slider-4 {
    height: 60vw;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .mask-3 {
    height: 60vw;
  }

  .left-arrow-4, .right-arrow-4 {
    display: none;
  }

  .about_me_text {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .about_me_text._1 {
    width: 80%;
  }

  .about_me_text._2 {
    margin-top: 5vh;
  }

  .about_me_text_page {
    height: auto;
  }

  .about_me_text_page._2 {
    flex-direction: column;
    height: auto;
  }

  .about_me_text_page._3, .about_me_text_page._4, .about_me_text_page._5 {
    height: auto;
  }

  .i-mage_about_me_1 {
    width: 100%;
    height: 100%;
  }

  .image_about_me_contain {
    width: 80vw;
    height: 90vw;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .image_about_me_contain_2 {
    width: 80vw;
    height: 40vw;
  }

  .menu {
    display: none;
  }

  .menu_link_contain {
    width: 100%;
  }

  .menu_text_contain._2, .menu_text_contain._3, .menu_text_contain._4 {
    margin-bottom: 0;
  }

  .image_menu_contain {
    display: none;
  }

  .button_menu_close, .button_menu_open {
    width: 3rem;
    height: 3rem;
  }

  .social_media_menu_contain {
    bottom: 15rem;
  }

  .price_contain {
    width: 90%;
  }

  .social_media_contact {
    margin-bottom: 2rem;
    bottom: 15rem;
  }

  .link_footer-2 {
    margin-top: 1rem;
    position: static;
  }

  .image_produit {
    justify-content: space-around;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
  }

  .image-7 {
    object-fit: cover;
    width: 45vw;
    height: 45vw;
  }

  .bouton_contact_contain {
    align-items: center;
    height: 10vh;
  }

  .cookiescontainer-2 {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cookiesmallercontainer-2 {
    flex-flow: column;
    width: 100%;
  }

  .text-block-4 {
    font-size: 1rem;
  }

  .cookiesbuttonscontainer {
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
  }
}


@font-face {
  font-family: 'Lora Variablefont Wght';
  src: url('../fonts/Lora-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}