/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss ***!
  \*******************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap);
/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss (1) ***!
  \***********************************************************************************************************************************************/
@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: 'Roboto Serif', serif;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  background-color: #fff;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 0;
}

a:focus,
button:focus {
  outline: none;
}

header {
  position: relative;
  z-index: 99;
}

.header {
  background: #c12429;
}

.container {
  max-width: 1418px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-menu {
  max-width: 1060px;
}

.bar-menu {
  position: relative;
  min-height: 100px;
}
.bar-menu .logo-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.menu-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.menu-row,
.menu-box,
#mainmenu {
  width: 100%;
}

.inner-menu {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.inner-menu img {
  display: block;
}
.inner-menu .ico-search {
  cursor: pointer;
}
.inner-menu .search {
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
}
.inner-menu .search-box {
  position: absolute;
  background: #fff;
  right: 50px;
  top: -10px;
  width: 0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s;
}
.inner-menu .search-box form {
  padding: 5px;
  position: relative;
}
.inner-menu .search-box [type='text'] {
  border-radius: 6px;
  border: 1px solid #000;
  height: 35px;
  padding: 0 10px;
  width: 100%;
}
.inner-menu .search-box [type='submit'] {
  position: absolute;
  top: 15px;
  right: 11px;
  background: url(../images/ico-search.svg) center no-repeat #fff;
  border: none;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.inner-menu .search-box.active {
  width: 180px;
}

.banner {
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px;
}
.banner .container {
  max-width: 1160px;
}
.banner .item-banner {
  display: flex;
  align-items: end;
  border-radius: 24px;
  position: relative;
}
.banner .item-banner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #d9d9d9;
  opacity: 0.53;
  transition: all 0.3s;
}
.banner .item-banner img {
  transition: all 0.3;
}
.banner .item-banner.swiper-slide-active:after {
  opacity: 0;
}
.banner .item-banner.swiper-slide-active img {
  transform: scaleY(1.05);
  transform-origin: bottom;
}
.banner .item-banner .container {
  position: relative;
  z-index: 2;
}
.banner .item-banner > img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.banner .item-banner .content-slide {
  padding-bottom: 64px;
  max-width: 612px;
}
.banner .item-banner .content-slide .title {
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 15px;
  color: #fff;
  letter-spacing: 5px;
}
.banner .item-banner .content-slide .text-banner {
  font-family: 'Teko', sans-serif;
  font-size: 80px;
  color: #fff;
  padding-bottom: 48px;
}
.banner .item-banner .content-slide a {
  font-size: 18px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 40px;
  color: #d9ae09;
  text-decoration: none;
  padding: 16px 40px;
  transition: all 0.3s;
  display: flex;
  width: fit-content;
}
.banner .item-banner .content-slide a:hover {
  color: #fff;
  background: #d9ae09;
}
.banner .slide-banner {
  padding-bottom: 46px;
  padding-top: 46px;
}
.banner .control-banner {
  position: static;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  padding-bottom: 15px;
  padding-top: 35px;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  position: static;
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #f5f5f5;
  margin: 0;
}
.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  font-size: 16px;
}
.banner .swiper-button-next,
.banner .swiper-rtl .swiper-button-prev {
  right: 0;
}
.banner .swiper-button-prev,
.banner .swiper-rtl .swiper-button-next {
  left: 0;
}
.banner .swiper-pagination {
  position: static;
  width: fit-content;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  bottom: 0;
}
.banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #000;
  border: 1px solid #000;
  opacity: 0.3;
  vertical-align: middle;
  margin: 0 10px !important;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
  width: 22px;
  height: 22px;
  opacity: 1;
}

.content-banner {
  max-width: 870px;
  width: 100%;
}
.content-banner h2 {
  font-size: 46px;
  color: #fff;
  padding-bottom: 15px;
  font-family: 'URW Geometric Bold';
}
.content-banner p {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  font-family: 'URW Geometric Light';
  padding-bottom: 40px;
}
.content-banner a {
  text-decoration: none;
  border-radius: 42px;
  background: #fff;
  color: #000;
  padding: 12px 25px;
  font-size: 20px;
  font-family: 'URW Geometric SemiBold';
  display: flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
}

.blc-presentation {
  padding: 100px 0;
}

.box-presentation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-presentation .visu {
  width: 48%;
}
.box-presentation .visu img {
  display: block;
  width: 100%;
}
.box-presentation .desc {
  width: 52%;
  padding-left: 80px;
}
.box-presentation .desc h3 {
  font-size: 16px;
  font-weight: 900;
  color: #c12033;
  display: flex;
  gap: 15px;
  align-items: end;
  padding-bottom: 30px;
}
.box-presentation .desc h3:before {
  content: '';
  width: 48px;
  height: 3px;
  background: #c12033;
}
.box-presentation .desc h2 {
  font-size: 34px;
  font-weight: 900;
  color: #c12033;
  padding-bottom: 30px;
}
.box-presentation .desc p {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
  padding-bottom: 25px;
}

.blc-gamme {
  min-height: 680px;
  padding-bottom: 128px;
  display: flex;
  align-items: end;
}

.box-gamme {
  max-width: 670px;
}
.box-gamme h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.box-gamme h2 {
  font-size: 38px;
  font-weight: 900;
  color: #fff;
  padding-bottom: 25px;
}
.box-gamme p {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  padding-bottom: 25px;
}
.box-gamme a {
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  background: #fff;
  border-radius: 42px;
  padding: 12px 32px;
  display: inline-block;
  transition: all 0.3s;
}
.box-gamme a:hover {
  background: #000;
  color: #fff;
}

.title-section {
  max-width: 590px;
}
.title-section h3 {
  font-size: 16px;
  font-weight: 900;
  color: #c12033;
  display: flex;
  gap: 15px;
  align-items: end;
  padding-bottom: 30px;
}
.title-section h3:before {
  content: '';
  width: 48px;
  height: 3px;
  background: #c12033;
}
.title-section h2 {
  font-size: 34px;
  font-weight: 900;
  color: #c12033;
  padding-bottom: 30px;
}

.blc-recrute {
  padding: 100px 0;
  overflow: hidden;
}
.blc-recrute .show-all {
  margin: 0 auto;
}

.box-recrute {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}
.box-recrute .item-recrute {
  border: 1px solid rgba(201, 193, 170, 0.5019607843);
  border-radius: 24px;
  overflow: hidden;
}
.box-recrute .item-recrute .visu-offre img {
  display: block;
  width: 100%;
}
.box-recrute .item-recrute .desc-offre {
  padding: 40px;
}
.box-recrute .item-recrute .desc-offre .date-offre {
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #cb1f3f;
  letter-spacing: 2px;
  padding-bottom: 35px;
}
.box-recrute .item-recrute .desc-offre .title-offre {
  font-size: 22px;
  font-weight: 600;
  color: #030606;
  padding-bottom: 20px;
}
.box-recrute .item-recrute .desc-offre .desc {
  font-size: 18px;
  line-height: 1.3;
  color: #030606;
  font-weight: 300;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 20px;
}
.box-recrute .item-recrute .desc-offre a {
  font-family: 'Work Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  text-decoration: none;
  padding: 12px 32px;
  border-radius: 42px;
  display: inline-block;
  transition: all 0.3;
}
.box-recrute .item-recrute .desc-offre a:hover {
  background: #fff;
  color: #000;
}

.blc-newsletter {
  padding: 30px 0;
  background: #016a35;
}

.box-newsletter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  align-items: start;
}
.box-newsletter .label-news h2 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 5px;
}
.box-newsletter .label-news p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.box-newsletter .form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.box-newsletter .form input[type='text'],
.box-newsletter .form input[type='email'] {
  width: 320px;
  height: 54px;
  border-radius: 28px;
  padding: 0 24px;
  background: #fff;
  border: 1px solid #fff;
  font-family: 'Work Sans', sans-serif;
}
.box-newsletter .form input[type='submit'] {
  background: #023c18;
  border: 1px solid #023c18;
  height: 43px;
  width: 119px;
  color: #fff;
  border-radius: 42px;
  font-family: 'Work Sans', sans-serif;
  cursor: pointer;
  transition: all 0.3s;
}
.box-newsletter .form input[type='submit']:hover {
  background: #fff;
  color: #023c18;
}

.blc-company {
  padding: 96px 0;
  background: #f8f8f8;
}

.box-company {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-company .visu {
  width: 48%;
}
.box-company .visu img {
  display: block;
  width: 100%;
}
.box-company .desc {
  width: 52%;
  padding-right: 140px;
}
.box-company .desc h3 {
  font-size: 16px;
  font-weight: 900;
  color: #c12033;
  display: flex;
  gap: 15px;
  align-items: end;
  padding-bottom: 35px;
}
.box-company .desc h3:before {
  content: '';
  width: 48px;
  height: 3px;
  background: #c12033;
}
.box-company .desc h2 {
  font-size: 34px;
  font-weight: 900;
  color: #c12033;
  padding-bottom: 40px;
}
.box-company .desc p {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 300;
  padding-bottom: 30px;
}
.box-company .desc strong {
  font-weight: 800;
}

.blc-numbers {
  padding: 80px 0;
  background: #cb1f3f;
}

.box-numbers {
  max-width: 990px;
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin: 0 auto;
}
.box-numbers .item-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 68px) / 3);
}
.box-numbers .item-number .icon {
  width: 178px;
  height: 178px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
.box-numbers .item-number .namber {
  font-size: 43px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.box-numbers .item-number .label-number {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 0 50px;
}

.show-more {
  text-decoration: none;
  border-radius: 42px;
  background: #cb1f3f;
  border: 1px solid #cb1f3f;
  color: #fff;
  padding: 15px 32px;
  font-size: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  transition: all 0.3s;
  font-weight: 600;
}
.show-more:hover {
  background: #fff;
  color: #cb1f3f;
}

.show-all {
  text-decoration: none;
  border-radius: 42px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 14px 32px;
  font-size: 16px;
  display: flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  transition: all 0.3s;
  font-weight: 600;
}
.show-all:hover {
  background: #fff;
  color: #000;
}

.see-more {
  text-decoration: none;
  border-radius: 42px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 14px 32px;
  font-size: 16px;
  display: flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  transition: all 0.3s;
  font-weight: 600;
}
.see-more:hover {
  background: #fff;
  color: #000;
}

.control-swiper {
  position: absolute;
  width: 110px;
  height: 40px;
  top: 0;
  right: 0;
}
.control-swiper .swiper-button-next,
.control-swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  background: #c12429;
  margin: 0;
  border-radius: 50%;
}
.control-swiper .swiper-button-next:after,
.control-swiper .swiper-button-prev:after {
  color: #fff;
  font-size: 18px;
}
.control-swiper .swiper-button-next {
  left: inherit;
  right: 0;
}

.swiper-pagination-news,
.swiper-pagination-pdr {
  bottom: 0 !important;
}
.swiper-pagination-news.swiper-pagination-clickable .swiper-pagination-bullet,
.swiper-pagination-pdr.swiper-pagination-clickable .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
}
.swiper-pagination-news.swiper-pagination-clickable
  .swiper-pagination-bullet-active,
.swiper-pagination-pdr.swiper-pagination-clickable
  .swiper-pagination-bullet-active {
  background: #fff;
  border-radius: 10px;
  opacity: 1;
}

.box-news {
  padding: 52px 70px;
  background: #fff;
  border-radius: 38px;
}
.box-news .form-news {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
.box-news h2 {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  padding-bottom: 10px;
}
.box-news p {
  font-size: 18px;
  color: #000;
  font-weight: 5000;
}
.box-news .field-news {
  width: 365px;
}
.box-news .recptcha {
  width: 256px;
}
.box-news input[type='email'] {
  border-radius: 28px;
  border: 1px solid #6e6e6e;
  padding: 16px 24px;
  font-size: 18px;
  color: #000;
  width: 100%;
  height: 54px;
}
.box-news input[type='submit'] {
  text-decoration: none;
  border-radius: 42px;
  background: #cb1f3f;
  border: 1px solid #cb1f3f;
  color: #fff;
  padding: 15px 32px;
  font-size: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  width: fit-content;
  transition: all 0.3s;
  font-weight: 600;
}
.box-news input[type='submit']:hover {
  background: #fff;
  color: #cb1f3f;
}

.blc-timeline {
  background: #f6f6f6;
  padding: 96px 0;
}

.intro-time {
  max-width: 580px;
  padding-bottom: 100px;
}
.intro-time h2 {
  font-size: 41px;
  font-weight: 700;
  color: #cb1f3f;
  padding-bottom: 20px;
}
.intro-time p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
}

.box-timeline {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  /* ligne centrale */
  /* items impairs → gauche */
  /* items pairs → droite */
  /* cercle gauche */
  /* cercle droite */
}
.box-timeline .timeline {
  position: relative;
}
.box-timeline .timeline::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #040708;
  transform: translateX(-50%);
}
.box-timeline .timeline-item {
  position: relative;
  width: 50%;
}
.box-timeline .timeline-item:before {
  content: '';
  position: absolute;
  top: 20px;
  width: 40px;
  height: 40px;
  background: #cb1f3f;
  border-radius: 50%;
  z-index: 2;
  right: -65px;
}
.box-timeline .timeline-item .time-date {
  font-size: 70px;
  font-weight: 700;
  color: #cb1f3f;
  padding-bottom: 20px;
  text-align: right;
}
.box-timeline .timeline-item .desc {
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 32px;
  overflow: hidden;
  background: #fff;
}
.box-timeline .timeline-item .desc .title-time {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  padding: 24px 32px;
  background: #cb1f3f;
}
.box-timeline .timeline-item .desc .content-desc {
  background: #fff;
  padding: 25px 38px 60px 38px;
}
.box-timeline .timeline-item .desc p {
  font-size: 16px;
  color: #000;
  line-height: 1.3;
}
.box-timeline .timeline-item:nth-child(odd) {
  left: 0;
  padding: 0 48px 0 0;
}
.box-timeline .timeline-item:nth-child(even) {
  left: 50%;
  padding: 0 0 0 48px;
}
.box-timeline .timeline-item:nth-child(even) .desc:before {
  right: inherit;
  left: -66px;
}
.box-timeline .timeline-item:nth-child(odd)::before {
  right: -20px;
}
.box-timeline .timeline-item:nth-child(even)::before {
  left: -20px;
}
.box-timeline .timeline-item:nth-child(even) .time-date {
  text-align: left;
}
.blc-qualite {
  background: rgba(241, 197, 205, 0.3215686275);
  padding: 115px 0;
  overflow: hidden;
}

.intro-qualite {
  max-width: 1030px;
}
.intro-qualite h2 {
  font-size: 41px;
  font-weight: 700;
  padding-bottom: 25px;
  color: #030606;
}
.intro-qualite p {
  font-size: 18px;
  font-weight: 500;
  color: #0b0b0b;
  line-height: 1.3;
  padding-bottom: 25px;
}

.slide-qualite {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
.slide-qualite .item-qualite {
  padding: 30px 45px 45px 45px;
  background: rgba(255, 255, 255, 0.8980392157);
  border-radius: 38px;
  width: 544px;
}
.slide-qualite .item-qualite .visu {
  padding-bottom: 25px;
}
.slide-qualite .item-qualite .visu img {
  display: block;
  width: 100%;
  border-radius: 24px;
}
.slide-qualite .item-qualite .label-qualite {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 25px;
}
.slide-qualite .item-qualite .desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  font-family: 'Work Sans', sans-serif;
}
.slide-qualite .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.slide-qualite .swiper-pagination-bullet-active {
  background: #000;
}

.blc-signalement {
  padding: 90px 0;
  background: rgba(203, 31, 63, 0.2588235294);
}

.box-signalement {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.box-signalement h2 {
  font-size: 38px;
  font-weight: 900;
  padding-bottom: 35px;
  color: #000;
}
.box-signalement p {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 34px;
}
.box-signalement a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  background: #fff;
  padding: 12px 32px;
  transition: all 0.3s;
  border-radius: 42px;
  transition: all 0.3;
}
.box-signalement a:hover {
  background: #000;
  color: #fff;
}

.blc-politique {
  background: #fff;
  padding: 180px 0;
}

.box-politique {
  max-width: 1115px;
  width: 100%;
  margin: 0 auto;
}
.box-politique h3 {
  font-size: 24px;
  font-weight: 700;
  color: #df383e;
  padding-bottom: 20px;
}
.box-politique h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1f242c;
  padding-bottom: 25px;
}
.box-politique strong {
  font-weight: 700;
}
.box-politique p {
  font-size: 14px;
  font-weight: 400;
  color: #414141;
  line-height: 1.3;
  padding-bottom: 25px;
}

.inner-page {
  padding: 130px 0;
}

.list-offres {
  display: flex;
  flex-direction: column;
  gap: 55px;
}
.list-offres .item-recrute {
  border: 1px solid rgba(201, 193, 170, 0.5019607843);
  border-radius: 24px;
  overflow: hidden;
  padding: 53px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.list-offres .item-recrute .visu-offre {
  width: 328px;
}
.list-offres .item-recrute .visu-offre img {
  display: block;
  width: 100%;
  border-radius: 24px;
}
.list-offres .item-recrute .desc-offre {
  padding-left: 42px;
  width: calc(100% - 328px);
}
.list-offres .item-recrute .desc-offre .date-offre {
  font-family: 'Work Sans', sans-serif;
  font-size: 17px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.5019607843);
  letter-spacing: 2px;
  padding-bottom: 13px;
}
.list-offres .item-recrute .desc-offre .title-offre {
  font-size: 28px;
  font-weight: 600;
  color: #030606;
  padding-bottom: 20px;
}
.list-offres .item-recrute .desc-offre .desc {
  font-size: 18px;
  line-height: 1.3;
  color: #030606;
  font-weight: 300;
  margin-bottom: 20px;
}
.list-offres .item-recrute .desc-offre a {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #c12033;
  border: 1px solid #c12033;
  text-decoration: none;
  padding: 12px 32px;
  border-radius: 42px;
  display: inline-block;
  transition: all 0.3s;
}
.list-offres .item-recrute .desc-offre a:hover {
  background: #fff;
  color: #c12033;
}

.box-single {
  max-width: 543px;
  width: 100%;
  margin: 0 auto;
}
.box-single .date-single {
  font-size: 13px;
  font-weight: 500;
  color: #000;
  padding-bottom: 10px;
}
.box-single .title-single {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  padding-bottom: 30px;
}
.box-single .visu {
  margin-bottom: 20px;
}
.box-single .visu img {
  display: block;
  width: 100%;
  border-radius: 24px;
}
.box-single .share {
  display: flex;
  justify-content: end;
  align-items: center;
}
.box-single .share .label-share {
  font-size: 16px;
  font-weight: 600;
}
.box-single .share ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.box-single .share ul li a {
  display: block;
  width: 35px;
  height: 35px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-single .desc span {
  display: block;
  font-size: 16px;
  color: #c12429;
  font-weight: 900;
  padding-bottom: 25px;
}
.box-single .desc ~ .share {
  display: none;
}
.box-single p {
  font-size: 18px;
  line-height: 1.3;
  color: #262626;
  font-weight: 300;
  padding-bottom: 25px;
}
.box-single strong {
  font-weight: 700;
}
.box-single h2 {
  font-size: 17px;
  color: #c12429;
  font-weight: 700;
  padding: 15px 0 25px 0;
}
.box-single h3 {
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 20px;
  color: #262626;
}
.box-single ul {
  padding-left: 35px;
  padding-bottom: 25px;
  list-style: disc;
}
.box-single ul li {
  font-size: 18px;
  line-height: 1.3;
  color: #262626;
  font-weight: 300;
}

.into-produit {
  max-width: 990px;
  width: 100%;
  padding-top: 100px;
}
.into-produit h2 {
  font-size: 41px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 25px;
  max-width: 725px;
  width: 100%;
  color: #0b0b0b;
}
.into-produit p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #0b0b0b;
  padding-bottom: 25px;
}

.card-title {
  background: #fff6f6;
  border-radius: 32px;
  padding: 70px 90px;
  max-width: 1006px;
  width: 100%;
  margin-bottom: 100px;
  margin-top: 100px;
}
.card-title h2 {
  font-size: 41px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 25px;
  max-width: 725px;
  width: 100%;
  color: #0b0b0b;
}
.card-title p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  color: #0b0b0b;
  padding-bottom: 25px;
}

.product-page {
  padding-top: 140px;
}

.list-products .item-product {
  padding: 75px 0 60px 0;
}
.list-products .item-product .box-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-products .item-product .box-product .visu {
  width: 47%;
  padding-right: 15px;
  text-align: right;
}
.list-products .item-product .box-product .visu img {
  display: inline-block;
  max-width: 100%;
}
.list-products .item-product .box-product .desc {
  width: 53%;
  padding-left: 15px;
  padding-top: 30px;
}
.list-products .item-product .box-product .desc h3 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 10px;
}
.list-products .item-product .box-product .desc h2 {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 25px;
}
.list-products .item-product .box-product .desc a {
  display: inline-block;
  background: #395794;
  border-radius: 42px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 16px 32px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: fit-content;
  margin-bottom: 30px;
}
.list-products .item-product .box-product .desc p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.3;
  padding-bottom: 35px;
}
.list-products .item-product .box-product .desc ul li {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding: 15px 0;
}
.list-products .item-product .box-product .desc ul li strong {
  font-weight: 500;
}
.list-products .item-product:nth-child(2n) .box-product {
  flex-direction: row-reverse;
}
.list-products .item-product:nth-child(2n) .box-product .visu {
  padding-right: 0;
  padding-left: 15px;
  text-align: left;
}
.list-products .item-product:nth-child(2n) .box-product .desc {
  padding-right: 15px;
  padding-left: 0;
}

.contact-page {
  padding-top: 105px;
}

.box-contact {
  max-width: 966px;
  width: 100%;
  padding-bottom: 20px;
}
.box-contact h2 {
  font-size: 41px;
  color: #030606;
  font-weight: 700;
  padding-bottom: 40px;
  max-width: 670px;
  width: 100%;
}
.box-contact .intro-contact {
  padding-bottom: 70px;
}
.box-contact .intro-contact p {
  font-size: 18px;
  font-weight: 500;
  color: #0b0b0b;
  padding-bottom: 20px;
  line-height: 1.3;
}

.bcl-implantation {
  background: #fff6f6;
  padding: 96px 0;
}
.bcl-implantation h2 {
  font-size: 41px;
  font-weight: 700;
  color: #000;
  padding-bottom: 70px;
}

.box-implantation {
  max-width: 862px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}
.box-implantation .item-impl {
  width: calc((100% - 23px) / 2);
  background: rgba(255, 255, 255, 0.8980392157);
  padding: 48px 40px 48px 48px;
  border-radius: 32px;
}
.box-implantation .item-impl .label-impl {
  font-size: 31px;
  font-weight: 600;
  padding-bottom: 32px;
}
.box-implantation .item-impl .desc {
  border-left: 3px solid #c12429;
  padding-left: 15px;
  font-size: 16px;
  min-height: 124px;
  line-height: 1.3;
}
.box-implantation .item-impl .desc strong {
  font-weight: 700;
  display: block;
}

.blc-candidature {
  background: #fff;
  padding-bottom: 45px;
}
.acceptance-row {
  padding-bottom: 24px;
}
.box-candidature {
  border: 1px solid #214080;
  border-radius: 32px;
  padding: 72px 96px;
}
.box-candidature h2 {
  font-size: 48px;
  font-weight: 600;
  color: #151515;
  padding-bottom: 32px;
}
.box-candidature p {
  padding-bottom: 32px;
  color: #151515;
  font-size: 20px;
  font-weight: 300;
}

.form .row-form,
.form .message-row {
  padding-bottom: 24px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.form .option {
  display: flex;
  gap: 9px;
}
.form .option label {
  padding-top: 5px;
}
.form img {
  max-width: 100%;
}
.form .col-option-01 {
  width: 100%;
}
.form .col-option-02 {
  width: calc((100% - 24px) / 2);
}
.form .col-option-03 {
  width: calc((100% - 48px) / 3);
}
.form label {
  display: block;
  font-size: 16px;
  color: #5d596c;
  padding-bottom: 8px;
  font-family: 'Roboto Serif', serif;
  font-weight: 500;
  text-align: left;
}
.form input[type='text'],
.form input[type='date'],
.form input[type='email'],
.form input[type='tel'],
.form select,
.form textarea {
  display: block;
  width: 100%;
  height: 54px;
  border: 1px solid #dbdade;
  padding: 16px 24px;
  font-size: 18px;
  color: #5d596c;
  font-family: 'Roboto Serif', serif;
  border-radius: 28px;
  background-color: #fff;
}
.form textarea {
  height: 132px;
  padding: 16px;
}
.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../../images/icon-select.svg');
  background-repeat: no-repeat;
  background-position: right 25px center;
  background-color: #fff;
}
.form input[type='checkbox'] {
  min-width: 24px;
  height: 24px;
}
.form .condition {
  display: flex;
  align-items: start;
  gap: 6px;
}
.form .row-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.form .row-condition {
  display: flex;
  align-items: start;
  gap: 10px;
  padding-bottom: 25px;
}
.form .row-condition a {
  color: #d23e5a;
  font-size: 17px;
  font-weight: 700;
}
.form button,
.form input[type='submit'] {
  border: 1px solid #cf5458;
  background: #cf5458;
  border-radius: 42px;
  color: #fff;
  height: 46px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'Work Sans', sans-serif;
  padding: 0 16px;
}
.form button:hover,
.form input[type='submit']:hover {
  background: #fff;
  color: #cf5458;
}
.form .input-file {
  position: relative;
  height: 54px;
  margin-bottom: 24px;
}
.form .input-file input {
  background: #f4f3f6;
}
.form .input-file button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}
.blc-signalement form input[type='submit'] {
  padding: 0 32px;
  width: inherit;
}

.tch-maps {
  background: #fff;
  padding: 96px 0;
}

.box-maps {
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.box-maps .map-coord {
  width: calc(45% - 23px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 36px;
}
.box-maps .maps {
  width: 100%;
}
.box-maps .maps img {
  width: 100%;
  display: block;
}
.box-maps .coord-map {
  border-radius: 32px;
  border: 1px solid #bebebe;
  padding: 53px 68px;
}
.box-maps .coord-map h3 {
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 40px;
}
.box-maps .coord-map strong {
  font-weight: 700;
}
.box-maps .coord-map p {
  font-size: 18px;
  line-height: 1.2;
}
.box-maps .form-maps {
  width: calc(55% - 23px);
  border: 1px solid #bebebe;
  border-radius: 32px;
  padding: 70px 90px;
}
.box-maps .form-maps h2 {
  font-size: 48px;
  font-weight: 600;
  color: #151515;
  padding-bottom: 30px;
}
.box-maps .form-maps h3 {
  font-size: 20px;
  color: #151515;
  padding-bottom: 24px;
  font-weight: 300;
}
.box-maps .form-maps .form {
  padding: 0;
  border: none;
}
.box-maps .form-maps .form input[type='text'],
.box-maps .form-maps .form input[type='date'],
.box-maps .form-maps .form input[type='email'],
.box-maps .form-maps .form input[type='tel'],
.box-maps .form-maps .form select,
.box-maps .form-maps .form textarea {
  border: 1px solid #dbdade;
  border-radius: 35px;
  height: 51px;
}
.box-maps .form-maps .form textarea {
  height: 140px;
}
.box-maps .form-maps .form button {
  border: 1px solid #cf5458;
  background: #cf5458;
  border-radius: 42px;
  color: #fff;
  width: 134px;
  height: 46px;
  font-size: 18px;
}

.footer {
  background: #c12429;
}

.row-logo-menu-footer {
  padding: 80px 0 40px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.row-logo-menu-footer .col-logo {
  padding-bottom: 37px;
  max-width: 524px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.row-logo-menu-footer .col-logo img {
  max-width: 100%;
}
.row-logo-menu-footer .col-logo .slug-footer {
  width: 100%;
  padding-top: 15px;
  max-width: 380px;
}
.row-logo-menu-footer .col-logo .slug-footer p {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  padding-bottom: 15px;
}
.row-logo-menu-footer .col-logo .slug-footer a {
  display: inline-block;
  text-decoration: none;
  color: #c12033;
  font-family: 'Carlsberg Sans Black';
  background: #fff;
  padding: 18px 24px;
  border-radius: 42px;
}
.row-logo-menu-footer .col-logo .rs-footer {
  width: 100%;
  padding-top: 40px;
}
.row-logo-menu-footer .col-logo ul {
  display: flex;
  text-align: center;
  gap: 15px;
}
.row-logo-menu-footer .col-logo ul a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.row-logo-menu-footer .col-logo ul a img {
  width: auto;
}
.row-logo-menu-footer .rs-footer ul {
  display: flex;
  text-align: center;
  gap: 15px;
}
.row-logo-menu-footer .rs-footer ul a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.row-logo-menu-footer .rs-footer ul a img {
  width: auto;
}
.row-logo-menu-footer .list-footer-menu {
  display: flex;
  gap: 95px;
}
.row-logo-menu-footer .map-footer {
  width: 489px;
  height: 217px;
}
.row-logo-menu-footer .map-footer h4 {
  font-size: 22px;
  color: #fff;
  padding-bottom: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 900;
}
.row-logo-menu-footer .map-footer iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.row-logo-menu-footer .col-menu {
  display: flex;
  gap: 95px;
  justify-content: space-between;
}
.row-logo-menu-footer .col-menu h4 {
  font-size: 22px;
  color: #fff;
  padding-bottom: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 900;
}
.row-logo-menu-footer .col-menu ul li {
  padding: 8px;
}
.row-logo-menu-footer .col-menu ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s;
  letter-spacing: 1.5px;
  font-weight: 500;
}
.row-logo-menu-footer .col-menu ul li a:hover {
  color: #000;
}

.row-copyright {
  background: #c12429;
  padding: 15px 0;
  text-align: center;
}
.row-copyright .copyright {
  width: 100%;
  font-size: 15px;
  font-weight: 600;
}
.row-copyright .container {
  display: flex;
  justify-content: space-between;
  color: #dfdfdf;
  padding-top: 35px;
  padding-bottom: 35px;
}
.row-copyright .container a {
  text-decoration: none;
  color: #dfdfdf;
}

.coord-footer {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 129px;
  background: #c12429;
  gap: 50px;
  border-radius: 73px;
  position: relative;
  transform: translate(0, -50%);
  justify-content: center;
}
.coord-footer .item-coord {
  display: flex;
  gap: 15px;
  align-items: center;
}
.coord-footer .item-coord .icon-coord {
  width: 48px;
  height: 48px;
  border: 4px solid #3a8a61;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.coord-footer .item-coord .info-coord .label-coord {
  font-size: 16px;
  color: #dfdfdf;
}
.coord-footer .item-coord .info-coord .content-coord {
  color: #dfdfdf;
  font-weight: 700;
}
.coord-footer .item-coord .info-coord .content-coord span {
  display: block;
}
.coord-footer .item-coord .info-coord .content-coord .tel {
  columns: 2;
  column-gap: 30px;
}

.blc-pagination {
  padding-top: 60px;
}
.blc-pagination ul {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.blc-pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border: 1px solid #df383e;
  border-radius: 50%;
  color: #2a2f35;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-decoration: none;
  background: #fff;
}
.blc-pagination ul li a.crrent {
  background: #df383e;
  border: 1px solid #df383e;
  color: #fff;
}
.blc-pagination ul li a.prev,
.blc-pagination ul li a.next {
  width: auto;
  height: auto;
  color: #df383e;
  font-size: 18px;
  position: relative;
  padding-right: 45px;
  border: none;
  border-radius: 40px;
  padding: 13px 24px;
  display: flex;
  gap: 10px;
}
.blc-pagination ul li a.next:after {
  content: '';
  display: inline-block;
  background: url(../images/arrow-right-orange.svg) center no-repeat;
  width: 34px;
  height: 34px;
}
.blc-pagination ul li a.prev:before {
  content: '';
  display: inline-block;
  background: url(../images/arrow-right-orange.svg) center no-repeat;
  width: 34px;
  height: 34px;
  transform: rotate(180deg);
}

.link-back {
  margin-bottom: 50px;
}
.link-back a {
  display: flex;
  width: fit-content;
  border-radius: 40px;
  border: 1px solid #c12033;
  gap: 10px;
  padding: 16px 32px;
  font-size: 16px;
  color: #c12033;
  text-decoration: none;
  font-weight: 500;
}

.share {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding-bottom: 35px;
}
.share span {
  color: #2a2f35;
  font-size: 18px;
  font-weight: 700;
}
.share ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  list-style: none;
  padding: 0;
}
.share ul img {
  display: block;
}

.hasFnd {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hasFnd > img {
  display: none;
}

.inner-banner {
  height: 395px;
  display: flex;
  align-items: end;
  padding-bottom: 80px;
  background-color: #f8e2e3;
}
.inner-banner .bread-crumb {
  padding-bottom: 30px;
}
.inner-banner .bread-crumb ul {
  display: flex;
  gap: 16px;
  align-items: center;
}
.inner-banner .bread-crumb ul li {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.inner-banner .bread-crumb ul li a {
  color: #000;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  display: grid;
  gap: 16px;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.inner-banner .bread-crumb ul li a:after {
  content: '';
  width: 7px;
  height: 9px;
  background: url(../images/Chevron-right.svg) no-repeat;
}
.inner-banner h1 {
  font-size: 22px;
  color: #cb1f3f;
  padding-bottom: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.inner-banner p {
  font-size: 28px;
  color: #000;
  font-weight: 500;
}
.inner-banner.hasFnd .bread-crumb ul li {
  color: #fff;
}
.inner-banner.hasFnd .bread-crumb ul li a {
  color: #fff;
}
.inner-banner.hasFnd .bread-crumb ul li a:after {
  background: url(../images/Chevron-right-white.svg) no-repeat;
}
.inner-banner.hasFnd h1 {
  color: #fff;
}
.inner-banner.hasFnd p {
  color: #fff;
}
.inner-banner.emplois .bread-crumb ul li {
  color: #000;
}
.inner-banner.emplois .bread-crumb ul li a {
  color: #000;
}
.inner-banner.emplois .bread-crumb ul li a:after {
  background: url(../images/Chevron-right.svg) no-repeat;
}
.inner-banner.emplois h1 {
  color: #cb1f3f;
}
.inner-banner.emplois p {
  color: #fff;
}

.mask-modal {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: none;
  background: #fff;
}

.mask-modal.show {
  display: flex;
}

.mask-modal .modal-blc {
  width: 100%;
  height: 520px;
  padding: 10px 30px 30px 30px;
  text-align: center;
}

.mask-modal .modal-blc img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.mask-modal .modal-blc .content-modal {
  padding-top: 30px;
}

.mask-modal .modal-blc h2 {
  font-size: 47px;
  font-weight: 900;
  color: #000;
  padding-bottom: 35px;
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
}

.mask-modal .modal-blc p {
  font-size: 20px;
  color: #000;
  padding-bottom: 35px;
  line-height: 1.3;
  width: 100%;
  margin: 0 auto;
  font-weight: 300;
}

.mask-modal .modal-blc a {
  display: inline-block;
  border: 1px solid #be1522;
  background: #be1522;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding: 16px 32px;
  transition: all 0.3s;
  border-radius: 40px;
}
.mask-modal .modal-blc a:hover {
  background: #076633;
  border: 1px solid #076633;
}

.mask-modal .modal-blc .remembre {
  padding-top: 25px;
  font-weight: 700;
}

.menu-row ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-row ul li {
  font-size: 15px;
  margin-right: 15px;
}
.menu-row ul li:last-child {
  margin-right: 0;
}
.menu-row ul li a {
  text-decoration: none;
  color: #fff;
  padding: 37px 8px;
  display: inline-block;
  transition: 350ms all;
  font-size: 14px;
  position: relative;
  font-weight: 700;
}
.menu-row ul li a.active {
  font-weight: 700;
}
.menu-row ul li a:hover {
  color: #000;
}

.menu-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.menu-box .logo {
  max-width: 140px;
}
.menu-box .logo img {
  width: 100%;
}

.menu {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1024px) {
  .bar-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu {
    display: flex !important;
  }
  .menu .megamenu > a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 28px;
    display: none;
  }
  .menu .megamenu > a:hover:after {
    display: block;
  }
  .menu li .sub-menu {
    transition: 350ms all;
  }
  .menu li:hover > .sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .menu li.megamenu > a {
    padding-right: 20px;
    position: relative;
  }
  .menu li.megamenu > a:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    height: 8px;
    width: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translate(0, -50%) rotate(45deg);
  }
  .menu li .sub-menu {
    position: absolute;
    top: 100%;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    background: #fff;
    min-width: 250px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.04);
  }
  .menu li .sub-menu li {
    margin-right: 0;
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
  }
  .menu li .sub-menu li:last-child {
    border: none;
  }
  .menu li .sub-menu li a {
    color: #000000;
    padding: 15px 20px;
    display: block;
    font-size: 16px;
  }
  .menu li .sub-menu li a:before {
    right: 15px;
    transform: rotate(-45deg);
  }
  .menu li .sub-menu .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
  }
}
@media only screen and (max-width: 1360px) {
  .menu-row ul li a {
    padding: 35px 5px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1224px) {
  .menu-row ul li {
    margin-right: 10px;
  }
  .menu-row ul li a {
    padding: 32px 5px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 1023px) {
  .menu-box {
    justify-content: flex-end;
    padding-top: 40px;
  }
  .link-rs ul {
    display: none;
  }
  #menu_trigger {
    height: 22px;
    width: 30px;
    display: inline-block;
  }
  #menu_trigger .menulines {
    margin-top: 9px;
    position: relative;
    display: block;
  }
  #menu_trigger .menulines,
  #menu_trigger .menulines:before,
  #menu_trigger .menulines:after {
    content: '';
    height: 2px;
    width: 30px;
    border-radius: 5px;
    background: #000;
  }
  #menu_trigger .menulines:before,
  #menu_trigger .menulines:after {
    position: absolute;
    left: 0;
  }
  #menu_trigger .menulines:before {
    top: -9px;
  }
  #menu_trigger .menulines:after {
    top: 9px;
  }
  .menu-row .mobile-menu {
    display: none;
    position: absolute;
    left: -15px;
    right: -15px;
    top: calc(100% + 15px);
    background: #fff;
    overflow: hidden;
    text-align: left;
    padding-top: 30px;
    height: 100vh;
  }
  .menu-row .mobile-menu ul {
    transition: 350ms all;
    display: block;
  }
  .menu-row .mobile-menu li {
    margin: 0;
    font-size: 16px;
  }
  .menu-row .mobile-menu li a {
    color: #2a2f35;
    display: block;
    position: relative;
    padding: 15px 20px;
  }
  .menu-row .mobile-menu li a:hover {
    color: #ffeb3b;
  }
  .menu-row .mobile-menu li a .navtrigger {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: #000;
  }
  .menu-row .mobile-menu li a .navtrigger:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 8px;
    width: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .menu-row .mobile-menu li .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: #fffaf6;
    height: 100%;
    transition: 350ms all;
    z-index: 1;
    padding-top: 30px;
  }
  .menu-row .mobile-menu li .sub-menu li {
    font-size: 14px;
  }
  .menu-row .mobile-menu li .sub-menu .backmenu-row {
    position: relative;
    padding: 20px;
    padding-left: 50px;
    background: #fffaf6;
    font-size: 16px;
  }
  .menu-row .mobile-menu li .sub-menu .backmenu-row .back-trigger {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    display: block;
    background: white;
    border: 1px solid #000;
  }
  .menu-row .mobile-menu li .sub-menu .backmenu-row .back-trigger:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: 8px;
    width: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .menu-row .mobile-menu li .sub-menu .backmenu-row em {
    font-style: normal;
    color: #000;
  }
  .menu-row .mobile-menu li.sub-open > .sub-menu {
    left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .bar-menu {
    padding-right: 0;
  }
  .bar-menu .logo-box {
    position: absolute;
    top: 18px;
    left: 15px;
    transform: translate(0%, 0%);
    margin-left: 0;
  }
  #mainmenu {
    text-align: right;
  }
}
@media only screen and (max-width: 900px) {
  .box-timeline .timeline:before {
    left: 5px !important;
  }
  .box-timeline .timeline-item {
    width: 100%;
    padding: 0 0 0 55px !important;
    left: 0 !important;
  }
  .box-timeline .timeline-item .desc {
    margin-bottom: 50px;
  }
  .box-timeline .timeline-item .desc:before {
    right: inherit !important;
    left: -67px !important;
  }
  .box-timeline .timeline-item:nth-child(odd):before,
  .box-timeline .timeline-item:nth-child(even):before {
    left: -14px;
    right: inherit;
  }
  .box-timeline .timeline-item:after {
    right: inherit !important;
    left: -82px !important;
  }
  .box-timeline .timeline-item .time-date {
    text-align: left;
  }
  .box-presentation .visu {
    width: 100%;
  }
  .box-presentation .desc {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .box-company .desc {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .box-company .visu {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .box-candidature {
    padding: 25px;
  }
  .form .col-option-02 {
    width: 100%;
  }
  .box-maps .map-coord {
    width: 100%;
  }
  .box-maps .form-maps {
    width: 100%;
    padding: 25px;
  }
  .tch-candidature {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .title-section h2 {
    font-size: 31px;
  }
  .box-numbers .item-number {
    width: calc((100% - 34px) / 2);
  }
  .slide-qualite .item-qualite {
    width: 440px;
  }
  .blc-presentation {
    padding: 40px 0;
  }
  .box-contact h2 {
    font-size: 31px;
  }
  .box-candidature h2 {
    font-size: 31px;
  }
  .inner-page {
    padding: 45px 0;
  }
  .list-products .item-product .box-product .desc h3 {
    font-size: 27px;
  }
  .list-products .item-product .box-product .desc h2 {
    font-size: 37px;
  }
  .list-products .item-product .box-product .desc,
  .list-products .item-product .box-product .visu {
    width: 100%;
    padding: 15px 0;
  }
  .list-products .item-product .box-product .visu {
    text-align: center !important;
  }
}
@media only screen and (max-width: 660px) {
  .into-produit h2 {
    font-size: 31px;
  }
  .card-title {
    padding: 40px;
  }
  .card-title h2 {
    font-size: 29px;
  }
  .box-numbers .item-number {
    width: 100%;
  }
  .slide-qualite .item-qualite {
    width: 315px;
    padding: 20px;
  }
  .slide-qualite .item-qualite .label-qualite {
    font-size: 25px;
  }
  .box-implantation .item-impl {
    width: 100%;
  }
  .bcl-implantation h2 {
    font-size: 31px;
  }
  .list-offres .item-recrute .visu-offre {
    width: 100%;
  }
  .list-offres .item-recrute .desc-offre {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
}

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