@charset "UTF-8";
/*
Theme Name: KeepHeart Theme
Theme URI: https://maestrom-digital.fr
Author: Robin THOMAS
Author URI: https://maestrom-digital.fr
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: keepheart-theme
*/
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 {
  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;
}

button {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: inherit;
}

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

html {
  font-size: 0.5208333333vw;
}
@media (max-width: 1130px) {
  html {
    font-size: 0.8849557522vw;
  }
}
@media (max-width: 599px) {
  html {
    font-size: 1.3333333333vw;
  }
}

.keepheart-title {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12.8rem;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: normal;
  color: #1E1E1E;
}
@media (max-width: 599px) {
  body {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.bold, strong {
  font-weight: 700;
}

h2, h1 {
  font-size: 6.4rem;
  line-height: normal;
}
@media (max-width: 599px) {
  h2, h1 {
    font-size: 6rem;
  }
}

.title {
  background: linear-gradient(90deg, #E5CD82 0%, #AD8B49 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4rem;
}

html {
  background: #FFFBF2;
  scroll-behavior: smooth;
}

.container {
  max-width: 120rem;
  width: 100%;
  margin: auto;
}
@media (max-width: 1130px) {
  .container {
    padding: 0 3rem;
  }
}

.separator {
  height: 1px;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
  background: linear-gradient(90deg, #E5CD82 0%, #AD8B49 100%);
}

.column {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.row {
  display: flex;
  flex-direction: row;
}

.upper {
  text-transform: uppercase;
}

@media (max-width: 599px) {
  .mobile-none {
    display: none;
  }
}

section {
  padding-top: 15rem;
}
section.accueil-header-section {
  padding-top: 0;
}
section.dashboard-home-page {
  padding-top: 0;
}

.arrow-link {
  width: 2.7rem;
  margin-left: 1rem;
}

section.dashboard-home-page {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 599px) {
  section.dashboard-home-page {
    flex-direction: column;
  }
}
section.dashboard-home-page .column {
  height: 100%;
}
section.dashboard-home-page .column .column,
section.dashboard-home-page .column .row {
  padding: 2rem;
  height: 100%;
  justify-content: space-between;
  text-align: center;
}
section.dashboard-home-page span {
  font-size: 6.4rem;
  line-height: 5.3rem;
}
section.dashboard-home-page .gauche {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-basis: 48%;
  flex-direction: row;
  border: 1px #1E1E1E solid;
  border-radius: 2rem;
  position: relative;
  width: 100%;
  height: 53.2rem;
}
@media (max-width: 599px) {
  section.dashboard-home-page .gauche {
    width: 90%;
  }
}
section.dashboard-home-page .gauche .contact-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 16.5rem;
  height: 16.5rem;
}
section.dashboard-home-page .gauche .contact-button span {
  line-height: 2.3rem;
}
section.dashboard-home-page .gauche .black {
  height: 100%;
  height: 53.2rem;
  background-color: #1E1E1E;
  color: #FFFBF2;
  border-radius: 2rem;
  align-items: flex-start;
}
section.dashboard-home-page .gauche .black span {
  color: #E5CD82;
}
section.dashboard-home-page .gauche .black .note-google a {
  color: #E5CD82;
  text-decoration: underline;
}
section.dashboard-home-page .gauche .white {
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
  height: 53.2rem;
}
section.dashboard-home-page .gauche .white .separator {
  background: #1E1E1E;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin: 0;
}
section.dashboard-home-page .droite {
  flex-basis: 50%;
  height: 53.2rem;
  border: 1px #1E1E1E solid;
  border-radius: 2rem;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 599px) {
  section.dashboard-home-page .droite {
    width: 90%;
    flex-basis: auto;
  }
}
section.dashboard-home-page .droite .first {
  justify-content: space-between;
  text-align: center;
  flex-basis: 50%;
  padding: 2rem;
}
section.dashboard-home-page .droite .first .lien-catalogue {
  padding-right: 5rem;
  padding-top: 1rem;
}
section.dashboard-home-page .droite .first .lien-catalogue img {
  width: 7rem;
}
section.dashboard-home-page .droite .second {
  flex-basis: 50%;
  background-color: #E5CD82;
  border-radius: 0 0 2rem 2rem;
  overflow: hidden;
}
section.dashboard-home-page .droite .second .dashboard-link {
  width: 100%;
}
section.dashboard-home-page .droite .second .dashboard-contact {
  width: 100%;
  height: 100%;
  position: relative;
}
section.dashboard-home-page .droite .second .dashboard-contact::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1E1E1E;
  position: absolute;
  right: -40%;
  z-index: 1;
  transition: all 0.2s ease;
}
section.dashboard-home-page .droite .second .dashboard-contact::before {
  content: "Me\a Contacter";
  position: absolute;
  z-index: 2;
  color: #FFFBF2;
  right: -43%;
  width: 100%;
  height: 100%;
  bottom: -58%;
  font-size: 4.8rem;
  text-transform: uppercase;
  white-space: pre;
  line-height: 5rem;
  transition: all 0.2s ease;
}
section.dashboard-home-page .droite .second .dashboard-contact img {
  position: absolute;
  left: 70%;
  top: 50%;
  z-index: 3;
  opacity: 0;
  transition: all 0.2s ease;
}
section.dashboard-home-page .droite .second .dashboard-contact:hover::after {
  right: 0%;
}
section.dashboard-home-page .droite .second .dashboard-contact:hover::before {
  right: -3%;
}
section.dashboard-home-page .droite .second .dashboard-contact:hover img {
  opacity: 1;
  animation: GaucheDroite ease 0.7s infinite;
}

@keyframes GaucheDroite {
  0% {
    left: calc(70% - 6px);
    /* Départ avec -3px à gauche */
  }
  50% {
    left: calc(70% + 6px);
    /* Milieu avec +3px à droite */
  }
  100% {
    left: calc(70% - 6px);
    /* Retour à la position de départ (-3px) */
  }
}
section.archive-projets .row {
  padding-bottom: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 599px) {
  section.archive-projets .row {
    flex-direction: column;
    gap: 10rem;
    text-align: center;
  }
}
section.archive-projets .row .column {
  position: relative;
}
section.archive-projets .row .column:nth-child(3) {
  text-align: right;
  text-decoration: underline;
}
@media (max-width: 599px) {
  section.archive-projets .row .column:nth-child(3) {
    text-align: center;
    display: flex;
  }
}
section.archive-projets .row .column:nth-child(3) a {
  font-size: 2rem;
  line-height: normal;
  display: inline-block;
}
section.archive-projets .projet-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 599px) {
  section.archive-projets .projet-container {
    grid-template-columns: 1fr;
  }
}
section.archive-projets .projet-container .projet-item {
  width: 37.7rem;
}
@media (max-width: 1130px) {
  section.archive-projets .projet-container .projet-item {
    width: 30vw;
  }
}
@media (max-width: 599px) {
  section.archive-projets .projet-container .projet-item {
    width: 100%;
  }
}
section.archive-projets .projet-container .projet-item:nth-child(3n+2) {
  transform: translateY(5rem);
}
@media (max-width: 599px) {
  section.archive-projets .projet-container .projet-item:nth-child(3n+2) {
    transform: translateY(0);
  }
}
section.archive-projets .projet-container .projet-item h2 {
  margin-top: 1rem;
  font-size: 2rem;
}
section.archive-projets .projet-container .projet-item h2 span {
  font-size: 2.4rem;
}
section.archive-projets .projet-container .projet-item p {
  font-size: 1.8rem;
}
section.archive-projets .projet-container .projet-item a:hover img {
  transform: scale(1.3);
}
section.archive-projets .projet-container .projet-item a .projet-thumbnail {
  width: 37.7rem;
  height: 39.1rem;
  overflow: hidden;
  border-radius: 1rem;
}
@media (max-width: 1130px) {
  section.archive-projets .projet-container .projet-item a .projet-thumbnail {
    width: 30vw;
  }
}
@media (max-width: 599px) {
  section.archive-projets .projet-container .projet-item a .projet-thumbnail {
    width: 100%;
    border-radius: 2rem;
  }
}
section.archive-projets .projet-container .projet-item a .projet-thumbnail img {
  width: 37.7rem;
  height: 39.1rem;
  object-fit: cover;
  transition: transform 0.3s ease;
}
@media (max-width: 1130px) {
  section.archive-projets .projet-container .projet-item a .projet-thumbnail img {
    width: 30vw;
  }
}
@media (max-width: 599px) {
  section.archive-projets .projet-container .projet-item a .projet-thumbnail img {
    width: 100%;
  }
}

section.single-projet-container {
  padding-top: 15rem;
}
section.single-projet-container .info-projet .back-to-projects {
  text-decoration: underline;
  font-size: 2rem;
}
section.single-projet-container .info-projet .back-to-projects img {
  transform: rotate(180deg);
  margin-right: 1rem;
  width: 2.6rem;
}
section.single-projet-container .info-projet .projet-details {
  font-size: 2.4rem;
}
section.single-projet-container .info-projet .projet-navigation {
  padding-top: 5rem;
  font-size: 3.2rem;
  line-height: normal;
  text-decoration: underline;
}
section.single-projet-container .info-projet .projet-navigation img {
  width: 3.7rem;
  margin-left: 1rem;
}
section.single-projet-container .single-content-container {
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
section.single-projet-container .single-content-container .single-img-container {
  width: 59rem;
  overflow: hidden;
  height: 59rem;
  border-radius: 1rem;
}
section.single-projet-container .single-content-container .single-img-container:nth-child(even) {
  transform: translateY(5rem);
}
@media (max-width: 599px) {
  section.single-projet-container .single-content-container .single-img-container:nth-child(even) {
    transform: translateY(0);
  }
}
section.single-projet-container .single-content-container .single-img-container img {
  width: 59rem;
  height: 59rem;
  object-position: center;
  object-fit: cover;
}

section.single-accessory .accessory-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-items: start;
  gap: 4rem;
}
@media (max-width: 599px) {
  section.single-accessory .accessory-container {
    flex-direction: column;
  }
}
section.single-accessory .accessory-container .accessory-info {
  gap: 4rem;
}
@media (max-width: 599px) {
  section.single-accessory .accessory-container .accessory-info {
    align-items: center;
  }
}
section.single-accessory .accessory-container .accessory-info .prix {
  font-size: 3.2rem;
  line-height: normal;
}
section.single-accessory .accessory-container .accessory-img {
  width: 60rem;
}
@media (max-width: 599px) {
  section.single-accessory .accessory-container .accessory-img {
    width: 90vw;
  }
}
section.single-accessory .accessory-container .accessory-img img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  border-radius: 1rem;
}

section.service-page {
  padding-top: 17rem;
}
section.service-page .service-page-header {
  overflow: hidden;
  position: relative;
  width: 100%;
}
section.service-page .service-page-header .scrolling-container {
  overflow: hidden;
  width: 100%;
}
section.service-page .service-page-header .scrolling-wrapper {
  display: flex;
}
section.service-page .service-page-header .scrolling-wrapper .original-images, section.service-page .service-page-header .scrolling-wrapper .duplicated-images {
  display: flex;
  animation: scroll-left 10s linear infinite;
  gap: 3rem;
}
section.service-page .service-page-header .scrolling-wrapper .service-page-img-container {
  width: 28.5rem;
  height: 37.6rem;
  margin-right: 1rem;
}
section.service-page .service-page-header .scrolling-wrapper .service-page-img-container img {
  border-radius: 1rem;
  width: 28.5rem;
  height: 37.6rem;
  object-fit: cover;
}
section.service-page .service-page-container article {
  padding-top: 8rem;
}
@media (max-width: 599px) {
  section.service-page .service-page-container article .flex-reverse-mobile {
    flex-direction: column-reverse;
  }
}
section.service-page .service-page-container article h1 {
  font-size: 4rem;
  margin-bottom: 2rem;
  background: linear-gradient(90deg, #E5CD82 0%, #AD8B49 100%);
  background-clip: text;
  color: transparent;
}
@media (max-width: 599px) {
  section.service-page .service-page-container article .page-service-header-article {
    text-align: center;
  }
}
section.service-page .service-page-container article .service-column-anchor-link {
  text-align: right;
  font-size: 2rem;
}
@media (max-width: 599px) {
  section.service-page .service-page-container article .service-column-anchor-link li {
    text-align: center;
  }
}
section.service-page .service-page-container article .service-column-anchor-link ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section.service-page .service-page-container article .service-column-anchor-link ul a {
  display: inline-block;
  position: relative;
}
section.service-page .service-page-container article .service-column-anchor-link ul a::after {
  content: "";
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, #E5CD82 0%, #AD8B49 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}
section.service-page .service-page-container article .service-page-custom-bloc {
  padding-top: 15rem;
}
section.service-page .service-page-container article .service-page-custom-bloc h2 {
  padding-bottom: 2rem;
}
@media (max-width: 599px) {
  section.service-page .service-page-container article .service-page-custom-bloc h2 {
    text-align: left;
  }
}
section.service-page .service-page-container article .service-page-custom-container-img-text .service-page-custom-img-colonne {
  flex-basis: 48rem !important;
}
section.service-page .service-page-container article .service-page-custom-container-img-text .service-page-custom-img-colonne figure {
  width: 100%;
  height: 100%;
  display: flex;
}
section.service-page .service-page-container article .service-page-custom-container-img-text .service-page-custom-img-colonne figure img {
  object-fit: cover;
  border-radius: 1rem;
}
section.service-page .service-page-container article .service-page-custom-container-img-text .service-page-custom-container-button {
  padding-top: 5rem;
}
section.service-page .service-page-container article .service-page-custom-container-img-text .service-page-custom-container-button .wp-block-button__link {
  color: #FFFBF2;
}
section.service-page .service-page-container article .service-page-custom-container-img-text .service-page-custom-container-button .wp-block-button .wp-element-button {
  border-radius: 1rem !important;
  position: relative;
}
section.service-page .service-page-container article .service-page-custom-container-img-text .service-page-custom-container-button .wp-block-button .wp-element-button::after {
  content: "";
  width: 2px;
  height: 1px;
  background: #FFFBF2;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.2s ease;
}
section.service-page .service-page-container article .service-page-custom-container-img-text .service-page-custom-container-button .wp-block-button .wp-element-button:hover::after {
  width: 80%;
}
section.service-page .service-page-container article .service-page-custom-container-img-text .service-page-custom-container-button .is-style-outline .wp-element-button {
  border-color: #E5CD82;
  color: #1E1E1E;
}
section.service-page .service-page-container article .service-page-custom-container-img-text .service-page-custom-container-button .is-style-outline .wp-element-button::after {
  background: #1E1E1E;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.catalogue-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 599px) {
  .catalogue-header {
    flex-direction: column;
    text-align: center;
    gap: 6rem;
  }
}
.catalogue-header h1 {
  line-height: 8rem;
  margin-bottom: 4rem;
}
.catalogue-header p.resa {
  font-size: 3.2rem;
  line-height: normal;
  margin-top: 2rem;
}
.catalogue-header p.resa a {
  background: linear-gradient(90deg, #E5CD82 0%, #AD8B49 100%);
  background-clip: text;
  color: transparent;
  text-decoration: underline;
  position: relative;
}
.catalogue-header p.resa a::after {
  content: "";
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, #E5CD82 0%, #AD8B49 100%);
  bottom: 0;
  left: 0;
  position: absolute;
}
.catalogue-header-link {
  text-align: right;
  font-size: 2rem;
  line-height: normal;
  text-decoration: underline;
}

.accessory-category-section h2 {
  max-width: 46rem;
  font-size: 4rem;
  margin-bottom: 2rem;
}
.accessory-category-section:nth-child(2n+3) .accessory-category-pres {
  flex-direction: row-reverse;
}
.accessory-category-section img {
  border-radius: 1rem;
}
.accessory-category-section .accessory-category-pres {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 15rem;
}
.accessory-category-section .accessory-category-pres:last-child {
  margin-bottom: 0;
}
.accessory-category-section .accessory-category-pres .accessory-list {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 50%;
  gap: 2rem;
  flex: 1;
}
@media (max-width: 599px) {
  .accessory-category-section .accessory-category-pres .accessory-list .accessory-item {
    flex: 1;
  }
}
@media (max-width: 599px) {
  .accessory-category-section .accessory-category-pres .accessory-list .accessory-item .accessory-thumbnail {
    display: flex;
  }
}
.accessory-category-section .accessory-category-pres .accessory-list .accessory-item .accessory-thumbnail img {
  width: 18.2rem;
  height: 18.2rem;
  object-fit: cover;
}
@media (max-width: 599px) {
  .accessory-category-section .accessory-category-pres .accessory-list .accessory-item .accessory-thumbnail img {
    flex: 1;
  }
}
@media (max-width: 599px) {
  .accessory-category-section .accessory-category-pres .accessory-list .accessory-cat-link {
    flex: 1;
    display: flex;
  }
}
.accessory-category-section .accessory-category-pres .accessory-list .voir-plus {
  width: 18.2rem;
  height: 18.2rem;
  background-color: #1E1E1E;
  border-radius: 1rem;
  color: #FFFBF2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
  font-size: 2rem;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .accessory-category-section .accessory-category-pres .accessory-list .voir-plus {
    flex: 1;
  }
}
.accessory-category-section .accessory-category-pres .accessory-list .voir-plus img {
  filter: brightness(10);
}
.accessory-category-section .accessory-category-pres .img-category {
  flex: 1;
}
@media (max-width: 599px) {
  .accessory-category-section .accessory-category-pres .img-category {
    display: flex;
  }
}
.accessory-category-section .accessory-category-pres .img-category img {
  width: 59rem;
  height: 39.6rem;
  object-fit: cover;
}
@media (max-width: 599px) {
  .accessory-category-section .accessory-category-pres .img-category img {
    flex: 1;
  }
}
.accessory-category-section .accessory-category-pres-incon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.accessory-category-section .special-layout .accessory-list-incontournable {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}
@media (max-width: 599px) {
  .accessory-category-section .special-layout .accessory-list-incontournable .special-item {
    flex: 1;
  }
}
@media (max-width: 599px) {
  .accessory-category-section .special-layout .accessory-list-incontournable .special-item .incontournable-thumbnail {
    display: flex;
  }
}
.accessory-category-section .special-layout .accessory-list-incontournable .special-item .incontournable-thumbnail img {
  width: 28rem !important;
  height: 28rem !important;
  object-fit: cover;
}
@media (max-width: 599px) {
  .accessory-category-section .special-layout .accessory-list-incontournable .special-item .incontournable-thumbnail img {
    flex: 1;
  }
}

.name-accessory-cat {
  font-size: 4rem;
  line-height: normal;
}

.cat-archive-thumbnail img {
  width: 28rem !important;
  height: 28rem !important;
}

nav.header-nav-menu {
  position: fixed;
  transition: overflow 0.5s ease;
  background: rgba(255, 251, 242, 0.75);
  left: 50%;
  top: 3rem;
  transform: translateX(-50%);
  height: 7.8rem;
  width: 120rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 50;
  padding-right: 3rem;
  padding-left: 3rem;
  border-radius: 5rem;
  border: 1px solid #1E1E1E;
}
@media (max-width: 1130px) {
  nav.header-nav-menu {
    justify-content: space-between;
    padding-right: 5rem;
    padding-left: 5rem;
    width: 90vw;
  }
}
nav.header-nav-menu a::after {
  content: "";
  width: 2px;
  height: 1px;
  background: #1E1E1E;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%);
  transition: all 0.2s ease;
}
nav.header-nav-menu a:hover::after {
  width: 90%;
}
nav.header-nav-menu .header-nav-menu-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
nav.header-nav-menu .header-nav-menu-logo::after {
  display: none;
}
nav.header-nav-menu .header-nav-menu-logo img {
  width: 5.8rem;
}
nav.header-nav-menu ul.menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
nav.header-nav-menu ul.menu li {
  position: relative;
}
@media (max-width: 599px) {
  nav.header-nav-menu ul.menu li:hover .sub-menu {
    display: block;
    position: relative;
  }
}
@media (max-width: 599px) {
  nav.header-nav-menu ul.menu li:hover .sub-menu {
    display: block;
    position: relative;
  }
}
nav.header-nav-menu ul.menu li:hover .sub-menu {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 4.9rem;
  left: 50%;
  transform: translateX(-50%);
}
nav.header-nav-menu ul.menu li:hover .sub-menu:hover {
  display: flex;
}
@media (max-width: 599px) {
  nav.header-nav-menu ul.menu li:hover .sub-menu {
    position: relative;
    display: block;
    top: 0;
  }
  nav.header-nav-menu ul.menu li:hover .sub-menu:hover {
    display: block;
  }
}
nav.header-nav-menu ul.menu li .sub-menu {
  display: none;
}
@media (max-width: 1130px) {
  nav.header-nav-menu ul.menu li .sub-menu {
    display: block;
  }
}
nav.header-nav-menu ul.menu li .sub-menu li {
  background-color: #FFFBF2;
}
nav.header-nav-menu.is-active-burger {
  overflow: visible;
  transition: all 0.5s ease;
}
nav.header-nav-menu .burger-nav-menu {
  position: relative;
  width: 3rem;
  height: 2.4rem;
  cursor: pointer;
  display: none;
}
@media (max-width: 1130px) {
  nav.header-nav-menu .burger-nav-menu {
    display: block;
  }
}
nav.header-nav-menu .burger-nav-menu .header-line-burger {
  height: 0.4rem;
  width: 4rem;
  background: #1E1E1E;
  position: absolute;
  border-radius: 0.25rem;
  transition: all 0.5s ease;
  opacity: 1;
}
nav.header-nav-menu .burger-nav-menu :nth-child(1) {
  top: 0;
}
nav.header-nav-menu .burger-nav-menu :nth-child(2) {
  top: 1rem;
}
nav.header-nav-menu .burger-nav-menu :nth-child(3) {
  top: 2rem;
}
nav.header-nav-menu .is-active-burger .header-line-burger:nth-child(1) {
  transform: rotate(135deg);
  top: 1rem;
}
nav.header-nav-menu .is-active-burger .header-line-burger:nth-child(2) {
  opacity: 0;
  right: -1.5rem;
  transition: all 0.5s ease;
}
nav.header-nav-menu .is-active-burger .header-line-burger:nth-child(3) {
  transform: rotate(-135deg);
  top: 1rem;
}
nav.header-nav-menu.is-active-burger {
  transition: all 0.5s ease;
}
@media (max-width: 1130px) {
  nav.header-nav-menu .header-nav-menu-onglet {
    pointer-events: none;
  }
  nav.header-nav-menu .header-nav-menu-onglet.is-active-burger {
    pointer-events: auto;
  }
}
nav.header-nav-menu .header-nav-menu-onglet ul.menu li {
  text-transform: uppercase;
  padding: 1.3rem 1.9rem;
  border: 1px #1E1E1E solid;
  margin: 0.8rem;
  border-radius: 1rem;
  font-size: 1.8rem;
  position: relative;
  background: #FFFBF2;
}
nav.header-nav-menu .header-nav-menu-onglet ul.menu .current-menu-item {
  color: #AD8B49;
}
@media (max-width: 1130px) {
  nav.header-nav-menu .header-nav-menu-onglet {
    width: 90vw;
    height: auto;
    position: absolute;
    color: #1E1E1E;
    transition: all 0.5s ease;
    top: 120%;
    left: 50%;
    transform: translate(-50%);
  }
  nav.header-nav-menu .header-nav-menu-onglet ul.menu {
    flex-direction: column;
    justify-content: space-evenly;
    padding: 5rem;
    background: rgba(255, 251, 242, 0.75);
    border: 1px solid #1E1E1E;
    border-radius: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease 0.1s, visibility 0s linear 0.4s;
  }
  nav.header-nav-menu .header-nav-menu-onglet ul.menu.is-active-burger {
    opacity: 1;
    visibility: visible;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s linear 0s;
  }
  nav.header-nav-menu .header-nav-menu-onglet ul.menu .sub-menu {
    margin-top: 3rem;
  }
  nav.header-nav-menu .header-nav-menu-onglet ul.menu .sub-menu li {
    font-size: 3rem;
    margin: 1rem;
  }
}
@media (max-width: 1130px) and (max-width: 599px) {
  nav.header-nav-menu .header-nav-menu-onglet ul.menu .sub-menu li {
    margin-top: 2rem;
    line-height: 4rem;
  }
}
@media (max-width: 1130px) {
  nav.header-nav-menu .header-nav-menu-onglet ul.menu li {
    border: none;
    font-size: 4rem;
    margin-top: 2rem;
    margin: 1rem;
    margin-bottom: 5rem;
    border: 1px #1E1E1E solid;
    border-radius: 1rem;
    background-color: #FFFBF2;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  nav.header-nav-menu .header-nav-menu-onglet ul.menu li .current-menu-item {
    background-color: #E5CD82 !important;
  }
  nav.header-nav-menu .header-nav-menu-onglet ul.menu li:last-child {
    margin-bottom: 2rem;
  }
}
nav.header-nav-menu .contact-menu-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9rem;
}
nav.header-nav-menu .contact-menu-container .rs-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 599px) {
  nav.header-nav-menu .contact-menu-container .rs-container {
    display: none;
  }
}
nav.header-nav-menu .contact-menu-container .rs-container .rs::after {
  display: none;
}

.contact-menu-btn {
  font-size: 1.8rem;
  text-transform: uppercase;
  padding: 1.3rem 1.9rem;
  border-radius: 1rem;
  background: #1E1E1E;
  color: #FFFBF2;
  position: relative;
}
.contact-menu-btn::after {
  background: #FFFBF2 !important;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  background: #1E1E1E;
  padding: 4.9rem 8.8rem;
  gap: 7.5rem;
  color: #FFFBF2;
  margin-top: 15rem;
}
footer .bloc-footer {
  max-width: 38rem;
}
footer .logo {
  max-width: 16.8rem;
}

section.services-section,
section.projet-coeur {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  gap: 12rem;
}
@media (max-width: 1130px) {
  section.services-section,
  section.projet-coeur {
    gap: 5rem;
  }
}
section.services-section .services-images,
section.services-section .projects-images,
section.projet-coeur .services-images,
section.projet-coeur .projects-images {
  display: flex;
  flex-direction: column;
  max-width: 41.2rem;
  position: relative;
}
section.services-section .services-images .contact-button,
section.services-section .projects-images .contact-button,
section.projet-coeur .services-images .contact-button,
section.projet-coeur .projects-images .contact-button {
  position: absolute;
  top: 5rem;
  left: 5rem;
}
section.services-section .services-images .img-container,
section.services-section .projects-images .img-container,
section.projet-coeur .services-images .img-container,
section.projet-coeur .projects-images .img-container {
  width: 100%;
  height: 100%;
  position: relative;
}
section.services-section .services-images .img-container .service-img,
section.services-section .services-images .img-container .project-img,
section.services-section .projects-images .img-container .service-img,
section.services-section .projects-images .img-container .project-img,
section.projet-coeur .services-images .img-container .service-img,
section.projet-coeur .services-images .img-container .project-img,
section.projet-coeur .projects-images .img-container .service-img,
section.projet-coeur .projects-images .img-container .project-img {
  border-radius: 50rem 50rem 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0;
  transition: opacity ease 0.2s;
}
section.services-section .services-images .img-container .service-img.active,
section.services-section .services-images .img-container .project-img.active,
section.services-section .projects-images .img-container .service-img.active,
section.services-section .projects-images .img-container .project-img.active,
section.projet-coeur .services-images .img-container .service-img.active,
section.projet-coeur .services-images .img-container .project-img.active,
section.projet-coeur .projects-images .img-container .service-img.active,
section.projet-coeur .projects-images .img-container .project-img.active {
  opacity: 1;
  transition: opacity ease 0.2s;
}
section.services-section .services-images .service-description,
section.services-section .services-images .project-description,
section.services-section .projects-images .service-description,
section.services-section .projects-images .project-description,
section.projet-coeur .services-images .service-description,
section.projet-coeur .services-images .project-description,
section.projet-coeur .projects-images .service-description,
section.projet-coeur .projects-images .project-description {
  position: relative;
  margin-top: 2rem;
}
section.services-section .services-images .service-description .service-desc,
section.services-section .services-images .service-description .project-desc,
section.services-section .services-images .project-description .service-desc,
section.services-section .services-images .project-description .project-desc,
section.services-section .projects-images .service-description .service-desc,
section.services-section .projects-images .service-description .project-desc,
section.services-section .projects-images .project-description .service-desc,
section.services-section .projects-images .project-description .project-desc,
section.projet-coeur .services-images .service-description .service-desc,
section.projet-coeur .services-images .service-description .project-desc,
section.projet-coeur .services-images .project-description .service-desc,
section.projet-coeur .services-images .project-description .project-desc,
section.projet-coeur .projects-images .service-description .service-desc,
section.projet-coeur .projects-images .service-description .project-desc,
section.projet-coeur .projects-images .project-description .service-desc,
section.projet-coeur .projects-images .project-description .project-desc {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity ease 0.2s;
  transition-delay: 0.1s;
}
section.services-section .services-images .service-description .service-desc.active,
section.services-section .services-images .service-description .project-desc.active,
section.services-section .services-images .project-description .service-desc.active,
section.services-section .services-images .project-description .project-desc.active,
section.services-section .projects-images .service-description .service-desc.active,
section.services-section .projects-images .service-description .project-desc.active,
section.services-section .projects-images .project-description .service-desc.active,
section.services-section .projects-images .project-description .project-desc.active,
section.projet-coeur .services-images .service-description .service-desc.active,
section.projet-coeur .services-images .service-description .project-desc.active,
section.projet-coeur .services-images .project-description .service-desc.active,
section.projet-coeur .services-images .project-description .project-desc.active,
section.projet-coeur .projects-images .service-description .service-desc.active,
section.projet-coeur .projects-images .service-description .project-desc.active,
section.projet-coeur .projects-images .project-description .service-desc.active,
section.projet-coeur .projects-images .project-description .project-desc.active {
  opacity: 1;
  transition: opacity ease 0.2s;
  transition-delay: 0.1s;
}
section.services-section .services-images .service-description h4,
section.services-section .services-images .project-description h4,
section.services-section .projects-images .service-description h4,
section.services-section .projects-images .project-description h4,
section.projet-coeur .services-images .service-description h4,
section.projet-coeur .services-images .project-description h4,
section.projet-coeur .projects-images .service-description h4,
section.projet-coeur .projects-images .project-description h4 {
  margin-bottom: 1rem;
}
section.services-section .services-text .services-menu,
section.services-section .services-text .projects-menu,
section.services-section .projects-text .services-menu,
section.services-section .projects-text .projects-menu,
section.projet-coeur .services-text .services-menu,
section.projet-coeur .services-text .projects-menu,
section.projet-coeur .projects-text .services-menu,
section.projet-coeur .projects-text .projects-menu {
  font-size: 3.2rem;
}
@media (max-width: 599px) {
  section.services-section .services-text .services-menu,
  section.services-section .services-text .projects-menu,
  section.services-section .projects-text .services-menu,
  section.services-section .projects-text .projects-menu,
  section.projet-coeur .services-text .services-menu,
  section.projet-coeur .services-text .projects-menu,
  section.projet-coeur .projects-text .services-menu,
  section.projet-coeur .projects-text .projects-menu {
    font-size: 2rem;
  }
}
section.services-section .services-text .services-menu .decoration-dinterieur-agencement-despaces-menu-item,
section.services-section .services-text .projects-menu .decoration-dinterieur-agencement-despaces-menu-item,
section.services-section .projects-text .services-menu .decoration-dinterieur-agencement-despaces-menu-item,
section.services-section .projects-text .projects-menu .decoration-dinterieur-agencement-despaces-menu-item,
section.projet-coeur .services-text .services-menu .decoration-dinterieur-agencement-despaces-menu-item,
section.projet-coeur .services-text .projects-menu .decoration-dinterieur-agencement-despaces-menu-item,
section.projet-coeur .projects-text .services-menu .decoration-dinterieur-agencement-despaces-menu-item,
section.projet-coeur .projects-text .projects-menu .decoration-dinterieur-agencement-despaces-menu-item {
  line-height: normal;
}
section.services-section .services-text .services-menu a,
section.services-section .services-text .projects-menu a,
section.services-section .projects-text .services-menu a,
section.services-section .projects-text .projects-menu a,
section.projet-coeur .services-text .services-menu a,
section.projet-coeur .services-text .projects-menu a,
section.projet-coeur .projects-text .services-menu a,
section.projet-coeur .projects-text .projects-menu a {
  display: flex;
  gap: 2rem;
  align-items: center;
}
section.services-section .services-text .services-menu a:hover img,
section.services-section .services-text .projects-menu a:hover img,
section.services-section .projects-text .services-menu a:hover img,
section.services-section .projects-text .projects-menu a:hover img,
section.projet-coeur .services-text .services-menu a:hover img,
section.projet-coeur .services-text .projects-menu a:hover img,
section.projet-coeur .projects-text .services-menu a:hover img,
section.projet-coeur .projects-text .projects-menu a:hover img {
  left: 10px;
  transition: all 0.2s ease;
}
section.services-section .services-text .services-menu a img,
section.services-section .services-text .projects-menu a img,
section.services-section .projects-text .services-menu a img,
section.services-section .projects-text .projects-menu a img,
section.projet-coeur .services-text .services-menu a img,
section.projet-coeur .services-text .projects-menu a img,
section.projet-coeur .projects-text .services-menu a img,
section.projet-coeur .projects-text .projects-menu a img {
  width: 6rem;
  height: auto;
  position: relative;
  left: 0;
  transition: all 0.2s ease;
}
@media (max-width: 599px) {
  section.services-section .services-text .services-menu a img,
  section.services-section .services-text .projects-menu a img,
  section.services-section .projects-text .services-menu a img,
  section.services-section .projects-text .projects-menu a img,
  section.projet-coeur .services-text .services-menu a img,
  section.projet-coeur .services-text .projects-menu a img,
  section.projet-coeur .projects-text .services-menu a img,
  section.projet-coeur .projects-text .projects-menu a img {
    width: 4rem;
  }
}

section.projet-coeur {
  gap: 2rem;
}
section.projet-coeur h2 {
  margin-bottom: 5rem;
  text-align: right;
}
@media (max-width: 599px) {
  section.projet-coeur h2 {
    font-size: 4rem;
    margin-bottom: 0;
  }
}
section.projet-coeur .projects-images {
  border: #E5CD82 2px solid;
  padding: 4rem;
  border-radius: 50rem 50rem 0 0;
  max-width: 45rem;
  text-align: center;
}
section.projet-coeur .projects-images .img-container {
  height: 46rem;
}
@media (max-width: 599px) {
  section.projet-coeur .projects-images .img-container {
    height: 37rem;
  }
}
section.projet-coeur .projects-images .img-container .project-img {
  border-radius: 50rem;
  height: 46rem;
}
@media (max-width: 599px) {
  section.projet-coeur .projects-images .img-container .project-img {
    height: 37rem;
  }
}
section.projet-coeur .projects-images .project-description {
  height: 25rem;
  text-align: center;
}
@media (max-width: 599px) {
  section.projet-coeur .projects-images .project-description {
    height: 30rem;
  }
}
section.projet-coeur .projects-images .project-description .project-desc {
  text-align: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.projet-coeur .projects-text .projects-menu a {
  flex-direction: column;
  align-items: end;
  position: relative;
  transition: transform 0.2s ease;
}
section.projet-coeur .projects-text .projects-menu a:hover li {
  transform: translateX(-30px);
}
section.projet-coeur .projects-text .projects-menu a:hover h5 {
  transform: translateX(-30px);
}
section.projet-coeur .projects-text .projects-menu h5 {
  font-size: 2.4rem;
  transition: transform 0.2s ease;
  transition-delay: 0.1s;
}
section.projet-coeur .projects-text .projects-menu li {
  width: 100%;
  text-align: right;
  transition: transform 0.2s ease;
}

.project-description h4 {
  font-size: 2rem;
  line-height: 3rem;
  height: 100%;
}
.project-description .project-desc {
  width: 100%;
}

.projects-images,
.projects-text {
  flex: 1;
  height: 100%;
}

section.accueil-header-section .accueil-header-text {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10rem;
  z-index: 10;
}
@media (max-width: 1130px) {
  section.accueil-header-section .accueil-header-text {
    padding: 3rem;
    padding-bottom: 10rem;
  }
}
@media (max-width: 599px) {
  section.accueil-header-section .accueil-header-text {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15rem;
  }
}
@media (max-width: 599px) {
  section.accueil-header-section .accueil-header-text .column {
    flex: 0;
  }
}
section.accueil-header-section .accueil-header-text h2 {
  font-size: 2.5rem;
}
section.accueil-header-section .accueil-header-text p {
  font-size: 2rem;
  line-height: 2.8rem;
}
section.accueil-header-section .gallery-container {
  height: 90vh;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
}
section.accueil-header-section .gallery-container .gradient-white-foreground {
  background: linear-gradient(180deg, rgba(255, 251, 242, 0) 60%, #FFFBF2 100%);
  position: absolute;
  z-index: 3;
  height: 100%;
  width: 100%;
  top: 0;
}
section.accueil-header-section .gallery-container .gradient-white-second {
  background: linear-gradient(180deg, rgba(255, 251, 242, 0) 0%, #FFFBF2 100%);
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
}
section.accueil-header-section .gallery-container .trait-test {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}
section.accueil-header-section .gallery-container .trait-container {
  display: flex;
  justify-content: space-evenly;
}
section.accueil-header-section .gallery-container .trait-container .trait {
  width: 1px;
  height: 100vh;
  background: #1E1E1E;
}
section.accueil-header-section .gallery-image {
  object-fit: cover;
  transform: translateY(100vh);
  position: absolute;
  border-radius: 2rem;
}
section.accueil-header-section .foreground-images .gallery-image {
  width: 22rem;
  height: 29rem;
  animation: moveForeground linear infinite;
  z-index: 2;
  box-shadow: -5px 0px 29px -3px rgba(30, 30, 30, 0.169);
}
section.accueil-header-section .background-images .gallery-image {
  width: 15.4rem;
  height: 20.3rem;
  animation: moveBackground linear infinite;
  z-index: 0;
}
@keyframes moveForeground {
  0% {
    transform: translateY(0vh);
  }
  100% {
    transform: translateY(-140vh);
  }
}
@keyframes moveBackground {
  0% {
    transform: translateY(0vh);
  }
  100% {
    transform: translateY(-140vh);
  }
}

section.section-container-avis .avis-slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
}
section.section-container-avis .avis-slider-wrapper {
  overflow: hidden;
}
section.section-container-avis .avis-slider {
  display: flex;
  transition: transform 0.5s ease;
  gap: 5rem;
}
section.section-container-avis .avis-item {
  flex: 0 0 33.3333333333%;
  max-width: 35.5rem;
  box-sizing: border-box;
}
@media (max-width: 599px) {
  section.section-container-avis .avis-item {
    flex: 0 0 100%;
    max-width: 70%;
  }
}
section.section-container-avis .control-container {
  text-align: center;
}
section.section-container-avis .slider-control {
  border: none;
  padding: 1rem;
  cursor: pointer;
  z-index: 1;
  margin-top: 3rem;
  border: 1px solid #E5CD82;
  width: 7rem;
  height: 7rem;
  position: relative;
  border-radius: 50%;
}
section.section-container-avis .slider-control:hover {
  background: linear-gradient(90deg, #E5CD82 0%, #AD8B49 100%);
}
section.section-container-avis .slider-control img {
  width: 4rem;
}
section.section-container-avis .slider-control.prev {
  margin-right: 1rem;
}
section.section-container-avis .slider-control.prev img {
  transform: rotate(-180deg);
}
section.section-container-avis .avis-item .avis-header-container {
  display: block;
}
section.section-container-avis .avis-item h3 {
  display: block;
  font-size: 2rem;
  line-height: normal;
}
section.section-container-avis .avis-item .separator {
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 2px;
}
section.section-container-avis .avis-item .avis-content {
  width: 100%;
}
section.section-container-avis .avis-item .avis-note {
  margin-top: 1rem;
}

section.partenaire-display-container h4 {
  font-size: 3.2rem;
  line-height: normal;
}
section.partenaire-display-container .logo-partenaires-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 5rem;
}
section.partenaire-display-container img {
  max-height: 10rem;
  min-height: 6rem;
}

.contact-form-section {
  display: flex;
  gap: 5rem;
}
@media (max-width: 1130px) {
  .contact-form-section {
    flex-direction: column-reverse;
  }
}
.contact-form-section .coordonnee {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact-form-section .coordonnee .bold {
  font-size: 2.4rem;
  line-height: normal;
}
.contact-form-section .coordonnee p:nth-child(2) {
  text-decoration: underline;
}
.contact-form-section .coordonnee .contact-form-rs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-form-section .coordonnee .contact-form-rs .rs {
  display: flex;
  gap: 0.5rem;
}
.contact-form-section .coordonnee .contact-form-rs .rs img {
  width: 2.4rem;
}
.contact-form-section .coordonnee .contact-form-rs .rs p {
  text-decoration: none;
}
.contact-form-section .contact-form-container {
  flex: 1;
}
.contact-form-section .contact-form-container h3 {
  font-size: 6.4rem;
  line-height: normal;
}
.contact-form-section .contact-form-container p {
  font-size: 2rem;
  line-height: normal;
}
.contact-form-section .contact-form-container .contact-form form {
  margin-top: 3rem;
  display: flex;
  gap: 5rem;
}
.contact-form-section .contact-form-container .contact-form form .form-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.contact-form-section .contact-form-container .contact-form form .form-column input, .contact-form-section .contact-form-container .contact-form form .form-column select {
  height: 4.1rem;
  border: 1px #1E1E1E solid;
  border-radius: 1rem;
  padding-left: 1rem;
  font-size: 1.6rem;
  background: transparent;
}
.contact-form-section .contact-form-container .contact-form form .form-column input:focus, .contact-form-section .contact-form-container .contact-form form .form-column select:focus {
  border: #E5CD82 3px solid;
  outline: none;
}
.contact-form-section .contact-form-container .contact-form form .form-column textarea {
  height: 100%;
  border-radius: 1rem;
  padding: 1rem;
  font-size: 1.6rem;
  border: 1px #1E1E1E solid;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.contact-form-section .contact-form-container .contact-form form .form-column textarea:focus {
  border: #E5CD82 3px solid;
  outline: none;
}

.selected-accessories {
  display: flex;
  flex-direction: column;
  height: auto;
}

.form-categorie-selection {
  height: auto !important;
  min-height: 6rem;
  max-height: 10rem !important;
}

.contact-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 16.5rem;
  height: 16.5rem;
}
.contact-button span {
  line-height: 2.3rem;
}

.contact-button-container {
  position: relative;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact-button-container div, .contact-button-container p {
  top: 50%;
  left: 50%;
  border-radius: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
}
.contact-button-container .border-gold {
  background: linear-gradient(90deg, #E5CD82 0%, #AD8B49 100%);
  width: 16.5rem;
  height: 16.5rem;
  z-index: 1;
}
.contact-button-container .black-circle {
  width: 15.5rem;
  height: 15.5rem;
  background: #1E1E1E;
  z-index: 2;
}
.contact-button-container .white-circle {
  width: 12rem;
  height: 12rem;
  background: #FFFBF2;
  z-index: 3;
}
.contact-button-container .shadow {
  width: 12rem;
  height: 12rem;
  background: #1E1E1E;
  z-index: 3;
}
.contact-button-container p {
  text-transform: uppercase;
  z-index: 4;
  text-align: center;
}
.contact-button-container p span {
  font-size: 3.6rem;
}
.contact-button-container:hover .white-circle, .contact-button-container:hover p {
  top: -0.5rem;
}
.contact-button-container:hover .black-circle {
  background: linear-gradient(90deg, #E5CD82 0%, #AD8B49 100%);
  animation: rotate360 2s linear infinite;
}

@keyframes rotate360 {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
.pagination-container .custom-pagination {
  margin-top: 10rem;
  display: flex;
  font-size: 3.2rem;
  line-height: normal;
  flex-direction: column;
}
.pagination-container .custom-pagination li {
  text-decoration: underline;
}
.pagination-container .custom-pagination li img {
  margin-left: 1rem;
}

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