@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
.lr-hero-section .field--name-field-section, .main-hero .default-container .div-test > .field__items .paragraph--type--description {
  width: calc(100% - 40px);
  max-width: 1500px;
  margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
  .lr-hero-section .field--name-field-section, .main-hero .default-container .div-test > .field__items .paragraph--type--description {
    width: calc(100% - 80px);
  }
}
.main-hero .default-container .div-test > .field__items {
  height: 500px;
}
.main-hero .default-container .div-test > .field__items > .field__item:last-child {
  height: 100%;
}
.main-hero .default-container .div-test > .field__items .paragraph--type--media {
  height: 100%;
}
.main-hero .default-container .div-test > .field__items .paragraph--type--media .field--name-field-media-video-file video {
  width: 100vw;
  height: 500px;
  object-fit: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
.main-hero .default-container .div-test > .field__items .paragraph--type--description {
  position: relative;
  height: 100%;
}
.main-hero .default-container .div-test > .field__items .paragraph--type--description .field--name-field-description {
  height: auto;
  position: absolute;
  top: auto;
  bottom: 4dvh;
  width: 100%;
  right: 0;
  background-color: rgba(28, 38, 51, 0.65);
  border-radius: 14px;
  padding: 30px 20px;
}
html[lang=en] .main-hero .default-container .div-test > .field__items .paragraph--type--description .field--name-field-description {
  padding: 30px;
}
.main-hero .default-container .div-test > .field__items .paragraph--type--description .field--name-field-description p {
  font-size: 1.25rem;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 400;
  text-align: justify;
  margin: 0;
}

.lr-hero-section {
  margin-top: 90px;
  margin-bottom: 40px;
}
.lr-hero-section .field--name-field-section {
  border-radius: 18px 18px 18px 18px;
  overflow: hidden;
}
.lr-hero-section .field--name-field-section .field--name-field-div > .field__item:first-child {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lr-hero-section .field--name-field-section .field--name-field-div > .field__item:first-child .paragraph--type--card {
  padding: 30px 20px 30px 20px;
}
.lr-hero-section .field--name-field-section .field--name-field-div > .field__item:first-child .paragraph--type--card h1 {
  color: #fff;
}
.node-4 .lr-hero-section .field--name-field-section .field--name-field-div > .field__item:first-child .paragraph--type--card h1 {
  text-transform: none;
}
.lr-hero-section .field--name-field-section .field--name-field-div > .field__item:first-child .paragraph--type--card h3 {
  text-align: justify;
  color: #fff;
  font-size: 1.125rem;
  margin: 25px 0 10px;
  line-height: 130%;
}
.lr-hero-section .field--name-field-section .field--name-field-div > .field__item:first-child .paragraph--type--card p {
  color: #fff;
}
.lr-hero-section .field--name-field-section .field--name-field-div > .field__item:last-child {
  width: 100%;
}
.lr-hero-section .slick-slider ul.slick-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  list-style-type: none;
  z-index: 2;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}
.lr-hero-section .slick-slider ul.slick-dots li {
  padding: 0;
  margin: 0 5px;
}
.lr-hero-section .slick-slider ul.slick-dots li button {
  font-size: 0;
  border: 1px solid #fff;
  width: 14px;
  height: 14px;
  background-color: #214570;
  border-radius: 20px;
}
.lr-hero-section .slick-slider ul.slick-dots li.slick-active button {
  background-color: #3082D6;
}
.lr-hero-section.hero-expertise-section .field--name-field-section .field--name-field-div, .lr-hero-section.hero-minf-section .field--name-field-section .field--name-field-div, .lr-hero-section.hero-tce-section .field--name-field-section .field--name-field-div {
  display: flex;
  flex-direction: column-reverse;
}
.lr-hero-section.hero-expertise-section .field--name-field-section .field--name-field-div > .field__item:first-child, .lr-hero-section.hero-minf-section .field--name-field-section .field--name-field-div > .field__item:first-child, .lr-hero-section.hero-tce-section .field--name-field-section .field--name-field-div > .field__item:first-child {
  background-color: #3082D6;
}
.lr-hero-section.hero-minf-section .field--name-field-section .field--name-field-div > .field__item:last-child {
  background-color: #3082D6;
}
.lr-hero-section.hero-produit-section .field--name-field-section .field--name-field-div, .lr-hero-section.hero-detail-produit .field--name-field-section .field--name-field-div, .lr-hero-section.hero-contact-section .field--name-field-section .field--name-field-div {
  display: flex;
  flex-direction: column-reverse;
}
.lr-hero-section.hero-produit-section .field--name-field-section .field--name-field-div > .field__item:first-child, .lr-hero-section.hero-detail-produit .field--name-field-section .field--name-field-div > .field__item:first-child, .lr-hero-section.hero-contact-section .field--name-field-section .field--name-field-div > .field__item:first-child {
  background-color: #214570;
}
.lr-hero-section.hero-base-section .field--name-field-section .field--name-field-div {
  display: flex;
  flex-direction: column-reverse;
}
.lr-hero-section.hero-base-section .field--name-field-section .field--name-field-div > .field__item:first-child {
  background-color: #214570;
}

@media only screen and (min-width: 768px) {
  .main-hero .default-container .div-test > .field__items {
    height: 650px;
  }
  .main-hero .default-container .div-test > .field__items .paragraph--type--media .field--name-field-media-video-file video {
    height: 650px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-hero .default-container .field__items .paragraph--type--description .field--name-field-description {
    width: 450px;
    padding: 30px;
  }
  .lr-hero-section {
    margin-top: 75px;
    margin-bottom: 55px;
  }
  .lr-hero-section .field--name-field-section {
    border-radius: 0 18px 18px 0;
  }
  .lr-hero-section .field--name-field-section .field--name-field-div {
    display: flex;
  }
  .lr-hero-section .field--name-field-section .field--name-field-div > .field__item {
    height: 360px;
  }
  .lr-hero-section .field--name-field-section .field--name-field-div > .field__item:first-child {
    width: 525px;
  }
  .lr-hero-section .field--name-field-section .field--name-field-div > .field__item:first-child .paragraph--type--card {
    padding: 0px 30px 0px 60px;
  }
  .lr-hero-section .field--name-field-section .field--name-field-div > .field__item:last-child {
    width: calc(100% - 525px);
  }
  .lr-hero-section .field--name-field-section .field--name-field-div > .field__item:last-child img {
    height: 360px;
    object-fit: cover;
  }
  .lr-hero-section .slick-slider ul.slick-dots {
    bottom: 30px;
  }
  .lr-hero-section .slick-slider ul.slick-dots li {
    margin: 0 10px;
  }
  .lr-hero-section .slick-slider ul.slick-dots li button {
    width: 20px;
    height: 20px;
  }
  .lr-hero-section.hero-expertise-section .field--name-field-section, .lr-hero-section.hero-minf-section .field--name-field-section, .lr-hero-section.hero-tce-section .field--name-field-section {
    box-shadow: -2vmax 0 0 0vmax #3082D6;
    clip-path: inset(0 -10vmax);
  }
  .lr-hero-section.hero-expertise-section .field--name-field-section .field--name-field-div, .lr-hero-section.hero-minf-section .field--name-field-section .field--name-field-div, .lr-hero-section.hero-tce-section .field--name-field-section .field--name-field-div {
    flex-direction: row;
  }
  .lr-hero-section.hero-produit-section .field--name-field-section, .lr-hero-section.hero-detail-produit .field--name-field-section, .lr-hero-section.hero-contact-section .field--name-field-section {
    box-shadow: -2vmax 0 0 0vmax #214570;
    clip-path: inset(0 -10vmax);
  }
  .lr-hero-section.hero-produit-section .field--name-field-section .field--name-field-div, .lr-hero-section.hero-detail-produit .field--name-field-section .field--name-field-div, .lr-hero-section.hero-contact-section .field--name-field-section .field--name-field-div {
    flex-direction: row;
  }
  .lr-hero-section.hero-base-section .field--name-field-section {
    box-shadow: -106vmax 0 0 100vmax #214570;
    clip-path: inset(0 -50vmax);
  }
  .lr-hero-section.hero-base-section .field--name-field-section .field--name-field-div {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1100px) {
  .lr-hero-section {
    margin-top: 75px;
  }
  .main-hero .default-container .div-test > .field__items {
    height: 86dvh;
  }
  .main-hero .default-container .div-test > .field__items .paragraph--type--media .field--name-field-media-video-file video {
    height: 86dvh;
  }
  .main-hero .default-container .div-test > .field__items .paragraph--type--description .field--name-field-description {
    width: 515px;
    padding: 40px;
    bottom: 15dvh;
  }
  html[lang=en] .main-hero .default-container .div-test > .field__items .paragraph--type--description .field--name-field-description {
    padding: 40px;
    width: 545px;
  }
  .main-hero .default-container .div-test > .field__items .paragraph--type--description .field--name-field-description p {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .lr-hero-section {
    margin-top: 75px;
  }
  .lr-hero-section .field--name-field-section .field--name-field-div > .field__item {
    height: 420px;
  }
  .lr-hero-section .field--name-field-section .field--name-field-div > .field__item:first-child {
    width: 605px;
  }
  .lr-hero-section .field--name-field-section .field--name-field-div > .field__item:first-child .paragraph--type--card {
    padding: 0 70px 0 30px;
  }
  .lr-hero-section .field--name-field-section .field--name-field-div > .field__item:first-child .paragraph--type--card h3 {
    font-size: 1.25rem;
  }
  .lr-hero-section .field--name-field-section .field--name-field-div > .field__item:last-child {
    width: calc(100% - 605px);
  }
  .lr-hero-section .field--name-field-section .field--name-field-div > .field__item:last-child img {
    height: 420px;
  }
}
@media only screen and (min-width: 1440px) {
  .lr-hero-section .field--name-field-section .field--name-field-div > .field__item {
    height: 520px;
  }
  .lr-hero-section .field--name-field-section .field--name-field-div > .field__item:first-child {
    width: 675px;
  }
  .lr-hero-section .field--name-field-section .field--name-field-div > .field__item:first-child .paragraph--type--card {
    padding: 0 100px 0 60px;
  }
  .lr-hero-section .field--name-field-section .field--name-field-div > .field__item:first-child .paragraph--type--card h3 {
    font-size: 1.4rem;
  }
  .lr-hero-section .field--name-field-section .field--name-field-div > .field__item:last-child {
    width: calc(100% - 675px);
  }
  .lr-hero-section .field--name-field-section .field--name-field-div > .field__item:last-child img {
    height: 520px;
  }
}
@media only screen and (min-width: 1600px) {
  .main-hero .default-container .div-test > .field__items {
    height: 86dvh;
  }
  .main-hero .default-container .div-test > .field__items .paragraph--type--media .field--name-field-media-video-file video {
    height: 86dvh;
  }
  .lr-hero-section .field--name-field-section .field--name-field-div > .field__item:first-child .paragraph--type--card {
    padding: 0 100px 0 120px;
  }
  .lr-hero-section .field--name-field-section .field--name-field-div > .field__item:first-child .paragraph--type--card h3 {
    font-size: 1.5625rem;
  }
}