.page-id-467 .bloc-cg .content-cg {
    overflow-y: auto!important;
    max-height: none!important;
}
a.btn-cg {
    color: black;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    border: 1px solid black;
    padding: 10px;
    line-height: 1;
    transition: 0.3s;
}
a.btn-cg:hover {
    background: rgb(150 154 153 / 48%);
    color: white;
    border: 1px solid transparent;
}
a.btn-cg svg g * {
    fill: #5B6665;
}
a.btn-cg:hover svg g * {
    fill: white;
}
a.btn-cg svg {
    margin-right: 15px;
}
.bloc-cg {
    margin-bottom: 100px;
    padding: 0 75px;
}
.bloc-cg .title-cg h2 {
    color: #D8005B;
    font-size: 20px;
    font-weight: bold;
    line-height: 39px;
    margin-bottom: 0;
    padding: 0 10px;
}
.title-cg {
    background: rgb(216 0 91 / 10%);
    border-top: 1px solid #969A99;
    border-bottom: 1px solid #969A99;
    margin-bottom: 15px;
}
.bloc-cg .content-cg {
    position: relative;
    /* max-height: 700px; */
    overflow-x: hidden;
    /* overflow-y: scroll; */
    margin-bottom: 20px;
    padding-right: 50px;
    color: black;
}
.bloc-cg .content-cg img.img-cg {
    position: absolute;
    right: 50px;
    top: 25px;
}
.bloc-cg .content-cg * {
    color: black;
}
.bloc-cg .content-cg li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
}
.bloc-cg .content-cg::-webkit-scrollbar {
    width: 6px;
}
.bloc-cg .content-cg::-webkit-scrollbar-thumb {
    background: #969A99;
    border-radius: 10px;
}
.bloc-cg .content-cg::-webkit-scrollbar-track {
    background: white;
    border: 1px solid #969A99;
    border-radius: 10px;
}
.bandeau-contact img.imgright {
    position: absolute;
    right: 90px;
    bottom: 35px;
    max-width: 100px;
}
