@charset "UTF-8";
* {
  scroll-behavior: smooth;
  font-size: 16px;
  box-sizing: border-box;
}
@media (max-width: 1300px) {
  * {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  * {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  * {
    font-size: 12px;
  }
}

h1,
h2,
h3,
h4,
p {
  all: unset;
}

section {
  padding: 0 20px;
}

.main-color {
  color: #cb0101;
}

.dark-gray {
  color: #4a4a49;
}

.light-gray {
  color: #939393;
}

.bgcolorwhite {
  background: #fff;
}

.bgcolorgradient {
  background-image: linear-gradient(to bottom, #ffffff, #f3f3f3);
}

.uppercase {
  text-transform: uppercase;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.taj {
  text-align: justify;
}

.pr {
  position: relative;
}

.zi2 {
  z-index: 2;
}

.flex1 {
  flex: 1;
}

.idf {
  display: inline-flex;
}

.df {
  display: flex;
}

.fw {
  flex-wrap: wrap;
}

.fdc {
  flex-direction: column;
}

.fdcr {
  flex-direction: column-reverse;
}

.fdrr {
  flex-direction: row-reverse;
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.aifs {
  align-items: flex-start;
}

.aic {
  align-items: center;
}

.aife {
  align-items: flex-end;
}

.wsnw {
  white-space: nowrap;
}

.vscroll {
  overflow-x: auto;
}

.g8 {
  gap: 8px;
}

.g16 {
  gap: 16px;
}

.g20 {
  gap: 20px;
}

.g30 {
  gap: 30px;
}

.g40 {
  gap: 40px;
}

.g60 {
  gap: 60px;
}

.mt0 {
  margin-top: 0;
}

.mt8 {
  margin-top: 0.5rem;
}

.mb8 {
  margin-bottom: 0.5rem;
}

.mb20 {
  margin-bottom: 1.25rem;
}

.mt40 {
  margin-top: 2.5rem;
}

.mb30 {
  margin-bottom: 1.9rem;
}

.mb40 {
  margin-bottom: 2.5rem;
}

.mb60 {
  margin-bottom: 3.75rem;
}

.mt60 {
  margin-top: 3.75rem;
}

.mb70 {
  margin-bottom: 4.38rem;
}

.mb80 {
  margin-bottom: 5rem;
}

.mb100 {
  margin-bottom: 6.25rem;
}

.mb120 {
  margin-bottom: 7.5rem;
}

.mt120 {
  margin-top: 7.5rem;
}

.my20 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my40 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my100 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.my120 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.p0 {
  padding: 0;
}

.p5 {
  padding: 5px;
}

.py40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py60 {
  padding-top: 3.8rem !important;
  padding-bottom: 3.8rem !important;
}

.pb20 {
  padding-bottom: 1.25rem !important;
}

.pb40 {
  padding-bottom: 2.5rem !important;
}

.py100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.pt20 {
  padding-top: 1.5rem !important;
}

.pt60 {
  padding-top: 3.75rem !important;
}

.pt120 {
  padding-top: 7.5rem !important;
}

.pb120 {
  padding-bottom: 7.5rem;
}

.pl15 {
  padding-left: 1rem;
}

.py120 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

@media (max-width: 767px) {
  .w100-small {
    width: 100%;
  }
  .fdc-mobile {
    flex-direction: column;
  }
  .fdcr-mobile {
    flex-direction: column-reverse;
  }
  .mb120 {
    margin-bottom: 3.75rem;
  }
  .mt120 {
    margin-top: 3.75rem;
  }
  .my100 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my120 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .py100 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py120 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
}
.border-left {
  border-left: 1px solid #d1d1d1;
}

.db {
  display: block;
}

.w100 {
  width: 100%;
}

.mw800 {
  max-width: 800px;
}

.mh90 {
  min-height: 89vh;
}

.center {
  margin: 0 auto;
}

.large-block {
  max-width: 1470px;
  margin: 0 auto;
}

.medium-block {
  max-width: 1200px;
  margin: 0 auto;
}

.small-block {
  max-width: 1020px;
  margin: 0 auto;
}

.fw600 {
  font-weight: 700;
}

.fsi {
  font-style: italic;
}

.tdn {
  text-decoration: none;
}

.fs-m {
  font-size: 1.15rem;
}

.fs-l {
  font-size: 1.25rem;
}

.fs-xl {
  font-size: 1.5rem;
}

.titre-x-large {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  color: #4a4a49;
}
@media (max-width: 1300px) {
  .titre-x-large {
    font-size: 3.5rem;
    line-height: 1.1;
  }
}
@media (max-width: 1000px) {
  .titre-x-large {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .titre-x-large {
    font-size: 22px;
    line-height: 1.3;
  }
}

.titre1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 110%;
  color: #cb0101;
}
@media (max-width: 1300px) {
  .titre1 {
    font-size: 2.2rem;
  }
}
@media (max-width: 1000px) {
  .titre1 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .titre1 {
    font-size: 22px;
  }
}

.titre2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 110%;
  color: #4a4a49;
}
@media (max-width: 1300px) {
  .titre2 {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .titre2 {
    font-size: 1.1rem;
  }
}

.titre3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 110%;
  color: #939393;
}
@media (max-width: 1300px) {
  .titre3 {
    font-size: 1.15rem;
  }
}
@media (max-width: 767px) {
  .titre3 {
    font-size: 1rem;
  }
}

b,
strong,
.fwb {
  font-weight: bold;
}

.fwn {
  font-weight: normal;
}

.fl-1 {
  flex: 1;
}

strong,
p {
  color: #4a4a49;
}

i,
em {
  color: #939393;
}

img {
  max-width: 100%;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

body {
  font-family: "museo-sans", sans-serif;
}

.only_mobile {
  display: none !important;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.taj {
  text-align: justify;
}

.ttu {
  text-transform: uppercase;
}

.tdu {
  text-decoration: underline;
}

.width100 {
  width: 100%;
}

.color_theme {
  color: #cb0101;
}

.fill_theme {
  fill: #cb0101;
}

.color_gray {
  color: #939393;
}

.jcsa {
  justify-content: space-around;
}

.jcc {
  justify-content: center;
}

.aic {
  align-items: center;
}

.aifs {
  align-items: flex-start;
}

.aife {
  align-items: flex-end;
}

.shadow {
  box-shadow: 0px 0px 5px 1px #d3d3d3;
}

.hide {
  display: none !important;
}

.separator_x {
  margin: 1rem 0;
  background: #939393;
  height: 1px;
  width: 100px;
}

.main_title {
  color: #cb0101;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 600;
  width: 100%;
  display: block;
  border-bottom: 1px solid #cb0101;
  padding-bottom: 0.5rem;
  margin-bottom: 1.8rem;
}
.main_title.no_border {
  border-bottom: 0;
  padding-bottom: 0;
}

.main_titlelab {
  color: #288cf0;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 600;
  width: 100%;
  display: block;
  border-bottom: 1px solid #288cf0;
  padding-bottom: 0.5rem;
  margin-bottom: 1.8rem;
}
.main_titlelab.no_border {
  border-bottom: 0;
  padding-bottom: 0;
}

.metho {
  display: flex;
  align-items: flex-end;
  gap: 3.5rem;
}

.title_metho {
  color: #cb0101;
  font-weight: 600;
  font-size: 42px;
  margin-bottom: 25px;
}

.t2_metho {
  color: #4a4a49;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.mini-title {
  color: #4a4a49;
  font-size: 20px;
  font-weight: 600;
}

.txt li {
  margin-bottom: 12px;
  /* Augmente l'espace entre les éléments */
  color: #4a4a49;
  /* Définit une couleur de texte lisible */
}

.custom-grid-wrapper {
  display: flex;
  gap: 20px;
  max-width: 1250px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
}

.custom-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
}

.custom-overlay-small {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(75, 75, 75, 0.7490196078);
  color: white;
  display: flex;
  height: 24%;
  font-size: 14px;
  flex-direction: column;
}

.custom-img-box-small {
  position: relative;
  min-width: 285px;
  flex: 1;
  max-width: 300px;
}

.custom-img-box {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  cursor: pointer;
}
.custom-img-box img {
  width: 100%;
  max-width: 375px;
  display: block;
}
@media (max-width: 1300px) {
  .custom-img-box img {
    max-width: 325px;
  }
}
.custom-img-box.smaller .custom-text {
  font-size: 0.85rem;
}
@media (max-width: 1000px) {
  .custom-img-box.smaller .custom-text {
    font-size: 1rem;
  }
}
.custom-img-box.smaller img {
  max-width: 325px;
}

.custom-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(75, 75, 75, 0.7490196078);
  color: white;
  display: flex;
  height: 28%;
  /* padding: 15px; */
  /* justify-content: space-between; */
  font-size: 14px;
  flex-direction: column;
}

.custom-text {
  flex: 1;
  padding: 15px;
}

.custom-btn-info {
  background-color: #cb0101;
  color: white;
  text-decoration: none;
  padding: 3px 7px;
  white-space: nowrap;
  display: flex;
}

.custom-btn-info-small {
  background-color: #cb0101;
  color: white;
  text-decoration: none;
  padding: 9px 20px;
  white-space: nowrap;
  display: flex;
  font-weight: 600;
  font-size: 13px;
  border-radius: 0 0 0 20px;
}

.learn-more {
  position: absolute;
  top: 0;
  right: 0;
}

.custm-right {
  display: flex;
  justify-content: flex-end;
}

.custom-btn-info:hover {
  background-color: #cb0101;
  text-decoration: none;
}

.custom-btn-info-small:hover {
  background-color: #cb0101;
  text-decoration: none;
}

/* Pour la deuxième ligne avec 2 images */
.custom-img-box:nth-child(4),
.custom-img-box:nth-child(5) {
  grid-column: span 1;
}

.custom-img-box-small:nth-child(4),
.custom-img-box-small:nth-child(5) {
  grid-column: span 1;
}

.separ {
  padding: 35px;
  opacity: 50%;
}

.imtxt {
  display: flex;
  gap: 3rem;
  align-items: center;
}

.main_titlecrea {
  color: #001832;
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 600;
  width: 100%;
  display: block;
  border-bottom: 1px solid #001832;
  padding-bottom: 0.5rem;
  margin-bottom: 1.8rem;
}
.main_titlecrea.no_border {
  border-bottom: 0;
  padding-bottom: 0;
}

.custm-btn-mis {
  text-align: center;
}

.custom-text-section {
  flex: 1;
  max-width: 55%;
  color: #4a4a49;
}

.custom-title {
  color: #cb0101;
  font-size: 1.75rem;
  font-weight: bold;
  margin-bottom: 25px;
}

.custom-subtitle {
  font-size: 18px;
  font-weight: bold;
  color: #303030;
}

.custom-heading {
  color: #4a4a49;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  display: flex;
}

.custom-client-text {
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
  text-decoration: underline;
  color: #4a4a49;
}

.custom-list {
  list-style-type: disc;
  font-size: 16px;
}

.unique-contact-section {
  text-align: center;
  margin-top: 40px;
  padding: 20px;
}

.unique-contact-title {
  color: #d10000;
  font-size: 18px;
  font-weight: bold;
}

.unique-contact-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 10px;
}

.unique-photo img {
  border-radius: 50%;
}

.unique-contact-info {
  text-align: left;
}

.unique-contact-email {
  color: #d10000;
  text-decoration: none;
  font-weight: bold;
}

.unique-contact-button {
  background-color: #d10000;
  color: white;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
}

.unique-contact-button:hover {
  background-color: #a80000;
}

.custom-subheading {
  font-weight: bold;
  font-size: 18px;
  margin-top: 15px;
}

.svg-test {
  margin-right: 5px;
}

.custom-icon {
  font-size: 18px;
  margin-right: 5px;
}

.custom-image-section {
  flex: 1;
  max-width: 40%;
}
.custom-image-section.anim-appears-right.d-none-1200 {
  margin-left: auto;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.custom-image-section img {
  width: 100%;
  border-radius: 5px;
}

#testproduct {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 120px;
}

.custom_btn {
  font-weight: 600;
  background-color: #cb0101;
  color: white;
  border: 1px solid #cb0101;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1;
  padding: 12px 40px;
  margin: 0.2rem 1rem;
  text-decoration: none;
  transition: all ease 0.3s;
  cursor: pointer;
  display: inline-block;
}
.custom_btn:hover {
  background-color: transparent;
  color: #cb0101;
  text-decoration: none;
}
.custom_btn.no_margin {
  margin: 0;
}
.custom_btn.transparent {
  background-color: transparent;
  color: #cb0101;
  margin-top: 40px;
  margin-bottom: 40px;
}
.custom_btn.transparent:hover {
  background-color: #cb0101;
  color: white;
}

.custom_btncrea {
  font-weight: 600;
  background-color: #001832;
  color: white;
  border: 1px solid #001832;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1;
  padding: 12px 40px;
  margin: 0.2rem 1rem;
  text-decoration: none;
  transition: all ease 0.3s;
  cursor: pointer;
  display: inline-block;
}
.custom_btncrea:hover {
  background-color: transparent;
  color: #001832;
  text-decoration: none;
}
.custom_btncrea.no_margin {
  margin: 0;
}
.custom_btncrea.transparent {
  background-color: transparent;
  color: #001832;
}
.custom_btncrea.transparent:hover {
  background-color: #001832;
  color: white;
}

.custom_btnlab {
  font-weight: 600;
  background-color: #288cf0;
  color: white;
  border: 1px solid #288cf0;
  border-radius: 5px;
  font-size: 1rem;
  line-height: 1;
  padding: 12px 40px;
  margin: 0.2rem 1rem;
  text-decoration: none;
  transition: all ease 0.3s;
  cursor: pointer;
  display: inline-block;
}
.custom_btnlab:hover {
  background-color: transparent;
  color: #288cf0;
  text-decoration: none;
}
.custom_btnlab.no_margin {
  margin: 0;
}
.custom_btnlab.transparent {
  background-color: transparent;
  color: #288cf0;
}
.custom_btnlab.transparent:hover {
  background-color: #288cf0;
  color: white;
}

ul.bullet_list {
  list-style-type: disc;
  padding: 0.2rem 2rem;
}
ul.bullet_list li {
  padding: 0.2rem 0;
}
ul.bullet_list.no_bullet {
  list-style-type: none;
}
ul.bullet_list.no-h-padding {
  padding: 0.2rem 0;
}

table.custom_table {
  --tableborder: 1px solid #939393;
  border-radius: 10px;
  border-spacing: 0;
  border-collapse: separate;
  border: var(--tableborder);
  overflow: hidden;
}
table.custom_table th,
table.custom_table td {
  padding: 0.5rem 1rem;
  border-bottom: var(--tableborder);
}
table.custom_table th {
  background-color: #f3f3f3;
  font-weight: bold;
}
table.custom_table td {
  background-color: white;
}
table.custom_table th:not(:last-child),
table.custom_table td:not(:last-child) {
  border-right: var(--tableborder);
}
table.custom_table tbody tr:nth-last-child(1) th,
table.custom_table tbody tr:nth-last-child(1) td {
  border-bottom: 0;
}

.no-shrink {
  flex-shrink: 0;
}

.cols {
  display: flex;
  gap: 3rem;
}
.cols.g-0 {
  gap: 0;
}
.cols.g-0-5 {
  gap: 0.5rem;
}
.cols.g-1 {
  gap: 1rem;
}
.cols.g-2 {
  gap: 2rem;
}
.cols.wrap {
  flex-wrap: wrap;
}
.cols .colfull {
  flex: 1;
}
.cols .col20 {
  flex-basis: 20%;
}
.cols .col25 {
  flex-basis: 25%;
}
.cols .col30 {
  flex-basis: 30%;
}
.cols .col40 {
  flex-basis: 40%;
}
.cols .col50 {
  flex-basis: 50%;
}
.cols .col60 {
  flex-basis: 60%;
}

.custom_scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.custom_scrollbar::-webkit-scrollbar-thumb {
  background-color: #ddd;
  width: 20px;
  border-radius: 5px;
}
.custom_scrollbar::-webkit-scrollbar-corner {
  background: transparent;
}
.custom_scrollbar:hover::-webkit-scrollbar-thumb {
  background-color: #bbb;
}

.custom_video {
  width: 90%;
  max-width: 900px;
  margin: auto;
  box-shadow: 0px 0px 5px 1px #d3d3d3;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.custom_video video {
  width: 100%;
  vertical-align: top;
}
.custom_video .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  transition: background ease 0.3s;
}
.custom_video .overlay .play_btn {
  width: 100px;
  transition: width ease 0.3s;
}
.custom_video .overlay:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.custom_video .overlay:hover .play_btn {
  width: 110px;
}

.img_zoom_container .img_zoom {
  position: relative;
  cursor: pointer;
  box-shadow: 0px 0px 5px 1px #d3d3d3;
  transition: box-shadow ease 0.3s;
}
.img_zoom_container .img_zoom:hover {
  box-shadow: 0px 0px 10px 2px #c0c0c0;
}
.img_zoom_container .img_zoom .zoom {
  position: absolute;
  z-index: 1;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 25px;
}
.img_zoom_container .description {
  font-weight: 600;
  text-align: center;
  color: #939393;
  padding: 0.5rem 0.2rem;
}

.br-5 {
  border-radius: 5px;
}

.br-10 {
  border-radius: 10px;
}

.vscroll {
  width: 100%;
  overflow-x: auto;
}

.vam {
  vertical-align: middle;
}

.vat {
  vertical-align: top;
}

.m-a {
  margin: auto;
}

.mw-800 {
  max-width: 800px;
}

.mw-1100 {
  max-width: 1100px;
}

.mw-1200 {
  max-width: 1200px;
}

.mw-1300 {
  max-width: 1300px;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.m-xs {
  margin: 0.25rem;
}

.mt-xs {
  margin-top: 0.25rem;
}

.mr-xs {
  margin-right: 0.25rem;
}

.mb-xs {
  margin-bottom: 0.25rem;
}

.ml-xs {
  margin-left: 0.25rem;
}

.p-xs {
  padding: 0.25rem;
}

.pt-xs {
  padding-top: 0.25rem;
}

.pr-xs {
  padding-right: 0.25rem;
}

.pb-xs {
  padding-bottom: 0.25rem;
}

.pl-xs {
  padding-left: 0.25rem;
}

.m-s {
  margin: 0.5rem;
}

.mt-s {
  margin-top: 0.5rem;
}

.mr-s {
  margin-right: 0.5rem;
}

.mb-s {
  margin-bottom: 0.5rem;
}

.ml-s {
  margin-left: 0.5rem;
}

.p-s {
  padding: 0.5rem;
}

.pt-s {
  padding-top: 0.5rem;
}

.pr-s {
  padding-right: 0.5rem;
}

.pb-s {
  padding-bottom: 0.5rem;
}

.pl-s {
  padding-left: 0.5rem;
}

.m-m {
  margin: 1rem;
}

.mt-m {
  margin-top: 1rem;
}

.mr-m {
  margin-right: 1rem;
}

.mb-m {
  margin-bottom: 1rem;
}

.ml-m {
  margin-left: 1rem;
}

.p-m {
  padding: 1rem;
}

.pt-m {
  padding-top: 1rem;
}

.pr-m {
  padding-right: 1rem;
}

.pb-m {
  padding-bottom: 1rem;
}

.pl-m {
  padding-left: 1rem;
}

.m-l {
  margin: 1.5rem;
}

.mt-l {
  margin-top: 1.5rem;
}

.mr-l {
  margin-right: 1.5rem;
}

.mb-l {
  margin-bottom: 1.5rem;
}

.ml-l {
  margin-left: 1.5rem;
}

.p-l {
  padding: 1.5rem;
}

.pt-l {
  padding-top: 1.5rem;
}

.pr-l {
  padding-right: 1.5rem;
}

.pb-l {
  padding-bottom: 1.5rem;
}

.pl-l {
  padding-left: 1.5rem;
}

.m-xl {
  margin: 2.5rem;
}

.mt-xl {
  margin-top: 2.5rem;
}

.mr-xl {
  margin-right: 2.5rem;
}

.mb-xl {
  margin-bottom: 2.5rem;
}

.ml-xl {
  margin-left: 2.5rem;
}

.p-xl {
  padding: 2.5rem;
}

.pt-xl {
  padding-top: 2.5rem;
}

.pr-xl {
  padding-right: 2.5rem;
}

.pb-xl {
  padding-bottom: 2.5rem;
}

.pl-xl {
  padding-left: 2.5rem;
}

.m-xxl {
  margin: 3.5rem;
}

.mt-xxl {
  margin-top: 3.5rem;
}

.mr-xxl {
  margin-right: 3.5rem;
}

.mb-xxl {
  margin-bottom: 3.5rem;
}

.ml-xxl {
  margin-left: 3.5rem;
}

.p-xxl {
  padding: 3.5rem;
}

.pt-xxl {
  padding-top: 3.5rem;
}

.pr-xxl {
  padding-right: 3.5rem;
}

.pb-xxl {
  padding-bottom: 3.5rem;
}

.pl-xxl {
  padding-left: 3.5rem;
}

.m-xxxl {
  margin: 5rem;
}

.mt-xxxl {
  margin-top: 5rem;
}

.mr-xxxl {
  margin-right: 5rem;
}

.mb-xxxl {
  margin-bottom: 5rem;
}

.ml-xxxl {
  margin-left: 5rem;
}

.p-xxxl {
  padding: 5rem;
}

.pt-xxxl {
  padding-top: 5rem;
}

.pr-xxxl {
  padding-right: 5rem;
}

.pb-xxxl {
  padding-bottom: 5rem;
}

.pl-xxxl {
  padding-left: 5rem;
}

@media only screen and (max-width: 1024px) {
  .m-m-0 {
    margin: 0;
  }
  .m-mt-0 {
    margin-top: 0;
  }
  .m-mr-0 {
    margin-right: 0;
  }
  .m-mb-0 {
    margin-bottom: 0;
  }
  .m-ml-0 {
    margin-left: 0;
  }
  .m-p-0 {
    padding: 0;
  }
  .m-pt-0 {
    padding-top: 0;
  }
  .m-pr-0 {
    padding-right: 0;
  }
  .m-pb-0 {
    padding-bottom: 0;
  }
  .m-pl-0 {
    padding-left: 0;
  }
  .m-m-xs {
    margin: 0.25rem;
  }
  .m-mt-xs {
    margin-top: 0.25rem;
  }
  .m-mr-xs {
    margin-right: 0.25rem;
  }
  .m-mb-xs {
    margin-bottom: 0.25rem;
  }
  .m-ml-xs {
    margin-left: 0.25rem;
  }
  .m-p-xs {
    padding: 0.25rem;
  }
  .m-pt-xs {
    padding-top: 0.25rem;
  }
  .m-pr-xs {
    padding-right: 0.25rem;
  }
  .m-pb-xs {
    padding-bottom: 0.25rem;
  }
  .m-pl-xs {
    padding-left: 0.25rem;
  }
  .m-m-s {
    margin: 0.5rem;
  }
  .m-mt-s {
    margin-top: 0.5rem;
  }
  .m-mr-s {
    margin-right: 0.5rem;
  }
  .m-mb-s {
    margin-bottom: 0.5rem;
  }
  .m-ml-s {
    margin-left: 0.5rem;
  }
  .m-p-s {
    padding: 0.5rem;
  }
  .m-pt-s {
    padding-top: 0.5rem;
  }
  .m-pr-s {
    padding-right: 0.5rem;
  }
  .m-pb-s {
    padding-bottom: 0.5rem;
  }
  .m-pl-s {
    padding-left: 0.5rem;
  }
  .m-m-m {
    margin: 1rem;
  }
  .m-mt-m {
    margin-top: 1rem;
  }
  .m-mr-m {
    margin-right: 1rem;
  }
  .m-mb-m {
    margin-bottom: 1rem;
  }
  .m-ml-m {
    margin-left: 1rem;
  }
  .m-p-m {
    padding: 1rem;
  }
  .m-pt-m {
    padding-top: 1rem;
  }
  .m-pr-m {
    padding-right: 1rem;
  }
  .m-pb-m {
    padding-bottom: 1rem;
  }
  .m-pl-m {
    padding-left: 1rem;
  }
  .m-m-l {
    margin: 1.5rem;
  }
  .m-mt-l {
    margin-top: 1.5rem;
  }
  .m-mr-l {
    margin-right: 1.5rem;
  }
  .m-mb-l {
    margin-bottom: 1.5rem;
  }
  .m-ml-l {
    margin-left: 1.5rem;
  }
  .m-p-l {
    padding: 1.5rem;
  }
  .m-pt-l {
    padding-top: 1.5rem;
  }
  .m-pr-l {
    padding-right: 1.5rem;
  }
  .m-pb-l {
    padding-bottom: 1.5rem;
  }
  .m-pl-l {
    padding-left: 1.5rem;
  }
  .m-m-xl {
    margin: 2.5rem;
  }
  .m-mt-xl {
    margin-top: 2.5rem;
  }
  .m-mr-xl {
    margin-right: 2.5rem;
  }
  .m-mb-xl {
    margin-bottom: 2.5rem;
  }
  .m-ml-xl {
    margin-left: 2.5rem;
  }
  .m-p-xl {
    padding: 2.5rem;
  }
  .m-pt-xl {
    padding-top: 2.5rem;
  }
  .m-pr-xl {
    padding-right: 2.5rem;
  }
  .m-pb-xl {
    padding-bottom: 2.5rem;
  }
  .m-pl-xl {
    padding-left: 2.5rem;
  }
  .m-m-xxl {
    margin: 3.5rem;
  }
  .m-mt-xxl {
    margin-top: 3.5rem;
  }
  .m-mr-xxl {
    margin-right: 3.5rem;
  }
  .m-mb-xxl {
    margin-bottom: 3.5rem;
  }
  .m-ml-xxl {
    margin-left: 3.5rem;
  }
  .m-p-xxl {
    padding: 3.5rem;
  }
  .m-pt-xxl {
    padding-top: 3.5rem;
  }
  .m-pr-xxl {
    padding-right: 3.5rem;
  }
  .m-pb-xxl {
    padding-bottom: 3.5rem;
  }
  .m-pl-xxl {
    padding-left: 3.5rem;
  }
  .m-m-xxxl {
    margin: 5rem;
  }
  .m-mt-xxxl {
    margin-top: 5rem;
  }
  .m-mr-xxxl {
    margin-right: 5rem;
  }
  .m-mb-xxxl {
    margin-bottom: 5rem;
  }
  .m-ml-xxxl {
    margin-left: 5rem;
  }
  .m-p-xxxl {
    padding: 5rem;
  }
  .m-pt-xxxl {
    padding-top: 5rem;
  }
  .m-pr-xxxl {
    padding-right: 5rem;
  }
  .m-pb-xxxl {
    padding-bottom: 5rem;
  }
  .m-pl-xxxl {
    padding-left: 5rem;
  }
}
.fs-0 {
  font-size: 0rem;
}

.fs-0-1 {
  font-size: 0.1rem;
  line-height: calc(0.1rem + 20%);
}

.fs-0-2 {
  font-size: 0.2rem;
  line-height: calc(0.2rem + 20%);
}

.fs-0-3 {
  font-size: 0.3rem;
  line-height: calc(0.3rem + 20%);
}

.fs-0-4 {
  font-size: 0.4rem;
  line-height: calc(0.4rem + 20%);
}

.fs-0-5 {
  font-size: 0.5rem;
  line-height: calc(0.5rem + 20%);
}

.fs-0-6 {
  font-size: 0.6rem;
  line-height: calc(0.6rem + 20%);
}

.fs-0-7 {
  font-size: 0.7rem;
  line-height: calc(0.7rem + 20%);
}

.fs-0-8 {
  font-size: 0.8rem;
  line-height: calc(0.8rem + 20%);
}

.fs-0-9 {
  font-size: 0.9rem;
  line-height: calc(0.9rem + 20%);
}

.fs-1 {
  font-size: 1rem;
}

.fs-1-1 {
  font-size: 1.1rem;
  line-height: calc(1.1rem + 20%);
}

.fs-1-2 {
  font-size: 1.2rem;
  line-height: calc(1.2rem + 20%);
}

.fs-1-3 {
  font-size: 1.3rem;
  line-height: calc(1.3rem + 20%);
}

.fs-1-4 {
  font-size: 1.4rem;
  line-height: calc(1.4rem + 20%);
}

.fs-1-5 {
  font-size: 1.5rem;
  line-height: calc(1.5rem + 20%);
}

.fs-1-6 {
  font-size: 1.6rem;
  line-height: calc(1.6rem + 20%);
}

.fs-1-7 {
  font-size: 1.7rem;
  line-height: calc(1.7rem + 20%);
}

.fs-1-8 {
  font-size: 1.8rem;
  line-height: calc(1.8rem + 20%);
}

.fs-1-9 {
  font-size: 1.9rem;
  line-height: calc(1.9rem + 20%);
}

.fs-2 {
  font-size: 2rem;
}

.fs-2-1 {
  font-size: 2.1rem;
  line-height: calc(2.1rem + 20%);
}

.fs-2-2 {
  font-size: 2.2rem;
  line-height: calc(2.2rem + 20%);
}

.fs-2-3 {
  font-size: 2.3rem;
  line-height: calc(2.3rem + 20%);
}

.fs-2-4 {
  font-size: 2.4rem;
  line-height: calc(2.4rem + 20%);
}

.fs-2-5 {
  font-size: 2.5rem;
  line-height: calc(2.5rem + 20%);
}

.fs-2-6 {
  font-size: 2.6rem;
  line-height: calc(2.6rem + 20%);
}

.fs-2-7 {
  font-size: 2.7rem;
  line-height: calc(2.7rem + 20%);
}

.fs-2-8 {
  font-size: 2.8rem;
  line-height: calc(2.8rem + 20%);
}

.fs-2-9 {
  font-size: 2.9rem;
  line-height: calc(2.9rem + 20%);
}

.fs-3 {
  font-size: 3rem;
}

.fs-3-1 {
  font-size: 3.1rem;
  line-height: calc(3.1rem + 20%);
}

.fs-3-2 {
  font-size: 3.2rem;
  line-height: calc(3.2rem + 20%);
}

.fs-3-3 {
  font-size: 3.3rem;
  line-height: calc(3.3rem + 20%);
}

.fs-3-4 {
  font-size: 3.4rem;
  line-height: calc(3.4rem + 20%);
}

.fs-3-5 {
  font-size: 3.5rem;
  line-height: calc(3.5rem + 20%);
}

.fs-3-6 {
  font-size: 3.6rem;
  line-height: calc(3.6rem + 20%);
}

.fs-3-7 {
  font-size: 3.7rem;
  line-height: calc(3.7rem + 20%);
}

.fs-3-8 {
  font-size: 3.8rem;
  line-height: calc(3.8rem + 20%);
}

.fs-3-9 {
  font-size: 3.9rem;
  line-height: calc(3.9rem + 20%);
}

.fs-4 {
  font-size: 4rem;
}

.fs-4-1 {
  font-size: 4.1rem;
  line-height: calc(4.1rem + 20%);
}

.fs-4-2 {
  font-size: 4.2rem;
  line-height: calc(4.2rem + 20%);
}

.fs-4-3 {
  font-size: 4.3rem;
  line-height: calc(4.3rem + 20%);
}

.fs-4-4 {
  font-size: 4.4rem;
  line-height: calc(4.4rem + 20%);
}

.fs-4-5 {
  font-size: 4.5rem;
  line-height: calc(4.5rem + 20%);
}

.fs-4-6 {
  font-size: 4.6rem;
  line-height: calc(4.6rem + 20%);
}

.fs-4-7 {
  font-size: 4.7rem;
  line-height: calc(4.7rem + 20%);
}

.fs-4-8 {
  font-size: 4.8rem;
  line-height: calc(4.8rem + 20%);
}

.fs-4-9 {
  font-size: 4.9rem;
  line-height: calc(4.9rem + 20%);
}

.fs-5 {
  font-size: 5rem;
}

.fs-5-1 {
  font-size: 5.1rem;
  line-height: calc(5.1rem + 20%);
}

.fs-5-2 {
  font-size: 5.2rem;
  line-height: calc(5.2rem + 20%);
}

.fs-5-3 {
  font-size: 5.3rem;
  line-height: calc(5.3rem + 20%);
}

.fs-5-4 {
  font-size: 5.4rem;
  line-height: calc(5.4rem + 20%);
}

.fs-5-5 {
  font-size: 5.5rem;
  line-height: calc(5.5rem + 20%);
}

.fs-5-6 {
  font-size: 5.6rem;
  line-height: calc(5.6rem + 20%);
}

.fs-5-7 {
  font-size: 5.7rem;
  line-height: calc(5.7rem + 20%);
}

.fs-5-8 {
  font-size: 5.8rem;
  line-height: calc(5.8rem + 20%);
}

.fs-5-9 {
  font-size: 5.9rem;
  line-height: calc(5.9rem + 20%);
}

@media only screen and (max-width: 768px) {
  .fs-1-5 {
    font-size: 1.2rem;
  }
  .fs-1-2 {
    font-size: 1rem;
  }
  .tac,
  .tar,
  .tal {
    text-align: center;
  }
  .m-a {
    margin: 0 auto;
  }
  .mw-1200 {
    max-width: 100%;
  }
  .mb-xl {
    margin-bottom: 1rem;
  }
  .mt-l {
    margin-top: 1rem;
  }
  .container {
    padding: 0.5rem;
  }
}
.d-none {
  display: none !important;
}

@media only screen and (max-width: 1200px) {
  .d-block-1200 {
    display: block !important;
  }
  .d-none-1200 {
    display: none !important;
  }
}
input[type=text],
input[type=password],
input[type=email],
textarea {
  appearance: none;
  -webkit-appearance: none;
  padding: 5px 10px;
  background: white;
  border: 1px solid #939393;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

select {
  padding: 5px 10px;
  background: white;
  border: 1px solid #939393;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.msg_erreur,
.msg_valid {
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
  padding: 0.5rem;
}
.msg_erreur.msg_erreur,
.msg_valid.msg_erreur {
  color: #e50000;
}
.msg_erreur.msg_valid,
.msg_valid.msg_valid {
  color: green;
}

#custom_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
#custom_modal .modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
#custom_modal .modal-container {
  background-color: #fff;
  border-radius: 5px;
  max-width: 90vw;
  width: 800px;
  padding: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-top: 13px solid #cb0101;
  position: relative;
}
#custom_modal .modal-inner-content {
  overflow-y: scroll;
  max-height: 90vh;
}
#custom_modal .close-button {
  cursor: pointer;
  position: absolute;
  right: 0.5rem;
  top: -10px;
  font-size: 1.5rem;
  background: white;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px 0px #666;
}

.anim-custom.anim-appears-left {
  transform: translateX(-10%);
  opacity: 0;
  transition: all ease 0.3s;
}
.anim-custom.anim-appears-left.anim-active {
  opacity: 1;
  transform: translateX(0%);
}
.anim-custom.anim-appears-right {
  transform: translateX(10%);
  opacity: 0;
  transition: all ease 0.3s;
}
.anim-custom.anim-appears-right.anim-active {
  opacity: 1;
  transform: translateX(0%);
}
.anim-custom.anim-appears-top {
  transform: translateY(-10%);
  opacity: 0;
  transition: all ease 0.3s;
}
.anim-custom.anim-appears-top.anim-active {
  opacity: 1;
  transform: translateY(0%);
}
.anim-custom.anim-appears-bottom {
  transform: translateY(10%);
  opacity: 0;
  transition: all ease 0.3s;
}
.anim-custom.anim-appears-bottom.anim-active {
  opacity: 1;
  transform: translateY(0%);
}

.contact-full-width {
  width: 100%;
  max-width: 100%;
  clear: both;
  margin-top: 40px;
  order: 99;
}

body {
  margin: 0;
  background-color: #f3f3f3;
}
body.no-overflow {
  overflow: hidden;
}

#main_container {
  background-color: #ffffff;
  max-width: 1700px;
  width: 96%;
  margin: 2vh auto 0;
  border-radius: 5px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #cb0101;
}

#bottom_container {
  max-width: 1700px;
  width: 96%;
  margin: 0 auto;
}
#bottom_container .container {
  background-color: #f8f8f8;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
  position: relative;
}
#bottom_container .container.topshadow:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 15px;
  background-image: linear-gradient(to top, rgba(100, 100, 100, 0) 0%, rgb(217, 217, 217) 100%);
}
#bottom_container .container.backgroundskew {
  overflow: hidden;
}
#bottom_container .container.backgroundskew:before {
  content: "";
  background: #f3f3f3;
  position: absolute;
  left: 20%;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: skew(-20deg, 0deg);
  z-index: 0;
}
#bottom_container .container.backgroundskew .cols {
  z-index: 1;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
#bottom_container .listing_clients {
  display: flex;
  align-items: center;
  gap: 0 5rem;
  overflow: hidden;
  justify-content: space-between;
}
#bottom_container .listing_clients img {
  filter: grayscale(1);
  transition: all ease 0.3s;
}
#bottom_container .listing_clients img:hover {
  filter: grayscale(0);
  border: 2px solid yellow;
}

header#main_header {
  position: relative;
  padding: 0 1rem;
}
header#main_header #countries {
  display: flex;
  gap: 0.5rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
header#main_header #countries img {
  max-width: 18px;
}
header#main_header #logo_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  gap: 60%;
}
header#main_header #logo_menu #header_logo {
  margin-left: 25px;
}
header#main_header #logo_menu #toggleMenu {
  display: none;
}
header#main_header #toggleMenu,
header#main_header #openMenu,
header#main_header #countries_mobile {
  display: none;
}
header#main_header #header_menu {
  display: flex;
  align-items: center;
}
header#main_header #header_menu .separator {
  color: #cb0101;
  font-size: 1.5rem;
}
header#main_header #header_menu a {
  text-decoration: underline;
  color: #cb0101;
  text-transform: uppercase;
}
header#main_header #header_menu a.mainlink {
  font-size: 1.5rem;
  padding: 15px 30px;
  font-weight: 600;
  text-align: center;
}
header#main_header #header_menu a.mainlink.active {
  color: #cb0101;
}
header#main_header #header_menu:hover .active_sublink {
  transform: translateX(-50%);
  opacity: 0;
}
header#main_header #header_menu .submenu {
  position: relative;
}
header#main_header #header_menu .submenu .sublinks {
  padding: 10px 40px;
  transition: transform ease 0.3s, opacity ease 0.3s;
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  display: flex;
  gap: 1rem;
  left: -100vw;
  transform: translateX(0%);
  z-index: 1;
}
header#main_header #header_menu .submenu .sublinks a {
  font-size: 1.2rem;
  display: inline-block;
}
header#main_header #header_menu .submenu .sublinks a.active {
  color: #cb0101;
}
header#main_header #header_menu .submenu .active_sublink {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: #cb0101;
  transition: color ease 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 10px;
  transition: transform ease 0.3s, opacity ease 0.3s;
}
header#main_header #header_menu .submenu:hover .sublinks {
  transform: translateX(-50%);
  opacity: 1;
  left: 50%;
  opacity: 1;
}
header#main_header #header_menu .submenu.active .mainlink {
  color: #cb0101;
}

.mailling {
  color: #cb0101;
}

#sub_header {
  display: flex;
  font-size: 1.25rem;
  justify-content: space-around;
  border-bottom: 2px solid #f3f3f3;
}
#sub_header a {
  text-decoration: none;
  color: #939393;
  width: 100%;
  padding: 15px;
  text-align: center;
  border-top: 3px solid transparent;
  transition: background ease 0.3s;
  font-weight: 400;
}
#sub_header a .arrow {
  display: none;
}
#sub_header a:hover {
  background-color: #f1f1f1;
}
#sub_header a.active {
  border-top-color: #cb0101;
  font-weight: 600;
  color: rgb(74, 74, 73);
}

.container.lightgray {
  background-color: #f8f8f8;
}
.container.wide_padding {
  padding: 2.5rem 8rem;
}

.sub_container {
  background-color: white;
  border: 1px solid #f3f3f3;
  padding: 40px 60px;
  border-radius: 20px;
  display: flex;
  gap: 2rem;
  margin: 3rem 0 1.5rem;
}
.sub_container .description {
  flex: 1;
}
.sub_container .visuals {
  position: relative;
  width: 20%;
}
.sub_container .visuals img {
  position: absolute;
}
.sub_container .visuals.right img:nth-child(1) {
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-20%);
}
.sub_container .visuals.right img:nth-child(2) {
  bottom: 0;
  right: 0;
  z-index: 1;
  transform: translateY(20%) translateX(20%);
}
.sub_container .visuals.left img:nth-child(1) {
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateY(-20%) translateX(-15%);
}
.sub_container .visuals.left img:nth-child(2) {
  bottom: 0;
  right: 0;
  z-index: 2;
  transform: translateY(20%);
}
.sub_container .visuals.solo img:nth-child(1) {
  transform: translateY(2%);
  bottom: 0;
  top: 0;
  margin: auto;
  position: absolute;
}
.sub_container .visuals.solo.left img:nth-child(1) {
  transform: translateX(-10%) translateY(2%);
}
.sub_container .visuals.solo.right img:nth-child(1) {
  transform: translateX(10%) translateY(2%);
}

.home_city {
  display: flex;
}
.home_city .text_container {
  display: flex;
  width: 30%;
  flex-direction: column;
  justify-content: space-between;
}
.home_city .text_container .listing {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 40px;
  gap: 40px;
}
.home_city .text_container .listing .icon {
  margin-bottom: 10px;
}
.home_city .text_container .bottom_links {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3;
  padding: 1.5rem 0.5rem;
}
.home_city .carroussel {
  position: relative;
  flex: 1;
  overflow: hidden;
  width: 100%;
}
.home_city .carroussel .action {
  width: 50px;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  cursor: pointer;
}
.home_city .carroussel .action.prev {
  left: 10px;
}
.home_city .carroussel .action.next {
  right: 10px;
}
.home_city .carroussel .slides {
  height: 100%;
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.home_city .carroussel .slides .slide {
  position: relative;
  height: 100%;
  overflow: hidden;
  flex: 1 0 100%;
}
.home_city .carroussel .slides .slide img {
  position: absolute;
  margin: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
}
.home_city .carroussel .slides .slide .description {
  position: absolute;
  bottom: 8%;
  right: 5%;
  color: white;
  text-shadow: 0px 0px 10px #333;
  width: 80%;
  font-size: 1.5rem;
  line-height: 1.25;
  max-width: 650px;
  text-align: right;
}
.home_city .carroussel .slides .slide .description .title {
  font-weight: 600;
  font-size: 3.7rem;
}

.team_member {
  text-align: center;
}
.team_member .photo {
  margin-bottom: 0.5rem;
}
.team_member .photo img {
  max-width: 100px;
  max-height: 100px;
}
.team_member .name {
  font-weight: 600;
  font-size: 1.25rem;
}
.team_member .role {
  margin-top: 0.2rem;
}

#contact_form .member_contact {
  gap: 1rem;
}

#listing_rooms {
  justify-content: center;
}
#listing_rooms > div .img_zoom:hover .zoom {
  transform: scale(1.3);
}
#listing_rooms .img_zoom a img {
  max-height: 164px;
}
#listing_rooms .zoom {
  transition: all ease 0.3s;
}

#recruitment_steps .row {
  display: flex;
}
#recruitment_steps .row .step {
  flex: 1;
  position: relative;
  color: #c6c4c6;
  transition: color ease 0.3s;
}
#recruitment_steps .row .step.double {
  flex: 2;
}
#recruitment_steps .row .step.number {
  font-size: 3.7rem;
  font-weight: 900;
  position: relative;
}
#recruitment_steps .row .step.number:not(:nth-last-child(2)):before {
  content: "";
  position: absolute;
  height: 1px;
  background: #c6c4c6;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
#recruitment_steps .row .step.number:not(:nth-last-child(2)):after {
  content: "";
  position: absolute;
  height: 3px;
  background: #cb0101;
  width: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  transition: all ease 0.75s;
  border-radius: 5px;
}
#recruitment_steps .row .step.number .content {
  display: inline-block;
  position: relative;
  z-index: 3;
  background: white;
  line-height: 1;
  padding: 0 1rem;
  transition: all ease 0.3s;
  transform: translateX(-1rem);
}
#recruitment_steps .row .step.description:before {
  content: "";
  position: absolute;
  width: 1px;
  background: #c6c4c6;
  height: 100%;
  top: 0;
  left: 1rem;
  transition: all ease 0.5s;
}
#recruitment_steps .row .step.description:after {
  content: "";
  position: absolute;
  width: 1px;
  background: #cb0101;
  height: 0;
  top: 0;
  left: 1rem;
  transition: all ease 0.5s;
  opacity: 0;
}
#recruitment_steps .row .step.description .content {
  max-width: 80%;
  margin-left: 3rem;
  text-align: justify;
}
#recruitment_steps .row .step.description .content a {
  color: inherit;
}
#recruitment_steps .row .step .picto {
  margin-bottom: 1rem;
}
#recruitment_steps .row .step .picto svg {
  width: 45px;
}
#recruitment_steps .row .step .picto svg path {
  fill: #c6c4c6;
}
#recruitment_steps .row .step.active {
  color: #9d9d9d;
}
#recruitment_steps .row .step.active.description:before {
  opacity: 0;
}
#recruitment_steps .row .step.active.description:after {
  height: 100%;
  opacity: 1;
}
#recruitment_steps .row .step.active.description .title {
  color: #cb0101;
}
#recruitment_steps .row .step.active.description .content {
  animation: appear 0.5s ease 1;
}
@keyframes appear {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
#recruitment_steps .row .step.active.description .content a {
  color: #cb0101;
}
#recruitment_steps .row .step.active .picto svg {
  animation: elastic 1s ease 1;
}
@keyframes elastic {
  0%, 100% {
    transform: scale(1);
  }
  33% {
    transform: scale(1.1);
  }
  66% {
    transform: scale(0.9);
  }
}
#recruitment_steps .row .step.active .picto svg path {
  fill: #cb0101;
}
#recruitment_steps .row .step.active.number {
  color: #cb0101;
}
#recruitment_steps .row .step.past.number:after {
  animation: moveBorder 1s ease 1;
}
@keyframes moveBorder {
  0% {
    left: 0;
    width: 0;
    opacity: 1;
  }
  50% {
    width: 40%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
#recruitment_steps .row.top .step.description:before, #recruitment_steps .row.top .step.description:after {
  top: inherit;
  bottom: 0;
}

.page-home .container_homepage {
  display: flex;
  flex-direction: column;
}
.page-home .container_homepage .slider {
  display: flex;
  background-color: #f8f8f8;
  align-items: center;
}
.page-home .container_homepage .slider .text {
  flex: 1;
  color: #939393;
  padding-left: 4rem;
}
.page-home .container_homepage .slider .text .main_catchphrase {
  font-size: 3.7rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.page-home .container_homepage .slider .text .sub_catchphrase {
  font-size: 1.5rem;
  font-weight: 600;
}
.page-home .container_homepage .slider .images {
  position: relative;
  overflow: hidden;
  max-width: 760px;
  width: 50%;
}
.page-home .container_homepage .slider .images .barre {
  width: 40px;
  background: #cb0101;
  position: absolute;
  transform: rotate(20deg);
  top: -50px;
  bottom: -10px;
  left: 0;
  transform-origin: bottom;
  z-index: 2;
}
.page-home .container_homepage .slider .images .barre:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50vw;
  background: #f8f8f8;
  transform: translateX(-100%);
}
.page-home .container_homepage .slider .images .listing_images {
  width: 100%;
  display: flex;
  transition: transform ease 0.3s;
}
.page-home .container_homepage .slider .images .listing_images .slide {
  position: relative;
  width: 100%;
  flex-shrink: 0;
}
.page-home .container_homepage .slider .images .listing_images .slide .title {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  text-shadow: 0px 0px 10px #333;
  font-weight: 600;
  font-size: 3.7rem;
  color: white;
}
.page-home .container_homepage .slider .action {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  cursor: pointer;
  transition: filter ease 0.3s;
}
.page-home .container_homepage .slider .action:hover {
  filter: drop-shadow(0 0 1rem #555);
}
.page-home .container_homepage .slider .action.prev {
  left: 20%;
}
.page-home .container_homepage .slider .action.next {
  right: 5%;
}
.page-home .container_homepage .navigations {
  display: flex;
  width: 100%;
}
.page-home .container_homepage .navigations .nav {
  flex: 1;
  transition: all ease 0.3s;
  box-shadow: inset -20px 0 15px -5px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #939393;
}
.page-home .container_homepage .navigations .nav:nth-last-child(1) {
  box-shadow: none;
}
.page-home .container_homepage .navigations .nav .content {
  flex: 1;
}
.page-home .container_homepage .navigations .nav .content .picto svg {
  height: 60px;
}
.page-home .container_homepage .navigations .nav .content .picto svg path:not(.bg):not(.stroke) {
  fill: #939393;
  transition: fill ease 0.3s;
}
.page-home .container_homepage .navigations .nav .content .picto svg path.stroke {
  stroke: #939393;
  transition: fill ease 0.3s;
}
.page-home .container_homepage .navigations .nav .custom_btn {
  box-shadow: none;
  border-color: #939393;
  color: #939393;
  background-color: transparent;
}
.page-home .container_homepage .navigations .nav.active {
  background: #cb0101;
  color: white;
}
.page-home .container_homepage .navigations .nav.active .content .picto path:not(.bg):not(.stroke) {
  fill: white;
}
.page-home .container_homepage .navigations .nav.active .content .picto path.bg {
  fill: #cb0101;
}
.page-home .container_homepage .navigations .nav.active .content .picto path.stroke {
  stroke: white;
}
.page-home .container_homepage .navigations .nav.active .custom_btn {
  border-color: white;
  color: white;
}
.page-home .container_homepage .navigations .nav.active .custom_btn:hover {
  background-color: white;
  color: #cb0101;
}

.page-services #listing_services > div {
  padding: 2rem 0;
}
.page-services #listing_services > div:not(:last-child) {
  border-bottom: 1px solid #939393;
}
.page-services #listing_services > div.panelabs .main_title {
  color: #288cf0;
}
.page-services #listing_services > div.panelabs .custom_btn {
  background-color: #288cf0;
  border-color: #288cf0;
}
.page-services #listing_services > div.panelabs .custom_btn:hover {
  background-color: transparent;
  color: #288cf0;
}
.page-services #listing_services > div.panelabs .custom_btn.transparent {
  color: #288cf0;
  background-color: transparent;
}
.page-services #listing_services > div.panelabs .custom_btn.transparent:hover {
  background-color: #288cf0;
  color: white;
}
.page-services #listing_services > div.creatests .main_title {
  color: #001832;
}
.page-services #listing_services > div.creatests .custom_btn {
  background-color: #001832;
  border-color: #001832;
}
.page-services #listing_services > div.creatests .custom_btn:hover {
  background-color: transparent;
  color: #001832;
}
.page-services #listing_services > div.creatests .custom_btn.transparent {
  color: #001832;
  background-color: transparent;
}
.page-services #listing_services > div.creatests .custom_btn.transparent:hover {
  background-color: #001832;
  color: white;
}

.page-panel #container_map {
  position: relative;
  text-align: center;
}
.page-panel #container_map > .container.lightgray {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.page-panel #container_map #svgmap {
  position: relative;
}
.page-panel #listing_profile_questionnaires {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.page-panel #listing_profile_questionnaires .profile {
  color: #939393;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  background: white;
  border-radius: 20px;
  height: 50px;
  padding: 0 1.5rem;
  flex-grow: 1;
  max-width: 33%;
  min-width: 17%;
  transition: border-color ease 0.3s;
  text-decoration: none;
  cursor: pointer;
}
.page-panel #listing_profile_questionnaires .profile img {
  max-height: 28px;
}
.page-panel #listing_profile_questionnaires .profile label {
  font-weight: normal;
  transition: color ease 0.3s;
  cursor: pointer;
}
.page-panel #listing_profile_questionnaires .profile:hover {
  border-color: #cb0101;
}
.page-panel #listing_profile_questionnaires .profile:hover label {
  color: #cb0101;
}
.page-panel #panel_controls .cols .picto {
  width: 65px;
  text-align: center;
}

.page-profile-questionnaires #container_profile_questionnaires .arrow {
  cursor: pointer;
}
.page-profile-questionnaires #container_profile_questionnaires .arrow.right {
  transform: rotate(180deg);
}
.page-profile-questionnaires #container_profile_questionnaires .arrow path {
  stroke: #939393;
  transition: all ease 0.3s;
}
.page-profile-questionnaires #container_profile_questionnaires .arrow.active path {
  stroke: #cb0101;
}
.page-profile-questionnaires #container_profile_questionnaires #link_profile_questionnaires {
  display: flex;
  gap: 1rem;
  width: 100%;
  overflow-x: scroll;
  align-items: center;
  padding-bottom: 1rem;
}
.page-profile-questionnaires #container_profile_questionnaires #link_profile_questionnaires .profile {
  padding: 1rem;
  background: #f8f8f8;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
  flex: 1 0 150px;
  font-weight: normal;
  text-decoration: none;
  font-size: 1.1rem;
  color: #939393;
  border: 1px solid transparent;
  transition: border-color ease 0.3s;
  user-select: none;
}
.page-profile-questionnaires #container_profile_questionnaires #link_profile_questionnaires .profile .label {
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}
.page-profile-questionnaires #container_profile_questionnaires #link_profile_questionnaires .profile .picto img {
  filter: grayscale(1);
  opacity: 0.5;
}
.page-profile-questionnaires #container_profile_questionnaires #link_profile_questionnaires .profile.active {
  background-color: transparent;
  color: #cb0101;
  border-color: #cb0101;
}
.page-profile-questionnaires #container_profile_questionnaires #link_profile_questionnaires .profile.active .picto img {
  filter: grayscale(0);
  opacity: 1;
}
.page-profile-questionnaires #container_profile_questionnaires #link_profile_questionnaires .profile:hover {
  border-color: #ccc;
}
.page-profile-questionnaires #container_profile_questionnaires #link_profile_questionnaires::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.page-profile-questionnaires #container_profile_questionnaires #link_profile_questionnaires::-webkit-scrollbar-thumb {
  background-color: #f8f8f8;
  width: 20px;
  border-radius: 5px;
}
.page-profile-questionnaires #container_profile_questionnaires #link_profile_questionnaires::-webkit-scrollbar-corner {
  background: transparent;
}
.page-profile-questionnaires #container_profile_questionnaires #link_profile_questionnaires:hover::-webkit-scrollbar-thumb {
  background-color: #ddd;
}
.page-profile-questionnaires .questions_profil .question:not(:last-child) {
  border-bottom: 1px solid #d8d8d8;
}
.page-profile-questionnaires .questions_profil .question:hover {
  background-color: #f5f5f5;
}
.page-profile-questionnaires .questions_profil .question.submenu {
  cursor: pointer;
}
.page-profile-questionnaires .questions_profil .question.submenu label {
  cursor: pointer;
}
.page-profile-questionnaires .questions_profil .question .intitule {
  padding: 1rem 0.5rem;
  position: relative;
  line-height: 1.2;
  transition: font-weight ease 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.page-profile-questionnaires .questions_profil .question .intitule .picto_plus {
  position: relative;
  width: 10px;
}
.page-profile-questionnaires .questions_profil .question .intitule .picto_plus .barre {
  transition: all ease 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 1px;
  background: #939393;
}
.page-profile-questionnaires .questions_profil .question .intitule .picto_plus .barre.barre2 {
  transform: rotate(90deg);
}
.page-profile-questionnaires .questions_profil .question .liste_modalites {
  max-height: 0;
  transition: max-height ease 0.3s, margin ease 0.3s;
  overflow: hidden;
  color: #939393;
  padding: 0 1rem;
  line-height: 1.4;
}
.page-profile-questionnaires .questions_profil .question.active .intitule {
  font-weight: 600;
}
.page-profile-questionnaires .questions_profil .question.active .intitule .picto_plus .barre1 {
  width: 15px;
  height: 2px;
  left: -5px;
}
.page-profile-questionnaires .questions_profil .question.active .intitule .picto_plus .barre2 {
  transform: rotate(0);
}
.page-profile-questionnaires .questions_profil .question.active .liste_modalites {
  margin-bottom: 1rem;
}

.page-diy-survey-solution .listing_features {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
}
.page-diy-survey-solution .listing_features .feature {
  flex-basis: 30%;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  text-align: justify;
}
.page-diy-survey-solution .listing_features .feature .picto {
  flex-shrink: 0;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 1s ease-in-out forwards;
}

.fade-in-delay {
  opacity: 0;
  animation: fadeIn 1s ease-in-out 0.3s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Slide-in animation */
.slide-in {
  opacity: 0;
  transform: translateY(20px);
  animation: slideIn 0.8s ease-in-out forwards;
}

@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Service block hover effect */
.service-block {
  transition: all 0.3s ease;
  padding: 20px;
  border-radius: 5px;
}

.service-block:hover {
  background-color: rgba(245, 245, 245, 0.5);
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Button hover effects */
.scale-on-hover {
  transition: transform 0.3s ease;
}

.scale-on-hover:hover {
  transform: scale(1.05);
}

/* Service image hover effect */
.service-image {
  transition: all 0.5s ease;
}

/* Banner image parallax effect */
.banner-container {
  overflow: hidden;
}

.banner-image {
  transition: transform 0.5s ease;
}

.banner-container:hover .banner-image {
  transform: scale(1.05) translateY(-5px);
}

/* Feature list styling */
.features-list {
  padding: 15px;
  border-radius: 5px;
  margin: 20px 0;
  transition: background-color 0.3s ease;
}

.page-sample-only #background_sample_only {
  width: 237px;
  background: url(../img/banners/sampleonly.png) no-repeat center center;
  position: sticky;
  top: 5px;
  height: 1039px;
}

.form-reverse {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .form-reverse {
    flex-direction: column-reverse;
  }
  .form-reverse .custom_btn {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  header#main_header #toggleMenu {
    display: inline-block;
    width: 34px;
    height: 27px;
    position: relative;
    z-index: 11;
    order: -1;
  }
  header#main_header #toggleMenu .barre {
    position: absolute;
    width: 100%;
    height: 5px;
    background: #cb0101;
    border-radius: 3px;
    left: 0;
  }
  header#main_header #toggleMenu .barre.barre1 {
    top: 0;
    width: 60%;
    transition: left ease 0.3s;
  }
  header#main_header #toggleMenu .barre.barre2 {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  header#main_header #toggleMenu .barre.barre3 {
    bottom: 0;
  }
  header#main_header #container_header_menu {
    position: fixed;
    z-index: 10;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    transition: all ease 0.3s;
    opacity: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
  }
  header#main_header #container_header_menu:before {
    content: "";
    height: 6rem;
    width: 85%;
    background: white;
  }
  header#main_header #container_header_menu #header_menu {
    flex-direction: column;
    background: white;
    padding: 0 2rem;
    align-items: flex-start;
    width: 85%;
    flex: 1;
    overflow: auto;
  }
  header#main_header #container_header_menu #header_menu > * {
    margin-bottom: 1rem;
  }
  header#main_header #container_header_menu #header_menu .separator {
    display: none;
  }
  header#main_header #container_header_menu #header_menu .submenu {
    overflow: visible;
  }
  header#main_header #container_header_menu #header_menu .sublinks {
    opacity: 1;
    transform: inherit;
    position: relative;
    flex-direction: column;
    left: 0;
    overflow: visible;
    padding: 0;
    transition: max-height ease 0.3s;
    gap: 0.2rem;
    margin-top: 0.5rem;
  }
  header#main_header #container_header_menu #header_menu .sublinks.input {
    max-height: 0;
    margin: 0;
    overflow: hidden;
    padding-left: 1.5rem;
    gap: 0.3rem;
  }
  header#main_header #container_header_menu #header_menu .sublinks.input a {
    font-size: 1.1rem;
    text-transform: initial;
    font-weight: normal;
  }
  header#main_header #container_header_menu #header_menu .sublinks label {
    font-size: 1.2rem;
    display: inline-block;
    color: #939393;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
  }
  header#main_header #container_header_menu #header_menu .sublinks label.active {
    color: #cb0101;
  }
  header#main_header #container_header_menu #header_menu .active_sublink {
    display: none;
  }
  header#main_header #container_header_menu #header_menu input.submenu_input {
    display: none;
  }
  header#main_header #container_header_menu #header_menu input.submenu_input:checked + .sublinks.input {
    max-height: 140px;
    margin-bottom: 0.5rem;
    margin-top: 0.3rem;
  }
  header#main_header #container_header_menu #header_menu .mainlink {
    padding: 0;
    font-size: 1.4rem;
    text-align: left;
  }
  header#main_header #container_header_menu #countries_mobile {
    display: flex;
    flex-shrink: 0;
    padding: 2rem;
    gap: 1rem;
    position: absolute;
    right: 15%;
  }
  header#main_header #container_header_menu #countries_mobile img {
    height: 20px;
  }
  header#main_header #header_logo {
    display: none;
  }
  header#main_header #header_logo_mobile {
    display: block;
    margin: 0 auto;
  }
  body.menuOpen header#main_header #logo_menu #container_header_menu {
    left: 0;
    opacity: 1;
  }
  body.menuOpen header#main_header #logo_menu #toggleMenu .barre.barre1 {
    left: 40%;
  }
  .container {
    padding: 0.5rem;
  }
  .cols {
    flex-direction: column;
    gap: 1rem;
  }
  .col30,
  .colfull {
    flex-basis: 100%;
  }
  .cta {
    text-align: center;
  }
  .main_title,
  .main_titlelab,
  .main_titlecrea {
    font-size: 1.2rem;
  }
  .fs-1-2 {
    font-size: 1rem;
  }
  .custom_btn,
  .custom_btnlab,
  .custom_btncrea {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
  .separ {
    padding: 20px;
  }
  .metho {
    flex-direction: column;
  }
  .metho img {
    margin: 0 auto 1rem;
  }
}
@media only screen and (max-width: 1025px) {
  header#main_header #toggleMenu {
    display: inline-block;
    width: 34px;
    height: 27px;
    position: relative;
    z-index: 11;
    order: -1;
  }
  header#main_header #toggleMenu .barre {
    position: absolute;
    width: 100%;
    height: 5px;
    background: #cb0101;
    border-radius: 3px;
    left: 0;
  }
  header#main_header #toggleMenu .barre.barre1 {
    top: 0;
    width: 60%;
    transition: left ease 0.3s;
  }
  header#main_header #toggleMenu .barre.barre2 {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  header#main_header #toggleMenu .barre.barre3 {
    bottom: 0;
  }
  header#main_header #container_header_menu {
    position: fixed;
    z-index: 10;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    transition: all ease 0.3s;
    opacity: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
  }
  header#main_header #container_header_menu:before {
    content: "";
    height: 6rem;
    width: 85%;
    background: white;
  }
  header#main_header #container_header_menu #header_menu {
    flex-direction: column;
    background: white;
    padding: 0 2rem;
    align-items: flex-start;
    width: 85%;
    flex: 1;
    overflow: auto;
  }
  header#main_header #container_header_menu #header_menu > * {
    margin-bottom: 1rem;
  }
  header#main_header #container_header_menu #header_menu .separator {
    display: none;
  }
  header#main_header #container_header_menu #header_menu .submenu {
    overflow: visible;
  }
  header#main_header #container_header_menu #header_menu .sublinks {
    opacity: 1;
    transform: inherit;
    position: relative;
    flex-direction: column;
    left: 0;
    overflow: visible;
    padding: 0;
    transition: max-height ease 0.3s;
    gap: 0.2rem;
    margin-top: 0.5rem;
  }
  header#main_header #container_header_menu #header_menu .sublinks.input {
    max-height: 0;
    margin: 0;
    overflow: hidden;
    padding-left: 1.5rem;
    gap: 0.3rem;
  }
  header#main_header #container_header_menu #header_menu .sublinks.input a {
    font-size: 1.1rem;
    text-transform: initial;
    font-weight: normal;
  }
  header#main_header #container_header_menu #header_menu .sublinks label {
    font-size: 1.2rem;
    display: inline-block;
    color: #939393;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
  }
  header#main_header #container_header_menu #header_menu .sublinks label.active {
    color: #cb0101;
  }
  header#main_header #container_header_menu #header_menu .active_sublink {
    display: none;
  }
  header#main_header #container_header_menu #header_menu input.submenu_input {
    display: none;
  }
  header#main_header #container_header_menu #header_menu input.submenu_input:checked + .sublinks.input {
    max-height: 140px;
    margin-bottom: 0.5rem;
    margin-top: 0.3rem;
  }
  header#main_header #container_header_menu #header_menu .mainlink {
    padding: 0;
    font-size: 1.4rem;
    text-align: left;
  }
  header#main_header #container_header_menu #countries_mobile {
    display: flex;
    flex-shrink: 0;
    padding: 2rem;
    gap: 1rem;
    position: absolute;
    right: 15%;
  }
  header#main_header #container_header_menu #countries_mobile img {
    height: 20px;
  }
  header#main_header #header_logo {
    display: block;
  }
  header#main_header #header_logo_mobile {
    display: block;
    margin: 0 auto;
  }
  body.menuOpen header#main_header #logo_menu #container_header_menu {
    left: 0;
    opacity: 1;
  }
  body.menuOpen header#main_header #logo_menu #toggleMenu .barre.barre1 {
    left: 40%;
  }
}
@media only screen and (max-width: 500px) {
  header#main_header #toggleMenu {
    display: none;
  }
  header#main_header #header_logo_mobile {
    display: none;
  }
}
@media only screen and (max-width: 1750px) {
  header#main_header #logo_menu {
    height: 100px;
  }
  header#main_header #header_menu a.mainlink {
    font-size: 1.4rem;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 1500px) {
  header#main_header #header_menu a.mainlink {
    font-size: 1.2rem;
    padding: 0.5rem;
  }
  header#main_header #header_logo {
    max-width: 200px;
  }
  #sub_header {
    font-size: 1.1rem;
  }
  .page-home .container_homepage .slider .text .main_catchphrase {
    font-size: 2.7rem;
    line-height: 3rem;
  }
  .page-home .container_homepage .slider .text .main_catchphrase img {
    max-height: 30px;
  }
  .page-home .container_homepage .slider .text .sub_catchphrase {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1300px) {
  .page-home .container_homepage .slider .text {
    padding-left: 2.3rem;
  }
  .page-home .container_homepage .slider .text .main_catchphrase {
    font-size: 2rem;
    line-height: 2.3rem;
  }
  .page-home .container_homepage .slider .text .main_catchphrase img {
    max-height: 20px;
  }
  .page-home .container_homepage .slider .text .sub_catchphrase {
    font-size: 1.3rem;
  }
  .page-home .container_homepage .slider .images .listing_images .slide .title {
    text-align: right;
    font-size: 2.5rem;
  }
  .accompagnement .imtxt {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
  }
  .accompagnement .imtxt img {
    max-width: 35%;
    height: auto;
    object-fit: contain;
    align-self: center;
  }
  .accompagnement .imtxt .txt {
    flex: 1;
    padding-right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .accompagnement .imtxt .txt .mini-title {
    font-size: 18px;
    margin-bottom: 0.5rem;
  }
  .accompagnement .imtxt .txt ul {
    padding-left: 1.5rem;
  }
  .main_title,
  .main_titlelab,
  .main_titlecrea {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
  .custom-grid-wrapper,
  .custom-grid {
    gap: 30px;
    width: 92%;
    margin: 0 auto;
    justify-items: center;
    justify-content: center;
  }
  .custom-grid-wrapper .custom-img-box img,
  .custom-grid .custom-img-box img {
    width: 100%;
    object-fit: cover;
  }
  .custom-grid-wrapper .custom-img-box .custom-overlay,
  .custom-grid .custom-img-box .custom-overlay {
    height: auto;
  }
  #testproduct {
    gap: 40px;
  }
  .metho {
    gap: 2.5rem;
  }
  .custom_btn,
  .custom_btnlab,
  .custom_btncrea {
    padding: 10px 30px;
  }
  .methodologie-tests-produits .accompagnement .imtxt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .methodologie-tests-produits .accompagnement .imtxt img {
    max-width: 45%;
    height: auto;
    object-fit: contain;
    margin: 1.5rem auto;
    order: 1;
  }
  .methodologie-tests-produits .accompagnement .imtxt .txt {
    width: 100%;
    order: 0;
  }
  .methodologie-tests-produits .accompagnement .imtxt .txt .mini-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 1rem;
  }
  .methodologie-tests-produits .accompagnement .imtxt .txt ul {
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
  }
  .methodologie-tests-produits .accompagnement .imtxt .txt:after {
    content: "";
    display: block;
    order: 2;
  }
  header#main_header #logo_menu {
    gap: 2rem;
  }
  header#main_header #header_menu {
    margin-left: auto;
  }
  header#main_header #header_menu a.mainlink {
    font-size: 1.1rem;
    padding: 8px 12px;
    white-space: nowrap;
  }
  header#main_header #header_logo {
    max-width: 180px;
  }
}
@media only screen and (max-width: 1200px) {
  .content-gif {
    max-width: 350px;
    width: 96%;
  }
  header#main_header {
    padding: 0;
  }
  header#main_header #header_menu a.mainlink {
    font-size: 1rem;
  }
  #sub_header {
    font-size: 0.9rem;
  }
  #bottom_container .listing_clients {
    gap: 0 2.5rem;
    overflow-x: scroll;
    padding-bottom: 1rem;
  }
  #bottom_container .listing_clients img {
    max-width: 140px;
  }
  .sub_container {
    position: relative;
    padding: 1rem;
  }
  .sub_container .visuals {
    position: absolute;
    top: 0;
    right: 0;
  }
  .sub_container .visuals.right img:nth-child(1), .sub_container .visuals.left img:nth-child(1), .sub_container .visuals.solo.right img:nth-child(1), .sub_container .visuals.solo.left img:nth-child(1) {
    transform: translateY(-40%) translateX(-5%);
    top: 0;
    right: 0;
    bottom: inherit;
    left: inherit;
    max-height: 100px;
  }
  .sub_container .visuals.right img:nth-child(2), .sub_container .visuals.left img:nth-child(2), .sub_container .visuals.solo.right img:nth-child(2), .sub_container .visuals.solo.left img:nth-child(2) {
    transform: translateY(-50%) translateX(-80%);
    top: 0;
    right: 0;
    bottom: inherit;
    left: inherit;
    max-height: 100px;
  }
  .page-diy-survey-solution .listing_features .feature {
    flex-basis: 45%;
  }
  .page-panel #listing_profile_questionnaires .profile {
    min-width: 0;
    max-width: 100%;
  }
  #testproduct {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .custom-image-section {
    order: -1;
    max-width: inherit;
    width: 100%;
    margin-bottom: 2rem;
  }
  .custom-image-section img {
    max-width: 600px;
    order: 2;
    display: block;
    width: 50%;
    height: auto;
    margin: 0px auto;
  }
  .container-title,
  .custom-text-section {
    text-align: left;
    width: 100%;
    max-width: inherit;
  }
  header#main_header {
    padding: 0;
  }
  header#main_header #logo_menu {
    justify-content: space-between;
    padding: 0 1rem;
    gap: 1.5rem;
  }
  header#main_header #header_menu {
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  header#main_header #header_menu::-webkit-scrollbar {
    display: none;
  }
  header#main_header #header_menu a.mainlink {
    font-size: 0.95rem;
    padding: 8px 10px;
    white-space: nowrap;
  }
  header#main_header #header_logo {
    max-width: 160px;
    flex-shrink: 0;
  }
  .large-block.py100 {
    display: flex;
    flex-direction: column;
  }
  .large-block.py100 > div:first-child {
    order: 1;
  }
  .custom-image-section {
    order: 2;
    max-width: inherit;
    width: 100%;
    margin: 1.5rem 0;
  }
  .container-title {
    order: 3;
  }
  #testproduct {
    order: 4;
    flex-direction: column;
    align-items: center;
  }
  .unique-contact-section {
    order: 5 !important;
    margin-top: 2rem;
  }
  .large-block.py100 {
    display: flex;
    flex-direction: column;
  }
  .large-block.py100 > div:first-child {
    order: 1;
  }
  .custom-image-section {
    order: 2;
    max-width: inherit;
    width: 100%;
    margin: 1.5rem 0;
  }
  .container-title {
    order: 3;
  }
  #testproduct {
    order: 4;
    flex-direction: column;
    align-items: center;
  }
  .contact-full-width {
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px 10px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1100px) and (min-width: 1025px) {
  header#main_header #logo_menu {
    padding: 0.5rem;
    align-items: center;
  }
  header#main_header #header_menu a.mainlink {
    font-size: 0.9rem;
    padding: 6px 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .only_pc {
    display: none !important;
  }
  .only_mobile {
    display: block !important;
  }
  .cols {
    gap: 1rem;
  }
  .cols.m-nogap {
    gap: inherit;
  }
  .m-tac {
    text-align: center;
  }
  .m-fdc {
    flex-direction: column;
  }
  .m-g-2 {
    gap: 2rem;
  }
  .m-g-3 {
    gap: 2rem;
  }
  .m-fww {
    flex-wrap: wrap;
  }
  .cols.m-cols1 > * {
    flex-basis: 100%;
  }
  .cols.m-cols2 > * {
    flex-basis: 45%;
  }
  body.menuOpen {
    overflow: hidden;
  }
  #main_container {
    margin: 0;
    width: 100%;
    border-top: 0;
  }
  #main_container .container {
    overflow: hidden;
  }
  #main_container .container.wide_padding {
    padding: 1.5rem 1rem;
  }
  header#main_header {
    position: sticky;
    z-index: 10;
    top: 0;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  }
  header#main_header #countries {
    display: none;
  }
  header#main_header #logo_menu {
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    gap: 3rem;
    height: inherit;
  }
  header#main_header #logo_menu #toggleMenu {
    display: inline-block;
    width: 34px;
    height: 27px;
    position: relative;
    z-index: 11;
  }
  header#main_header #logo_menu #toggleMenu .barre {
    position: absolute;
    width: 100%;
    height: 5px;
    background: #cb0101;
    border-radius: 3px;
    left: 0;
  }
  header#main_header #logo_menu #toggleMenu .barre.barre1 {
    top: 0;
    width: 60%;
    transition: left ease 0.3s;
  }
  header#main_header #logo_menu #toggleMenu .barre.barre2 {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  header#main_header #logo_menu #toggleMenu .barre.barre3 {
    bottom: 0;
  }
  header#main_header #logo_menu #container_header_menu {
    position: fixed;
    z-index: 10;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.75);
    transition: all ease 0.3s;
    opacity: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
  }
  header#main_header #logo_menu #container_header_menu:before {
    content: "";
    height: 4rem;
    width: 60%;
    background: white;
  }
  header#main_header #logo_menu #container_header_menu #header_menu {
    flex-direction: column;
    background: white;
    padding: 0 2rem;
    align-items: flex-start;
    width: 60%;
    flex: 1;
    overflow: auto;
  }
  header#main_header #logo_menu #container_header_menu #header_menu > * {
    margin-bottom: 1rem;
  }
  header#main_header #logo_menu #container_header_menu #header_menu:hover {
    transform: inherit;
  }
  header#main_header #logo_menu #container_header_menu #header_menu .separator {
    display: none;
  }
  header#main_header #logo_menu #container_header_menu #header_menu .submenu {
    overflow: visible;
  }
  header#main_header #logo_menu #container_header_menu #header_menu .sublinks {
    opacity: 1;
    transform: inherit;
    position: relative;
    flex-direction: column;
    left: 0;
    overflow: visible;
    padding: 0;
    transition: max-height ease 0.3s;
    gap: 0.2rem;
    margin-top: 0.5rem;
  }
  header#main_header #logo_menu #container_header_menu #header_menu .sublinks.input {
    max-height: 0;
    margin: 0;
    overflow: hidden;
    padding-left: 1.5rem;
    gap: 0.3rem;
  }
  header#main_header #logo_menu #container_header_menu #header_menu .sublinks.input a {
    font-size: 1.1rem;
    text-transform: initial;
    font-weight: normal;
  }
  header#main_header #logo_menu #container_header_menu #header_menu .sublinks label {
    font-size: 1.2rem;
    display: inline-block;
    color: #939393;
    font-weight: 600;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
  }
  header#main_header #logo_menu #container_header_menu #header_menu .sublinks label.active {
    color: #cb0101;
  }
  header#main_header #logo_menu #container_header_menu #header_menu .active_sublink {
    display: none;
  }
  header#main_header #logo_menu #container_header_menu #header_menu input.submenu_input {
    display: none;
  }
  header#main_header #logo_menu #container_header_menu #header_menu input.submenu_input:checked + .sublinks.input {
    max-height: 140px;
    margin-bottom: 0.5rem;
    margin-top: 0.3rem;
  }
  header#main_header #logo_menu #container_header_menu #header_menu .mainlink {
    padding: 0;
    font-size: 1.4rem;
    text-align: left;
  }
  header#main_header #logo_menu #container_header_menu #countries_mobile {
    display: flex;
    flex-shrink: 0;
    padding: 2rem;
    gap: 1rem;
    position: absolute;
    right: 15%;
  }
  header#main_header #logo_menu #container_header_menu #countries_mobile img {
    height: 20px;
  }
  body.menuOpen header#main_header #logo_menu #container_header_menu {
    left: 0;
    opacity: 1;
  }
  body.menuOpen header#main_header #logo_menu #toggleMenu .barre.barre1 {
    left: 40%;
  }
  .home_city {
    flex-direction: column;
  }
  .home_city .carroussel {
    margin-bottom: 1.5rem;
  }
  .home_city .carroussel .slides {
    height: 400px;
    max-height: 35vh;
  }
  .home_city .carroussel .slides .slide .description {
    font-size: 1rem;
    background: rgba(0, 0, 0, 0.5490196078);
    padding: 0.7rem;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: inherit;
    text-align: left;
  }
  .home_city .carroussel .slides .slide .description .title {
    font-size: 1.5rem;
  }
  .home_city .carroussel .action {
    width: 25px;
  }
  .home_city .text_container {
    width: 100%;
  }
  .home_city .text_container .listing {
    padding: 1rem;
    gap: 2rem;
  }
  .home_city .text_container .bottom_links {
    flex-direction: column;
    gap: 1rem;
  }
  .home_city .text_container .bottom_links a {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
  #listing_rooms {
    flex-wrap: wrap;
    justify-content: center;
  }
  #listing_rooms > div {
    width: 45%;
    flex: inherit;
  }
  .page-contact #maps_infos .infos {
    order: 2;
  }
  .page-contact #maps_infos .map {
    order: 1;
  }
  .page-contact #maps_infos .map iframe {
    max-height: 40vh;
  }
  .page-contact #team_members_container {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    overflow: hidden;
  }
  .page-contact #team_members_container #team_members {
    transform: translateX(0%);
    transition: all ease 0.3s;
    justify-content: flex-start;
    gap: 0;
  }
  .page-contact #team_members_container #team_members .team_member {
    flex: 1 0 100%;
  }
  .page-contact #team_members_container_pagination {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
  }
  .page-contact #team_members_container_pagination .nav {
    height: 15px;
    width: 15px;
    border-radius: 15px;
    background-color: #dedede;
    transition: width 0.3s ease;
  }
  .page-contact #team_members_container_pagination .nav.active {
    background-color: #cb0101;
    width: 30px;
  }
  .page-home .container_homepage {
    overflow: hidden;
  }
  .page-home .container_homepage .slider {
    flex-direction: column;
  }
  .page-home .container_homepage .slider .text {
    padding: 2rem 1rem 0.5rem;
  }
  .page-home .container_homepage .slider .text .main_catchphrase {
    font-size: 2rem;
  }
  .page-home .container_homepage .slider .text .sub_catchphrase {
    font-size: 1.2rem;
    line-height: 1.3;
  }
  .page-home .container_homepage .slider .text img {
    max-height: 20px;
  }
  .page-home .container_homepage .slider .images {
    width: 100%;
  }
  .page-home .container_homepage .slider .images .barre {
    height: 10px;
    left: 0;
    bottom: inherit;
    top: 5%;
    width: 120%;
    transform: translateX(-10%) rotate(4deg);
    background-color: white;
  }
  .page-home .container_homepage .slider .images .barre:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 10vh;
    background: #f8f8f8;
    transform: translateY(-97%);
  }
  .page-home .container_homepage .slider .images .listing_images .slide .title {
    display: none;
  }
  .page-home .container_homepage .slider .action {
    width: 30px;
  }
  .page-home .container_homepage .slider .action.next {
    right: 2%;
  }
  .page-home .container_homepage .slider .action.prev {
    left: 2%;
  }
  .page-home .container_homepage #homepage_slider_pagination {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    background-color: #cb0101;
    padding-top: 0.5rem;
  }
  .page-home .container_homepage #homepage_slider_pagination .nav {
    display: inline-block;
    width: 15px;
    background: white;
    height: 10px;
    border-radius: 15px;
    position: relative;
    text-align: center;
    transition: width 0.3s ease;
  }
  .page-home .container_homepage #homepage_slider_pagination .nav.active {
    width: 30px;
  }
  .page-home .container_homepage #container_home_navigation {
    position: relative;
  }
  .page-home .container_homepage #container_home_navigation:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 110vw;
    background: #cb0101;
    height: 7vw;
    transform: translateX(-5vw) translateY(-4vw) rotate(3deg);
  }
  .page-home .container_homepage #container_home_navigation #container_navigation {
    overflow: hidden;
  }
  .page-home .container_homepage #container_home_navigation #container_navigation #home_navigations {
    transition: all ease 0.3s;
    background-color: #cb0101;
  }
  .page-home .container_homepage #container_home_navigation #container_navigation #home_navigations .nav {
    flex: 1 0 100%;
    box-shadow: inherit;
    padding-top: 0.5rem;
    background-color: #cb0101;
  }
  #panelbooks {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
  }
  #panelbooks .cols {
    max-width: 350px;
    gap: 2rem;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  #panelbooks .cols .tar {
    flex: 1;
  }
  .page-panel #container_map > .container.lightgray {
    position: relative;
  }
  .page-streaming .home_streaming .form {
    width: 100%;
  }
  .page-streaming .home_streaming .visual {
    display: none;
  }
  .page-streaming-listing #container_streamings #listing_streamings .row {
    flex-direction: column;
    margin-bottom: 3rem;
  }
  .page-streaming-listing #container_streamings #listing_streamings .row .name {
    text-align: center;
    margin-bottom: 1rem;
  }
  .page-streaming-listing #container_streamings #listing_streamings .row .streamings {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }
  .page-streaming-listing #container_streamings #listing_streamings .row .streamings .stream {
    flex: 0 45%;
  }
  #recruitment_steps .step {
    position: relative;
    padding-bottom: 4rem;
  }
  #recruitment_steps .step:nth-last-child(1) {
    padding-bottom: 0;
  }
  #recruitment_steps .step:not(:last-child):before {
    content: "";
    position: absolute;
    left: 1rem;
    width: 1px;
    top: 0;
    bottom: 0;
    background: #c6c4c6;
    z-index: 0;
  }
  #recruitment_steps .step:not(:last-child):after {
    content: "";
    position: absolute;
    left: 1rem;
    transform: translateX(-1px);
    width: 3px;
    top: 0;
    height: 40%;
    background: #cb0101;
    z-index: 0;
    transition: top ease 0.5s, height ease 0.5s;
    opacity: 0;
  }
  #recruitment_steps .step .step_content {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    position: relative;
    z-index: 1;
  }
  #recruitment_steps .step .step_content .number {
    font-size: 3.7rem;
    font-weight: 900;
    color: #c6c4c6;
    transition: color ease 0.3s;
    background: white;
  }
  #recruitment_steps .step .step_content .content .title {
    display: flex;
    gap: 1rem;
    align-items: center;
    color: #c6c4c6;
    margin-bottom: 0.5rem;
  }
  #recruitment_steps .step .step_content .content .title svg {
    height: 25px;
  }
  #recruitment_steps .step .step_content .content .title svg path {
    fill: #c6c4c6;
  }
  #recruitment_steps .step .step_content .content .text {
    text-align: justify;
  }
  #recruitment_steps .step.past:after {
    opacity: 1;
    top: 100%;
    height: 0;
  }
  #recruitment_steps .step.active .content {
    animation: appearMobileRight 1s linear 1;
  }
  @keyframes appearMobileRight {
    0% {
      opacity: 0;
      transform: translateX(30px);
    }
    30% {
      opacity: 1;
      transform: translateX(0);
      animation-timing-function: ease-out;
    }
    55% {
      transform: translateX(15px);
      animation-timing-function: ease-in;
    }
    72% {
      transform: translateX(0);
      animation-timing-function: ease-out;
    }
    81% {
      transform: translateX(8px);
      animation-timing-function: ease-in;
    }
    90% {
      transform: translateX(0);
      animation-timing-function: ease-out;
    }
    95% {
      transform: translateX(4px);
      animation-timing-function: ease-in;
    }
    100% {
      transform: translateX(0);
      animation-timing-function: ease-out;
    }
  }
  #recruitment_steps .step.active .content .title {
    color: #cb0101;
  }
  #recruitment_steps .step.active .content .title svg path {
    fill: #cb0101;
  }
  #recruitment_steps .step.active .number {
    color: #cb0101;
  }
  .accompagnement .imtxt {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .accompagnement .imtxt img {
    margin: 0 auto 1rem;
    max-width: 60%;
    height: auto;
    object-fit: contain;
    align-self: center;
    order: 0;
  }
  .accompagnement .imtxt .txt {
    width: 100%;
    padding: 0 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    order: 1;
  }
}
@media only screen and (max-width: 768px) {
  header#sub_header {
    flex-direction: column;
    padding: 0.5rem 1rem;
    position: relative;
    max-height: 50px;
    overflow: hidden;
    transition: all ease 0.3s;
    border-bottom: 0;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  }
  header#sub_header.open {
    max-height: 200px;
    padding-top: 40px;
  }
  header#sub_header.open a.active .arrow {
    transform: rotate(180deg);
  }
  header#sub_header a {
    font-size: 1rem;
    padding: 5px;
    text-align: left;
    color: #939393;
  }
  header#sub_header a:hover {
    background: transparent;
  }
  header#sub_header a.active {
    border-top: 0;
    color: #4a4a49;
    font-size: 1.2rem;
    position: absolute;
    top: 0;
    height: 50px;
    display: flex;
    align-items: center;
    z-index: 2;
    background: white;
  }
  header#sub_header a.active .arrow {
    display: inline-block;
    width: 15px;
    margin-right: 0.7rem;
    transition: all ease 0.3s;
  }
  #listing_rooms {
    position: relative;
    align-items: flex-start;
  }
  #listing_rooms > div {
    position: relative;
  }
  #listing_rooms > div .main_title {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    font-size: 1.1rem;
    color: white;
    background: rgba(74, 74, 73, 0.5294117647);
    padding: 0.35rem 0.2rem;
    text-shadow: 1px 1px 5px #121212;
    border-radius: 5px;
  }
  #listing_rooms > div img.zoom,
  #listing_rooms > div .description {
    display: none;
  }
  #listing_rooms > div div.cols > div {
    display: none;
  }
  #listing_rooms > div div.cols > div:nth-child(1) {
    display: block;
  }
  .page-panel #listing_profile_questionnaires {
    gap: 2rem 1rem;
  }
  .page-panel #listing_profile_questionnaires .profile {
    flex: 1 0 45%;
    justify-content: flex-start;
    padding: 0.5rem;
    font-size: 0.9rem;
    min-height: 50px;
    height: auto;
  }
  .page-panel #listing_profile_questionnaires .profile.wide {
    flex: 1 0 45%;
  }
  .page-panel #listing_profile_questionnaires .profile label {
    text-align: left;
  }
  .page-diy-survey-solution .listing_features .feature {
    flex-basis: 100%;
  }
  .page-sample-only #background_sample_only {
    display: none;
  }
  header#main_header {
    position: sticky;
    z-index: 10;
    top: 0;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  }
  header#main_header #toggleMenu {
    display: inline-block;
    order: -1;
  }
  header#main_header #logo_menu {
    flex-direction: row;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    gap: 1rem;
    height: inherit;
  }
  header#main_header #logo_menu #header_logo_mobile {
    display: block;
    margin: 0 auto;
  }
  header#main_header #logo_menu #header_logo {
    display: block;
  }
  header#main_header #container_header_menu {
    left: -100%;
    opacity: 0;
  }
  body.menuOpen header#main_header #logo_menu #container_header_menu {
    left: 0;
    opacity: 1;
  }
  body.menuOpen header#main_header #logo_menu #toggleMenu .barre.barre1 {
    left: 40%;
  }
  .metho {
    flex-direction: column;
  }
  .metho img {
    margin: 0 auto 1rem;
  }
  .custom-grid-wrapper,
  .custom-grid {
    flex-direction: column;
    gap: 1rem;
  }
  .custom-grid-wrapper .custom-img-box,
  .custom-grid .custom-img-box {
    margin: 0 auto;
  }
  .custom-grid-wrapper .custom-img-box img,
  .custom-grid .custom-img-box img {
    height: auto;
  }
  .custom-grid-wrapper .custom-img-box .custom-overlay,
  .custom-grid .custom-img-box .custom-overlay {
    height: auto;
    left: 0;
    text-align: center;
    bottom: 0;
  }
  .custom-grid-wrapper .custom-img-box .custom-overlay .custom-text,
  .custom-grid .custom-img-box .custom-overlay .custom-text {
    margin-bottom: 1rem;
  }
  .custom-grid-wrapper .custom-img-box .custom-overlay .custm-right,
  .custom-grid .custom-img-box .custom-overlay .custm-right {
    justify-content: center;
  }
  .contact_form_center {
    text-align: center;
  }
  .cols {
    flex-direction: column;
    gap: 1rem;
  }
  .col30,
  .colfull {
    flex-basis: 100%;
  }
  .cta {
    text-align: center;
  }
  .main_title,
  .main_titlelab,
  .main_titlecrea {
    font-size: 1.5rem;
  }
  .fs-1-2 {
    font-size: 1.2rem;
  }
  .custom_btn,
  .custom_btnlab,
  .custom_btncrea {
    padding: 10px 20px;
    font-size: 0.9rem;
  }
  .separ {
    padding: 20px;
  }
  header#main_header {
    position: sticky;
    z-index: 10;
    top: 0;
    background: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  }
  header#main_header #toggleMenu {
    display: inline-block;
    order: -1;
  }
  header#main_header #logo_menu {
    flex-direction: row;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    gap: 1rem;
    height: inherit;
  }
  header#main_header #logo_menu #header_logo_mobile {
    display: block;
    margin: 0 auto;
  }
  header#main_header #logo_menu #header_logo {
    display: block;
  }
  header#main_header #container_header_menu {
    left: -100%;
    opacity: 0;
  }
  body.menuOpen header#main_header #logo_menu #container_header_menu {
    left: 0;
    opacity: 1;
  }
  body.menuOpen header#main_header #logo_menu #toggleMenu .barre.barre1 {
    left: 40%;
  }
  .metho {
    gap: 0;
  }
  .pl-xl {
    padding-left: 0.5rem;
  }
  .accompagnement img {
    max-width: 75%;
  }
  .accompagnement .imtxt {
    flex-direction: column;
  }
  .accompagnement .imtxt img {
    margin: 0 auto 1rem;
    max-width: 90%;
    height: auto;
    object-fit: contain;
    align-self: center;
  }
  .accompagnement .imtxt .txt {
    width: 100%;
    padding: 0 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .custom-grid-wrapper,
  .custom-grid {
    grid-template-columns: 1fr;
  }
  .custom-image-section img {
    width: 90%;
    max-width: 450px;
  }
}
@media only screen and (max-width: 500px) {
  header#main_header #toggleMenu {
    display: none;
  }
  header#main_header #header_logo_mobile {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .custom-image-section {
    display: block !important;
    margin-bottom: 1.5rem;
  }
  .custom-image-section img {
    width: 95%;
    max-width: 350px;
    margin: 0 auto;
    display: block;
    height: auto;
  }
  .unique-contact-content {
    flex-direction: column;
    gap: 10px;
  }
  .unique-contact-content .unique-photo {
    margin: 0 auto;
  }
  .unique-contact-content .unique-photo img {
    display: block !important;
    width: 70px !important;
    height: auto;
  }
  .unique-contact-content .unique-contact-info {
    text-align: center;
  }
  .unique-contact-content .unique-contact-button {
    margin-top: 10px;
  }
  .unique-contact-section {
    margin: 1rem auto;
    padding: 15px 10px;
    max-width: 95%;
    width: 100%;
  }
  .custom-image-section:not(.d-block-1200) {
    display: none !important;
  }
  .d-block-1200.custom-image-section {
    display: block !important;
    margin-bottom: 1.5rem;
  }
  .d-block-1200.custom-image-section img {
    width: 95%;
    max-width: 350px;
    margin: 0 auto;
    display: block;
    height: auto;
  }
}/*# sourceMappingURL=styles.css.map */