.img_yt {
    margin: 0% !important;
    transform: none !important;
}
.img_yt:hover {
    cursor: pointer;
}
.img_yt:hover img {
    transform: rotate(-5deg) !important;
}
#img_logo_sarool {
    margin-top: 5%;
}
#titre_section2 {
    font-size: 35px;
    margin-top: 35px;
    margin-bottom: 5%;
}
.text_1 {
    font-size: 17px;
}
#explis {
    height: 25vh !important;
}
.titre_nouschoisir h1 {
    font-size: 30px;
    font-weight: bold;
    font-family: Brandon Text,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    margin: 0 auto;
    margin-top: 40px;
    color: #2980b9;
    padding: 0;
    text-shadow: 0px 0px 0px transparent;
    text-align: center;
    letter-spacing: 1.5px;
	max-width: 722px;
}
.paragraphe_nouschoisir{
	position: relative;  
	font-size: 1.2em;
	max-width: 722px;   /* largeur maximale du bloc de texte */
	margin: 0 auto;     /* centrage horizontal */
	padding: 0 15px;    /* un peu d’espace à gauche/droite */
	text-align: justify; /* optionnel : justifier le texte */
	box-sizing: border-box;
	border: 2px outset #203763;
	border-radius: 10px;
	box-shadow: 10px 5px 5px grey;
	padding: 35px;
	padding-top : 12px;
	padding-bottom : 12px;
}
.titre_paragraphe_nouschoisir {
	/*display: block;*/
	/*margin: 0px auto;*/
	/*margin-top: -55px;*/
	/*position: relative;*/	
	position: absolute;              /* pour superposer le titre */
	top: -15px;                          /* aligné sur le haut du bloc */
	left: 20px;                      /* petit décalage depuis le bord gauche */
  transform: translateY(-50%)
	display: inline-block;           /* largeur = longueur du texte */
	background: white;               /* fond blanc seulement sous le texte */
	padding: 0 .6em;                 /* espace autour du texte */
	font-weight: bold;
	z-index: 2;                      /* au-dessus de la bordure */
	white-space: nowrap;             /* empêche le retour à la ligne (optionnel) */

}
.lien_paragraphe_nouschoisir {
	display: block;
	margin: 17px auto !important;
	text-align: center;
	text-decoration: none;
	color: #b90066 !important;
	background-color: white;
	border: 1px solid #b90066;
	border-radius: 10px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
	transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
	width: 200px;
	line-height: 40px; /*centrer verticalement*/
	height: 40px;
}
.lien_paragraphe_nouschoisir:hover{
	display: block;
	margin: 17px auto !important;
	text-align: center;
	text-decoration: none;
	color: white !important;
	background-color: #b90066;
	border: 1px solid #b90066;
	border-radius: 10px;
	box-shadow: 0 6px 16px rgba(0,0,0,0.3); /* ombre plus marquée */
	filter: brightness(0.8); /* assombrit un peu l’image */
	width: 200px;
	line-height: 40px; /*centrer verticalement*/
	height: 40px;
}
.nouschoisir_logo_hm {
	display: block;
	margin: 0px auto;
}