<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,500,500i');


/************** 
    GENERAL
 **************/
body, html {
    margin: 0;
    padding: 0;
}

body {
    color: #515151;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 16px;
    background-color: #f8f8f8;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Ubuntu;
}

a, .btn-link {
    outline: none;
    text-decoration: none;
    display: inline-block;
    color: #f5a523;
}

    a:hover,
    a:focus,
    a:active,
    .btn-link:hover,
    .btn-link:focus,
    .btn-link:active {
        text-decoration: none;
        color: #27d0c0;
    }

button:hover,
button:focus,
button:active {
    outline: none;
    box-shadow: none;
}


.max-width {
    max-width: 1180px;
    margin: 0 auto !important;
    float: none !important;
}

img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}


#back-to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    display: none;
    z-index: 200;
}

    #back-to-top .fas {
        background-color: #27d0c0;
        color: white;
        width: 50px;
        height: 50px;
        text-align: right;
        padding-right: 12px;
        border-radius: 100% 0% 100% 0% / 100% 100% 0% 0%;
        font-size: 18px;
        line-height: 57px;
    }

@media (max-width:960px) {
    #back-to-top .fas {
        border-top: 1px solid white;
        border-left: 1px solid white;
    }
}

.d-flex .is-box-5 {
    height: auto;
}

.is-wrapper .is-box .is-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

::selection {
    color: #fff;
    background: rgba(38, 189, 175, 0.9);
}

div[class^=module] {
    background-color: #f8f8f8;
}

/******* fonts */
.light {
    font-weight: 300 !important;
}

.italic {
    font-weight: 300 !important;
    font-style: italic;
}

.medium {
    font-weight: 500 !important;
}

.medium-italic {
    font-weight: 500 !important;
    font-style: italic;
}


/******* colors */

.green {
    color: #27d0c0;
}

.orange {
    color: #f5a523;
}

.alt-text {
    color: #a3a3a3;
}

.alt-title {
    color: #484848;
}

.light-grey {
    color: #b6b6b6;
}

.grey {
    color: #222;
}

.violet {
    color: #5a1ab5;
}

.white {
    color: white;
}

/******* background color */

.bg-green {
    background-color: #27d0c0;
}

.bg-orange {
    background-color: #f5a523;
}

.bg-violet {
    background-color: #5a1ab5;
}

.bg-pastel {
    background-color: #aa9db1;
}

.bg-grey {
    background-color: #222;
}

.bg-light-grey {
    background-color: #f5f5f5;
}

.bg-white {
    background-color: white;
}

/******* button */

.btn {
    border-width: 1px;
    padding: 8px 25px;
    font-weight: 300;
    border-radius: 25px;
    transition: background-color .3s ease, color .3s ease;
}

    .btn:hover,
    .btn:focus,
    .btn:active {
        outline: none;
        box-shadow: none;
    }

.btn-primary {
    border-color: #27d0c0;
    color: white;
    background-color: #27d0c0;
}

    .btn-primary:hover,
    .btn-primary:active,
    .btn-primary:focus {
        border-color: #27d0c0;
        color: #27d0c0;
        background-color: transparent;
        transition: background-color .3s ease, color .3s ease;
    }

    .btn-primary:not(:disabled):not(.disabled).active:focus,
    .btn-primary:not(:disabled):not(.disabled):active:focus {
        outline: none;
        box-shadow: none;
    }

    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active {
        border-color: #27d0c0;
        color: #27d0c0;
        background-color: transparent;
        outline: none;
        box-shadow: none;
    }

.btn-secondary {
    border-color: #f5a523;
    color: white;
    background-color: #f5a523;
}

    .btn-secondary:hover,
    .btn-secondary:active,
    .btn-secondary:focus {
        border-color: #f5a523;
        color: #f5a523;
        background-color: transparent;
        transition: background-color .3s ease, color .3s ease;
    }

    .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .btn-secondary:not(:disabled):not(.disabled):active:focus {
        outline: none;
        box-shadow: none;
    }

    .btn-secondary:not(:disabled):not(.disabled).active,
    .btn-secondary:not(:disabled):not(.disabled):active {
        border-color: #f5a523;
        color: #f5a523;
        background-color: transparent;
        outline: none;
        box-shadow: none;
    }

.btn-secondary-alt {
    border-color: #5a1ab5;
    color: white;
    background-color: #5a1ab5;
}

    .btn-secondary-alt:hover,
    .btn-secondary-alt:active,
    .btn-secondary-alt:focus {
        border-color: #5a1ab5;
        color: #5a1ab5;
        background-color: transparent;
        transition: background-color .3s ease, color .3s ease;
    }

    .btn-secondary-alt:not(:disabled):not(.disabled).active:focus,
    .btn-secondary-alt:not(:disabled):not(.disabled):active:focus {
        outline: none;
        box-shadow: none;
    }

    .btn-secondary-alt:not(:disabled):not(.disabled).active,
    .btn-secondary-alt:not(:disabled):not(.disabled):active {
        border-color: #5a1ab5;
        color: #5a1ab5;
        background-color: transparent;
        outline: none;
        box-shadow: none;
    }

.btn-default {
    border-color: white;
    background-color: white;
}

    .btn-default:hover,
    .btn-default:active,
    .btn-default:focus {
        border-color: white;
        color: white;
        background-color: transparent;
        transition: background-color .3s ease, color .3s ease;
    }

    .btn-default:not(:disabled):not(.disabled).active:focus,
    .btn-default:not(:disabled):not(.disabled):active:focus {
        outline: none;
        box-shadow: none;
    }

    .btn-default:not(:disabled):not(.disabled).active,
    .btn-default:not(:disabled):not(.disabled):active {
        border-color: white;
        color: white;
        outline: none;
        box-shadow: none;
    }

.actu-twitter, .actu-facebook {
    color: white;
    width: 150px;
    padding: 5px 10px;
    transition: color 0.3s ease, background-color .3s ease;
}

    .actu-twitter .fab, .actu-facebook .fab {
        font-size: 22px;
    }

.actu-facebook {
    background-color: #3966a1;
    border: 1px solid #3966a1;
}

    .actu-facebook:hover,
    .actu-facebook:active,
    .actu-facebook:focus {
        color: #3966a1;
        background-color: white;
        transition: color 0.3s ease, background-color .3s ease;
    }

.actu-twitter {
    background-color: #4db6ef;
    border: 1px solid #4db6ef;
}

    .actu-twitter:hover,
    .actu-twitter:active,
    .actu-twitter:focus {
        color: #4db6ef;
        background-color: white;
        transition: color 0.3s ease, background-color .3s ease;
    }


/******* title */

h1 {
    font-size: 35px;
    color: #515151;
}

h2 {
    font-size: 35px;
    color: #515151;
}

h3 {
    font-size: 25px;
    color: #212121;
}

h4 {
}


/************** 
    Titre de la modal cookie
 **************/
span.modal-title {
    font-size: 25px;
    color: #212121;
}

/************** 
    LAYOUT
 **************/

/* header */

header {
    background-color: white;
}

.header-container {
    padding: 8px 0;
}

header.fixed {
    position: fixed;
    width: 100%;
    z-index: 100;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    background-color: white;
}

header .logo {
    line-height: 0;
}

header p {
    font-size: 21px;
    color: #515151;
    display: block;
    margin: 10px 0;
    line-height: 1;
}


    header p span {
        color: #b6b6b6;
        font-size: 18px;
        display: block;
    }


.navbar-collapse {
    max-width: 1180px;
    margin: 0 auto;
}

.navbar {
    background-color: #27d0c0;
    padding: 0;
}

    .navbar .nav-item {
        padding: 0 13px !important;
        font-size: 0.9em;
    }

        .navbar .nav-item:last-child .nav-link {
            background-color: white;
            border: 1px solid white;
            color: #27d0c0;
            padding: 10px 7px !important;
            border-radius: 25px;
            margin-top: 6px;
            transition: all 0.3s ease;
        }

            .navbar .nav-item:last-child .nav-link:hover {
                background-color: #27d0c0;
                color: white;
                transition: all 0.3s ease;
            }

            .navbar .nav-item:last-child .nav-link:after {
                content: none;
            }

    .navbar .nav-link {
        color: white;
        font-weight: 500;
        padding: 17px 0 !important;
        position: relative;
    }

.navbar-perso .navbar-toggler {
    width: 100%;
    padding: 7px 12px;
}

.navbar-perso .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(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    margin-right: 60px;
    position: relative;
}

    .navbar-perso .navbar-toggler-icon:before {
        position: absolute;
        content: "Menu";
        color: white;
        font-weight: 500;
        left: 40px;
        top: 4px;
    }

    .navbar-perso .navbar-toggler-icon:before {
    }

@media(min-width:992px) {
    .navbar .nav-link:after {
        content: "";
        position: absolute;
        background-color: #0e8c80;
        height: 0;
        width: 100%;
        left: 0;
        bottom: 0;
    }

    .navbar .nav-item:hover {
        cursor: pointer;
    }

        .navbar .nav-item:hover .nav-link:after,
        .navbar .nav-item.active .nav-link:after {
            height: 5px;
        }
}

@media(max-width:991px) {
    .navbar .nav-item:last-child .nav-link {
        margin-bottom: 10px;
    }
}

/* footer */

footer {
    padding: 0 30px;
    margin-top: 40px;
    text-align: center;
}

    footer ul {
        text-align: center;
        padding: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    }

        footer ul li {
            display: inline-block;
            font-weight: 500;
        }

            footer ul li:hover {
                cursor: pointer;
            }


            footer ul li a {
                color: #515151;
                padding: 0 20px 20px 20px;
                text-transform: uppercase;
                font-size: 14px;
            }

@media (max-width:991px) {
    footer ul li a {
        padding-bottom: 5px;
    }
}

footer h2 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0;
}

    footer h2 + p {
        margin-top: 0;
    }

        footer h2 + p .fal {
            color: #f5a523;
        }

footer .copyright {
    font-size: 12px;
    text-align: center;
    color: #b6b6b6;
    padding-bottom: 15px;
}

    footer .copyright p {
        margin: 0;
    }

footer .lien {
    text-align: center;
    padding-top: 15px;
}

    footer .lien a {
        font-size: 12px;
        color: #b6b6b6;
    }

        footer .lien a:hover {
            color: #f5a523;
        }



/************** 
    HOME
 **************/

.home-list a {
    position: relative;
    color: #515151;
}

@media (min-width:960px) {

    .home-list a:before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #f5a523;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .home-list a:hover:before {
        opacity: 0.8;
        transition: opacity 0.3s ease;
    }

    .home-list span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: auto;
        height: 60px;
        display: inline-block;
        width: 60px;
        text-align: center;
        line-height: 60px;
        border-radius: 50px;
        border: 2px solid white;
        opacity: 0;
        color: white;
        transition: opacity 0.3s ease;
    }

    .home-list a:hover span {
        opacity: 1;
        transition: opacity 0.3s ease;
    }
}


.home-actualite {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .home-actualite .item {
        display: block;
        padding: 40px 15px;
        color: white;
        transition: background-color .3s ease;
    }

        .home-actualite .item:hover {
            background-color: #492290;
            transition: background-color .3s ease;
        }

        .home-actualite .item + .item {
            border-top: 1px solid rgba(255, 255, 255, 0.2);
        }

        .home-actualite .item .date {
            text-transform: uppercase;
            font-size: 12px;
        }

        .home-actualite .item h3 {
            margin-top: 10px;
        }

        .home-actualite .item p + a {
            color: white;
            transition: opacity 0.3s ease;
        }

            .home-actualite .item p + a:hover {
                color: white;
                opacity: 0.7;
                transition: opacity 0.3s ease;
            }

        .home-actualite .item .detail {
            transition: opacity 0.3s ease;
        }

            .home-actualite .item .detail:hover {
                opacity: 0.7;
                transition: opacity 0.3s ease;
            }

        .home-actualite .item span {
            height: 40px;
            display: inline-block;
            width: 40px;
            text-align: center;
            line-height: 40px;
            border-radius: 25px;
            border: 1px solid white;
            color: white;
            transition: width .3s ease;
        }


/*.home-actualite .item:hover span,
        .home-actualite .item:active span {
            width:100px;
            transition: width .3s ease;
        }*/

.home-coordonnee {
    margin: 30px 0;
}

    .home-coordonnee p {
        margin: 0;
        font-size: 16px;
    }

    .home-coordonnee h3 {
        margin-bottom: 5px;
        font-size: 16px;
        color: white;
        font-weight: 500;
    }

.horaires-supp {
    margin-bottom: 30px;
}

    .horaires-supp p {
        margin-bottom: 30px;
    }


    .horaires-supp a {
        color: #5a1ab5;
        font-weight: 500;
    }

        .horaires-supp a:hover {
            color: #515151;
            font-weight: 500;
        }

.horaires-supp-liste {
    padding: 0;
    margin-bottom: 30px;
}

    .horaires-supp-liste li {
        list-style: none;
        font-size: 16px;
    }

        .horaires-supp-liste li.today {
            font-weight: 500;
        }

.horaires li {
    font-size: 16px;
}

ul.horaires {
    margin-bottom: 40px;
}

    ul.horaires li.today {
        font-weight: 500;
    }

.home-coordonnee .complement {
    position: relative;
    font-weight: 500;
    padding-left: 20px;
}

    .home-coordonnee .complement:before {
        position: absolute;
        content: "\f3c5";
        font-family: 'Font Awesome\ 5 Pro';
        font-weight: 100;
        left: 0;
        top: 0;
    }

.gps {
    margin-top: 20px;
    margin-bottom: 40px;
}

    .gps a {
        color: white;
    }

        .gps a:hover,
        .gps a:active,
        .gps a:focus {
            color: white;
        }


/************** 
    SOLUTIONS AUDITIVES
 **************/
.entretien a {
    transition: background-color .3s ease;
}

    .entretien a:hover {
        background-color: rgba(138, 138, 138, 0.2);
        transition: background-color .3s ease;
    }



/************** 
    FORM
 **************/

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #515151;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #515151;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #515151;
}

.form-row input,
.form-row textarea,
.form-row select {
    width: 100%;
    padding: 10px 40px 10px 20px;
    border-radius: 5px;
    height: 44px;
    font-weight: 300;
    background-color: white;
    border: none;
    color: #515151 !important;
}

    .form-row input:active,
    .form-row input:focus,
    .form-row textarea:active,
    .form-row textarea:focus,
    .form-row select:active,
    .form-row select:focus {
        box-shadow: none;
        outline: none;
    }

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus,
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    box-shadow: none;
}

.form-row textarea {
    min-height: 150px;
    line-height: 1.5;
}

.form-row select.valid::-ms-expand {
    display: none;
}

.form-row select.valid {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.form-row .input-container {
    position: relative;
}

    .form-row .input-container .validate {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 44px;
    }

    .form-row .input-container .input-validation-error,
    .form-row .input-container .input-validation-error:focus {
        border-right: 5px solid #ff3d00 !important;
    }

        .form-row .input-container .input-validation-error + .validate:before {
            content: "\f00d";
            position: absolute;
            color: #ff3d00;
            font-family: "Font Awesome\ 5 Pro";
            font-weight: 400;
            line-height: 44px;
            width: 100%;
            text-align: center;
        }

    .form-row .input-container .valid + .validate:before {
        content: "\f00c";
        position: absolute;
        color: #27d0c0;
        font-family: "Font Awesome\ 5 Pro";
        font-weight: 400;
        line-height: 44px;
        width: 100%;
        text-align: center;
    }

.form-row .btn {
    color: #27d0c0;
}

    .form-row .btn:hover,
    .form-row .btn:active,
    .form-row .btn:focus {
        border-color: white;
        color: white;
        background-color: transparent;
        transition: background-color .3s ease, color .3s ease;
    }

    .form-row .btn:not(:disabled):not(.disabled).active:focus,
    .form-row .btn:not(:disabled):not(.disabled):active:focus {
        outline: none;
        box-shadow: none;
    }

    .form-row .btn:not(:disabled):not(.disabled).active,
    .form-row .btn:not(:disabled):not(.disabled):active {
        border-color: white;
        color: white;
        outline: none;
        box-shadow: none;
    }


input:-webkit-autofill {
    box-shadow: inset 0 50px 0 0 white;
}


    input:-webkit-autofill:focus, input:-webkit-autofill:active {
        box-shadow: inset 0 50px 0 0 white;
    }


form .alert-danger {
    background-color: #ff3d00;
    border: none;
}

    form .alert-danger .text-danger {
        color: #ffffff !important;
    }

        form .alert-danger .text-danger ul {
            margin: 0;
        }

.form-group.object .text-danger {
    color: white !important;
}

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;
        color: white;
        margin-bottom: 15px;
    }

        form .form-control[type="checkbox"] + label:before {
            content: "\f0c8";
            position: absolute;
            font-family: 'Font Awesome 5 Pro';
            font-weight: 900;
            left: 0;
            color: white;
            font-size: 19px;
            top: -1px;
        }

        form .form-control[type="checkbox"] + label::after {
            content: "\f14a";
            position: absolute;
            font-family: 'Font Awesome 5 Pro';
            font-weight: 900;
            left: -1px;
            font-size: 21px;
            top: -2px;
            color: #5a1ab5;
            opacity: 0;
        }

    form .form-control[type="checkbox"]:checked + label:after {
        opacity: 1;
    }

form a {
    color: white !important;
}



/************** 
    ACTUALITE
 **************/

.actualite .item {
    background-color: white;
    display: block;
    color: #5a1ab5;
    padding: 50px;
    box-shadow: 0 1px 10px 2px rgba(34, 34, 34, 0.11);
    margin-bottom: 5px;
    transition: background-color 0.3s ease, color .3s ease;
}

    .actualite .item:hover {
        background-color: #5a1ab5;
        color: white;
        transition: background-color 0.3s ease, color .3s ease;
    }

.actualite .date {
    text-transform: uppercase;
    font-size: 12px;
}

.actualite .item h2 {
    margin-top: 10px;
    color: #5a1ab5;
    font-size: 25px;
}

.actualite .item:hover h2 {
    color: white;
}


.actualite .item p + a {
    color: #5a1ab5;
}

.actualite .item:hover p + a {
    color: white;
}

.actualite .item p + a:hover {
    opacity: 0.7;
}

.actualite .item a.detail:hover {
    opacity: 0.7;
}

.actualite .item .detail span {
    height: 40px;
    display: inline-block;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    border: 1px solid #5a1ab5;
    color: #5a1ab5;
    transition: background-color 0.3s ease, color .3s ease,border 0.3s ease;
}

.actualite .item:hover .detail span,
.actualite .item:active .detail span {
    background-color: #5a1ab5;
    color: white;
    border: 1px solid white;
    transition: background-color 0.3s ease, color .3s ease,border 0.3s ease;
}

/************** 
    SPECIALITE
 **************/

.specialite .item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (min-width:960px) {
    .specialite .item {
        /*margin-right: 150px;*/
        padding-right: 100px;
    }
}

.specialite .item p {
    padding: 15px 0;
    margin: 0;
}

/************** 
    PAGINATION
 **************/

.pagination-container {
    background-color: #f8f8f8 !important;
    padding: 30px 0 !important;
}

.pagination {
    justify-content: center !important;
    margin-bottom: 30px;
}

.page-link {
    color: #5a1ab5;
    background-color: transparent;
    border: 1px solid transparent;
}

    .page-link:hover {
        color: #f8f8f8;
        background-color: #5a1ab5;
        border-color: #5a1ab5;
    }

    .page-link:hover,
    .page-link:active,
    .page-link:focus {
        outline: none;
        box-shadow: none;
    }


.page-item.active .page-link {
    z-index: 1;
    color: #5a1ab5;
    background-color: transparent;
    border: 1px solid #5a1ab5;
}

.page-item.disabled .page-link {
    color: #5a1ab5;
    opacity: 0.5;
    border: 1px solid transparent;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 0;
}

/************** 
    POP UP MAP
 **************/


.gm-style .gm-style-iw-c {
    border-left: 10px solid rgb(39, 208, 192);
    padding: 0;
}

.gm-style .gm-style-iw-t::after {
    height: 0;
}

.gm-style-iw .infowindows {
    font-size: 16px;
    padding: 15px;
}

.infowindows [itemprop=name] {
    margin-bottom: 10px;
    font-size: 18px;
}

.infowindows .map-phone-number,
.infowindows .map-opening-time {
    margin: 10px 0;
    position: relative;
    padding-left: 25px;
}

    .infowindows .map-phone-number:before,
    .infowindows .map-opening-time:before {
        position: absolute;
        font-family: 'Font Awesome\ 5 Pro';
        font-weight: 400;
        color: #27d0c0;
        left: 0;
        top: 1px;
    }

    .infowindows .map-phone-number:before {
        content: "\f095";
    }

    .infowindows .map-opening-time:before {
        content: "\f017";
    }

.infowindows .map-bt-itineraire {
    border: 1px solid #27d0c0;
    color: white;
    margin-top: 10px;
    background-color: #27d0c0;
    display: inline-block;
    padding: 8px 25px;
    font-weight: 300;
    border-radius: 25px;
    transition: background-color .3s ease, color .3s ease;
}

    .infowindows .map-bt-itineraire:hover,
    .infowindows .map-bt-itineraire:active,
    .infowindows .map-bt-itineraire:focus {
        border: 1px solid #27d0c0;
        color: #27d0c0;
        background-color: transparent;
        transition: background-color .3s ease, color .3s ease;
    }

    .infowindows .map-bt-itineraire:not(:disabled):not(.disabled).active:focus,
    .infowindows .map-bt-itineraire:not(:disabled):not(.disabled):active:focus {
        outline: none;
        box-shadow: none;
    }

    .infowindows .map-bt-itineraire:not(:disabled):not(.disabled).active,
    .infowindows .map-bt-itineraire:not(:disabled):not(.disabled):active {
        border-color: #27d0c0;
        color: #27d0c0;
        background-color: transparent;
        outline: none;
        box-shadow: none;
    }

/************** 
    LE CENTRE
 **************/

.le-centre &gt; a {
    color: #5a1ab5;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #5a1ab5;
    line-height: 40px;
    border-radius: 50%;
    margin-right: 7px;
    font-size: 15px;
    transition: color .3s ease, background-color .3s ease;
}

    .le-centre &gt; a:hover,
    .le-centre &gt; a:active,
    .le-centre &gt; a:focus {
        color: white;
        background-color: #5a1ab5;
        transition: color .3s ease, background-color .3s ease;
    }

.carousel-indicators li {
    width: 10px;
    border-radius: 100%;
    height: 10px;
}

@media(max-width:960px) {
    .is-overlay-color.darker {
        display: block !important;
    }

    .is-overlay .is-overlay-color {
        opacity: 0.25;
    }

    .exception .is-overlay .is-overlay-color {
        display: block !important;
        opacity: 1;
        background-color: #b0a5b7
    }

    .exception .is-content-bottom {
        vertical-align: middle !important;
    }
}

/************** 
    GALLERY
 **************/

.GalleriesContainer h2 {
    font-size: 25px;
    color: #212121;
}

[id^=gallery] {
    margin-bottom: 50px;
}

.grid-item {
    line-height: 1;
}

.GalleriesContainer .resume {
    margin-bottom: 40px;
    margin-top: 20px;
}

@media (max-width:768px) {
    .grid {
        text-align: center;
    }

    .grid-item {
        width: 100%;
    }
}

/************** 
    MAPS
 **************/

@media (max-width:960px) {
    .mapContainer {
        height: 400px !important;
    }

    .is-box-img {
        height: 400px !important;
    }
}


/************** 
 PAGE 404
 **************/

.page-error {
    text-align: center;
    background-color: #f8f8f8 !important;
}

    .page-error h1 {
        text-align: center;
        font-size: 100px;
        line-height: 1;
    }

        .page-error h1 span {
            display: block;
            font-weight: 500;
            font-size: 60%;
            color: #27d0c0;
        }

    .page-error a {
        border: 1px solid #f5a523;
        color: white;
        background-color: #f5a523;
        padding: 8px 25px;
        font-weight: 300;
        border-radius: 25px;
        transition: background-color .3s ease, color .3s ease;
    }

        .page-error a:hover,
        .page-error a:active,
        .page-error a:focus {
            border: 1px solid #f5a523;
            color: #f5a523;
            background-color: transparent;
            transition: background-color .3s ease, color .3s ease;
        }

        .page-error a:not(:disabled):not(.disabled).active:focus,
        .page-error a:not(:disabled):not(.disabled):active:focus {
            outline: none;
            box-shadow: none;
        }

        .page-error a:not(:disabled):not(.disabled).active,
        .page-error a:not(:disabled):not(.disabled):active {
            border-color: #f5a523;
            color: #f5a523;
            background-color: transparent;
            outline: none;
            box-shadow: none;
        }

/**************
COOKIE BAR
 **************/

.weCookieBar .btn {
    margin-top: 5px;
}

.weCookieBar .btn-link {
    border-color: #f5a523;
    color: white;
    background-color: #f5a523;
    border-width: 1px;
    padding: 8px 25px;
    font-weight: 300;
    border-radius: 25px;
    transition: background-color .3s ease, color .3s ease;
}

    .weCookieBar .btn-link:hover,
    .weCookieBar .btn-link:active,
    .weCookieBar .btn-link:focus {
        border-color: #f5a523;
        outline: none;
        box-shadow: none;
        color: #f5a523;
        background-color: transparent;
        transition: background-color .3s ease, color .3s ease;
    }

    .weCookieBar .btn-link:not(:disabled):not(.disabled).active:focus,
    .weCookieBar .btn-link:not(:disabled):not(.disabled):active:focus {
        outline: none;
        box-shadow: none;
    }

    .weCookieBar .btn-link:not(:disabled):not(.disabled).active,
    .weCookieBar .btn-link:not(:disabled):not(.disabled):active {
        border-color: #f5a523;
        color: #f5a523;
        background-color: transparent;
        outline: none;
        box-shadow: none;
    }


/************** 
AVIS CLIENT
 **************/

.container-avis {
    background-color: white;
    border-radius: 15px;
    padding: 30px;
}

    .container-avis h1 {
        display: none;
    }

    .container-avis .trustville-global-rating-circle {
        margin-top: 20px;
    }

    .container-avis .trustville-global-rating-circle,
    .container-avis .feedbacks-list {
        margin-left: auto;
        margin-right: auto;
    }

    .container-avis .trustville-afnor_certificate {
        color: #515151;
    }


    .container-avis .slider {
        width: 536px;
    }

@media(max-width:968px) {
    .container-avis .feedbacks-list .slider-prev-next-control {
        top: 51%;
        width: 100%;
        left: 0;
    }
}

.container-avis .slider__txt,
.container-avis .slider__caption,
.container-avis .trustville-place_name a,
.container-avis .trustville-afnor_certificate .trustville-afnor_conform {
    font-family: sans-serif !important;
}

.trustville_widget_page_feedbacks {
    background-color: white;
    padding: 30px;
}


/************** 
    PARTENAIRE
 **************/

.partenaire a {
    color: #515151;
}

    .partenaire a:hover p {
        color: #27d0c0;
    }

    .partenaire a:hover img {
        opacity: 0.7;
    }

.partenaire p {
    font-size: 20px;
    color: #515151;
    margin-bottom: 0;
}

.liste-partenaire img {
    width: 14%;
    float: left;
    padding-right: 15px
}

@media(max-width:767px){
    .liste-partenaire img {
        width: 50%;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .liste-partenaire img {
        width: 33%;
    }
}</pre></body></html>