
.background-image-Apropos {
  height: 90vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/ressources/34.png");
}
.containerHeaderApropos {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 13em;
}
#iconSalut {
  position: absolute;
  animation: emojiSalut 1s infinite;
}
.titreHeaderApropos {
  font-size: 3em;
}


.containerSection1Apropos {
  width: 100%;
  display: grid;
  /* row / col */
  grid-template: repeat(7, 1fr) / repeat(20, 1fr);
}
.containerContentSection1Apropos {
  z-index: 5;
  display: flex;
  justify-content: center;
  grid-row: 1 / 8;
  grid-column: 1 / 21;
}

.imageDecoSection3Apropos1 {
  grid-row: 1 / 8;
  grid-column: 16 / 21;
}
.imageDecoSection3Apropos2 {
  grid-row: 1 / 15;
  grid-column: 1 / 6;
  margin-left: -330px;
}
.imageDecoSection3AproposCercle {
  z-index: 0;
  height: 636px;
}
.containerPillules {
  gap: 3em;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.containerPillule {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: space-between;
}
.pilules {
  padding: 1.5em;
  line-height: 22px;
  color: var(--grey);
  border-radius: 15px;
  background-color: var(--pink1);
}
.pilules1 {margin-left: 5em}
.pilules3 {margin-left: -5em}




.section2Apropos {
  background-color: var(--pink1);
}
.containerSection2Apropos {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.containerTexteTitreSection2Apropos {
  padding: 2em;
  width: 50%;
}
.imgageSection2Apropos, .imgage2Section2Apropos {
  border-radius: 50%;
  margin-left: -14em;
  border: 30px solid var(--pink4);
}
.imgage2Section2Apropos {
  margin-right: -12em;
}
.texte-life-computer {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 20; /* Nombre de lignes à afficher avant les points de suspension */
}



.section3Apropos {
  background-color: var(--pink2);
}
.iconDecoApropos {
  height: 70px;
  width: 70px;
}

.containerGridTitreSection3Apropos {
  width: 100%;
  display: grid;
  /* row / col */
  grid-template: repeat(6, .3fr) / repeat(20, 1fr);
}
.containerTitreSection3Apropos {
  display: flex;
  justify-content: center;
  grid-row: 3 / 5;
  grid-column: 1 / 21;
}
.iconDecoAproposTraits {
  margin-left: 2.5em;
  grid-row: 1 / 4;
  grid-column: 15 / 17;
}
.iconDecoAproposSoulignement {
  grid-row: 4 / 6;
  grid-column: 7 / 8;
}

.containerCarteValeurs {
  width: 100%;
  height: 80vh;
  display: grid;
  /* row / col */
  grid-template: repeat(14, 1fr) / repeat(30, 2fr);
}

.carteValeur {
  padding: 1em;
  line-height: 19px;
  border-radius: 30px;
  color: var(--pink1);
  background-color: var(--pink4);
}
.carteLiberte {
  grid-row: 10 / 15;
  grid-column: 1 / 9;
}
.carteOrganisation {
  grid-row: 4 / 9;
  grid-column: 3 / 11;
}
.carteAmelioration {
  grid-row: 1 / 6;
  grid-column: 12 / 20;
}
.carteCreativite {
  grid-row: 4 / 9;
  grid-column: 21 / 29;
}
.cartePartage {
  grid-row: 10 / 15;
  grid-column: 23 / 31;
}
.imageSection3Grid {
  grid-row: 7 / 15;
  grid-column: 11 / 21;
}
.texteCarteValeursSection3Apropos {
  height: 160px;
  overflow-y: scroll;
}




.section4Apropos {
  background-color: var(--pink1);
}






@media (max-width: 991px) {

  .background-image-Apropos {
    height: 80vh;
    background-image: url("../images/ressources/81.png");
  }
  .containerHeaderApropos {
    margin-right: 0;
    justify-content: center;
  }
  .titreHeaderApropos {
    font-size: 4em;
    font-weight: bold;
    text-transform: uppercase;
  }

  .containerPillules {
    gap: 5em;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .containerPillule {
    gap: 1em;
    text-align: center;
    align-items: center;
  }
  .pilules {
    line-height: 45px;
    background-color: var(--pink2);
  }
  .pilules1 {margin-left: 0}
  .pilules3 {margin-left: 0}


  .section2Apropos {
    background-color: var(--pink2);
  }
  .containerTexteTitreSection2Apropos {
    width: 100%;
  }
  .titreSection2Apropos {
    gap: 2em;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
  .containerTexteSection2Apropos {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: start;
  }
  .texte-life-computer {
    overflow: visible;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 500; /* Nombre de lignes à afficher avant les points de suspension */
  }






  .section3Apropos {
    background-color: var(--pink1);
  }
  .titreSection3AproposRose, .titreSection3AproposBlanc {
    width: 70%;
    padding: .2em;
    color: var(--pink2);
    border-radius: 15px;
    background-color: var(--pink4);
  }
  .titreSection3AproposBlanc {
    color: var(--pink4);
    background-color: var(--pink2);
  }


}


@keyframes emojiSalut {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}