/* Ajoutez ici vos règles CSS pour la version mobile */

/* Réinitialisation des styles de base */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'PlusJakartaSans-Regular', sans-serif;
  font-size: 14px;
}

.highlight {
  background-color: #FFD336;
  /* Couleur de fond jaune */
}

.logo-aline-container {
  display: flex;
  align-items: center;
  padding-left: 10px;
  ;
}

.logo {
  height: 32px;
  width: 40px;
  margin-right: 10px
    /* Ajoute un espace entre le logo et le texte */
}

.aline {
  width: 70px;
  font-size: 12pt;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
}

.return-home {
  margin-left: 10px;
  width: 70px;
  padding-right: 10px;
  font-size: 12pt;
  /* Ajustez la taille de la police selon vos préférences */
  /* Ajoute un espace entre le texte et le reste du contenu */
  margin-top: 0px;
  margin-bottom: 0px;
}

.return-home a {
  color: #ffffff;
  /* Couleur bleue par défaut */
  text-decoration: none;
  /* Supprime le soulignement du lien, si vous le souhaitez */
  transition: color 0.3s;
  /* Ajoute une transition pour un effet en douceur lors du changement de couleur */
}

.return-home a:hover {
  color: #FFA900;
  /* Couleur jaune au survol */
}

.projects-section {
  display: block;
padding-left: 20px;
max-width: 768px;
margin: 0 auto;
}

.project-details {
width: 350px;
margin-top: 100px;
}

.toutes-competences {
width: 350px;
/* Ajustez la largeur selon vos besoins */
}


.projects-section {
  display: block;
padding-left: 20px;
max-width: 768px;
margin: 0 auto;
}

.project-details {
width: 350px;
margin-top: 75px;
}

.toutes-competences {
width: 350px;
margin-top: 0px;
margin-bottom: 150px;
/* Ajustez la largeur selon vos besoins */
}


.project-description {
  align-self: flex-start;
  /* Alignez cette spécifique à partir du côté supérieur */
  padding-left: 0px;
}

.inseparable-title {

  color: #0F0076;
  margin-bottom: 0px;
}

.francealz {

  color: #0F0076;
  margin-bottom: 20px;
}

.inseparable-text {

  color: #0F0076;
  width: 100%;
  margin-bottom: 0px;
  line-height: 1.5;
}


.competences-container1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
  text-align: center;
}

.centre {
  justify-content: flex-start;
  width: 170px;
}

.competence {
  text-align: center;
  margin-bottom: 0px;
  /* Ajoute de l'espace en dessous de chaque compétence */
  align-items: center;
  /* Centre verticalement les éléments */
  justify-content: center;
  /* Centre horizontalement les éléments */
}


.picto {
  width: 100px;
  height: 100px;
}

.comp {

  color: #0F0076;
  line-height: 1.5;
}


.competences-container2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 0px;
}


.centre2 {
  align-items: center;
  /* Centre verticalement les éléments */
  justify-content: center;
  /* Centre horizontalement les éléments */
  width: 100%;
}

.images-section {
  align-items: flex-start;
  padding: 10px;
}

.etape1-title {
  font-size: 20px;
}

.sous-texte {
  margin-bottom: 50px;
  margin-top: 10px;
  width: 350px;
}

.rentrer {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 100px;
  align-items: flex-start;
}

.livret,
.dehors,
.tablette {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {

.carte,
.pdf,  
.mail {
    display: none;
  }
}

.cadre{
    width: 200px;
    height: 464px;
}

.qr{
    width: 100%;
}

.pdf{
  margin-left: 0px;
  margin-top: 10px;
}

.carte{
  margin-left: 0px;
  margin-top: 10px;
}

.dehors{
  margin-left: 0px;
  margin-top: 10px;
}

.footer {
  padding: 10px;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.cv-button {
  margin-top: 20px;
  margin-bottom: 20px;
}

.email {
  margin-top: 20px;
  text-align: center;
}

.social-icons {
  margin-top: 20px;
}

.social-icons img {
  width: 20px;
  height: 20px;
}