.PageContact p {
    position: relative;
    padding-left: 25px;
}
.PageContact .adresse::before {
    content: "\f455";
    font-family: "Ionicons";
    position: absolute;
    left: 0px;
}
.PageContact .phone::before {
    content: "\f2d2";
    font-family: "Ionicons";
    position: absolute;
    left: 0px;
}
.PageContact .phone a {
    text-decoration: none;
    font-size: 1.2em;
    border-radius: 10px;
    background: #8cbe23;
    color: #fff;
    padding: 5px 10px;
    transition: all 0.3s;
}
.PageContact .phone a:hover {
    background: #ff4754;
}
.PageContact hr {
    margin: 30px 0;
    border: solid 0px #8cbe23;
}
@media (max-width: 991.98px) {
    .PageContact hr {
        border: solid 2px #8cbe23;
        width: 100%;
    }
    .PageContact hr:before {
        display: none;
    }
}
.CTAForm {
    display: block;
    width: fit-content;
}
.CTAForm a {
    display: block;
    padding: 15px;
    margin: 25px auto;
    text-decoration: none;
    background: #8cbe23;
    color: #fff;
    border-radius: 10px;
    font-size: 1.2em;
    transition: all 0.3s;
}
.CTAForm a::before {
    content: "\f376";
    font-family: "Ionicons";
    margin-right: 10px;
    opacity: 0.5;
}
.CTAForm a:hover {
    transform: scale(1.1);
}

/* RS */
.PageContact .ContactRS {
    margin: 70px 0;
}
.PageContact .ContactRS ul {
    position: relative;
    display: flex;
    width: fit-content;
    padding: 0;
}
.PageContact .ContactRS ul::before {
    content: "Retrouvez-nous sur :";
    font-size: 0.8em;
    position: absolute;
    width: 100%;
    text-align: center;
    top: -35px;
    text-decoration: overline;
}
.PageContact .ContactRS ul li {
    list-style: none;
}
.PageContact .ContactRS ul li span {
    display: none;
}
.PageContact .ContactRS ul li a {
    text-decoration: none;
    font-size: 2em;
    padding: 10px 14px;
}
.PageContact .ContactRS ul li::before {
    display: none;
}
.PageContact .ContactRS ul li .facebook:before {
    content: "\f231";
    font-family: "Ionicons";
}
.PageContact .ContactRS ul li .twitter:before {
    content: "\f243";
    font-family: "Ionicons";
}
.PageContact .ContactRS ul li .youtube:before {
    content: "\f24d";
    font-family: "Ionicons";
}
.PageContact .ContactRS ul li .instagram:before {
    content: "\f351";
    font-family: "Ionicons";
}
@media (max-width: 991.98px) {
    .PageContact .MainTextLeft {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}