/* DL PREALABLE */
.DL-titre-principal {
    text-align: center;
    margin-top: 40px;
    font-size: 3rem !important;
    font-weight: bold;
    color: #3657a7 !important;
}

.DL-prealable h1, .DL-prealable h2, .DL-prealable h3, .DL-prealable h4 {
    font-weight:bold;
}

.DL-encadre {
    padding: 20px 30px;
    border: 2px solid #3657a7;
    margin-bottom: 20px;
}

.DL-titre-important {
    font-size: 2.4rem !important;
    margin-bottom: 40px;
    color: #3657a7 !important;
    text-align:center;
}

.DL-icones-scan {
    display: flex;
    justify-content: center; 
}

.icoDemande {
    height: 80px;
    padding-bottom: 10px;
}

.DL-icone-item  {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}
/* DL PREALABLE - FIN */


/* DL DEPOSER DEMANDE */
.dl-titre-principal {
    font-size: 32px;
    text-decoration: underline;
    font-weight: 600;
    text-align: center;
    margin: 60px 20px 60px 20px;
}

.deposer-demande-questions { 
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.deposer-demande-question_bloc p {
    margin-bottom: 5px;
}

.deposer-demande-question_bloc label {
    padding-right: 5px;
}
/* DL DEPOSER DEMANDE - FIN */

/* DL GRILLES REVENUS */
.grilles-revenus-questions {
    display: flex;
    justify-content: space-between;
}
.grilles-revenus-questions_col {
    
}
.grilles-revenus-question_bloc {
    margin: 10px 0px;
}
/* DL GRILLES REVENUS - FIN */

/* DL DOSSIER AVEC NOUS */
.dossier-avous-nous-sousTexte {
    margin-top: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
/* DL DOSSIER AVEC NOUS - FIN */

/* DL NON RECEVABLE */
.DL-encadre-erreur { 
    padding: 40px 30px;
    border: 2px solid #3657a7;
    margin: 50px 0px 30px;
}

.DL-encadre-erreur p { 
    margin-bottom: 0px !important;
}
/* DL NON RECEVABLE - FIN */

/* DL FORMULAIRE DEMANDE */
.DL-avant-soumettre { 
    margin-top: 30px;
    padding: 20px 30px;
    border: 2px solid #4454A4;
    margin-bottom: 20px;
}

.DL-titre-soumettre {
    font-weight: bold;
    text-align: center;
    color: #4454a4 !important;
    margin-top: 20px;
    font-size: 2.4rem !important;
}

.DL-alerte-portail { 
    font-size: 24px !important;
    font-weight: bold;
    margin-bottom: 20px !important;
}

.DL-bloque-btn {
    display: flex;
    justify-content: center;
}

.DL-btn-soumettre {
    border: 1px solid #4454A4;
    background: #fff;
    cursor: pointer;
    padding: 18px 50px;
    color: #121212;
    text-transform: uppercase;
    text-decoration: none !important;
}

.DL-btn-soumettre:hover {
    border: 1px solid #4454A4;
    background: #4454A4;
    color: white;
    text-transform: uppercase;
}    
/* DL FORMULAIRE DEMANDE - FIN */


/* GLOBALE */
.formulaire-DL .lienDouze24 {
    color: #109d49;
    text-decoration: underline;
}

.formulaire-DL .lienDouze24:hover {
    color: #364151;
}

.formulaire-DL fieldset {
    border: none;
}

.formulaire-DL label {
    padding-right: 5px;
}

.dl-titre-section { 
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin: 60px 20px 60px 20px;
}

.formulaire-DL input[type="radio"] {
    position: relative;
    top: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #4454a4 !important;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
}

.formulaire-DL input[type="radio"]:checked {
    background-color: #4454a4 !important;
    border-color: #4454a4 !important;
    box-shadow: inset 0 0 0 3px #fff;
}

a.lien-joindre {
	text-decoration: underline;
}

label {
    font-size: 18px;
}


@media only screen and (max-width: 540px) {
    p, input {
        font-size: 16px;
    }
}

@media only screen and (max-width: 980px) {
    .deposer-demande-questions { 
        flex-direction: column;
    }
    .dl-titre-principal {
        font-size: 26px;
    }
    .dl-titre-section {
        font-size: 26px;
    }
    .grilles-revenus-questions {
        display: block;
    }
    .dl-titre-principal {
        font-size: 26px;
        margin: 40px 10px 40px 10px;
    }
    .dl-titre-section {
        font-size: 26px;
        margin: 40px 10px 40px 10px;
    }
    .DL-avant-soumettre ul {
        margin: 0;
    }
}