#page_cgv {
    font-family: 'Eina01-Regular', sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.46;
    letter-spacing: normal;
    color: #384146;
}

#page_cgv h1 {
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 35px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: -1.6px;
    color: #1a58aa;
    margin-top: 33px;
}

#page_cgv h2 {
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 20px;
    line-height: 19px;
    color: #000000;
}

#page_cgv h3 {
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 15px;
    font-weight: bolder;
    line-height: 19px;
    color: #000000;
}

#cgv_ariane {
    margin-top: 27px;
    font-family: 'Eina01-SemiBold', sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000000;
    display: block
}

#cgv_ariane2 {
    margin-top: 27px;
    font-family: 'Eina01-SemiBold', sans-serif;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #000000;
    display: none;
}

#cgv_ariane a {
    color: #1a58aa;
}

#cgv_ariane2 a {
    color: #000000;
}

#page_cgv #cgv_ariane span {
    color: #a7b1b8;
}

#cgv_container {
    padding: 70px 50px;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 22px;
}

.cgv_flex {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.cgv_flex_child {
    flex: 0 1 24%;
    margin: 0 8px;
}

#cgv_buttons {
    margin-bottom: 60px;
}

.cgv_button {
    /* max-width: 250px; */
    width: 250px;
    min-height: 69px;
    padding: 4px;
    background-image: url(images/blue_pixels.png), linear-gradient(105deg, #017dcd, #164094);
    /* margin: 13px 13px 13px 0; */
    display: flex;
    cursor: pointer;
}

.cgv_button.active {
    width: 250px;
    min-height: 69px;
    background-image: url(images/green_pixels.png), linear-gradient(254deg, #52ae32, #164094);
    /* margin: 13px 13px 13px 0; */
}

.cgv_button p {
    font-family: 'Eina01-SemiBold', sans-serif;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0.7px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: auto;
}

#page_cgv p span {
    font-family: 'Eina01-SemiBold', sans-serif;
    font-weight: 600;
    color: #1a58aa;
}

#page_cgv #cgv_website span {
    font-family: 'Eina01-SemiBold', sans-serif;
    font-weight: 600;
    color: #1a58aa;
}

#page_cgv hr {
    width: 100%;
    height: 1px;
    margin: 27px 0;
    color: #979797;
}

#cgv_help a {
    text-decoration: underline;
}

.cgv_button_masquer {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 149px;
    height: 34px;
    border-radius: 2px;
    border: #164094 solid 1px;
    background-color: white;
    font-family: 'FuturaPT-Demi', sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.09;
    letter-spacing: normal;
    text-align: center;
    color: #164094;
    text-transform: uppercase;
    margin: 22px 0;
}

.cgv_button_masquer:hover {
    background-color: #164094;
    color: white;
    transition: background-color 666ms ease, color 666ms ease;
}

#page_cgv a,
#page_cgv #cgv_website a,
#page_cgv #cgv_reprise a,
#page_cgv #cgv_micromania a {
    font-family: 'Eina01-SemiBold', sans-serif;
    font-weight: 600;
    color: #1a58aa;
}

.cgv_container_container {
    margin: 0 27px;
}

/* #page_cgv #cgv_micromania a {
    font-family: 'Eina01-SemiBold', sans-serif;
    font-weight: 600;
    color: #1a58aa;
} */

#cgv_website {
    display: none;
}

#cgv_reprise {
    display: none;
}

#cgv_micromania {
    display: none;
}

#cgv_zing {
    display: none;
}



/* ======================================
	         	RWD
====================================== */

@media screen and (max-width: 768px) {

    #page_cgv h2 {
        padding: 0 12px;
    }

    #page_cgv p {
        padding: 0 12px;
    }

    #cgv_container {
        padding: 0 0 25px 0;
    }

    #cgv_ariane {
        display: none;
    }

    #cgv_ariane2 {
        display: block;
    }

    #cgv_buttons {
        margin-bottom: 30px;
    }

    .cgv_button_masquer {
        margin: 22px 12px;
    }

    .cgv_flex {
        flex-flow: row wrap;
    }

    .cgv_flex_child {
        margin: 8px 8px;
    }

    .cgv_button p {
        font-family: 'Eina01-SemiBold', sans-serif;
        font-size: 11px;
        line-height: 1.09;
        letter-spacing: normal;
    }
}

@media screen and (max-width: 544px) {
    .cgv_button p {
        font-family: 'Eina01-SemiBold', sans-serif;
        font-size: 10px;
    }
}

@media screen and (max-width: 404px) {
    .cgv_button {
        padding: 0;
    }

    #page_cgv .cgv_button p {
        padding: 0 8px;
        font-size: 9px;
    }
}
