/* ASCENSEUR */

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(100, 100, 100, 0.8) url(/images/divers/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    opacity: .5;
}
.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}
/* MENU HEADER  */

@media (max-width: 1200px) {
    .sp-megamenu-parent {
        display: none !important;
    }
    #offcanvas-toggler {
        display: inline-block !important;
        visibility: visible;
    }
    .sppb-img-reponsive {
        margin-top: 20px;
    }
}
#module-menu-recherche {
    padding: 25px;
    height: 230px;
    background-color: rgb(245, 245, 245);
    text-align: center;
}
#module-menu-recherche h1 {
    color: #3a77cc;
    font-size: x-large;
    font-weight: 700;
}
#module-menu-recherche p {
    font-size: large;
    font-weight: 500;
    margin: 20px 0px;
}
#module-menu-simulateurs {
    padding: 25px;
    height: 230px;
    background-color: rgb(232, 232, 232);
    text-align: center;
}
#module-menu-simulateurs h1 {
    color: #3a77cc;
    font-size: x-large;
    font-weight: 700;
}
#module-menu-simulateurs p {
    font-size: large;
    font-weight: 500;
    margin: 20px 0px;
}
/* HEADER  */

#sp-header {
    box-shadow: none;
    background: #ffffff;
}
.languages {
    float: right;
}
.sp-page-title h2 {
    font-size: 150%;
}
/* FOOTER  */

.footer-link ul li a {
    font-size: 90%;
    line-height: 120%;
    text-indent: -13px;
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.footer-link-responsive {
    margin-top: 25px;
}
.footer-link-responsive ul li a {
    font-size: 90%;
    line-height: 120%;
    text-indent: -13px;
    margin-left: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
}
/* COPYRIGHT */

#sp-copyright {
    color: #ffffff;
    text-align: center;
    font-size: small;
}
#sp-copyright a {
    color: #ffffff;
}
/* HOMEPAGE  */

#hp-annonces h1 {
    font-size: xx-large;
    font-weight: 600;
    color: #3a77cc;
}
#slider-hp h2 {
    font-size: xx-large;
    font-weight: 600;
    color: #3a77cc;
}
#slider-hp h3 {
    margin: 15px 0px;
    font-weight: 500;
    font-size: larger;
    line-height: inherit;
}
/* SIMULATEURS  */

.simulateurs p {
    font-size: 110%;
    text-align: justify;
}
/* ANNONCES  */

#pave-annonces .sppb-img-responsive {
    display: block;
    width: 100% \9;
    max-width: 263px;
    height: auto;
}
#pave-annonces h1 {
    text-transform: uppercase;
    font-size: medium;
    font-weight: 600;
}
*/ .annonce p {
    font-size: medium;
}
.annonce-prix p {
    font-size: x-large;
}
/* DIVERS  */

.size120 {
    font-size: 120%;
}
.error h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #3a77cc;
    font-weight: 700;
}
.infos-utiles ul > li a {
    line-height: inherit;
}
.privacy p {
    font-size: x-small;
    line-height: 100%;
}
.form-recherche h5 {
    color: #3a77cc;
}
.banner-mpb h1 {
    color: #3a77cc;
    font-size: large;
    font-weight: 700;
}