/*DEFAULT*/
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('../fonts/PlayfairDisplay-Italic.woff2') format('woff2'),
    url('PlayfairDisplay-Italic.woff') format('woff'),
    url('PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Playfair Display2';
  src: url('../fonts/PlayfairDisplay-VariableFont_wght.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Archivo';
  src: url('../fonts/Archivo-VariableFont_wdth,wght.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&display=swap');


@font-face {
  font-family: 'Retro Boldy';
  src: url('../fonts/RetroBoldyRegular-6Yw6v.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Unbounded';
  src: url('../fonts/Unbounded-VariableFont_wght.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url(http://fonts.googleapis.com/css?family=Montserrat);
}


@font-face {
  font-family: 'Cosma';
  src: url('../fonts/Wiescher Design - Cosma-Normal UltraLight.otf') format('otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



html,
body {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  font-size: calc(1em * 0.625);
  -webkit-text-size-adjust: 100%;
}

* {
  box-sizing: inherit;
  margin: 0;
}

body {
  font-family: 'Montserrat', 'Roboto', Arial, Helvetica;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  color: #F2EFE8;
  background-color: #F2EFE8;
  cursor:none;
}

.cursor {
  position: fixed; /* reste toujours Ã  la mÃªme position sur lâ€™Ã©cran */
  top: 0;
  left: 0;
  width: 24px; /* taille du cercle */
  height: 24px;
  background: #F591E7; /* couleur rose */
  border-radius: 50%; /* rend le carrÃ© en cercle */
  pointer-events: none; /* la souris "passe Ã  travers" le cercle */
  transform: translate(-50%, -50%); /* centre le cercle sur la position de la souris */
  transition: transform 0.05s linear; /* mouvement un peu plus fluide */
  z-index: 999999; /* Toujours au-dessus */
  opacity: 0;
}

@media (max-width: 700px) {
  .cursor {
    display: none !important;
  }
}

img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
iframe,
object,
embed,
video {
  max-width: 100%;
}

h1 {
  font-size: 12rem;
  color: #F2EFE8;
}

h2 {
  font-size: 6rem;
  color: #F2EFE8;
}

h3 {
  font-size: 4rem;
  font-family: 'Montserrat';
  color: #F2EFE8
}

body,
h1 {
  font-family: 'Montserrat', 'Retro Boldy', 'Roboto';
  line-height: 1.4;
  color: #F2EFE8;
  text-align: center;
}

body,
h2 {
  font-family: 'Montserrat', 'Retro Boldy', 'Roboto';
  font-weight: bold;
  line-height: 1.4;
  color: #F2EFE8;
}

body,
h3 {
  font-family: 'Montserrat';
  font-weight: bold;
  line-height: 1.4;
  color: #F2EFE8;
}

body,
p {
  font-family: 'Montserrat', 'Roboto', Arial, Helvetica;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  color: #F2EFE8;
  text-align: left;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

* {
  margin: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

/* FIN DEFAULT*/

.italic {
  font-family: 'Playfair Display';
  font-weight: normal;
  font-size: 30px;
}

.italicdescriptionservices {
  font-family: 'Playfair Display';
  font-weight: normal;
  font-size: 30px;
}

.italich2 {
  font-family: 'Playfair Display';
  font-weight: normal;
  font-size: 55px;
}

.italich1 {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 50px;
  text-transform: uppercase;
  font-style: italic;
}

/*HOME*/
/*BanniÃ¨re*/

/*BanniÃ¨re*/
.containerintro {
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  overflow: hidden;
  /* coupe ce qui dÃ©passe */
  height: 90vh;
  /* fixe la hauteur */
  position: relative;
  /* ajouter explicitement */
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

.containerintro.visible {
  opacity: 1;
  transform: translateY(0);
}


.containerintro::after {
  content: "*";
  position: absolute;
  top: 40%;
  right: -70px;
  /* dÃ©cale pour quâ€™elle soit coupÃ©e */
  transform: translateY(-50%) rotate(0deg);
  font-size: 800px;
  font-weight: bolder;
  color: #F591E7;
  z-index: 0;
  animation: spinStar 20s linear infinite;
  transform: translateY(-50%);
  animation: spinStar 20s linear infinite;
  padding-top: 60px;
  padding-bottom: 40px;

}

/* Rotation pure */
@keyframes spinStar {
  from {
    transform: translateY(-50%) rotate(0deg);
  }

  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

/* Le contenu reste au-dessus */
.containerintro>* {
  position: relative;
  z-index: 1;
}


@media only screen and (max-width: 520px) {
  .containerintro {
    height: 80vh;

  }
}

@media only screen and (max-width: 400px) {
  .containerintro {
    height: 70vh;
  }
  .namefooter, .locationfooter {
    padding-top: 60px;
}
}

.rowintro {
  display: flex;
}

.colintro {
  flex: 1;

}

.introduction {
  text-align: center;
  padding-top: 88px;
  padding-left: 5%;
  padding-right: 5%;

}

.introduction h1 {
  margin: 0;
  padding: 0;
  padding-top: 14px;
  width: 100%;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 470px) {
  .introduction h1 {
    width: 100%;

  }
}

.linehome {
  display: flex;
  padding-top: 32px;
  justify-content: left;
  align-items: center;
}

.linespanhome {
  text-align: center;
  font-family: 'Gruppo', 'Montserrat', sans-serif;
  font-size: 16px;
  color: #F2EFE8;
  border: 1px solid #0E100F;
  background-color: #0E100F;
  padding: 8px 16px;
  border-radius: 50px;
  font-weight: 600;
  margin-right: 20px;

}

@media only screen and (max-width: 470px) {
  .linespanhome {
    margin-right: 5px;
    font-size: 13px;

  }
}

/*title*/
.h1style {
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 60px;
  padding-bottom: 8px;
  display: block;
  color: #0E100F;
  line-height: normal;
  word-wrap: break-word;
  white-space: normal;
  letter-spacing: 0cm;
  text-align: center;

}
.h1styleitaclic {
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 60px;
  padding-bottom: 8px;
  display: block;
  color: #0E100F;
  line-height: normal;
  word-wrap: break-word;
  white-space: normal;
  letter-spacing: 0cm;
  text-align: center;
  font-style: italic;
}


.h2homepage {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 30px;
  padding-top: 16px;
  display: block;
  color: #0E100F;
  line-height: normal;
  word-wrap: break-word;
  white-space: normal;
  letter-spacing: 0cm;
  padding-bottom:40px;
}

.h1styletwo {
  text-align: left;
  font-family: 'Playfair Display';
  font-weight: 400;
  font-size: 50px;
  padding-bottom: 10px;
  display: block;
  color: #0E100F;
  line-height: normal;
  word-wrap: break-word;
  white-space: normal;
  text-transform: uppercase;
}

.h1styletwo2:before {
  content: "* ";
  color: #F591E7;
  font-family: 'Montserrat';
  font-size: 80px;
  font-weight: 900;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.h1styletwo2:before {
  display: inline-block;
  animation: rotate 10s linear infinite;
  /* Changer la durÃ©e de l'animation selon vos prÃ©fÃ©rences */
}


.etstyle {
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 80px;
  padding-bottom: 8px;
  text-transform: uppercase;
  color: #F591E7;
  line-height: normal;
  word-wrap: break-word;
  white-space: normal;
}


.textmultiplehome {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  color: #0E100F;
  font-weight: 300;
}


@media only screen and (max-width: 760px) {
  .h1style {
    font-size: 52px;
  }
  .h1styleitaclic{
    font-size: 52px;
  }
  .h1styletwo {
    font-size: 52px;
  }

  .italich1 {
    font-size: 53px;
  }

  .etstyle {
    font-size: 56px;

  }

  .introduction {
    padding-top: 56px;
  }

  .textmultiplehome {
    font-size: 25px;

  }

  .textmultiplehome2 {
    font-size: 25px;

  }

  .h2homepage {
    font-size: 20px;
  }

  .italic {
    font-size: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .h1style {
    font-size: 40px;
  }
  .h1styleitaclic{
    font-size: 40px;
  }

  .h1styletwo {
    font-size: 44px;
  }

  .italich1 {
    font-size: 45px;
  }

  .etstyle {
    font-size: 48px;

  }

  .introduction {
    padding-top: 8px;
  }

  .textmultiplehome {
    font-size: 20px;

  }

  .textmultiplehome2 {
    font-size: 20px;

  }
}

@media only screen and (max-width: 400px) {
  .h1style {
    font-size: 30px;
  }
    .h1styleitaclic{
    font-size: 30px;
  }

  .h1styletwo {
    font-size: 30px;
  }

  .italich1 {
    font-size: 42px;
  }

  .etstyle {
    font-size: 42px;

  }
}

.hero-footer {
  display: flex;
  justify-content: space-between;
  /* gauche/droite */
  align-items: center;
  margin: 172px auto 0;
  padding: 0 1rem;
  font-size: 16px;
  font-family: 'Montserrat';
  color: #000;
  font-weight: bold;

}

.namefooter,
.locationfooter {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-family: 'Montserrat';
  color: #000;
  font-weight: bold;
  text-align: center;
  padding-top:130px
}

/* Responsive */
@media (max-width: 950px) {
  .hero-footer {
    flex-direction: row;
    /* reste en ligne mÃªme sur mobile */
    justify-content: space-between;
    padding: 0 1rem;
    margin: 88px auto 0;
  }
}

@media (max-width: 768px) {
  .hero-footer {
    flex-direction: row;
    /* reste en ligne mÃªme sur mobile */
    justify-content: space-between;
    padding: 0 1rem;
    margin: 80px auto 0;
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  .hero-footer {
    flex-direction: row;
    /* reste en ligne mÃªme sur mobile */
    justify-content: space-between;
    padding: 0 1rem;
    margin: 152px auto 0;
    font-size: 12px;

  }
}

@media (max-width: 400px) {
  .hero-footer {
    flex-direction: row;
    /* reste en ligne mÃªme sur mobile */
    justify-content: space-between;
    padding: 0 1rem;
    margin: 100px auto 0;
    font-size: 12px;

  }
}



/*Fin banniÃ¨re*/

/*line*/

.linespan {
  text-align: left;
  font-family: 'Gruppo', 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #F2EFE8;
  padding-left: 20px;
  display: table;
}

.linespan:before {
  border-top: 1px solid #F2EFE8;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 24px;
  color: #0E100F;
  right: 1.5%;
}

@media screen and (max-width: 600px) {
  .linespan {
    padding-left: 20px;
  }
}

/*line*/

/*BOUTONS*/

.boutongeneral {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0px 0px 0px 16px;
  background: #F5FF7D;
  border: 1px solid #0E100F;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #0E100F;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top:0px;
}
.boutongeneral > span:first-child {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}

.boutongeneral > span:first-child::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #0E100F;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.boutongeneral .icon-circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #F5FF7D;
  border-radius: 50%;
  flex-shrink: 0;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.boutongeneral img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Effet hover */
.boutongeneral:hover {
  border-color: transparent;
  background: #F2EFE8;
}

.boutongeneral:hover > span:first-child::after {
  width: 100%;
}

.boutongeneral:hover .icon-circle {
  background: #F5FF7D;
  transform: translate(5px, -5px);
}

.boutongeneral:hover img {
  transform: none;
}
/* Effet click */
.boutongeneral:active {
  transform: scale(0.98);
}

@media screen and (max-width: 700px) {
  .boutongeneral {
    font-size:16px;
  }
}


.boutonnoir {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0px 0px 0px 16px;
  background: #0E100F;
  border: 1px solid #F2EFE8;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #F2EFE8;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top:0px;
}
.boutonnoir > span:first-child {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}

.boutonnoir > span:first-child::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #0E100F;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.boutonnoir .icon-circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #0E100F;
  border-radius: 50%;
  flex-shrink: 0;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.boutonnoir img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Effet hover */
.boutonnoir:hover {
  border-color: transparent;
  background: #F2EFE8;
  color: #0E100F; /* â† Texte en noir au hover */

}

.boutonnoir:hover > span:first-child::after {
  width: 100%;
}

.boutonnoir:hover .icon-circle {
  background: #0E100F;
  transform: translate(5px, -5px);
}

.boutonnoir:hover img {
  transform: none;
}
/* Effet click */
.boutonnoir:active {
  transform: scale(0.98);
}

@media screen and (max-width: 700px) {
  .boutonnoir {
    font-size:16px;
  }
}

.boutonvert {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0px 0px 0px 16px;
  background: #F5FF7D;
  border: 1px solid #0E100F;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #0E100F;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top:0px;
}
.boutonvert > span:first-child {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
}

.boutonvert > span:first-child::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #F2EFE8;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.boutonvert .icon-circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #F5FF7D;
  border-radius: 50%;
  flex-shrink: 0;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.boutonvert img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Effet hover */
.boutonvert:hover {
  border-color: transparent;
  background: transparent;
  color: white;
}

.boutonvert:hover > span:first-child::after {
  width: 100%;
}

.boutonvert:hover .icon-circle {
  background: #F5FF7D;
  transform: translate(5px, -5px);
}

.boutonvert:hover img {
  transform: none;
}
/* Effet click */
.boutonvert:active {
  transform: scale(0.98);
}

@media screen and (max-width: 700px) {
  .boutonvert {
    font-size:16px;
  }
}

/*FIN BOUTONS*/


/*button devis*/
.yellow-linkdevis {
  display: inline-flex;
  padding: 8px 24px;
  /* espace intÃ©rieur */
  color: #0E100F;
  text-decoration: none;
  position: relative;
  background: #F5FF7D;
  border: 1px solid #0E100F;
  align-items: center;
  font-size: 16px;
  margin-top: 32px;
  border-radius: 50px;
  font-weight: 300;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.yellow-linkdevis img {
  margin-left: 8px;
  /* Espacement entre le texte et l'image */
  transition: transform 0.2s ease;
  /* Effet de transition */
  align-items: center;
  width: 16px;
  /* taille icÃ´ne */
  height: 16px;
  object-fit: contain;

}

/* Effet de mouvement lors du survol */
.yellow-linkdevis:hover img {
  transform: translateX(3px);
  /* Translation de l'image vers la droite */
}

/* Effet de mouvement lors du survol */
.yellow-linkdevis:hover {
  transform: translateX(3px);
  /* Translation de l'image vers la droite */
}

/*About Home*/

/* Style du lien */

.yellow-link {
  display: flex;
  padding: 10px 20px;
  background-color: yellow;
  color: #0E100F;
  text-decoration: none;
  position: relative;
  background: #F5FF7D;
  border: 1px solid #0E100F;
  align-items: center;
  font-size: 16px;
  margin-top: 8px;
  border-radius: 50px;
  width: 200px;
  font-weight: 300;
}

/* FlÃ¨che (image) */
.yellow-link img {
  margin-left: 5px;
  /* Espacement entre le texte et l'image */
  transition: transform 0.2s ease;
  /* Effet de transition */
  width: 7%;
  align-items: center;

}

/* Effet de mouvement lors du survol */
.yellow-link:hover img {
  transform: translateX(3px);
  /* Translation de l'image vers la droite */
}

.lien {
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 50px;
}

@media screen and (max-width: 750px) {
  .lien {
    padding-top: 0px;
  }
}

.lien ul li {
  margin: 0 0 24px;
}


.content {
  display: none;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 14px;
  margin-bottom: 224px;
}

@media only screen and (max-width: 760px) {
  .content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding-left: 24px;
    padding-right: 14px;
    padding-bottom: 0px;
  }
}

.content__descriptor {
  width: 20%;
  border-top: 1px solid #282828;
  padding-top: 4rem;
}

@media only screen and (max-width: 760px) {
  .content__descriptor {
    width: 100%;
    padding: 2rem 0;
    border-top: none;
  }
}

.content__text-box {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 2rem;
  width: 50%;
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
  margin-right: 10rem;
  padding: 4rem 0;
}

@media only screen and (max-width: 920px) {
  .content__text-box {
    margin-right: 0;
  }
}

@media only screen and (max-width: 760px) {
  .content__text-box {
    width: 100%;
    padding: 2rem 0;
  }
}

@media only screen and (max-width: 580px) {
  .content__text-box {
    border-bottom: none;
  }
}

.content__text {
  width: 320px;
}

@media only screen and (max-width: 580px) {
  .content__text {
    width: 100%;
  }
}

.abouttext {
  display: block;
  font-size: 18px;
  color: #F2EFE8;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  overflow: hidden;
  width: 100%;
  font-weight: lighter;
}

.btn {
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  border: 2px solid;
  border-radius: 8px;
  padding: 0.55rem 0;
  width: 192px;
  height: 40px;
  font-weight: lighter;
  background: transparent;
  margin: 0 0.5rem;
  cursor: pointer;
  color: #fff;
  margin-bottom: 32px;
  align-items: left;
}

@media screen and (max-width: 1300px) {
  .abouttext {
    width: 90%;
  }
}

@media screen and (max-width: 750px) {
  .abouttext {
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  .abouttext {
    font-size: 16px;
  }
}

/*Fin About Home*/

/*Texte qui dÃ©file*/
.containerscroll {
  overflow: hidden;
  display: flex;
  width: 100%;
  position: relative;
  /*transform: translateY(-50%);*/
  padding-bottom: 0px;
  margin: 0;
  margin-bottom: 0px;
}

.txt {
  white-space: nowrap;
  font-size: 30px;
  font-family: 'Playfair Display', sans-serif;
  animation: scrollTxt 30s linear infinite;
  background-color: #4B7046;
  border-bottom: 1px solid #4B7046;
  border-top: 1px solid #4B7046;

}

@media screen and (max-width: 800px) {
  .txt {
  font-size: 20px;

}
}

.t1 {
  color: #F2EFE8
}

.t2 {
  color: #F2EFE8
}

.t3 {
  color: #F2EFE8
}

.t4 {
  color: #F2EFE8
}

.t5 {
  color: #F2EFE8;
}

.t6 {
  color: #F2EFE8;
}

.t7 {
  color: #F2EFE8;
}

.t8 {
  color: #F2EFE8
}

.t9 {
  color: #F2EFE8
}

.t10 {
  color: #F2EFE8
}

@keyframes scrollTxt {
  0% {
    transform: translate(-100%, 0);
  }

  100% {
    transform: translate(0%, 0);
  }
}


.containerscrollhp {
  overflow: hidden;
  display: flex;
  width: 100%;
  position: relative;
  /*transform: translateY(-50%);*/
  padding-bottom: 0px;
  margin: 0;
  margin-bottom: 0px;
}

.txthp {
  white-space: nowrap;
  font-size: 30px;
  font-family: 'Playfair Display', sans-serif;
  animation: scrollTxt 30s linear infinite;
  background-color: #4B7046;
  border-bottom: 1px solid #4B7046;
  border-top: 1px solid #4B7046;

}

.t1hp {
  color: white
}

.t2hp {
  color: white
}

.t3hp {
  color: white
}

@keyframes scrollTxt {
  0% {
    transform: translate(-100%, 0);
  }

  100% {
    transform: translate(0%, 0);
  }
}

/*Fin Texte qui dÃ©file*/

/*Services Home*/
.services {
  display: none;
  height: auto;
  justify-content: center;
  align-items: center;
  text-align: left;
  background-color: #0E100F;
  margin: 0px;
  border-left-width: 0px;
}

.cols {
  width: 90%;
}

.cols001 {
  width: 100%;
  padding-bottom: 32px;
  padding-right: 14px;
  padding-top: 24px;
}

.servicestitle {
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 55px;
  font-weight: lighter;
  color: #F2EFE8;
  line-height: normal;
  word-wrap: break-word;
  white-space: normal;
  padding-left: 5%;
}

.pinkslash {
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 65px;
  font-weight: bold;
  color: #F2EFE8;
}

@media screen and (max-width: 900px) {
  .servicestitle {
    font-size: 45px;
  }

  .pinkslash {
    font-size: 55px;
  }
}

@media screen and (min-width: 980px) {
  .services-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
  }

  .services-left {
    position: relative;
  }
}

@media screen and (max-width: 750px) {
  .services {
    padding-left: 0px;
  }

  .services {
    display: none;
    height: auto;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-align: left;
    background-color: #0E100F;
    margin: 0px;
    border: 1px;
    border-color: #282828;
    border-style: solid;
    padding-left: 8px;
    padding-right: 0px;
    padding-top: 24px;
    border-left-width: 0px;
  }

  .cols001 {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 16px;
    padding-top: 24px;
  }
}

@media screen and (max-width: 650px) {
  .services {
    padding-left: 0px;
  }

  .btn.btn-servicesone {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 550px) {
  .cols001 {
    padding-left: 5px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 500px) {

  .services {
    padding-left: 5px;
  }

  .cols001 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .services {
    display: none;
    height: auto;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-align: left;
    background-color: #0E100F;
    margin: 0px;
    border: 1px;
    border-color: #282828;
    border-style: solid;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 24px;
    border-left-width: 0px;
  }
}

.services-wrapper {
  width: auto;
}

@media screen and (max-width: 760px) {
  .servicestitle {
    font-size: 45px;
  }
}

@media screen and (max-width: 410px) {
  .servicestitle {
    font-size: 35px;
  }
}

.services-right a {
  line-height: normal;
  text-decoration: underline;
  color: #F2EFE8;
}

.pink {
  font-family: 'Playfair Display';
  font-size: 45px;
  color: #F591E7;
  font-weight: bold;
  font-style: normal !important;

}

.black {
  font-family: 'Playfair Display';
  font-size: 45px;
  color: #000;
  font-weight: 700;
}

.containerservices {
  display: flex;
  flex-direction: row;
  padding-bottom: 32px;
  text-align: left;
  padding-top: 88px;

}

@media screen and (max-width: 750px) {
  .containerservices {
    padding-bottom: 32px;
    padding-top: 80px;
  }

  .servicestitle {
    padding-left: 32px;

  }
}

.pink {
  font-family: 'Playfair Display';
  font-size: 45px;
  color: #F591E7;
  font-weight: 700;
  font-style: normal !important;
}

.child2services {
  color: #0E100F;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.child3services {
  color: #0E100F;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-align: left;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-weight: 300;
}

@media screen and (max-width: 850px) {
  .child2services {
    font-size: 20px;
  }
}

@media screen and (max-width: 650px) {
  .serviceshomeparent {
    overflow: hidden;
    position: relative;
    padding-bottom: 104px;
  }

  .child3services {
    font-size: 16px;
  }
}

@media screen and (max-width: 465px) {
  .serviceshomeparent {
    /*display: flex;*/
    overflow: hidden;
    position: relative;
  }
}

.servicestitle {
  flex: 1;
  width: 100%;
}

.descriptionservices {
  flex: 2;
  padding-top: 104px;
  width: 35%;
  justify-content: center;
  font-size: 30px;
  padding-left: 24px;
  padding-right: 56px;
  font-family: 'Montserrat', sans-serif;
  color: black
}

.circle {
  font-size: 30px;
  font-family: 'Gruppo', sans-serif;
  color: #000;
  border: 1px solid black;
  border-radius: 50px;
  padding-right: 5px;
  padding-left: 10px;
  text-align: center;
  padding-bottom: 2px;
  margin-right: 3px;

}

@media screen and (max-width: 1110px) {
  .descriptionservices {
    font-size: 25px;
  }

  .italicdescriptionservices {
    font-size: 25px;
  }

  .circle {
    font-size: 28px;
  }
}

@media screen and (max-width: 850px) {
  .containerservices {
    flex-direction: column;

  }

  .descriptionservices {
    order: 1;
    padding-top: 50px;
    width: 100%;
    font-size: 20px;
  }
    .italicdescriptionservices {
    font-size: 20px;
  }

  .circle {
    font-size: 25px;
  }
}

.buttonservices {
  padding-bottom: 88px;
  padding-top: 48px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 630px) {
  .buttonservices {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .buttonyellow {
    margin-right: 0px;
  }
}

.buttonyellow {
  display: inline-flex;
  /* pour aligner texte + image */
  padding: 7px 20px;
  /* espace intÃ©rieur */
  color: #0E100F;
  text-decoration: none;
  position: relative;
  background: #F5FF7D;
  border: 1px solid #0E100F;
  align-items: center;
  font-size: 16px;
  margin-top: 8px;
  border-radius: 50px;
  font-weight: 300;
  margin-right: 24px;
}

.buttonblack {
  display: inline-flex;
  /* pour aligner texte + image */
  padding: 8px 24px;
  color: #F2EFE8;
  text-decoration: none;
  position: relative;
  background: #0E100F;
  border: 1px solid #0E100F;
  align-items: center;
  font-size: 16px;
  margin-top: 8px;
  border-radius: 50px;
  font-weight: 300;
}

.buttonyellow img {
  margin-left: 5px;
  /* Espacement entre le texte et l'image */
  transition: transform 0.2s ease;
  /* Effet de transition */
  width: 16px;
  /* taille icÃ´ne */
  height: 16px;
  align-items: center;
  object-fit: contain;

}

/* Effet de mouvement lors du survol */
.buttonyellow:hover img {
  transform: translateX(3px);
  /* Translation de l'image vers la droite */
}

/* Effet de mouvement lors du survol */
.buttonyellow:hover {
  transform: translateX(3px);
  /* Translation de l'image vers la droite */
}

.buttonblack img {
  margin-left: 5px;
  /* Espacement entre le texte et l'image */
  transition: transform 0.2s ease;
  /* Effet de transition */
  width: 16px;
  /* taille icÃ´ne */
  height: 16px;
  align-items: center;
  object-fit: contain;
}

/* Effet de mouvement lors du survol */
.buttonblack:hover img {
  transform: translateX(3px);
  /* Translation de l'image vers la droite */
}

.buttonblack:hover {
  transform: translateX(3px);
  /* Translation de l'image vers la droite */
}


.buttondevis {
  text-align: center;
  justify-content: left;
  padding-bottom: 8px;
  justify-content: left;
  align-items: center;
  display: inline-block;
  /* permet au bouton de s'ajuster Ã  la largeur du contenu */
}

.buttondevispresta {
  text-align: center;
  display: inline-block;
  padding-bottom: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
}


.yellow-linkservices {
  display: inline-flex;
  /* pour aligner texte + image */
  padding: 8px 24px;
  /* espace intÃ©rieur */
  color: #0E100F;
  text-decoration: none;
  position: relative;
  background: #F5FF7D;
  border: 1px solid #0E100F;
  align-items: center;
  font-size: 16px;
  margin-top: 8px;
  border-radius: 50px;
  font-weight: 300;
  margin-right: 24px;
}

.yellow-linkservices img {
  margin-left: 5px;
  /* Espacement entre le texte et l'image */
  transition: transform 0.2s ease;
  /* Effet de transition */
  width: 16px;
  /* taille icÃ´ne */
  height: 16px;
  align-items: center;
  object-fit: contain;
}

/* Effet de mouvement lors du survol */
.yellow-linkservices:hover img {
  transform: translateX(3px);
  /* Translation de l'image vers la droite */
}

/* Effet de mouvement lors du survol */
.yellow-linkservices:hover {
  transform: translateX(3px);
  /* Translation de l'image vers la droite */
}


/* ACCORDEON HP SERVICES */
    .tags {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem;
      align-items: center;
      margin-left: 1rem;
    }

    .tag {
      padding: 0.3rem 0.3rem;
      font-size: 14px;
      color: #0E100F;
      white-space: nowrap;
      background-color: transparent;
      font-weight: 300;
      font-family: 'Montserrat';
    }

    .tag:before {
      content: "[";
    }

    .tag:after {
      content: "]";
    }

    .accordion {
      overflow: hidden;
      padding-top: 36px;
      padding-left: 2%;
      padding-right: 2%;
    }

    .accordionservices {
      border-bottom: 1px solid #ccc;
    }

    .accordion-header {
      width: 100%;
      display: grid;
      grid-template-columns: auto 1fr auto auto;
      align-items: center;
      justify-content: center;
      position: relative;
      background: none;
      border: none;
      cursor: pointer;
      padding: 1.2rem;
      font-size: 1rem;
      gap: 1rem;

    }



    .accordion-header .titleservices {
      color: #0E100F;
      font-family: 'Montserrat', sans-serif;
      font-size: 25px;
      font-weight: normal;
      text-align: left;
    }

    .accordion-arrow {
      width: 20px;
      height: 20px;
      transition: transform 0.3s ease;
      margin-top: 5px;
    }

    .accordionservices.active .accordion-arrow {
      transform: rotate(180deg);
    }

    /* Animation ouverture/fermeture */
    .accordion-content {
      margin: 0 auto;
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transition: all 0.4s ease;
      padding: 0 1.2rem;
      color: #0E100F;
      font-family: 'Montserrat', sans-serif;
      font-size: 18px;
      font-weight: 300;
    }

    .accordion-content p {
      color: #0E100F;
      font-family: 'Montserrat', sans-serif;
      font-size: 18px;
      font-weight: 300;
      padding-bottom: 5%;
      text-align: left;
    }

    .accordionservices.active .accordion-content {
      max-height: 500px;
      opacity: 1;
      padding: 1rem 1.2rem;
    }

    .accordion-header:hover {
      background-color: rgba(0, 0, 0, 0.05);
    }

    /* Image flottante à droite */
    .hover-image {
      position: fixed;
      width: 200px;
      height: 200px;
      background-size: cover;
      background-position: center;
      display: none;
      pointer-events: none;
      opacity: 0;
      transform: translateY(10px);
      transition: opacity 0.3s ease, transform 0.3s ease;
      z-index: 999;
    }

    /* Responsive */
    @media (max-width: 760px) {
      .accordion-header .titleservices {
        font-size: 20px;
          grid-template-columns: auto 1fr auto;
      }

      .tag {
        font-size: 12px;
      }
      .tags {
  display: none;}

      .title-row {
        flex-direction: column;
        align-items: flex-start;
      }
    }
/* FIN ACCORDEON HP SERVICES */


/*PRÃ‰SENTATION HP*/
.presentation {
  position: relative;
  text-align: center;
  padding-top: 72px;
  justify-content: center;
  background-color: #4B7046;
  margin-top: 48px;
  align-content: center;
}

.line-top,
.line-bottom {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-bottom: 48px
}

.line-bottom {
  margin-top: 2rem;
}

.line {
  flex: 1;
  /* prend toute la largeur restante */
  height: 1px;
  background-color: #F2EFE8;
}

.label {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: nowrap;
  padding: 0 8px;
  font-size: 14px;
}

.line-top .label {
  order: 0;
}

.line-top .line {
  order: 1;
}

.line-bottom .line {
  order: 0;
}

.line-bottom .label {
  order: 1;
}

.presentationtexte {
  color: #F2EFE8;
  font-size: 18px;
  font-weight: 300;
  font-family: "Montserrat";
  text-align: center;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 5%;
  padding-bottom: 5%;
}

@media screen and (max-width: 700px) {
  .presentationtexte {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
  }
  .accordion-header .titleservices {
    font-size: 20px;
  }
}



.avecmoi {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #0E100F;
  margin-top: 48px;
  padding-left: 5%;
}

.avecmoi__card {
  flex-direction: column;
  padding: 8px;
  position: relative;
  display: flex;
  z-index: 10;
  width: 33%;
}

.heartimg {
  width: 20px;
}

@media screen and (max-width: 900px) {
  .avecmoi {
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
  }

  .avecmoi p {
    padding: 8px 24px;
  }
}

@media screen and (max-width: 950px) {
  .avecmoi__card {
    width: 50%;
  }
}

@media screen and (max-width: 800px) {
  .avecmoi__card {
    width: 100%;
  }
}

/*FIN PRÃ‰SENTATION HP*/


/*derniÃ¨re crÃ©ations*/

.h2web {
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  font-weight: 400;
  color: #0E100F;
  line-height: normal;
  word-wrap: break-word;
  white-space: normal;
  padding-left: 5%;
}

.h2webleft {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  font-weight: 400;
  color: #0E100F;
  line-height: normal;
  word-wrap: break-word;
  white-space: normal;
  padding-left: 5%;
}

@media screen and (max-width: 900px) {
  .h2web {
    font-size: 40px;
  }

  .h2webleft {
    font-size: 40px;
  }

  .italich2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 690px) {
  .h2web {
    font-size: 35px;
  }

  .h2webleft {
    font-size: 35px;
  }

  .italich2 {
    font-size: 37px;
  }
}

@media screen and (max-width: 500px) {
  .h2webleft {
    text-align: left;
  }
}

@media screen and (max-width: 400px) {
  .h2web {
    font-size: 30px;
  }

  .h2webleft {
    font-size: 30px;
  }

  .italich2 {
    font-size: 32px;
  }
}

.texte {
  white-space: nowrap;
  font-size: 50px;
  font-family: 'Montserrat', sans-serif;
  animation: scrollTxt 30s linear infinite;
}

.txt1 {
  color: #F2EFE8
}

.txt2 {
  color: #F2EFE8
}

@keyframes scrollTxt {
  0% {
    transform: translate(-100%, 0);
  }

  100% {
    transform: translate(0%, 0);
  }
}

main {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(9, max-content);
  grid-gap: 1rem 1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: .95vw;
  font-weight: bold;
  margin: 2rem;
  padding-top: 24px;
}

.sit_baseline {
  height: 12.6vw;
}

main h3 {
  font-size: 50px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: #F2EFE8;
}

img {
  max-width: 100%;
}

header {
  grid-area: 1/ 5 / 2 / 7;
}

.title1 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  font-size: 70px;
}

.img1 {
  grid-area: 1 / 2 / 3 / 4;
}

.title2 {
  grid-area: 2 / 4 / 3 / 5;
  align-self: end;
  font-size: 65px;
}

.img2 {
  grid-area: 2 / 5 / 3 / 6;

}

.img3 {
  grid-area: 3 / 1 / 5 / 3;
}

.img4 {
  grid-area: 3 / 3 / 5 / 5;

}

.img5 {
  grid-area: 3 / 5 / 4 / 6;
}

.title3 {
  grid-area: 5 / 1 / 6 / 5;
  font-size: 80px;
}

.img6 {
  grid-area: 4 / 5 / 6 / 7;
}

.title4 {
  grid-area: 6 / 1 / 8 / 2;
  font-size: 60px;
}

.img7 {
  grid-area: 6 / 2 / 8 / 4;
}

.img8 {
  grid-area: 6 / 4 / 7 / 5;
}

.img9 {
  grid-area: 7 / 4 / 8 / 5;
}

.img10 {
  grid-area: 8 / 2 / 9 / 3;
}

.title5 {
  grid-area: 8 / 4 / 9 / 5;
  align-self: end;
}

@media (max-width: 1080px) {
  main {
    grid-template-columns: repeat(5, 1fr);
    display: flex;
  }

  header {
    grid-area: 1/ 4 / 2 / 6;
  }

  .title2 {
    grid-area: 2 / 4 / 3 / 5;
    align-self: end;
  }

  .img2 {
    grid-area: 2 / 4 / 3 / 5;
  }

  .img4 {
    grid-area: 3 / 3 / 4 / 4;
  }

  .title2 {
    grid-area: 3 / 4 / 4 / 5;
  }

  .img5 {
    grid-area: 4 / 3 / 5 / 4;
  }

  .img6 {
    grid-area: 4 / 4 / 6 / 6;
  }

  .title3 {
    grid-area: 5 / 1 / 6 / 3;
  }

  .title4 {
    grid-area: 6 / 4 / 7 / 5;
  }

  .img8 {
    grid-area: 6 / 1 / 7 / 2;
  }

  main p {
    columns: 3;
    column-gap: 8px;
    grid-area: 9 / 1 / 10 / 7;
  }

  address,
  main p {
    font-size: .7rem;
  }
}

@media (max-width: 880px) {
  main {
    display: flex;
    flex-direction: column;

  }

  main p {
    columns: 1;
    column-gap: 0;
    font-size: 16px;
  }

  .title1 {
    order: 1;
  }

  .title2 {
    order: 2;
  }

  .img1,
  .img2 {
    order: 3;
  }

  .title3,
  .title4 {
    order: 5;
  }

  .title2,
  .img3,
  .img4 {
    order: 4;
  }

  .img5,
  .img6 {
    order: 6;
  }

  .title5 {
    order: 7
  }

  .img8,
  .img9,
  .img10 {
    order: 8;
  }

  main p,
  address {
    order: 9;
  }
}

.btnportfoliohome {
  padding-left: 5%;
  padding-bottom: 104px;
  justify-content: center;
  display: flex;
  align-items: center;
}

/*fin derniÃ¨res crÃ©ations*/

/*DERNIERS PROJETS*/
 .portfolio-section {
            max-width: 1400px;
            margin: 0 auto;
            padding-bottom :104px;
        }

        .section-title {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 60px;
            text-align: center;
            background: linear-gradient(135deg, #fff 0%, #888 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .portfolio-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 40px;
        }

        .project-card {
            position: relative;
            min-height: auto;
            overflow: hidden;
            cursor: pointer;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
            background: #000;
            display: block;
            text-decoration: none;
        }

        .project-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: opacity 0.5s ease, transform 0.5s ease;
        }

        .project-image.main {
            position: relative;
        }

        .project-image.hover {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transform: scale(1.05);
        }

        .project-image.main {
            z-index: 1;
        }

        .project-image.hover {
            z-index: 0;
            opacity: 0;
            transform: scale(1.05);
        }

        .project-card:hover .project-image.main {
            opacity: 0;
            transform: scale(1.05);
        }

        .project-card:hover .project-image.hover {
            opacity: 1;
            transform: scale(1);
        }

        .project-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
            z-index: 2;
            display: flex;
            align-items: flex-start;
            padding: 40px;
            pointer-events: none;
        }

        .project-info {
            position: relative;
        }

        .client-name {
      
    font-size: 14px;
    color: white;
    /* text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); */
    transition: opacity 0.3sease, transform 0.3s ease;
    opacity: 1;
    background-color: #0E100F;
    padding: 8px 8px 8px 8px;

}

        .project-description {
          display: none;
            font-size: 16px;
            color: #F2EFE8;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
            line-height: 1.5;
            max-width: 80%;
            opacity: 0;
            transform: translateY(-10px);
            transition: opacity 0.3s ease, transform 0.3s ease;
            position: absolute;
            top: 0;
        }

        .project-card:hover .client-name {
            opacity: 0;
            transform: translateY(10px);
        }

        .project-card:hover .project-description {
            opacity: 1;
            transform: translateY(0);
        }

        @media (max-width: 1024px) {
            .section-title {
                font-size: 2.5rem;
            }

            .portfolio-grid {
                gap: 30px;
            }

            .client-name {
                font-size: 1.7rem;
            }

            .project-description {
                font-size: 1rem;
            }

            .project-overlay {
                padding: 30px;
            }
        }

        @media (max-width: 768px) {
            .portfolio-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .section-title {
                font-size: 2rem;
                margin-bottom: 40px;
            }

            .client-name {
                font-size: 1.5rem;
            }

            .project-description {
                font-size: 0.95rem;
            }

            .project-overlay {
                padding: 25px;
            }
            .project-card{
                margin-left: 5%;
                margin-right: 5%;
            }
        }

 .divboutonprojet{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom:80px;
 }       
/*FIN HOME*/

/*AVIS CLIENTSÂ¨/
    .section-avis {
      background: #F2EFE8;
      padding: 80px 0;
      color: #0E100F;
    }

    /* Layout principal */
    .avis-layout {
      width: 90%;
      max-width: 1400px;
      margin: auto;
      display: flex;
      flex-direction: column;
      gap: 40px;
      padding-top:0px;
      padding-bottom:80px;
    }

    /* Titre */
    .avis-header {
      text-align: center;
    }


    .avis-header p {
      font-size: 18px;
      color: black;
      max-width: 900px;
      margin: 0 auto;
    }

    /* Conteneur slider + contrÃ´les */
    .avis-content {
      display: flex;
      flex-direction: column;
      position: relative;
      align-items: center;
    }

    /* Wrapper slider + flÃ¨ches */
    .slider-wrapper-avis {
      display: grid;
      grid-template-columns: 10px 1fr auto;
      gap: 10px;
      align-items: flex-start;
      justify-content: center;
    }

    /* Barre de progression verticale */
    .progress-vertical-avis {
      position: relative;
      height: 100%;
      min-height: 250px;
      width: 10px;
      align-self: stretch;
    }

    .progress-vertical-avis .progress-line {
      width: 4px;
      height: 100%;
      background: rgba(14, 16, 15, 0.2);
      border-radius: 4px;
      margin: 0 auto;
    }

    .progress-vertical-avis .progress-thumb {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 12px;
      height: 36px;
      background: #F591E7;
      border-radius: 8px;
      transition: top 0.4s ease;
      top: 0;
    }

    /* Slider */
    .slider-container-avis {
      overflow: hidden;
      width: 100%;
      position: relative;
    }

    .slider-avis {
      display: flex;
      transition: transform 0.5s ease;
      width: 100%;
    }

    .slide-avis {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      flex-shrink: 0;
      box-sizing: border-box;
      padding-right: 20px;
    }

    /* Card avis */
    .avis-card {
      padding: 40px;
      max-width: 900px;
      margin: 0 auto;
      border-radius: 10px;
      margin-bottom: 30px;
    }

    .avis-header-card {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-bottom: 20px;
    }

    .avis-avatar {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: #F591E7;
      display: none;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      font-weight: 700;
      color: white;
      flex-shrink: 0;
    }

    .avis-avatar img {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      object-fit: cover;
    }

    .avis-info {
      flex: 1;
    }

    .avis-name {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 5px;
      color: #0E100F;
    }

    .avis-meta {
      font-size: 14px;
      color: #666;
    }

    .avis-rating {
      display: flex;
      gap: 5px;
      margin-bottom: 20px;
    }

    .star {
      color: #0E100F;
      font-size: 20px;
    }

    .avis-text {
      font-size: 18px;
      line-height: 1.8;
      color: #0E100F;
    }

    .avis-quote {
      font-size: 48px;
      color: #F591E7;
      opacity: 0.3;
      line-height: 0;
      margin-bottom: 10px;
      display: none;
    }

    /* Boutons flÃ¨ches */
    .controls-avis {
      display: flex;
      gap: 12px;
      flex-shrink: 0;
    }

    .controls-avis button {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      border: 2px solid #0E100F;
      background: transparent;
      color: #0E100F;
      cursor: pointer;
      font-size: 20px;
      transition: all 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .controls-avis button:hover {
      background: #F591E7;
      border-color: #F591E7;
      color: white;
    }

    .controls-avis button:disabled {
      opacity: 0.3;
      cursor: not-allowed;
    }

    .controls-avis button:disabled:hover {
      background: transparent;
      border-color: #0E100F;
      color: #0E100F;
    }

    /* Filtres (logos ou texte) */
    .filters-avis {
      display: flex;
      gap: 15px;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      margin-top:20px
    }

    .filter-btn-avis {
    padding: 12px 20px;
    border: none;
    padding: 8px 16px;
    margin: 0 5px;
    cursor: pointer;
    color: #0E100F;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 300;
    background-color: #F2EFE8;
    }

    .filter-btn-avis:hover {
  border-bottom: 2px solid #0E100F

    }

    .filter-btn-avis.active {
  border-bottom: 2px solid #0E100F

    }

.filter-logo {
    width: 60px;
    height: 40px;
    object-fit: cover;
    filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
  }

    .filter-text {
      font-size: 14px;
      font-weight: 500;
      color: #0E100F;
    }

    .filter-btn-avis.active .filter-text {
      color: black;
    }

    /* Barre horizontale mobile */
    .progress-horizontal-avis {
      display: none;
      position: relative;
      height: 10px;
      width: 100%;
      margin-bottom: 20px;
    }

    .progress-horizontal-avis .progress-line {
      width: 100%;
      height: 4px;
      background: rgba(14, 16, 15, 0.2);
      border-radius: 4px;
    }

    .progress-horizontal-avis .progress-thumb {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 36px;
      height: 12px;
      background: #F591E7;
      border-radius: 8px;
      transition: left 0.4s ease;
      left: 0;
    }

    /* RESPONSIVE */
    @media (max-width: 950px) {
      .slider-wrapper-avis {
        grid-template-columns: 1fr auto;
        gap: 20px;
      }

      .progress-vertical-avis {
        display: none;
      }

      .progress-horizontal-avis {
        display: block;
      }

      .avis-card {
        padding: 30px;
      }
    }

    @media (max-width: 600px) {
      .section-avis {
        padding: 60px 0;
      }

      .avis-layout {
        width: 95%;
      }

      .avis-header h2 {
        font-size: 32px;
      }

      .avis-header p {
        font-size: 16px;
      }

      .slider-wrapper-avis {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .slide-avis {
        padding-right: 0;
      }

      .avis-card {
        padding: 25px;
      }

      .avis-header-card {
        flex-direction: column;
        align-items: flex-start;
      }

      .avis-avatar {
        width: 50px;
        height: 50px;
        font-size: 20px;
      }

      .avis-name {
        font-size: 18px;
      }

      .avis-text {
        font-size: 15px;
      }

      /* FlÃ¨ches disparaissent sur mobile */
      .controls-avis {
        display: none;
      }

      /* Filtres en scroll horizontal */
      .filters-avis {
        overflow-x: auto;
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
      }

      .filters-avis::-webkit-scrollbar {
        display: none;
      }

      .filter-btn-avis {
        flex-shrink: 0;
        padding: 10px 16px;
        min-height: 44px;
      }
    }

    /* Empêcher le scroll automatique sur focus */
.filter-btn-avis,
.prev-avis,
.next-avis {
  scroll-margin: 0;
  scroll-snap-margin: 0;
}

/* Alternative : forcer la section à ne pas scroller */
.section-avis {
  scroll-margin-top: 0;
  scroll-snap-margin-top: 0;
}
/*FIN AVIS CLIENTS*/

/*MA BOITE A OUTILS*/

/*fin banniere boite Ã  outils*/

/*h2*/

.h2 {
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 65px;
  font-weight: lighter;
  color: #F2EFE8;
  line-height: normal;
  padding-left: 65px;
  padding-top: 50px;
  padding-bottom: 60px;
  word-wrap: break-word;
  white-space: normal;
}

@media screen and (max-width: 760px) {
  .h2 {
    font-size: 45px;
    font-size: 45px;
    padding-left: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 410px) {
  .h2 {
    font-size: 35px;
  }
}

/*fin h2*/
  .lecture-section {
    background-color: #F2EFE8;
    text-align: center;
    padding: 80px 24px;
    color: #0E100F;
    overflow: hidden;
  }

  .lecture-section::after {
  content: "*";
  position: absolute;
  top: 40%;
  right: -70px;
  /* dÃ©cale pour quâ€™elle soit coupÃ©e */
  transform: translateY(-50%) rotate(0deg);
  font-size: 800px;
  font-weight: bolder;
  color: #F591E7;
  z-index: 0;
  animation: spinStar 20s linear infinite;
  transform: translateY(-50%);
  animation: spinStar 20s linear infinite;
  padding-top: 64px;
  padding-bottom: 40px;

}

/* Rotation pure */
@keyframes spinStar {
  from {
    transform: translateY(-50%) rotate(0deg);
  }

  to {
    transform: translateY(-50%) rotate(360deg);
  }
}

/* Le contenu reste au-dessus */
.lecture-section>* {
  position: relative;
  z-index: 1;
}


  .lecture-title {
    font-size: 2rem;
    margin-bottom: 80px;
    font-style: italic;
  }

  .lecture-title span {
    font-style: normal;
    font-weight: 600;
  }

  .lecture-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    align-items: start;
    justify-items: center;
    padding-top:100px;
  }

  .lecture-card {
    background: #fff;
    border-radius: 0px;
    padding: 24px;
    max-width: 304px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    text-align: left;
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
  }

  .lecture-card:hover {
    transform: scale(1.03);
  }

  .lecture-card h3 {
    font-weight: normal;
    margin-bottom: 14px;
    font-size: 20px;
    font-family: 'Montserrat';
    color:#0E100F;
  }

  .lecture-card p {
    font-size: 18px;
    line-height: 1.6;
    font-family: 'Montserrat';
    color:#0E100F;
  }

  .card-1 {
    background: #F2EFE8;
    transform: rotate(-3deg) translateY(20px);
    width: 304px;
    height: auto;
    border:solid 1px #0E100F;
  }

  .card-2 {
    background:#F2EFE8;
    transform: rotate(2deg) translateY(-10px);
    width: 304px;
    height: auto;
    border:solid 1px #0E100F;
  }

  .card-3 {
    background:#F2EFE8;
    transform: rotate(-2deg) translateY(30px);
    width: 304px;
    height: auto;
    border:solid 1px #0E100F;
  }

  .card-4 {
    background:#F2EFE8;
    transform: rotate(3deg) translateY(-15px);
    width: 304px;
    height: auto;
    border:solid 1px #0E100F;
  }

  .lecture-h1 {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin: 40px 0;
  }

  .lecture-btn-container {
    text-align: center;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .lecture-btn {
    display: inline-block;
  }


.buttonyellowensavoirplus {
  display: flex;
  padding: 8px 24px;
  color: #0E100F;
  text-decoration: none;
  position: relative;
  background: #F5FF7D;
  border: 1px solid #0E100F;
  align-items: center;
  font-size: 16px;
  margin-top: 8px;
  border-radius: 50px;
  width: 304px;
  font-weight: 300;
}

.buttonyellowensavoirplus img {
  margin-left: 8px;
  /* Espacement entre le texte et l'image */
  transition: transform 0.2s ease;
  /* Effet de transition */
  width: 7%;
  align-items: center;

}

/* Effet de mouvement lors du survol */
.buttonyellowensavoirplus:hover img {
  transform: translateX(3px);
  /* Translation de l'image vers la droite */
}

.buttonyellowensavoirplus:hover {
  transform: translateX(3px);
  /* Translation de l'image vers la droite */
}


/*FIN MA BOITE A OUTILS*/


/*MES DESIGN*/

/*FIN MES DESIGN*/
/*FORMATIONS*/
.formation-annonce {
  background-color: #0E100F;
  text-align: center;
  padding: 6rem 1rem;
  margin-bottom: 30px;
}

.formation-annonce .container {
  max-width: 704px;
  margin: 0 auto;
}


.formation-annonce h2 {
  font-size: 30px;
  margin-bottom: 1rem;
  color: #F2EFE8;
}

.formation-annonce .date {
  font-size: 20px;
  color: #F2EFE8;
  text-align: center;
}

.formation-annonce strong {
  color: #F2EFE8;
}

.containerformations {
  display: flex;
  justify-content: center;
  width: auto;
  position: relative;
  height: auto;
  padding-bottom: 64px;
  padding-top: 64px;
}


.containerformations {
  display: flex;
  flex-direction: row;
  padding-bottom: 64px;
  text-align: left;
  padding-top: 88px;
}

@media screen and (max-width: 750px) {
  .containerformations {
    padding-bottom: 32px;
    padding-top: 32px;
  }
}

@media screen and (max-width: 850px) {
  .containerformations {
    flex-direction: column;
  }
}

.h2formations {
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  font-weight: 400;
  color: #0E100F;
  line-height: normal;
  word-wrap: break-word;
  white-space: normal;
  padding-left: 5%;
}

@media screen and (max-width: 900px) {
  .h2formations {
    font-size: 30px;
  }
}

@media screen and (max-width: 690px) {
  .h2formations {
    font-size: 25px;
  }

}

@media screen and (max-width: 400px) {
  .h2formations {
    font-size: 20px;
  }

}

.italich2formations {
  font-family: 'Playfair Display';
  font-weight: normal;
  font-size: 40px;
}

.h3formations {
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #0E100F;
  line-height: normal;
  word-wrap: break-word;
  white-space: normal;
  padding-left: 35%;
  padding-bottom: 24px
}


@media screen and (max-width: 690px) {
  .h3formations {
    font-size: 20px;
  }
}


.descriptionformations {
  flex: 2;
  padding-top: 50px;
  width: 100%;
  justify-content: center;
  font-size: 30px;
  padding-left: 35%;
  padding-right: 58px;
  font-family: 'Montserrat', sans-serif;
  color: black;
  padding-bottom: 32px;
}

@media screen and (max-width: 1110px) {
  .descriptionformations {
    font-size: 25px;
  }
}

@media screen and (max-width: 850px) {
  .descriptionformations {
    order: 1;
    padding-top: 48px;
    width: 100%;
    font-size: 20px;
  }
}

.descriptionformations2 {
  width: 100%;
  justify-content: center;
  font-size: 18px;
  padding-left: 35%;
  font-family: 'Montserrat', sans-serif;
  color: black;
}

.descriptionformations2italic {
  width: 100%;
  justify-content: center;
  font-size: 18px;
  padding-left: 35%;
  font-family: 'Playfair Display', sans-serif;
  color: black;
  padding-bottom: 32px;

}


@media screen and (max-width: 950px) {
  .descriptionformations2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .descriptionformations {
    padding-left: 5%;
  }

  .h3formations {
    padding-left: 5%;
  }

  .descriptionformations2italic {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.contactformation {
  background-color: #0E100F;
  padding-top: 80px;
  padding-bottom: 80px;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
}

.contactpformation {
  font-family: 'Montserrat';
  font-size: 40px;
  color: #F2EFE8;
  font-weight: 300;
  word-wrap: break-word;
  padding-bottom: 48px;
  text-align: center;
  margin-bottom: 24px;
}


.contactpformation:after {
  content: "*";
  color: #F591E7;
  font-family: 'Montserrat';
  font-size: 40px;
  font-weight: 900;
  padding-left: 24px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.contactpformation:after {
  display: inline-block;
  animation: rotate 10s linear infinite;
  /* Changer la durÃƒÂ©e de l'animation selon vos prÃƒÂ©fÃƒÂ©rences */
}

@media screen and (max-width: 1195px) {
  .contactpformation {
    font-size: 35px;
    padding-bottom: 0px;
  }
}


@media screen and (max-width: 900px) {
  .contactpformation {
    font-size: 30px;
  }
}


@media screen and (max-width: 630px) {
  .contactpformation {
    font-size: 25px;
  }
}

.buttonformation {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 32px
}

.contactpformation2 {
  font-family: 'Montserrat';
  font-size: 16px;
  color: #F2EFE8;
  font-weight: 300;
  word-wrap: break-word;
  text-align: center;
}

.buttonyellowformation {
  display: flex;
  color: rgb(14, 16, 15);
  position: relative;
  align-items: center;
  font-size: 16px;
  margin-top: 10px;
  width: 200px;
  font-weight: 300;
  margin-right: 24px;
  padding: 8px 16px;
  text-decoration: none;
  background: rgb(245, 255, 125);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(14, 16, 15);
  border-image: initial;
  border-radius: 50px;
}


.buttonyellowformation img {
  margin-left: 5px;
  /* Espacement entre le texte et l'image */
  width: 7%;
  align-items: center;

}

.buttonyellowformation:hover img {
  transition: transform 0.2s ease;
  /* Effet de transition */

}


.buttonyellowformation:hover {
  transition: transform 0.2s ease;
  /* Effet de transition */
}


/* Conteneur Flex */
.avisformation {
  padding-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* Espacement entre les colonnes */
  padding-right: 5%;
  padding-left: 5%;
  padding-bottom: 80px;
}

/* Colonnes flexibles */
.columnformation {
  flex: 1;
  width: 200px;
  /* Limite la largeur minimale des colonnes */
  height: 248px;
  padding: 24px;
  background-color: #0E100F;
  color: #F2EFE8;
  font-family: 'Montserrat';
  font-size: 18px;
}

.nameavis {
  color: #F591E7;
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: bold;
}

/* Quand l'Ã©cran est infÃ©rieur Ã  800px, les colonnes deviennent une seule ligne */
@media screen and (max-width: 800px) {
  .avisformation {
    flex-direction: column;
    /* Met les colonnes les unes sous les autres */
  }

  .columnformation {
    width: 100%;
    /* Limite la largeur minimale des colonnes */
    height: auto;
  }
}

/*MENTIONS LEGALES - POLITIQUE DE CONFIDENTIALITES*/

.h1legal {
  text-align: center;
  font-family: 'Playfair Display', sans-serif;
  font-style: italic;
  font-weight: normal;
  line-height: normal;
  font-size: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #0E100F;
  padding-bottom: 112px;
  padding-top: 104px;
  padding-left: 5%;
  padding-right: 5%;
}

.h2legal {
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  overflow: hidden;
  padding-bottom: 32px;
  padding-top: 40px;
  line-height: normal;
  color: #0E100F;
  font-weight: normal;

}

.h3legal {
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: bolder;
  font-size: 20px;
  overflow: hidden;
  padding-bottom: 14px;
  padding-top: 24px;
  line-height: normal;
  color: #0E100F;
}

.introlegal p {
  text-align: left;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  padding-left: 48px;
  padding-right: 48px;
  padding-bottom: 24px;
  font-weight: 300;
  color: #0E100F;
}

.contenu {
  text-align: left;
  padding-left: 48px;
  padding-right: 48px;
  color: #0E100F;
  padding-bottom: 152px;
}

.contenu p {
  text-align: left;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #0E100F;
}

.legalcontenu {
  padding-left: 24px;
}

@media screen and (max-width: 850px) {
  .contenu {
    text-align: left;
    padding-left: 32px;
    padding-right: 32px;
    width: 95%;

  }

  .introlegal p {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 700px) {
  .contenu {
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;

  }

  .introlegal p {
    padding-left: 16px;
    padding-right: 16px;
  }

}

@media screen and (max-width: 500px) {
  .h1legal {
    font-size: 35px;
  }
}



/*FIN MENTIONS LEGALES - POLITIQUE DE CONFIDENTIALITES*/

/*PAGE 404*/
/*
VIEW IN FULL SCREEN MODE
FULL SCREEN MODE: http://salehriaz.com/404Page/404.html

DRIBBBLE: https://dribbble.com/shots/4330167-404-Page-Lost-In-Space
*/

@-moz-keyframes rocket-movement {
  100% {
    -moz-transform: translate(1200px, -600px);
  }
}

@-webkit-keyframes rocket-movement {
  100% {
    -webkit-transform: translate(1200px, -600px);
  }
}

@keyframes rocket-movement {
  100% {
    transform: translate(1200px, -600px);
  }
}

@-moz-keyframes spin-earth {
  100% {
    -moz-transform: rotate(-360deg);
    transition: transform 20s;
  }
}

@-webkit-keyframes spin-earth {
  100% {
    -webkit-transform: rotate(-360deg);
    transition: transform 20s;
  }
}

@keyframes spin-earth {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    transition: transform 20s;
  }
}

@-moz-keyframes move-astronaut {
  100% {
    -moz-transform: translate(-160px, -160px);
  }
}

@-webkit-keyframes move-astronaut {
  100% {
    -webkit-transform: translate(-160px, -160px);
  }
}

@keyframes move-astronaut {
  100% {
    -webkit-transform: translate(-160px, -160px);
    transform: translate(-160px, -160px);
  }
}

@-moz-keyframes rotate-astronaut {
  100% {
    -moz-transform: rotate(-720deg);
  }
}

@-webkit-keyframes rotate-astronaut {
  100% {
    -webkit-transform: rotate(-720deg);
  }
}

@keyframes rotate-astronaut {
  100% {
    -webkit-transform: rotate(-720deg);
    transform: rotate(-720deg);
  }
}

@-moz-keyframes glow-star {
  40% {
    -moz-opacity: 0.3;
  }

  90%,
  100% {
    -moz-opacity: 1;
    -moz-transform: scale(1.2);
  }
}

@-webkit-keyframes glow-star {
  40% {
    -webkit-opacity: 0.3;
  }

  90%,
  100% {
    -webkit-opacity: 1;
    -webkit-transform: scale(1.2);
  }
}

@keyframes glow-star {
  40% {
    -webkit-opacity: 0.3;
    opacity: 0.3;
  }

  90%,
  100% {
    -webkit-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    border-radius: 999999px;
  }
}

.number404 {
  font-size: 100px;
  font-weight: 900;
  text-align: center;
  color: #0E100F
}

.text404 {
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  color: #0E100F
}

.btn-go-home {
  position: relative;
  z-index: 200;
  margin: 16px auto;
  width: 248px;
  padding: 8px 14px;
  border: 1px solid #0E100F;
  border-radius: 50px;
  font-weight: 400;
  display: block;
  color: #000;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 14px;

  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.btn-go-home:hover {
  color: #0E100F;
  transform: scale(1.05);
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
}

.central-body {
  /*    width: 100%;*/
  padding: 17% 5% 10% 5%;
  text-align: center;
}

.objects img {
  z-index: 90;
  pointer-events: none;
}

.object_rocket {
  z-index: 95;
  position: absolute;
  transform: translateX(-50px);
  top: 75%;
  pointer-events: none;
  animation: rocket-movement 200s linear infinite both running;
}

.object_earth {
  position: absolute;
  top: 20%;
  left: 15%;
  z-index: 90;
  /*    animation: spin-earth 100s infinite linear both;*/
}

.object_moon {
  position: absolute;
  top: 12%;
  left: 25%;
  /*
    transform: rotate(0deg);
    transition: transform ease-in 99999999999s;
*/
}

.earth-moon {}

.object_astronaut {
  animation: rotate-astronaut 200s infinite linear both alternate;
}

.box_astronaut {
  z-index: 110 !important;
  position: absolute;
  top: 60%;
  right: 20%;
  will-change: transform;
  animation: move-astronaut 50s infinite linear both alternate;
}

.image-404 {
  position: relative;
  z-index: 100;
  pointer-events: none;
}

.stars {
  background: url(http://salehriaz.com/404Page/img/overlay_stars.svg);
  background-repeat: repeat;
  background-size: contain;
  background-position: left top;
}

.glowing_stars .star {
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
  width: 3px;
  height: 3px;
  opacity: 0.3;
  will-change: opacity;
}

.glowing_stars .star:nth-child(1) {
  top: 80%;
  left: 25%;
  animation: glow-star 2s infinite ease-in-out alternate 1s;
}

.glowing_stars .star:nth-child(2) {
  top: 20%;
  left: 40%;
  animation: glow-star 2s infinite ease-in-out alternate 3s;
}

.glowing_stars .star:nth-child(3) {
  top: 25%;
  left: 25%;
  animation: glow-star 2s infinite ease-in-out alternate 5s;
}

.glowing_stars .star:nth-child(4) {
  top: 75%;
  left: 80%;
  animation: glow-star 2s infinite ease-in-out alternate 7s;
}

.glowing_stars .star:nth-child(5) {
  top: 90%;
  left: 50%;
  animation: glow-star 2s infinite ease-in-out alternate 9s;
}

@media only screen and (max-width: 600px) {

  .box_astronaut {
    top: 70%;
  }

  .central-body {
    padding-top: 25%;
  }
}

/*FIN PAGE 404*/

.pink,
.black,
.pink::before,
.pink::after,
.black::before,
.black::after {
  font-style: normal !important;
  font-family: 'Playfair Display';
  /* assure que Ã§a garde la police normale */
}

/*ANIMATION FADE UP*/
.fade-section {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.fade-section.visible {
  opacity: 1;
  transform: translateY(0);
}
