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

.home {
  z-index: 2;
  background-image: linear-gradient(#131417, #fff0), url('../images/Ema-6-min_11zon-1.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.home.contact {
  opacity: .8;
  background-image: url('../images/Orane-4.webp');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.home_text_contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title_home {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  display: flex;
}

.title_home._2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.line {
  background-color: #fff;
  width: 50%;
  height: 2px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.line._2 {
  background-color: #36454f;
  width: 10%;
  height: 1px;
}

.line.all {
  background-color: #fff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 2rem;
}

.presentation {
  z-index: 2;
  padding-top: 5vh;
  position: relative;
}

.title_h1 {
  color: #fff;
  text-align: left;
  flex-wrap: wrap;
  margin-left: 4rem;
  font-family: Cormorantgaramond, sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  display: flex;
}

.title_h1.about_me_title {
  text-align: left;
  flex-flow: wrap;
  align-items: flex-start;
  margin-left: 0;
}

.title_h1.prix_home_title {
  text-align: left;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.title_h1.center {
  text-align: center;
  justify-content: center;
  margin-left: 0;
}

.title_h1.center.max_with {
  z-index: 3;
  max-width: 600px;
  position: relative;
}

.title_h1.center.prestation_title {
  margin-bottom: 4rem;
}

.title_h1.center.portfolio_title {
  margin-top: 0;
}

.title_h1.center.space {
  margin-top: 4rem;
}

.title_h1.three_section_title {
  margin-bottom: 1rem;
  margin-left: 0;
}

.title_h1.button_contact_text {
  z-index: 1;
  margin-left: 0;
  font-size: 4rem;
  line-height: 4rem;
  position: absolute;
}

.title_h1.footer_text {
  margin-left: 0;
  padding-bottom: 1rem;
  font-size: 2rem;
  line-height: 2rem;
}

.title_h1.prestation_title {
  margin-bottom: 2rem;
  margin-left: 0;
}

.title_h1.mentions_legale_title {
  margin-left: 0;
}

.anim_contain {
  height: 150vh;
  position: relative;
}

.image_contain_anim {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  position: absolute;
}

.image_contain_anim._1 {
  width: 25%;
  top: 5%;
  left: 5%;
}

.image_contain_anim._2 {
  flex-direction: column;
  align-items: flex-end;
  width: 35%;
  display: flex;
  top: 5%;
  left: 50%;
}

.image_contain_anim._3 {
  flex-direction: column;
  align-items: flex-end;
  width: 20%;
  display: flex;
  top: 40%;
  left: 70%;
}

.image_contain_anim._4 {
  width: 20%;
  top: 55%;
  left: 15%;
}

.image_contain_anim._5 {
  width: 25%;
  left: 10%;
}

.image_contain_anim._6 {
  width: 30%;
  left: 55%;
}

.image_contain_anim._7 {
  width: 30%;
  top: 20%;
  left: 50%;
}

.image_contain_anim._8 {
  width: 30%;
  top: 35%;
  left: 5%;
}

.image_contain_anim._9 {
  width: 30%;
  top: 70%;
  left: 7%;
}

.image_contain_anim._10 {
  width: 25%;
  top: 60%;
  left: 65%;
}

.image_contain_anim._11 {
  width: 20%;
  top: 30%;
  left: 40%;
}

.image_anim {
  width: 100%;
}

.image_anim.nb {
  filter: grayscale();
}

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

.portfolio_box_home {
  justify-content: center;
  align-items: center;
  width: 15%;
  display: flex;
  position: absolute;
}

.portfolio_box_home._1 {
  cursor: pointer;
  background-color: #36454f4d;
  height: 20vw;
  top: 15%;
  left: 10%;
  overflow: hidden;
}

.portfolio_box_home._2 {
  cursor: pointer;
  height: 20vw;
  top: 50%;
  left: 22.5%;
  overflow: hidden;
}

.portfolio_box_home._3 {
  cursor: pointer;
  height: 20vw;
  top: 25%;
  left: 35%;
  overflow: hidden;
}

.portfolio_box_home._4 {
  cursor: pointer;
  height: 20vw;
  top: 45%;
  left: 47.5%;
  overflow: hidden;
}

.portfolio_box_home._5 {
  cursor: pointer;
  height: 20vw;
  top: 30%;
  left: 60%;
  overflow: hidden;
}

.portfolio_box_home._6 {
  cursor: pointer;
  height: 20vw;
  top: 10%;
  left: 72.5%;
  overflow: hidden;
}

.portofolio_home_text {
  z-index: 2;
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1.5rem;
  position: absolute;
}

.portfolio_home_contain {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  overflow: visible;
}

.about_me_home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.about_me_home.ocntact_about {
  z-index: 2;
  height: auto;
  position: relative;
}

.flex_contain {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 5vh;
  display: flex;
  position: relative;
}

.flex_contain.space-around {
  justify-content: space-between;
}

.flex_contain.space-around.contact_flex {
  margin-bottom: 3rem;
}

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

.about_me_photo {
  filter: grayscale();
  background-image: url('../images/GERALD.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20vw;
  width: 20vw;
  height: 20vw;
}

.about_me_photo.page {
  z-index: 1;
  width: 20vw;
  height: 20vw;
  margin-right: 5vw;
  position: relative;
}

.about_me_text_contain {
  width: 80%;
}

.paragraphe_montserrat_p1 {
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  line-height: 1.3rem;
}

.paragraphe_montserrat_p1.about_me_para {
  color: #fff;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: 4rem;
  font-size: 1.2rem;
}

.paragraphe_montserrat_p1._2 {
  color: #fff;
  text-align: left;
  font-weight: 200;
}

.paragraphe_montserrat_p1._2.center {
  color: #fff;
  text-align: center;
}

.paragraphe_montserrat_p1._2.space_top {
  margin-top: .5rem;
}

.paragraphe_montserrat_p1._2.footer {
  transition: color .2s;
}

.paragraphe_montserrat_p1._2.footer:hover {
  color: #36454f;
}

.button_arrow {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  display: flex;
  position: relative;
}

.button_arrow.absolute {
  position: absolute;
  inset: auto 7% 7% auto;
}

.button_arrow.prestation_button {
  width: 7rem;
  height: 7rem;
}

.prix_home {
  height: 220vh;
  margin-top: 15vh;
  position: relative;
}

.citation_contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 5vh;
  display: flex;
}

.paragraphe_cormorant_p1 {
  color: #fff;
  font-family: Cormorantgaramond, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.paragraphe_cormorant_p1.space {
  margin-top: 2rem;
}

.paragraphe_cormorant_p1.center {
  text-align: center;
  width: 80%;
}

.paragraphe_cormorant_p1.center.prestation_paragraphe {
  margin-bottom: 10vh;
}

.paragraphe_cormorant_p1.etape_para {
  line-height: 1.8rem;
}

.three_section {
  justify-content: space-between;
  height: 90vh;
  margin-bottom: 10vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.three_section_block {
  z-index: 2;
  background-color: #36454f99;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 60%;
  display: flex;
  position: relative;
}

.three_section_block._1 {
  background-color: #0000;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  display: flex;
  position: relative;
}

.three_section_text_block {
  width: 80%;
  margin-top: 1rem;
}

.contact_button_contain {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 15vh;
  padding-bottom: 15vh;
  display: flex;
  position: relative;
}

.button_contact {
  z-index: 2;
  cursor: pointer;
  border-radius: 10vw;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  display: flex;
  position: relative;
}

.menu_instance {
  z-index: 10;
  height: 0;
  position: absolute;
  top: 0;
}

.header {
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  height: 5vh;
  display: flex;
  position: fixed;
  top: 0;
}

.body {
  background-color: #000;
}

.button_menu {
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  height: 1rem;
  display: flex;
  overflow: hidden;
}

.button_menu_text {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
}

.button_menu_contain {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: auto;
  display: flex;
  position: static;
  inset: 3% 3% auto auto;
}

.surlignage_button_menu {
  background-color: #fff;
  width: 0%;
  height: 1px;
}

.menu {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: auto;
}

.menu_case {
  z-index: 2;
  background-image: linear-gradient(#36454f80, #36454f80), linear-gradient(#000, #000);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 19.5%;
  display: flex;
  position: relative;
  box-shadow: 0 10px 9px #000;
}

.menu_case._1 {
  z-index: 6;
  cursor: pointer;
  height: 20%;
  margin-top: 0;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
}

.menu_case._2 {
  z-index: 5;
  cursor: pointer;
  height: 20%;
}

.menu_case._3 {
  z-index: 4;
  cursor: pointer;
  height: 20%;
}

.menu_case._4 {
  z-index: 3;
  cursor: pointer;
  height: 20%;
}

.menu_case._5 {
  cursor: pointer;
  height: 20%;
}

.menu_background_section {
  opacity: .4;
  background-image: url('../images/FOND-SITE.webp');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.text_menu {
  color: #fff;
  font-family: Cormorantgaramond, sans-serif;
  font-size: 5rem;
  line-height: 5rem;
  position: absolute;
}

.button_menu_box {
  z-index: 3;
  justify-content: center;
  align-items: center;
  height: 5vh;
  display: flex;
  position: fixed;
  inset: 0% 3% auto auto;
}

.footer {
  z-index: 2;
  position: relative;
}

.footer_top {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.footer_section {
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding-left: 0%;
  display: flex;
}

.footer_section.left {
  padding-left: 5%;
}

.footer_section.right {
  align-items: flex-end;
  padding-left: 0%;
  padding-right: 5%;
}

.footer_section.center {
  justify-content: center;
  align-items: center;
}

.line_footer_contain {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.line_footer {
  background-color: #36454f;
  width: 30%;
  height: 1px;
}

.footer_bottom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.backround_portfolio {
  opacity: .4;
  object-fit: fill;
  background-image: url('../images/Ema-4.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 120%;
  position: absolute;
  inset: auto;
}

.luxy {
  padding-top: 15vh;
  position: relative;
  top: 0;
}

.luxy.no_space {
  padding-top: 0;
}

.title_span_1, .title_span_2 {
  margin-right: .5rem;
  display: block;
}

.title_span_2.no_space {
  margin-right: 0;
}

.title_span_3 {
  margin-right: .5rem;
  display: block;
}

.title_span_3.end {
  margin-right: 0;
}

.title_span_4 {
  margin-right: .5rem;
  display: block;
}

.title_span_5 {
  display: block;
}

.image_portfolio_home {
  filter: grayscale();
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.image_portfolio_home._4 {
  object-position: 35% 50%;
}

.background_portfolio_box {
  z-index: 1;
  background-color: #36454f4d;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button_arrow_svg {
  z-index: 1;
  color: #36454f;
  width: 7rem;
  height: 7rem;
  position: absolute;
  transform: rotate(30deg);
}

.button_arrow_svg.prestation_button {
  width: 5rem;
  height: 5rem;
}

.button_arrow_background {
  background-color: #36454f;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.image_double_contain {
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Orane-4.webp');
  background-position: 0 0, 35%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 35vw;
  height: 40vw;
  padding: 1vw;
}

.image_double {
  object-fit: cover;
  object-position: 35% 50%;
  width: 100%;
  height: 100%;
}

.background_body {
  z-index: 1;
  opacity: .2;
  background-image: url('../images/Design-sans-titre-2.webp');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 auto auto;
}

.body-2 {
  background-color: #000;
}

.about_me_header {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25vw;
  margin-top: 0;
  margin-bottom: 5vh;
  display: flex;
  position: relative;
}

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

.image_about_me._2 {
  object-position: 50% 30%;
}

.image_about_me._3 {
  object-position: 50% 10%;
}

.body-3 {
  background-color: #000;
}

.contact {
  z-index: 2;
  background-image: linear-gradient(#000c, #000c), url('../images/Laurent-Carole-15-min.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  position: relative;
}

.contact_form_contain {
  background-image: linear-gradient(#36454f80, #36454f80);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.placeholder_field {
  z-index: 0;
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  position: absolute;
  left: 0;
}

.placeholder_field.text-area {
  z-index: 0;
  top: .5rem;
}

.field_contain {
  flex-direction: column;
  justify-content: center;
  width: 48%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.field_contain.text-area {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 4rem;
  padding-top: 0;
}

.fonction_start {
  display: none;
}

.field_contact {
  z-index: 2;
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  position: relative;
}

.field_contact:active, .field_contact:focus {
  border-bottom-color: #fff;
}

.field_contact.message {
  min-height: 10rem;
}

.form-block {
  width: 70%;
  max-width: 1000px;
  margin-top: 5vh;
  margin-bottom: 0;
}

.submit-button {
  color: #fff;
  background-color: #fff0;
  border: 2px solid #fff;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  transition: color .2s, background-color .2s;
}

.submit-button:hover {
  color: #fff;
  background-color: #36454f;
}

.menu_embed {
  display: none;
}

.body-4 {
  background-color: #000;
}

.prestation {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.prestation_contain {
  background-color: #36454f40;
  width: 100%;
  margin-bottom: 3vh;
  display: flex;
}

.image_prestation {
  object-fit: cover;
  width: 25vw;
  height: 25vw;
}

.image_prestation.nb {
  filter: grayscale();
}

.prestation_text_contain {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 85vw;
  padding: 1rem;
  display: flex;
}

.body-5 {
  background-color: #000;
}

.portfolio_section {
  z-index: 2;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 5vh;
  display: flex;
  position: relative;
}

.portfolio_contain {
  width: 30%;
}

.image_portfolio {
  cursor: pointer;
  width: 100%;
  margin-bottom: 3vh;
}

.image_portfolio.corporate_photo {
  object-fit: cover;
  height: 42vw;
}

.button_portfolio_contain {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10vh;
  margin-left: 5vw;
  margin-right: 5vw;
  display: flex;
  position: relative;
}

.button_portfolio {
  height: 5rem;
  text-decoration: none;
  overflow: hidden;
}

.text_button_portfolio {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 5rem;
  font-weight: 200;
  line-height: 5rem;
}

.loading_page {
  z-index: 20;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  background-image: linear-gradient(#000000e6, #000000e6), url('../images/FOND-SITE.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.loading_barre_contain {
  align-items: flex-start;
  width: 20vw;
  height: 2px;
  display: flex;
  position: relative;
}

.loading_barre {
  background-color: #fff;
  width: 0%;
  height: 2px;
}

.lottie-animation {
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: absolute;
}

.footer_text_contain {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link_footer {
  margin-bottom: .5rem;
  text-decoration: none;
}

.image {
  width: auto;
  height: 12vh;
  max-height: 12vh;
}

.image-2 {
  width: 10rem;
  height: 10rem;
}

.button_prestation {
  aspect-ratio: auto;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.logo {
  width: 10rem;
  height: 10rem;
  margin-bottom: 1rem;
}

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

.modal {
  z-index: 11;
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.slides {
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 100%;
  max-height: none;
  display: flex;
  position: absolute;
}

.image_pres {
  z-index: 2;
  object-fit: contain;
  width: 90%;
  max-height: 80vh;
  position: relative;
}

.background_slide {
  z-index: 1;
  filter: blur(50px);
  width: 100%;
  height: 100%;
  position: absolute;
}

.image_button {
  z-index: 10;
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  left: auto;
}

.close_slide_button {
  z-index: 15;
  cursor: pointer;
  position: absolute;
  top: 2%;
  right: 2%;
}

.button_slide {
  opacity: 1;
  color: #fff;
  width: 2rem;
  height: 2rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.body-6 {
  background-color: #000;
}

.mentions_legale {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15vh;
  margin-bottom: 5vh;
  display: flex;
}

.mention_legale_text {
  color: #fff;
  width: 90%;
  margin-top: 5vh;
  font-family: Cormorantgaramond, sans-serif;
  font-size: 1.5rem;
  line-height: 1.6rem;
}

.prestation_photo_contain {
  cursor: pointer;
  width: 25vw;
  height: 25vw;
  position: relative;
  overflow: hidden;
}

.prestation_photo_text {
  z-index: 1;
  color: #fff;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 1.8rem;
  line-height: 1.8rem;
  display: flex;
  position: absolute;
}

.three_section_image_contain {
  width: 100%;
  display: flex;
  position: static;
}

.backgroud_three_section {
  object-fit: cover;
  width: 100%;
  height: 120%;
  position: absolute;
  inset: 0%;
}

.success-message {
  background-color: #ddd0;
}

.link_logo {
  height: 12vh;
  position: relative;
}

.cookiescontainer {
  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%;
}

.cookiesbuttonscontainer {
  padding: 0;
  display: flex;
}

.cookiesacceptbutton {
  background-color: #36454f;
  min-width: 150px;
  margin: 0;
  font-family: Montserrat, sans-serif;
  transition: color .2s, background-color .2s;
}

.cookiesacceptbutton:hover {
  color: #36454f;
  background-color: #fff;
}

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

.text-block {
  color: var(--white);
  max-width: none;
  font-family: Montserrat, sans-serif;
}

.cookiesmallercontainer {
  background-color: var(--black);
  border-top: 1px solid #5f5f5f;
  border-radius: 0;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  min-height: 10%;
  padding: 10px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .image_contain_anim._4 {
    top: 55%;
  }

  .three_section {
    height: 90vh;
  }

  .image_pres {
    max-height: 80vh;
  }

  .cookiescontainer {
    background-image: none;
  }
}

@media screen and (min-width: 1920px) {
  .line.all, .title_h1.center.max_with {
    z-index: 2;
    position: relative;
  }

  .image_contain_anim._4 {
    width: 20%;
    top: 55%;
  }

  .image_contain_anim._9 {
    top: 70%;
    left: 7%;
  }

  .image_contain_anim._10 {
    width: 25%;
    top: 60%;
    left: 65%;
  }

  .portfolio_home {
    background-image: none;
    overflow: hidden;
  }

  .portfolio_home_contain {
    z-index: 2;
  }

  .about_me_photo.page {
    width: 20vw;
    height: 20vw;
  }

  .prix_home {
    height: 220vh;
  }

  .backround_portfolio {
    z-index: 1;
    background-image: url('../images/Ema-4-min.webp');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 130%;
    position: absolute;
  }

  .about_me_header {
    justify-content: center;
  }

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

  .image_pres {
    max-height: 80vh;
  }
}

@media screen and (max-width: 991px) {
  .home {
    background-position: 0 0, 50%;
  }

  .title_h1.about_me_title {
    text-align: left;
  }

  .title_h1.prix_home_title {
    justify-content: center;
    margin-left: 0;
  }

  .title_h1.center.max_with {
    margin-bottom: 2rem;
  }

  .title_h1.footer_text {
    text-align: center;
    justify-content: flex-start;
  }

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

  .image_contain_anim {
    margin-bottom: 2vh;
  }

  .image_contain_anim._1 {
    width: 80%;
    margin-top: 2vh;
    margin-bottom: 2vh;
    position: relative;
    top: auto;
    left: auto;
  }

  .image_contain_anim._2, .image_contain_anim._3, .image_contain_anim._4 {
    width: 80%;
    margin-bottom: 2vh;
    position: relative;
    top: auto;
    left: auto;
  }

  .image_contain_anim._5, .image_contain_anim._6 {
    width: 80%;
    position: relative;
    left: auto;
  }

  .image_contain_anim._7, .image_contain_anim._8, .image_contain_anim._9, .image_contain_anim._10 {
    width: 80%;
    position: relative;
    top: auto;
    left: auto;
  }

  .image_contain_anim._11 {
    width: 80%;
    position: static;
  }

  .portfolio_home {
    height: auto;
  }

  .portfolio_box_home {
    flex-flow: column wrap;
    align-content: center;
    width: 80%;
    height: 50vw;
    margin-bottom: 2vh;
  }

  .portfolio_box_home._1 {
    width: 80%;
    height: 50vw;
    position: relative;
    top: auto;
    left: auto;
  }

  .portfolio_box_home._2, .portfolio_box_home._3, .portfolio_box_home._4, .portfolio_box_home._5, .portfolio_box_home._6 {
    height: 50vw;
    position: relative;
    top: auto;
    left: auto;
  }

  .portfolio_home_contain {
    flex-flow: column;
    justify-content: space-around;
    margin-top: 0;
    display: flex;
    position: relative;
  }

  .about_me_home {
    height: auto;
    padding-top: 5vh;
  }

  .flex_contain {
    flex-direction: column;
  }

  .flex_contain.space-around.contact_flex {
    margin-bottom: 0;
  }

  .flex_box {
    width: 100%;
  }

  .about_me_photo {
    width: 60vw;
    height: 60vw;
  }

  .about_me_photo.page {
    width: 30vw;
    height: 30vw;
  }

  .about_me_text_contain {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: flex;
  }

  .paragraphe_montserrat_p1.about_me_para {
    width: 100%;
  }

  .button_arrow.absolute {
    margin-bottom: 2vh;
    position: relative;
    bottom: auto;
    right: auto;
  }

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

  .background_portfolio_box {
    position: absolute;
  }

  .image_double_contain {
    width: 80%;
    height: 60vw;
    margin-top: 2vh;
  }

  .about_me_header {
    justify-content: center;
    height: auto;
  }

  .image_about_me {
    object-fit: cover;
    width: 80%;
    height: 50vw;
  }

  .field_contain {
    width: 100%;
    margin-bottom: 2rem;
  }

  .prestation_contain {
    flex-direction: column;
    align-items: center;
  }

  .image_prestation {
    object-position: 50% 25%;
    width: 100%;
    height: 100%;
  }

  .modal {
    display: none;
  }

  .image_button.left {
    justify-content: flex-start;
    padding-left: 2vw;
  }

  .image_button.right {
    justify-content: flex-end;
    padding-right: 2vw;
  }

  .prestation_photo_contain {
    width: 100vw;
    height: 50vw;
  }

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

@media screen and (max-width: 767px) {
  .title_h1.prix_home_title {
    text-align: center;
  }

  .about_me_photo.page {
    width: 40vw;
    height: 40vw;
    margin-bottom: 2vh;
    margin-right: 0;
  }

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

  .three_section_block {
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 50%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .three_section_block._1 {
    width: 100%;
    margin-top: 0%;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .three_section_text_block {
    margin-top: 0;
  }

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

  .prestation_contain {
    flex-direction: column;
  }

  .image_prestation {
    width: 100vw;
    height: 100%;
  }

  .image_prestation.center {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .prestation_text_contain {
    width: 100vw;
  }

  .portfolio_section {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .portfolio_contain {
    width: 80%;
    margin-bottom: 3vh;
  }

  .image_portfolio.corporate_photo {
    height: 120vw;
  }

  .modal {
    display: none;
  }

  .image_button.left {
    justify-content: flex-start;
    padding-left: 2vw;
  }

  .image_button.right {
    justify-content: flex-end;
    padding-right: 2vw;
  }

  .three_section_image_contain {
    flex-direction: column;
    height: 100%;
  }

  .cookiescontainer {
    flex-flow: column;
  }

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

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

@media screen and (max-width: 479px) {
  .home.contact {
    background-position: 42%;
  }

  .title_h1.three_section_title {
    margin-top: 1rem;
  }

  .about_me_photo.page {
    width: 40vw;
    height: 40vw;
  }

  .paragraphe_cormorant_p1.etape_para {
    margin-bottom: 1rem;
  }

  .three_section {
    height: auto;
  }

  .three_section_block {
    flex-direction: row;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
  }

  .three_section_block._1 {
    height: 100%;
    padding-top: 0;
    position: relative;
    overflow: hidden;
  }

  .menu {
    display: none;
  }

  .text_menu {
    text-align: center;
    font-size: 4rem;
  }

  .footer_top {
    flex-direction: column;
  }

  .footer_section {
    width: 100%;
    margin-top: 2vh;
    margin-bottom: 2vh;
  }

  .footer_section.left {
    align-items: center;
    width: 100%;
    margin-top: 2vh;
    margin-bottom: 0;
    padding-left: 0%;
  }

  .footer_section.right {
    align-items: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 2vh;
    padding-right: 0%;
  }

  .luxy {
    overflow: hidden;
  }

  .title_span_3.end {
    margin-right: 0;
  }

  .background_body {
    opacity: .6;
    background-image: url('../images/Design-sans-titre-2.webp');
    background-size: 100%;
  }

  .about_me_header {
    height: auto;
  }

  .footer_text_contain {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .three_section_image_contain {
    width: 100%;
    height: 100%;
    position: static;
  }

  .cookiescontainer {
    height: auto;
  }

  .text-block {
    font-size: 12px;
  }

  .cookiesmallercontainer {
    flex-flow: wrap;
  }
}


@font-face {
  font-family: 'Cormorantgaramond';
  src: url('../fonts/CormorantGaramond-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}