/*
* @Author: boro
* @Date:   2018-01-25 14:00:58
* @Last Modified by:   boro
* @Last Modified time: 2018-02-21 14:49:43
*/

@import url('../fonts/MasterOfBreak/stylesheet.css');
@import url('../fonts/remachine/stylesheet.css');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,800');
@import url('https://fonts.googleapis.com/css?family=Cookie');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:700i');
body .font-raleway {
    font-family: 'Raleway', cursive!important;
}
body .font-cookie {
    font-family: 'Cookie', cursive!important;
}
body .font-mob {
    font-family: 'Master Of Break'!important;
}
body .font-remachine {
    font-family: 'Remachine Script Personal Use'!important;
}
body .font-playfair {
    font-family: 'Playfair Display', serif;
}
body .header-grid.mk-grid {
    z-index: 1;
}
body .hb-custom-header #mk-page-introduce, body .mk-header {
    background-color: #fff;
}
body .mk-header, body .header-style-2 .mk-header-nav-container, body .mk-header-inner, body .a-sticky .mk-header-inner, body .header-style-2.a-sticky .mk-classic-nav-bg {
    border: 0px;
}
body .header-style-2 .header-logo a img {
    max-width: 320px;
    margin: 0 auto;
}
body .header-grid.mk-grid .fp-header-inner .fp-left, body .header-grid.mk-grid .fp-header-inner .fp-right {
    margin-top: 10px;
}
body .fp-header-inner .mk-header-social.header-section {
    position: relative;
    visibility: visible;
    opacity: 1;
}
body .fp-header-inner .mk-header-social.header-section:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 46px;
    height: 34px;
    background-image: url(../images/social-icon.png);
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-right: 10px;
}
body .fp-header-inner .mk-header-social.header-section:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 55px;
    width: 60%;
    height: 2px;
    background-image: url(../images/dash.png);
    background-size: contain;
    background-position: 0% 0%;
    margin-right: 10px;
}
body .mk-header-social ul {
    line-height: 30px;
    padding-left: 50px;
}
body .mk-header-social ul li a {
    height: 20px;
    line-height: 20px;
}
body .header-style-2 .main-navigation-ul>li.menu-item>a.menu-item-link {
    line-height: 18px;
}
body .main-navigation-ul>li.menu-item[class*="icon-"] a:before {
    content: "";
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
body .main-navigation-ul>li.menu-item[class*="icon-"] a:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 0px;
    right: 0px;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
body .main-navigation-ul>li.menu-item.icon-1 a:before {
    background-image: url('../images/menu-icons/icon-1.png');
}
body .main-navigation-ul>li.menu-item.icon-2 a:before {
    background-image: url('../images/menu-icons/icon-2.png');
}
body .main-navigation-ul>li.menu-item.icon-3 a:before {
    background-image: url('../images/menu-icons/icon-3.png');
}
body .main-navigation-ul>li.menu-item.icon-4 a:before {
    background-image: url('../images/menu-icons/icon-4.png');
}
body .main-navigation-ul>li.menu-item.icon-5 a:before {
    background-image: url('../images/menu-icons/icon-5.png');
}


body .main-navigation-ul>li.menu-item a.menu-item-link svg {
    margin-right: unset;
    height: 16px;
    vertical-align: middle;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 40px!important;
    height: 40px!important;
    color: #bc9871;
    font-weight: 300;
    margin-bottom: 20px;
}

body .main-navigation-ul>li.menu-item.current-menu-item {
    position: relative;
}
body .main-navigation-ul>li.menu-item.current-menu-item:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: rgba(255, 255, 255, 0.74);
    z-index: 1;
}

body .mk-responsive-nav li a svg,
body header.a-sticky .main-navigation-ul>li.menu-item a.menu-item-link svg,
body header.a-sticky .main-navigation-ul>li.menu-item[class*="icon-"] a:before {
    display: none;
}
body header.a-sticky .mk-classic-menu-wrapper {
    position: relative;
}
body header.a-sticky.header-style-2.header-align-center .mk-header-nav-container {
    border-bottom: 2px solid #bb9871;
}
body header .mk-classic-menu-wrapper {
    position: relative;
}
body header .mk-classic-menu-wrapper .menu-inside-left {
    position: absolute;
    left: 20px;
}
body header .mk-classic-menu-wrapper .menu-inside-left img {
    max-width: 120px!important;
    cursor: pointer;
}
/*** milestone ***/

body .menu-inside-right {
    position: absolute;
    right: 0px;
    width: 266px;
}
body .widget_milestone .fp-milestone-header {
    text-align: right;
    margin-right: 25px;
}
body .widget_milestone .fp-milestone-header img {
    cursor: pointer;
}
body .widget_milestone .fp-milestone-container {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    border: 2px solid #b4b7b0;
    border-right: 0px;
    margin-top: 20px;
    position: relative;
}

body .widget_milestone .fp-milestone-container .close-me{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    background-color: #b4b7b0;
    color: #fff;
    line-height: 20px;
    font-weight: bold;
    cursor: pointer;
    z-index: 2;
}

body .widget_milestone .fp-milestone-container .fp-milestone-item {
    display: block;
    padding: 20px 50px;
    position: relative;
}
body .widget_milestone .fp-milestone-container .fp-milestone-item:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100px;
    height: 2px;
    text-align: center;
    margin: 0 auto;
    background: repeating-linear-gradient(90deg, #6aa942, #6aa942 5px, transparent 5px, transparent 10px);
}
body .widget_milestone .fp-milestone-container .fp-milestone-item:last-child:after {
    display: none;
}
body .widget_milestone .fp-milestone-container .fp-milestone-icon {
    margin-bottom: 10px;
}
body .widget_milestone .fp-milestone-container .fp-milestone-number {
    font-size: 60px;
    line-height: 45px;
    color: #353535;
    font-family: 'Cookie', cursive!important;
}
body .widget_milestone .fp-milestone-container .fp-milestone-title {
    font-size: 18px;
    line-height: 20px;
    color: #93998d;
    margin-bottom: 10px;
    font-weight: 600;
}
/*****************/

body header.a-sticky .mk-classic-menu-wrapper>div:nth-child(3) img {
    max-width: 70px!important;
}
body header:not(.a-sticky) .mk-classic-menu-wrapper .header-logo {
    display: none;
}
body header.a-sticky .mk-classic-menu-wrapper .header-logo {
    flex-basis: 20%;
}
body header.a-sticky .mk-classic-menu-wrapper ..mk-main-navigation {
    flex-basis: 80%;
}
body #theme-page {
    /*margin-top: 50px;*/
}
body.home #mk-page-introduce, body #mk-breadcrumbs {
    display: none;
}
body #mk-page-introduce {
    margin-top: 50px;
}
body #mk-page-introduce .page-title {
    display: none;
}
body #page-header-image {
    width: 100%;
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 30px;
}

body .fp-col-heading {
    font-family: 'Cookie', cursive!important;
}
body #mk-footer {
    position: relative;
}
body #mk-footer, body #sub-footer {
    background-color: transparent;
}
body #mk-footer .footer-wrapper {
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
body #mk-footer .mk-footer-bg {
    background-image: url(../images/footer-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
}
body #mk-footer .mk-top-footer {
    max-width: 220px;
    margin: 0 auto;
}
body #mk-footer .mk-padding-wrapper {
    max-width: 620px;
    margin: 0 auto;
    margin-bottom: 80px;
    padding-left: 0px;
    padding-right: 0px;
}
body #mk-footer .mk-footer-holder {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-left: -16%;
}
body #mk-footer .widget:nth-child(1) {
    flex-basis: 40%;
}
body #mk-footer .widget:nth-child(2) {
    flex-basis: 35%;
}
body #mk-footer .widget:nth-child(3) {
    flex-basis: 25%;
    display: flex;
    align-self: center;
    justify-content: center;
}
body #mk-footer .widget {
    padding: 0px;
    margin-bottom: 0px;
    position: relative;
}
body #mk-footer .widget:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0px;
    right: 2px;
    background-image: url(../images/vertical-dash-green.png);
    background-repeat: repeat-y;
    background-size: contain;
    background-position: center;
}
body #mk-footer .widget:nth-child(3):after {
    display: none;
}
body #mk-footer .widget ul {
    list-style: none;
}
body #mk-footer .widget.widget_nav_menu ul li {
    text-align: center;
}
body #mk-footer .widget.widget_nav_menu ul li a {
    font-size: 12px;
    line-height: 20px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #b7b7b6;
    padding: 5px;
}
body #mk-footer .widget ul.social-icons {
    max-width: 110px;
    margin: 0 auto;
}
body #mk-footer .widget ul.social-icons li {
    display: inline-block;
    margin: 5px 10px;
}
body #mk-footer .widget ul.social-icons li a {
    font-size: 14px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #bc9e43;
    background-color: #bc9e43;
    border-radius: 50%;
    text-align: center;
}
body #mk-footer .widget ul.social-icons li a:hover {
    color: #fff;
}
body #mk-footer .widget ul li a svg {
    display: none;
}
body:not(.home) #theme-page .theme-page-wrapper .theme-content {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}
body:not(.home) #theme-page .theme-page-wrapper .theme-content:before, body:not(.home) #theme-page .theme-page-wrapper .theme-content:after {
    content: "";
    position: absolute;
    background-image: url(../images/dot-line.png);
    background-size: contain;
    background-position: 50% 50%;
    width: 32%;
    height: 100%;
    top: -80px;
    bottom: 0px;
}
body:not(.home) #theme-page .theme-page-wrapper .theme-content:before {
    left: -40%;
}
body:not(.home) #theme-page .theme-page-wrapper .theme-content:after {
    right: -40%;
}
body .button-absolute {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 58%;
    margin: 0 auto;
    text-align: center;
}
body .button-absolute button {}
body .vc_btn3-container button.vc_btn3,
body .vc_btn3-container a.vc_btn3 {
    color: #FFFFFF!important;
    /*background: repeating-linear-gradient(135deg, #6fb353, #6fb353 2px, #bb9871 2px, #bb9871 4px);*/
    background: url(../images/button-bg.png) no-repeat center;
    background-size: cover;
    padding: 2px 25px!important;
    text-align: center;
    border: 0px!important;
    border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
}
body .nos-engagement-outer {
    background-position: 50% 50%;
}
body .nos-engagement-inner {
    margin-top: 20px;
    margin-bottom: 210px;
}
body .nos-engagement-inner>.mk-grid {
    max-width: 1480px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}
body .nos-engagement-inner .mk-grid>.wpb_column:first-child {
    padding: 0px;
}
body .nos-engagement-inner .mk-grid>.wpb_column:last-child {
    padding-right: 0%;
    padding-left: 20%;
}
body .title-underline span, body .title-underline-2 span, body .title-underline-3 span, body .title-underline-4 span {
    position: relative;
}
body .title-underline span:after, body .title-underline-2 span:after, body .title-underline-3 span:after, body .title-underline-4 span:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 110px;
    height: 2px;
    text-align: center;
    margin: 0 auto;
    background: repeating-linear-gradient(90deg, #93988d, #93988d 5px, #fff 5px, #fff 10px);
}
body .title-underline-3 span {
    padding-bottom: 10px;
}
body .title-underline-2 span:after, body .title-underline-3 span:after {
    margin: 0px;
    right: unset;
    left: 5px;
}
body .title-underline-4 span {
    padding-bottom: 15px;
}
body .title-underline-4 span:after {
    width: 70%;
}
body .theme-page-wrapper .creations-d-emplois-outer .wpb_row.creations-d-emplois-text p {
    font-size: 19px;
    line-height: 20px;
    position: relative;
}
body .theme-page-wrapper .creations-d-emplois-text .vc_column_container:first-child p:before, body .theme-page-wrapper .creations-d-emplois-text .vc_column_container:last-child p:after {
    content: "";
    position: absolute;
    width: 38%;
    min-height: 60px;
    height: 100%;
    top: 0px;
    background: repeating-linear-gradient(135deg, #fff, #fff 10px, #bb9871 10px, #bb9871 20px);
}
body .theme-page-wrapper .creations-d-emplois-text .vc_column_container:first-child p {
    padding-left: 40%;
}
body .theme-page-wrapper .creations-d-emplois-text .vc_column_container:last-child p {
    padding-right: 40%;
}
body .theme-page-wrapper .creations-d-emplois-text .vc_column_container:first-child p:before {
    left: 0px;
}
body .theme-page-wrapper .creations-d-emplois-text .vc_column_container:last-child p:after {
    right: 0px;
}
body .protection-des-rivera {
    background-position: 50%!important;
}

body .zi-two {
    z-index: 2;
}
body .bg-zi-minus {
    z-index: 1;
}
body p strong {
    font-weight: 500;
}
body .mk-fancy-title.title-with-bg-white span {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 5px 10px;
}
body .push-left-bg-image>div {
    background-position: -20%;
}
body .col-with-left-bg {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}
body .col-with-left-bg>.mk-grid>.wpb_column:nth-child(1), body .col-with-left-bg>.mk-grid>.wpb_column:nth-child(3) {
    width: 45%;
}
body .col-with-left-bg>.mk-grid>.wpb_column:nth-child(2) {
    width: 10%;
}
body .special-bg-image {
    position: absolute;
    bottom: -10%;
    left: -40%;
    z-index: -1;
    width: 80%;
}

body .gform_wrapper label.gfield_label {
    font-weight: 500;
}
body .mk-fancy-title.pad-left-20 {
    padding-left: 30px;
}

/*** home slider ***/

body .fp-slider-wrapper {
    margin: 0;
    padding: 0;
    background-color: transparent;
}
body .fp-slider-wrapper li.slide-item {
    list-style: none;
    min-height: 565px;
    position: relative;
    margin-left: 0px;
}
body .fp-slider-wrapper li.slide-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
body .fp-slider-wrapper .slick-dots {
    top: 95%;
    left: 69%;
    width: auto;
}
body .fp-slider-wrapper li.slide-item .slide-item-container {
    min-height: 565px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
body .fp-slider-wrapper .slick-prev, .slick-next {
    z-index: 2;
}
body .fp-slider-wrapper .slick-prev {
    left: 20px;
}
body .fp-slider-wrapper .slick-next {
    right: 20px;
}
body .fp-slider-wrapper .slick-prev:before {
    content: "";
    background: url('../images/nav-prev.png') no-repeat;
    width: 38px;
    height: 36px;
    display: block;
}
body .fp-slider-wrapper .slick-next:before {
    content: "";
    background: url('../images/nav-next.png') no-repeat;
    width: 38px;
    height: 36px;
    display: block;
}
body .fp-slider-wrapper.slick-dots {
    bottom: -45px;
    z-index: 2;
    text-align: right;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
body .fp-slider-wrapper .slick-dots li {
    min-height: initial;
    width: 35px;
    height: 25px;
    padding: 0;
    background: url('../images/bullet.png') no-repeat top center;
    background-position: bottom;
    margin: 0 2px;
}
body .fp-slider-wrapper .slick-dots li.slick-active {
    background: url('../images/bullet-active.png') no-repeat top center;
}
body .fp-slider-wrapper .slick-dots li:not(.slick-active){
	top: -2px;
}
body .fp-slider-wrapper .slick-dots li:before, body .fp-slider-wrapper .slick-dots li>button:before {
    content: none;
}

body .fp-slide-text-container {
    display: block;
    text-align: right;
    padding-right: 25px;
}
body .fp-slide-text-1, body .fp-slide-text-1, body .fp-slide-text-3 {
    display: block!important;
}
body .fp-slide-text-1 {
    position: relative;
    font-family: 'Master Of Break';
    font-size: 35px;
    letter-spacing: 2px;
    color: #f9dc0a;
    line-height: 35px;
    margin-bottom: 10px;
    text-align: right!important;
}
body .fp-slide-text-1 span {
    display: block;
    text-align: left!important;
    font-size: 35px;
    letter-spacing: -10px;
}
body .fp-slide-text-2 {
    margin-bottom: 30px;
}
body .fp-slide-text-2 p {
    font-size: 40px;
    line-height: 40px;
    font-weight: 300;
    color: #fff;
    text-align: right!important;
}
body .fp-slide-text-3 h4 {
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    color: #fff!important;
    text-align: right!important;
}
body .fp-slide-text-3 p {
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    color: #fff!important;
    text-align: right!important;
}
