@charset "UTF-8";
/*
 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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");
:root {
  --main-color: #0082CA;
  --sombre: #3C3D3B;
  --gris: #E7E9EE;
  --white: #FFFFFF;
  --footer-color: var(--white);
  --footer-bg-color: var(--sombre);
  --footer-social-color-svg: var(--sombre);
  --header-social-color-svg: var(--main-color);
  --bs-link-hover-color-rgb: var(--main-color);
  --header-social-color-svg-hover: white;
  font-family: "Poppins", sans-serif;
  color: var(--sombre);
}

.btn, .gform_footer .gform_button, .wpcf7-submit, .wp-element-button, .checkout-button, .button, #wp-submit, .wp-block-button__link {
  font-size: 15px;
  padding: 17px 42px;
  line-height: 23px;
  font-weight: 700;
}

.btn-2 {
  --btn-border-color: var(--white);
  --btn-border-color-hover: var(--main-color);
  --btn-txt-color: var(--sombre);
}

.lm-section.perso h2 {
  font-size: 76px;
  line-height: 115px;
  font-weight: bold;
  color: white;
}

@media (max-width: 768px) {
  .lm-section.perso h2 {
    font-size: 50px;
    line-height: 65px;
  }
}
@media (max-width: 500px) {
  .lm-section.perso h2 {
    line-height: 50px;
    font-size: 40px;
  }
}
.lm-section.perso .content * {
  color: white;
  line-height: 23px;
  letter-spacing: 1.5px;
  font-size: 15px;
  font-weight: 300;
}

.lm-section.perso .content * strong {
  font-weight: 700;
}

@media (min-width: 992px) {
  .lm-section.perso .lm-col-full-right .object-cover {
    min-height: 500px;
  }
  .lm-section.perso .lm-col-full-right figure {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
.lm-section.perso .lm-col-full-right .action {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
}

@media (min-width: 1500px) {
  .lm-section.perso .lm-col-full-right .action {
    translate: -100%;
  }
}
@media (min-width: 1200px) and (max-width: 1420px) {
  .lm-section.perso .lm-col-full-right .action {
    transform: translate(0, 100%);
  }
  .lm-section.perso .lm-col-full-right {
    margin-bottom: 65px;
  }
}
@media (min-width: 992px) {
  .lm-section.perso .lm-col-full-right {
    translate: calc(-1 * (50% - (41.6vw - 41.6%)));
  }
}
.blue-band h1 {
  font-size: 49px;
  font-weight: 700;
  line-height: 73px;
}

@media (max-width: 768px) {
  .blue-band h1 {
    line-height: 45px;
    font-size: 35px;
  }
}
@media (max-width: 350px) {
  .blue-band h1 {
    font-size: 25px;
  }
}
@media (min-width: 992px) {
  .w-md-30 {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .w-md-25 {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .w-md-20 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .w-md-20 {
    width: 30%;
  }
}
@media (min-width: 1400px) {
  .w-md-20 {
    width: 20%;
  }
}
.object-cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.bg-cover {
  background-position: center;
  background-size: cover;
}

.bg-sombre {
  background-color: var(--sombre);
}

.bg-main,
.nos-valeurs.bg-main{
  background-color: var(--main-color);
}

.bg-gris {
  background-color: var(--gris);
}

.text-main {
  color: var(--main-color);
}

header#header {
  background-color: var(--white);
}

header#header .ze-logo {
  height: auto;
}

.lm-banner {
  position: relative;
  padding-block: 7rem;
  height: fit-content;
  max-height: max-content;
}

.lm-banner .container {
  z-index: 1000;
}

.lm-banner .image-pre {
  position: absolute;
  max-width: 2400px;
  z-index: 100;
  /* width: 100%; */
  right: -40%;
  bottom: -40%;
  height: 100%;
}

@media (max-width: 1200px) {
  .lm-banner .image-pre {
    opacity: 0.5;
  }
}
.lm-banner h1 {
  font-size: 76px;
  line-height: 105px;
  font-weight: bold;
  color: white;
  max-width: 549px;
  text-shadow: 2px 2px #3C3D3B;
}

@media (max-width: 768px) {
  .lm-banner h1 {
    font-size: 50px;
    line-height: 65px;
  }
}
@media (max-width: 500px) {
  .lm-banner h1 {
    line-height: 50px;
    font-size: 40px;
  }
}
@media (max-width: 350px) {
  .lm-banner h1 {
    line-height: 45px;
    font-size: 30px;
  }
}
#main-navbar a {
  color: var(--sombre);
  font-size: 15px;
  letter-spacing: 2.4px;
  line-height: 21px;
  font-weight: 700;
}

.top-menu-box {
  position: absolute !important;
  top: 0;
  height: 100%;
  right: 0;
  background-color: var(--sombre);
  padding: 25px 80px;
  display: grid;
  place-content: center;
  min-width: 280px;
  display: block;
  text-transform: lowercase;
}

@media (max-width: 1700px) {
  .top-menu-box {
    max-width: 150px;
    min-width: 200px !important;
    padding: 25px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) {
  header #main-navbar > ul > li > a {
    margin-left: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1500px) and (min-width: 1350px) {
  header .justify-content-xl-center {
    justify-content: start !important;
  }
}
.mobile-visit-now {
  display: none;
}

.top-menu a {
  color: white;
  font-size: 18px;
  letter-spacing: 1.9px;
  line-height: 27px;
  font-weight: 700;
}

.top-menu a:hover {
  color: var(--bs-link-hover-color-rgb);
}

.lm_lang_switcher a {
  font-weight: 800;
}

header .social-header {
  margin-left: 0 !important;
}

header .social-header.social-circles a:not(.no-circle) {
  background-color: white;
  padding: 10px;
}

header .social-header.social-circles a:not(.no-circle):hover {
  background-color: var(--main-color);
}

.top-menu .viisit-now {
  position: absolute !important;
  display: block;
  right: 0;
  width: 100%;
  background-color: var(--main-color);
  top: 100%;
  text-align: center;
  padding: 23px;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 23px;
  font-weight: 700;
  border: 1px solid var(--main-color);
}

.top-menu .viisit-now:hover {
  background-color: white !important;
}

.lm-breadcrumbs-wraper {
  display: none;
}

section#services h2 {
  font-size: 76px;
  line-height: 115px;
  font-weight: 700;
}

section#services p {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1.8px;
  font-weight: 700;
  color: var(--sombre);
}

section#services .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  row-gap: 1rem;
}

@media (max-width: 768px) {
  section#services .grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
section#services .item.-mt {
  margin-top: -59px;
}

section#services .item a.img {
  aspect-ratio: 0.8611987382;
  background: var(--main-color);
  background-position: center;
  background-size: cover;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  text-shadow: 1px 1px var(--sombre);
}

@media (max-width: 1920px) {
  section#services .item a.img {
    font-size: 3.75vw;
  }
}
@media (max-width: 1200px) {
  section#services .item a.img {
    font-size: 4.5vw;
  }
}
@media (max-width: 768px) {
  section#services .item a.img {
    font-size: 10vw;
  }
}
section#results .action {
  position: absolute;
  top: 0;
  right: 0;
}

section#results .grid {
  display: flex;
  flex-wrap: wrap;
  /* Permet aux éléments de passer à la ligne si nécessaire */
  justify-content: center;
  /* Centre les éléments horizontalement */
  align-items: center;
  gap: 10px;
}

section#results p {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: 300;
}

section#results p strong {
  font-weight: 700;
}

section#results .item:not(:first-child) {
  border-left: 1px solid var(--white);
}

section#results .item {
  min-width: 250px;
  /* Largeur minimale des éléments */
  flex: 1 1 auto;
  /* Flex-grow, flex-shrink, flex-basis */
}

@media (max-width: 1500px) {
  section#results .item {
    border-color: transparent !important;
  }
}
section#results .item img {
  max-height: 50px;
  width: auto;
}

.home-demande h2 {
  font-weight: 700;
  font-size: 49px;
  line-height: 55px;
}

.home-demande h3 {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 700;
}

.home-demande p {
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 23px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  section.strategie .lm-border-left {
    border-color: transparent !important;
    padding-top: 3rem;
  }
}
section.strategie h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 54px;
}

section.strategie p {
  font-style: 20px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 2px;
}

section.with-table img {
  max-width: 107px;
  aspect-ratio: 1;
}

section.with-table h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 2.8px;
}

section.with-table .desc {
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 25px;
  font-weight: 300;
}

section.with-table .table-main {
  border: 1px solid var(--main-color);
}

section.with-table .table-main h3 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
}

section.with-table .table-main .text-main {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1.4px;
  font-weight: 300;
}

section.subvensions-text {
  font-weight: 300;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 1.5px;
}

section.subvensions-text strong {
  font-weight: 700;
}

section.demande-estimation .img-back {
  width: 100%;
  aspect-ratio: 2.2471169687;
}

section.demande-estimation .form {
  margin-top: -150px;
}

@media (max-width: 991px) {
  section.demande-estimation .form {
    margin-top: -20px;
  }
}
section.demande-estimation .form .gform_wrapper.gravity-theme .gform_footer, section.demande-estimation .form .gform_wrapper.gravity-theme .gform_page_footer {
  justify-content: center;
}

section.demande-estimation .form .gform_description {
  display: none;
}

section.demande-estimation .form h3 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
}

section.demande-estimation .form h1 {
  font-size: 48px;
  line-height: 55px;
  font-weight: 700;
}

section.demande-estimation .form textarea {
  height: 20%;
  max-height: 150px !important;
  min-height: unset !important;
  resize: none;
}

section.demande-estimation .form .gform_wrapper.gravity-theme input[type=color], section.demande-estimation .form .gform_wrapper.gravity-theme input[type=date], section.demande-estimation .form .gform_wrapper.gravity-theme input[type=datetime-local], section.demande-estimation .form .gform_wrapper.gravity-theme input[type=datetime], section.demande-estimation .form .gform_wrapper.gravity-theme input[type=email], section.demande-estimation .form .gform_wrapper.gravity-theme input[type=month], section.demande-estimation .form .gform_wrapper.gravity-theme input[type=number], section.demande-estimation .form .gform_wrapper.gravity-theme input[type=password], section.demande-estimation .form .gform_wrapper.gravity-theme input[type=search], section.demande-estimation .form .gform_wrapper.gravity-theme input[type=tel], section.demande-estimation .form .gform_wrapper.gravity-theme input[type=text], section.demande-estimation .form .gform_wrapper.gravity-theme input[type=time], section.demande-estimation .form .gform_wrapper.gravity-theme input[type=url], section.demande-estimation .form .gform_wrapper.gravity-theme input[type=week], section.demande-estimation .form .gform_wrapper.gravity-theme select, section.demande-estimation .form .gform_wrapper.gravity-theme textarea {
  background-color: transparent;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  padding-left: 0 !important;
}

section.demande-estimation .form .gform_wrapper.gravity-theme input[type=color]::placeholder, section.demande-estimation .form .gform_wrapper.gravity-theme input[type=date]::placeholder, section.demande-estimation .form .gform_wrapper.gravity-theme input[type=datetime-local]::placeholder, section.demande-estimation .form .gform_wrapper.gravity-theme input[type=datetime]::placeholder, section.demande-estimation .form .gform_wrapper.gravity-theme input[type=email]::placeholder, section.demande-estimation .form .gform_wrapper.gravity-theme input[type=month]::placeholder, section.demande-estimation .form .gform_wrapper.gravity-theme input[type=number]::placeholder, section.demande-estimation .form .gform_wrapper.gravity-theme input[type=password]::placeholder, section.demande-estimation .form .gform_wrapper.gravity-theme input[type=search]::placeholder, section.demande-estimation .form .gform_wrapper.gravity-theme input[type=tel]::placeholder, section.demande-estimation .form .gform_wrapper.gravity-theme input[type=text]::placeholder, section.demande-estimation .form .gform_wrapper.gravity-theme input[type=time]::placeholder, section.demande-estimation .form .gform_wrapper.gravity-theme input[type=url]::placeholder, section.demande-estimation .form .gform_wrapper.gravity-theme input[type=week]::placeholder, section.demande-estimation .form .gform_wrapper.gravity-theme select::placeholder, section.demande-estimation .form .gform_wrapper.gravity-theme textarea::placeholder {
  text-transform: uppercase;
  font-weight: 300;
}

@media (max-width: 991px) {
  section.demande-estimation .form .gform_wrapper.gravity-theme .gform_fields {
    display: inherit;
  }
  section.demande-estimation .form .gform_wrapper.gravity-theme .gform_fields > * {
    margin-bottom: 15px;
  }
}
section.systeme-eclairage .container {
  max-width: 900px;
}

section.systeme-eclairage h3 {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 2.8px;
  font-weight: 700;
}

section.systeme-eclairage .item {
  font-size: 28px;
  letter-spacing: 2.8px;
  line-height: 42px;
  padding: 27px 42px;
  border: 1px solid var(--main-color);
}

section.systeme-eclairage .desc {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1.5px;
  line-height: 23px;
}

section.caract-serre h3 {
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 2.8px;
  font-weight: 700;
}

section.caract-serre .text {
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 21px;
  font-weight: 300;
}

section.caract-products h3, section.section_services_complementatires h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 42px;
  letter-spacing: 2.8px;
}

section.caract-products .text, section.section_services_complementatires .text {
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 21px;
  font-weight: 300;
}

section.section_services_complementatires h2 {
  font-size: 49px;
}

section.support .lm-section.perso h2 {
  font-size: 49px;
  line-height: 73px;
  font-weight: bold;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  section.support .lm-section.perso h2 {
    font-size: 50px;
    line-height: 65px;
  }
}
@media (max-width: 500px) {
  section.support .lm-section.perso h2 {
    line-height: 50px;
    font-size: 40px;
  }
}
section.service_intégrés .grid {
  display: flex;
  flex-wrap: wrap;
  /* Permet aux éléments de passer à la ligne si nécessaire */
  justify-content: center;
  /* Centre les éléments horizontalement */
  align-items: center;
  gap: 10px;
}

section.service_intégrés .lm-border-left {
  padding-top: 3rem;
  min-width: 270px;
  /* Largeur minimale des éléments */
  flex: 1 1 auto;
  /* Flex-grow, flex-shrink, flex-basis */
}

@media (max-width: 1500px) {
  section.service_intégrés .lm-border-left {
    border-color: transparent !important;
  }
}
section.service_intégrés h2 {
  font-size: 49px;
  line-height: 79px;
}

section.service_intégrés h4 {
  font-size: 20px;
  line-height: 30px;
}

section.avantages .bg-cover {
  aspect-ratio: 3.4845735027;
}

@media (min-width: 992px) {
  section.avantages h1 {
    transform: translateY(-100%);
  }
}
section.avantages h1 span {
  font-size: 49px;
  line-height: 55px;
}

@media (min-width: 992px) {
  section.avantages .row {
    margin-top: -137px;
  }
}
section.avantages .row div:nth-child(2) {
  background-color: #505050;
}

section.avantages .row div:nth-child(3) {
  background-color: #6d6d6d;
}

section.avantages .row div:nth-child(4) {
  background-color: #ababab;
}

section.sections h3 {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1.8px;
  font-weight: 700;
}

section.sections h3 ~ div {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 1.5px;
  font-weight: 300;
}

section.sections hr {
  background-color: var(--main-color);
  color: var(--main-color);
  max-width: 190px;
  opacity: 1;
}

@media (max-width: 768px) {
  section.sections hr {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  section.sections .ltr {
    flex-direction: column-reverse;
  }
}
section.sections.carieres figure, section.sections.products figure {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

section.sections.products h3 {
  font-size: 49px;
  line-height: 73px;
  letter-spacing: 0px;
}

section.sections.products h3 ~ div {
  line-height: 20px;
}

section.sections.products p:has(> a:first-child) {
  margin-top: 1rem;
}

section.sections.products p:has(> a:first-child) > a:first-child {
  font-size: 15px;
  padding: 17px 42px;
  line-height: 23px;
  font-weight: 700;
  text-decoration: none;
  background-color: #0082CA;
  color: white;
  width: fit-content;
  border: 1px solid var(--main-color);
  transition-property: all;
  transition-duration: 300ms;
  text-transform: uppercase;
}

section.sections.products p:has(> a:first-child) > a:first-child:hover {
  background-color: white;
  color: var(--main-color);
}

section.carousel_confiance .carousel_confiance_wrapper {
  width: 95vw;
}

section.carousel_confiance .slick-slide {
  margin: 0 50px;
}

section.carousel_confiance .slick-list {
  margin: 0 -50px;
}

section.carousel_confiance img {
  /* min-height: 200px !important; */
}

section.carousel_confiance h2 {
  font-size: 76px;
  line-height: 115px;
}

@media (max-width: 768px) {
  section.carousel_confiance h2 {
    font-size: 50px;
    line-height: 65px;
  }
}
@media (max-width: 991px) {
  section.carousel_confiance h2 {
    font-size: 60px;
    line-height: 65px;
  }
}
section.carousel_confiance p {
  font-size: 18px;
  letter-spacing: 1.8px;
  line-height: 27px;
}

section.carousel_confiance .navigation {
  display: flex;
  gap: 10px;
  justify-content: center;
}

@media (min-width: 820px) {
  section.carousel_confiance .navigation {
    top: 0;
    right: 0;
    position: absolute;
  }
}
section.carousel_confiance .navigation > div {
  aspect-ratio: 1;
  width: 60px;
  display: grid;
  place-content: center;
  font-size: 25px;
  cursor: pointer;
}
section.carousel_confiance .navigation > div:hover {
  opacity: 0.8;
}

section.video-block .container {
  max-width: 1088px !important;
  aspect-ratio: 2.4394618834 !important;
}

section.video-block iframe {
  height: 100%;
  width: 100%;
}

/*FOOTER */
#footer .content.container .social-circles a:not(.no-circle) {
  padding: 10px;
}

#footer .content.container .social-circles a:not(.no-circle):hover {
  background-color: #FFFFFF;
}

#footer .content.container * {
  font-size: 15px;
  line-height: 23px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

#footer .content.container .footer-title {
  font-weight: 700;
}

#footer .content.container .footer-contact-us .row-contact-us {
  display: inherit;
}

#footer .content.container .footer-contact-us .row-contact-us strong {
  margin-right: 10px;
}

#footer .content.container #menu-menu-footer-1,
#footer .content.container .footer-title + ul{
  padding: 0;
}

#footer .content.container #menu-menu-footer-1 a:hover,
#footer .content.container .footer-title + ul a:hover{
  color: var(--main-color);
}

#footer .copyright {
  background-color: #707070;
}

#footer .copyright * {
  font-size: 12px;
  line-height: 24px;
}

#footer .copyright #menu-menu-copyright {
  order: 3;
  width: 50%;
  margin-left: auto;
}

#footer .copyright ul a {
  text-decoration: underline;
}

#footer .copyright a:hover {
  color: var(--sombre);
  text-decoration: underline;
}

#footer .copyright .lm-menu-separator {
  opacity: 0;
}

#footer .copyright .copyright-conception svg {
  visibility: hidden;
  width: 0px;
  margin-right: 0;
}

body:is(.mobile) header#header {
  display: flex;
  flex-direction: column-reverse;
}

body:is(.mobile) .ze-logo {
  max-width: 110px;
}

body:is(.mobile) .row-header {
  justify-content: space-between;
}

body:is(.mobile) .lm-search:not(.open) button {
  background-color: transparent;
}

body:is(.mobile) .lm-search:not(.open) button, body:is(.mobile) .lm-search:not(.open) button * {
  fill: var(--main-color) !important;
}

body:is(.mobile) .top-menu-box {
  max-width: 100%;
  position: relative !important;
  padding: 10px !important;
  padding-left: 1rem;
}

body:is(.mobile) .top-menu-box .viisit-now {
  display: none;
}

body:is(.mobile) .top-menu-box *:has(a) {
  display: flex;
  align-items: center;
}

body:is(.mobile) .top-menu-box .lm-search {
  display: none;
}

body:is(.mobile) .top-menu-box .mobile-visit-now {
  display: inline-block;
  background-color: var(--main-color);
  margin-left: 1rem;
}

body:is(.mobile) .top-menu-box .mobile-visit-now a {
  margin: 7px;
  font-size: 10px;
  text-decoration: none;
  text-transform: uppercase;
  text-wrap: balance;
  display: block;
}
@media (min-width: 1200px) {
	.nos-valeurs img{
		max-height: 400px;
	}
}
@media (max-width: 1537px) {
  .top-menu-box {
    padding: 25px;
    min-width: 300px;
  }
}
@media (max-width: 1300px) {
  .top-menu-box {
    padding: 20px;
    min-width: 250px;
  }
}
@media (max-width: 1200px) {
  section#results .grid {
    gap: 1rem;
  }
}
@media (max-width: 1080px) {
  #footer .copyright #menu-menu-copyright {
    order: 3;
    width: 100%;
    margin-left: inherit;
  }
  section#results .grid {
    gap: 1.6rem;
  }
}
@media (max-width: 991px) {
	.all-jobs {
		display: flex;
		grid-template-columns: initial;
		overflow: hidden;
	}
	.jobs-list, .jobs-content {
        width: 100%;
        flex-shrink: 0;
    }
	.all-jobs .jobs-list {
        height: auto;
        padding-bottom: 0;
    }
	.all-jobs .jobs-content {
        display: none;
        margin-left: 0;
    }
	.return-btn-mobile {
        display: inline-block;
        border: none;
        font-size: 2rem;
        background: none;
        outline: none;
    }
	.lm-tabs-content {
        padding: 1rem;
    }
	section.systeme-eclairage .item{
		max-width: 260px;
		width: 100%;
		margin: 0 auto;
	}
}
@media (max-width: 768px) {
  section#services .grid .-mt {
    margin: 0;
  }
  section#results .action {
    position: relative;
  }
  section#results .grid .item {
    border: none;
  }
  .strategie .lm-border-left {
    border: none;
  }
  .post-type-archive-realisation .contenu-page .col-12{
	 margin-top: 0;
  }
  .lm-banner {
    padding-block: 5rem;
  }
  .block-video{
	max-width: 640px;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }
  .block-video iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  width: 100% !important;
	  height: 100% !important;
	}
    .sections.carieres ul{
		padding-left: 0;
	}
	.lmc-jobs .lmc-jobs{
		padding: 3rem 0 0;
	}
	.single-nos-valeurs .lmc-section-user-title{
		font-size: 1.1rem;
	}
	.nos-valeurs .slick-next-arrow {
		right: -2rem;
	}
	.single-nos-valeurs div{
		padding: 0 0.5rem;
	}
	.home .icons > div{
		max-width: 250px;
		margin: 0 auto;
	}
	.sections.carieres ul{
		margin: 0;
	}
	.sections.carieres ul li{
		text-align: left;
	}
}

/*# sourceMappingURL=style.css.map */


/* Masquer le titre "Produits" et son ul */
.form-archive-filters h3:nth-of-type(2),
.form-archive-filters h3:nth-of-type(2) + ul {
    display: none;
}
.mobile .sidebar-page ul li,
.mobile .sidebar-page form h3{
	color: #fff;
	text-align: left;
}
.products p a,
.products a{
	display: inline-block;
}
#main-contenu .lmc-banner-header h1 {
    font-size: 76px;
    line-height: 80px;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px #3C3D3B;
	margin-bottom: 0;
}
#main-contenu .lmc-banner-header .btn-jobs{
	text-shadow: 2px 2px #3C3D3B;
	color: white;
	border: none;
	background: none transparent;
	text-decoration: none;
	text-transform: none;
	padding: 0;
	font-weight: 600;
}
.page-template-lmc-template-1 .lm-banner{
	display: none;
}
#main-contenu .lmc-banner-header h1::after{
	display: none;
}
#main-contenu .lmc-banner-header::before{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top:0;
	background-color: rgba(0,0,0,0.3);
	z-index: 1;
}
.lmc-banner-header .image-pre {
    position: absolute;
    max-width: 2400px;
    z-index: 100;
    /* width: 100%; */
    right: -40%;
    bottom: -40%;
    height: 100%;
}
#main-contenu .lmc-banner-header{
	overflow: hidden;
}
#main-contenu  .notre-mission .lmc-contenu, 
#main-contenu  .les-benefices .lmc-contenu {
    padding-left: 0;
}
#main-contenu .lmc-section-title {
	margin-bottom: 0;
	color: var(--sombre);
	font-weight: 600;
}
.grid-icones-texte .lmc-icon-img-svg {
    width: 165px;
    height: 165px;
    background-color: var(--main-color);
    color: #fff;
    font-size: 9rem;
    box-sizing: border-box;
    font-weight: 100;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px;
}
.grid-icones-texte .lmc-icon-img {
    max-width: 165px;
    width: 100%;
    margin-bottom: .7rem;
}
#main-contenu .jobsections > div{
	padding-top: 0;
	background-color: #F2F2F2;
}
.jobs-list .lm-tabs{
	text-decoration: none;
}
#main-contenu  .lmc-jobs .jobs-content {
    padding: 0 50px 50px 50px;
}
.lmc-jobs .opportunites-emplois h2{
	font-weight: 700;
}
.lmc-jobs .candidature-spon button span {
    font-size: 0.9rem;
    color: #ffffff;
    background-color: var(--main-color);
    letter-spacing: 2px;
    margin-right: 1px;
}
.lmc-jobs .open-form-carriere span {
    flex: 1 1 65px;
}
.lmc-jobs .candidature-spon button {
    width: 100%;
    background: none;
    font-size: 1.5rem;
    font-weight: 600;
    color: #122136;
    padding: 0px;
    line-height: 65px;
    position: relative;
    display: flex;
    text-transform: uppercase;
}
.lmc-jobs .candidature-spon i {
    background-color: var(--main-color);
    color: #ffffff;
    width: 65px;
    height: 65px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    font-size: 1.5rem;
}
.lmc-jobs .jobs-list .lm-tabs .job-name, 
.lmc-jobs .lm-tabs-content h3, 
.jobs-content .desc-title {
    font-size: 1.2rem;
    color: var(--main-color);
    margin-bottom: 0.5rem;
}
.lmc-jobs .jobs-list .lm-tabs .icon {
    max-width: 65px;
    height: 65px;
    transition: all .5s;
}
.lmc-jobs .lm-tabs.active .icon {
    background-color: #ffffff;
}
.lmc-jobs .lm-tabs-content ul {
    padding-left: 2rem;
	font-size: 1rem;
    line-height: 1.5rem;
}
.lmc-jobs .lm-tabs-content .btn-postuler{
    text-align: center;
    border: none;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    padding: 1rem 1.5rem !important;
    transition: all 0.3s;
    background-color: var(--main-color);
    color: var(--btn-txt-color);
    align-items: center;
    border-radius: 0rem;
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: 400;
    width: fit-content;
}
.lmc-jobs .lm-tabs-content .btn-postuler:hover{
	background-color: var(--sombre);
	color: #fff;
}
.lmc-jobs .lm-tabs-content ul li:not(:last-child){
	margin-bottom: 1rem;
}
.nos-valeurs .val-arrow::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
    opacity: 1;
    display: inline-block;
}
.nos-valeurs .slick-prev-arrow::before {
    border-right: 15px solid #fff;
    border-left: 15px solid transparent;
}
.nos-valeurs .val-arrow:hover {
    opacity: 0.4;
}
.nos-valeurs .val-arrow i{
	display: none
}
.nos-valeurs .lmc-section-title{
	text-transform: none
}
.top-menu ul.lm_lang_switcher{
	position: relative;
	left: -15px;
}