body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
    height: 100%;
    position: relative;
    color: #272727;
} 
body.et_header_style_left .logo_container {
    position: static; 
    text-align: center; 
}
body.et_header_style_left #et-top-navigation, 
body.et_header_style_split #et-top-navigation {
    padding-top:0;
    padding-left:0!important;
    margin:0 auto;
}
h1, h2, h3, h4, h5, h6 {
    line-height:1.1em!important;
}
.et_pb_button:hover {
    background-color: #fff!important;
}
p,
.et_pb_text{
    font-size: 16px!important;
    line-height: 1.5em!important;
}    
/********/
#top-menu, 
.et-menu, 
nav#top-menu-nav, 
nav.et-menu-nav,
#et-top-navigation{
    float:none!important;
}
body.et_header_style_left #et-top-navigation nav>ul>li>a, 
body.et_header_style_split #et-top-navigation nav>ul>li>a {
    padding-bottom:0;    
}
#main-header { 
    box-shadow:inherit!important; 
}
header #top-menu li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    padding: 0px 30px;
    color: #888888!important;
    position: relative;
}    
header.header-scroll #top-menu li a {
    padding:0 15px;
}

header #top-menu li.current-menu-item a {
    color: #2f2f2f!important;
    font-weight: 700;
}

header #top-menu > li.current-menu-item > a:before {
    top: 50%;
    content: "";
    height: 1px;
    position: absolute;
    left: 0px;
    right: 0px;
    z-index: -1;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #00b4ab;
}

#top-menu-nav .nav li ul {
    width: 350px;
}

#top-menu-nav #top-menu li li {
    display: block;
}

#top-menu-nav #top-menu li li a {
    width: auto;
}

/**/
.wrap-logo-menu {
    display: flex;
    align-items: center;
    padding-top: 1rem!important;
    padding-bottom: 1rem!important; 
}
.wrap-logo-menu .logo-small {
    max-width: 16.666667%;
    width:100%;
} 
.wrap-logo-menu .boxright {
    max-width: 16.666667%;
    width:100%;
}
/**/
.top-header-social {
    background: #00b4ab;
    padding: 0.5em 0;
    margin-bottom: 15px;
    color: #ffffff;
}
.top-header-social ul li {
    display: inline-block;
    list-style: none;
}
.top-header-social ul li a { 
    list-style: none;
    display: inline-block;
    margin: 0px;
    margin: 0px 3px;
    border: 2px solid #ffffff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
}
.top-header-social ul li i {
    color:#fff;
}
.top-header-social ul {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
a.mailhead,
p.phonehead,
p.phonehead a {
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle; 
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}  
p.phonehead {
    margin-left: 1rem!important;
} 
a.mailhead i,
p.phonehead i {
    margin-right:5px;
    font-size:17px;
}
p.phonehead i {
    display: inline-block;
    vertical-align: middle;
}    

/**/
footer#main-footer,
footer #footer-bottom {
    background-color:#fff;
}
#footer-bottom >.container,
.left-bottom-footer,
.right-bottom-footer,
.right-bottom-footer .powered {
    display: flex;
}
.left-bottom-footer,
.right-bottom-footer .powered{
    align-items: center;
}
.right-bottom-footer .powered span {
    margin-right: 10px;
    font-weight: 700;
}
.right-bottom-footer .powered:last-child {
    margin-left:14px;
}
.left-bottom-footer p {
    display: inline-block;
    font-size: 12px;
    color: #545454;
} 
.left-bottom-footer,
.right-bottom-footer {
    width:65%;
    float:left;
}
.right-bottom-footer {
    width:35%;    
}
.right-bottom-footer {
    float:right;
    justify-content: flex-end;
}

.left-bottom-footer img {
    margin-right: 10px;  
}    
.link_copy p a {
    padding: 0px 10px;
    color: #545454;
    text-decoration: underline;
}    
/**/
.content-footer {
    background: #c5e8e6;
    padding: 40px;
    position: relative;
    display: flex;
    z-index: 99;
}
.footer-top {
    width: 60%;
    margin: 60px auto 0;
}
.footer-top > .container::before {
    left: -20px;
    top: -20px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    content: "";
    background: #e4f4f3;
    z-index: 9;
}

footer .content-footer::after {
    content: "";
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    position: absolute;
    z-index: 0;
    opacity: 0.4;
    background: url(../images/filigrane.jpg);
}

 

/**/
.left-top-footer,
.right-top-footer {
    width:50%; 
    position:relative;
    z-index:1; 
}
.right-top-footer {
    padding-top: 74.2px;
}
.left-top-footer h4 {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 800;
    color: #272727;
}    
.left-top-footer p,
.right-top-footer p,
.right-top-footer a {
    font-weight: 600;
    line-height: 30px; 
    color: #272727;
}   
.right-top-footer a {
    text-decoration: underline;
}
footer .fa {
    padding-right: 10px;
}

/*slider*/
#sliderhome .item_banner-home img {
    width: 100%;
}
#sliderhome .slick-track .slick-slide, 
#sliderhome .slick-track {
    max-height: 60vh;
    height: 60vh;
    min-height: 500px;
    overflow: hidden;
    position: relative;
} 
#sliderhome .container-fluid {
    position: absolute;
    z-index: 100;
    width: 100%;
    padding: 0 15px 0 0px;
    bottom: 0px;
}
#sliderhome .container-fluid .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}
#sliderhome .slick-track .slick-slide .row .col-lg-6 .intro-slider-home {
    z-index: 10;
    position: relative;
    padding: 50px 120px 50px 150px;
}
#sliderhome .slick-track .slick-slide .row .col-lg-6:after {
    background: rgba(255, 255, 255, 0.7);
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    -webkit-transform: skew(0deg, 2deg);
    -moz-transform: skew(0deg, 2deg);
    -o-transform: skew(0deg, 2deg);
    z-index: 0;
}
#sliderhome .slick-slide:after {
    bottom: -50px;
    height: 100px;
    position: absolute;
    left: -100px;
    right: -100px;
    background: #ffffff;
    content: "";
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
}
#sliderhome .slick-track .slick-slide .row .col-lg-6 .intro-slider-home h1 {
    position: relative;
    font-size: 42px;
    color: #272727;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 700;
}
#sliderhome .slick-track .slick-slide .row .col-lg-6 .intro-slider-home h1:after {
    height: 2px;
    width: 150px;
    background: #a5dbd8;
    left: -50px;
    bottom: -10px;
    content: "";
    position: absolute;
}
#sliderhome .slick-track .slick-slide .row .col-lg-6 .intro-slider-home p {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.5em;
    color: #272727;
    font-weight: 600;
} 
#sliderhome .slick-track .slick-slide .row .col-lg-6 .intro-slider-home a {
    background: #00b4ab;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 30px;
    line-height: 70px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    border-radius: 0px;
    border: 3px solid #00b4ab;
    text-transform: inherit;
    margin: 10px;
    min-width: 150px;
}
#sliderhome .arrow-slider {
    position: relative;
}
#sliderhome .arrow-slider ul {
    position: absolute;
    top: -53px;
    left: -50px;
    padding: 0px 15px;
}
#sliderhome .arrow-slider li {
    list-style: none;
    line-height: 30px;
    cursor: pointer;
    padding: 3px 0px;
}
#sliderhome .arrow-slider li i {
    line-height: 30px;
    font-size: 40px;
}
#sliderhome .slick-prev,
#sliderhome .slick-next{
    left: 200px;
}
#sliderhome .slick-next {
    right:inherit;    
}
/**/
#main-header.header-scroll {
    display:none;  
}
#main-header.header-scroll.fixed-header {
    position: fixed;
    display:block;
}
/**/
.picture-border >span:before {
    position: absolute;
    z-index: -1;
    left: 20px;
    right: -20px;
    top: -20px;
    bottom: 20px;
    content: "";
    border: 7px solid #a5dbd8;
}

.lh-bg-article:after {
    top: 0px;
    position: absolute;
    width: 307px;
    height: 790px;
    background: #a7e5e2;
    content: "";
    right: 0px;
    z-index: 0;
    background: url(../images/PICTO_LOGO_DECOR.png) no-repeat center right;
    background-size: 100% 100%;
}
.lh-bg-article:before {
    position: absolute;
    left: 50px;
    width: 3px;
    height: 1000px;
    background: #a7e5e2;
    content: "";
    bottom: -350px;
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    transform: rotate(-50deg);
}


.bg-transparent {
    background-color: transparent!important;
}
.lh-bg-section2 {
    position: relative;
    background-color: transparent!important;
}    
.lh-bg-section2:before {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    height: 600px;
    background: rgba(165, 219, 216, 0.35);
    -webkit-transform: skew(0deg, -1.6deg);
    -moz-transform: skew(0deg, -1.6deg);
    -o-transform: skew(0deg, -1.6deg);
    transform: skew(0deg, -1.6deg);
    top: 22%;
    z-index: -2;
}

.lh-bg-section2:after {
    position: absolute;
    content: "";
    height: 350px;
    left: 0px;
    right: 0px;
    z-index: -1;
    background: url(../images/filigrane.jpg);
    -webkit-transform: skew(0deg, 1.6deg);
    -moz-transform: skew(0deg, 1.6deg);
    -o-transform: skew(0deg, 1.6deg);
    transform: skew(0deg, 1.6deg);
    top: calc(15% + 520px);
}
.lh-bg-section2.lh-bg-section2-no-after:after {
    display:none;
}

/*tabs*/
.lh-btn {
    color: #272727!important;
    border-width: 3px!important;
    border-color: #a5dbd8;
    border-radius: 0px;
    font-size: 18px;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif!important;
    font-weight: 700!important;
    background-color: #a5dbd8;
    padding-top: 20px!important;
    padding-right: 30px!important;
    padding-bottom: 20px!important;
    padding-left: 30px!important;
    display: inline-block;
    margin-top:10px;
}
.wrap-tab {
    display:flex;
}
.wrap-tab .thumb-tab,
.wrap-tab .next-tab,
.wrap-tab .content-tab {
    width:32%;
    display: inline-block;
    vertical-align: top;
}
.content-tab p {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.5em;
    color: #272727;
    font-weight: 600;
}
.tab-content{
	display: none; 
}

.tab-content.current {
	display: inherit; 
}
.next-tab  {
    position:relative;
}
.next-tab h2 {
    position: absolute;
    top: -0px;
    margin-left: -120px;
    text-transform: uppercase;
    font-size: 42px;
    color: #272727;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 700;
}
.next-tab ul {
    margin-top:110px;
    padding-left: 120px!important;
} 
.next-tab ul li {
    list-style:none;
    text-transform: uppercase;
    font-size: 1rem;
    color: #959595;
    font-weight: 600;
}
.next-tab ul li.current {
    color: #272727;
    position:relative;
}
.next-tab ul li.current:before {
    position: absolute;
    content: "";
    height: 2px;
    display: block;
    width: 150px;
    left: -200px;
    top: 50%;
    text-transform: uppercase;
    background: #272727;
}

/*end tabs*/
/*gallery*/
.fancybox-container {
    z-index:999999!important;
}
.gallery-icon {
    text-align:left;
}
.gallery-caption, 
.gallery-item a img {
    border:none!important;
}
/**/
.lh-generic {
    position: relative;  
    overflow: hidden;
}
.lh-generic:before {
    position: absolute;
    content: "";
    height: 550px;
    border-right: 100vw solid rgba(165, 219, 216, 0.35);
    border-bottom: 50px solid transparent;
    border-top: 50px solid transparent;
    top: 25%;
}
.lh-generic:after {
    position: absolute; 
    content: "";
    height: 250px;
    left: 0px;
    right: 0px;
    z-index: 0;
    background: url(../images/filigrane.jpg);
    -webkit-transform: skew(0deg, 1.6deg);
    -moz-transform: skew(0deg, 1.6deg);
    -o-transform: skew(0deg, 1.6deg);
    transform: skew(0deg, 1.6deg);
    top: calc(25% + 520px);
}
/**/
.box-breadcrumb >.container{
    border-top: 1px solid #00b4ab;
        padding: 10px 0px!important;
}
.box-breadcrumb span a {
    font-weight: 700;
    text-transform: uppercase;
    color: #00b4ab;
    font-size: 14px;
}    
.box-breadcrumb span span {
    display: inline-block;
    list-style: none;
    text-transform: uppercase;
    color: #959595;
    font-size: 14px;
    font-weight: 700;
}    
/**/
.lh-atelier .gallery-item a img,
.single .gallery-item a img{
    width:100%;
}
.lh-atelier ul li{
    list-style:none;
    color: #272727;
}
.lh-atelier ul li::before {
 content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #00B4AB; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}  
/**/
.et_right_sidebar #main-content .container:before {
    display:none;
}
.single #left-area {
    padding:0!important;
    width:100%;
}
#slidersingle .slick-next,
#slidersingle .slick-prev {
        height: 50px;
    width: 50px;
    background: #00b4ab;
    border: 0px;
    font-size: 0px;
    content: "\f104";
    color: #ffffff; 
    z-index:99;
    top:inherit;
    bottom:-70px;
}
#slidersingle .slick-prev {
    left:44%;    
}
#slidersingle .slick-next {
    right:44%;    
}
#slidersingle .slick-next:before {
    font: normal normal normal 24px FontAwesome;
    content: "\f105";
}
#slidersingle .slick-prev:before {
    content: "\f104";
    font: normal normal normal 24px FontAwesome;
}
/*contact*/
.gmnoprint {
    display:none;    
}
.page-template-template-contact .et_pb_row.lh-map-contact {
    width:100%!important;    
}
.box-breadcrumb.box-breadcrumb-contact {
    background: rgba(255, 255, 255, 0.75);
    margin-bottom: -50px;
    z-index: 99999;
    position: relative;    
}
.bloc-contact-form {
    /*margin-top: -360px;*/  
    background: rgb(0, 180, 171);
    background: -moz-linear-gradient(-45deg, rgba(0, 180, 171, 1) 2%, rgba(165, 219, 216, 1) 100%);
    background: -webkit-linear-gradient(-45deg, rgba(0, 180, 171, 1) 2%, rgba(165, 219, 216, 1) 100%);
    background: linear-gradient(135deg, rgba(0, 180, 171, 1) 2%, rgba(165, 219, 216, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00b4ab', endColorstr='#a5dbd8', GradientType=1);
    padding: 30px 40px;    
}
.bloc-contact-form p {
    font-weight: 600;
    position: relative;
    padding-left: 30px;
    color:#fff;
}
.bloc-contact-form [class*="fa-"]:before {
    font: normal normal normal 18px FontAwesome;
    left: 0px;
    position: absolute;
    line-height: 22px;
}

.fa-map-marker:before {
    content: "\f041";
}
/**/
.zone-form .line_contact {
        margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap;
}
.zone-form label {
    font-size: 16px;
    font-weight: 600;
    color: #444a59;
    display:block;
    margin-bottom: .5rem;
}
.form-group {
    margin-bottom: 1rem;
}    

.form-group.col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;    
    display:inline-block;
    padding-right: 15px;
    padding-left: 15px;
}
.form-group.col-12 {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.zone-form textarea, 
.zone-form input:not(.submit) {
    padding: 0px 20px;
    border-radius: 0px;
    border: 3px solid rgba(0, 180, 171, 0.35);
    line-height: 40px;
    height: 40px;
    width: 100%;
}
.zone-form textarea {
    min-height: 180px;
    width: 100%;  
}


.zone-form .btn { 
    background: #00b4ab;
    color: #ffffff;
    font-size: 18px;
    padding: 0px 30px;
    line-height: 70px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    border-radius: 0px;
    border: 3px solid #00b4ab;
    text-transform: inherit;
    margin: 10px;
     margin-left: 0px;
    margin-right: 0px;
    min-width: 150px;
}
 

/**/


.bloc-contact-form h2 {
    margin-top:30px;
    margin-bottom:20px;
}
.bloc-contact-form h2 {
     margin-top:25px;
    margin-bottom:15px;   
}
.lh-thumb-contact img {
    z-index:99;    
}
.lh-thumb-contact:before {
    content: "";
    position: absolute;
    z-index:9;
    top: 30px;
    bottom: -30px;
    left: 30px;
    right: -30px;
    z-index: 0;
    border: 7px solid rgba(0, 180, 171, 0.35);
}
.lh-thumb-contact:after {
    position: absolute;
    right: 500px;
    width: 3px;
    height: 1000px;
    background: #a7e5e2;
    content: "";
    top: -800px;
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    transform: rotate(-50deg);
}
.et_pb_row.box-thum-left-contact {
    width:100%!important;    
    position: absolute;
    top: 200px; 
}
/**/
.lh-bg-section2-no-after >.et_pb_row {
    width:100%;    
}
 
  
.tab-full >h2 {
    text-transform: uppercase;
    font-size: 42px;
    color: #272727;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 700;
}    
.tab-full a.btn {
    background: #00b4ab;
    color: #ffffff;
    font-size: 18px;
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    border-radius: 0px;
    border: 3px solid #00b4ab;
    text-transform: inherit;
    margin: 10px;
    min-width: 150px;
    line-height: 70px;
}
.tab-full >ul {
    padding-left:0!important;    
}
.tab-full >ul li {
    list-style:none;
}
.tab-full >ul li a {
    position: relative;
    text-decoration: none;
    line-height: 30px;   
    color:#272727;
}
.tab-full >ul.ul-home li a:before {
    font: normal normal normal 24px FontAwesome;
    content: "\f105";
    list-style: none;
    padding-right: 10px; 
} 
.lh-bg-section2-no-after .tab-full >h2,
.lh-bg-section2-no-after .tab-full >ul.ul-home,
.lh-bg-section2-no-after .tab-full a.btn {
    display:none;
}
.lh-bg-section2-no-after .tab-full .post-page-show-mobile a.btn {
    display:inline-block;
    background: #a5dbd8;
    color: #272727;
    border: 3px solid #a5dbd8;
    padding: 0px 30px;
    margin-left:0;
    line-height:50px;
}
.home .post-page-show-mobile {
    display:none;    
}
.post-page-show-mobile {
    display: flex;
    flex-wrap: wrap;    
}
.post-page-show-mobile li {
    width:50%;    
    padding: 0 10px 20px 10px;
}
.post-page-show-mobile li a {
    display:block;    
    
}
.post-page-show-mobile li a img {
    width:100%;    
} 
.post-page-show-mobile li h2 {
    font-size: 18px!important;
    line-height: 18px!important;
    min-height: 36px;
    color: #272727;
    text-transform: uppercase;
    font-weight: 700;
}
/**/
.cta-devis {
    position: fixed;
    right: 10vw;
    bottom: 0px;
    display: none;
    text-decoration: none;
    z-index: 1000;
}
.cta-devis a {
    text-decoration: none;
    font-size: 14px;
    width: 360px;
    padding: 20px 60px 20px 15px;
    background: #c5e8e6;
    color: #272727;
    text-transform: none;
    display: block;
    text-align: left;
    line-height: 15px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.10);
    -os-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.10);
}
.cta-devis span {
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
}
.cta-devis a:after {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 60px;
    background: #00b4ab;
    color: #ffffff;
    text-align: center;
    font: normal normal normal 24px FontAwesome;
    content: "\f105";
    line-height: 90px;
    font-size: 30px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.cta-devis a:hover:after {
    width: 80px;
}
/**/
.cttop {
    position: fixed;
    right: 20px;
    display: none;
    bottom: 20px;
    height: 40px;
    width: 40px;
    background: #c5e8e6;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    z-index: 1;
}
.cttop a {
    color:#272727;
}
#footer-bottom {
    padding-bottom:90px!important;    
}
.gm-style>div>div:nth-child(1)>div>div:nth-child(2) {
    width: 69px !important;
    height: 85px !important;
}

 



 
/****************responsive******************************/
/********************************************************/


@media (min-width: 576px) {
    .container,
    .et_pb_row{
        width: 540px;
        max-width: 100%;
    } 
}


@media (min-width: 768px){
.container,
.et_pb_row{
    width: 720px;
    max-width: 100%;
}
.tab-full >ul,
.tab-full a.btn,
.tab-full >h2,
.post-page-show-mobile {
    display:none;
}
 
}

@media (min-width: 981px){
    .wrap-nav {
        display:none;
    }
}

@media (min-width: 992px){
    .container,
    .et_pb_row{
        width: 960px;
        max-width: 100%;
    }
}




@media (min-width: 1200px){
    .container,
    .et_pb_row{
        width: 1140px;
        max-width: 100%;
    }
}
@media (min-width: 1400px){
    .container,
    .et_pb_row{
        width: 1340px!important;
        max-width: 100%!important;
    }
    #sliderhome .slick-track .slick-slide .row .col-lg-6 .intro-slider-home {
        padding: 50px 150px 50px 250px; 
    }
}
@media only screen and (max-width: 1366px) { 
    .footer-top {
        width: 80%;        
    }
}

@media only screen and (max-width: 1365px) { 
    #sliderhome .slick-track .slick-slide .row .col-lg-6 .intro-slider-home h1,
    .tab-full >h2{
        font-size:32px;    
    }
    .next-tab h2 {
        font-size:32px; 
        margin-left:-135px;
    }
    .next-tab ul {
        padding-left:60px!important;    
    } 
    #footer-bottom >.container {
        display:block;    
    }
    .left-bottom-footer, .right-bottom-footer {
        width: 100%;
        float: none; 
        text-align: center;
    }
    .left-bottom-footer {
        display:block;    
        margin-bottom:20px;
    }
    .left-bottom-footer img,
    .left-bottom-footer .link_copy  {
        display:inline-block;    
    }
    .right-bottom-footer {     
        justify-content: center;
    }
    .right-bottom-footer {
        display: block;
        margin: 0 auto;
        text-align: center;    
    }
    .powered.item_partner {
        flex-flow: row;
        justify-content: center;
    }
}
@media only screen and (max-width: 1199px) {
    #sliderhome .slick-track .slick-slide .row .col-lg-6 .intro-slider-home {
        padding: 50px 50px;
    }
    .lh-bg-article .et_pb_text_0,
    .lh-bg-article .et_pb_text_1,
    .lh-bg-article .et_pb_button_0_wrapper{
        margin-left:60px!important;
    }
    .wrap-logo-menu .boxright {
        display:none;    
    }
}

@media only screen and (max-width: 1024px) {
     #sliderhome .slick-track .slick-slide .row .col-lg-6 .intro-slider-home h1 {
        font-size:24px;    
    } 
    .next-tab h2 {
        font-size: 24px; 
        margin-left:-175px;
    }
    .next-tab ul {
        padding-left: 20px!important;
    }
    #gallery-1.gallery-columns-6 .gallery-item { 
        width: 33%;
    } 
    header #top-menu li a {
        padding: 0px 15px;     
    }
    #sliderhome .slick-track .slick-slide .row .col-lg-6 .intro-slider-home {
        padding-bottom:0;    
    }
}



@media only screen and (max-width: 980px) {
    .top-header-social .mailhead,
    .top-header-social .phonehead{
        display:none;    
    }
    #sliderhome .container-fluid {
        position:relative;    
    }
    #sliderhome .container-fluid .col-lg-6 {
        flex: 0 0 100%;
        max-width: 100%;     
    }
    #sliderhome .slick-track .slick-slide .row .col-lg-6 .intro-slider-home {
        width: 767px;
        width:80%;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    #sliderhome .slick-track .slick-slide, #sliderhome .slick-track {
        max-height: initial;
        height: auto;
        min-height: inherit;
    }
    .lh-bg-article:after {
        display:none;    
    }
    .lh-bg-article .et_pb_text_0,
    .lh-bg-article .et_pb_text_1,
    .lh-bg-article .et_pb_button_0_wrapper{
        margin-left:0px!important;
    }
    .wrap-tab .content-tab {
        width:100%;    
    }
    .wrap-tab .thumb-tab, 
    .wrap-tab .next-tab {
        width:48%;    
    }
     #sliderhome .slick-track .slick-slide .row .col-lg-6 .intro-slider-home h1 {
        font-size:32px;    
    }
    .next-tab h2 {
        font-size: 32px;
        margin-left: 20px;
    }
    .picture-border >span:before {
        left: 20px;
        right: 20px;
        top: -20px;
        bottom: -20px;     
    }
    .footer-top {
        width: 100%; 
    } 
    /*
    .bloc-contact-form {
        margin-top:-120px;    
    }*/
    .et_pb_row.box-thum-left-contact {
        display:none;
    }
    #main-header.header-scroll.fixed-header,
    #main-header.header-scroll {
        display:none;    
    }
/**/    
    .mobile_menu_bar:before {
        color:#fff!important;    
    }
    html.mm-blocking body {
        overflow: hidden;    
    }
    .mm-menu {
        box-sizing: border-box;
        background: inherit;
        display: block;
        padding: 0;
        margin: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
    } 
    .mm-menu {
        background: #f3f3f3;
        border-color: rgba(0,0,0,.1);
        color: rgba(0,0,0,.75);
    }
    .mm-menu.mm-offcanvas { 
        display: none;
        position: fixed;
    }
    .mm-menu.mm-offcanvas {
        width: 80%;
        min-width: 140px;
        max-width: 440px;
        top: 0;
        left: 0;
        bottom: 0;
        padding-top:42px; 
    }
    .mm-menu.mm-offcanvas.mm-opened {
        display: block;
        overflow: hidden;
    }
    .mm-slideout {
        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease,-webkit-transform .4s ease;
        z-index: 1;
    } 
    .mm-page {
        box-sizing: border-box;
        position: relative;
    }
    
    .mm-page {
        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease,-webkit-transform .4s ease;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    
    
    
    .mm-page.mm-slideout {
        -webkit-transform: translate(440px,0);
        -ms-transform: translate(440px,0);
        transform: translate(440px,0);
        -webkit-transform: translate3d(440px,0,0);
        transform: translate3d(440px,0,0);  
    }
    .mm-navbar {        
        border-bottom: 1px solid;
        border-color:rgba(0,0,0,.1);
        text-align: center;
        line-height: 20px;
        height: 40px;
        padding: 0 40px;
        margin: 0; 
    }
    .mm-navbar a {
        color: rgba(0,0,0,.3);
        font-size: 1rem;
        line-height:40px;
        font-weight: 400;
        text-transform: uppercase; 
    }
    #top-menu-mobile li a { 
        white-space: nowrap;
        overflow: hidden;
        color: inherit;
        display: block;
        padding: 10px 10px 10px 20px;
        margin: 0;     
        position:relative;
    }
    #top-menu-mobile li a:after {
        content: ''; 
        border-color:rgba(0,0,0,.1);
        display: block;
        position: absolute;
        left: 20px;
        right: 0;
        bottom: 0;
    }
    .mm-next:after  {
        content: '';
        border-bottom:0!important;
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        display: block;
        width: 8px;
        height: 8px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right:20px!important;
        left:inherit!important;
    }
    .mm-next:after {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg); 
    }
    
    .mm-prev {
        position:relative;    
    }
    .mm-prev:before {
        content: '';
        border-top: 2px solid transparent;
        border-left: 2px solid transparent;
        display: block;
        width: 8px;
        height: 8px;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right:inherit!important;
        left:20px!important;
    }
    .mm-prev:before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        left: 23px;
        right: auto;
        border-color: rgba(0,0,0,.1);
    }
    
    .wrap-nav {
        overflow: hidden;    
    }
    .mm-listview>li>a, 
    .mm-listview>li>span { 
        white-space: nowrap; 
        color: inherit;
        display: block;
        padding: 10px 10px 10px 20px;
        margin: 0;
        position:relative;
    }
    .mm-listview>li:not(.mm-divider):after {
        content: '';
        border-bottom: 1px solid;
        border-color:rgba(0,0,0,.1); 
        display: block;
        position: absolute;
        left: 20px;
        right: 0; 
    }
    .mm-panel2 {
        -webkit-transform: translate(100%,0);
        -ms-transform: translate(100%,0);
        transform: translate(100%,0);
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease,-webkit-transform .4s ease;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;    
        
        position: absolute;
        width: 100%;
        top: 41px;
        bottom: 0;
        background: #f3f3f3;
        
    }
    .mm-panel2.show {
        -webkit-transform: translate(0px,0);
        -ms-transform: translate(0px,0);
        transform: translate(0px,0);
        -webkit-transform: translate3d(0px,0,0);
        transform: translate3d(0px,0,0);      
    }
    .mm-panel.runleft {
        -webkit-transform: translate(-440px,0);
        -ms-transform: translate(-440px,0);
        transform: translate(-440px,0);
        -webkit-transform: translate3d(-440px,0,0);
        transform: translate3d(-440px,0,0);      
    }
    .mm-panel {
        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease,-webkit-transform .4s ease;
    }    
}

@media only screen and (max-width: 767px) {
    .content-footer {
        display:block;   
        width:87%;
        margin:0 auto;
    }  
    .footer-top > .container::before {
        left: 20px;
        top: -20px; 
        right: 65px;
        bottom: 20px; 
    }
    .left-top-footer, 
    .right-top-footer {
        width:100%;    
    }
    .right-top-footer {
        padding-top: 20px;
    }
    .next-tab h2 {
        font-size:25px;    
    }
    #main-header.header-scroll,
    #main-header.header-scroll.fixed-header{
        display:none;
    }
    .next-tab ul li.current:before {
        width: 70px;
        left: -80px;     
    }
    .footer-top >.container {
        width:100%;    
    }
    .wrap-tab.tab-content {
        display:none;    
    }
    .lh-bg-section2.lh-bg-section2-no-after:before {
        top:0;    
    }
    .lh-bg-section2-no-after .tab-full .post-page-show-mobile a.btn {
        font-size:14px; 
        padding: 0px 10px;
    }
    .lh-bg-section2-no-after .tab-full >ul.post-page-show-mobile {
        display:flex;    
        flex-wrap: wrap;
    }
    .form-group.col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #sliderhome .slick-track .slick-slide .row .col-lg-6 .intro-slider-home {
        padding-bottom:0;    
    }
    .lh-bg-section2 {
        padding-top:0;    
    }
    .bloc-contact-form {
        margin-top: -33px;
    }
    .wrap-box-contact-green >div {
        width:100%;
    }
}
@media only screen and (max-width: 480px) {
    .post-page-show-mobile li {
        width:100%;    
    }
}























 
