p {
    color: #726a84;
    font-size: 16px;
    font-weight: 300;
    margin-top: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.accueil-login a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 5px 6px 8px;
    margin: 7px 5px 0 10px;
    border-radius: 5px;

}

/* bof wellcome_area */
.wellcome_area {
    height: 900px;
    position: relative;
    z-index: 1;
}

.wellcome_area:after {
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #fff;
    content: '';
    bottom: 0;
    z-index: 2;
}

.wellcome_area .bulle-blanche {
    text-align: center;
    margin-top: 20px;
}

.welcome-thumb {
    /*
    width: 45%;
    position: absolute;
    bottom: 190px;
    right: 85px;
    */
    z-index: 9;
    margin: 40px 0;
}

.welcome-thumb img {
    height: auto;
    width: 100%;
}

.wellcome-heading > h2 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    position: relative;
    z-index: 3;
}
.wellcome-heading > h2 > i, .wellcome-heading > h2 > svg {
    font-size: 48px;
    margin-right: 24px;
}

.wellcome-heading p {
    color: #fff;
}

.wellcome-heading > h3 {
    font-size: 332px;
    position: absolute;
    top: -134px;
    font-weight: 900;
    left: -12px;
    z-index: -1;
    color: #fff;
    opacity: .1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.wellcome-heading {
    text-align: center;
    padding: 70px 0 30px 0;
}

.wellcome-heading .bulle-blanche {
    font-size: 22px;
}
@media (max-width: 1280px) {
    .wellcome-heading .bulle-blanche > a {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*eof wellcome_area */

/* bof special-area */

.single-icon > i, .single-icon > svg {
    font-size: 36px;
    color: #005975;
}

.single-icon {
    margin-bottom: 25px;
}

.single-special > h4 {
    font-size: 22px;
    color: #00B1C1;
    margin-bottom: 15px;
}

.single-special {
    border: 1px solid #eff2f6;
    padding: 40px;
    border-radius: 40px 40px 40px 0px;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    margin-bottom: 30px;
}

.special_description_content > h2 {
    color: #00B1C1;
    font-size: 48px;
    margin-bottom: 30px;
}

.single-special:hover {
    -webkit-box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
            box-shadow: 0 10px 90px rgba(0, 0, 0, 0.08);
}

.single-special p {
    margin-bottom: 0;
}

/* eof special-area */

/* bof cool_facts_area */

.cool_facts_area {
    position: relative;
    z-index: auto;
    background: #57dcba;
    background: -webkit-linear-gradient(to left, #72afd3, #57dcba);
    background: -webkit-linear-gradient(right, #72afd3, #57dcba);
    background: -webkit-gradient(linear, right top, left top, from(#72afd3), to(#57dcba));
    background: -o-linear-gradient(right, #72afd3, #57dcba);
    background: linear-gradient(to left, #72afd3, #57dcba);
    padding: 80px 0 80px 0;
}


.cool_facts_area:after {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    content: ''
}

.cool-facts-content > i, .cool-facts-content > svg {
    color: #ffffff;
    font-size: 36px;
    margin-bottom: 0.3em;
}

.counter-area {
    min-width: 100px;
    align-self: flex-end;
    text-align: right;
    margin-right: 1em;
}

.counter-area > h3 {
    color: #ffffff;
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1;
}

.cool-facts-content > p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
}

/* eof cool_facts_area */

/* bof clients-feedback-area */

.clients-feedback-area .client-name > h5 {
    color: #00B1C1;
    font-size: 22px;
    margin-top: 5px;
}

.clients-feedback-area .star-icon > i, .clients-feedback-area .star-icon > svg {
    font-size: 18px;
    color: #f1b922;
}

.clients-feedback-area .client-description > p {
    max-width: 1010px;
    margin: auto;
    margin-bottom: 15px;
}

.clients-feedback-area .client > i, .clients-feedback-area .client > svg {
    font-size: 48px;
    color: #005975;
    margin-bottom: 30px;
}

.clients-feedback-area .client-name > p {
    color: #b5aec4;
}

.clients-feedback-area .slick-dots {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.clients-feedback-area .slick-dots li button {
    width: 12px;
    height: 12px;
    text-indent: -999999999999999999999999px;
    border: 3px solid #a49fba;
    background-color: #fff;
    border-radius: 50%;
    margin: 5.5px;
    outline: none;
}

.clients-feedback-area .slick-dots li.slick-active button {
    background-color: #005975;
    border-color: #005975;
}

.clients-feedback-area .slick-slide.client-thumbnail {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 129px;
}


.clients-feedback-area .slick-slide img {
    display: block;
    width: 80px !important;
    height: 80px !important;
    border-radius: 50%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.clients-feedback-area .slick-slide.slick-current img {
    width: 100px !important;
    height: 100px !important;
}

.clients-feedback-area .slick-arrow {
    position: absolute;
    width: 30px;
    background-color: #fff;
    height: 100%;
    text-align: center;
    font-size: 24px;
    color: #b5aec4;
    display: block;
    line-height: 550%;
    left: 0;
    z-index: 90;
    cursor: pointer;
}

.clients-feedback-area .slick-arrow.fa-angle-right {
    left: auto;
    right: 0;
    top: 0;
}

/* eof clients-feedback-area */



/* bof our-monthly-membership */
.our-monthly-membership {
    background: #57dcba;
    background: -webkit-linear-gradient(to left, #72afd3, #57dcba);
    background: -webkit-linear-gradient(right, #72afd3, #57dcba);
    background: -webkit-gradient(linear, right top, left top, from(#72afd3), to(#57dcba));
    background: -o-linear-gradient(right, #72afd3, #57dcba);
    background: linear-gradient(to left, #72afd3, #57dcba);
}

.membership-description > h2 {
    color: #ffffff;
    font-size: 36px;
}

.membership-description > p {
    color: #ffffff;
    margin-bottom: 0;
}


.our-monthly-membership .bulle-blanche {
    margin-bottom: 12px;
}
/* eof our-monthly-membership */