
section{
  margin: 0 0 96px 0;
}

.MeConnaitre-Intro h5{
  margin-bottom: 16px;
}

video{
  width: 100%;
  border-radius: 16px;
  cursor: pointer;
}

p{
  width: 856px;
  margin-bottom: 32px;
}

.back-button{
  margin: 112px 0 32px 0;
}

.Parcours{
  display: flex;
  justify-content: space-between;
  margin-top: 0;
}

.left-column-content{
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.right-column-content{
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.parcours-card{
  display: flex;
  margin-bottom: 64px;
}

.card-content{
  padding: 32px;
  background-color: white;
  border-radius: 32px;
  width: 428px;
}

.Bubble{
  background-image: url(../Icons/Bubble.svg);
  width: 40px;
  height: 64px;
  position: absolute;
  margin: 20px 0 20px -40px;
}

.Bubble-left{
  transform: rotate(180deg);
  margin: 20px 0 20px 492px;
}

blue-point{
  position: absolute;
  margin: 24px 16px 24px 8px;
}

.line{
  position: absolute;
  width: 1px;
  height: 1190px;
  left: 50%;
  background-color: #3366FF;
  margin-top: 64px;
  margin-bottom: 120px;
  z-index: -9999;
}

.competences{
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.interest{
  margin-top: 32px;
}

interest-card-top{
  margin-top: 32px;
}

.interest-container{
  display: flex;
  justify-content: center;
  margin: 8px 0;
  gap: 164px;
}

.interest-container img{
  width: 160px;
  height: 160px;
  padding: 51px;
  margin: 0;
  border: solid;
  border-radius: 50%;
  border-color: #3366FF;
  border-width: 1px;
  z-index: -9999;
  position: absolute;
  margin-top: -24px;
  margin-left: -4px;
}

.interest-column{
  display: flex;
  flex-direction: column;
  gap: 48px;
}

interest-card-left{
  align-self: flex-end;
}


.interest-center-left{
  margin-right: 34px;
}

.interest-center-right{
  margin-left: 33px;
}


@media only screen and (max-width: 600px) {
  .competences{

    gap: 0px;
  }
}
