/*!*******************************************************************************************************************************************!*\
  !*** 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=Montserrat: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) ***!
  \***********************************************************************************************************************************************/
@font-face {
  font-family: "Carlsberg Sans Black";
  src: url("../fonts/CarlsbergSans-Black.woff2") format("woff2"), url("../fonts/CarlsbergSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Carlsberg Sans Light";
  src: url("../fonts/CarlsbergSans-Light.woff2") format("woff2"), url("../fonts/CarlsbergSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
*,
*: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: "Carlsberg Sans Light";
  -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;
}

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

.head-spacer {
  height: 169px;
}

.bar-menu .search {
  width: 190px;
  position: relative;
}
.bar-menu .search .search-box {
  display: block;
}
.bar-menu .search .search-box form {
  position: relative;
}
.bar-menu .search .search-box input[type=text] {
  display: block;
  width: 100%;
  height: 38px;
  border-radius: 42px;
  padding: 0 24px;
  background: #fff;
  border: 1px solid #ff93a1;
  font-size: 15px;
  font-family: "Carlsberg Sans Light";
}
.bar-menu .search .search-box input[type=submit] {
  position: absolute;
  top: 8px;
  right: 20px;
  width: 20px;
  height: 22pxs;
  border: none;
  font-size: 16px;
  background: url(../images/ico-search.svg) no-repeat center;
  cursor: pointer;
}

.sr-logo a {
  display: block;
}
.sr-logo a img {
  display: block;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.4s ease;
  background: #c12033;
}
.header.hide {
  transform: translateY(-100%);
  opacity: 0;
}
.header .sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
}
.header.sticky.show {
  animation: slideDown 0.5s ease forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.inner-menu {
  display: flex;
  gap: 25px;
  align-items: center;
  justify-content: end;
}
.inner-menu .link-report {
  font-size: 16px;
  font-weight: bold;
  color: #1c1c1c;
  text-decoration: none;
  background: #cbbb9f;
  padding: 12px 16px;
  transition: all 0.3s;
  border-radius: 40px;
}
.inner-menu .link-report:hover {
  background: #fff;
}
.inner-menu .head-rs ul {
  display: flex;
  gap: 16px;
  align-items: center;
}

.logo-box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.top-bar {
  background: #fff;
  padding: 40px 0;
}
.top-bar .content-top-bar {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 96px;
}
.top-bar .coord-mail {
  font-family: "Carlsberg Sans Black";
  font-size: 13px;
}
.top-bar ul {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-right: 80px;
}

.banner .item-banner {
  overflow: hidden;
  display: flex;
  align-items: end;
  overflow: hidden;
}
.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;
}
.banner .control-banner {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding-top: 40px;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  position: static;
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #f5f5f5;
  margin: 0;
  opacity: 1;
}
.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;
  margin: 0;
  text-align: center;
  bottom: 0;
}
.banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #000;
  border: 1px solid #000;
  opacity: 0.5;
  vertical-align: middle;
  margin: 0 12px !important;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
  width: 22px;
  height: 22px;
  opacity: 1;
}

.show-more {
  font-size: 18px;
  border: 1px solid #d9ae09;
  background: #d9ae09;
  color: #fff;
  text-decoration: none;
  padding: 16px 52px 16px 32px;
  transition: all 0.3s;
  display: inline-block;
  font-weight: 600;
  position: relative;
}
.show-more:after {
  content: "";
  display: block;
  background: url(../images/ico-plus-white.svg) center no-repeat;
  width: 16px;
  height: 22px;
  position: absolute;
  top: 16px;
  right: 28px;
}
.show-more:hover {
  color: #d9ae09;
  background: #fff;
}
.show-more:hover:after {
  background: url(../images/ico-plus-dark.svg) center no-repeat;
}

.see-more {
  font-size: 16px;
  border: 1px solid #c12033;
  color: #fff;
  text-decoration: none;
  padding: 16px 32px;
  transition: all 0.3s;
  display: inline-block;
  width: fit-content;
  align-items: center;
  border-radius: 42px;
  background: #c12033;
  font-family: "Carlsberg Sans Black";
}
.see-more:hover {
  color: #c12033;
  background: #fff;
}

.see-more-plus {
  font-size: 16px;
  border: 1px solid #c12033;
  color: #fff;
  text-decoration: none;
  padding: 16px 32px;
  transition: all 0.3s;
  display: inline-block;
  width: fit-content;
  align-items: center;
  border-radius: 42px;
  background: #c12033;
  font-family: "Carlsberg Sans Black";
}
.see-more-plus:hover {
  color: #c12033;
  background: #fff;
}

.footer {
  background: #c12033;
}

.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;
  margin-bottom: 56px;
  max-width: 524px;
  display: flex;
  flex-wrap: wrap;
}
.row-logo-menu-footer .col-logo img {
  max-width: 100%;
}
.row-logo-menu-footer .col-logo .slug-footer {
  width: calc(100% - 198px);
  padding-left: 44px;
  padding-top: 15px;
}
.row-logo-menu-footer .col-logo .slug-footer p {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  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 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-family: "Carlsberg Sans Black";
}
.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;
}
.row-logo-menu-footer .col-menu ul li a:hover {
  color: #000;
}

.row-copyright {
  background: #000;
  padding: 15px 0;
  text-align: center;
}
.row-copyright .copyright {
  width: 100%;
  font-size: 14px;
  font-family: "Carlsberg Sans Black";
}
.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: #191414;
  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;
}

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

.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-mlw {
  width: 100%;
  padding: 10px 30px 30px 30px;
  text-align: center;
  background: #fff;
}

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

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

.mask-modal .modal-mlw h2 {
  font-size: 57px;
  color: #000;
  padding-bottom: 35px;
  font-family: "Carlsberg Sans Black";
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
}

.mask-modal .modal-mlw p {
  font-size: 20px;
  color: #030606;
  padding-bottom: 35px;
  line-height: 1.3;
  max-width: 432px;
  width: 100%;
  margin: 0 auto;
}

.mask-modal .modal-mlw a {
  display: inline-block;
  border: 1px solid #000;
  background: #000;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 32px;
  transition: all 0.3s;
  border-radius: 40px;
}
.mask-modal .modal-mlw a:hover {
  color: #fff;
  background: rgba(193, 32, 51, 0.3450980392);
  border: 1px solid rgba(193, 32, 51, 0.5254901961);
}

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

.popup-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 9998;
}

.mlw-propos {
  padding-top: 145px;
  padding-bottom: 83px;
  background: #fff;
}
.mlw-propos .container {
  max-width: 1400px;
}

.box-propos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.box-propos .visu {
  max-width: 634px;
  width: 100%;
}
.box-propos .visu img {
  display: block;
  width: 100%;
}
.box-propos .visu .info-visu {
  padding-top: 30px;
  text-align: center;
}
.box-propos .visu .info-visu .name {
  font-size: 26px;
  color: #000;
  padding-bottom: 15px;
  font-family: "Carlsberg Sans Black";
}
.box-propos .visu .info-visu .rule {
  font-size: 18px;
  color: #c12033;
  font-family: "Carlsberg Sans Black";
}
.box-propos .desc {
  max-width: 520px;
  width: 100%;
}
.box-propos .desc h2 {
  font-size: 39px;
  color: #c12033;
  margin-bottom: 24px;
  font-family: "Carlsberg Sans Black";
}
.box-propos .desc p {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 24px;
  color: #000;
}

.mlw-gamme {
  background: #000;
  padding-top: 130px;
  padding-bottom: 93px;
  overflow: hidden;
}
.mlw-gamme .see-more-plus {
  display: flex;
  width: fit-content;
  margin: 70px auto 0 auto;
}

.title-gamme span {
  display: block;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}
.title-gamme h2 {
  font-size: 38px;
  font-weight: 600;
  color: #fff;
}

.slide-gamme {
  position: relative;
  padding-top: 60px;
  padding-bottom: 64px;
}
.slide-gamme .item-gamme {
  padding: 48px;
  border-radius: 32px;
  background: #fafafa;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 480px;
}
.slide-gamme .item-gamme img {
  max-width: 100%;
}
.slide-gamme .item-gamme span {
  text-align: center;
  font-size: 26px;
  color: #000;
  font-family: "Carlsberg Sans Black";
}
.slide-gamme .control-slide {
  position: absolute;
  top: 0;
  right: 0;
  width: 116px;
  height: 40px;
}
.slide-gamme .control-slide .swiper-button-next,
.slide-gamme .control-slide .swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: 0;
  top: 0;
  background: #fff;
  border-radius: 50%;
}
.slide-gamme .control-slide .swiper-button-next:after,
.slide-gamme .control-slide .swiper-button-prev:after {
  font-size: 16px;
  color: #000;
}
.slide-gamme .swiper-pagination-bullet {
  background: #fff;
}
.slide-gamme .swiper-pagination-bullet-active {
  width: 36px;
  border-radius: 10px;
  background: #fff;
}

.mlw-actus {
  padding-top: 96px;
  padding-bottom: 96px;
  background: #fff;
  overflow: hidden;
}
.mlw-actus h2 {
  font-size: 38px;
  font-weight: 600;
  color: #000;
  margin-bottom: 48px;
}
.mlw-actus .see-more {
  margin: 0 auto;
  display: flex;
}

.slide-actus {
  position: relative;
  padding-bottom: 50px;
}
.slide-actus .item-actus {
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  width: 480px;
  border: 1px solid rgba(0, 0, 0, 0.3568627451);
  height: auto;
}
.slide-actus .item-actus .visu img {
  display: block;
  width: 100%;
}
.slide-actus .item-actus .desc {
  padding: 40px;
}
.slide-actus .item-actus .desc .title {
  font-size: 20px;
  color: #030606;
  font-family: "Carlsberg Sans Black";
  padding-bottom: 15px;
}
.slide-actus .item-actus .desc .date {
  font-size: 16px;
  color: #030606;
  margin-bottom: 15px;
}
.slide-actus .item-actus .desc .txt {
  font-size: 16px;
  color: #030606;
  margin-bottom: 15px;
  line-height: 1.2;
}
.slide-actus .swiper-button-next,
.slide-actus .swiper-button-prev {
  position: static;
  font-size: 16px;
  color: #000;
  opacity: 1;
  margin: 0;
}
.slide-actus .swiper-button-next:after,
.slide-actus .swiper-button-prev:after {
  font-size: 16px;
}
.slide-actus .swiper-pagination {
  position: static;
  width: auto;
  margin: 0 30px;
}
.slide-actus .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #000;
  opacity: 1;
}
.slide-actus .swiper-pagination-bullet-active {
  background: #000;
}
.slide-actus .control-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.mlw-code {
  display: flex;
  align-items: end;
  min-height: 680px;
  padding-bottom: 120px;
}
.mlw-code h3 {
  font-size: 22px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 15px;
}
.mlw-code h2 {
  font-family: "Carlsberg Sans Black";
  color: #fff;
  font-size: 38px;
  padding-bottom: 15px;
}
.mlw-code p {
  font-family: "Carlsberg Sans Black";
  color: #fff;
  font-size: 19px;
  padding-bottom: 15px;
}
.mlw-code a {
  background: #fff;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 42px;
  padding: 12px 24px;
  display: inline-block;
  text-decoration: none;
}

.bsm-histoire {
  background: #fff;
  padding-top: 130px;
  padding-bottom: 130px;
}

.box-histoire {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.box-histoire .visu {
  width: 50%;
}
.box-histoire .desc {
  width: 50%;
  padding-left: 80px;
}
.box-histoire .desc p {
  font-size: 18px;
  font-weight: 500;
  color: #353535;
  line-height: 1.2;
  padding-bottom: 15px;
}

.slide-visu {
  position: relative;
  overflow: hidden;
}
.slide-visu .swiper-button-next,
.slide-visu .swiper-button-prev {
  width: 48px;
  height: 48px;
  background: #fff;
  opacity: 1;
  border-radius: 50%;
}
.slide-visu .swiper-button-next:after,
.slide-visu .swiper-button-prev:after {
  color: #b2a183;
  font-size: 17px;
  font-weight: bold;
}
.slide-visu img {
  display: block;
  width: 100%;
}
.slide-visu .swiper-pagination {
  bottom: 30px;
}
.slide-visu .swiper-pagination-bullet-active {
  background: #fff;
}
.slide-visu .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #fff;
}

.mlw-table {
  padding: 100px 0;
}
.mlw-table .container {
  max-width: 1400px;
  overflow: auto;
}
.mlw-table table {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  min-width: 600px;
}
.mlw-table table thead th {
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding: 16px 24px;
  background: #c12033;
  font-family: "Carlsberg Sans Black";
}
.mlw-table table thead th:first-child {
  text-align: left;
}
.mlw-table table tbody tr {
  border-bottom: 1px solid #000;
}
.mlw-table table tbody th,
.mlw-table table tbody td {
  text-align: center;
  color: #000;
  font-size: 20px;
  padding: 16px 24px;
}
.mlw-table table tbody th:first-child,
.mlw-table table tbody td:first-child {
  text-align: left;
}

.mlw-pres {
  padding: 100px 0;
}
.mlw-pres .container {
  max-width: 1400px;
}
.mlw-pres.odd-pree .box-pres .desc {
  max-width: inherit;
}

.box-pres {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box-pres .desc {
  max-width: 587px;
  width: 100%;
}
.box-pres .desc h3 {
  font-size: 16px;
  color: #c12033;
  padding-bottom: 30px;
  font-family: "Carlsberg Sans Black";
  display: flex;
  gap: 15px;
  align-items: center;
}
.box-pres .desc h3:before {
  content: "";
  width: 48px;
  height: 3px;
  background: #c12033;
}
.box-pres .desc h2 {
  font-size: 39px;
  color: #c12033;
  padding-bottom: 30px;
  font-family: "Carlsberg Sans Black";
}
.box-pres .desc p {
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 24px;
}
.box-pres .desc strong {
  color: #c12033;
  font-family: "Carlsberg Sans Black";
}
.box-pres .visu {
  max-width: 666px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.box-pres .visu .slider-thumbnail img {
  height: 190px;
  object-fit: cover;
  width: 100%;
}

.mlw-keys {
  overflow: hidden;
  background: #000;
  padding: 100px 0;
}
.mlw-keys .title-section {
  padding-bottom: 120px;
}
.mlw-keys .title-section h2 {
  color: #fff;
  font-size: 41px;
  font-family: "Carlsberg Sans Black";
  padding-bottom: 20px;
}
.mlw-keys .title-section p {
  color: #fff;
  font-size: 18px;
}
.mlw-keys .slide-keys {
  position: relative;
  padding-bottom: 60px;
}
.mlw-keys .slide-keys .item-kyes {
  width: 773px;
  background: rgba(255, 255, 255, 0.8392156863);
  padding: 66px 96px;
  border-radius: 38px;
  overflow: hidden;
}
.mlw-keys .slide-keys .item-kyes .title-item {
  font-size: 30px;
  color: #000;
  padding-bottom: 30px;
  font-family: "Carlsberg Sans Black";
}
.mlw-keys .slide-keys .item-kyes .visu {
  padding-bottom: 40px;
}
.mlw-keys .slide-keys .item-kyes .visu img {
  display: block;
  width: 100%;
}
.mlw-keys .slide-keys .item-kyes .desc p {
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}
.mlw-keys .slide-keys .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
}

.slide-resp {
  position: relative;
  padding-bottom: 60px;
}
.slide-resp .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 0.3;
  background: #000;
}
.slide-resp .swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}

.item-resp {
  background: #fff;
  padding: 60px 100px 60px 110px;
  border-radius: 38px;
  width: 837px;
  height: auto;
}
.item-resp h3 {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  padding-bottom: 20px;
}
.item-resp p {
  font-size: 18px;
  color: #000;
  line-height: 1.2;
}
.item-resp a {
  margin-top: 25px;
}

.inner-banner {
  position: relative;
  min-height: 490px;
  padding: 40px 0 160px 0;
  background: #fffbf6;
}
.inner-banner .container {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
}
.inner-banner .container ul {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-bottom: 32px;
}
.inner-banner .container ul li {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.inner-banner .container ul li a {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  position: relative;
  display: flex;
  gap: 16px;
  align-items: center;
}
.inner-banner .container ul li a:after {
  content: "";
  width: 7px;
  height: 9px;
  background: url(../images/chevron-right.svg) center no-repeat;
}
.inner-banner .container span {
  display: block;
  width: fit-content;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
}
.inner-banner .container h1 {
  font-size: 31px;
  color: #fff;
  font-family: "Carlsberg Sans Black";
  padding-bottom: 25px;
}
.inner-banner .container p {
  font-size: 22px;
  color: #fff;
}

.bsm-candidature {
  padding-top: 208px;
  padding-bottom: 208px;
}

.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 {
  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: 20px;
  color: #5d596c;
  padding-bottom: 8px;
}
.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: "Work Sans", sans-serif;
  border-radius: 28px;
}
.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 20px center;
}
.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 button {
  border: 1px solid #cf5458;
  background: #cf5458;
  border-radius: 42px;
  color: #fff;
  width: 134px;
  height: 46px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "Work Sans", sans-serif;
}
.form button:hover {
  background: #fff;
  color: #cf5458;
}

.agl-accrdion {
  background: #fff;
}
.title-accord {
  background: #fffbf6;
  font-size: 24px;
  font-weight: bold;
  padding: 40px;
}

.accord {
  width: 100%;
  padding: 25px 30px;
}

.accord-header {
  padding: 20px 54px 20px 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.accord-header .ico-accord {
  position: absolute;
  width: 26px;
  height: 6px;
  top: 20px;
  right: 12px;
}
.accord-header .ico-accord:after {
  content: "";
  display: block;
  width: 26px;
  height: 6px;
  background: url(../images/icon-accord.svg) center no-repeat;
  transform: rotate(180deg);
  opacity: 0.5;
  background-size: contain;
}
.accord-header.active .ico-accord:after {
  transform: rotate(0deg);
  opacity: 1;
}

.active ~ .accord-content {
  border-bottom: 1px solid #9c9999;
}

.accord-content {
  padding: 25px 24px 40px 0;
  display: none;
}
.accord-content p {
  font-size: 18px;
  color: #000;
}
.accord-content ul li {
  font-size: 16px;
  color: #353535;
}
.accord-content ol {
  list-style: decimal;
  padding-left: 30px;
}
.accord-content ol li {
  font-size: 16px;
  color: #353535;
  padding-bottom: 15px;
}

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

.box-maps {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.box-maps .map-coord {
  width: calc((100% - 25px) / 2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 36px;
}
.box-maps .maps {
  width: 100%;
  height: 502px;
}
.box-maps .maps iframe {
  width: 100%;
  height: 100%;
}
.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 p {
  font-size: 18px;
  line-height: 1.2;
}
.box-maps .form-maps {
  width: calc((100% - 25px) / 2);
  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;
}

.agl-back {
  padding-top: 80px;
  padding-bottom: 40px;
}
.agl-back a {
  display: flex;
  width: fit-content;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  gap: 10px;
  align-items: center;
  border-bottom: 2px solid #040708;
  color: #040708;
  padding-bottom: 8px;
}
.agl-back a:before {
  content: "";
  background: url(../images/icon-back.svg) center no-repeat;
  width: 16px;
  height: 22px;
}

.across-product {
  padding: 96px 0;
  background: #fff;
  overflow: hidden;
}
.across-product h2 {
  text-align: center;
  padding-bottom: 40px;
  font-size: 38px;
  font-weight: bold;
}
.across-product .slide-across {
  position: relative;
  padding-bottom: 30px;
}
.across-product .slide-across .swiper-pagination {
  bottom: -30px;
}
.across-product .slide-across .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}
.across-product .item-product {
  text-decoration: none;
  width: 160px;
  display: flex;
  gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.across-product .item-product .visu img {
  max-width: 100%;
  transition: all 0.3s;
}
.across-product .item-product span {
  font-size: 14px;
  color: #040708;
  padding-bottom: 10px;
  display: block;
}
.across-product .item-product p {
  font-size: 22px;
  font-weight: bold;
  color: #282115;
}
.across-product .item-product:hover img {
  transform: scale(1.05);
}

.detail-art {
  border: 1px solid #cbbb9f;
  padding: 64px;
}
.detail-art .visu {
  margin-bottom: 64px;
}
.detail-art .visu img {
  display: flex;
  width: 100%;
}
.detail-art .date {
  font-size: 18px;
  color: #2a2f35;
}
.detail-art h2 {
  display: flex;
  font-size: 38px;
  font-weight: bold;
  color: #000;
  padding-bottom: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.detail-art h2 ul {
  display: flex;
  gap: 16px;
  align-items: center;
}
.detail-art h2 ul li a {
  display: flex;
  align-items: center;
}
.detail-art p {
  font-size: 18px;
  line-height: 1.3;
  color: #2a2f35;
}
.detail-art .recru-gallery {
  overflow: hidden;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.detail-art .recru-gallery .thumb {
  padding-top: 20px;
}
.detail-art .recru-gallery .thumb .swiper-slide {
  width: 80px;
  height: 80px;
  border: 1px solid #040708;
  text-align: center;
  opacity: 0.5;
}
.detail-art .recru-gallery .thumb .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-art .recru-gallery .thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.detail-art .recru-gallery .thumb .swiper-wrapper {
  justify-content: center;
}
.detail-art .recru-gallery .gallery .swiper-slide {
  text-align: center;
}
.detail-art .recru-gallery .swiper-button-next,
.detail-art .recru-gallery .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #040708;
  background: rgba(4, 7, 8, 0.2745098039);
  font-size: 18px;
}
.detail-art .recru-gallery .swiper-button-next:after,
.detail-art .recru-gallery .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}

.agl-list-sobre {
  padding: 96px 0;
  background: #f7f4f0;
}
.agl-list-sobre h2 {
  text-align: center;
  padding-bottom: 64px;
  font-size: 38px;
  font-weight: bold;
}

.box-list-sobre {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.box-list-sobre .item-sobre {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1px solid #cbbb9f;
  width: calc((100% - 80px) / 3);
}
.box-list-sobre .item-sobre .visu img {
  width: 100%;
  display: block;
}
.box-list-sobre .item-sobre .desc {
  padding: 40px;
  text-align: center;
}
.box-list-sobre .item-sobre span {
  font-size: 14px;
  color: #fff;
  display: block;
  background: #918f8b;
  padding: 8px 16px;
  width: fit-content;
  margin: 0 auto 10px auto;
  border-radius: 6px;
}
.box-list-sobre .item-sobre p {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  padding-bottom: 15px;
}
.box-list-sobre .item-sobre a {
  font-size: 18px;
  font-weight: bold;
  color: #040708;
  border-bottom: 2px solid #040708;
  display: flex;
  width: fit-content;
  gap: 10px;
  margin: 0 auto;
  padding-bottom: 8px;
  text-decoration: none;
  letter-spacing: 1.5px;
}
.box-list-sobre .item-sobre a:after {
  content: "";
  width: 16px;
  height: 22px;
  background: url(../images/ico-link.svg) center no-repeat;
}
.darck {
  background: #f7f4f0;
}

.white {
  background: #fff;
}

.title-fabricas {
  background: #fffbf6;
  font-size: 29px;
  font-weight: bold;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.input-file {
  position: relative;
}

.form button.input-file-upload-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
}

.mlw-products {
  padding: 110px 0;
}
.mlw-products .button-group {
  text-align: left;
  padding-bottom: 40px;
}
.mlw-products .button {
  display: inline-block;
  padding: 0.5em 1em;
  background: #eeeeee;
  border: none;
  border-radius: 6px;
  color: #000;
  font-family: "Carlsberg Sans Light";
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.mlw-products .button:hover {
  background-color: #d21c22;
  color: #fff;
}
.mlw-products .button:active,
.mlw-products .button.is-checked {
  background-color: #c12033;
  color: #fff;
  font-family: "Carlsberg Sans Black";
}
.mlw-products .button.is-checked {
  background-color: #c12033;
  color: #fff;
  font-family: "Carlsberg Sans Black";
}
.mlw-products .element-item {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 38px;
  padding-bottom: 42px;
  text-decoration: none;
}
.mlw-products .element-item .visu img {
  transition: all 0.3s;
}
.mlw-products .element-item span {
  font-family: "Carlsberg Sans Black";
  font-size: 18px;
  color: #000;
}
.mlw-products .element-item:hover img {
  transform: scale(1.2);
}

.link-back {
  margin: 0 auto 50px auto;
  max-width: 900px;
  width: 100%;
}
.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;
}
.link-back a:before {
  content: "";
  width: 14px;
  height: 18px;
  background: url(../images/arrow-left.svg) center no-repeat;
}

.detail-actus {
  max-width: 1055px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 90px;
}
.detail-actus .visu {
  margin-bottom: 50px;
}
.detail-actus .visu img {
  display: flex;
  width: 100%;
  border: 32px;
}
.detail-actus .date {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
}
.detail-actus .title {
  font-size: 36px;
  color: #030606;
  font-weight: 600;
  padding-bottom: 15px;
}
.detail-actus .share {
  display: flex;
  gap: 20px;
  padding-bottom: 25px;
}
.detail-actus .share span {
  color: #2a2f35;
  font-weight: 18px;
  font-weight: 700;
}
.detail-actus .share ul {
  display: flex;
  gap: 16px;
  align-items: center;
}
.detail-actus h2 {
  font-size: 22px;
  font-weight: 900;
  padding-bottom: 25px;
  color: #414141;
}
.detail-actus p {
  font-size: 22px;
  color: #414141;
  padding-bottom: 20px;
  font-weight: 500;
}

.list-offres {
  display: flex;
  flex-wrap: wrap;
  gap: 62px;
}
.list-offres .item-offre {
  width: calc((100% - 62px) / 2);
  border-radius: 38px;
  border: 1px solid #bebebe;
  padding: 45px 67px;
}
.list-offres .item-offre .date {
  color: #c11c21;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 20px;
}
.list-offres .item-offre .title {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  padding-bottom: 20px;
}
.list-offres .item-offre .txt {
  font-size: 18px;
  line-height: 1.3;
  padding-bottom: 20px;
}

.detail-offres {
  max-width: 1114px;
  width: 100%;
  margin: 0 auto;
}
.detail-offres .link-back {
  margin-bottom: 20;
}
.detail-offres .date {
  font-size: 24px;
  font-weight: 600;
  color: #df383e;
  padding-bottom: 10px;
}
.detail-offres .title {
  font-size: 32px;
  font-weight: 700;
  color: #1f242c;
  padding-bottom: 20px;
}
.detail-offres p {
  font-size: 20px;
  color: #414141;
  padding-bottom: 20px;
  line-height: 1.3;
}
.detail-offres ul {
  list-style: disc;
  padding-left: 35px;
}
.detail-offres ul li {
  font-size: 20px;
  color: #414141;
  padding-bottom: 20px;
}
.detail-offres .send-conditature {
  display: flex;
  width: fit-content;
  border-radius: 40px;
  padding: 16px 32px;
  background: #df383e;
  border: 1px solid #df383e;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
}
.detail-offres .send-conditature:hover {
  color: #df383e;
  background: #fff;
}

.mlw-pagination {
  padding-top: 60px;
}
.mlw-pagination ul {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.mlw-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;
}
.mlw-pagination ul li a.crrent {
  background: #df383e;
  border: 1px solid #df383e;
  color: #fff;
}
.mlw-pagination ul li a.prev, .mlw-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;
}
.mlw-pagination ul li a.next:after {
  content: "";
  display: inline-block;
  background: url(../images/arrow-right-orange.svg) center no-repeat;
  width: 34px;
  height: 34px;
}
.mlw-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);
}

.page-news {
  padding: 100px 0;
}

.filter {
  display: flex;
  justify-content: end;
  padding-bottom: 40px;
}
.filter label {
  font-size: 16px;
  display: block;
  width: 100%;
  padding-bottom: 10px;
  font-family: "Carlsberg Sans Black";
}
.filter select {
  width: 100%;
  height: 46px;
  border-radius: 34px;
  border: 1px solid #dbdade;
  padding: 0 16px;
  background-color: #fff;
  font-size: 18px;
  font-family: "Carlsberg Sans Light";
}
.filter .col-filter {
  max-width: 330px;
  width: 100%;
}

.list-news {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.list-news .item-actus {
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  width: 480px;
  border: 1px solid rgba(0, 0, 0, 0.3568627451);
  width: calc((100% - 80px) / 3);
}
.list-news .item-actus .visu img {
  display: block;
  width: 100%;
}
.list-news .item-actus .desc {
  padding: 40px;
}
.list-news .item-actus .desc .title {
  font-size: 20px;
  color: #030606;
  font-family: "Carlsberg Sans Black";
  padding-bottom: 15px;
}
.list-news .item-actus .desc .date {
  font-size: 16px;
  color: #030606;
  margin-bottom: 15px;
}
.list-news .item-actus .desc .txt {
  font-size: 16px;
  color: #030606;
  margin-bottom: 15px;
  line-height: 1.2;
}

.box-single-news {
  max-width: 565px;
  width: 100%;
  margin: 0 auto;
}
.box-single-news .title-news {
  font-family: "Carlsberg Sans Black";
  font-size: 29px;
  line-height: 1.4;
  padding-bottom: 24px;
}
.box-single-news .title-news span {
  display: block;
  font-size: 16px;
}
.box-single-news .date-news {
  font-size: 16;
  padding-bottom: 25px;
}
.box-single-news .share-news {
  display: flex;
  gap: 15px;
  padding-bottom: 30px;
  align-items: center;
}
.box-single-news .share-news span {
  font-size: 16px;
  font-family: "Carlsberg Sans Black";
}
.box-single-news .share-news ul {
  display: flex;
  gap: 15px;
  align-items: center;
  list-style: none;
  padding: 0;
}
.box-single-news .share-news ul a {
  display: flex;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.box-single-news .share-news ul a img {
  max-width: 100%;
  max-height: 100%;
}
.box-single-news .visu-news {
  padding-bottom: 30px;
}
.box-single-news .visu-news img {
  display: block;
  width: 100%;
}
.box-single-news p {
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  padding-bottom: 25px;
}
.box-single-news .location-date {
  background: #efefef;
  border-radius: 20px;
  padding: 30px 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 45px;
}
.box-single-news .location-date strong {
  font-size: 16px;
  display: block;
  padding-bottom: 15px;
}
.box-single-news strong {
  font-family: "Carlsberg Sans Black";
}
.box-single-news h3 {
  font-family: "Carlsberg Sans Black";
  font-size: 18px;
  padding-bottom: 30px;
  color: #c12033;
}
.box-single-news h4 {
  font-family: "Carlsberg Sans Black";
  font-size: 16px;
  color: #000;
  padding-bottom: 30px;
}
.box-single-news ul {
  list-style: disc;
  padding-left: 35px;
  padding-bottom: 30px;
}
.box-single-news ul li {
  font-size: 18px;
  line-height: 1.4;
  color: #000;
}
.box-single-news blockquote {
  border-left: 2px solid #c12033;
  padding-left: 15px;
  position: relative;
  margin-top: 53px;
  margin-bottom: 73px;
}
.box-single-news blockquote:after, .box-single-news blockquote:before {
  content: "";
  background: url(../images/quote.svg) center no-repeat;
  width: 31px;
  height: 27px;
  position: absolute;
  display: block;
}
.box-single-news blockquote:before {
  top: -53px;
  left: 0;
}
.box-single-news blockquote:after {
  right: 35px;
  bottom: -53px;
}

.slide-single {
  overflow: hidden;
  position: relative;
  margin-top: 50px;
}
.slide-single .control-single {
  position: absolute;
  width: 120px;
  height: 40px;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.slide-single .swiper-button-next,
.slide-single .swiper-rtl .swiper-button-prev,
.slide-single .swiper-button-prev,
.slide-single .swiper-rtl .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #c12033;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  opacity: 1;
}
.slide-single .swiper-button-next:after,
.slide-single .swiper-rtl .swiper-button-prev:after,
.slide-single .swiper-button-prev:after,
.slide-single .swiper-rtl .swiper-button-next:after {
  font-size: 16px;
}

.page-vacancies {
  padding: 100px 0;
}

.list-vacancies {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.list-vacancies .item-vacancies {
  width: 100%;
  border-radius: 32px;
  border: 1px solid #eaeaea;
  padding: 40px;
}
.list-vacancies .item-vacancies .date-vac {
  font-size: 14px;
  font-family: "Carlsberg Sans Black";
  color: rgba(0, 0, 0, 0.3960784314);
  padding-bottom: 24px;
}
.list-vacancies .item-vacancies .title-vac {
  font-size: 28px;
  font-family: "Carlsberg Sans Black";
  color: #000;
  padding-bottom: 24px;
}
.list-vacancies .item-vacancies .desc {
  font-size: 18px;
  color: #000;
  line-height: 1.3;
  padding-bottom: 48px;
}
.list-vacancies .item-vacancies .info-sup {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-vacancies .item-vacancies .info-sup .type-time {
  display: flex;
  gap: 16px;
  font-size: 18px;
  color: #000;
}

.page-single-product {
  padding: 100px 0;
}
.page-single-product .link-back {
  max-width: 1220px;
}
.page-single-product .box-single-product {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding-left: 124px;
  display: flex;
  flex-wrap: wrap;
}
.page-single-product .box-single-product .visu {
  width: 236px;
}
.page-single-product .box-single-product .visu img {
  max-width: 100%;
}
.page-single-product .box-single-product .desc {
  padding-left: 74px;
  width: calc(100% - 236px);
}
.page-single-product .box-single-product h2 {
  font-size: 31px;
  font-family: "Carlsberg Sans Black";
  padding-bottom: 30px;
}
.page-single-product .box-single-product p {
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 30px;
}
.page-single-product .more-detail {
  padding: 69px 40px 59px 40px;
  background: #f3f3f3;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.page-single-product .more-detail .col-more-detail {
  width: calc((100% - 14px) / 2);
  display: flex;
  flex-wrap: wrap;
}
.page-single-product .more-detail .col-more-detail .visu-more {
  width: 90px;
}
.page-single-product .more-detail .col-more-detail .visu-more img {
  display: block;
  width: 100%;
}
.page-single-product .more-detail .col-more-detail .desc-more {
  width: calc(100% - 90px);
  padding-left: 20px;
  padding-top: 25px;
}
.page-single-product .more-detail .col-more-detail .desc-more h6 {
  font-size: 18px;
  color: #c12033;
  font-family: "Carlsberg Sans Black";
  padding-bottom: 25px;
}
.page-single-product .more-detail .col-more-detail .desc-more strong {
  font-family: "Carlsberg Sans Black";
}
.page-single-product .more-detail .col-more-detail .desc-more p {
  font-size: 16px;
  padding: 0;
}

.page-single-product-type2 {
  padding: 100px 0;
}
.page-single-product-type2 .link-back {
  max-width: inherit;
}

.box-single-product-type2 {
  display: flex;
  gap: 58px;
}
.box-single-product-type2 .item-type-2 {
  width: calc((100% - 58px) / 2);
}
.box-single-product-type2 .title-type {
  text-align: center;
  padding-bottom: 38px;
  font-family: "Carlsberg Sans Black";
  font-size: 31px;
}
.box-single-product-type2 .detail-type {
  background: #f3f3f3;
  border-radius: 20px;
  padding: 20px 40px;
  display: flex;
  min-height: 363px;
}
.box-single-product-type2 .visu {
  position: relative;
  width: 119px;
}
.box-single-product-type2 .visu img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.box-single-product-type2 .desc {
  width: calc(100% - 214px);
  padding-left: 95px;
  padding-top: 106px;
}
.box-single-product-type2 .desc h6 {
  font-size: 16px;
  color: #c12033;
  font-family: "Carlsberg Sans Black";
  padding-bottom: 15px;
}
.box-single-product-type2 .desc strong {
  font-family: "Carlsberg Sans Black";
}
.box-single-product-type2 .desc p {
  font-size: 14px;
  padding: 0;
  line-height: 1.4;
}

.filter-table {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 48px;
}
.filter-table .option-region {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.filter-table .option-region a {
  background: #eeeeee;
  border-radius: 20px;
  color: #000;
  padding: 18px 28px;
  text-decoration: none;
}
.filter-table .option-region a.active {
  background: #c12033;
  color: #fff;
  font-family: "Carlsberg Sans Black";
}

.search-table {
  width: 190px;
}
.search-table form {
  position: relative;
}
.search-table input[type=text] {
  display: block;
  width: 100%;
  height: 54px;
  border-radius: 42px;
  padding: 0 24px;
  background: #fff;
  border: 1px solid #c12033;
  font-size: 15px;
  font-family: "Carlsberg Sans Light";
}
.search-table input[type=submit] {
  position: absolute;
  top: 8px;
  right: 20px;
  width: 20px;
  height: 22pxs;
  border: none;
  font-size: 16px;
  background: url(../images/ico-search.svg) no-repeat center;
  cursor: pointer;
}

.slider-thumbnail .swiper-slide {
  width: 264px;
}

.mlw-pres .swiper-button-next,
.mlw-pres .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  bottom: 70px;
  top: inherit;
}
.mlw-pres .swiper-button-next:after,
.mlw-pres .swiper-button-prev:after {
  font-size: 16px;
  color: #000;
}

.slider-simple .swiper-slide {
  width: 264px;
}
.slider-simple .swiper-slide img {
  height: 190px;
  object-fit: cover;
  width: 100%;
}
.slider-simple .swiper-button-next,
.slider-simple .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  bottom: 70px;
  top: inherit;
}
.slider-simple .swiper-button-next:after,
.slider-simple .swiper-button-prev:after {
  font-size: 16px;
  color: #000;
}

.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: 25px 10px;
  display: inline-block;
  transition: 350ms all;
  font-size: 20px;
  position: relative;
}
.menu-row ul li a.active {
  color: #fff;
}
.menu-row ul li a:hover {
  color: #000;
}

.menu-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 210px;
}
.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;
    position: relative;
  }
  .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 .submenu {
    transition: 350ms all;
  }
  .menu li:hover > .submenu {
    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 .submenu {
    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 .submenu li {
    margin-right: 0;
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
  }
  .menu li .submenu li:last-child {
    border: none;
  }
  .menu li .submenu li a {
    color: #2a2f35;
    padding: 15px 20px;
    display: block;
    font-size: 16px;
    font-weight: 600;
  }
  .menu li .submenu li a:before {
    right: 15px;
    transform: rotate(-45deg);
  }
  .menu li .submenu .submenu {
    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;
  }
  .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: 0;
    right: 0;
    top: calc(100% + 50px);
    background: #fff;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    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;
    font-size: 18px;
  }
  .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 .submenu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: #fff;
    height: 100%;
    transition: 350ms all;
    z-index: 1;
  }
  .menu-row .mobile-menu li .submenu li {
    font-size: 14px;
  }
  .menu-row .mobile-menu li .submenu .backmenu-row {
    position: relative;
    padding: 20px;
    padding-left: 50px;
    background: #fff;
    font-size: 16px;
  }
  .menu-row .mobile-menu li .submenu .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 .submenu .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 .submenu .backmenu-row em {
    font-style: normal;
    color: #000;
  }
  .menu-row .mobile-menu li.sub-open > .submenu {
    left: 0;
  }
}
@media only screen and (max-width: 1224px) {
  .footer .row-logo-menu-footer .col-menu {
    gap: 20px;
  }
}
@media only screen and (max-width: 1060px) {
  .footer .row-logo-menu-footer {
    flex-direction: column;
  }
  .coord-footer {
    padding: 32px 40px;
  }
  .box-single-product-type2 .desc {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 1023px) {
  .inner-menu {
    display: none;
  }
  .bar-menu {
    padding: 50px 0;
    position: relative;
  }
  .bar-menu .logo-box {
    position: absolute;
    top: -32px;
    left: 0;
    transform: none;
  }
  .bar-menu .plus-link {
    display: none;
  }
  .footer .row-logo-menu-footer .col-menu {
    gap: 25px;
  }
  .head-spacer {
    height: 115px;
  }
  .detail-art {
    padding: 25px;
    flex-wrap: wrap;
  }
  .page-single-product .box-single-product {
    padding-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .mlw-keys .slide-keys .item-kyes {
    width: 520px;
    padding: 25px;
    border-radius: 16px;
  }
  .list-news .item-actus {
    width: calc((100% - 40px) / 2);
  }
  .mlw-products .element-item {
    width: 33.33%;
  }
}
@media only screen and (max-width: 768px) {
  .row-logo-menu-footer .list-footer-menu {
    flex-wrap: wrap;
  }
  .slide-actus .item-actus,
  .slide-gamme .item-gamme {
    width: 345px;
  }
  .box-propos {
    flex-wrap: wrap;
  }
  .mlw-products .element-item {
    width: 50%;
  }
  .page-single-product .box-single-product .desc {
    width: 100%;
    padding-left: 0;
  }
  .box-single-product-type2 {
    flex-wrap: wrap;
  }
  .box-single-product-type2 .item-type-2 {
    width: 100%;
  }
}
@media only screen and (max-width: 660px) {
  .top-bar {
    display: none;
  }
  .banner .item-banner {
    height: 420px;
  }
  .control-banner {
    display: none;
  }
  .box-certificats .list-certificats .item-certificat {
    width: 100%;
  }
  .form .col-option-03,
  .form .col-option-02 {
    width: 100%;
  }
  .footer .row-logo-menu-footer .col-menu {
    flex-direction: column;
  }
  .footer .row-copyright {
    flex-direction: column;
  }
  .footer .row-copyright .copyright {
    padding-bottom: 25px;
  }
  .bsm-actualites .list-actus .item-actus {
    width: 100%;
  }
  .item-resp {
    width: 340px;
  }
  .item-resp h3 {
    font-size: 27px;
  }
  .bsm-products .element-item {
    width: 100%;
  }
  .list-phototeque .item-phototeque {
    width: 100%;
  }
  .detail-phototheque .popup-gallery .item-gallery {
    width: calc((100% - 5px) / 2);
  }
  .row-logo-menu-footer .map-footer {
    margin-top: 30px;
    width: 100%;
  }
  .list-news .item-actus {
    width: 100%;
  }
  .page-single-product .more-detail .col-more-detail {
    width: 100%;
  }
}

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