/* GENERAL
----------------------------------------*/
p {
    font-size: 18px;
    line-height: 1.6;
    margin: 15px 0;
    color: #717171;
    font-family: Lato;
}

h1,
.h1 {
    font-size: 30px;
    color: #881b5d;
    text-transform: uppercase;
}

h2,
.h2 {
    font-size: 27px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 23px;
    color: #881b5d;
    font-weight: 300;
}

a:hover {
    color: #881b5d;
}

em {
    color: #000;
}

.btn.btn-default {
    background: #f5f5f5;
    box-shadow: 0 0px #bdc3c7;
    color: #737c85;
}

.btn.btn-default:hover {
    background: #f5f5f5;
    color: #881b5d;
}

.navbar-info {
    width: 100%;
}

@media (max-width:991px) {
    .container-nopad {
        padding: 0px;
        margin-top: 0px;
    }
}

.elementor-html .spinner-wrapper {
    display: none;
}

/* BOUTON DE CONNEXION/DECONEXION
----------------------------------------*/
.top-bar {
    position: fixed;
    z-index: 9999;
    background: #2c2c2c;
    right: 0;
    top: 25px;
    -moz-box-shadow: -2px 2px 5px 0px #333;
    -webkit-box-shadow: -2px 2px 5px 0px #333;
    -o-box-shadow: -2px 2px 5px 0px #333;
    box-shadow: -1px 1px 2px 0px #333;
    width: 155px;
    padding: 9px 10px 4px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

@media (max-width:991px) {
    .top-bar {
        position: relative;
        top: 0px;
        text-align: center;
        width: 100%;
        box-shadow: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
}

.top-bar ul>li>a {
    line-height: 25px;
    text-transform: uppercase;
    color: #a5a5a5;
}

.top-bar ul>li>a:hover {
    color: #ffffff;
}

.top-bar ul {
    margin-bottom: 0px;
    padding-left: 0;
    text-align: center;
}

/* TELEPHONE
----------------------------------------*/
.tel {
    position: fixed;
    z-index: 9999;
    background: #881b5d;
    width: 150px;
    right: 0;
    top: 250px;
    padding: 8px;
    color: #ffffff;
    font-weight: bold;
    line-height: 22px;
    font-size: 14px;
    -moz-box-shadow: -2px 2px 5px 0px #333;
    -webkit-box-shadow: -2px 2px 5px 0px #333;
    -o-box-shadow: -2px 2px 5px 0px #333;
    box-shadow: -1px 1px 2px 0px #333;
}

@media (max-width:991px) {
    .tel {
        position: relative;
        top: 0px;
        text-align: center;
        width: 100%;
        box-shadow: none;
    }
}

.tel img {
    height: 20px;
    vertical-align: middle;
}

.tel a {
    color: #fff;
}

.tel a:hover {
    color: #fff;
}

/* FIXE LA NAVIGATION
----------------------------------------*/
.site-logo {
    padding: 15px 20px !important;
    margin: 15px 10px !important;
}

.entete-img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 250px;
}

@media (max-width:767px) {
    .entete-img {
        width: 180px;
    }
}

.fixed-me {
    transition: all 1s ;
}

.fixed-me {
    background-color: #2c2c2c !important;
    padding: 0px !important;
    margin-bottom: 5px;
    position: fixed;
    top: 0;
    z-index: 1000;
    width: 100%;
    border-bottom: 1px solid #ccc !important;
    border-top: 0px solid #871b5c !important;
}

@media (max-width:767px) {
    .fixed-me {
        background-color: #2c2c2c !important;
        padding: 10px 0px !important;
        margin-bottom: 5px;
        position: fixed;
        top: 0;
        z-index: 888;
        width: 100%;
        border-bottom: 1px solid #ccc !important;
    }
}

.fixed-me img {
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

@media (max-width:767px) {
    .fixed-me img {
        margin-bottom: 10px;
        width: 180px;
    }
}

.navbar-me img {
    display: none;
}

.navbar-me {
    padding: 5px 0px;
    background-color: #2c2c2c;
    top: 0px;
    border-radius: 0px;
    z-index: 1000;
    border-top: 3px solid #871b5c;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}

.navbar-me {
    transition: all 1s ;
}

@media (max-width:767px) {
    .navbar-me {
        padding: 0px 0px;
        background-color: #2c2c2c;
        top: 0px;
        border: 0px;
        border-radius: 0px;
        z-index: 1000;
    }
}

.navbar-me a {
    color: #ffffff !important;
    text-transform: uppercase;
}

.navbar-me a:hover {
    color: #c33b8d !important;
}

/* NAVBAR
----------------------------------------*/
.navbar-collapse {
    text-align: center;
    border-top-width: 0px;
    overflow-x: hidden;
    padding-left: 0;
    padding-right: 0;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
    color: #777777;
    background-color: transparent !important;
    padding: 10px;
    font-size: 0.88em;
}

.menu-collapsed-button {
    margin: -50px 15px 10px 15px !important;
}

.navbar {
    margin-bottom: 0px;
    min-height: 0px;
}

@media (max-width:767px) {
    .navbar {
        border-top: 0px solid #871b5c;
    }
}

.navbar .col-lg-8,
.navbar .col-md-12,
.navbar .col-xs-12 {
    min-height: 0px;
}

/* SLIDER
----------------------------------------*/
.cycloneslider-template-standard {
    margin-bottom: 0px !important;
}

.slider {
    padding: 0;
    position: relative;
    display: block;
    width: 100%;
}

.silver-hover:hover {
    color: #b7ab8a !important;
}

.slider-h1 {
    border: none;
    text-shadow: 1px 1px 1px #000;
    font-family: Lato;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 20px 15px;
}

@media (max-width:767px) {
    .slider-h1 {
        font-size: 22px;
    }
}

.cycloneslider-template-standard .cycloneslider-caption-description {
    padding: 5px 20px 20px !important;
    line-height: 1.0 !important;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
    font-family: Lato;
    font-size: 26px !important;
    font-weight: 400;
    text-transform: uppercase;
}

@media (max-width:767px) {
    .cycloneslider-template-standard .cycloneslider-caption-description {
        display: none;
    }
}

@media (max-width:767px) {
    .cycloneslider-template-standard .cycloneslider-caption-description {
        font-size: 24px !important;
        padding: 7px 20px 7px 20px !important;
    }

    .cycloneslider-template-standard .cycloneslider-caption-title {
        display: none;
    }
}

/* Content 1-5
-----------------*/
.content-1-5 {
    background-color: #ffffff;

    /* background-image: linear-gradient(1deg, rgb(170, 7, 107) 0%, rgb(97, 4, 95) 100%)*/
}

.content-1-5 h2 {
    color: #881b5d;
    font-size: 22px;
    text-transform: uppercase;
    float: left;
    font-weight: 400;
}

@media (max-width:991px) {
    .content-1-5 h2 {
        text-align: center;
        width: 100%;
    }
}

.content-1-5 h1 {
    font-size: 22px;
    font-weight: 300;
    color: #818181;
    text-align: center;
    text-transform: uppercase;
    line-height: 26px;
    padding-left: 20px;
    padding-right: 20px;
}

.content-1-5 p {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
    clear: both;
    color: #717171;
}

@media (max-width:991px) {
    .content-1-5 p {
        text-align: center;
    }
}

.cadre {
    padding: 0px 0px;
}

/* COPYRIGHT
----------------------------------------*/
.border-top {
    border-top: 1px solid #CCCCCC;
    background: #1c1c1c;
}

.copyright  p {
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 12px;
    color: rgba(161, 161, 161, 0.8);
    text-align: center;
}

/* PIED DE PAGE
----------------------------------------*/
.footer-1-1 {
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 1px solid rgba(101, 91, 72, 0.55);
}

.footer-1-1 h4 {
    text-transform: uppercase;
    font-size: 18px;
    color: #d00d5e;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.footer-1-1 a {
    color: rgba(255, 255, 255, 0.6);
}

.footer-1-1 a:hover {
    color: #ffffff;
}

.footer-1-1 li {
    color: #a6a6a6;
}

.footer-1-1 i {
    font-size: 1.2em;
    color: #ffffff;
}

.footer-1-1 em {
    color: #c7a17a;
}

.footer-1-1 h3,
,
.footer-1-1 .lead,
.footer-1-1 li {
    color: #363636;
}

.footer-1-1 ul li {
    border-top: 1px solid rgba(189, 195, 199, 0.16);
    line-height: 19px;
    padding: 6px 0;
    text-transform: uppercase;
    font-weight: 300;
}

.cadre-pied-clair {
    height: 320px;
    background-color: #222222;
    padding: 40px;
}

@media (max-width:991px) {
    .cadre-pied-clair {
        height: auto;
        padding: 40px;
    }
}

.cadre-pied-fonce {
    height: 320px;
    padding: 40px;
    background-color: #121212;
}

@media (max-width:1199px) {
    .cadre-pied-fonce {
        height: auto;
    }
}

.footer-wrap-1-1 {
    background-color: #121212;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    border-top: 1px solid #7a7a7a;
}

@media (max-width:991px) {
    .footer-wrap-1-1 {
        text-align: center;
    }
}

.social a .fa-linkedin-square:after {
    background: #006699;
}

.social a .fa-map-marker:after {
    background: #4f4f87;
}

.footer-1-1 .btn.btn-primary {
    width: 100%;
}

/* PAGINATION ARTICLES ARCHIVES
----------------------------------------*/
.pagination {
    display: flex;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    justify-content: center;
}

.pagination li a {
    font-size: 14px;
    color: #871b5c;
    background: none;
    margin: 0 3px;
    border: 1px solid #d4d4d4;
    padding: 5px 12px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #871b5c;
    border-color: #bcbcbc;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #871b5c;
}

ul.pagination .next,
ul.pagination .previous {
    display: none !important;
}

/* PAGINATION PREVIOUS/NEXT
----------------------------------------*/
.pager li > a,
.pager li > span {
    border: 1px solid #881b5d;
    border-radius: 0;
    color: #881b5d;
    font-size: 14px;
    min-width: 120px;
}

.content-3-4 {
    background-image: url('../images/fond-engagements.jpg');
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    border-top: 10px solid #881b5d;
    border-bottom: 10px solid #881b5d;
}

@media (max-width:767px) {
    .content-main {
        margin-top: 0px !important;
    }
}

@media (max-width:767px) {
    .content-presse {
        padding: 0;
        display: inline-block;
        width: 100%;
    }
}

.content-1-7 img {
    max-width: 80px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0.4;
    height: auto;
}

.content-1-8 img {
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

.team-1-2 img {
    border-radius: 20px;
}

.team-1 h2 {
    margin-bottom: 50px;
    font-size: 30px;
    color: #881b5d;
    text-transform: uppercase;
}

@media (max-width:767px) {
    .team-details {
        padding: 20px;
        text-align: center;
    }
}

.team-2 .team-wrapper .team-item .team-thumb .team-link:hover {
    color: #881b5d;
}

.team-2 .col-sm-12 .team-item .team-thumb .team-link,
.team-2 .col-md-12 .team-item .team-thumb .team-link {
    top: 0;
    left: 41%;
    margin-top: -55px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.team-2 .col-sm-12 .team-item:hover .team-thumb .team-link,
.team-2 .col-md-12 .team-item:hover .team-thumb .team-link {
    display: block;
    top: 64%;
    left: 43%;
}

/* MODIFICATION PLUGIN ANNONCES
----------------------------------------*/
#cn-circled .cn-list-row,
#cn-circled .cn-list-row-alternate {
    margin-bottom: 30px !important;
}

.cn-notes h4 {
    display: none;
}

#cn-circled .cn-circled-content p {
    font-size: 17px !important;
    line-height: 1.5em !important;
}

#cn-circled #cn-list-body {
    padding-top: 0px;
}

.cn-list-body ul {
    border: 1px solid #d4d4d4;
    padding-top: 5px;
    margin-bottom: 30px;
    background-color: #ededed;
}

#cn-circled .cn-circled-detail-link::before {
    font-size: 25px !important;
    top: 0px !important;
}

#cn-circled .cn-circled-detail-link::after {
    font-size: 25px !important;
    top: 0px !important;
}

#cn-circled .cn-circled-detail-link {
    font-size: 15px !important;
    left: 50%;
}

@media (max-width:767px) {
    #cn-circled .cn-circled-detail-link {
        transform: translate(-50%);
        right: initial !important;
    }
}

@media (max-width:767px) {
    #cn-circled .cn-circled-thumb {
        margin-top: 15px;
    }
}

@media (max-width:767px) {
    #cn-circled .cn-circled-content {
        margin-left: 0px !important;
        margin-top: 110px !important;
    }
}

#cn-circled .cn-alphaindex {
    text-align: center !important;
    letter-spacing: 10px;
}

#cn-circled .cn-alphaindex a {
    border: 1px solid #bfbfbf;
    padding-left: 10px;
}

.page-numbers {
    margin: 0 8px 0 0;
}

/*------------ Annonces modifier < 768 -----------*/
@media (max-width: 767px){
    #cn-circled .cn-circled-content:before {
        left: 50%;
        transform: translate(-50%);
    }

    #cn-circled .cn-circled-thumb {
        left: 50%;
        transform: translate(-50%);
    }

    #cn-circled .cn-circled-content {
        text-align: center;
    }

    #cn-circled .cn-circled-excerpt {
        padding-bottom: 30px;
    }
}

/* BOUTON FLECHE ANIM
----------------------------------------*/
.rightarrow-btn.rightarrow-btn-medium.rightarrow-btn-transparent {
    font-size: 15px;
}

.rightarrow-btn.rightarrow-btn-transparent {
    padding-left: 0 !important;
    padding-right: 0 !important;
    border: none;
    background: 0 0;
    color: #ffffff;
    text-transform: uppercase;
}

.rightarrow-btn {
    display: inline-block;
    position: relative;
    outline: 0;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 2.5px;
    padding: 14px 35px;
    padding-right: 35px;
    padding-left: 35px;
    font-size: 13px;
    line-height: 1.7em;
    text-transform: uppercase;
    font-family: Lato;
    -webkit-transition: color .3s cubic-bezier(.55,.21,.51,.75),background-color .3s cubic-bezier(.55,.21,.51,.75),border-color .3s cubic-bezier(.55,.21,.51,.75);
    -moz-transition: color .3s cubic-bezier(.55,.21,.51,.75),background-color .3s cubic-bezier(.55,.21,.51,.75),border-color .3s cubic-bezier(.55,.21,.51,.75);
    transition: color .3s cubic-bezier(.55,.21,.51,.75),background-color .3s cubic-bezier(.55,.21,.51,.75),border-color .3s cubic-bezier(.55,.21,.51,.75);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.rightarrow-btn.rightarrow-btn-transparent .rightarrow-btn-text {
    position: relative;
}

.rightarrow-btn.rightarrow-btn-icon span:not(.rightarrow-btn-text) {
    font-size: 20px;
    line-height: 21px;
    vertical-align: middle;
}

.rightarrow-btn.rightarrow-btn-transparent :not(.rightarrow-btn-text) {
    position: relative;
    top: -1px;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    left: 4px;
}

.rightarrow-btn.rightarrow-btn-transparent:hover :not(.rightarrow-btn-text) {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    transform: translateX(5px);
}

.rightarrow-btn.rightarrow-btn-icon span:not(.rightarrow-btn-text) {
    font-size: 18px;
    line-height: 24px;
}

.arrow_right::before {
    content: "\003E";
}

.portfolio {
    text-align: right;
    background-color: rgba(0, 0, 0, 0.6);
    padding-right: 40px;
    padding-left: 40px;
}

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

/* ERIC RAJOUT
----------------------------------------*/
/*------------ accès -----------*/
h3.titre_acces {
    font-weight: bold;
    font-size: 26px;
    font-style: normal;
}

.acces {
    position: relative;
    padding-left: 32px;
}

.acces p {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
}

.transport {
    font-size: 22px !important;
    font-weight: bold !important;
}

.transport:before {
    position: absolute;
    display: block;
    left: 0;
    margin-top: 5px;
}

.transport#metro:before {
    content: url('https://www.inter-contacts-paris-seniors.fr/wp-content/uploads/sites/3/2018/08/picto-metro.png');
}

.transport#rer:before {
    content: url('https://entreelleetlui-rencontres-paris.fr/wp-content/uploads/2018/08/picto-rer.png');
}

.transport#bus:before {
    content: url('https://www.inter-contacts-paris-seniors.fr/wp-content/uploads/sites/3/2018/08/picto-bus.png');
}

.transport#parking:before {
    content: url('https://www.inter-contacts-paris-seniors.fr/wp-content/uploads/sites/3/2018/08/picto-rer.png');
}

.ligne {
    border-radius: 15px;
}

.ligne {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    color: white;
}

.ligne#metro_6 {
    background-color: #15AF7C;
}

.ligne#metro_9 {
    background-color: #CEDD3E;
}

.ligne#metro_2 {
    background-color: #1B6CAF;
}

.ligne.rer {
    border: solid 1px red;
    color: red;
    line-height: 26px;
}

.bus {
    padding: 0 10px;
    color: white;
    font-weight: bold;
}

.bus#b82 {
    background-color: #EA8039;
}

.bus#b22 {
    background-color: #2BA07C;
}

.bus#b30 {
    background-color: #9E2D9E;
}

.bus + .bus {
    margin-left: 10px;
}

/*------ formulaires --------*/
.ur-frontend-form label {
    font-size: 14px !important;
    color: #333333 !important;
}

.caldera-grid .form-control,
.ur-frontend-field {
    color: black !important;
    border: solid 1px #7f374f !important;
    padding: 10px 12px !important;
    background-color: rgba(255, 255, 255, 0.75) !important;
}

.ur-frontend-field {
    border-radius: 2px !important;
}

select.ur-frontend-field {
    padding: 0 12px !important;
}

.caldera-grid .btn,
.ur-submit-button {
    padding: 10px 20px !important;
    background-color: #7f374f !important;
    font-weight: bold !important;
    color: white !important;
    border-radius: 5px !important;
    box-shadow: none !important;
}

.caldera-grid .btn:hover,
.ur-submit-button:hover {
    background-color: #b3287c !important;
    border-color: #b3287c !important;
}

.caldera-grid .row {
    max-width: none !important;
}

.caldera-grid .col-sm-12 {
    text-align: center;
}

/*------- actualités ------*/
.team-wrapper .team-details {
    height: 100px;
    line-height: 60px;
}

.team-wrapper .team-details a {
    display: inline-block;
    vertical-align: middle;
}

/*------- Cookies ------*/
#cookie-notice .button.bootstrap {
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #881b5d;
    background-image: -moz-linear-gradient(top,#881b5d,#420f2e);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#881b5d),to(#420f2e));
    background-image: -webkit-linear-gradient(top,#881b5d,#420f2e);
    background-image: -o-linear-gradient(top,#881b5d,#420f2e);
    background-image: linear-gradient(to bottom,#881b5d,#420f2e);
    background-repeat: repeat-x;
    border-color: #881b5d #881b5d #420f2e;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    box-shadow: 0 1px 0 rgba(255,255,255,.2) inset, 0 1px 2px rgba(0,0,0,.05);
}

#cookie-notice .button.bootstrap:focus,
#cookie-notice .button.bootstrap:hover {
    color: #fff;
    background-color: #420f2e;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.ur-frontend-form form button[type=submit],
.ur-frontend-form form input[type=submit] {
    float: none;
    position: relative;
    margin-right: auto;
}

.ur-frontend-form form .ur-form-row .ur-form-grid {
    margin-bottom: 0px;
}

.menu-item i._before,
.rtl .menu-item i._after {
    margin-right: .5em;
}

.contact-1 .form-container {
    margin-top: 0px;
}

.underlined-title {
    text-align: center;
    padding-bottom: 0px;
}

.underlined-title h1 {
    color: #881b5d;
    margin-top: 25px;
    margin-bottom: 30px;
}

.underlined-title hr {
    width: 10%;
    border-width: 2px;
    border-color: #272727;
}

/* LOADER
---------------------*/
.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background-color: #121212;
}

/* LOADER EFFECT
---------------------*/
.sk-fading-circle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
    height: 220px;
    position: relative;
    display: block;
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 10%;
    height: 10%;
    background-color: #871040;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%,
    39%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

.img-loader {
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* BACK TO TOP
-----------------*/
:root {
    --cd-color-3: hsl(335, 88%, 43%);
    --cd-color-3-h: 335;
    --cd-color-3-s: 88%;
    --cd-color-3-l: 43%;
    --cd-back-to-top-size: 30px;
    --cd-back-to-top-margin: 20px;
}

@supports (--css: variables){
    @media (min-width: 64rem){
        :root {
            --cd-back-to-top-size: 40px;
            --cd-back-to-top-margin: 30px;
        }
    }
}

.cd-top {
    position: fixed;
    bottom: 20px;
    bottom: var(--cd-back-to-top-margin);
    right: 20px;
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: 40px;
    height: var(--cd-back-to-top-size);
    width: 40px;
    width: var(--cd-back-to-top-size);
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    background: url(../images/cd-top-arrow.svg) no-repeat center 50%;
    background-color: hsla(335, 88%, 43%, 0.8);
    background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8);
    border-radius: 100%;
    z-index: 100;
}

.text--replace {
    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s;
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1;
}

.js .cd-top--fade-out {
    opacity: .5;
}

.js .cd-top:hover {
    background-color: hsl(335 88%, 43%);
    background-color: var(--cd-color-3);
    opacity: 1;
}

/* SECTION AVIS
----------------------------------------*/
.avis-client {
    margin: 0 auto 0px auto;
    overflow: hidden;
    border-top: 0;
    border: none;
    border-radius: 4px;
}

.avis-client h4 {
    font-family: Open Sans;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

.avis-client p {
    font-size: 22px;
    line-height: 35px;
    font-style: italic;
    margin-bottom: 27px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
}

.quote-avis {
    color: #881b5d;
    display: block !important;
    width: 40px;
    font-size: 40px;
    margin: 20px auto;
    text-align: center;
}

.slider img {
    width: 100%;
}

.content-3-4 span {
    color: #b3247a;
    font-size: 22px;
    font-weight: 300;
}

.savoirplus {
    color: #881b5d !important;
    font-size: 13px !important;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    display: block;
}