 @font-face {
    font-family: "Heading Now Variable";
    src: url("https://s1.quebecormedia.com/infojdem/fonts/heading-now/woff2/HeadingNowVarVF.woff2") format("woff2-variations"), url("https://s1.quebecormedia.com/infojdem/fonts/heading-now/ttf/Heading-Now-Variable.ttf") format("truetype-variations");
    font-weight: 110 1000;
    font-stretch: 100% 1000%;
}
.wrapper_carte{
    font-family: "Heading Now Variable";
    font-stretch: 400%;
    width: 100%;
    max-width: 766px;
    margin: auto;
    padding-top: 30px;
}
.wrapper_carte hr{
    width: 100%;
    height: 5px;
    border-radius: 1px;
    background-color: #D13A21;
    margin: 0;
}
.carte_title{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #535353;
    font-size: 36px;
    font-weight: 850;
    line-height: 110%;
    padding-top: 18px;
}
.carte_title img{
    width: 30px;
    margin: 0;
}
.carte_subtitle{
    color: #A3A3A3;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    padding: 12px 0 8px;
}
.carte_info{
    font-size: 20px;
    font-weight: 420;
    line-height: 135%;
}
.metho_wrapper,
.source{
    color: #858585;
    font-size: 17px;
    font-weight: 420;
    line-height: 135%;
}
.metho_title{
    font-weight: 750;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}
.metho_title span{
    text-decoration: underline;
}
#metho_wrapper .metho_title::after{
    content: "\25BC";
    margin-left: 5px;
    font-size: 12px;
}
#metho_wrapper.opened .metho_title::after{
    content: "\25B2";
}
#metho_wrapper:not(.opened) .metho_texte{
    display: none;
}
.source b{
    font-weight: 750;
}