@charset "UTF-8";
/**
 * @author Prenom Nom courriel
 * @todo Lier les modules avec des instructions @import
 * @todo Compléter selon l'énoncé de l'exercice
 */
/*
 * ------------------
 * TABLE DES MATIERES
 * ------------------
 * Librairies
 ** Normalize
 * UTILITAIRES
 ** Variables
 ** Mixins
 * BASE
 ** Typographie
 ** Hyperliens
 ** Boutons
 * MODULES
 ** gds - Styles généraux du Guide de styles
 ** palette - Palette de couleurs
 ** listeInteractivite - Éléments interactifs
 */
/****** Librairies ******/
/** Normalize **/
/**** UTILITAIRES ****/
/** Variables **/
/** Mixins **/
/****** BASE ******/
/** Typographie **/
.h1 {
  font-family: "Sora", sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  color: #ffffff;
}
@media (min-width: 1080px) {
  .h1 {
    font-size: 42px;
    line-height: 50px;
    font-weight: 600;
  }
}

.h2 {
  font-family: "Sora", sans-serif;
  font-size: 23px;
  line-height: 31px;
  font-weight: 600;
  color: #ffffff;
}
@media (min-width: 1080px) {
  .h2 {
    font-size: 26px;
    line-height: 31px;
  }
}

.h3 {
  font-family: "Sora", sans-serif;
  font-size: 18px;
  line-height: 31px;
  font-weight: 600;
  color: #ffffff;
}
@media (min-width: 1080px) {
  .h3 {
    font-size: 20px;
    line-height: 31px;
  }
}

p {
  font-family: "Sora", sans-serif;
  font-size: 16px;
  line-height: 23.2px;
  font-weight: 400;
  color: #cac6dd;
}

.label {
  font-family: "Sora", sans-serif;
  font-size: 18px;
  line-height: 31px;
  font-weight: 600;
  color: #cac6dd;
}

.titre-xl {
  font-family: "Sora", sans-serif;
  font-size: 40px;
  line-height: 61px;
  font-weight: 700;
  color: #ffffff;
}
@media (min-width: 1080px) {
  .titre-xl {
    font-size: 68px;
    line-height: 61px;
  }
}

/** Hyperliens **/
/** Pages **/
.ctn-intro-page {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 550px;
  margin-bottom: 96px;
}

.ctn-formulaire {
  border: 1px solid #221e30;
  border-radius: 12px;
  padding: 32px 20px 0 20px;
  margin-bottom: 32px;
}
@media (min-width: 1080px) {
  .ctn-formulaire {
    flex: basis 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 32px;
  }
}

.ctn-carte-prof {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .ctn-carte-prof {
    justify-content: flex-start;
  }
}
@media (min-width: 1080px) {
  .ctn-carte-prof {
    flex: 0 0 320px;
    width: fit-content;
    flex-direction: column;
    margin-bottom: 0;
  }
}
.h2-choix {
  margin-bottom: 48px;
}

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

@media (min-width: 1080px) {
  .info-prof {
    height: 100%;
  }
}
.responsabilite-prof {
  font-weight: 800;
  margin-bottom: 4px;
}

.img-prof {
  border-radius: 5000000px;
  width: 100px;
  height: 100px;
  margin-right: 16px;
  z-index: 50;
}

.formulaire {
  flex: 1;
}

.h2-contact {
  margin-bottom: 48px;
}

.h3-contact {
  margin-bottom: 8px;
}

.ctn-input {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-bottom: 16px;
}

.radio-prof {
  display: none;
}

.input {
  width: 100%;
  border: 1px solid #221e30;
  background-color: transparent;
  border-radius: 12px;
  font-size: 16px;
  color: #cac6dd;
  padding: 16px 8px 16px 8px;
  margin-bottom: 8px;
}

.ctn-checkbox {
  width: fit-content;
  display: Flex;
  flex-direction: column;
  gap: 8px;
  color: #cac6dd;
  font-size: 16px;
  margin: 8px 0 24px 0;
}

.inputLabelConsentement {
  display: Flex;
  flex-direction: row;
  gap: 8px;
  padding: 8px 8px;
  border-radius: 12px;
}

@media (min-width: 768px) {
  .inputLabelConsentement {
    padding: 8px 16px;
  }
}
.inputLabelConsentement:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.ctn-input label {
  margin-bottom: 8px;
}

textarea {
  resize: none;
  height: 220px;
}

.btnFormulaire {
  margin: 32px 0;
}

.error {
  color: #ff4e4e !important;
}

.ctn-courriel-reussi {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.svg-courriel-reussi {
  width: 30px;
}

.message-courriel-reussi {
  color: #28a745;
  font-size: 24px;
  font-weight: 500;
}

select:hover, input:hover, #message:hover {
  border-color: #c67aff;
}

select option {
  background-color: transparent;
  color: black;
  border-radius: 20px;
}

.ctn-hero {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 64px;
  position: relative;
  background: transparent;
  border-bottom: 2px solid transparent;
}
.ctn-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #ffafae 0%, #ffb8bd 6%, #ffc67b 14%, #b8e5ba 25%, #84fbed 34%, #80dff8 44%, #8ba9fb 52%, #9b5bff 60%, #b865f7 69%, #d97ded 77%, #e8c8e7 86%, #f9ede5 93%, #ffafae 100%);
}

@media (min-width: 768px) {
  .ctn-hero {
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 128px;
  }
}
.img-grille {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 1;
}

.texte-hero {
  max-width: 700px;
}

.titre-principal {
  font-family: "Sora", sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #ffffff;
  margin: 32px 0;
  max-width: 500px;
}
@media (min-width: 1080px) {
  .titre-principal {
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
  }
}

.ctn-contenu-hero {
  order: 2;
}

.texte-hero p {
  margin-bottom: 64px;
  max-width: 520px;
}

.btnHero {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .ctn-contenu-hero {
    order: 1;
  }
}
.ctn-diplomes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
}

.ctn-diplomes p {
  max-width: 240px;
  position: relative;
  right: 0;
}

@media (min-width: 1080px) {
  .ctn-diplomes p {
    right: 35;
  }
}
.ctn-img-diplome {
  position: relative;
}

.img-diplome-hero {
  width: 40px;
  position: relative;
  border-radius: 500000px;
  border: #221e30 2px solid;
}

.img-diplome-hero:first-child {
  z-index: 4;
}

/* Deuxième image */
.img-diplome-hero:nth-child(2) {
  z-index: 3;
  right: 20px;
}

/* Troisième image */
.img-diplome-hero:nth-child(3) {
  z-index: 2;
  right: 35px;
}

/* Quatrième image */
.img-diplome-hero:nth-child(4) {
  z-index: 1;
  right: 50px;
}

@media (min-width: 768px) {
  .img-diplome-hero {
    width: 48px;
  }
}
.img-hero {
  order: 1;
  width: 280px;
}

@media (min-width: 768px) {
  .img-hero {
    order: 2;
    width: 350px;
    height: 290px;
    align-self: flex-end;
  }
}
@media (min-width: 1080px) {
  .img-hero {
    order: 2;
    width: 420px;
    height: 360px;
    align-self: flex-end;
  }
}
@media (min-width: 1440px) {
  .img-hero {
    order: 2;
    width: 470px;
    height: 410px;
  }
}
.ctn-apprentissage {
  margin-bottom: 64px;
  max-width: 700px;
}

.h2-accueil {
  margin-bottom: 16px;
}

.ctn-axes {
  position: relative;
  margin-bottom: 48px;
}
@media (min-width: 1080px) {
  .ctn-axes {
    margin-bottom: 128px;
  }
}

.ctn-vignettes-axes {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .ctn-vignettes-axes {
    display: flex;
  }
}
.vignetteAxes {
  position: relative;
  width: fit-content;
  cursor: pointer;
  gap: 8px;
  text-align: center;
  padding: 12px 24px;
  color: #cac6dd;
  background-color: #221e30;
  border-radius: 12px;
  transition: all 0.5s ease;
  font-size: 16px;
}

@media (min-width: 768px) {
  .vignetteAxes {
    width: 180px;
  }
}
.vignetteAxes:hover {
  background-color: #3F365E;
}

.vignetteAxes input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
}

.vignetteAxes:has(input[type=radio]:checked) {
  background-color: #cac6dd;
  color: #221e30;
}

.vignetteAxes label {
  pointer-events: none;
}

.ctn-carte-axe {
  margin-bottom: 32px;
}

@media (min-width: 1080px) {
  .ctn-carte-axe {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
  }
}
.ctn-img-axe {
  width: 100%;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 16px;
  max-width: 405px;
}

@media (min-width: 1080px) {
  .ctn-img-axe {
    margin-bottom: 0;
  }
}
#ctnConception {
  background-color: #FF776F;
}

#ctnIntegration {
  background-color: #7ADB78;
}

#ctnProgrammation {
  background-color: #C67AFF;
}

#ctnMedias {
  background-color: #FFC876;
}

.img-axe {
  position: relative;
  top: 75;
  width: 100%;
}

@media (min-width: 1080px) and (max-width: 1180px) {
  #img-integration {
    top: 125;
  }
}
#img-programmation {
  left: 5;
  top: 50;
}
@media (min-width: 1080px) and (max-width: 1320px) {
  #img-programmation {
    top: 105;
  }
}
@media (min-width: 1440px) and (max-width: 1505px) {
  #img-programmation {
    left: 5;
    top: 150;
  }
}

#img-medias {
  left: 10;
  top: 50;
}
@media (min-width: 1080px) and (max-width: 1180px) {
  #img-medias {
    top: 120;
  }
}
@media (min-width: 1440px) and (max-width: 1480px) {
  #img-medias {
    top: 100;
  }
}

.ctn-carte-axe svg {
  width: 64px;
  fill: #0e0c15;
}

.description-axe {
  margin-bottom: 32px;
  max-width: 700px;
}
.description-axe p {
  text-align: left;
}
@media (min-width: 768px) {
  .description-axe p {
    text-align: justify;
  }
}

@media (min-width: 1080px) {
  .ctn-carte-axe ul {
    padding-left: 16px;
  }
}
.ctn-carte-axe li {
  font-size: 16px;
  color: #cac6dd;
  margin-bottom: 24px;
  padding: 8px 0 8px 12px;
  position: relative;
  background: transparent;
  border-left: 2px solid transparent;
}
.ctn-carte-axe li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #84FBED 0%, #B8E5BA 50%, #FFC67B 100%);
}

@media (max-width: 1079px) {
  .ctn-carte-axe ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .ctn-carte-axe li {
    width: 300px;
  }
}
.h3-carte-axe {
  font-family: "Sora", sans-serif;
  font-size: 18px;
  line-height: 31px;
  font-weight: 600;
  color: #0e0c15;
}
@media (min-width: 1080px) {
  .h3-carte-axe {
    font-size: 20px;
    line-height: 31px;
  }
}

.slogan-axe {
  position: absolute;
  display: flex;
  align-items: center;
  margin-left: 2%;
  margin-top: 2%;
}

.vignette-nom {
  width: 100px;
  padding: 8px 0;
  border-radius: 12px;
  background-color: #463583;
  text-align: center;
  z-index: 10;
  position: absolute;
  bottom: 4%;
  margin-left: 4%;
  margin-top: 4%;
  font-size: 14px;
}

@media (min-width: 400px) {
  .vignette-nom {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .vignette-nom {
    width: 135px;
  }
}
.vignettes-integration {
  display: none;
}

@media (min-width: 768px) {
  .vignettes-integration {
    display: block;
  }
}
#raph {
  bottom: 60;
}

#mathieu {
  bottom: 10;
  right: 40%;
}

#antoine {
  bottom: 30;
  right: 10;
}

#raph-mat-ant {
  width: fit-content;
  padding: 8 12px;
}

@media (min-width: 768px) {
  #raph-mat-ant {
    display: none;
  }
}
.h3-axe {
  margin-bottom: 16px;
}
@media (min-width: 1080px) {
  .h3-axe {
    padding-top: 16px;
  }
}

@media (max-width: 1080px) {
  #carte-conception,
  #carte-integration,
  #carte-programmation,
  #carte-medias {
    display: block;
  }
}
.btnTelecharger {
  margin-top: 16px;
  width: 300px !important;
}

.ctn-admission {
  margin-bottom: 32px;
}
@media (min-width: 1080px) {
  .ctn-admission {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    margin-bottom: 128px;
  }
}

.ctn-admission li {
  font-size: 16px;
  color: #cac6dd;
  margin-bottom: 24px;
  padding: 8px 0 8px 12px;
  position: relative;
  background: transparent;
  border-left: 2px solid transparent;
  margin-left: 16px;
}
.ctn-admission li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #84FBED 0%, #B8E5BA 50%, #FFC67B 100%);
}

.img-admission {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 24px;
}
@media (min-width: 1080px) {
  .img-admission {
    order: 2;
    max-width: 520px;
  }
}
@media (min-width: 1600px) {
  .img-admission {
    max-width: 690px;
  }
}

.textes-admission p {
  margin-bottom: 24px;
}

.h2-experience {
  margin-bottom: 24px;
}

.ctnUnJourInternational {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 32px;
}
@media (min-width: 1080px) {
  .ctnUnJourInternational {
    margin-bottom: 128px;
  }
}

.carte-jourInternational {
  position: relative;
  background: transparent;
  border-radius: 12px;
  border: 1px solid transparent;
  padding: 12px;
  background-image: url("../assets/blobs/blob1.png");
  background-position: bottom 70px left -250px;
  background-repeat: no-repeat;
  overflow: hidden;
}
.carte-jourInternational::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: conic-gradient(from 180deg at 50% 50%, #89f9e8, #facb7b, #d87cee, #9099fc, #89f9e8);
  padding: 1px;
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

@media (min-width: 768px) {
  .carte-jourInternational {
    flex: 1 1;
    padding: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .carte-jourInternational {
    background-position: bottom 170px left -250px;
  }
}
.carte-jourInternational h3 {
  margin-bottom: 16px;
}

.ctn-image-jourInternational {
  position: relative;
  margin-bottom: 42px;
}

.ctn-image-jourInternational img {
  width: 156px;
  position: relative;
  z-index: 20;
}

.vignette-centrer {
  width: 135px;
  padding: 8px 0;
  border-radius: 12px;
  background-color: #463583;
  text-align: center;
  z-index: 30;
  font-size: 14px;
  position: absolute;
  bottom: -40;
  left: 80;
  transform: translate(-50%, -50%);
}
@media (min-width: 400px) {
  .vignette-centrer {
    font-size: 16px;
  }
}

.ctn-programme {
  position: relative;
  margin-bottom: 32px;
}
@media (min-width: 1080px) {
  .ctn-programme {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 128px;
  }
}

.ctn-image-vignette {
  position: relative;
  margin-bottom: 24px;
}

@media (min-width: 1080px) {
  .contenu-programme {
    max-width: 620px;
    margin-left: 20px;
  }
}
.contenu-programme p {
  text-align: left;
}
@media (min-width: 768px) {
  .contenu-programme p {
    text-align: justify;
  }
}

.h2-universitaire {
  margin-bottom: 24px;
}

.contenu-programme p {
  margin-bottom: 24px;
}

@media (min-width: 1080px) {
  .ctn-liste-programme {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

.img-universitaire {
  width: 100%;
  max-width: 360px;
  height: 45%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  z-index: 10;
}
@media (min-width: 1080px) {
  .img-universitaire {
    height: 100%;
    object-fit: cover;
  }
}

.ctn-programme li {
  font-size: 16px;
  color: #cac6dd;
  margin-bottom: 24px;
  padding: 8px 0 8px 12px;
  position: relative;
  background: transparent;
  border-left: 2px solid transparent;
  margin-left: 16px;
}
.ctn-programme li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, #84FBED 0%, #B8E5BA 50%, #FFC67B 100%);
}

.h3-programme {
  margin-bottom: 16px;
}

.blob-programme {
  width: 640px;
  position: absolute;
  right: -200;
  top: -200;
  z-index: -10;
}

.ctn-temoignage {
  margin-bottom: 32px;
}
@media (min-width: 1080px) {
  .ctn-temoignage {
    margin-bottom: 128px;
  }
}

.h2-temoignage {
  margin-bottom: 24px;
}

.ctn-carte-temoignage {
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 830px) {
  .ctn-carte-temoignage {
    display: grid;
    grid-template-columns: repeat(2, minmax(360px, 1fr));
    gap: 32px;
  }
}

.carte-temoignage {
  margin-bottom: 32px;
}
@media (min-width: 830px) {
  .carte-temoignage {
    margin-bottom: 0;
  }
}

.img-temoignage {
  border-radius: 12px;
  width: 100%;
}
#vignette-temoignage {
  width: fit-content;
  padding: 8px 24px;
}

.temoignage-poste {
  min-height: 80px;
  margin-bottom: 16px;
}

.temoignage-poste p:nth-child(1) {
  margin-bottom: 8px;
}

.ctn-titre-temoignage {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.titre-temoignage {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

.contenu-carte-temoignage p {
  text-align: left;
  color: #cac6dd;
}
@media (min-width: 768px) {
  .contenu-carte-temoignage p {
    text-align: justify;
  }
}

.ctn-faq-questions {
  margin-bottom: 32px;
}
@media (min-width: 1080px) {
  .ctn-faq-questions {
    margin-bottom: 128px;
  }
}

.ctn-faq {
  border-bottom: 2px solid #cac6dd;
  margin-bottom: 12px;
}

.h2-faq {
  margin-bottom: 24px;
}

.ctn-question {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 24px 0;
  border-top: 2px solid #cac6dd;
  cursor: pointer;
}

.question-reponse {
  width: 100%;
}

.questions {
  color: #cac6dd;
}

.reponses {
  max-width: 1080px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 0 0 0;
}

.ctn-question.open .reponses {
  max-height: 500px;
  padding-top: 12px;
}

.ctn-question svg {
  fill: white;
  transition: transform 0.3s ease;
}

.ctn-question.open svg {
  transform: rotate(180deg);
}

.note-question {
  max-width: 860px;
}

.ctn-vente {
  width: 100%;
  max-width: 790px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  text-align: center;
  gap: 32px;
}

#btnVente {
  width: 305px;
}

.ctn-titre {
  margin-bottom: 32px;
  max-width: 650px;
  position: relative;
}
@media (min-width: 1080px) {
  .ctn-titre {
    margin-bottom: 64px;
  }
}

.h1-stages {
  margin-bottom: 16px;
}

.h2-stages {
  margin-bottom: 32px;
}

.ctn-competence {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}
@media (min-width: 650px) and (max-width: 767px) {
  .ctn-competence {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .ctn-competence {
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  }
}
@media (min-width: 1080px) {
  .ctn-competence {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin-bottom: 128px;
  }
}

.ctn-carte-competence {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 16px;
}

.img-stages {
  aspect-ratio: 16/9;
  border-radius: 12px;
}

.h3-pourquoi {
  margin: 8px 8px 16px 0;
  padding-left: 8;
}

.competence-texte {
  position: relative;
  background: transparent;
  border-left: 3px solid transparent;
  padding-left: 8px;
}
.competence-texte::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #84FBED 0%, #B8E5BA 50%, #FFC67B 100%);
}

.ctn-offres-stages {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 32px;
}

.ctn-carte-stages {
  position: relative;
  background: transparent;
  border-radius: 12px;
  border: 1px solid transparent;
  padding: 12px;
  background-image: url("../assets/blobs/blob1.png");
  background-position: bottom 70px left -250px;
  background-repeat: no-repeat;
  overflow: hidden;
}
.ctn-carte-stages::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: conic-gradient(from 180deg at 50% 50%, #89f9e8, #facb7b, #d87cee, #9099fc, #89f9e8);
  padding: 1px;
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.ctn-carte-stages p {
  text-align: left;
}
@media (min-width: 768px) {
  .ctn-carte-stages p {
    text-align: justify;
  }
}

@media (min-width: 768px) {
  .ctn-carte-stages {
    flex: 1 1;
    padding: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  .ctn-carte-stages {
    background-position: bottom 170px left -250px;
  }
}
.ctn-texte-carte-stages {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}

.texte-carte-gras {
  font-weight: bold;
  margin-right: 16px;
}

.ctn-profil {
  max-width: 600px;
  margin-bottom: 32px;
}
@media (min-width: 1080px) {
  .ctn-profil {
    margin-bottom: 128px;
  }
}

.ctn-pascal {
  position: relative;
  padding-bottom: 48px;
}

.carte-prof-pascal {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
}
@media (min-width: 768px) {
  .carte-prof-pascal {
    align-items: center;
    flex-direction: row;
  }
}

.ctn-image-pascal {
  position: relative;
  width: 156px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .ctn-image-pascal {
    margin-bottom: 0;
  }
}

.img-pascal {
  width: 156px;
}

.ctn-infos-pascal {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ctn-infos-pascal h3 {
  margin-bottom: 8px;
}
.ctn-infos-pascal div {
  margin-bottom: 16px;
}

.ctn-projets {
  display: grid;
  grid-template-columns: 1fr; /* 1 colonne par défaut */
  gap: 32px; /* Espacement entre les cartes */
  margin-bottom: 64px;
}

@media (min-width: 768px) {
  .ctn-projets {
    grid-template-columns: repeat(2, 1fr); /* 2 colonnes */
  }
}
.ctn-titre-projets {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 550px;
  margin-bottom: 64px;
}

.carte-projets {
  overflow: hidden;
  border-radius: 12px;
}

.carte-projets a {
  text-decoration: none;
}

.img-carte-projets {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 4px;
  margin-bottom: 16px;
  transition: all ease-in-out 300ms;
  overflow: hidden;
}

.diplome-carte {
  margin-bottom: 8px;
  transition: all ease-in-out 300ms;
}

.div-carte-projets {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 40%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 24px;
  width: 280px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 8px 16px;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  z-index: 800;
}

@media (min-width: 768px) {
  .div-carte-projets {
    width: 340px;
    bottom: 120px;
    font-size: 36px;
  }
}
.chevron-projets {
  fill: #cac6dd;
}

.identification-projet {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.img-diplome {
  width: 32px;
  height: 32px;
  border-radius: 500000000px;
}

.carte-projets:hover .diplome-carte {
  color: #c67aff;
}

.carte-projets:hover .img-carte-projets {
  transform: scale(1);
  filter: blur(4px);
  opacity: 0.7;
}

.ctn-filtres {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 64px;
}

.ctn-vignettes {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  gap: 8px;
}

@media (min-width: 560px) {
  .ctn-vignettes {
    flex-wrap: wrap;
    max-width: 660px;
  }
}
.vignettes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
@media (min-width: 560px) {
  .vignettes {
    margin-bottom: 0;
  }
}

.ctn-vignettes::-webkit-scrollbar {
  display: none; /* Cache la scrollbar sur les navigateurs basés sur WebKit (Chrome, Safari) */
}

.vignette {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-items: center;
  align-items: center;
  gap: 8px;
  text-align: center;
  padding: 12px 24px;
  color: #cac6dd;
  background-color: #221e30;
  border-radius: 12px;
  transition: all 0.3s ease;
  font-size: 16px;
}

.vignette:hover {
  background-color: #3F365E;
}

.vignette input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 1;
}

.vignette:has(input[type=radio]:checked) {
  background-color: #cac6dd;
  color: #221e30;
}

.vignette label {
  pointer-events: none;
}

.ctn-boutons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}

.h1-fiche {
  margin-bottom: 16px;
}

.h2-fiche {
  margin-bottom: 16px;
}

.img-principale-projet {
  width: 100%;
  transform: scale(1.2) translate(-10px, -10px);
  margin-top: 15%;
  margin-bottom: 15%;
  border-radius: 12px;
}

@media (min-width: 768px) {
  .img-principale-projet {
    transform: scale(1) translate(0, 0);
    margin-top: 0;
    margin-bottom: 32px;
    aspect-ratio: 16/9;
  }
}
.infos-projet-fiche {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 32px;
  margin-bottom: 32px;
}
@media (min-width: 1080px) {
  .infos-projet-fiche {
    margin-bottom: 128px;
  }
}

@media (min-width: 768px) {
  .infos-projet-fiche {
    justify-content: space-between;
  }
}
.infos-projet-fiche span {
  color: #ffffff !important;
}

.infos-projet-fiche div {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 300px;
}

.ctn-le-projet {
  position: relative;
  max-width: 860px;
  margin-bottom: 32px;
}
@media (min-width: 1080px) {
  .ctn-le-projet {
    margin-bottom: 128px;
  }
}
.ctn-le-projet p {
  text-align: left;
}
@media (min-width: 768px) {
  .ctn-le-projet p {
    text-align: justify;
  }
}

.ctn-etape {
  margin-bottom: 32px;
}
@media (min-width: 1080px) {
  .ctn-etape {
    margin-bottom: 128px;
  }
}

.etape {
  margin-bottom: 40px;
}
@media (min-width: 1080px) {
  .etape {
    margin-bottom: 64px;
  }
}

@media (min-width: 1080px) {
  .etape {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
}
.nom-etape {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.img-etape {
  width: 100%;
  margin-bottom: 24px;
  border-radius: 12px;
}

@media (min-width: 1080px) {
  .etape:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1080px) {
  .img-etape {
    width: 405px;
    height: 230px;
    aspect-ratio: 7;
    margin-bottom: 0;
  }
}
.capsule-ordre {
  position: relative;
  background: transparent;
  border-radius: 12px;
  border: 2px solid transparent;
  color: #cac6dd;
  font-size: 16px;
  border-radius: 500000000000%;
  padding: 8px 14px;
  text-align: center;
}
.capsule-ordre::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: conic-gradient(from 180deg at 50% 50%, #89f9e8, #facb7b, #d87cee, #9099fc, #89f9e8);
  padding: 2px;
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}

.titre-desktop {
  display: none;
}

@media (min-width: 1080px) {
  .titre-desktop {
    display: flex;
  }
  .titre-mobile {
    display: none;
  }
}
@media (min-width: 1080px) {
  .ctn-diplome {
    display: flex;
    align-items: flex-start;
    gap: 24px;
  }
}
.ctn-diplome > div:nth-child(2) {
  flex: 2;
}

.img-diplome-principale {
  width: 100%;
  max-width: 360px;
  height: 50%;
  object-fit: cover;
  object-position: top;
  border-radius: 12px;
  margin-bottom: 24px;
}

@media (min-width: 1080px) {
  .img-diplome-principale {
    border-radius: 12px;
    margin-bottom: 16px;
  }
}
.ctn-presentation {
  margin-bottom: 32px;
}
.ctn-presentation p {
  text-align: left;
}
@media (min-width: 768px) {
  .ctn-presentation p {
    text-align: justify;
  }
}

.ctn-interet {
  text-align: center;
  min-width: 150px;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .container {
    gap: 40px;
  }
}
.progress {
  position: relative;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.progress-background {
  stroke: #444;
}

.progress-fill {
  stroke-width: 10;
  fill: transparent;
  transition: stroke-dashoffset 0.5s ease-in-out;
}

.progress .icone-axes-interet {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-size: 1em;
}

.icone-axes-interet {
  width: 56px;
}

.ctn-joindre-diplome {
  position: relative;
  background: transparent;
  border-radius: 12px;
  border: 2px solid transparent;
  padding: 12px;
  width: 100%;
  margin-bottom: 32px;
}
.ctn-joindre-diplome::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: conic-gradient(from 180deg at 50% 50%, #89f9e8, #facb7b, #d87cee, #9099fc, #89f9e8);
  padding: 2px;
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
@media (min-width: 768px) {
  .ctn-joindre-diplome {
    width: 360px;
    padding: 24px 12px;
  }
}
@media (min-width: 1080px) {
  .ctn-joindre-diplome {
    margin-bottom: 128px;
  }
}

.ctn-joindre-diplome p {
  margin-bottom: 8px;
}

.ctn-joindre-diplome h3 {
  margin-bottom: 16px;
}

.diplome-courriel {
  display: flex;
  align-items: center;
  gap: 8px;
}

.diplome-courriel svg {
  fill: #cac6dd;
}

.icone-linkedIn {
  fill: #b454fe;
}

.url:hover .icone-linkedIn {
  fill: #c67aff;
}

.ctn-autres-projets {
  display: grid;
  gap: 32px;
  margin-bottom: 64px;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .ctn-autres-projets.disposition-paire {
    grid-template-columns: repeat(2, 1fr);
  }
  .ctn-autres-projets.disposition-impaire {
    grid-template-columns: repeat(3, 1fr);
  }
}
.ctn-titre-projets {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 550px;
  margin-bottom: 64px;
}

.carte-autres-projets {
  overflow: hidden;
  border-radius: 12px;
}

.carte-autres-projets a {
  text-decoration: none;
}

.img-autres-projets {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 4px;
  margin-bottom: 16px;
  transition: all ease-in-out 300ms;
  overflow: hidden;
}

.titre-autres-projets {
  margin-bottom: 8px;
  transition: all ease-in-out 300ms;
  text-decoration: none;
}

.div-carte-projets {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 40%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 24px;
  width: 280px;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 8px 16px;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
  z-index: 800;
}

@media (min-width: 768px) {
  .div-carte-projets {
    width: 340px;
    bottom: 120px;
    font-size: 24px;
  }
}
.chevron-projets {
  fill: #cac6dd;
}

.identification-projet {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.carte-autres-projets:hover .titre-autres-projets {
  color: #c67aff;
}

.carte-autres-projets:hover .img-autres-projets {
  transform: scale(1);
  filter: blur(4px);
  opacity: 0.7;
}

.blob-fiche {
  width: 1320px;
  position: absolute;
  z-index: -100;
  left: -1100;
  top: -800;
}

.ctn-404 {
  height: 40vh;
}
.ctn-404 p {
  max-width: 800px;
}

.h1-404 {
  margin-bottom: 24px;
}

/** Header **/
.main-header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: transparent;
}

nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  font-family: "Sora", sans-serif;
  color: white;
  padding: 10px 20px 10px 20px;
}

.nav-mobile {
  background-color: black;
}

.btn-header {
  min-width: 140px !important;
  max-width: 140px;
  width: 140px;
}

.btn-header-mobile {
  margin-top: 128px;
  margin-left: 16px;
}

.nav-desktop {
  transition: background-color 0.3s ease-in-out;
  background-color: transparent;
}
.nav-desktop.scrolled {
  background-color: rgb(0, 0, 0);
}

@media (min-width: 768px) {
  nav {
    padding: 20px 20px 20px 20px;
  }
}
@media (max-width: 768px) {
  .nav-desktop {
    display: none;
  }
}
.ctn-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 12px;
  color: #cac6dd;
}

.ctn-logo:hover .logo-titre,
.ctn-logo:hover .logo {
  color: #c67aff;
}

.logo {
  width: 48px;
  color: #cac6dd;
}

@media (min-width: 768px) {
  .logo {
    width: 64px;
  }
}
.logo-titre {
  font-size: 12px;
  width: 160px;
  color: #cac6dd;
}

@media (min-width: 1080px) {
  .logo-titre {
    font-size: 14px;
    width: 200px;
  }
}
.onglet {
  display: block;
  font-size: 16px;
  color: White;
  text-decoration: none;
  padding: 12px 24px;
  transition: all ease-in-out 300ms;
}

@media (min-width: 768px) and (max-width: 1080px) {
  .onglet {
    padding: 12px 8px;
  }
}
.onglet:hover {
  color: #c67aff;
  text-decoration: underline;
}

.ctn-onglet {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

/*
 * Made by Erik Terwan
 * 24th of November 2015
 * MIT License
 */
.nav-mobile {
  padding: 12px;
}

#menuToggle {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #cdcdcd;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
  * Transform all the slices of hamburger
  * into a crossmark.
  */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: white;
}

/*
  * But let's hide the middle one.
  */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
  * Ohyeah and the last one should go the other direction
  */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

/*
  * Make this absolute positioned
  * at the top left of the screen
  */
#menu {
  position: absolute;
  top: 45px;
  width: 100vw;
  max-height: 100vh;
  padding: 50px;
  box-sizing: border-box;
  overflow-y: auto;
  background: black;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  border-radius: 0 0 12px 0;
  transform-origin: 0% 0%;
  transform: translateX(-200%);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

/*
  * And let's slide it in from the left
  */
#menuToggle input:checked ~ ul {
  transform: translateX(-100%);
}

@media (min-width: 768px) {
  .nav-mobile {
    display: none;
  }
  .nav-desktop {
    display: flex;
  }
}
/** Footer **/
footer {
  width: 100%;
  background-color: black;
  display: flex;
  flex-direction: column;
  margin-top: 64px;
}

.ctn-footer {
  padding: 64px 32px;
}

@media (min-width: 1080px) {
  .ctn-footer {
    padding: 64px 10%;
  }
}
@media (min-width: 1080px) and (min-width: 1440px) {
  .ctn-footer {
    padding: 64px 18%;
  }
}
.h3-footer {
  margin-bottom: 16px;
}

.ctn-accroche {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

@media (min-width: 768px) {
  .ctn-accroche {
    gap: 0;
    flex-direction: row;
    align-items: center;
  }
}
hr {
  border: 1px solid #221e30;
  margin: 64px 0;
}

.contenu {
  display: flex;
  flex-direction: column;
  gap: 64px;
}

@media (min-width: 1080px) {
  .contenu {
    flex-direction: row;
    justify-content: space-between;
    gap: 64px;
  }
}
.ctn-logos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.ctn-onglet-footer {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.onglet-footer {
  color: #cac6dd;
  font-size: 16px;
  text-decoration: none;
  padding: 8px 16px 8px 0;
}

.onglet-footer:hover {
  color: #c67aff;
}

.ctn-url-footer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.ctn-url-footera {
  width: fit-content;
}

.ctn-social {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.sociaux {
  fill: #cac6dd;
  transition: ease-in-out 200ms all;
}

.sociaux:hover {
  fill: #c67aff;
}

.ctn-credit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background-color: #151515;
  color: #cac6dd;
  padding: 32px 20px;
  text-align: center;
}

@media (min-width: 1080px) {
  .ctn-credit {
    flex-direction: column;
    gap: 32px;
  }
}
.logo-cegep {
  width: 120px;
}

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

/** pagination **/
.pagination {
  width: fit-content;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  color: #cac6dd;
  gap: 4px;
}

@media (min-width: 460px) {
  .pagination {
    gap: 16px;
  }
}
.btnPremierDernier {
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  border-radius: 12px;
}

.btn-desactive {
  border: 2px solid #cac6dd;
}

.btn-actif {
  border: 2px solid #b454fe;
}

.pagination a {
  color: #b454fe;
  text-decoration: none;
}

.pagination a:hover, .pagination a:hover .chevron-actif {
  color: #c67aff;
  fill: #c67aff;
}

.btnPremierDernier span {
  display: none;
}

@media (min-width: 768px) {
  .btnPremierDernier span {
    display: block;
  }
}
.chevron-actif {
  fill: #b454fe;
}

.page-actuelle {
  color: #cac6dd;
  text-align: center;
}

.chevron-desactive {
  fill: #cac6dd;
}

.ctn-pagination {
  margin-bottom: 32px;
  max-width: 680px;
  justify-self: center;
}

.ctn-affichage-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

@media (min-width: 768px) {
  .ctn-affichage-pagination {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.ctn-nombre-page {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  color: #cac6dd;
}

.ctn-nombre-page select {
  width: 100px;
  border: 2px solid #221e30;
  background-color: transparent;
  border-radius: 12px;
  font-size: 16px;
  padding: 16px 8px 16px 8px;
  color: #cac6dd;
  appearance: none; /* Supprime la flèche par défaut */
  -webkit-appearance: none; /* Pour Safari */
  -moz-appearance: none; /* Pour Firefox */
}

.ctn-nombre-page select:focus {
  border-color: #b454fe; /* Couleur de bordure lors du focus */
  outline: none;
}

.ctn-nombre-page select option {
  background-color: #ffffff;
  color: #333;
  padding: 10px;
  font-size: 16px;
}

.ctn-nombre-page select option:hover {
  background-color: #f0f0f0; /* Changer la couleur de fond au survol */
}

/** courriel **/
/****** MODULES ******/
* {
  margin: 0;
  padding: 0;
  font-family: "Sora", sans-serif;
  box-sizing: border-box;
  list-style: none;
}

.gradient-text {
  background: linear-gradient(90deg, #ffafae 0%, #ffb8bd 6%, #ffc67b 14%, #b8e5ba 25%, #84fbed 34%, #80dff8 44%, #8ba9fb 52%, #9b5bff 60%, #b865f7 69%, #d97ded 77%, #e8c8e7 86%, #f9ede5 93%, #ffafae 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 200% auto;
  animation: textShine 5s ease-in-out forwards alternate;
}

@keyframes textShine {
  0% {
    background-position: 200% center;
  }
  100% {
    background-position: 0% center;
  }
}
body {
  background: linear-gradient(166deg, #0e0c15 10%, #251030 96.5%);
  overflow-x: hidden;
  width: 100%;
}

.url {
  width: fit-content;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  font-size: 16px;
  color: #b454fe;
}

.url:hover {
  color: #c67aff;
}

.icone-export {
  width: 16px;
  height: 16px;
}

.icone-export path {
  stroke: #b454fe;
}

.url:hover .icone-export path {
  stroke: #c67aff;
}

.svg-telechargement {
  fill: #b454fe;
}

.url:hover .svg-telechargement {
  fill: #c67aff;
}

main {
  position: relative;
  padding-top: 64px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden;
}

@media (min-width: 768px) {
  main {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1080px) {
  main {
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media (min-width: 1440px) {
  main {
    padding-left: 15%;
    padding-right: 15%;
  }
}
.hidden {
  display: none;
}

.show {
  display: block;
}

.relative {
  position: relative;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 18px 24px;
  font-size: 16px;
  color: #cac6dd;
  background-color: transparent;
  border: none;
  border-radius: 12px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  transition: color 200ms ease-in-out;
  min-width: 240px;
  width: 240px;
  text-decoration: none;
}
.btn:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px;
  background: conic-gradient(from 180deg at 50% 50%, #89f9e8, #facb7b, #d87cee, #9099fc, #89f9e8);
  border-radius: inherit;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}
.btn:hover {
  color: #c67aff;
}

.blob1 {
  pointer-events: none;
  position: absolute;
  top: -100;
  left: 45%;
}

@media (min-width: 768px) {
  .blob1 {
    left: 60%;
  }
}
@media (min-width: 1080px) {
  .blob1 {
    top: -150%;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}

.visually-hidden:focus {
  top: 0;
}

.svg-telechargement {
  fill: #b454fe;
}

.svg-telechargement:hover {
  fill: #c67aff;
}

.icones-cartes-info {
  width: 48px;
  fill: #cac6dd;
  stroke: 2px;
}

.blob-page {
  width: 600px;
  position: absolute;
  right: -250;
  top: -250;
  z-index: -10;
}
@media (min-width: 1080px) {
  .blob-page {
    width: 1000px;
    right: -400;
    top: -400;
  }
}

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