.titre-recap-bloc {
	margin-bottom: 1em;
}

.titre-recap-bloc h3+button {
	top: 36px;
}

h2+div.titre-recap-bloc h3+button {
	top: 36px;
}

.overflow {
    overflow-wrap:break-word;
}

.addPrenomRnipp {
	margin-left: 0.4rem;
}

/* Icône flèches gauche-droite dans le récapitulatif */
.recap-icon-ri-arrow-left-right-line {
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.0503 12.0498L21 16.9996L16.0503 21.9493L14.636 20.5351L17.172 17.9988L4 17.9996V15.9996L17.172 15.9988L14.636 13.464L16.0503 12.0498ZM7.94975 2.0498L9.36396 3.46402L6.828 5.9988L20 5.99955V7.99955L6.828 7.9988L9.36396 10.5351L7.94975 11.9493L3 6.99955L7.94975 2.0498Z'%3E%3C/path%3E%3C/svg%3E");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M16.0503 12.0498L21 16.9996L16.0503 21.9493L14.636 20.5351L17.172 17.9988L4 17.9996V15.9996L17.172 15.9988L14.636 13.464L16.0503 12.0498ZM7.94975 2.0498L9.36396 3.46402L6.828 5.9988L20 5.99955V7.99955L6.828 7.9988L9.36396 10.5351L7.94975 11.9493L3 6.99955L7.94975 2.0498Z'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-color: var(--blue-france-main-525);
	height: 24px;
	width: 24px;
}

/* Puces custom pour la page confirmation */
li.puce-confirmation::marker {
  color: var(--blue-france-main-525);
}

 .container-pj {
     display: flex;
     border: 2px solid #0864cc;
     margin-left: 0.5rem !important;
     margin-right: 0.5rem !important;
 }
 .icon-pj {
     background-color: #0864cc;
     padding: 20px;
     flex: 1; /* Optionnel : Pour que les div prennent la même largeur */
 }
 