h1 { 
    font-family: var(--primary-font); 
    font-weight:200; 
    font-size:2.000em; 
    line-height: 0.9; 
    letter-spacing: 2; 
}
h2 { 
    font-family: var(--primary-font);
    font-weight: 300;
    font-size: 2em;
    color: var(--primary-pressed);
    margin-top: 50px;
}
h3 { 
    font-family: var(--primary-font);
    font-weight: 500;
    font-size: 1.25em;
}
h4 { 
    font-family: var(--primary-font); 
    font-weight: 500; 
    font-size: 1.000em; 
}
p { 
    font-family: var(--secondary-font); 
    font-weight: 300; 
    font-size: 1.000em; 
}
a { 
    font-family: var(--secondary-font); 
    color: var(--secondary-normal); 
}
.criteres h3 {
    margin-bottom: 20px;
    color: var(--primary-normal);
}
a {
    font-size: 0.875em;
}
a:hover {
    text-decoration: underline;
}
strong {
    color: var(--black);
}
.italic {
    font-weight: 500;
}
body {
    background-color: var(--first-light);
    color: var(--black);
}
.navigation {
    margin: 0px auto 80px auto;
    padding-top: 180px;
    max-width: 1200px;
    transition: margin 400ms linear;
}
.mentions_legales:first-child {
    position: sticky;
    top: 180px;
    height: 100%;
}
.mentions_legales:last-child {
    width: calc(100% - 410px);
    position: relative;
}
.mentions_legales p {
    font-size: 0.875em;
    margin-top: 10px;
}
.mentions_legales p.lower_text {
    font-size: 0.75em;
    /* margin-bottom: 25px; */
}
.mentions_legales p.lower_text.last {
    margin-bottom: 25px;
}
/** Sofinco **/
.mentions_legales p.exemple {
    color: var(--secondary-normal);
}
.mentions_legales p.accroche {
    font-weight: 500;
}
.mentions_legales h2:first-child {
    margin-top: 0px;
}
.mentions_legales p a {
    font-size: 1.000em;
}
.mentions_legales h3 {
    font-family: var(--primary-font);
    font-weight: 300;
    color: var(--primary-normal);
    font-size: 1.5rem;
    padding: 40px 0px 15px 0px;
}
.mentions_legales h3.h3_subtitle {
    padding-top: 0px;
    font-size: 1em;
}
.menu_cg {
    display: grid;
    border-left: 1px solid var(--primary-pressed);
    padding-left: 30px;
}
.menu_cg h4 {
    margin-bottom: 30px;
}
.menu_cg a {
    margin-bottom: 10px;
}
.menu_cg img {
    width: 60%;
}
.open-dialogue {
    background-color: var(--secondary-normal);
    background-image: none;
}
.open-dialogue:hover {
    box-shadow: 0px 5px 20px rgb(0 0 0 / 15%);
    border: 3px solid var(--white);
}
.open-dialogue img {
    transform:rotate(270deg);
    width: auto;
}
/** Accordeon CGU **/
.accordionCGU {
    border-radius: var(--secondary-border-radius);
    overflow: hidden;
}
.accordeonCGU input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.accordeonCGU {
    font-family: var(--primary-font);
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    border-top: 0px;
    margin-top: 0px;
}
.accordeonCGU-label {
    padding: 10px 0px;
    font-weight: 400;
    color: var(--primary-pressed);
    cursor: pointer;
    font-size: 0.875em;
    border-top: 1px solid var(--second-light);
    border-top: 0px;
    padding: 0px;
    font-size: 0.875em;
    font-family: var(--secondary-font);
    color: var(--secondary-normal);
}
.accordeonCGU-label::after {
    content: "\276F";
    width: 1em;
    text-align: center;
    transition: all .20s;
}
.accordeonCGU-content {
    max-height: 0;
    transition: all .20s;
    padding-bottom: 0px;
}
.accordeonCGU-content p {
    padding: 0px;
    font-weight: 400;
}
input:checked+.accordeonCGU-label::after {
    transform: rotate(90deg);
}
input:checked+.accordeonCGU-label~.accordeonCGU-content {
    max-height: 100vh;
    margin-bottom: 10px;
}
/** Table CGU **/
table {
    margin-top: 10px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
}
table td,
table th {
    font-family: var(--secondary-font);
    font-size: 0.875em;
    border-bottom: 1px solid var(--black);
    vertical-align: bottom;
}
table td {
    font-weight: 300;
}
table td.text-align-right,
table th.text-align-right {
    text-align: right !important;
}
/** List product in CGU **/
p.list_product {
    display: flex;
    margin-top: 0px;
}
p.list_product span:first-child {
    margin-right: 200px;
}
.ancre {
    scroll-margin-top: 100px;
}
/** Responsive **/
@media screen and (max-width: 1300px) {
    .navigation {
        width: calc(100% - 100px);
    }
}
@media screen and (max-width: 1024px) {
    .navigation {
        display: block !important;
    }
    .mentions_legales:first-child {
        position: relative;
        width: 100%;
        margin-bottom: 80px;
        top: 0px;
    }
    .mentions_legales:last-child {
        left: 0px;
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    p.list_product span:first-child {
        margin-right: 100px;
    }
}
@media screen and (max-width: 530px) {
    .navigation {
        padding-top: 160px;
    }
    .ancre {
        scroll-margin-top: 50px;
    }
}
@media screen and (max-width: 470px) {
    .navigation {
        width: calc(100% - 60px);
    }
    p.list_product span:first-child {
        margin-right: 50px;
    }
}
@media screen and (max-width: 400px) {
    h2 {
        font-size: 1.625em;
    }
    h3 {
        font-size: 1.25em;
    }
    p.list_product {
        flex-direction: column;
    }
    p.list_product span:first-child {
        margin-right: 0px;
    }
}