#cartoucheInfosAV {
	margin: -70px 15px 40px 15px; background-color: #FFF; padding: 15px 20px; box-shadow: 0px 3px 6px #00000029; border: 1px solid #EFEFEF; border-radius: 25px;
}
@media screen and (max-width: 1199px) {
	#cartoucheInfosAV { margin: 20px -15px; padding: 0 20px; border: unset; box-shadow: unset; }
}

/**** BOUTONS ****/
.btn-success a, .btn-success a:hover {color: #FFF; text-decoration: none;}
.btn-success { background-color: #52a3aa; border-color : #698c8f; }
.btn-success:hover { background-color: #8d3951; border-color: #8d3951; }

div.pointsforts{ display: flex; align-items: center; color: #FFF; margin-bottom: 10px; }
div.pointsforts > span { margin-right: 10px; font-size: 22pt; }

.tirets { font-size: 10px; color: #52a3aa; margin-right: 5px; }

.label-type { font-size: 80%; background-color: #698c8f; display: inline-block; white-space: normal; word-wrap: break-word; word-break: break-word; margin-right: 5px; }



.full-width-ratio {
    width: 100%; /* Pleine largeur */
    height: 360px;
    overflow: hidden; /* Pour que l'image ne dépasse pas */
    margin-bottom: 20px;
}

.full-width-ratio img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Remplir la div sans déformer */
}

.ratio43 { height: unset; aspect-ratio: 4/3; }