.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;
}

/* 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(--text-title-blue-france);
    height: 24px;
    width: 24px;
}

/* Icône flèches gauche-droite dans une mise en avant (callout) */
.callout-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: 1.5em 1.5em;
    background-color: var(--text-default-info);
    height: 1.5em;
    width: 1.5em;
    position: relative;
    margin-bottom: 0.5em;
}

@media ( min-width : 48em) {
    .callout-ri-arrow-left-right-line {
        top: -0.5em;
        left: -2em;
        margin-bottom: 1em;
    }
}

/* Partie pièce jointe à supprimer au nouveau fmk */
.cadre-pieceJointe {
    border: 1px solid #80808057;
}
/* ¯¯¯¯¯¯¯¯¯ *\
  UPLOAD
\* ˍˍˍˍˍˍˍˍˍ */
.bloc-upload {
    background-color: #f5f5fe;
    padding-top: 1em;
    padding-bottom: 1em;
}

.fr-upload-dila-group .fr-label .fr-hint-text {
    margin-top: 0.75rem;
}

.fr-upload-dila-group .fr-label+.fr-upload {
    margin-top: 1rem;
}

.fr-upload-dila-group .fr-message:first-child {
    margin-top: 0.5rem;
}

.fr-upload-dila-local {
    line-height: 1.5rem;
    display: inline-flex;
    margin: 0;
    text-decoration: underline !important;
    font-size: inherit;
    font-weight: bold;
}

.fr-upload-dila-sp {
    padding: 10px 20px; /* Ajoutez un espace intérieur pour un meilleur aspect */
    text-decoration: none; /* Pour supprimer la soulignement par défaut sur les liens bouton */
    border: 1px solid #80808057; /* Définit une bordure de 2 pixels de large de couleur grise (#333) */
    display: inline-block;
    font-size: inherit;
    font-weight: bold;
    width: 100%;
}

.fr-upload-dila:disabled::-webkit-file-upload-button {
    outline-style: none;
    cursor: not-allowed;
}

.fr-upload-dila::-webkit-file-upload-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    font: inherit;
    cursor: pointer;
    margin-right: 0.5rem;
}

.fr-icon-upload-2-fill::before {
    --icon-size: 3em;
}

.file-link {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.file-link input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.file-link span {
    line-height: 1.5rem;
    display: inline-flex;
    margin: 0;
    text-decoration: underline !important;
    font-size: inherit;
    font-weight: bold;
}

.fr-btn-dila {
    max-height: 2.5rem;
    overflow: hidden;
    white-space: nowrap;
    --text-spacing: 0;
    --title-spacing: 0;
    --underline-img: none;
    --hover-tint: var(--hover);
    --idle: transparent;
    --hover: var(--background-action-high-blue-france-hover);
    --active: var(--background-action-high-blue-france-active);
    align-items: center;
    display: inline-flex;
    flex-direction: row;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    min-height: 2.5rem;
    padding: 0.5rem 1rem;
    width: -moz-fit-content;
    width: fit-content;
}

.lienLarge {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lienLarge[target=_blank]:after {
    background-color: transparent;
}

.sp-tag--framboise.sp-tag--framboise {
    background-color: #fff1f6;
    color: #cd094f;
}

.sp-tag--framboise.sp-tag--framboise:focus, .sp-tag--framboise.sp-tag--framboise:hover {
    background-color: #ffdee8;
    color: #cd094f;
}

.fr-stepper .fr-stepper__steps[data-fr-steps="9"][data-fr-current-step="9"]+.fr-stepper__details, .fr-stepper .fr-stepper__steps[data-fr-steps="10"][data-fr-current-step="10"]+.fr-stepper__details,
    .fr-stepper .fr-stepper__steps[data-fr-steps="11"][data-fr-current-step="11"]+.fr-stepper__details {
    display: none;
}

.fr-stepper__steps[data-fr-steps="9"] {
    --steps: 9;
    --step-width: calc(100%/ 9);
}

.fr-stepper__steps[data-fr-steps="10"] {
    --steps: 10;
    --step-width: calc(100%/ 10);
}

.fr-stepper__steps[data-fr-steps="11"] {
    --steps: 11;
    --step-width: calc(100%/ 11);
}

.fr-stepper__steps[data-fr-current-step="9"] {
    --current-step: 9;
}

.fr-stepper__steps[data-fr-current-step="10"] {
    --current-step: 10;
}

.fr-stepper__steps[data-fr-current-step="11"] {
    --current-step: 11;
}

.full-width-table {
    width: 90%;
}

.full-width-table {
    width: 90%;
}

.btn-supprimer {
    display: inline-flex;
}

.width-td{
     width: 90%;
}

.width-bouton-supprimer{
     position: relative;
}

.titre-question {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: bold;
}

/* Pour les grands écrans (ordinateurs) */
@media (min-width: 1024px) {
    .titre-question {
        font-size: 2rem;
        line-height: 2.5rem;
        font-weight: bold;
    }
}

/* Pour les tablettes (écrans moyens) */
@media (min-width: 768px) and (max-width: 1023px) {
    .titre-question {
        font-size: 1.75rem;
        line-height: 2.25rem;
        font-weight: bold;
    }
}

/* Pour les petits écrans (mobiles) */
@media (max-width: 767px) {
    .titre-question {
        font-size: 1.25rem;
        line-height: 1.75rem;
        font-weight: bold;
    }
}

.inline-spec {
    display: inline; 
    margin-right: 10px; 
}

.separateur-bottom {
   border-top: 1px solid var(--blue-france-main-525); 
   margin-bottom: 15px;
   padding-bottom: 15px;
 }

.reduire-interligne p {
  line-height: 2; /* Réduit l'interligne des paragraphes à l'intérieur de la classe .reduire-interligne */
  margin-bottom: 7px; /* Ajoute un espacement de 10px sous chaque paragraphe */
}


/* Quand on saisit un texte long et ne contient pas d'espace, Cela écrase la taille à droite
   Pour corriger ce problème il faut rajouter cette propriété CSS avec la valeur break-all */
.wrap-text {
    word-break : break-all;
}

.icon-fleche {
    width: 42px;
    height: 42px;
}

/* Supprime le margin-bottom sur les listes <ul> et <ol> */
.liste-evenements ol,
.liste-evenements ul {
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Supprime margin, padding et bordure uniquement sur le dernier élément li */
.liste-evenements li:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.modal-entete {
    position: relative;
    right: 0.938rem;
}
