.section-valeur {
    display: flex;
    flex-direction: row;
    gap: 10vw;
    justify-content: center;
    margin: 5rem;
}

.gauche {
    width: 30vw;
    gap: 2vh;
}

.gauche h3 {
    font-size: 1em;
}

.gauche p {
    font-size: 1.2em;
    font-weight: 500;
}

.valeur {
    align-items: baseline;
    gap: 32px;
}

.ligne {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-bottom: 1rem;
}

.carte {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    align-items: left;
    gap: 16px;
    width: 30vw;
    background-color: #BBD07830;
    justify-content: space-between;
    border-radius: 8px;
}

.haut-card {
    display: flex;
    align-items: end;
    gap: 32px;
}

.carte img {
    width: 4em;
}

h3 {
    font-size: 3em;
    padding-bottom: 16px;
    padding: 0 !important;
}



.gauche {
    display: flex;
    flex-direction: column;
}



.content-side {
    gap: 32px;
}




/*text*/

.text h2 {
    text-align: center;
}

.text {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 2em;
    flex-direction: column;
    padding: 100px;
    background-color: #BBD07830;
}

.active {
    display: flex;
    align-items: center;
    justify-content: center;
}


@media screen and (max-width: 768px) {
  .section-valeur {
    flex-direction: column;
    align-items: stretch;
  }

  .section-valeur .gauche,
  .section-valeur .valeur {
    max-width: 100%;
  }

  .ligne {
    flex-direction: column;
    gap: 15px;
  }

  .carte {
    width: 100%;
  }

  h2 {
    font-size: 28px !important;
	  text-align: center;
  }

  .text p {
    font-size: 1.2rem;
	  width: 100%;
  }
	
	.text{
		height: auto;
		padding: 100px 20px 100px 20px;
	}
	
	.section-valeur{
		height: auto;
		margin: 20px;
	}
	
	.gauche{
		width: 100%;
		text-align: center;
	}
	
	.section{
		display: none;
	}
	
	.mobile-cards{
		margin-bottom: 100px;
	}
	
	.rejoindre h3 {
  font-size: 1rem;
}
}
.title {
    margin-left: 8rem;
    margin-top: 100px;
	margin-bottom: -50px;
}
