/** DESKTOP **/
/* Bouton retour */
.dsg_atc > div > .dsg_a_button.-dsg_secondaire.-dsg_reverse {
    margin-top: 40px;
    margin-left: 16px;
}

[class*="title"] h1 {
    font-family: Montserrat;
}

[class*="title"] h2 {
    font-family: Montserrat;
}

[class*="title"] h3 {
    font-family: Montserrat;
}

.dsg_a_button {
    display: inline-block;
    min-width: 6.25rem;
    box-sizing: border-box;
    font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
    cursor: pointer;
    outline: none;
    padding: 0.78rem 0.5rem;
    border-radius: 1.625rem;
    background-color: #e9041e;
    color: #fff;
    border: 0;
    text-decoration: none;
    margin: 0;
    font-weight: 600;
    width: 230px;
    max-width: 100%;
    text-align: center;
    white-space: nowrap; 
}

.dsg_a_button.-dsg_secondaire {
    border: none;
    color: #ee3b45;
    padding: 0;
    min-width: inherit;
    background-color: transparent;
    width: auto;
}

.dsg_a_button.-dsg_secondaire::before {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    background: transparent no-repeat url(../img/pictos/fleche-button-secondaire.svg) center/contain;
}

.dsg_a_button.-dsg_secondaire.-dsg_reverse::before {
    display: inline-block;
    transform: rotate(180deg);
    margin-right: 0.75rem;
}


/* Titre de l'article */
.dsg_atc h1.dsg_a_title {
    color: #010035;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 48px;
    text-align: center;
    margin-top: 38px;
    margin-bottom: 24px;
    text-transform: none;
}



.dsg-section-1 {
    max-width: inherit;
    box-sizing: inherit;
    margin: inherit;
    overflow: inherit;
}


/* Info container : Catégorie, date, durée de lecture */
.dsg_atc .dsg_info_container {
    display: flex;
    justify-content: center;
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.dsg_atc .dsg_info_container_banniere {
    display: flex;
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.dsg_atc .dsg_info_container .dsg_atc_type {
    color: #E9051E;
}

.dsg_atc .dsg_info_container .dsg_atc_date,
.dsg_atc .dsg_info_container .dsg_atc_rtime {
    color: #010035;
}

.dsg_atc .dsg_info_container_banniere .dsg_atc_date, .dsg_atc .dsg_info_container .dsg_atc_rtime {
    color: #010035;
}


.dsg_atc .dsg_info_container .dsg_atc_type:after,
.dsg_atc .dsg_info_container .dsg_atc_date:after
{
    content: " ";
    border-left: 1px solid #000;
    display: inline-block;
    height: 8px;
    margin: 0 16px;
}

.dsg_atc .dsg_info_container_banniere .dsg_atc_date:after {
    content: " ";
    border-left: 1px solid #000;
    display: inline-block;
    height: 8px;
    margin: 0 16px;
}


/* Hero */
.dsg_atc .dsg_atc_hero {
    width: 100%;
    max-width: 801px;
    margin: 0 auto 40px;
    height: 328px;
    display: flex;
    align-items: center;
    background: linear-gradient(-62deg, #bacae6, transparent);
    position: relative;
}

.dsg_small_container{
    display: flex;
    flex-direction: column;
    max-width: 404px;
    margin-left: 20px;
}

.dsg_atc .dsg_atc_hero img {
      position: absolute;
      right: 13px;
      bottom: 0px;
}


/* Article container */
.dsg_article_container {
    width: 801px;
    margin: 0 auto;
} 


/* Conseiller */
.dsg_atc .dsg_m_conseiller .dsg_atc_image {
    width: 56px;
    height: 56px;
    margin-right: 1.5rem;
}

.dsg_atc .dsg_m_conseiller .dsg_atc_contenu .dsg_expert_text {
    font-size: 18px;
    color: #010036;
}

.dsg_atc .dsg_m_conseiller .dsg_atc_contenu .dsg_expert_role {
    font-size: 16px;
    color: #010036;
}

.dsg_atc .dsg_m_conseiller .dsg_atc_contenu {
    margin-top: 0;
    padding: 0;
}


/* Accroche/Lead */
.dsg_atc .dsg_a_text.-dsg_lead {
    color: #010035;
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 28px;
}

.dsg_atc .dsg_a_text.-container_banniere {
    color: #010035;
    font-family: "Source Sans Pro";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

.dsg_atc .dsg_a_text.-dsg_lead + h2.dsg_a_title {
    margin-top: 40px;
}

/* Titre de second niveau */
.dsg_atc h2.dsg_a_title {
    color: #010035;
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 15px;
    margin-top: 39px;
}

.dsg_atc h2.dsg_a_title + .dsg_atc_text {
    margin-top: 16px;
}

/* Parapgraphe */
.dsg_atc .dsg_atc_text {
    color: #545454;
    font-family: "Source Sans Pro";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
}

.dsg_atc .dsg_atc_text + .dsg_atc_text {
    margin-top: 16px;
}

/* Citation */
.dsg_atc .dsg_citation_container::before,
.dsg_atc .dsg_citation_container::after {
    opacity: 0.11;
    color: #010035;
    font-family: Montserrat;
    font-size: 40px;
    font-weight: bold;
    margin: 0 37px;
}

.dsg_atc .dsg_citation_container::before {
    content: "«";
}

.dsg_atc .dsg_citation_container::after {
    content: "»";
}

.dsg_atc .dsg_citation_container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 32px;
    margin-bottom: 32px;
}

/* TIP */
.dsg_atc .dsg_atc_tip.dsg_atc_tip {
    background-color: #F5F5F7;
    border-left: solid #E9041E 4px;
    padding: 16px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.dsg_atc .dsg_atc_tip .dsg_a_title {
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    margin-top: 0;
    text-transform: uppercase;
}

/* Chiffre clef */
.dsg_atc .dsg_atc_chiffreclef_container.dsg_atc_chiffreclef_container {
    color: #545454;
    font-family: "Source Sans Pro";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    position: relative;
    margin-top: 32px;
    margin-bottom: 32px;
}

.dsg_atc .dsg_atc_chiffreclef_container .dsg_a_title {
    color: #010035;
    font-family: "Montserrat";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 28px;
}

.dsg_atc .dsg_atc_chiffreclef_container .dsg_atc_chiffreclef {
    color: #010036;
    font-family: "Source Sans Pro";
    font-size: 56px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 45px;
    float: left;
    margin: 0;
    margin-right: 8px;
}

/* Contact */
.dsg_atc .dsg_atc_contact.dsg_atc_contact {
    padding: 24px 24px 24px 24px;
    margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dsg_atc .dsg_atc_contact .dsg_a_title {
    font-size: 20px;
    color: #010036;
    margin-bottom:8px;
}

.dsg_atc .dsg_atc_contact .dsg_a_text {
    color: #010036;
}

.dsg_a_text.-dsg-no_margin {
    margin: 0px;
}

.dsg_contact_container_flex{
    display: flex;
    flex-direction: column;
    max-width: 475px;
}


/** MOBILE **/
@media (max-width: 1024px) {
    /* Titre de l'article */
    .dsg_atc h1.dsg_a_title{
        text-align: left;
        font-size: 22px;
        line-height: 26px;
        margin-left: 16px;
        margin-right: 16px;
    }
    /* Article container */
    .dsg_atc .dsg_article_container {
        width: auto;
        margin: 0 16px;
    }
    /* Hero */
    .dsg_atc .dsg_atc_hero {
        width: 100%;
        max-width: 1009px;
        margin-bottom: 32px;
    }

    
    /* Accroche/Lead */
    .dsg_atc .dsg_a_text.-dsg_lead {
        font-size: 16px;
    }
    .dsg_atc .dsg_a_text.-dsg_lead + .dsg_a_title {
        margin-top: 32pc;
    }
    /* Titre de niveau 2 */
    .dsg_atc h2.dsg_a_title {
        font-size: 16px;
    }
    .dsg_atc h2.dsg_a_title + .dsg_atc_text {
        margin-top: 16px;
    }
    /* Citation */
    .dsg_atc .dsg_citation_container {
        flex-wrap: wrap;
        justify-content: center;
    }
    /* Chiffre clef */
    .dsg_atc .dsg_atc_chiffreclef_container .dsg_atc_chiffreclef {
        font-size: 40px;
    }
    /* Contact */
    .dsg_atc .dsg_atc_contact.dsg_atc_contact {
        padding: 24px 24px 24px;
        text-align: center;
    }
    .dsg_atc .dsg_atc_contact .dsg_a_title {
        font-size: 16px;
    }
}

@media (max-width: 450px) {


    .dsg_atc .dsg_atc_hero {
        height: 420px;
        align-items: flex-start;
    }

    .dsg_atc .dsg_atc_hero img {
        width: 198px;
        top: 77.5%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .dsg_small_container {
        flex-direction: column-reverse;
    }
    
    .dsg_atc .dsg_atc_contact.dsg_atc_contact {
        flex-direction: column;
    }


}