h1.dsg_a_title, .dsg_a_title.-dsg_h1{
    font-size: 1.5rem;
    line-height: 2rem;
}
h2.dsg_a_title, .dsg_a_title.-dsg_h2{
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
}
h3.dsg_a_title, .dsg_a_title.-dsg_h3{
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
}

h4.dsg_a_title, .dsg_a_title.-dsg_h4{
    font-size: 0.875rem;
    line-height: 1.5rem;
    font-weight: 700;
}

.dsg_a_text{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.dsg_a_text.-dsg_lead{
    font-size: 1rem;
    line-height: 1.5rem;
}

.section_avenir{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.color_primary{
    color: #E2010B;
}

.stl_btn-secondary{
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding: 0px;
    margin: 1.5rem 0px 0px;
    color: rgb(84, 84, 84);
    font-family: sourcesanspro, Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border-radius: 6.25rem;
    border-width: 0.125rem;
    border-style: solid;
    border-color: rgb(84, 84, 84);
    background-color: transparent;
    transition: border 0.3s ease 0s, background 0.3s ease 0s, color 0.3s ease 0s;
    cursor: pointer;
    width: 15rem;
    height: 3rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
.stl_btn-secondary:not([disabled]):hover{
    background-color: rgb(84, 84, 84);
    border-color: rgb(84, 84, 84);
    color: rgb(255, 255, 255);
}
.stl_btn-secondary:not([disabled]):focus {
    color: rgb(84, 84, 84);
    background-color: transparent !important;
}
.stl_btn-secondary::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #fff 50%, transparent 0%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    transition: transform 1s, opacity 1.25s;
}
.stl_btn-secondary:active::after {
    transform: scale(0, 0);
    opacity: .3;
    transition: 0s;
    animation: none;
}
@media only screen and (min-width: 1025px){
    h1.dsg_a_title, .dsg_a_title.-dsg_h1{
        font-size: 2.5rem;
        line-height: 3rem;
    }
    h2.dsg_a_title, .dsg_a_title.-dsg_h2{
        font-size: 2rem;
        line-height: 2.5rem;
    }
    h3.dsg_a_title, .dsg_a_title.-dsg_h3{
        font-size: 1.5rem;
        line-height: 2rem;
    }

    h4.dsg_a_title, .dsg_a_title.-dsg_h4{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .dsg_a_text{
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .dsg_a_text.-dsg_lead{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .section_avenir{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}
