/*
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
*/
/********Global*********/

#main-contenu{
    background: url(images/bg-texture.jpg) no-repeat left center transparent;
    background-size: cover;
}
body h1,
body h2,
body h3,
.page .lm-banner-title{
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
}
.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    background: url(images/img-arrow-left.png) no-repeat left center transparent;
    width: 27px;
    height: 46px;
    z-index: 3;
    padding: 0;
    transition: all .3s;
    opacity: 1;
    left: 0;
    -webkit-appearance: none;
    font-size: 0;
    border: none;
    display: block;
}
.slick-slider .slick-arrow.slick-next{
    left: auto;
    right: 0;
    background: url(images/img-arrow-right.png) no-repeat left center transparent;
}
/********Footer*********/
.copyright{
    background-color: #548861;
    color: var(--footer-color);
}
#footer .copyright a,
#footer .copyright div div span{
    color: var(--footer-color);
    opacity: 0.58;
    font-weight: 400;
}
.copyright span.lm-menu-separator{
    display: none;
}
#footer .menu-footer-1{
    background-color: var(--footer-bg-menu-color);
}
.footer-1 .menu-footer-1 ul{
    border: none;
}
#footer .copyright div div{
    padding: 25px 0;
}
#footer .menu-footer-1 ul li a,
#main-navbar > ul > li > a{
    color: var(--menu-color) !important;
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    text-transform: none;
}
#footer .menu-footer-1 ul li a:hover,
#main-navbar .current_page_item > a,
#main-navbar ul li > a:hover{
    color: var(--menu-color-hover) !important;
    font-weight: 500;
    
}
#footer .text-footer p{
    color: var(--menu-color);
    font-size: 50px;
    font-family: 'DM Serif Display', serif;
    line-height: 60px;
    font-weight: 400;
}
#footer .text-footer span{
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Barlow', sans-serif;
}
#footer hr{
    max-width: 387px;
    border-top-width: 2px;
    border-top-color: var(--menu-color);
    margin: 0 auto;
    opacity: 1;
}
#footer address{
    font-size: 20px;
    font-weight: 300;
    line-height: 60px;
    letter-spacing: 0.4px;
    margin: 0;
}
#footer .footer-phone{
    font-weight: 700;
    color: var(--menu-color-hover);
    display: inline-block;
    padding: 0 30px;
    letter-spacing: 3px;
    font-size: 20px;
}
#footer .logo{
    padding: 50px 40px;
    background-color: var(--menu-color);
}
#footer .footer-top{
    background: url(images/bg-footer.png) no-repeat top center transparent;
    background-size: cover;
}
/********Header*********/
.mobile #main-navbar  a > span  svg{
    color: var(--menu-color);
    fill: var(--menu-color);
}
.mobile #main-navbar  a > span {
    display: flex;
    color: var(--menu-color);
}
.mobile #header  #main-navbar .sub-menu{
    min-width: none;
    background-color: transparent;
    border: none;
    margin: 0;
}
.hamburger-inner, 
.hamburger-inner:after, 
.hamburger-inner:before{
    background-color: var(--menu-color);
}
#header,
.scroll-down #header, 
.scroll-up #header{
    background-color: var(--footer-bg-color);
}
#header .box-logo{
    background-color: var(--menu-color);
    padding: 0 30px;
    height: 165px;
}
#header .box-logo a{
    position: absolute;
    left: 0;
    display: flex;
    text-align: center;
    width: 100%;
    height: 237px;
    background-color: var(--menu-color);
    justify-content: center;
    align-items: center;
}
.menu-principal a > span{
    display: none;
}
#header #main-navbar .sub-menu {
    min-width: 154px;
    border-top: 5px solid var(--menu-color-hover);
    background-color: rgba(255,255,255,0.9);
    left: 1.48rem;
    padding: 5px 15px;
}
#header #main-navbar ul  .sub-menu li:hover a,
#header #main-navbar ul  .sub-menu li a:hover{
    font-weight: 500;
}
#main-navbar .sub-menu a{
    text-transform: none;
    color: var(--footer-bg-color);
    font-weight: 400;
}
.header-infos .header-phone{
    display: inline-block;
    color: var(--menu-color-hover);
    border: 2px solid var(--menu-color-hover);
    padding: 15px;
    text-decoration: none;gap: 105px;
}
#main-navbar .sub-menu li a:hover{
    color: var(--footer-bg-color) !important;
    font-weight: 500;
}
/*********Accueil*******/
.banner{
    background-repeat: no-repeat;
    background-size: cover;
    padding: 167px 0 595px;
}
.banner h1{
    font-size: 60px;
    letter-spacing: 1.5px;
    line-height: 70px;
    color: #fff;
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    margin: 0;
    position: relative;
}
.banner h1:after{
    display: block;
    margin: 30px auto 0;
    background-color: #fff;
    max-width: 387px;
    width: 100%;
    height: 3px;
    content: "";
}
.products .productLists .thumbProduct {
    padding: 10px 0 30px;
    border-bottom: 2px solid var(--menu-color);
    transition: all .3s;
}
.products .productLists .productItem:hover .thumbProduct {
    padding: 0 0 40px;
}
.products .productLists .thumbProduct img{
    max-height: 200px;
}
.products .productLists .slick-slide {
    padding: 0 8px;
}
.products .productLists .productItem{
    padding: 30px 15px 15px;
    background-color: var(--footer-bg-color);
    color: var(--menu-color);
    position: relative;
}
.products .productLists .productItem a{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.products .productLists .productItem h3{
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
    letter-spacing: 0.75px;
}
.products .productLists .productItem .resume{
    padding: 15px 0;
}
.products .productLists .productItem .btnMore span{
    display: inline-block;
    padding: 9px;
    color: var(--menu-color);
    border: 1px solid var(--menu-color);
}
.section h2{
    font-size: 50px;
    line-height: 60px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'DM Serif Display', serif;
    padding: 80px 0 !important;
    margin: 0 !important;
}
.products .about h2{
    color: var(--footer-bg-color); 
}
.section .bg-mix-blend,
.bg-mix-blend{
    background-color: rgba(238, 233, 228, 0.53);
    padding: 103px 96px;
    font-size: 30px;
    line-height: 75px;
    color: var(--footer-bg-color);
    mix-blend-mode: multiply;
}
.products .productLists{
    margin-top: -200px;
}
.products .listThumbs .thumbItem{
    width: 35%;
}
.products .listThumbs .thumbItem:nth-child(2){
    width: 30%;
}
.products .listThumbs .thumbItem img{
    height: 100%;
    width: 100%;
    object-fit: fill;
}
.section .bgreenYellow{
    background-color: var(--menu-color);
    color: var(--footer-bg-color);
}
.numbers .listNumbers{
    color: var(--footer-bg-color);
}
.numbers .listNumbers span{
    display: block;
    font-size: 110px;
    letter-spacing: 2.75px;
    line-height: 128px;
    font-family: 'DM Serif Display', serif;
}
.numbers .listNumbers h3{
    font-weight: 400;
    font-size: 29px;
    line-height: 35px;
    letter-spacing: 0.58px;
    margin: 0;
}
/********Produit page*********/
.page  .lm-banner-v1::before{
    background-color: var(--overlay-noir-50, rgba(0, 0, 0, 0.1));
    display: none;
}
.page  .lm-banner-v1 h1,
.page  .lm-banner-v1 h2{
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 100px;
    line-height: 130px;
    color: var(--menu-color);
    opacity: 0.82;
    margin: 0;
}
.page .lm-banner-v1{
    height: 70vh;
    max-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    margin: 0;
}
.page .lm-banner-title{
    background-color: var(--menu-color);
    color: var(--footer-bg-color);
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 1px;
    padding: 60px 0 85px;
    margin-top: -90px;
}
.lm-post{
    padding: 110px 0;
}
.lm-post .itemPost .box-green{
    padding: 90px 107px;
    color: var(--menu-color);
    background-color: var(--footer-bg-color);
    font-size: 30px;
    line-height: 50px;
    font-weight: 300;
}
.lm-post .itemPost h1{
    margin: 0;
    margin-left: 120px;
    border-bottom: 2px solid var(--menu-color);
    letter-spacing: 1px;
    font-size: 50px;
    line-height: 60px;
    padding-bottom: 20px;
}
.lm-post .itemPost .boxIcon,
.lm-post .itemPost .boxIconGreen{
    width: 78px;
    position: absolute;
    top: 0;
}
.lm-post .itemPost .boxIcon{   
    left: 107px;
    background-color: var(--menu-color);
    height: 172px;
    display: flex;
    padding: 20px 15px;
    align-items: end;
    z-index: 2;
}
.lm-post .itemPost .boxIcon img{
    max-width: 49px;
    max-height: 49px;
}
.lm-post .itemPost .boxIconGreen{
    left: 115px;
    height: 179px;
    background-color: rgba(84,136,97,0.14);
    mix-blend-mode: multiply;
}
.lm-post .itemPost .resume{
    padding-top: 30px;
}
.lm-post .itemPost .postProperty h3{
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 50px;
    margin: 0;
}
.lm-post .itemPost .postProperty .text{
    font-family: Helvetica, sans-serif;
    font-size: 20px;
    line-height: 24px;
}
.lm-post .itemPost .boxProperty{
    margin-bottom: 40px;
}
.lm-post .itemPost  .boxProperty:last-child{
    margin-bottom: 0;
}
.lm-post .itemPost .itemPosThumb{
    position: absolute;
    right: 0;
    top: 20%;
    max-width: 500px;
    z-index: 2;
}
.lm-post .item-choux .itemPosThumb{
    top: 50%;
}
.lm-post .item-concombres .itemPosThumb,
.lm-post .item-tomates .itemPosThumb{
    top: 30%;
}
.lm-post .itemPost  .postProperty{
    padding: 60px 100px;
}
/*********durabilite*********/
.itemSubstainContent{
    margin: 0 auto;
    color: var(--footer-bg-color);
}
.itemSubstain .itemSubstainContent h3{
    font-size: 50px;
    line-height: 55px;
    letter-spacing: 1px;
    margin: 0 0 25px;
    min-height: 137px;
}
.itemSubstain .itemSubstainContent .resume{
    font-size: 25px;
    line-height: 40px;
    font-weight: 300;
}
.itemSubstainEven .itemSubstainContent h3{
    max-width: 680px;
}
.boxes .itemSubstain{
    padding: 130px 0 70px;
}
.itemSubstainOdd .itemSubstainContent .resume{
    padding-left: 304px;
}
.itemSubstainOdd .itemSubstainContent h3{
    padding-left: 400px;
}
.itemSubstain .itemSubstainthumb{
    position: absolute;
    top: 0;
    left: 0;
}
.itemSubstainEven .itemSubstainthumb{
    right: 0;
    left: auto;
}
.itemSubstainEven .itemSubstainContent h3{
    max-width: 670px;
}
.itemSubstainEven .itemSubstainContent .resume{
    max-width: 572px;
}
.itemSubstain .bg-mix-blend{
    padding: 68px 90px;
}
#main-contenu  .bg-thumb{
    position: absolute;
    mix-blend-mode: multiply;
    background-size: contain;
}
.itemSubstain:last-child .bg-thumb{
    width: 870px;
    height: 753px;
    background: url(images/bg-growth.png) no-repeat  right center transparent;
    right: 0;
    top: -300px;
}
.itemSubstain:nth-child(5) .bg-thumb{
    width: 771px;
    height: 523px;
    background: url(images/bg-abeille.png) no-repeat  right center transparent;
    right: 50px;
    top: -100px;
}
.itemSubstain:nth-child(4) .bg-thumb{
    width: 392px;
    height: 689px;
    background: url(images/bg-energy.png) no-repeat  left center transparent;
    left: 0;
    top: 0;
}
.itemSubstain:nth-child(2) .bg-thumb{
    left: -66px;
    background: url(images/bg-feuilles.png) no-repeat  left center transparent;
    top: 0;
    width: 325px;
    height: 645px;
}
/********Entreprise***********/
#main-contenu .lm-carrieres-wysiwyg .bg-mix-blend{
    padding: 122px 60px 70px;
}
#main-contenu .lm-carrieres-wysiwyg .bg-mix-blend p{
    font-size: 30px;
    line-height: 75px;
    font-weight: 300;
    color: var(--footer-bg-color);
}
.lmc-jobs .opportunites-emplois .title,
.lm-carrieres-wysiwyg h2,
.site-contact h2{
    font-size: 50px;
    letter-spacing: 1px;
    line-height: 55px;
    color: var(--footer-bg-color);
    font-weight: 400;
}
.lm-carrieres-wysiwyg h2{
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 2px solid var(--footer-bg-color);
}
.jobs-list .lm-tabs{
    text-decoration: none;
}
#lmc-jobs{
    padding: 0;
}
#lmc-jobs .titleBox{
    background-color: var(--footer-bg-color);
    padding: 74px 0;
    margin-bottom: 110px;
}
#lmc-jobs .titleBox h2{
    color: var(--menu-color);
    font-size: 55px;
    line-height: 70px;
    letter-spacing: 1.2px;
}
.lmc-jobs .jobs-content{
    padding: 64px 72px;
    background-color: rgba(255,255,255,0.65);
    color: var(--footer-bg-color);
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
}
.lmc-jobs .jobs-content .jobName{
    font-weight: 600;
    font-size: 26px;
    line-height: 40px;
    display: block;
    margin-bottom: 45px;
    border-bottom: 1px solid var(--footer-bg-color);
    padding-bottom: 24px;
}
.lmc-jobs .jobs-content h2{
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 24px;
}
.lmc-jobs .jobs-content .btn-postuler{
    border-color: var(--footer-bg-color);
    margin-top: 54px;
    color: var(--footer-bg-color);
}
.lmc-jobs .jobs-content .btn-postuler:hover{
    background-color: var(--footer-bg-color);
    color: #fff;
}
.lmc-jobs .jobs-list .lm-tabs .info{
    border: none;
    font-size: 26px;
    line-height: 40px;
    color: var(--footer-bg-color);
    font-weight: 300;
}
.lmc-jobs .jobs-list .lm-tabs{
    border-bottom: 1px solid var(--footer-bg-color);
}
.lmc-jobs .jobs-list{
    padding-right: 50px;
}
.lmc-jobs .jobs-list .lm-tabs:hover .info,
.lmc-jobs .jobs-list .lm-tabs.active .info{
    font-weight: 600;
}
.jobs-list .lm-tabs .icon svg{
    color: var(--footer-bg-color);
    fill: var(--footer-bg-color);
}
.jobs-list .lm-tabs.active .icon svg.activated{
    height: 25px;
}
.lmc-jobs .opportunites-emplois h3.title {
    color: var(--footer-bg-color);
    margin: 0;
}
.lmc-jobs .jobs-list .candidature-spon button{
    width: 100%;
    display: flex;
    gap: 4px;
    padding: 0;
    background-color: transparent;
}
.lmc-jobs .jobs-list .candidature-spon button span{
    background-color: var(--footer-bg-color);
    color: var(--menu-color);
    text-transform: none;
}

.lmc-jobs .jobs-list .candidature-spon button .label {
    font-size: 23px;
    font-weight: 400;
    padding: 19px 20px;
    border-radius: 0;
    text-align: left;
    display: inline-block;
    flex-grow: 1;
    font-family: 'DM Serif Display', serif;
}
.all-jobs .candidature-spon .open-form-carriere .icon {
    width: 100%;
    max-width: 72px;
    flex-shrink: 0;
    display: grid;
    place-items: center;
    height: 100%;
    padding: 22px 0;
}
.lmorder-1 .bg-thumb,
#main-contenu .site-contact .bg-thumb{
    width: 706px;
    height: 677px;
    transform: matrix(0.9, 0.44, -0.44, 0.9, 0, 0);
    right: -15%;
    top: 25%;
    background: url(images/bg-salade.png) no-repeat  right center transparent;
}
/************Contact***********/
.site-contact{
    padding: 125px 0 270px;
}
.site-contact .gform_heading .gform_required_legend{
    display: none;
}
.site-contact h2{
    margin-bottom: 30px;
}

.site-contact .infosCol .box:before{
    content: "";
    display: block;
    margin-bottom: 35px;
    margin-top: 30px;
    border: 2px solid var(--footer-bg-color);
    width: 108px;
}
.site-contact .infosCol .box{
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.44px;
    color: var(--footer-bg-color);
    max-width: 300px;
    font-weight: 300;
}
.site-contact .infosCol .box .phone{
    font-weight: 600;
}
.site-contact .infosCol .box .phone a{
    color: var(--footer-bg-color);
    text-decoration: none;
}
.site-contact .infosCol .box address{
    padding-top: 15px;
}
.site-contact .infosCol .box h3{
    font-size: 22px;
    line-height: 40px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
}
.opening-hours span{
    font-weight: 500;
    font-style: italic;
}
.site-contact .gform_wrapper.gravity-theme .gfield input.large,
.site-contact .gform_wrapper.gravity-theme .gfield textarea{
    background-color: #fff;
    border-color: #fff;
    color: var(--footer-bg-color);
    font-size: 18px;
    font-weight: 600;
}
.site-contact .gform_wrapper.gravity-theme .gfield textarea.medium{
    height: 271px;
}
.site-contact form ::placeholder {
    color: var(--footer-bg-color);
}
.site-contact form .spacer.gfield{
    display: none;
}
.site-contact .gform_wrapper.gravity-theme .field_sublabel_above .gfield_description{
    border: none;
    padding: 5px;
}
.site-contact form .gform_button {
    padding: 11px 32px;
}
#main-contenu .site-contact .formCol,
#main-contenu .site-contact .infosCol {
    z-index: 1;
}
@media (min-width: 992px){
    #footer .container,
    section .container,
    .lm-post .container,
    .itemSubstainContent{
        max-width: 1087px;
    }
    .page-banner .container{
        max-width: 1200px;
    }
    .boxes .itemSubstain:last-child{
        padding-bottom: 178px;
    }
    .products .productLists .productItem .resume {
        min-height: 130px;
    }
} 
@media (min-width: 1600px){
    .prefooter img{
        object-fit: cover;
        width: 100%;
    }
    .prefooter .thumbContact{
        flex: 1 0 0%; 
    }
    .prefooter .thumbContact:nth-child(2){
        flex: 0 0 30%;
    }
    .prefooter .thumbContact img{
        height: 100%;
    }
}

@media (max-width: 1500px){
    .itemSubstain:nth-child(2) .bg-thumb{
        width: 225px;
        height: 445px;
    }
    .itemSubstain:nth-child(5) .bg-thumb {
        width: 400px;
        height: 271px;
    }
}
@media (max-width: 1199px){
    .itemSubstain .itemSubstainthumb{
        max-width: 350px;
    }
    .itemSubstainEven .itemSubstainContent h3 {
        max-width: 600px;
    }
    .itemSubstainEven .itemSubstainContent .resume {
        max-width: 502px;
    }
}
@media (max-width: 1024px){
    .products .productLists {
        padding: 0 30px;
    }
}

@media (max-width: 991px){
    #header .box-logo a{
        position: relative;
        height: auto;
    }
    .site-contact {
        padding: 25px 0 0;
    }
    #header .box-menu{
        flex-direction: column-reverse;
        justify-content: end !important;
        align-items: end !important;
    }
    .banner {
        background-repeat: no-repeat;
        background-size: cover;
        padding: 127px 0 295px;
    }
    .lm-post {
        padding: 70px 0;
    }
    .lm-post .itemPost .itemPosThumb{
        top: 59%;
    }
    .lm-post .item-concombres .itemPosThumb{
        top: 73%;
    }
    .itemSubstain .itemSubstainthumb{
        margin: 0 auto 30px;
        position: relative;
    }
    .itemSubstainOdd .itemSubstainContent .resume,
    .itemSubstainOdd .itemSubstainContent h3{
        padding: 0;
    }
    .all-jobs .jobs-content {
        display: none;
        margin-left: 0;
        background-color: rgba(255,255,255,1);
    }
    .jobs-list, .jobs-content {
        width: 100%;
        flex-shrink: 0;
    }
    .all-jobs {
        display: flex;
        grid-template-columns: initial;
        overflow: hidden;
    }
    .opportunites-emplois .lm-carrieres-filters{
        margin: 1rem -0.3rem;
    }
    .lmc-jobs .jobs-list{
        padding: 0;
    }
    .lmc-jobs .jobs-list .lm-tabs,
    .lmc-jobs .jobs-list .lm-tabs .info{
        text-align: left;
    }
    .all-jobs.showJob .jobs-content {
        transform: translateX(-100%);
        display: block;
    }
    .return-btn-mobile svg{
        height: 40px;
    }
    .lmc-jobs .jobs-content .btn-postuler{
        margin-top: 30px;
    }
}
@media (max-width: 767px){
    #header .box-logo,
    .ze-logo{
        height: auto;
    }
    #header .box-menu{
        flex-direction: row-reverse;
        justify-content: end !important;
        gap: 15px !important;
        align-items: center !important;
    }
    .header-infos .header-phone{
        padding: 10px;
        font-size: 13px;
    }
    .page .lm-banner-v1 {
        height: 30vh;
        max-height: 300px;
    }
    .page .lm-banner-v1 h1, 
    .page .lm-banner-v1 h2{
        font-size: 50px;
        line-height: 150px;
    }
    .page .lm-banner-title{
        font-size: 40px;
        line-height: 50px;
        padding: 30px 0 30px;
    }
    .lmc-jobs .opportunites-emplois .title, 
    .lm-carrieres-wysiwyg h2, .site-contact h2,
    .section h2,
    #lmc-jobs .titleBox h2,
    .itemSubstain .itemSubstainContent h3{
        font-size: 30px;
        line-height: 35px;
    }
    .itemSubstain .itemSubstainContent h3{
        min-height: 30px;
    }
    .site-contact .infosCol .box:before{
        margin-left: auto;
        margin-right: auto;
    }
    .site-contact .gform_wrapper.gravity-theme .gfield input.large, 
    .site-contact .gform_wrapper.gravity-theme .gfield textarea{
        text-align: left;
    }
    .site-contact .infosCol .box{
        max-width: 100%;
    }
    #footer .copyright div div{
        padding: 0;
    }
    #footer ul{
        padding: 0;
    }
    #footer .text-footer p,
    #main-contenu .lm-carrieres-wysiwyg .bg-mix-blend p{
        font-size: 30px;
        line-height: 40px;
    }
    .banner h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .section h2,
    #lmc-jobs .titleBox{
        padding: 30px 0 !important;
    }
    .section .bg-mix-blend, .bg-mix-blend,
    .lm-post .itemPost .postProperty{
        padding: 30px;
        line-height: 50px;
    }
    .banner {
        background-repeat: no-repeat;
        background-size: cover;
        padding: 100px 0 295px;
    }
    .numbers .listNumbers span {
        font-size: 70px;
        letter-spacing: 2px;
        line-height: 98px;
    }
    .numbers .listNumbers h3 {
        font-size: 25px;
        line-height: 35px;
    }
    .lm-post{
        padding: 30px 0;
    }
    .boxes .itemSubstain{
        padding: 15px 0;
    }
    .lm-post .itemPost .itemPosThumb{
        position: relative;
        top: auto;
    }
    .lm-post .itemPost .box-green{
        padding: 90px 30px 30px;
    }
    .lm-post .itemPost .boxIcon{
        left: 30px;
        height: 102px;
    }
    .lm-post .itemPost .boxIconGreen {
        left: 40px;
        height: 112px;
    }
    .lm-post .itemPost h1{
        margin: 30px 0 0 !important;
    }
    .lm-post .itemPost .boxProperty{
        margin-bottom: 20px;
    }
    #main-contenu .lm-carrieres-wysiwyg .bg-mix-blend{
        padding: 30px;
    }
    #lmc-jobs .titleBox,
    .lmc-jobs .jobs-content .jobName{
        margin-bottom: 30px;
    }
    .all-jobs .jobs-list {
        height: auto;
        padding-bottom: 0;
    }
    .lmc-jobs .jobs-list .candidature-spon button .label{
        font-size: 19px;
    }
    .lm-post .itemPost .itemPosThumb img{
        margin: 0 auto;
    }
    .all-jobs.showJob div.jobs-content {
        transform: translateX(-50%);
        padding: 0 0 10px;
    }
}
@media (max-width: 575px){
    .banner {
        padding: 50px 0 250px;
    }
    .banner h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .lm-post .itemPost .itemPosThumb img{
        max-height: 250px;
        margin: 0 auto;
    }
}