/*
Theme Name: Lithium Marketing
Author: Lithium Marketing
Requires at least: 5.3
Tested up to: 6.2.2
Requires PHP: 7.0
Version: 2.0
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*********Global*******/
html body{
    font-family: "Roboto", sans-serif;
    word-wrap: break-word;
}
.bg-black,
#footer{
    background-color: var(--btn-txt-color);
}
/*********Header*******/
.scroll-down header #main-navbar, 
.scroll-up header #main-navbar {
    margin-bottom: 0;
}
#header{
    background-color: var(--btn-txt-color);
    border-bottom: 1px solid var(--menu-color);
}
#main-navbar > ul > li > a{
    font-size: 18px;
    font-weight: 400;
    color: var(--menu-color);
}
#main-navbar > ul > li{
    padding-right: 30px;
    position: relative;
}
#main-navbar > ul > li::before{
    content: "/";
    color: var(--red-color);
    font-weight: 700;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
}
#main-navbar > ul > li:last-child::before{
    display: none;
}
#header .header-phone a{
    color: var(--btn-1-txt-color);
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
}
#header  .lm_lang_switcher{
    list-style: none;
    margin: 0;
}
#header  .lm_lang_switcher li a{
    color: var(--menu-color);
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}
#main-navbar > ul > li > a:hover,
#header  .lm_lang_switcher li a:hover,
#header .header-phone a:hover,
#footer .row-contact-us a:hover{
    color: var(--red-color);
}
/*********Footer*******/
#footer .copyright{
    border-top: 1px solid var(--menu-color);
    padding: 2rem 0;
    font-size: 12px;
    letter-spacing: 1.8px;
    font-weight: 500;
    text-transform: uppercase;
}
#footer .copyright > div > ul{
    width: auto;
    order: 3;
    margin: 0 !important;
}
#footer .copyright > div > div{
    order: 0;
    padding-right: 10px;
}
#footer .copyright > div > ul > li{
    padding: 0 20px;
}
#footer .copyright  .lm-menu-separator{
    display: none;
}
#footer .copyright > div > ul > li a{
    text-decoration: underline;
}
#footer .footer-texte {
    width: auto;
    font-size: 16px;
    color: var(--menu-color);
    padding-bottom: 5px;

}
#footer .row-contact-us a{
    font-size: 36px;
    color: var(--btn-1-txt-color);
}
/******Home******/
.section h2{
    font-weight: 100;
    font-size: 5.8rem;
    line-height: 6rem;
    color: var(--menu-color);
    font-family: "Roboto", sans-serif;
} 
.section .text,
.section .text p{
    color: #B9B9B9;
    font-size: 24px;
    line-height: 36px;
}
.section-contact .gform_heading .gform_required_legend{
    display: none;
}
.section-contact .form{
    border: 30px solid #404040;
    padding: 50px 100px;
}
.section-contact  .gform_wrapper.gravity-theme .gfield input[type=text], 
.section-contact  .gform_wrapper.gravity-theme input[type=tel],
.section-contact  .gform_wrapper.gravity-theme input[type=email],
.section-contact  .gform_wrapper.gravity-theme .gfield textarea{
    background-color: transparent;
    border: none;
    outline: 0 none;
    border-bottom: 1px solid #F0F2F3;
    color: var(--btn-1-txt-color);
    opacity: 1;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-weight: 500;
    text-align: left;
    font-size: 22px;
}
.section-contact  .gform_wrapper.gravity-theme input::placeholder,
.section-contact  .gform_wrapper.gravity-theme .gfield textarea::placeholder{
    opacity: 1;
    color: #fff;
}   
.section-contact  .gform_wrapper.gravity-theme .gfield--type-fileupload{
    position: relative;
    padding-top: 30px;
}
.section-contact  .gform_wrapper.gravity-theme .gfield--type-fileupload input[type=file],
.section-contact  .gform_wrapper.gravity-theme .gform_fileupload_rules{
    display: none;
}
.section-contact  .gform_wrapper.gravity-theme .gfield--type-fileupload label{
   color: #F0F2F3;
   text-transform: uppercase;
   font-size: 18px;
   font-weight: 500;
   text-transform: uppercase;
   text-decoration: underline;
   cursor: pointer;
}
.section-contact  .gform_wrapper.gravity-theme .gform_footer {
    justify-content: end;
}
.section-contact  .gform_wrapper.gravity-theme .gform_footer .gform_button{
    color: var(--btn-txt-color);
    background-color: transparent;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: 400;
    border: 1px solid #F0F2F3;
    padding: 10px 25px;
}
.section .gform_footer .gform_button:hover{
    color: var(--btn-txt-color);
    background-color: var(--red-color);
    border-color: var(--red-color);
}
/*.section-realisations .realisations{
    flex-wrap: wrap;
}
.section-realisations .realisation:nth-child(1n){
    width: 33%;
}
.section-realisations .realisation:nth-child(2n),
.section-realisations .realisation:nth-child(3n){
    width: 67%;
}
.section-realisations .realisation:nth-child(4n){
    width: 33%;
}
.section-realisations .realisation img{
    height: 475px;
    width: 100%;
    object-fit: cover;
}*/
.realisation-img-wrapper {
    position: relative;
    width: 100%;
}

.realisation-img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* SM : carré */
@media (min-width: 576px) {
    .realisation-img-wrapper {
        aspect-ratio: 1 / 1;
    }
    .realisation-img {
        height: 100%;
    }
}

/* XS (mobile) : ratio naturel (aucun aspect-ratio appliqué) */

/* LG+ : ratio naturel aussi (image suit la hauteur de son contenu) */
@media (min-width: 992px) {
    .realisation-img {
        height: 450px;
    }
    .realisation-img-wrapper {
        aspect-ratio: auto;
    }
}

.section-realisations .realisation .thumbRealisation{
    height: 100%;
}
.section .title-h2{
    font-size: 5rem;
    line-height: 5rem;
    letter-spacing: 0;
    font-weight: 700;
    color: var(--btn-txt-color);
} 
.section-red::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 70%;
    background-color: var(--main-color);
}
.section-red .thumb{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 30%;
}
.section-red .thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-red .content,
.section-red .content .text p,
.section-red .content .text,
.section-blue .content .text p,
.section-blue .content .text{
    color: var(--btn-1-txt-color);
    font-size: 24px;
    line-height: 36px;
    
}
.section-red .content{
    max-width: 828px;
}
.section-red .content h2{
    color: var(--btn-txt-color);
}
.section .btn-link{
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid var(--btn-1-txt-color);
    color: var(--btn-1-txt-color);
    text-decoration: none;
    letter-spacing: 4px;
    padding: 11px 25px;
}
.section .btn-link:hover{
    background-color: var(--btn-1-txt-color);
}
.section-blue .btn-link:hover{
    color: var(--blue-color);
}
.section-red .btn-link:hover{
    color: var(--main-color);
}
.section-services h2{
    padding-right: 80px;
    background: url('images/icon-arrow-grey.svg') no-repeat right center;
    background-size: contain;
    margin-right: 20px;
}
.section-services .service .icon-service,
.section-services .service .thumbs-service{
    position: absolute;
    top: 0;
}
.section-services .service:nth-child(even) .icon-service,
.section-services .service:nth-child(odd) .thumbs-service{
    left: 0;
}
.section-services .service:nth-child(even) .icon-service{
    left: -50px;
}
.section-services .service:nth-child(odd) .icon-service,
.section-services .service:nth-child(even) .thumbs-service{
    right: 0;
}
.section-services .service h3 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3rem;
    color: var(--main-color);
}
.section-services .service ul li::marker{
    color: var(--main-color);
}
.section-services .service:nth-child(odd) h3,
.section-services .service:nth-child(odd) ul li::marker{
    color: var(--blue-color);
    
}
.section-services .service .thumbs-service{
    max-width: 50%;
}
.section-services .service .content-service > div{
    width: 50%;
}
.section-services .service:nth-child(odd) .content-service,
.section-services .service .content-service > div{
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.section-services .service:nth-child(odd) .content-service{
    align-items: end;
}
.section-services .service:nth-child(odd) .icon-service{
    right: -200px;
    max-width: 335px;
}
.section-services .service .content-service .text{
    max-width: 650px;
    position: relative;
}
.section-services .service > div{
    height: 100%;
}
.section-services .service .thumbs-service{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.section-services .service:nth-child(even) .thumbs-service .image2{
    max-width: 600px;
}
.section-views h2{
    font-weight: 700;
    color: #3C3C3C;
}
.section-photos .realisation img{
    height: 640px;
}
.section-blue{
    background-color: var(--blue-color);
    color: var(--btn-1-txt-color);
}
.section-blue .content{
    max-width: 585px;
    margin: 0 auto;
}
.section-blue::before{
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: var(--btn-1-txt-color);
}
.section-banner .content-banner h1{
    font-size: 2.3rem;
    color: var(--menu-color);
    line-height: 3rem;
    font-weight: 400;
    max-width: 550px;
    margin: 0 auto;
}
.section-banner .content-banner{
    max-width: 50%;
    min-height: 503px;
}
.section-banner .icon-banner{
    position: absolute;
    left: 0;
    top: 0;
}
.section-banner .thumb-banner{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    max-width: 50%;
    z-index: 1;
}
.section-banner .bannerDiv{
    z-index: 5;
}
.section-banner .thumb-banner img{
    object-fit: cover;
    height: 100%;
	object-position: left center;
}
.section-banner::before{
    content: '';
    display: block;
    background: url('images/icon-arrow.svg') no-repeat center transparent;
    height: 100%;
    position: absolute;
    left: calc(50% - 320px);
    width: 673px;
    top: 0;
}

.mobile .box-menu .header-phone{
    display: none;
}
.mobile #header .box-menu{
    gap: 20px;
    justify-content: flex-start !important;
    flex-direction: row-reverse;
}
.mobile #main-navbar > ul > li::before{
    display: none;
}
.section-services .service .icon-service{
    opacity: 0.5;
}
@media (min-width: 1500px) {
    .section-banner {
        padding: 9rem 0;
    }
}
@media (min-width: 1200px) {
    .section-red .content, .section-red .content .text p, 
    .section-red .content .text, 
    .section-blue .content .text p, 
    .section-blue .content .text {
        font-size: 22px;
        line-height: 32px;
    }
}
@media (max-width: 2200px) {
    .section-banner .icon-banner{
        max-width: 300px;
    }
    .section-banner .content-banner {
        padding-left: 50px;
    }
}
@media (max-width: 2000px) {
    
    .section-banner .content-banner {
        min-height: 403px;
        padding-left: 100px;
    }
    .section-banner .content-banner h1{
        font-size: 2rem;
        line-height: 2.5rem;
    }
    
}
@media (max-width: 1800px) {
    .section-banner .icon-banner{
        max-width: 180px;
    }
    .section-banner {
        padding: 5rem 0;
    }
    .section-banner .content-banner {
        min-height: 403px;
    }
    .section-services .service .icon-service{
        max-width: 200px;
    }
}
@media (max-width: 1600px) {
    .section-banner .content-banner {
        padding-left: 200px;
    }
    .section-banner .icon-banner {
        max-width: 150px;
    }
    .section-banner .content-banner h1 {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .section-services .service:nth-child(odd) .thumbs-service {
        left: -50px;
    }
}
@media (max-width: 1400px) {
	.section-banner .content-banner {
        padding-left: 160px;
    }
	.section-banner .content-banner h1 {
        font-size: 1.3rem;
        line-height: 2rem;
    }
    .section-banner::before {
        left: calc(50% - 308px);
    }
    .section-banner {
        padding: 4rem 0;
    }
}
@media (max-width: 1300px) {
    .section-services h2{
        font-size: 4.3rem;
    }
    .section .title-h2,
    .section h2{
        font-size: 4rem;
        line-height: 4rem;
    }
    .section-services .service .icon-service {
        opacity: 0.25;
    }
    .section-red .content {
        max-width: 800px;
    }
}
@media screen and (max-width: 1199px) {
    #header .lm_lang_switcher {
        padding-left: 15px;
    }
    .section .title-h2{
        font-size: 3rem;
        line-height: 3.5rem;
    }
    .section h2 {
        font-size: 4rem;
        line-height: 5rem;
    }
    .section-services .service .content-service .text,
    .section-services .service .content-service  h3{
        max-width: 450px;
        margin: 0 auto;
    }
    .section-services .service .thumbs-service {
        max-width: 40%;
    }
    .section-banner .content-banner {
        padding-left: 0;
    }
    .section-banner .icon-banner {
        max-width: 120px;
        position: relative;
        left: -20px;
    }
    .section-banner {
        padding: 0;
    }
    .section-blue .content {
        padding: 0 30px;
    }
    .section-red .content {
        max-width: 65%;
    }
    .section-services .service .content-service > div {
        width: 64%;
    }
    .section-banner::before{
        left: calc(50% - 290px);
    }
}
@media screen and (max-width: 1024px) {
    .section-services h2{
        font-size: 3.2rem;
        line-height: 4rem;
    }
}
@media (max-width: 991px) {
    .mobile #main-navbar a {
        font-size: 14px;
    }
    .box-menu .header-phone,
    .section-blue::before{
        display: none;
    }
    .section-blue .content,
    .section-services .service .content-service .text,
    .section-services .service .content-service h3{
        max-width: 100%;
        margin: 0;
    }
    .section-photos .realisation img {
        height: 500px;
    }
    .section-services .service .thumbs-service,
    .section-red .thumb{
        max-width: 100%;
        position: relative;
        right: auto;
        left: 0;
    }
    .section-services .service .content-service > div,
    .section-red .thumb{
        width: 100%;
    }
    .section-services .service:nth-child(even) .icon-service,
    .section-services .service:nth-child(odd) .icon-service{
        left: auto;
        right: 0;
    }
    .section-services .service .icon-service img{
        max-width: 100px;
    }
    .section-services .service .thumbs-service img{
        margin: 0 auto;
    }
    .section-services .service:nth-child(even) .thumbs-service .image2,
    .section-red .content{
        max-width: 100%;
    }
    .section-red::before{
        display: none;
    }
    .section-red .content{
        background-color: var(--main-color);
    }
    .section-realisations .realisation img {
        height: 350px;
    }
    .section-contact .form {
        border: 20px solid #404040;
        padding: 30px;
    }
    .section-banner .content-banner h1 {
        text-align: left;
    }
    .section-banner::before {
        left: calc(50% - 263px);
    }
    .section-banner .thumb-banner {
        max-width: 45%;
    }
    .section-banner .content-banner {
        max-width: 55%;
        min-height: 270px;
    }
    .section-services .service:nth-child(odd) .thumbs-service {
        left: 0;
    }
    .section-red .content{
        max-width: 100%;
    }
    .section h2 {
        font-size: 3.5rem;
        line-height: 4rem;
    }
    .section-services h2{
        font-size: 3rem;
        line-height: 4rem;
    }
    .section-blue .content {
        padding: 0;
    }
    .section-services h2 {
        font-size: 2rem;
        line-height: 3rem;
    }
}
@media (max-width: 768px) {
    #header .ze-logo{
        height: 80px;
    }
    .section h2 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .section-banner::before{
        display: none;
    }
    .section-banner {
        padding: 0;
    }
    .section-banner .thumb-banner,
    .section-banner .icon-banner{
        position: relative;
        left: auto;
        right: auto;
    }
    .section-banner .icon-banner{
        max-width: 60px;
        margin: 0 auto;
    }
    .section-banner .content-banner{
        max-width: 100%;
    }
    .section-banner .content-banner h1{
        font-size: 2rem;
        line-height: 2.3rem;
        text-align: center;
        margin: 0 auto !important;
    }
    .section-banner .content-banner h1 br{
        display: none;
    }
    .section-banner .content-banner {
        min-height: 103px;
    }
    .section-banner .thumb-banner{
        display: none;
    }
    .section .title-h2 {
        font-size: 2rem;
        line-height: 2.2rem;
    }
    .section-realisations .realisation img {
        height: 250px;
    }
    .section-services h2{
        margin-right: 0;
        padding-right: 0;
    }
    .section-services .service .content-service .text li{
        text-align: left !important;
    }
    .section-services .service{
        padding-top: 0 !important;
    }
    #realisations .realisation img {
        height: 200px;
    }
    .section-realisations .realisation:nth-child(2n), 
    .section-realisations .realisation:nth-child(3n) {
        width: 60%;
    }
    .section-realisations .realisation:nth-child(4n) {
        width: 40%;
    }
    .section-contact .gform_wrapper.gravity-theme .gform_footer {
        justify-content: center;
    }
    #footer .footer-cols-wraper,
    #footer .footer-contact .footer-contact-us {
        flex-direction: column;
        align-items: center !important;
        justify-content: center !important;
    }
    #footer .copyright .container {
        flex-direction: column;
        gap: 15px;
    }
    .section-red .thumb img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: center;
    }
    .section-services .content .col-12 {
        padding-bottom: 3rem;
        flex: 0 0 100%;
    }
    .section-red .content {
        max-width: 100%;
    }
    .section-services h2{
        background: none transparent;
    }
    .section-services .service .text ul{
        display: inline-block;
        margin: 0 auto;
        padding: 0;
    }
}
@media (max-width: 767px) {
    .section-services .content .col-12 {
        padding-bottom: 0;
    }
    .section .text, 
    .section .text p {
        font-size: 20px;
        line-height: 30px;
    }
    .section-services .content-service ul{
        padding-left: 0;
    }
}