/*
Theme Name: plt_theme
Theme URI: http://www.sugarpepperandsalt.com
Author: SPS
Author URI: http://www.sugarpepperandsalt.com
Description: SPS thème
Version: 1.1.0
Text Domain: sps

This theme, like WordPress, is licensed under the GPL.
sps is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
Owl Carousel 2: http://www.owlcarousel.owlgraphic.com/ | https://github.com/smashingboxes/OwlCarousel2/blob/develop/LICENSE (Code licensed under MIT)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

@font-face {
    font-family: 'Leelawad';
    src: url('fonts/leelawad.ttf') format('truetype');
}

@font-face {
    font-family: 'Leelawadee';
    src: url('fonts/Leelawadee.eot') format('embedded-opentype'),
        /* IE6-IE8 */
        url('fonts/Leelawadee.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('fonts/Leelawadee.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('fonts/Leelawadee.svg#Leelawadee') format('svg');
}

@font-face {
    font-family: 'Leelawdb';
    src: url('fonts/leelawdb.ttf') format('truetype');
}


/******** FONT FAMILY MONT **************/

@font-face {
    font-family: 'Mont_bold';
    src: url('fonts/Mont/mont-bold-webfont.woff2') format('woff2'), url('fonts/Mont/mont-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mont_semibold';
    src: url('fonts/Mont/Mont-SemiBold.woff2') format('woff2'), url('fonts/Mont/Mont-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont_regular';
    src: url('fonts/Mont/Mont-Regular.woff2') format('woff2'), url('fonts/Mont/Mont-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mont_book';
    src: url('fonts/Mont/Mont-Book.woff2') format('woff2'), url('fonts/Mont/Mont-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    font-family: 'Leelawadee';
    font-size: 16px;
    color: #383838;
    line-height: 18px;
}

body {
    margin: 0;
    font-family: 'Leelawadee';
    font-size: 16px;
    font-weight: 400;
    color: #383838;
    line-height: 18px;
    background-color: #fff;
}

.container {
    outline: none;
}

a {
    font-family: 'Leelawadee';
    font-size: 15px;
    color: #1d1d1d;
    text-decoration: none;
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
    color: #212121;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Leelawadee';
    /* color: #383838; */
    margin-top: 0;
    margin-bottom: 10px;
}

h1 {
    font-size: 32px;
    line-height: 34px;
    font-weight: 700;
}

h2 {
    font-size: 27px;
    line-height: 29px;
    font-weight: 700;
}

h3 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
}

h4 {
    font-size: 17px;
    line-height: 19px;
}

h5 {
    font-size: 15px;
    line-height: 17px;
}

h6 {
    font-size: 12px;
    line-height: 14px;
}

p {
    /* margin: 0 0 10px;
    font-family: 'Leelawadee';
    font-size: 16px;
    color: #212121;
    line-height: 20px; */
}

img {
    border: 0;
    max-width: 100%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}


/******* HEADER ********/

header {
    background-color: #ffffff;
    /* background-color: #000; */
}

a.navbar-brand.custom-logo-link img {
    height: auto;
}

.navbar-brand {
    padding: 15px 0;
}

a.video-coaching {
    font-size: 18px;
    font-family: 'Mont_regular';
    color: #fefefe;
    line-height: 20px;
    text-transform: capitalize;
    display: block;
    float: right;
    margin-top: 15px;
    /* background: url(img/icon-video.png) #7dca8c no-repeat 10px; */
    background: #7dca8c;
    border-radius: 0;
    padding: 0 35px;
    min-height: 48px;
    display: flex;
    align-items: center;
}

a.video-coaching:hover {
    background: #000;
}

a.video-coaching i {
    margin-left: 8px;
}

.navbar-nav .nav-item {
    list-style-type: none;
}

.navbar-nav li a.nav-link {
    color: #000000;
    font-family: 'Mont_bold';
    padding: 0 15px;
}

.navbar-nav li:last-child a.nav-link {
    padding: 0 0 0 15px;
}

.navbar-nav .nav-item a.nav-link span.caret {
    display: none;
}

.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    background-color: #7dca8c;
    background-image: none;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #7dca8c;
    background-image: none;
}


/***** HOME PAGE *******/

body.home {
    /* background-color: #212121; */
}

div#fond-slider {
    min-height: 403px;
    background-position: center;
    background-size: cover;
}

.carousel-inner {
    height: 100%;
}

.section-banner {
    width: 100%;
    background-color: #f1f1f1;
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 185px;
    min-height: 282px;
    overflow: hidden;
    background-size: cover;
}

.bloc_desc_banner {
    background-color: rgba(33, 33, 33, .9);
    height: 78px;
    width: 340px;
    padding-top: 10px;
    padding-left: 19px;
}

.bloc_desc_banner h1 {
    font-weight: 400;
    margin-bottom: 0;
}

.bloc_desc_banner h1 {
    color: #7dca8c;
    font-size: 26px;
    text-transform: uppercase;
}

.bloc_desc_banner .desc_banner {
    color: #fff;
    font-size: 16px;
}

.bloc_desc_banner .desc_banner p {
    color: #fff;
}


/* Page Interne */


/* Bloc Haut */

.bloc_haut {
    width: 790px;
    min-height: 280px;
    margin: auto !important;
}

.bloc_title .bloc_title_desc {
    text-align: center;
}

.bloc_haut_part h3 {
    text-align: center
}

.bloc_haut_part:hover h3 {
    color: #ffffff;
}

.bloc_haut_part:hover .bloc_haut_iconh {
    display: block;
    margin-bottom: 10px;
}


/* Bloc Haut part g */

.bloc_haut_partg {
    width: 220px !important;
    height: 285px;
    background-color: #efefef;
    padding-left: 13px !important;
    padding-right: 13px !important;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bloc_haut_partg .bloc_haut_iconh {
    display: none;
}

.bloc_haut_partg.hoveric .bloc_haut_iconh {
    display: black;
}

.bloc_haut_partg .bloc_haut_icon {
    margin-bottom: 10px !important;
}

.bloc_haut_partg h2 {
    font-size: 29px;
    color: #7dca8c;
    text-align: center !important;
    margin-bottom: 5px;
    font-weight: 400;
}

.bloc_haut_partg h4 {
    font-size: 15px;
    color: #7dca8c;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 20;
}

.bloc_haut_partg .bloc_haut_desc {
    text-align: center !important;
    line-height: 2px;
    color: #212121;
}

.bloc_haut_partg .bloc_haut_desc p {
    font-size: 15px;
}

.bloc_haut_partg:hover {
    background-color: #7dca8c;
}

.bloc_haut_partg:hover h2 {
    color: #ffffff !important;
}

.bloc_haut_partg:hover h4 {
    color: #ffffff;
}

.bloc_haut_partg:hover .bloc_haut_icon {
    display: none;
}


/* End Bloc Haut part g */


/* Bloc Haut part v */

.bloc_haut_partv {
    width: 220px !important;
    margin-left: 65px;
    margin-right: 65px;
    height: 285px;
    background-color: #efefef;
    padding-left: 13px !important;
    padding-right: 13px !important;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bloc_haut_partv .bloc_haut_icon {
    display: block;
    margin-bottom: 10px;
}

.bloc_haut_partv.hoveric .bloc_haut_icon {
    display: none;
}

.bloc_haut_partv .bloc_haut_iconh {
    display: none;
}

.bloc_haut_partv.hoveric .bloc_haut_iconh {
    display: block;
    margin-bottom: 10px;
}

.bloc_haut_partv h2 {
    font-size: 30px;
    color: #7dca8c !important;
    text-align: center !important;
    margin-bottom: 5px;
    font-weight: 400;
}

.bloc_haut_partv h4 {
    font-size: 15px;
    color: #7dca8c;
    font-weight: 700 !important;
    text-align: center !important;
    margin-bottom: 20;
}

.bloc_haut_partv.hoveric h2 {
    color: #fff !important;
}

.bloc_haut_partv.hoveric h4 {
    color: #fff;
}

.bloc_haut_partv.hoveric {
    background-color: #7dca8c;
}

.bloc_haut_partv .bloc_haut_desc {
    text-align: center !important;
    line-height: 2px;
    color: #212121;
}

.bloc_haut_partv .bloc_haut_desc p {
    font-size: 15px;
}


/* End Bloc Haut part v */


/* Bloc Bas*/


/* End Bloc Bas*/

.bloc_bas {}

.bloc_bas_img {
    width: 230px !important;
    padding-left: 25px !important;
}

.bloc_bas_contenu {
    padding-left: 0px !important;
}

.bloc_bas_contenu h4 {
    font-size: 16px;
    font-weight: 700;
    color: #212121;
    padding-bottom: 0;
    margin-bottom: 2px;
}

.bloc_bas_contenu h5 {
    font-size: 16px;
    color: #212121;
}

.bloc_bas_contenu p {
    font-size: 14px;
    color: #212121;
}

.bloc_bas_contenu p code {
    color: #7dca8c;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Leelawadee';
    background: none !important;
}


/* End Bloc Haut*/


/* End Page Interne */


/* Page Programe */

.bloc_title_prog h1 {
    text-transform: uppercase;
}

.bloc_title_prog p {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

.bloc_prog {
    width: 790px;
    margin: auto !important;
}

.bloc_step_prog {
    width: 220px !important;
    background-color: #efefef;
    padding-top: 25px;
}

.bloc_step_prog h2 {
    font-size: 30px;
    color: #5fcc84;
    font-weight: 400;
    text-transform: uppercase;
}

.bloc_step_prog h3 {
    font-size: 23px;
    color: #212121;
    font-weight: 700;
    text-transform: uppercase;
}

.bloc_step_prog2 {
    width: 220px !important;
    background-color: #efefef;
    margin-left: 65px;
    margin-right: 65px;
    padding-top: 25px;
}

.bloc_step_prog2 h2 {
    font-size: 30px;
    color: #5fcc84;
    font-weight: 400;
    text-transform: uppercase;
}

.bloc_step_prog2 h3 {
    font-size: 23px;
    color: #212121;
    font-weight: 700;
    text-transform: uppercase;
}

.bloc_prog_footer {
    margin-top: 90px;
}

.bloc_footer_contenu p {
    text-align: center;
    font-size: 17px;
    color: #212121;
    margin-bottom: 0px;
}

.title_prog_footer {
    margin-bottom: 10px !important;
}

.bloc_footer_contenu .title_prog_footer p {
    font-weight: 700;
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
}

.title_prog_footer p code {
    font-weight: 700;
    font-size: 27px;
    text-align: center;
    color: #5fcc84;
    background: none;
    text-transform: uppercase;
    font-family: 'Leelawadee';
}

.bg-ff-prog {
    height: 180px;
    margin-top: -145px;
}


/* End Page Programe */


/* Why change */

.bloc_new_contenu h1 {
    color: #7dca8c;
    text-transform: uppercase;
}

.bloc_new_contenu p {
    font-size: 16px;
    color: #212121;
    margin-bottom: 0;
}

.bloc_bridge_contenu h1 {
    color: #7dca8c;
    text-transform: uppercase;
}

.bloc_bridge_contenu p {
    font-size: 16px;
    color: #212121;
    margin-bottom: 0;
}

.bloc_raise_contenu h1 {
    color: #7dca8c;
    text-transform: uppercase;
}

.bloc_raise_contenu p {
    font-size: 16px;
    color: #212121;
    margin-bottom: 0;
}

.bloc_footer_why {
    padding-top: 40px !important;
    padding-bottom: 45px !important;
    background: #efefef;
}

.ft_img_desc {
    margin-bottom: 0px !important;
}

.ft_img_desc2 {
    margin-bottom: 0px !important;
}


/* End Why change */


/* Page Insights */

.bc_insights {
    margin-bottom: 95px;
}

.bloc_insights {
    border: solid 2px #7f7f7f;
    padding: 18px;
    margin-bottom: 20px;
}

.bloc_insights a.title_ins {
    color: #5fcd84;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    height: 45px;
    display: block;
    margin-bottom: 25px;
}

.bloc_insights button.btn_ins {
    height: 30;
    width: 125px;
    display: block;
    background: #000;
    border: none;
    margin: auto;
    color: #fff;
}

.bloc_insights p.para_ins {
    margin-bottom: 25px;
    min-height: 220px;
}

.bloc_insights button.btn_ins a {
    font-weight: 700;
    color: #fff;
}


/* End Insights */


/* Page Contact */

.bloc_contact_top p {
    text-align: center;
}

.bloc_contact_top .bloc_contact_detail h3 {}

.bloc_contact_form .wpcf7-form-control-wrap input {
    width: 100%;
    height: 31px;
    border: solid 1px #60cd85;
}

.bloc_contact_form .wpcf7-form-control-wrap textarea {
    width: 100%;
    border: solid 1px #60cd85;
    height: 140px;
}

.bloc_contact_form .champ_form {
    margin-bottom: 25px !important;
}

.bloc_contact_form .champ_form label {
    font-weight: 400;
}

.bloc_contact_form .bt_recaptcha {
    margin-top: 8px;
    margin-left: 8px;
}

.bloc_contact_form .bt_env {
    text-align: center;
    margin-top: 50px;
}

.bloc_contact_form .bt_env input {
    width: 135px;
    height: 35px;
    background: #000;
    color: #fff !important;
    display: inline;
    margin: auto !important;
    text-align: center;
    border: none;
}

.contact_cord_txt {
    margin-bottom: 15px !important;
    margin-top: 10px;
}

.contact_cord_icon {
    margin-bottom: 15px !important;
}

.bloc_contact_avantage {
    padding-top: 45px;
    border: solid 1px #000;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 30px;
}

.bloc_contact_avantage p {
    text-align: center;
    font-weight: 700;
}


/* End Contact */


/* Page 404 */

.error-contenu {
    text-align: center;
}

.error-contenu h1 {
    margin-top: 90px;
    color: #7dca8c;
    font-size: 36px;
    margin-bottom: 50px;
}

.error-contenu p {
    font-size: 24px;
    color: #212121;
    margin-bottom: 17px;
}

.error-contenu button {
    width: 220px;
    height: 30px;
    background: #000;
    border: none;
    color: #fff;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom: 87px;
}

.error-contenu button a {
    color: #fff;
}


/* End Page 404 */


/******** FOOTER ********/

div#wrapper-footer {
    background: #000000;
    /* padding-bottom: 31px; */
}

footer p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Mont_regular';
}

div#blleft h3 {
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: 'Mont_bold' !important;
    margin-bottom: 13px;
}

ul#menu-footer-menu {
    margin-bottom: 0;
}

ul#menu-footer-menu li {
    list-style-type: none;
    color: #fff;
    display: inline-block;
}

ul#menu-footer-menu li a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    font-family: 'Mont_regular';
}

ul#menu-footer-menu li:last-child:after {
    content: '';
    margin-right: 0;
}

.titre-f {
    font-size: 22px;
    text-transform: uppercase;
    color: #7dca8c;
    line-height: 32px;
    font-family: 'Mont_semibold';
    margin-bottom: 12px;
}

.pad-top {
    padding-top: 28px;
}


/* div#media_image-3 {
    float: left;
    margin-top: 3px;
}

div#media_image-4 {
    float: left;
    margin-left: 10px;
    margin-top: 3px;
} */


/***** FILE D'ARIANE ******/

section.fil-ariane {
    min-height: 50px;
    padding-top: 8px;
    background: none;
}

.breadcrumb {
    padding: 8px 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 0;
}

ul.breadcrumb li a {
    text-transform: capitalize;
    font-size: 12px;
    line-height: 24px;
}

.breadcrumb>li+li:before {
    content: '>';
    color: #212121;
}

.breadcrumb>.active {
    color: #212121;
    font-size: 12px;
}


/***** INTERNATIONAL PAGE *****/

.ligne1 {
    background: url(img/puce1.png) no-repeat 0px 2px;
    padding-left: 28px;
}

.ligne2 {
    background: url(img/puce2.png) no-repeat 0px 2px;
    padding-left: 28px;
}

.ligne3 {
    background: url(img/puce3.png) no-repeat 0px 2px;
    padding-left: 28px;
}

div#text-img p {
    line-height: 18px;
    font-size: 13px;
    margin-bottom: 15px !important;
}


/****** CLIENTS PAGE ******/

div#accordion .panel-default {
    border: 0;
    margin-bottom: 22px;
    box-shadow: none;
}

div#accordion .panel-heading {
    background-color: #7dca8c;
    background-image: none;
    border-radius: 0;
    height: 33px;
}

.left-title {
    float: left;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    position: relative;
    top: -4px;
}

.right-fleche {
    float: right;
}

div#accordion .panel-body {
    border: 0;
    padding-top: 28px;
}

.bx-wrapper ul li {}

.page-template-clients h1.title {
    text-align: center;
    padding-bottom: 33px;
    text-transform: uppercase;
}

.panel-group {
    margin-bottom: 60px;
}


/* ----------------------------------------------
 * Generated by Animista on 2018-6-25 14:5:2
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */


/**
 * ----------------------------------------
 * animation kenburns-top
 * ----------------------------------------
 */

.container-fluid.ove {
    overflow: hidden;
    height: 282px;
}

.kenburns-top {
    -webkit-animation: kenburns-top 5s ease-out infinite both;
    animation: kenburns-top 5s ease-out infinite both;
}

@-webkit-keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%;
    }

    100% {
        -webkit-transform: scale(1.25) translateY(-15px);
        transform: scale(1.25) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}

@keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%;
    }

    100% {
        -webkit-transform: scale(1.25) translateY(-15px);
        transform: scale(1.25) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}


/**MODAL STARTS HERE **/

.bg-modal {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    justify-content: center;
    align-items: center;
    z-index: 111111;
}

.modal-contents {
    width: 530px;
    background-color: white;
    padding: 15px;
    position: relative;
    border-radius: 0;
    border: 1px solid #333333;
    margin-top: 10px;
    margin-right: 15px;
    float: right;
}

.modal-contents h4 {
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 25px;
    color: #000000;
}

.bg-modal label {
    padding-top: 8px;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    font-family: 'Mont_regular';
}

.bg-modal input {
    margin: 5px auto;
    width: 100%;
    height: 25px;
    padding: 8px;
    border: 1px solid #a5a5a5;
}

.bg-modal .close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 25px;
    color: #333;
    transform: rotate(45deg);
    cursor: pointer;
}

.bg-modal .modal-contents .btn-danger {
    background: #7dca8c;
    border: 1px solid #7dca8c;
    border-radius: 0;
    font-family: 'Mont_regular';
}

.bg-modal .modal-contents .btn-link {
    color: #000;
    font-family: 'Mont_regular';
}

.divpswF {
    float: right;
    color: #000000;
}

.bg-modal .pswF {
    font-size: 14px;
    text-decoration: underline;
    font-family: 'Mont_regular';
    color: #000000;
}

.bg-modal .button {
    background-color: #7dca8c;
    border: 2px solid white;
    font-size: 14px;
    border-radius: 8px;
    text-decoration: none;
    padding: 7px 20px;
    color: white;
    margin-top: 10px;
    display: inline-block;
    float: right;
    margin-right: 10px;
    width: 30%;
}

.card-container {
    max-width: 800px;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card {
    height: 300px;
    width: 230px;
    border: 1px solid darkgray;
    border-radius: 3px;
    margin: 10px;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.login-error {
    color: #a20000;
    margin-top: 15px;
}

#login-form-container .form-group {
    margin-bottom: 5px;
}

#login-form-container #wp-submit {
    margin-right: 0px;
    border: none;
    background-color: #7dca8c;
    font-size: 13px;
    height: 33px;
    color: #fefefe;
    float: right;
    border-radius: 0;
    padding: 5px 10px;
    width: auto;
    min-width: 110px;
    clear: both;
    margin-top: 15px;
    font-family: 'Mont_regular';
}

.log-out-container {
    text-align: right;
}

.go-coaching {
    font-size: 17px;
}

#modalConnect .modal-header {
    border: none;
}

#modalConnect h4 {
    text-align: center;
}

#modalConnect .modal-body {
    padding-top: 0;
}

#modalConnect input [type="text"] {
    width: 100%;
}

#modalConnect .forgot-pass a {
    float: right;
    font-size: 14px;
    text-decoration: underline;
}

form#login-form input {
    width: 100%;
}

#modalConnect #login-form-container {
    width: 90%;
    margin-left: 5%;
}

.center-responsive p {
    text-align: center !important;
}

.line-heigth-30 p {
    line-height: 30px;
}

.margin-40-responsive .vc_column-inner {
    margin-left: 0px;
}

.img-client-container {
    height: 92px;
    margin-bottom: 52px;
    /* border: 1px solid #c5c5c5; */
}

.img-client-container img {
    max-height: 100%;
}

.client-label {
    color: #717171;
    margin-bottom: 20px;
}

.margin-15-responsive {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.image_sticky .vc_single_image-wrapper {
    overflow-x: auto;
}

.image_sticky .vc_single_image-wrapper img {
    min-width: 768px;
    position: sticky;
}

.mr-10px-resp {
    margin-top: 0px;
}

.sticker-absolute {
    position: absolute;
    width: 100%;
    top: 45%;
}

.sticker-image {
    float: right;
    width: 56vw;
    margin-right: 20px;
}


/*** New layout ***/

header {
    /* margin-bottom: 35px; */
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.p-0 {
    padding: 0;
}

.ml-0 {
    margin-left: 0;
}

.mr-0 {
    margin-right: 0;
}

.logo_bloc {
    height: auto;
}

.logo_bloc a {
    padding: 0;
}

.header_bloc {
    margin-top: 23px;
}

a.custom-logo-link {
    line-height: initial;
    height: auto;
}

.text_logo {
	margin-top: 12px;
}

.text_logo p {
    font-size: 27px;
    line-height: 34px;
    font-family: 'Mont_semibold';
    color: #000000;
    margin-bottom: 0;
}

.text_logo p:first-child,
.text_logo p span {
    color: #7DCA8C;
}


/*** Begin slider ***/

.ss-slide-stage {
    max-height: 719px;
}

.ss-slide {
    opacity: 1 !important;
}


/*** End slider ***/


/*** Begin footer ***/

.textwidget {
    max-width: 415px;
}

.footer_mobile {
    margin-top: 40px;
    margin-bottom: 0px;
}

.footer_mobile li {
    list-style-type: none;
    color: #fff;
    display: inline-block;
}

.footer_mobile li a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    font-family: 'Mont_regular';
}

.footer_mobile li a:after {
    content: '|';
    margin-left: 5px;
    margin-right: 1px;
}


/*** Layout elementor ***/

.elementor-widget-container p {
    font-size: 18px;
    line-height: 27px;
    /* color: #000000; */
    font-family: 'Mont_regular';
}

.elementor-widget-container p strong,
.elementor-widget-container h4 strong {
    font-family: 'Mont_bold';
}

.elementor-widget-container p:not(:last-child) {
    margin-bottom: 25px;
}

.elementor-widget-heading .elementor-heading-title {
    color: #7DCA8C !important;
}

.mont_book,
.mont_book p {
    font-family: 'Mont_book' !important;
}

.mont_semibold,
.mont_semibold p,
.mont_semibold h4 {
    font-family: 'Mont_semibold' !important;
}

.mont_bold,
.mont_bold p,
.mont_bold h2 {
    font-family: 'Mont_bold' !important;
}

.current-menu-item a {
    color: #7DCA8C !important;
}

h1 {
    font-size: 27px;
    line-height: 36px;
    font-family: 'Mont_semibold' !important;
}

h2 {
    font-size: 25px;
    line-height: 30px !important;
    font-family: 'Mont_semibold' !important;
}

h3 {
    font-size: 32px;
    line-height: 47px;
    font-family: 'Mont_semibold' !important;
}

h4 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
    font-family: 'Mont_regular';
}

.img_100 img {
    width: 100%;
}


/*** Begin slider ***/

.ss-paginate-wrap {
    display: none;
}

#myslideshow1 h1,
#myslideshow2 h1 {
    color: #7DCA8C;
    margin-bottom: 0;
}

.smoothslides-on a.ss-prev,
.smoothslides-on a.ss-next {
    display: none !important;
}


/*** End slider ***/


/*** Begin bloc carret ***/

.bloc_caret p {
    font-size: 21px !important;
    line-height: 36px !important;
}

.bloc_caret h5 {
    font-size: 32px !important;
    line-height: 36px !important;
    font-family: 'Mont_semibold' !important;
}


/*** End bloc carret ***/


/*** Begin page contact ***/

.elementor-shortcode .champ_form input,
.elementor-shortcode textarea {
    min-height: 34px;
    margin-bottom: 13px;
    border: 0;
    width: 100%;
}

.elementor-shortcode .champ_form label {
    margin-bottom: 0px;
    color: #7DCA8C;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Mont_semibold';
}

.bt_env {
    display: flex;
    flex-direction: row-reverse;
}

.bt_env .clearfix {
    display: flex;
    height: 49px;
    background: #1D1D1B;
    justify-content: center;
    align-items: center;
    width: 248px;
    position: relative;
}

.bt_env .clearfix i {
    color: #7DCA8C;
}

div.wpcf7 .ajax-loader {
    position: absolute;
    left: -35px;
}


/* .bt_env input {
    width: 248px !important;
    background: #1D1D1B;
    color: #7DCA8C;
    height: 49px;
    font-size: 18px;
    line-height: 17px;
    font-family: 'Mont_semibold';
} */

.bt_env input {
    width: auto !important;
    background: #1D1D1B;
    color: #7DCA8C;
    font-size: 18px;
    line-height: 17px;
    font-family: 'Mont_semibold';
    margin-bottom: 0 !important;
}

.bt_env input::after {
    content: "\f178";
    font-family: 'FontAwesome';
    display: block;
    font-size: 25px;
}

.elementor-shortcode .row {
    margin: 0;
}


/*** End page contact ***/


/**** Begin new container ***/

.new_container .row {
    margin-left: 0;
    margin-right: 0;
}

.new_container {
    margin: auto;
}

.elementor-section.elementor-section-boxed>.elementor-container {
    padding: 0 15px;
}

@keyframes themes-fade-in {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.ss-caption {
	/* animation: 4s themes-fade-in 1; */
}

.height_auto img {
    height: auto;
}

#blright2 p,
#blright2 p strong,
#blright2 p span,
#blright2 p a {
    color: #ffffff !important;
}

.right-f .custom-html-widget i {
    color: #ffffff;
    font-size: 68px;
}

.right-f .custom-html-widget i:hover {
    color: #7DCA8C;
}

.champ_form .bt_recaptcha {
    display: flex;
    justify-content: right;
    margin-bottom: 10px;
}

.p_18,
.p_18 p,
.p_18 p span {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
}

.p_18 h4 span,
.p_18 h4 {
    font-size: 22px;
    line-height: 32px;
}
a.navbar-brand.custom-logo-link img{
  /*  background: #fff !important;*/
}

header{
    background-image: url(././img/white_background.jpg);
}
.text_logo img{
    max-width: 40%;
}
