/*******************************************************
FONTS
********************************************************/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

.lato-light {
    font-weight: 300;
}

.lato-regular {
    font-weight: 400;
}

.lato-bold {
    font-weight: 700;
}

.lato-black {
    font-weight: 900;
}

/*******************************************************
COLOR
********************************************************/

.blue {
    color: #1287af;
}

.dark-grey {
    color: #222222;
}

.light-grey {
    color: #6b6b6b;
}

/*******************************************************
BACKGROUND COLOR
********************************************************/

.bg-light-blue {
    background-color: #eef4f8;
}

/*******************************************************
GENERAL
********************************************************/
body {
    font-weight: 400;
    color: #222222;
    font-size: 16px;
    font-family: Lato !important;
}

p, li, label {
    font-weight: 400;
    font-size: 16px;
}


#back-to-top {
    position: fixed;
    bottom: 7px;
    right: 7px;
    display: none;
    z-index: 200;
    text-align: center;
}

    #back-to-top .far {
        background-color: #1287af;
        color: #fff;
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
        border-radius: 100%
    }

.max-width-header {
    max-width: 1280px;
    margin: 0 auto;
}

.max-width {
    max-width: 1180px;
    margin: 0 auto;
}


img {
    max-width: 100%;
}

.title-container {
    text-align: center;
}



h1:not(.home) {
    font-size: 32px;
    margin-top: 30px;
}

h2.home {
    font-size: 45px;
    margin-top: 0;
}

h1:not(.home),
h2.home {
    text-transform: uppercase;
    color: #1287af;
    background: -webkit-linear-gradient(135deg,#25b3e3, #1287af );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    display: inline-block;
    margin-bottom: 50px;
}

    h1:not(.home) span {
        display: block;
        color: #222222;
        background: none;
        -webkit-text-fill-color: #222222;
        text-transform: none;
        font-weight: 400;
    }


    h2.home span {
        font-size: 26px;
        font-weight: 300;
        background: none;
        -webkit-text-fill-color: #1287af;
        display: block;
        text-transform: none;
    }

@media(max-width:767px) {
    h1:not(.home),
    h2.home {
        font-size: 26px;
        margin-bottom: 30px;
    }

        h2.home span {
            font-size: 20px;
        }
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-weight: 400;
    font-family: Lato;
}



.container-fluid > .row,
.container-fluid > div > .row {
    padding: 0;
}

.is-wrapper .is-box .is-container {
    margin: 0 auto;
}


.is-boxes {
    min-height: auto;
}

footer {
    clear: both;
}



a {
    display: inline-block;
    color: #1287af;
}

    a:hover,
    a:active,
    a:focus {
        text-decoration: none;
        color: #757474;
    }

.btn {
    font-size: 16px;
    font-weight: 700;
    border-radius: 12px;
    color: white;
    padding: 10px 25px;
    line-height: 1;
    transition: color .3s ease, background-color .3s ease;
}

.btn-default {
    background: linear-gradient(135deg, #1287af, #25b3e3 );
    border: none;
    transition: all .3s ease;
}

    .btn-default:hover,
    .btn-default:active,
    .btn-default:focus {
        background: linear-gradient(135deg, #0a6381, #48caf6 );
        color: #fff;
        transition: all .3s ease;
    }

.btn-primary {
    border: 2px solid white;
    color: #1287af;
    background-color: #fff;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus,
    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle {
        border-color: #fff;
        color: #fff !important;
        background-color: transparent !important;
        transition: color .3s ease, background-color.3s ease;
    }


.btn-secondary {
    border: 2px solid #1287af;
    color: #1287af;
    background-color: transparent;
}

    .btn-secondary:hover,
    .btn-secondary:active,
    .btn-secondary:focus {
        border-color: #1287af !important;
        color: #fff !important;
        background-color: #1287af !important;
    }



button:hover,
button:active,
button:focus,
.btn:hover,
.btn:active,
.btn:focus {
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}

ul {
    padding: 0;
}


.section-bubble {
    position: relative;
}

.bubble {
    position: absolute;
    font-size: 45px;
    color: #1287af;
    top: -40px;
    background-color: #ffffff;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px !important;
    border-radius: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.embed-responsive {
    margin-top: 0;
}

    .embed-responsive iframe {
        width: 100%;
        height: 100%;
    }

.anchor {
    visibility: hidden;
    height: 255px;
    margin-top: -255px;
}

@media(max-width:991px) {
    .anchor {
        visibility: hidden;
        height: 178px;
        margin-top: -178px;
    }
}

::selection {
    color: #fff;
    background: #acacac;
}

h1:not(.home)::selection, h2.home::selection {
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;
    background: #acacac;
}

.top-anchor {
    margin-bottom: 50px;
}

    .top-anchor h1 {
        margin-bottom: 10px;
    }

    .top-anchor .far {
        color: #1287af;
    }


    .top-anchor li {
        display: inline-block;
        font-size: 18px;
        padding: 0 15px;
        position: relative;
    }

        .top-anchor li:first-child {
            padding-left: 0;
        }

        .top-anchor li + li:before {
            content: "";
            position: absolute;
            height: 5px;
            width: 5px;
            border-radius: 100%;
            background-color: #1287af;
            left: -1px;
            top: 11px;
        }

        .top-anchor li a {
            color: #1287af;
            font-weight: 600;
            position: relative;
            transition: color 0.3s ease;
        }

            .top-anchor li a:hover {
                color: #222222;
                transition: color 0.3s ease;
            }

    .top-anchor a .far {
        position: absolute;
        bottom: -25px;
        left: 50%;
        transform: translateX(-50%) translateY(-10px);
        color: #1287af;
        font-size: 22px;
        opacity: 0;
        transition: all 0.3s ease;
    }

@media(min-width:992px) {
    .top-anchor a:hover .far {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
        transition: all 0.3s ease;
    }
}


/*******************************************************
LAYOUT
********************************************************/

/************* header */

header {
    padding-bottom: 15px;
}

    header.fixed {
        position: fixed;
        width: 100%;
        z-index: 25;
        top: 0;
        background-color: white;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    }

    header .top-header {
        padding: 15px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        position: relative;
    }

    header .fa-phone-alt,
    header .fa-location-arrow {
        color: #1287af;
        height: 35px;
        width: 35px;
        border: 2px solid #1287af;
        text-align: center;
        line-height: 35px;
        border-radius: 100%;
        margin-right: 10px;
    }

    header .top-header .logo-container {
        background-color: white;
        position: absolute;
        top: 10px;
        left: 50%;
        z-index: 2;
        transform: translateX(-50%);
    }

@media(max-width:991px) {
    header .top-header .logo-container {
        left: 42px;
        transform: none;
    }

        header .top-header .logo-container img {
            width: 135px !important;
        }
}

header .top-header .logo-container img {
    width: 170px;
    padding: 0 20px;
}

header .top-header .horaires-day {
    display: inline-block;
}

header .top-header .horaire {
    position: relative;
    padding-left: 23px;
    margin: 0;
}

header .horaires-day p:not(.horaire) {
    display: none;
}

@media(max-width:991px) {
    header p.horaire {
        display: none;
    }
}

header .top-header .horaire:before {
    content: "\f017";
    position: absolute;
    left: 0;
    top: 1px;
    font-family: 'Font Awesome 5 Pro';
    color: #1287af;
    font-weight: 500;
}


header .top-header .direction {
    font-weight: 700;
}

    header .top-header .direction .fal {
        color: #222222;
        margin: 0 10px;
    }

header .top-header .info-header .tel {
    font-weight: 700;
}

header .top-header .info-header a:not(.tel) {
    margin-left: 15px;
}


header .main-header .title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #1287af;
    padding: 30px 0;
    line-height: 1.2;
    margin: 0;
}

header .onepage {
    position: relative;
}

    header .onepage:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        bottom: -15px;
        left: 0;
        background-color: black;
        opacity: 0.2;
        z-index: 2;
    }

    header .onepage .title {
        padding-top: 15px;
        padding-bottom: 0;
    }

        header .onepage .title a {
            display: block;
            width: 130px;
            margin: 0 auto;
        }

@media(min-width:768px) {
    header .onepage .btn {
        margin-top: 10px;
    }
}

header .onepage + .navbar {
    display: none;
}

header .main-header .title span {
    display: block;
    color: #222222;
    font-weight: 300;
    font-size: 24px;
}

@media(max-width:991px) {
    header .main-header .title {
        padding: 15px 0;
        font-size: 26px;
    }


        header .main-header .title span {
            display: none;
        }
}

/************* nav */


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(18, 135, 175, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar {
    background-color: #eef4f8;
    padding: 20px 0;
    margin: 0 auto;
    max-width: 1280px;
}

    .navbar .fa-times {
        font-size: 25px;
        margin-left: 15px;
    }


    .navbar .collapse:not(.show) {
        display: block;
    }

@media(min-width:992px) {
    .navbar .nav-link {
        color: #1287af;
        text-transform: uppercase;
        font-size: 13px;
        padding: 0 15px !important;
        font-weight: 700;
    }

        .navbar .nav-link:hover,
        .navbar .nav-item.active .nav-link {
            color: #0b4a60;
        }

    .navbar .nav-item {
        position: relative;
    }

        .navbar .nav-item + .nav-item:before {
            content: "";
            position: absolute;
            height: 70%;
            background-color: #1287af;
            width: 2px;
            top: 3px;
            left: 0;
            transform: skewX(-20deg);
        }

    .navbar .fa-times {
        display: none;
    }
}


@media(max-width:991px) {
    .navbar {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        z-index: 201;
        display: block;
        transition: left .3s ease;
    }

        .navbar .navbar-toggler {
            display: none;
        }

    .navbar-toggler {
        position: absolute;
        background-color: transparent;
        border: none;
        padding: 0;
        line-height: 1;
        top: 34px;
        transform: translateY(-50%);
        left: 10px;
        font-size: 20px;
    }

    .navbar.open-menu {
        left: 0;
        transition: left .3s ease;
    }

    .navbar .nav-link {
        color: #1287af;
        text-transform: uppercase;
        font-size: 16px;
        padding: 10px 15px !important;
        font-weight: 700;
    }
}


/************* footer */

footer {
    background: linear-gradient(135deg, #096d8f, #25b3e3);
    color: white;
}

@media(max-width:767px) {
    footer {
        text-align: center;
    }
}

footer ul {
    text-align: right;
    margin: 0;
    padding: 15px 0;
}

@media(max-width:991px) {
    footer ul {
        text-align: center;
    }

    footer img {
        max-width: 110px !important;
    }
}

footer ul li {
    display: inline-block;
    padding-left: 30px;
}

    footer ul li + li {
        position: relative;
    }

        footer ul li + li:before {
            content: "|";
            left: 15px;
            top: 0;
            position: absolute;
        }

    footer ul li a {
        color: white;
        transition: opacity .3s ease;
    }

        footer ul li a:hover {
            opacity: 0.6;
            color: white;
            transition: opacity .3s ease;
        }

footer img {
    max-width: 165px;
}

footer h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0;
}

    footer h2 + p {
        margin-top: 0;
    }

footer h3 {
    font-size: 18px;
    margin: 25px 0;
}

footer .copyright {
    display: none;
}

footer .copy a {
    color: white;
}

/*******************************************************
HOME
********************************************************/

/************* slide */

#homeCarousel .carousel-control-next,
#homeCarousel .carousel-control-prev {
    width: 50px;
    background-color: rgba(255, 255, 255, 0.7)
}

    #homeCarousel .carousel-control-next .fas,
    #homeCarousel .carousel-control-prev .fas {
        color: #1287af;
        font-size: 48px;
    }

#homeCarousel .carousel-indicators li {
    height: 15px;
    width: 15px;
    border-radius: 100%;
    margin: 0 7px;
    opacity: 1;
}

@media(max-width:767px) {
    #homeCarousel .carousel-indicators li {
        display: none;
    }
}

#homeCarousel .carousel-indicators li.active {
    background-color: #1287af;
}

/************* présentation */
.presentation-agence {
    padding: 60px 0;
    background: linear-gradient(135deg, #096d8f, #25b3e3);
    color: white;
    margin-top: 30px;
}

    .presentation-agence h1 {
        font-size: 36px;
        text-transform: uppercase;
        font-weight: 900;
        line-height: 1;
        margin-top: 0;
    }

        .presentation-agence h1 span {
            font-size: 25px;
            text-transform: none;
            font-weight: 400;
            display: block;
        }

        .presentation-agence h1 + p {
            font-size: 18px;
            font-weight: 300;
            margin: 20px 0 60px 0;
        }

@media(max-width:767px) {
    .presentation-agence h1 {
        font-size: 26px;
    }

        .presentation-agence h1 span {
            font-size: 20px;
        }

        .presentation-agence h1 + p {
            margin: 20px 0;
        }
}

.presentation-agence .resume a {
    margin-top: 20px;
    font-size: 14px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}


.presentation-agence .resume .fal {
    margin-left: 15px;
    font-size: 20px;
    vertical-align: middle;
}

.presentation-agence img {
    border: 10px solid white;
}

.presentation-agence .carousel-indicators {
    bottom: -65px;
}

    .presentation-agence .carousel-indicators li {
        height: 15px;
        width: 15px;
        border-radius: 100%;
        margin: 0 7px;
    }

.presentation-agence .carousel-control-next,
.presentation-agence .carousel-control-prev {
    display: none;
}

.presentation-agence .btn-presentation {
    margin-top: 40px;
    text-align: center;
}

@media(max-width:991px) {
    .presentation-agence .btn-presentation {
        margin-top: 60px;
    }
}

.presentation-agence .btn-presentation a {
    margin: 0 20px;
}

/************* contact */

.home-contact {
    padding: 70px 0;
    background: url(/docs/pages/23/fond-home-contact-ecowater-min.jpg);
    background-position: center;
    position: relative;
    z-index: 0;
}

    .home-contact:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: black;
        opacity: 0.3;
        z-index: -1;
    }

    .home-contact h2 {
        color: white;
        background: none;
        -webkit-text-fill-color: white;
        margin-bottom: 0;
    }

        .home-contact h2 + p {
            margin-top: 0;
            color: white;
            margin-bottom: 30px;
        }

    .home-contact .btn-primary {
        font-size: 20px;
        font-weight: 900;
        margin-bottom: 30px;
    }

        .home-contact .btn-primary .fas {
            margin-right: 15px;
            font-size: 23px;
        }

    .home-contact .section-contact {
        background-color: white;
        padding: 30px;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
    }

@media(min-width:992px) {
    .home-contact .section-contact {
        margin: 0 30px;
    }
}

.home-contact .section-contact h3 {
    margin-top: 0;
    font-size: 30px;
    font-weight: 600;
    color: #1287af;
    margin-bottom: 5px;
}

.home-contact .section-contact p {
    margin-top: 0;
    margin-bottom: 40px;
}

.home-contact .section-contact .far {
    font-size: 150px;
    color: #1287af;
    opacity: 0.15;
    position: absolute;
    bottom: -10px;
}

.home-contact .section-contact .fa-file-edit {
    right: 20px;
    transform: rotate( 20deg );
}


@media(min-width:768px) {
    .home-contact .section-contact .fa-calendar-check {
        left: 20px;
        transform: rotate( -20deg );
    }
}

@media(max-width:767px) {

    .home-contact .section-contact .fa-calendar-check {
        right: 20px;
        transform: rotate( 20deg );
    }
}

/************* services */
.home-service {
    padding: 60px 0;
    background-color: #eef4f8;
    position: relative;
    text-align: center;
}

@media(max-width:767px) {

    .home-service .row > div + div {
        margin-top: 40px;
    }
}

.home-service p {
    background-color: white;
    padding: 100px 60px 60px 60px;
    border-radius: 5px;
    font-weight: 600;
    height: 100%;
    margin: 0;
    position: relative;
}

    .home-service p span {
        position: absolute;
        width: 100%;
        left: 0;
        padding: 0 30px;
        top: 50%;
        transform: translateY(-50%);
    }

    .home-service p .fal {
        position: absolute;
        top: -25px;
        background-color: #eef4f8;
        border: 4px solid white;
        font-size: 30px;
        height: 65px;
        width: 65px;
        line-height: 56px;
        color: #1287af;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 100%;
    }

.home-service .locate {
    color: #1287af;
}

    .home-service .locate span {
        display: block;
    }

/************* nous situer */

.info-magasin {
    padding: 60px 0;
}

    .info-magasin .weGmap,
    .info-magasin #plan-acces,
    .info-magasin .mapContainer {
        height: 100% !important;
    }

    .info-magasin .coordonnee {
        padding: 35px;
        border-radius: 20px;
        border: 2px solid #1287af;
        text-align: center;
    }


        .info-magasin .coordonnee h3 {
            color: #1287af;
            text-transform: uppercase;
            font-size: 28px;
            font-weight: 900;
        }

@media(max-width:767px) {
    .info-magasin .coordonnee {
        padding: 15px;
    }

        .info-magasin .coordonnee h3 {
            font-size: 22px;
        }
}

.info-magasin .coordonnee ul {
    margin-bottom: 40px;
    margin-left: 0;
}


.info-magasin .coordonnee li {
    list-style: none;
}

    .info-magasin .coordonnee li.today {
        font-weight: 900;
        color: #1287af;
    }

.info-magasin .gps {
    display: flex !important;
}

    .info-magasin .gps a {
        color: #1287af;
    }

/************* infowindow */

.weGmap .gm-style-iw.gm-style-iw-c {
    padding: 0;
}

.weGmap .gm-style-iw-d {
    padding: 15px 10px 10px 25px;
}

.weGmap .infowindows {
    font-family: Lato;
    font-size: 16px;
}

    .weGmap .infowindows div[itemprop="name"] {
        font-weight: 900;
        color: #1287af;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .weGmap .infowindows .map-phone-number {
        padding-top: 15px;
        margin-top: 15px;
        margin-bottom: 5px;
        border-top: 1px solid rgba(18, 135, 175, 0.3);
    }


    .weGmap .infowindows .map-phone-number,
    .weGmap .infowindows .map-opening-time {
        padding-left: 25px;
        font-size: 14px;
        position: relative;
    }

        .weGmap .infowindows .map-phone-number:before,
        .weGmap .infowindows .map-opening-time:before {
            position: absolute;
            font-family: "Font Awesome 5 Pro";
            left: 0;
            font-weight: 500;
            color: #1287af;
        }

        .weGmap .infowindows .map-opening-time:before {
            content: "\f017";
            top: 2px;
        }

        .weGmap .infowindows .map-phone-number:before {
            content: "\f879";
            top: 17px;
        }

    .weGmap .infowindows .map-bt-itineraire {
        display: none;
    }


/************* solution */

.home-solution {
    padding-top: 50px;
    background: linear-gradient(135deg, #096d8f, #25b3e3);
}

    .home-solution .solution-liste {
        position: relative;
        padding-bottom: 90px;
    }

        .home-solution .solution-liste .vague {
            width: 100%;
            position: absolute;
            bottom: -50px;
            left: 0;
        }

    .home-solution h2 {
        color: white;
        background: none;
        -webkit-text-fill-color: white;
    }

    .home-solution .solution {
        background-color: white;
        text-align: center;
        padding: 10px 10px 25px 10px;
        border-radius: 0 0 25px 25px;
        position: relative;
        height: 100%;
    }

        .home-solution .solution:before {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            background-color: #022134;
            opacity: 0;
            z-index: 2;
            top: 0;
            left: 0;
            border-radius: 0 0 25px 25px;
            transition: opacity .3s ease;
        }

        .home-solution .solution:hover:before {
            opacity: 0.8;
            transition: opacity .3s ease;
        }

        .home-solution .solution .hover {
            position: absolute;
            width: 100%;
            color: white;
            font-weight: 900;
            font-size: 30px;
            margin: 0;
            padding: 15px;
            top: 115px;
            left: 0;
            z-index: 3;
            opacity: 0;
            transition: opacity .3s ease;
        }

            .home-solution .solution .hover .far {
                display: block;
                font-size: 48px;
            }

        .home-solution .solution:hover .hover {
            opacity: 1;
            transition: opacity .3s ease;
        }

        .home-solution .solution .solution-title-container {
            height: 100px;
            position: relative;
        }

            .home-solution .solution .solution-title-container h3 {
                font-weight: 900;
                font-size: 24px;
                color: #1287af;
                text-transform: uppercase;
                position: absolute;
                width: 100%;
                top: 50%;
                transform: translateY(-50%);
                margin: 0;
            }

        .home-solution .solution .fad {
            font-size: 40px;
            height: 95px;
            width: 95px;
            border: 2px solid rgba(18, 135, 175, 0.5);
            line-height: 95px;
            text-align: center;
            border-radius: 100%;
            --fa-primary-color: #1287af;
            --fa-secondary-color: #228fb4;
            --fa-secondary-opacity: 0.5;
            --fa-primary-opacity: 1.0;
        }

        .home-solution .solution p {
            margin-bottom: 0;
            margin-top: 30px;
            color: #222;
        }

    .home-solution .traitement {
        background-color: white;
        padding-bottom: 60px;
        margin-top: 50px;
    }

        .home-solution .traitement .traitement-title-container {
            text-align: center;
        }

            .home-solution .traitement .traitement-title-container h3 {
                font-size: 36px;
                text-transform: uppercase;
                color: #1287af;
                background: -webkit-linear-gradient(135deg,#25b3e3, #1287af );
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                font-weight: 900;
                display: inline-block;
            }

@media(max-width:767px) {
    .home-solution .traitement .traitement-title-container h3 {
        font-size: 26px;
    }
}

.home-solution .traitement ul {
    text-align: center;
}

.home-solution .traitement li {
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    color: #1287af;
    padding: 0 15px;
    position: relative;
}

    .home-solution .traitement li + li:before {
        content: "";
        position: absolute;
        height: 5px;
        width: 5px;
        border-radius: 100%;
        background-color: #1287af;
        left: -4px;
        top: 14px;
    }

.home-solution .traitement .intro {
    text-align: center;
    font-size: 18px;
    padding: 25px 0;
    margin-top: 0;
}

.home-solution .benefice h4 {
    font-size: 30px;
    color: #1287af;
    font-weight: 900;
    margin-bottom: 20px
}

.home-solution .benefice p {
    position: relative;
    padding-left: 40px;
    margin: 10px 0;
}

    .home-solution .benefice p:before {
        content: "\f00c";
        position: absolute;
        font-size: 30px;
        color: #1287af;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

.home-solution .info-plus {
    text-align: center;
    margin-top: 40px;
}

    .home-solution .info-plus p {
        font-size: 24px;
    }

/************* agenda */

.home-actualite {
    padding: 60px 0;
    background-color: #efefef;
}

    .home-actualite .actualite {
        background-color: white;
        padding: 30px;
        height: 100%;
        position: relative;
    }

        .home-actualite .actualite .fa-arrow-circle-right {
            position: absolute;
            z-index: 3;
            font-size: 60px;
            text-align: center;
            width: 100%;
            left: 0;
            color: white;
            opacity: 0;
            top: 50%;
            transform: translateY(-50%) translateX(-40px);
            transition: all .3s ease;
        }

        .home-actualite .actualite:hover .fa-arrow-circle-right {
            opacity: 1;
            transform: translateY(-50%) translateX(0);
            transition: all .3s ease;
        }

        .home-actualite .actualite:before {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            background-color: #1287af;
            top: 0;
            left: 0;
            z-index: 2;
            opacity: 0;
            transition: opacity .3s ease;
        }

        .home-actualite .actualite:hover:before {
            opacity: 0.7;
            transition: opacity .3s ease;
        }

        .home-actualite .actualite img {
            border: 10px solid #efefef;
        }

@media(max-width:991px) {
    .home-actualite .actualite img {
        margin-bottom: 20px;
    }

    .home-actualite .actu-margin > .col-lg-6 + .col-lg-6 {
        margin-top: 30px;
    }
}

.home-actualite .actualite .date {
    font-size: 14px;
    color: #1287af;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.home-actualite .actualite h3 {
    font-size: 20px;
    font-weight: 900;
    color: #222222;
}

.home-actualite .actualite .resume {
    margin-top: 15px;
    color: #222222;
}

.home-actualite .actualite span {
    color: #1287af;
    display: block;
    position: absolute;
    right: 30px;
    bottom: 25px;
}

    .home-actualite .actualite span .fal {
        margin-left: 10px;
    }

/************* ecowater */

.home-ecowater {
    padding: 60px 0;
}

    .home-ecowater .intro {
        font-weight: 700;
        font-size: 18px;
        text-align: center;
        color: #016fb1;
        margin-bottom: 40px;
    }

    .home-ecowater .chiffre {
        text-align: center;
    }

        .home-ecowater .chiffre .fad {
            height: 120px;
            width: 120px;
            background-color: #1287af;
            text-align: center;
            line-height: 120px;
            border-radius: 100%;
            font-size: 60px;
            --fa-primary-color: #fff;
            --fa-secondary-color: #016fb1;
            --fa-secondary-opacity: 1.0;
            --fa-primary-opacity: 1.0;
        }

        .home-ecowater .chiffre p {
            line-height: 1;
            margin-top: 15px;
        }


            .home-ecowater .chiffre p span {
                font-size: 48px;
                color: #1287af;
                font-weight: 900;
                display: block;
            }


/*******************************************************
PRESENTATION AGENCE
********************************************************/

.info-agence {
    padding: 40px 0;
    position: relative;
}

    /*.info-agence .vague {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }*/

    /*.info-agence h1 {
        margin-top: 0;
        color: white;
        margin-bottom:30px;
        background: none;
        -webkit-text-fill-color: white;
    }*/

    .info-agence h1 {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .info-agence .carousel img {
        border: 10px solid #1287af;
    }

    .info-agence .carousel-indicators {
        bottom: -65px;
    }

        .info-agence .carousel-indicators li {
            height: 15px;
            width: 15px;
            border-radius: 100%;
            margin: 0 7px;
            background-color: #1287af;
        }

    .info-agence .carousel-control-next,
    .info-agence .carousel-control-prev {
        display: none;
    }


    .info-agence .horaires-supp {
        background-color: #eef4f8;
        border-radius: 5px;
        padding: 20px;
        margin-top: 30px;
        border: 1px solid rgba(18, 135, 175, 0.15);
    }

        .info-agence .horaires-supp h2 {
            margin-top: 0;
            color: #1287af;
            font-size: 20px;
            text-transform: uppercase;
            font-weight: 900;
            margin-bottom: 15px;
        }

        .info-agence .horaires-supp p {
            margin-top: 0;
        }

            .info-agence .horaires-supp p label {
                line-height: 1;
            }

        .info-agence .horaires-supp ul {
            margin: 0;
        }

        .info-agence .horaires-supp li {
            list-style: none;
            line-height: 1.5;
        }

.coordonne-agence {
    background: linear-gradient( 135deg, #096d8f, #25b3e3);
    color: white;
    padding: 50px 0;
}

    /*.coordonne-agence:before {
        content: "";
        position: absolute;
        height: 100px;
        width: 100%;
        left: 0;
        top: 0;
        background: linear-gradient( 0deg, #fff, rgba(255, 255, 255, 0.00));
    }*/

    .coordonne-agence .fad {
        font-size: 40px;
        height: 95px;
        width: 95px;
        line-height: 95px;
        margin-bottom: 20px;
        text-align: center;
        border: 2px solid #ffffff;
        border-radius: 100%;
        --fa-primary-color: #ffffff;
        --fa-secondary-color: #ffffff;
        --fa-secondary-opacity: 1;
        --fa-primary-opacity: 0.5;
    }

    .coordonne-agence .adresse {
        padding: 0 50px;
        font-size: 20px;
        margin-top: 0;
    }

    .coordonne-agence .horaire-about {
        color: #222222;
        background-color: white;
        padding: 30px 40px;
        border-radius: 5px;
    }

        .coordonne-agence .horaire-about h2 {
            text-transform: uppercase;
            color: #1287af;
            background: -webkit-linear-gradient( 135deg,#25b3e3, #1287af );
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: 900;
            display: inline-block;
            margin-bottom: 20px;
            font-size: 26px;
            margin-top: 0;
        }

    .coordonne-agence ul.horaires {
        margin: 0;
    }

        .coordonne-agence ul.horaires li.today {
            color: #1287af;
        }

    .coordonne-agence .horaires-supp h2 {
        font-size: 18px;
        font-weight: 700;
        margin-top: 20px;
        padding-left: 30px;
        position: relative;
    }

        .coordonne-agence .horaires-supp h2:before {
            content: "\f017";
            position: absolute;
            font-family: 'Font Awesome 5 Pro';
            font-weight: 500;
            top: 0;
            left: 0;
        }

    .coordonne-agence .horaires-day {
        /*text-align: right;*/
    }

        .coordonne-agence .horaires-day .horaire {
            display: none;
        }

        .coordonne-agence .horaires-day p {
            font-size: 22px;
            margin: 0;
        }

    .coordonne-agence .border-coordonne {
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .coordonne-agence .horaires-day p span {
        text-transform: uppercase;
        font-weight: 900;
        display: block;
        font-size: 26px;
    }

    .coordonne-agence .horaires-supp li {
        list-style: none;
    }

    .coordonne-agence .sy-rendre {
        text-align: center;
    }

        .coordonne-agence .sy-rendre h2 {
            font-size: 26px;
            text-transform: uppercase;
            margin-bottom: 40px;
            font-weight: 900;
            margin-top: 10px;
        }

        .coordonne-agence .sy-rendre .far {
            font-size: 30px;
        }

        .coordonne-agence .sy-rendre .gps {
            display: flex !important;
        }

            .coordonne-agence .sy-rendre .gps a {
                color: white;
            }




.galerie h2 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 0;
}

.galerie .GalleryContainer {
    margin-bottom: 50px;
}

/*******************************************************
ADOUCISSEURS
********************************************************/
.intro-adoucisseur .resume span {
    color: #1287af;
    font-size: 18px;
    display: block;
    margin: 50px 0 30px 0;
}

.intro-adoucisseur .gamme {
    padding: 10px;
    background-color: #eef4f8;
}

    .intro-adoucisseur .gamme p {
        font-size: 24px;
        color: #1287af;
        margin: 0;
        padding: 10px;
        line-height: 1.2;
    }

@media(max-width:767px) {
    .intro-adoucisseur .gamme p {
        font-size: 20px;
    }
}

.intro-adoucisseur .gamme p span {
    display: block;
    font-weight: 900;
}

.presentation-confort {
    margin-bottom: 50px;
}

    .presentation-confort .fad {
        --fa-primary-color: #1287af;
        --fa-secondary-color: #1287af;
        --fa-secondary-opacity: 0.3;
        font-size: 40px;
        --fa-primary-opacity: 0.7;
        text-align: center;
        display: block;
        margin-top: 50px;
    }

    .presentation-confort h2 {
        font-size: 36px;
        text-align: center;
        font-weight: 700;
        margin-bottom: 5px;
        color: #1287af;
    }

        .presentation-confort h2 + p {
            text-align: center;
            margin-top: 0;
            margin-bottom: 60px;
        }

    .presentation-confort .content {
        padding: 60px 40px;
        background-color: #eef4f8;
        border-radius: 5px 0 0 5px;
    }

@media(max-width:767px) {
    .presentation-confort .content {
        padding: 30px;
    }

    .presentation-confort img {
        border-top: 3px solid #1287af;
    }
}

@media(min-width:768px) {
    .presentation-confort .content {
        transform: translateX(30px);
    }

    .presentation-confort img {
        border-left: 3px solid #1287af;
    }
}

.presentation-confort h3 {
    margin-bottom: 65px;
    font-weight: 700;
    margin-top: 0;
    font-size: 28px;
    color: #1287af;
    position: relative;
}



    .presentation-confort h3 span {
        display: block;
        color: #222222;
        text-transform: uppercase;
        font-size: 21px;
        margin-top: 7px;
    }


    .presentation-confort h3:before {
        content: "";
        position: absolute;
        height: 6px;
        width: 40px;
        background-color: #1287af;
        bottom: -38px;
        left: 0;
        opacity: 0.2;
    }


.presentation-evolution {
    background: url(/docs/pages/23/photo-ambiance-famille-min.jpg);
    padding: 60px 40px;
}

@media(max-width:767px) {
    .presentation-evolution {
        padding: 15px 0;
    }
}

.presentation-evolution .content {
    background-color: rgba(255, 255, 255, 0.5);
    border: 7px solid white;
    padding: 60px;
}

    .presentation-evolution .content h2 {
        font-size: 36px;
        font-weight: 700;
    }

    .presentation-evolution .content h3 {
        font-size: 30px;
        color: #1287af;
        margin: 30px 0;
    }


@media(max-width:767px) {
    .presentation-evolution .content {
        padding: 20px;
    }

        .presentation-evolution .content h2 {
            font-size: 28px;
        }

        .presentation-evolution .content h3 {
            font-size: 24px;
        }
}

.design-evolution {
    background: linear-gradient( 135deg, #096d8f, #25b3e3);
    position: relative;
    margin: 60px 0;
}

@media(max-width:991px) {
    .design-evolution {
        background: white;
    }
}

@media(min-width:992px) {
    .design-evolution:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 50%;
        background-color: white;
        top: 0;
        right: 0;
        z-index: 0;
    }
}


.design-evolution .content {
    padding: 70px 50px;
    position: relative;
    color: white;
}

@media(max-width:991px) {
    .design-evolution .content {
        padding: 20px;
        background: linear-gradient( 135deg, #096d8f, #25b3e3);
    }
}

@media(max-width:767px) {
    .design-evolution .content h3 {
        font-size: 28px !important;
        margin-top: 0;
    }
}

/*.design-evolution .content:after {
            content: "";
            position: absolute;
            height: 40px;
            width: 40px;
            top: 50%;
            transform: translateY(-50%);
            right: -55px;
            z-index: 3;
            background: linear-gradient( 135deg, #096d8f, #25b3e3);
            border-top: 20px solid #fff;
            border-right: 20px solid #fff;
            border-bottom: 20px solid #fff;
            border-left: 20px solid transparent;
        }*/


.design-evolution .content h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
}

.technologie-evolution {
    background: url(/docs/pages/23/fond-adoucisseur-technologie-min.jpg);
    background-position: center;
    padding: 60px 40px;
}

@media(max-width:767px) {
    .technologie-evolution {
        padding: 15px 0;
    }
}

.technologie-evolution .nav-pills {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 10px 40px 10px 30px;
    border-radius: 5px 0 0 5px;
    transform: translateY(9px);
}

@media(max-width:991px) {
    .technologie-evolution .nav-pills {
        transform: none;
        display: block;
        border-radius: 5px 5px 0 0;
    }
}

.technologie-evolution .nav-pills .nav-link {
    color: white;
    border-radius: 0;
    font-size: 18px;
}

    .technologie-evolution .nav-pills .nav-link + .nav-link {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .technologie-evolution .nav-pills .nav-link.active {
        background-color: transparent;
        font-weight: 700;
    }


.technologie-evolution .tab-content {
    background-color: white;
    padding: 30px;
    border-radius: 5px;
}

@media(max-width:767px) {
    .technologie-evolution .tab-content {
        border-radius: 0 0 5px 5px;
    }

        .technologie-evolution .tab-content img {
            max-height: 200px;
        }
}

@media(min-width:768px) {
    .technologie-evolution .tab-content {
        min-height: 345px;
    }
}


.technologie-evolution h3 {
    font-weight: 700;
    font-size: 36px;
    color: white;
    margin-bottom: 40px;
    text-align: center;
}

    .technologie-evolution h3 span {
        display: block;
        font-weight: 400;
        font-size: 26px;
    }

@media(max-width:767px) {
    .technologie-evolution h3 {
        font-size: 28px;
    }
}

.technologie-evolution h4 {
    font-weight: 700;
    font-size: 18px;
    color: #1287af;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 0;
}

    .technologie-evolution h4 span {
        font-weight: 700;
        font-size: 18px;
        color: black;
        display: block;
        text-transform: none;
    }

.technologie-evolution small {
    color: white;
    display: block;
    margin-top: 30px;
}

.wifi-adoucisseur {
    background-color: #eef4f8;
    padding: 50px 0;
}

    .wifi-adoucisseur h3 {
        margin-top: 0;
        text-align: center;
        font-weight: 700;
        font-size: 36px;
        margin-bottom: 5px;
        color: #1287af;
    }

@media(max-width:767px) {
    .wifi-adoucisseur h3 {
        font-size: 28px;
    }
}

.wifi-adoucisseur h3 + p {
    margin-top: 0;
    text-align: center;
    margin-bottom: 50px;
}

    .wifi-adoucisseur h3 + p img {
        display: block;
        margin: 10px auto 0 auto;
        width: 70px;
    }

.wifi-adoucisseur .solution p {
    position: relative;
    font-size: 20px;
    padding-left: 45px;
}

    .wifi-adoucisseur .solution p .far {
        color: #1287af;
        position: absolute;
        left: 0;
        height: 35px;
        line-height: 33px;
        top: 0px;
        width: 35px;
        border: 1px solid #1287af;
        text-align: center;
        border-radius: 100%;
        font-size: 15px;
    }

.wifi-adoucisseur .securite {
    background-color: white;
    padding: 30px;
    margin-top: 40px;
    border-radius: 5px;
}

    .wifi-adoucisseur .securite h4 {
        margin-top: 0;
        font-size: 30px;
        font-weight: 700;
    }

    .wifi-adoucisseur .securite li {
        position: relative;
        padding-left: 40px;
        margin: 10px 0;
        list-style: none;
    }

        .wifi-adoucisseur .securite li:before {
            content: "\f00c";
            position: absolute;
            font-size: 30px;
            color: #1287af;
            font-family: 'Font Awesome 5 Pro';
            font-weight: 300;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
        }

.wifi-adoucisseur .alerte {
    margin-top: 40px;
}

    .wifi-adoucisseur .alerte h4 {
        margin-top: 0;
        font-size: 30px;
        font-weight: 700;
        color: #1287af;
        margin-bottom: 5px;
    }

        .wifi-adoucisseur .alerte h4 .far {
            color: #1287af;
            margin-right: 10px;
        }

    .wifi-adoucisseur .alerte .bouton p {
        margin: 0;
        text-align: center;
        border-radius: 5px;
        border: 1px solid #208eb4;
        padding: 15px;
        font-size: 18px;
        line-height: 1.2;
        display: inline-block;
        color: #1287af;
        margin-left: 10px;
    }

        .wifi-adoucisseur .alerte .bouton p .fal {
            display: block;
            font-size: 26px;
            margin-bottom: 5px;
        }

.wifi-adoucisseur .app {
    text-align: center;
    margin-top: 50px;
    padding-top: 40px;
    position: relative;
}

    .wifi-adoucisseur .app:before {
        content: "";
        position: absolute;
        height: 5px;
        width: 50px;
        background-color: #1287af;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 0.4;
    }

    .wifi-adoucisseur .app h4 {
        color: #1287af;
        font-weight: 600;
        font-size: 26px;
        line-height: 1.4;
        margin-bottom: 40px;
    }

        .wifi-adoucisseur .app h4 span {
            display: block;
            color: #222222;
            font-weight: 400;
            font-size: 22px;
        }



.refiner-adoucisseur {
    padding: 50px 0;
}

    .refiner-adoucisseur h3 {
        margin-top: 0;
        font-weight: 700;
        font-size: 36px;
        margin-bottom: 40px;
        color: #1287af;
    }

@media(max-width:767px) {
    .refiner-adoucisseur h3 {
        font-size: 28px;
    }

        .refiner-adoucisseur h3 span {
            font-size: 21px !important;
        }
}

.refiner-adoucisseur h3 span {
    display: block;
    color: #222222;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 7px;
}


.refiner-adoucisseur .resultat {
    background-color: #eef4f8;
    padding: 30px;
    font-weight: 700;
    border-radius: 5px;
    margin: 30px 0 50px 0;
    color: #1287af;
}



.refiner-adoucisseur .coupe h4 {
    position: relative;
    font-size: 20px;
    padding-left: 45px;
    color: #1287af;
    margin-top: 40px;
}


    .refiner-adoucisseur .coupe h4 span {
        color: #1287af;
        position: absolute;
        left: 0;
        height: 35px;
        line-height: 33px;
        top: -4px;
        width: 35px;
        border: 1px solid #1287af;
        text-align: center;
        border-radius: 100%;
        font-size: 15px;
    }

.info-supp-refiner {
    position: relative;
    padding-top: 40px;
    margin-top: 40px;
}

    .info-supp-refiner:before {
        content: "";
        position: absolute;
        height: 5px;
        width: 50px;
        background-color: #1287af;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 0.4;
    }

    .info-supp-refiner h4 {
        font-size: 28px;
        font-weight: 700;
        margin-bottom: 40px;
        color: #1287af;
        text-align: center;
    }

    .info-supp-refiner .content {
        background-color: #eef4f8;
        padding: 30px;
        height: 100%;
        border-radius: 5px;
    }

        .info-supp-refiner .content h5 {
            font-weight: 700;
            margin-top: 0;
        }

        .info-supp-refiner .content ul {
            margin: 0;
        }

            .info-supp-refiner .content ul li {
                position: relative;
                padding-left: 40px;
                margin: 10px 0;
                list-style: none;
            }

                .info-supp-refiner .content ul li:before {
                    content: "\f00c";
                    position: absolute;
                    font-size: 30px;
                    color: #1287af;
                    font-family: 'Font Awesome 5 Pro';
                    font-weight: 300;
                    top: 50%;
                    transform: translateY(-50%);
                    left: 0;
                }


    .info-supp-refiner small {
        color: #1287af;
        display: block;
        margin-top: 30px;
    }

.conseil-adoucisseur {
    background: linear-gradient( 135deg, #096d8f, #25b3e3);
    padding: 40px 0;
    color: white;
    text-align: center;
}

    .conseil-adoucisseur h2 {
        font-weight: 700;
        margin-top: 0;
        font-size: 36px;
        margin-bottom: 30px;
    }

@media(max-width:767px) {
    .conseil-adoucisseur h2 {
        font-size: 28px;
    }
}

.conseil-adoucisseur.contact {
    background-color: #eef4f8 !important;
    color: #222;
    padding: 40px 0;
    text-align: center;
    margin-top: 30px;
    background: none;
}

    .conseil-adoucisseur.contact h2 {
        color: #1287af;
    }

        .conseil-adoucisseur.contact h2 span {
            font-weight: 400;
            display: block;
            font-size: 26px;
        }

.conseil-adoucisseur h2 {
    font-weight: 700;
    margin-top: 0;
    font-size: 36px;
    margin-bottom: 30px;
}

@media(max-width:767px) {
    .conseil-adoucisseur h2 {
        font-size: 28px;
    }
}

.duo-ed-adoucisseur {
    background-color: #efefef;
    padding: 50px 0;
}

    .duo-ed-adoucisseur h3 {
        margin-top: 0;
        font-weight: 700;
        font-size: 36px;
        margin-bottom: 40px;
        color: #1287af;
    }

@media(max-width:767px) {
    .duo-ed-adoucisseur h3 {
        font-size: 28px;
    }

        .duo-ed-adoucisseur h3 span {
            font-size: 21px !important;
        }
}

.duo-ed-adoucisseur h3 span {
    display: block;
    color: #222222;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 7px;
}

.duo-ed-adoucisseur .description {
    margin-top: 50px;
}

    .duo-ed-adoucisseur .description .produit {
        background-color: white;
        padding: 20px;
        border-radius: 5px;
    }

        .duo-ed-adoucisseur .description .produit h4 {
            font-weight: 700;
            color: #1287af;
        }

        .duo-ed-adoucisseur .description .produit + .produit {
            margin-top: 30px
        }

/*******************************************************
    ACTUALITES
********************************************************/
/************* liste */

.liste-actualite {
    margin-bottom: 50px;
}

    .liste-actualite .actualite {
        background-color: #efefef;
        padding: 30px;
        height: 100%;
        margin-bottom: 30px;
        position: relative;
    }

        .liste-actualite .actualite .fa-arrow-circle-right {
            position: absolute;
            z-index: 3;
            font-size: 60px;
            text-align: center;
            width: 100%;
            left: 0;
            color: white;
            opacity: 0;
            top: 50%;
            transform: translateY(-50%) translateX(-40px);
            transition: all .3s ease;
        }

        .liste-actualite .actualite:hover .fa-arrow-circle-right {
            opacity: 1;
            transform: translateY(-50%) translateX(0);
            transition: all .3s ease;
        }

        .liste-actualite .actualite:before {
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            background-color: #1287af;
            top: 0;
            left: 0;
            z-index: 2;
            opacity: 0;
            transition: opacity .3s ease;
        }

        .liste-actualite .actualite:hover:before {
            opacity: 0.7;
            transition: opacity .3s ease;
        }

        .liste-actualite .actualite img {
            border: 10px solid white;
        }

        .liste-actualite .actualite .date {
            font-size: 14px;
            color: #1287af;
            font-weight: 700;
            text-transform: uppercase;
            margin: 0;
        }

        .liste-actualite .actualite h3 {
            font-size: 20px;
            font-weight: 900;
            color: #222222;
        }

    .liste-actualite .actu-margin > .col-lg-6 {
        margin-bottom: 30px;
    }

@media(max-width:991px) {
    .liste-actualite .actualite img {
        margin-bottom: 20px;
    }
}

.liste-actualite .actualite .resume {
    margin-top: 15px;
    color: #222222;
}

.liste-actualite .actualite span {
    color: #1287af;
    display: block;
    position: absolute;
    right: 30px;
    bottom: 25px;
}

    .liste-actualite .actualite span .fal {
        margin-left: 10px;
    }

/************* detail */

.detail-actualite {
    margin: 30px 0 40px 0;
}

    .detail-actualite h1 {
        margin-bottom: 40px;
        margin-top: 0;
    }

    .detail-actualite img {
        border: 10px solid #efefef;
    }

    .detail-actualite .date {
        font-size: 18px;
        font-weight: 700;
        margin: 0;
    }

    .detail-actualite .resume {
        margin-top: 0;
    }

/*******************************************************
    FORM
********************************************************/

.form {
    background: linear-gradient( 0deg, #eef4f8 70%, #ffffff );
    padding: 50px 0;
}

    .form form {
        max-width: 1000px;
        margin: 0 auto;
        background-color: white;
        padding: 60px;
        border: 1px solid #eef4f8;
        border-radius: 5px;
    }

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}


.form h1 {
    margin-bottom: 0;
}

    .form h1 + p {
        margin-bottom: 30px;
    }

.form h2 {
    color: #1287af;
    font-size: 24px;
    margin-top: 0;
    margin: 35px 0;
    font-weight: 600;
}

.form h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

    .form h3 + p {
        margin-top: 0;
    }

.grecaptcha-badge {
    width: auto !important;
    display: inline-block;
    margin-top: 20px;
}

.form .form-control {
    background-color: #eef4f8;
    border: none;
    border-radius: 5px;
}

    .form .form-control.input-validation-error {
        background-color: #fbeaec;
    }

    .form .form-control:focus {
        box-shadow: none;
        border: none;
    }

.form .input-group-text {
    background-color: #eef4f8;
    border: none;
    border-radius: 5px;
}

.form .form-control.input-validation-error + .input-group-append .input-group-text {
    background-color: #fbeaec;
}

.form .input-group-text .fa {
    font-size: 12px;
    color: #1287af;
}

.form .form-control.input-validation-error + .input-group-append .input-group-text .fa {
    color: #dc3545;
}

.form small {
    display: block;
    margin-top: 20px;
    color: #1287af;
}

form .form-control[type="checkbox"] {
    display: none;
}

    form .form-control[type="checkbox"] + label {
        font-weight: 300;
        position: relative;
        padding-left: 30px;
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

        form .form-control[type="checkbox"] + label:before {
            content: "\f0c8";
            position: absolute;
            font-family: 'Font Awesome 5 Pro';
            font-weight: 300;
            color: #1287af;
            left: 0;
            font-size: 22px;
            top: -1px;
        }

        form .form-control[type="checkbox"] + label::after {
            content: "\f14a";
            position: absolute;
            font-family: 'Font Awesome 5 Pro';
            font-weight: 900;
            left: 0;
            font-size: 22px;
            top: -1px;
            color: #1287af;
            opacity: 0;
        }

    form .form-control[type="checkbox"]:checked + label:after {
        opacity: 1;
    }


/*******************************************************
        CONFIRMATION FORM
********************************************************/

.confirmation {
    text-align: center;
    padding: 30px;
    margin-bottom: 40px;
    background-color: #eef4f8;
    border-radius: 5px;
}

    .confirmation .title {
        font-size: 30px;
        margin-top: 0;
    }

        .confirmation .title span {
            display: block;
            font-weight: 900;
            text-transform: uppercase;
            color: #1287af;
            font-size: 36px;
            line-height: 1;
        }


/*******************************************************
        ECOWATER
********************************************************/

.intro-historique {
    padding: 30px;
    background-color: #eef4f8;
    margin-bottom: 80px;
    border-radius: 5px;
}

    .intro-historique h2 {
        margin-top: 0;
        margin-bottom: 5px;
        color: #1287af;
        font-size: 24px;
        font-weight: 700;
    }

    .intro-historique p {
        margin: 0;
    }

.historique .row {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media(min-width:768px) {
    .historique .row:nth-child(even) .date {
        text-align: right;
    }

        .historique .row:nth-child(even) .date:before {
            left: 0;
            right: auto;
        }
}


.historique .date {
    color: #1287af;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.2;
    margin-top: 0;
}

    .historique .date span {
        display: block;
        color: #222222;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 20px;
    }

    .historique .date:before {
        content: attr(attr-date);
        position: absolute;
        font-size: 100px;
        opacity: 0.1;
        top: -30px;
        font-weight: 600;
        right: 0;
    }

.historique img {
    display: block;
    margin: 0 auto;
}

.ecowater-reseau {
    margin-bottom: 50px;
}

    .ecowater-reseau h2 {
        margin: 0;
        color: #1287af;
        font-weight: 600;
        font-size: 24px;
    }

        .ecowater-reseau h2 + a {
            font-size: 24px;
        }

    .ecowater-reseau img {
        font-size: 20px;
    }

    .ecowater-reseau .sociaux a {
        font-size: 22px;
        height: 50px;
        width: 50px;
        line-height: 46px;
        text-align: center;
        border: 2px solid #1287af;
        border-radius: 100%;
        margin: 0 10px;
        transition: all .3s ease;
    }

        .ecowater-reseau .sociaux a:hover {
            color: white;
            background-color: #1287af;
            transition: all .3s ease;
        }


/*******************************************************
POURQUOI TRAITER VOTRE EAU ?
********************************************************/

.liste-avantage {
    padding-bottom: 50px;
}

    .liste-avantage h2 {
        font-size: 26px;
        font-weight: 600;
        margin-top: 0;
    }

        .liste-avantage h2 + p {
            margin-bottom: 50px;
        }


    .liste-avantage .row > div {
        margin-bottom: 30px;
    }

    .liste-avantage .content p {
        margin-bottom: 0;
        color: #1287af;
    }

    .liste-avantage .content {
        text-align: center;
        padding: 30px;
        border-radius: 5px;
        background-color: #eef4f8;
        height: 100%;
    }

    .liste-avantage .fad {
        height: 50px;
        line-height: 46px;
        width: 50px;
        border: 2px solid rgba(18, 135, 175, 0.5);
        text-align: center;
        border-radius: 100%;
        font-size: 22px;
        --fa-primary-color: #1287af;
        --fa-secondary-color: #1287af;
        --fa-secondary-opacity: 1;
        --fa-primary-opacity: 0.5;
        background-color: white;
    }

    .liste-avantage .fa-burn,
    .liste-avantage .fa-hand-sparkles {
        --fa-secondary-opacity: 0.5;
        --fa-primary-opacity: 1;
    }

.eco-adoucisseur {
    background-color: #eef4f8;
    padding: 60px 0;
}

    .eco-adoucisseur h2 {
        font-size: 36px;
        font-weight: 700;
        margin: 0;
        color: #1287af;
        text-align: center;
    }

    .eco-adoucisseur .content {
        background-color: white;
        padding: 30px;
        border-radius: 5px;
        height: 100%;
    }

        .eco-adoucisseur .content h3 {
            margin-top: 0;
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 30px;
        }

    .eco-adoucisseur ul {
        margin: 0;
        padding: 0;
    }

        .eco-adoucisseur ul li {
            position: relative;
            padding-left: 40px;
            margin: 10px 0;
            list-style: none;
        }

            .eco-adoucisseur ul li:before {
                content: "\f00c";
                position: absolute;
                font-size: 30px;
                color: #1287af;
                font-family: 'Font Awesome 5 Pro';
                font-weight: 300;
                top: 50%;
                transform: translateY(-50%);
                left: 0;
            }

@media(max-width:767px) {
    .eco-adoucisseur ul {
        padding: 0 15px;
    }
}


.tab-traitement {
    padding: 50px 0;
}

    .tab-traitement h2 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 5px;
        color: #1287af;
        margin-top: 0;
        text-align: center;
    }

    .tab-traitement table {
        text-align: center;
    }

        .tab-traitement table thead th {
            text-transform: uppercase;
        }

        .tab-traitement table td {
            position: relative;
            font-weight: 400;
            padding: 17px 15px;
            vertical-align: middle;
        }

            .tab-traitement table td span {
                position: absolute;
                bottom: -15px;
                left: 50%;
                background-color: white;
                font-size: 20px;
                font-weight: 600;
                height: 30px;
                transform: translateX(-50%);
                width: 30px;
                line-height: 28px;
                border-radius: 100%;
                border: 1px solid #dee2e6;
            }

        .tab-traitement table .fas,
        .tab-traitement table .far {
            margin: 0 15px;
            font-size: 20px;
        }

        .tab-traitement table .fas {
            color: #1287af;
        }

    .tab-traitement .fa-weight-hanging {
        color: #FFB911;
    }

    .tab-traitement .fa-shower {
        color: #005299;
    }

    .tab-traitement .fa-tint-slash {
        color: #26d1c1;
    }

    .tab-traitement .fa-flask {
        color: #ff4d08;
    }


    .tab-traitement .legende {
        margin-bottom: 50px;
    }

        .tab-traitement .legende .fas {
            color: #1287af;
        }


        .tab-traitement .legende p {
            display: inline-block;
            margin-right: 25px;
        }

.avantage-filtrage {
    padding: 50px 0;
    background-color: #eef4f8;
}


    .avantage-filtrage .avantage {
        background-color: white;
        padding: 30px;
        border-radius: 5px;
    }

        .avantage-filtrage .avantage + .avantage {
            margin-top: 40px;
        }

    .avantage-filtrage h2 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 30px;
        color: #1287af;
        margin-top: 0;
        text-align: center;
    }

    .avantage-filtrage .selection {
        margin-bottom: 50px;
        text-align: center;
    }

        .avantage-filtrage .selection .btn {
            margin: 0 5px;
        }

@media(max-width:675px) {
    .avantage-filtrage .selection .btn {
        margin-bottom: 10px;
    }
}

.avantage-filtrage h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1287af;
    margin-top: 0;
}

    .avantage-filtrage h3 .fal {
        font-size: 22px;
        vertical-align: top;
        margin-right: 10px;
    }

    .avantage-filtrage h3 span {
        display: block;
        color: #222222;
        text-transform: uppercase;
        font-size: 18px;
        margin-top: 7px;
    }

.avantage-filtrage ul {
    margin: 0;
    padding: 0 30px;
}

@media(max-width:767px) {
    .avantage-filtrage h3 {
        font-size: 30px;
    }

        .avantage-filtrage h3 span {
            font-size: 16px;
        }

    .avantage-filtrage ul {
        margin: 0;
        padding: 0;
    }
}

.avantage-filtrage li {
    position: relative;
    padding-left: 40px;
    margin: 10px 0;
    list-style: none;
}

    .avantage-filtrage li:before {
        content: "\f00c";
        position: absolute;
        font-size: 30px;
        color: #1287af;
        font-family: 'Font Awesome 5 Pro';
        font-weight: 300;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }


/*******************************************************
FILTRATION EAU POTABLE
********************************************************/

.filtration-intro {
    padding-bottom: 60px;
    margin-bottom: 60px;
    position: relative;
}

    .filtration-intro:before {
        content: "";
        position: absolute;
        height: 5px;
        width: 50px;
        background-color: #1287af;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 0.4;
    }

    .filtration-intro h2 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 0;
        margin-top: 0;
    }

        .filtration-intro h2 + strong {
            font-size: 18px;
            display: block;
        }

    .filtration-intro p {
        margin-bottom: 30px;
    }

@media(min-width:768px) {
    .filtration-intro h2 + strong,
    .filtration-intro p {
        padding-left: 40px;
    }
}

.filtration-intro h2 .far {
    color: #1287af;
    margin-right: 10px;
}


.filtration-intro .btn-filtration {
    background: linear-gradient( 135deg, #1287af, #25b3e3 );
    color: #fff;
    font-weight: 700;
    padding: 15px 20px;
    display: block;
    border-radius: 5px;
    position: relative;
}

@media(max-width:991px) {
    .filtration-intro .btn-filtration {
        margin-top: 15px;
    }
}

.filtration-intro .btn-filtration .far {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    color: #1287af;
    font-size: 22px;
    opacity: 0;
    transition: all 0.3s ease;
}

@media(min-width:992px) {
    .filtration-intro .btn-filtration:hover .far {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
        transition: all 0.3s ease;
    }
}

.filtration-intro .btn-filtration span {
    display: block;
    font-weight: 400;
}


.filtration-osmoseur h2,
.filtration-centrale h2,
.filtration-eau-potable h2,
.filtration-filtre h2,
.osmoseur-prismo h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #1287af;
    margin-top: 0;
}

    .filtration-osmoseur h2 span,
    .filtration-centrale h2 span,
    .filtration-eau-potable h2 span,
    .filtration-filtre h2 span,
    .osmoseur-prismo h2 span{
        display: block;
        color: #222222;
        text-transform: uppercase;
        font-size: 25px;
        margin-top: 7px;
    }

@media(max-width:991px) {
    .filtration-osmoseur h2,
    .filtration-centrale h2,
    .filtration-eau-potable h2,
    .filtration-filtre h2,
    .osmoseur-prismo h2 {
        font-size: 28px;
    }

        .filtration-osmoseur h2 span,
        .filtration-centrale h2 span,
        .filtration-eau-potable h2 span,
        .filtration-filtre h2 span,
        .osmoseur-prismo h2 span {
            font-size: 21px !important;
        }
}

.filtration-osmoseur h2,
.osmoseur-prismo h2 {
    margin-bottom: 40px;
}

.filtration-osmoseur .resultat {
    background-color: #eef4f8;
    padding: 30px;
    width: 100%;
    border-radius: 5px;
    margin: 30px 0 50px 0;
}

    .filtration-osmoseur .resultat p {
        font-weight: 700;
        font-size: 20px;
    }

        .filtration-osmoseur .resultat p span {
            color: #1287af;
            margin-top: 15px;
            display: inline-block;
            text-decoration: underline;
            font-size: 26px;
        }

.osmoseur-prismo  {
   padding-bottom:50px;
}

.osmoseur-prismo .hightlight {
    font-size:20px;
    color:#1287af;
}

.osmoseur-prismo ul {
    margin:0;
    padding:0;
}

    .osmoseur-prismo ul li {
        position: relative;
        list-style: none;
        padding-left: 15px;
    }


    .osmoseur-prismo ul li:before {
        content: "";
        position: absolute;
        height: 5px;
        width: 5px;
        background-color: #1287af;
        border-radius: 100%;
        left: 0;
        top: 11px;
    }

.filtration-eau-potable {
    padding: 50px 0;
    position: relative;
    background-color: #efefef;
}

    .filtration-eau-potable .explication {
        padding: 40px;
        background-color: #fff;
        border-radius: 5px;
        margin-top: 50px;
    }

        .filtration-eau-potable .explication h3 {
            margin-top: 0;
            text-transform: uppercase;
            font-weight: 700;
            color: #1287af;
            font-size: 24px;
        }

        .filtration-eau-potable .explication p {
            margin-bottom: 0;
        }

.filtration-centrale {
    background-color: #eef4f8;
    padding: 50px 0;
    position: relative;
}

    .filtration-centrale h2 {
        margin-bottom: 50px;
    }

    .filtration-centrale h2 {
        margin-bottom: 50px;
    }

.filtration-filtre {
    padding: 60px 0;
}

    .filtration-filtre .vague {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.filtration-ideale {
    background: linear-gradient( 135deg, #096d8f, #25b3e3);
    color: white;
    padding: 50px 0;
    text-align: center;
}

@media(max-width:767px) {
    .filtration-ideale img {
        max-height: 300px;
        margin: 0 auto 30px auto;
        display: block;
    }
}

.filtration-ideale h3 {
    font-weight: 700;
    margin-top: 0;
    font-size: 36px;
    margin-bottom: 50px;
}

.filtration-ideale .fad {
    font-size: 40px;
    height: 95px;
    width: 95px;
    border: 2px solid rgba(255, 255, 255, 1);
    line-height: 95px;
    text-align: center;
    border-radius: 100%;
    --fa-primary-color: #fff;
    --fa-secondary-color: #fff;
    --fa-secondary-opacity: 1;
    --fa-primary-opacity: 0.5;
}

.filtration-ideale .fa-euro-sign {
    --fa-secondary-opacity: 0.5;
    --fa-primary-opacity: 1;
}

.filtration-ideale h4 {
    font-weight: 900;
    font-size: 22px;
    color: white;
    margin: 10px 0;
    text-transform: uppercase;
}

.filtration-ideale p {
    margin: 0;
}

.filtration-contaminant {
    padding: 50px 0;
    background: url(/docs/pages/23/fond-ecowater-contaminant-min.jpg);
    background-position: center;
}

    .filtration-contaminant:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: black;
        opacity: 0.4;
    }

    .filtration-contaminant h3 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 5px;
        color: #fff;
        margin-top: 0;
    }

        .filtration-contaminant h3 + p {
            color: #fff;
        }

        .filtration-contaminant h3 span {
            display: block;
            color: #fff;
            text-transform: uppercase;
            font-size: 20px;
            margin-top: 7px;
        }

    .filtration-contaminant h4 {
        font-size: 20px;
        font-weight: 700;
        color: #1287af;
    }

        .filtration-contaminant h4 img {
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
        }

        .filtration-contaminant h4 span {
            display: inline-block;
            vertical-align: middle;
        }


    .filtration-contaminant .content {
        background-color: white;
        padding: 30px;
        border-radius: 5px;
    }

@media(max-width:767px) {
    .filtration-filtre img {
        max-height: 300px;
        margin: 0 auto 30px auto;
        display: block;
    }
}

/*******************************************************
MENTIONS LEGALES
********************************************************/

.mentions-legales h2 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 40px;
}

.mentions-legales h3 {
    font-size: 22px;
    font-weight: 600;
    margin-top:30px;
}

/*******************************************************
PAGER
********************************************************/

.pagination {
    justify-content: center !important;
    margin-bottom: 30px;
}

    .pagination .page-link:focus {
        box-shadow: none;
    }

    .pagination .page-item:first-child .page-link,
    .pagination .page-item:last-child .page-link {
        border-radius: 0;
    }

    .pagination .page-item.disabled .page-link {
        color: rgba(80, 80, 80, 0.7);
        border: 1px solid #cccccc;
    }

    .pagination .page-item.active .page-link {
        z-index: 1;
        color: #fff;
        border: 1px solid #1287af;
        background-color: #1287af;
    }

    .pagination .page-link {
        color: #222222;
        background-color: transparent;
        border: 1px solid #cccccc;
    }

        .pagination .page-link:hover {
            color: #222222;
            background-color: #eef4f8;
        }


/*******************************************************
PRO
********************************************************/

.liste-solution-pro h2 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 0;
    text-align: center;
}

    .liste-solution-pro h2 span {
        font-size: 22px;
        display: block;
        font-weight: 400;
    }

.liste-solution-pro p {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-align: center;
    padding-top: 74px;
}

.liste-solution-pro .solutions .fal {
    color: #1287af;
    position: absolute;
    font-size: 34px;
    top: 0;
    height: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    line-height: 66px;
    border: 2px solid rgb(21 141 182 / 40%);
    border-radius: 100%;
}

.liste-solution-pro .listing {
    padding: 30px;
    color: white;
    background: linear-gradient( 135deg, #1287af, #25b3e3 );
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

    .liste-solution-pro .listing .fal {
        position: absolute;
        font-size: 97px;
        opacity: 0.2;
        bottom: 5px;
        right: 10px;
        z-index: -1;
    }

.liste-solution-pro .col-md-5 {
    margin-bottom: 30px;
}

.liste-solution-pro .listing h3 {
    margin-top: 0;
    font-size: 22px;
    font-weight: 700;
}

    .liste-solution-pro .listing h3 span {
        display: block;
        font-weight: 400;
        font-size: 18px;
    }

.liste-solution-pro .listing ul {
    margin: 0;
    padding: 0;
}

    .liste-solution-pro .listing ul li {
        list-style: none;
        position: relative;
        padding-left: 25px;
        line-height: 1.7;
    }

        .liste-solution-pro .listing ul li:before {
            content: "\f00c";
            position: absolute;
            font-family: 'Font Awesome 5 Pro';
            left: 0;
        }

.adoucisseur-professionnel {
    background-color: #efefef;
    padding: 50px 0;
}

    .adoucisseur-professionnel h2 {
        margin-top: 0;
        font-weight: 700;
        font-size: 36px;
        margin-bottom: 20px;
        color: #1287af;
        text-align: center;
    }

    .adoucisseur-professionnel h3 {
        font-weight: 700;
    }

        .adoucisseur-professionnel h3 span {
            display: block;
            font-weight: 500;
            font-size: 22px;
        }

    .adoucisseur-professionnel ul {
        margin: 0;
    }

        .adoucisseur-professionnel ul li {
            list-style: none;
        }

        .adoucisseur-professionnel ul.resume li {
            padding-left: 15px;
            font-weight: 600;
            margin-top: 7px;
            position: relative;
        }


            .adoucisseur-professionnel ul.resume li:before {
                content: "";
                position: absolute;
                height: 5px;
                width: 5px;
                border-radius: 100%;
                background-color: #1287af;
                left: 0;
                top: 11px;
            }

    .adoucisseur-professionnel .avantage {
        background-color: white;
        padding: 30px;
        border-radius: 5px;
        margin-top: 40px;
    }

        .adoucisseur-professionnel .avantage h4 {
            margin-top: 0;
            font-size: 22px;
            font-weight: 600;
            margin-bottom: 30px;
            text-align: center;
        }

        .adoucisseur-professionnel .avantage p {
            position: relative;
            padding-left: 40px;
            margin: 10px 0;
        }

            .adoucisseur-professionnel .avantage p:before {
                content: "\f00c";
                position: absolute;
                font-size: 30px;
                color: #1287af;
                font-family: 'Font Awesome 5 Pro';
                font-weight: 300;
                top: -10px;
                left: 0;
            }

.osmose-professionnel {
    padding: 50px 0;
}

    .osmose-professionnel h2 {
        margin-top: 0;
        font-weight: 700;
        font-size: 36px;
        margin-bottom: 20px;
        color: #1287af;
        text-align: center;
    }

        .osmose-professionnel h2 + p {
            text-align: center;
        }

    .osmose-professionnel h3 {
        font-weight: 700;
        margin-top: 0;
    }

    .osmose-professionnel .rohd-sb p {
        font-weight: 600;
    }

        .osmose-professionnel .rohd-sb p span {
            font-weight: 900;
            color: #1287af;
        }

        .osmose-professionnel .rohd-sb p .far {
            margin: 0 5px;
            color: #1287af;
            font-size: 18px;
            transform: translateY(1px);
        }

    .osmose-professionnel .option-rohd {
        margin-top: 40px;
    }


        .osmose-professionnel .option-rohd h4 {
            font-size: 22px;
            font-weight: 900;
        }

            .osmose-professionnel .option-rohd h4 .fas {
                color: #1287af;
                font-size: 18px;
                margin-right: 5px;
                transform: translateY(-1px);
            }

        .osmose-professionnel .option-rohd ul {
            margin: 0;
            padding: 0;
        }

        .osmose-professionnel .option-rohd li {
            position: relative;
            list-style: none;
            padding-left: 40px;
            margin: 10px 0;
            font-weight: 600;
        }

            .osmose-professionnel .option-rohd li:before {
                content: "\f00c";
                position: absolute;
                font-size: 30px;
                color: #1287af;
                font-family: 'Font Awesome 5 Pro';
                font-weight: 300;
                top: -10px;
                left: 0;
            }

.uv-professionnel {
    padding: 40px;
    background-color: #eef4f8;
    border-radius: 5px;
    margin-bottom: 40px;
}

    .uv-professionnel h2 {
        margin-top: 0;
        font-weight: 700;
        font-size: 36px;
        margin-bottom: 20px;
        color: #1287af;
    }

/*******************************************************
ONEPAGE
********************************************************/

.intro-onepage h2 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
}

    .intro-onepage h2 + p {
        font-size: 18px;
        margin: 0;
    }

        .intro-onepage h2 + p .fas {
            opacity: 0.5;
            color: #1287af;
        }

.intro-onepage .encadre {
    margin: 40px 0;
    padding: 30px;
    background-color: #eef4f8;
    border-radius: 5px;
}

    .intro-onepage .encadre span {
        margin: 20px 0;
        padding: 30px;
        background-color: #eef4f8;
        border-radius: 5px;
    }

.faq {
    padding: 40px 0 30px 0;
}

    .faq .card {
        margin-bottom: 10px;
        border-radius: 10px;
        border: 1px solid rgb(24 135 175 / 40%) !important;
    }

    .faq .card-header {
        border-radius: 0;
        border: none;
        background-color: transparent;
    }

    .faq .card h2 {
        margin-top: 0;
        font-size: 16px;
    }

    .faq .accordion-button:before {
        content: "\f107";
        position: absolute;
        font-family: 'Font Awesome 6 Pro';
        top: 50%;
        transform: translateY(-50%) rotate(180deg);
        right: 0;
        font-weight: 400;
        font-size: 22px;
        color: #1287af;
        transition: all .3s ease;
    }

    .faq .accordion-button.collapsed:before {
        transform: translateY(-50%) rotate(0deg);
        transition: all .3s ease;
    }

    .faq .accordion-button:after {
        content: none;
    }

    .faq .accordion-button {
        color: #1287af;
        width: 100%;
        font-weight: 700;
        background-color: transparent;
        border: none;
        box-shadow: none;
        padding-right: 25px;
        position: relative;
        text-align: left;
    }


        .faq .accordion-button.collapsed {
            background-color: transparent;
            color: #222;
            font-weight: 400;
        }

    .faq .card-body {
        border-radius: 0 0 10px 10px;
    }

        .faq .card-body ul {
            padding: 0;
            margin-bottom: 0;
            margin-top: 10px;
        }

            .faq .card-body ul li {
                list-style: none;
                padding-left: 15px;
                position: relative;
            }

                .faq .card-body ul li:before {
                    content: "";
                    position: absolute;
                    height: 4px;
                    width: 4px;
                    border-radius: 100%;
                    background-color: #155a9e;
                    top: 10px;
                    left: 0;
                }


/*******************************************************
PAGE 404
********************************************************/

.page-error {
    text-align: center;
}

    .page-error h1 {
        font-size: 110px;
        line-height: 1;
        margin-bottom: 20px;
        margin-top: 90px;
    }

        .page-error h1 span {
            font-size: 70px;
        }

    .page-error a {
        font-size: 16px;
        font-weight: 700;
        border-radius: 12px;
        color: white;
        margin: 30px 0 116px;
        padding: 10px 25px;
        background: linear-gradient(135deg, #1287af, #25b3e3 );
        border: none;
        line-height: 1;
        transition: color .3s ease, background-color .3s ease;
    }

        .page-error a:hover,
        .page-error a:active,
        .page-error a:focus {
            background: linear-gradient(135deg, #0a6381, #48caf6 );
            color: #fff;
            text-decoration: none !important;
            outline: none !important;
            box-shadow: none !important;
            transition: all .3s ease;
        }

/*******************************************************
PARRAINAGE
********************************************************/

.parrainage {
    margin-bottom: 50px;
}

    .parrainage .intro {
        display: block;
        color: #1287af;
        font-weight: 700;
        font-size: 45px;
        margin: 0;
    }
 

.parrainage h2 {
    margin-top: 0;
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 5px;
}