@font-face {
  font-family: "archivo black", "Quicksand", sans-serif;
  src: url(./font/cfefefefe.ttf);
}
a {
  color: inherit; /* Prend la couleur du texte environnant */
  text-decoration: none; /* Supprime le soulignement */
}

a:hover {
  color: inherit; /* Conserve la couleur même au survol */
}
element.style {
  padding-left: 0px;
  padding-right: 0px;
}
/*vidéo intro background*/
h1 {
  font-family: "poiret one", "Quicksand", sans-serif;
}

h3 {
  font-family: "Quicksand", sans-serif;
}

p {
  font-family: "Quicksand", sans-serif;
}
strong {
  font-weight: bold;
}
.bouton {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1vw;
  font-size: 16px;
  text-align: center;
  color: #bd9732;
  max-height: 80px;
  cursor: pointer;
  width: 190px;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #bd9732;
  border-radius: 100px;
}
.background-image-fix {
  background-image: url("images/photo_bureau_NB_2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
#logo img {
  max-width: 80px;
  height: auto;
}
.lien-bouton {
  text-decoration: none;
  background: none;
  border: none;
  font-size: 30px;
  color: #bd9732;
  margin-bottom: 10px;
  cursor: pointer;
  font-family: "Quicksand", sans-serif;
}
.titre {
  font-family: "Quicksand", "sans-serif";
  width: auto;
  color: #ebebeb;
  text-align: start;
  font-size: 20px;
}
.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
  display: none; /* Masqué par défaut */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

/* Animation du spinner */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Style de la section vidéo pour que le loader soit visible au centre */
.bloc-video {
  position: relative;
}
#background-video {
  border: none;
  outline: none;
  width: 100%;
  background-color: #c2c2c2;
  height: 45vw;
}
#background-video-mobile {
  display: none;
}
video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
/*logo et navigation*/
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

header {
  position: fixed;
  background-color: rgba(51, 51, 51, 0.8);
  width: 100%;

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0vw 5vw;

  color: #ebebeb;
  height: 70px;
  z-index: 1000; /* Ajout d'un z-index pour assurer que le header reste au-dessus du contenu */
  backdrop-filter: blur(10px);
}

.img-large {
  max-width: 80px;
  height: auto;
}
.img-small {
  display: none;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 4vw;
}

nav a {
  text-decoration: none;
  color: #ebebeb;
  font-size: 15px;
}
.lien-effet {
  text-decoration: none;

  position: relative; /* Nécessaire pour positionner le trait de soulignement par rapport au lien */
}
.lien-effet::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;

  background-color: #c2c2c2; /* Couleur du trait de soulignement initial */
  transition: width 0.3s ease; /* Ajoute une transition pour l'effet de remplissage */
}
.lien-effet:hover::before {
  width: 100%; /* Remplit complètement la largeur du lien au survol */
}
/* section "à propos" */
.about {
  /*display: flex;*/
  display: grid;
  /*grid-template-columns: 1fr 2fr;*/
  margin-top: -200px; /*je remonte la section pour l'afleurer à la vidéo*/
}

.a-propos {
  background-color: rgba(51, 51, 51, 0.85);

  margin-left: 65%;
  margin-top: 150px;
  margin-bottom: 150px;
}
.bloc-a-propos {
  height: auto;
  padding: 5vw 5vw 90px 5px;
  display: flex;
  flex-direction: column;
  text-align: justify;
}
.container-texte_a_propos {
  margin-left: 2vw;
  margin-right: 2vw;
}
.titre-a-propos {
  font-family: "Quicksand", sans-serif;
  color: #bd9732;
  margin-bottom: 15px;
  font-size: 30px;
  padding-left: 5%;
}
.texte-a-propos {
  color: #bd9732;
  font-size: 16px;
  line-height: 24px;
}
.container-about {
  background-color: #292929;
}
/* section a propos*/

.accroche {
  color: #bd9732;
  text-align: start;
  margin-bottom: -25px;
  padding-left: 1vw;
  padding-top: 4vw;
  font-family: Poiret One;
  padding-left: 57%;
  margin-top: 5vw;
  font-size: 2.5vw;
  font-style: normal;
  line-height: normal;
}

.marge-left-container-about-text {
  margin-right: 45%;
  margin-left: 8%;
  margin-top: 10vw;
}
.text-container {
  font-size: 1vw;
}

.about-text {
  font-size: 16px;
  flex: 1;
  color: #bd9732;
  margin-left: 3vw;
  padding-right: 3vw;
  padding-top: 1vw;
  padding-bottom: 30px;
  border-radius: 5px;
  line-height: 24px;
  margin-bottom: 60px;
  /*border-radius: 0px 15px 15px 15px;*/
  /*border: 2px solid #292929;*/
}

.container-button-about {
  display: flex;
  justify-content: space-between;
  padding-left: 130px;
}
.section-logiciels {
  width: auto;
}
.texte-section_logiciels {
  padding-left: 5vw;
  margin-bottom: 50px;
  color: #bd9732;
  font-family: "Quicksand", sans-serif;
}
.icon-barre {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 5vw;
  padding-right: 5vw;
}
.icon-logiciels {
  display: flex;
  justify-content: space-between;
  gap: 4vw;
  align-items: baseline;
  max-height: 50px;
}
.icon {
  max-width: 40px;
}
.about-text-2 {
  font-family: "poiret one", "Quicksand", sans-serif;
  color: #c2c2c2;
  text-align: center;
  font-size: 24px;
  margin-left: 5vw;
  margin-right: 5vw;
  margin-top: 2vw;
  margin-bottom: 2vw;
  line-height: 28px;
}
.trait-jaune {
  border-top: 3px solid #bd9732;
  margin-left: 40%;
  margin-right: 40%;
  text-decoration: none;
  border-radius: 3px;
}

.about-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120%;
}
.parallax-container {
  width: 100%;
  height: 40vw;
  pointer-events: none;
  margin-top: -15vw;
  overflow: hidden;
}
.parallax-image {
  position: relative;
  background-repeat: no-repeat;
  width: 110vw; /* Ajustez la largeur pour contrôler le déplacement */
  height: 40vw;
  background-image: url("./images/illsutration_atelier_alchimiste.png");
  background-size: 30vw;
  background-position: center center;
  transform: translateX(-40vw); /* Ajustez la valeur pour le décalage initial */
  transition: transform 0s ease-out;
}

.container-presentation-motion-design {
  background-color: #292929;
  color: #c2c2c2;
  padding-top: 5vw;
  line-height: 1vw;
  margin-bottom: 2vw;
  font-size: 2vw;
}
.titre-presentation-motion-design {
  font-size: 36px;
  text-align: right;
  font-family: "poiret one";
  line-height: 30px;
}
.trait-jaune-horizontale {
  border-left: 0.2vw solid #bd9732;
  text-decoration: none;
  margin-left: 2vw;
  border-radius: 5vw;
}
.container-titre {
  display: flex;
  flex-direction: row;
  margin-right: 30px;
  padding-left: 8%;
}
.container-titre2 {
  display: flex;
  flex-direction: row;
  margin-right: 30px;
  padding-left: 8%;
}
.texte-presentation-motion-design {
  font-family: "quicksand", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  margin-left: 2vw;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  flex-direction: column-reverse;
  margin-right: 30%;
}
.container-info-bouton {
  display: flex;
  flex-direction: row;
  margin-top: 50px;
  gap: 25%;
  margin-left: 5vw;
}
.info-motiondesign {
  display: flex;
  color: #bd9732;
  flex-direction: column-reverse;
  font-size: 20px;
  max-width: 58vw;
  line-height: 20px;
}
.content {
  background-color: #515151;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 100px;
  padding-right: 100px;
}
/*.presentation-motion-design {
  padding-left: 30%;
  padding-right: 30%;
}*/
.carousel {
  width: 100%; /* Utilisez 100% de la largeur de l'écran */

  margin: 0 auto;
  overflow: hidden;
  position: relative;
  margin-top: 5vw;
}
.carousel-container {
  display: flex;
  align-items: center;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  font-family: "quicksand", sans-serif;
  font-weight: 300;
  font-style: normal;
  flex: 0 0 33.33%; /* Trois éléments visibles à la fois */
  padding: 1vw;
  text-align: center;
  font-size: 0.5vw;
}

.video-thumbnail {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 5px;
  padding-top: 1.1vw;
}
.carousel-item h2 {
  font-size: 1.2vw;
}
video {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
}

.prev-button,
.next-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 3vw;
  cursor: pointer;
  width: 5vw;
}

.prev-button {
  left: 0;
}

.next-button {
  right: 0;
}

.background-projet {
  background-image: url("images/font-gis-section-projet.png");
  position: inherit;
  height: fit-content;
  margin-top: -100px;
}
.section-projet {
  padding-top: 400px;
}
.titre-projet {
  text-align: center;
  font-size: 4vw;
  padding-bottom: 100px;
  color: #ebebeb;
}
.ligne {
  border: 0.5px solid #ebebeb;
  margin-top: 1.75vw;
  margin-right: 10vw;
}
.paragraphe-projet {
  font-family: "Quicksand", sans-serif;
  color: #ebebeb;
  font-size: 0.75vw;
  text-align: left;
  padding-left: 10vw;
  max-width: 40vw;
  line-height: 1vw;
}
.container-projet {
  display: flex;
  justify-content: space-evenly;
  padding-top: 110px;
}

.box {
  flex: 1;
  text-align: center;
  padding: 5vw;
  max-width: 25vw;
  color: #ebebeb;
  font-size: 0.75vw;
}
.middle-box {
  margin-top: -100px; /* Élévation de 100 pixels */
}
.box img {
  max-width: 5vw;
  height: auto;
}

.box p {
  margin-top: 10px;
}

/*-----------section conception graphique-------------*/
.categorie-conception-graphique {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 140px; /*Espacement entre les sections*/
  margin-top: 70px;
}
.section-conception-graphique-branding {
  position: relative;
  display: flex;
  border: 2px solid #3289bd;
  border-radius: 52px;
  padding: 20px;
  overflow: visible;
  width: 500px;
  min-height: 344px;
}
.section-conception-graphique-print {
  position: relative;
  display: flex;
  border: 2px solid #bd9732;
  border-radius: 52px;
  padding: 20px;
  overflow: visible;
  width: 500px;
  min-height: 344px;
}
.section-conception-graphique-web {
  position: relative;
  display: flex;
  border: 2px solid #32bdaf;
  border-radius: 52px;
  padding: 20px;
  overflow: visible;
  width: 500px;
  min-height: 344px;
}
.section-conception-graphique-video {
  position: relative;
  display: flex;
  border: 2px solid #8f32bd;
  border-radius: 52px;
  padding: 20px;
  overflow: visible;
  width: 500px;
  min-height: 344px;
}
.section-gauche-conception-graphique {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 50%;
  gap: 30px;
}
.container-presentation-conception-graphique {
  padding-bottom: 5vw;
  background-color: #292929;
  color: #c2c2c2;
  padding-top: 5vw;
  line-height: 1vw;
  margin-bottom: 2vw;
}
.titre-conception-graphique-branding {
  font-size: 24px;
  text-align: left;
  font-family: "quicksand";
  line-height: 30px;
  color: #3289bd;
  font-weight: 400;
}
.titre-conception-graphique-print {
  font-size: 24px;
  text-align: left;
  font-family: "quicksand";
  line-height: 30px;
  color: #bd9732;
  font-weight: 400;
}
.titre-conception-graphique-web {
  font-size: 24px;
  text-align: left;
  font-family: "quicksand";
  line-height: 30px;
  color: #32bdaf;
  font-weight: 400;
}
.titre-conception-graphique-video {
  font-size: 24px;
  text-align: left;
  font-family: "quicksand";
  line-height: 30px;
  color: #8f32bd;
  font-weight: 400;
}
.paragraphe-conception-graphique {
  font-size: 16px;
  line-height: 24px;
  font-family: "quicksand,roboto";
  font-weight: 300;
}
.bouton-conception-graphique {
  text-align: center;
}
.section-droite-conception-graphique {
  width: 50%;
  position: relative;
}
.vignette-conception-graphique {
  position: absolute;
  top: 78px;
  right: -39px;
  width: 113%;
  max-width: none;
}
.hover-zoom {
  width: 100%; /* Ajustez selon la taille de votre image */
  transition: transform 0.3s ease; /* Transition fluide lors du hover */
}

.hover-zoom:hover {
  transform: scale(1.1); /* Agrandit l'image de 10% au survol */
}
.titre-presentation-concepteur-graphique {
  font-size: 28px;
  text-align: right;
  font-family: "poiret one";
  line-height: 35px;
}

.texte-presentation-conception-graphique {
  font-family: "quicksand", sans-serif;
  font-weight: 300;
  font-style: normal;
  text-align: left;
  margin-left: 2vw;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  flex-direction: column-reverse;
  margin-right: 40%;
}

.container-text-bouton-concepteur-graphique {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: flex-end;
}

/* section inteligence artificiel */
.section-ai {
  background-image: url(images/banniere_ai.png);
  background-size: cover;
  height: 32vw;
  box-shadow: 20px 5px 10px rgb(0 0 0);
}
.section-ai-texte {
  display: flex;
  grid-row-end: 1fr 1fr;
  /* justify-items: end; */
  flex-direction: column;
  align-items: flex-start;
  gap: 2vw;
  height: 32vw;
  justify-content: center;
  padding-left: 64%;
  padding-right: 5%;
}
.titre-ai {
  font-family: "poiret one", "quicksand", "sans-serif";
  text-align: left;
  font-size: 3vw;
  color: #bd9732;
}
.soustitre-ai {
  flex-direction: column;
  gap: 20px;
  font-size: 1.8vw;
}
.categorie-ai {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
}
.puce-couleur-vert {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 80px;
  cursor: pointer;
  width: 41px;
  background-color: #32bdaf;
  border: 7px solid #32bdaf;
  border-radius: 100px;
}
.puce-couleur-bleu {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 80px;
  cursor: pointer;
  width: 41px;
  background-color: #3289bd;
  border: 7px solid #3289bd;
  border-radius: 100px;
}
.puce-couleur-violet {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 80px;
  cursor: pointer;
  width: 41px;
  background-color: #8f32bd;
  border: 7px solid #8f32bd;
  border-radius: 100px;
}
.puce-couleur-jaune {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 80px;
  cursor: pointer;
  width: 41px;
  background-color: #bd9732;
  border: 7px solid #bd9732;
  border-radius: 100px;
}
.section-categorie-ai {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  padding-top: 1vw;
}

/*section déroulement du projet*/
.section-deroulement {
  background-color: #292929;
  width: 100%;
}
.container-section-deroulement {
  padding: 0px 5vw;
  margin-top: 50px;
}
.flex-container-deroulement {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 540px;
}
.titre-deroulement {
  font-family: "quicksand", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 30px;
  color: #bd9732;
}
.trait-jaune2 {
  border-top: 2px solid #bd9732;
  width: 50%;
  text-decoration: none;
  border-radius: 3px;
}
.soustitre-deroulement {
  font-family: "quicksand", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  color: #c2c2c2;
}

.picto {
  width: 100px;
}
.container-grille-deroulement {
  display: flex;
  margin-top: 100px;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.conainer-deroulement {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  max-width: 349px;
  min-width: 300px;
}
.paragraphe-deroulement {
  font-family: "quicksand", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  color: #c2c2c2;
  padding: 0px 50px;
  text-align: center;
  line-height: 18px;
}
/*section contact*/
.section-contact {
  background-color: #292929;
}
.container-section-contact {
  padding: 0px 150px;
  padding-top: 200px;
}
.flex-container-infopictosocial {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 20%;
}
.flex-container-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.info-section-contact {
  color: #bd9732;
}
.trait-jaune3 {
  border-top: 2.5px solid #bd9732;
  text-decoration: none;
  border-radius: 5vw;
  margin-top: 10px;
  margin-right: 30%;
}
.flex-container-pictosocial {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.pictosocial {
  transition: transform 0.3s ease;
  width: 30px;
  cursor: pointer;
}
.pictosocial:hover {
  transform: scale(1.2);
  outline: none;
  text-decoration: none;
}
.flex-conatiner-adressemail-ouvertures {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
  margin-top: 150px;
}
.adressemail {
  font-family: "quicksand", sans-serif;
  display: flex;

  font-size: 40px;
  text-align: center;
  flex-direction: column;
  gap: 20px;
}
.lien-bouton {
  transform: scale(1);
  transition: transform 0.3s ease;
}
.lien-bouton:hover {
  transform: scale(1.2);
  transition: transform 0.3s ease;
  outline: none;
  text-decoration: none;
}

.ouvertures {
  font-family: "quicksand", sans-serif;
  font-weight: 300px;
  font-style: normal;
  color: #bd9732;

  text-align: left;
  width: 300px;
  font-size: 12px;
  line-height: 20px;
}
.asterix {
  margin-top: 190px;
  color: #bd9732;
  text-align: right;
}
.trait-jaune-h100 {
  margin-top: 10px;
  border-top: 2px solid #bd9732;
  width: 100%;
  text-decoration: none;
}
.footer-page-flex {
  height: 87px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.boutonfooter {
  color: #bd9732;
}
/*page : page_formulaire*/
.mail-container {
  display: flex;
  justify-content: center;
  height: 100vmin;
  align-items: center;
}
/* Media Query pour la mise en page responsive */
@media screen and (min-width: 1325px) {
  .categorie-conception-graphique {
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* right: 70px; */
    margin-top: 70px;
    row-gap: 70px;
    column-gap: 0px;
    justify-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 800px) {
  nav ul {
    display: none;
  }
  nav a {
    display: none;
  }
  .container-grille-deroulement {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 570px) {
  .background-image-fix {
    background-image: url("./images/photo_bureau_NB_2_mobile.jpg");
    background-position: left;
  }
  .bouton {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    font-size: 16px;
    text-align: center;
    color: #bd9732;
    /* max-height: 9vw; */
    cursor: pointer;
    width: 270px;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #bd9732;
    border-radius: 35px;
  }
  header {
    margin-bottom: 0.5vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  #background-video {
    display: none;
    height: unset;
  }
  #background-video-mobile {
    display: block;
    border: none;
    outline: none;
    height: 190vw;
    background-color: #c2c2c2;
  }

  .logo {
    margin: 0;
    margin-bottom: 10px;
    margin-top: 1vw;
  }

  .img-large {
    display: none;
  }

  .img-small {
    max-width: 100%;
    height: auto;
    display: block;
  }
  .titre {
    display: flex;
    align-items: center;
  }
  .titre-container {
    padding-left: 5vw;
  }
  .accroche {
    padding-top: 12vw;
    padding-left: 5%;
    font-size: 32px;
    text-align: center;
  }
  .about-text {
    font-size: 16px;
  }
  .titre-a-propos {
    text-align: center;
    font-size: 30px;
  }
  .texte-a-propos {
    text-align: start;
    font-size: 18px;
    line-height: 20px;
  }
  .bloc-a-propos {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 0px;
  }
  .a-propos {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .marge-left-container-about-text {
    margin-right: 10vw;
    margin-top: 20vw;
  }
  .parallax-image {
    display: none;
  }
  .parallax-image-mobile {
    position: relative;
    background-image: url(./images/illsutration_atelier_alchimiste.png);
    background-repeat: no-repeat;
    height: 43vw;
    background-size: 60vw;
    background-position: center center;
    margin-top: 27vw;
    margin-right: 8vw;
  }
  .parallax-container {
    width: 100%;
    height: 90vw;

    margin-top: -15vw;
    overflow: hidden;
  }
  .container-titre {
    margin-top: 20px;
  }

  .titre-presentation-motion-design {
    font-size: 30px;

    line-height: 30px;
  }
  .info-motiondesign {
    font-size: 14px;

    line-height: 16px;
  }
  .texte-presentation-motion-design {
    font-size: 16px;
    line-height: 18px;
    margin-right: unset;
  }
  .container-info-bouton {
    flex-direction: column;

    align-items: center;
    justify-content: space-evenly;
    gap: 50px;
  }
  .container-button-about {
    display: flex;
    padding-left: 0vw;
    flex-direction: column;
    align-content: space-around;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
  }
  .trait-jaune {
    margin-left: 25%;
    margin-right: 25%;
  }
  .content {
    padding-left: 10vw;
    padding-right: 10vw;
  }
  .about-text-2 {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .carousel-item {
    flex: 0 0 100%; /*Trois éléments visibles à la fois */
  }

  .carousel-item h2 {
    padding: 24px;
    font-size: 22px;
  }
  .prev-button {
    display: none;
  }
  .next-button {
    display: none;
  }
  .container-section-conception-graphique {
    padding: 80px 0px;
    gap: 90px;
  }
  .container-presentation-conception-graphique {
    padding-left: 5%;
    padding-right: 5%;
  }
  .container-section {
    display: flex;
    flex-direction: column;
    gap: 50px;
    align-items: center;
  }
  .container-section {
    padding-right: 50px;
  }
  .titre-presentation-concepteur-graphique {
    font-size: 30px;
    line-height: 30px;
  }
  .texte-presentation-conception-graphique {
    font-size: 16px;
    line-height: 18px;
    margin-right: unset;
  }
  .container-text-bouton-concepteur-graphique {
    align-items: center;
  }
  .container-image {
    width: auto;
  }
  .container-section-deroulement {
    padding: 0px 30px;
    margin-top: 52px;
  }
  .container-section-deroulement {
    padding: 0px 30px;
    margin-top: 40px;
  }
  .container-grille-deroulement {
    margin-top: 77px;
    gap: 100px;
    flex-direction: column;
  }
  .flex-container-deroulement {
    width: auto;
  }
  .container-section-contact {
    padding: 50px 25px;
  }

  .lien-bouton {
    font-size: 6.5vw;
  }
  .ouvertures {
    width: auto;
    font-size: 15px;
  }
  .flex-container-infopictosocial {
    gap: 25px;
    flex-direction: column-reverse;
    margin-right: 0%;
    margin-top: 50px;
  }
  .flex-container-info {
    flex-direction: column-reverse;
    gap: 25px;
  }
  .info-section-contact {
    text-align: center;
  }
  .trait-jaune3 {
    margin-right: unset;
  }
  .asterix {
    font-size: 12px;
    margin-top: 110px;
    margin-right: 182px;
    margin-left: 10px;
    line-height: 20px;
  }
  .footer-page-flex {
    height: 87px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    font-size: 12px;
    text-align: center;
    gap: 52px;
    justify-content: space-evenly;
  }
  .container-information {
    text-align: center;
    font-size: 4vw;
    font-family: "quicksand";
    position: absolute;
    display: flex;
    flex-direction: column;
    height: 186vw;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: flex-end;
    gap: 6vw;
  }
  .container-presentation-conception-graphique {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section-gauche-conception-graphique {
    width: auto;
  }
  conception-graphique {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: auto;
    gap: 30px;
  }
  .section-conception-graphique-branding {
    position: relative;
    display: flex;
    border: 2px solid #3289bd;
    border-radius: 52px;
    padding: 34px;
    overflow: visible;
    width: 80%;
    min-height: 275px;
    flex-direction: column;
    align-items: center;
  }
  .section-conception-graphique-print {
    position: relative;
    display: flex;
    border: 2px solid #bd9732;
    border-radius: 52px;
    padding: 34px;
    overflow: visible;
    width: 80%;
    min-height: 275px;
    flex-direction: column;
    align-items: center;
  }
  .section-conception-graphique-web {
    position: relative;
    display: flex;
    border: 2px solid #32bdaf;
    border-radius: 52px;
    padding: 34px;
    overflow: visible;
    width: 80%;
    min-height: 275px;
    flex-direction: column;
    align-items: center;
  }
  .section-conception-graphique-video {
    position: relative;
    display: flex;
    border: 2px solid #8f32bd;
    border-radius: 52px;
    padding: 34px;
    overflow: visible;
    width: 80%;
    min-height: 275px;
    flex-direction: column;
    align-items: center;
  }

  .section-gauche-conception-video {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: auto;
    gap: 30px;
  }
  .section-droite-conception-graphique {
    width: 135px;
    position: relative;
    height: 116px;
    left: 26px;
    bottom: 30px;
  }
  .vignette-conception-graphique {
    position: absolute;
    top: -32px;
    right: -37px;
    width: 186%;
    max-width: none;
  }
  /*--------------------setion ai--------------------*/
  .section-ai {
    background-image: url(images/bannier_ai_mobile.jpg);
    background-size: cover;
    height: 320px;
    box-shadow: 20px 5px 10px rgb(0 0 0);
    margin-top: 145px;
  }
  .section-ai-texte {
    display: flex;
    grid-row-end: 1fr 1fr;
    flex-direction: column;
    align-items: flex-start;
    gap: 29px;
    height: 182px;
    justify-content: center;
    padding-left: 15%;
    padding-right: 15%;
  }
  .titre-ai {
    font-family: "poiret one", "quicksand", "sans-serif";
    text-align: left;
    font-size: 30px;
    color: #bd9732;
  }
  .soustitre-ai {
    flex-direction: column;
    gap: 20px;
    font-size: 16px;
    color: white;
    margin-top: 102px;
    line-height: 28px;
  }
  .categorie-ai {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
    color: #ebebeb;
  }
  .puce-couleur-vert {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 80px;
    cursor: pointer;
    width: 41px;
    background-color: #32bdaf;
    border: 7px solid #32bdaf;
    border-radius: 100px;
  }
  .puce-couleur-bleu {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 80px;
    cursor: pointer;
    width: 41px;
    background-color: #3289bd;
    border: 7px solid #3289bd;
    border-radius: 100px;
  }
  .puce-couleur-violet {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 80px;
    cursor: pointer;
    width: 41px;
    background-color: #8f32bd;
    border: 7px solid #8f32bd;
    border-radius: 100px;
  }
  .section-categorie-ai {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
  }
}
