/*!*******************************************************************************************************************************************!*\
  !*** 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=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: "Work Sans", sans-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;
}

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

.head-spacer {
  height: 197px;
}

.bar-menu .search {
  width: 42px;
  position: relative;
}
.bar-menu .search .btn-search {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #cbbb9f;
  background: url(../images/ico-search.svg) no-repeat center #000;
}
.bar-menu .search .search-box {
  display: none;
  position: absolute;
  top: -15px;
  right: 47px;
}
.bar-menu .search .search-box form {
  position: relative;
}
.bar-menu .search .search-box input[type="text"] {
  display: block;
  width: 100%;
  height: 74px;
  border-radius: 40px;
  padding: 0 40px;
  background: #fff;
  border: 1px solid #dbdade;
  font-size: 18px;
}
.bar-menu .search .search-box input[type="submit"] {
  position: absolute;
  top: 15px;
  right: 20px;
  background: #cbbb9f;
  border: 1px solid #cbbb9f;
  padding: 12px 24px;
  color: #1c1c1c;
  border-radius: 40px;
  font-size: 16px;
}
.bar-menu .search.active .search-box {
  display: block;
  width: 1280px;
}
.bar-menu .search.active .btn-search {
  background: url(../images/xmark.svg) center #fff no-repeat;
}

.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: #fff;
}
.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;
}
.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;
}

.banner .item-banner {
  overflow: hidden;
  display: flex;
  align-items: end;
  border-radius: 24px;
  overflow: hidden;
}
.banner .item-banner .container {
  position: relative;
  z-index: 2;
}
.banner .item-banner > img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
.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 {
  position: absolute;
  width: 101px;
  height: 40px;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #fff;
}
.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 {
  width: 100%;
  margin: 0 auto;
  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.5;
  vertical-align: middle;
}
.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: 2px solid #000000;
  color: #000;
  text-decoration: none;
  padding: 16px 32px;
  transition: all 0.3s;
  display: inline-block;
  width: fit-content;
  font-weight: 600;
  align-items: center;
  border-radius: 42px;
  background: #fff;
}
.see-more:hover {
  color: #fff;
  background: #000;
}

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

.title-section h2 {
  font-family: "Teko", sans-serif;
  font-size: 83px;
  color: #d9ae09;
  text-align: center;
  padding-bottom: 32px;
  font-weight: 700;
  max-width: 920px;
  width: 100%;
}
.title-section p {
  font-size: 20px;
  line-height: 1.3;
  color: #1f242c;
  max-width: 600px;
  width: 100%;
}

.footer {
  background: #000;
}

.row-logo-menu-footer {
  padding: 80px 0 40px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
  flex-wrap: wrap;
}
.row-logo-menu-footer .col-logo {
  width: 100%;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 37px;
  margin-bottom: 56px;
}
.row-logo-menu-footer .col-logo img {
  max-width: 100%;
}
.row-logo-menu-footer .col-logo .txt-obj {
  padding: 24px 0;
}
.row-logo-menu-footer .col-logo .txt-obj p {
  color: #dfdfdf;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 32px;
  font-weight: 600;
}
.row-logo-menu-footer .col-logo .row-coord {
  display: flex;
  gap: 16px;
  padding-bottom: 24px;
  align-items: start;
}
.row-logo-menu-footer .col-logo .row-coord span {
  font-size: 16px;
  line-height: 1.4;
  color: #dfdfdf;
}
.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 .col-menu {
  display: flex;
  gap: 95px;
  justify-content: space-between;
  width: 100%;
}
.row-logo-menu-footer .col-menu h4 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 16px;
  letter-spacing: 1.5px;
}
.row-logo-menu-footer .col-menu ul li {
  padding: 8px;
}
.row-logo-menu-footer .col-menu ul li a {
  text-decoration: none;
  color: #dfdfdf;
  font-size: 18px;
  transition: all 0.3s;
  letter-spacing: 1.5px;
}
.row-logo-menu-footer .col-menu ul li a:hover {
  color: #d9ae09;
}

.row-copyright {
  background: #000;
  padding: 15px 0;
}
.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-bsm {
  max-width: 720px;
  width: 100%;
  height: 520px;
  padding: 10px 30px 30px 30px;
  text-align: center;
  background: #fff;
}

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

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

.mask-modal .modal-bsm h2 {
  font-size: 57px;
  font-weight: 700;
  color: #000;
  padding-bottom: 35px;
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}

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

.mask-modal .modal-bsm a {
  display: inline-block;
  border: 2px 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-bsm a:hover {
  color: #fff;
  background: #ad1a1f;
  border: 2px solid #ad1a1f;
}

.mask-modal .modal-bsm .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;
}

.bsm-propos {
  padding-top: 145px;
  padding-bottom: 83px;
  background: #fcfcfc;
}

.box-propos {
  display: flex;
  align-items: end;
}
.box-propos .visu {
  width: 45%;
  margin-bottom: 81px;
}
.box-propos .visu img {
  display: block;
  width: 100%;
}
.box-propos .desc {
  width: calc(55% + 126px);
  padding: 66px 126px 81px 126px;
  border-radius: 42px;
  background: rgba(255, 255, 255, 0.9);
  margin-left: -126px;
}
.box-propos .desc h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 24px;
}
.box-propos .desc p {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 24px;
}

.bsm-gamme {
  background: #fff;
  padding-top: 130px;
  padding-bottom: 93px;
}
.bsm-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;
}
.title-gamme h2 {
  font-size: 38px;
  font-weight: 600;
}

.slide-gamme {
  position: relative;
  overflow: hidden;
  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;
}
.slide-gamme .item-gamme img {
  max-width: 100%;
}
.slide-gamme .item-gamme span {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  color: #000;
}
.slide-gamme .control-slide {
  position: absolute;
  top: 0;
  right: 0;
  width: 116px;
  height: 23px;
}
.slide-gamme .control-slide .swiper-button-next,
.slide-gamme .control-slide .swiper-button-prev {
  width: 23px;
  height: 26px;
  margin-top: 0;
  top: 0;
  background: url(../images/arrow-right.svg) center no-repeat;
}
.slide-gamme .control-slide .swiper-button-next:after,
.slide-gamme .control-slide .swiper-button-prev:after {
  display: none;
}
.slide-gamme .control-slide .swiper-button-prev {
  transform: rotate(180deg);
}
.slide-gamme .swiper-pagination-bullet-active {
  background: #000;
}

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

.slide-actus {
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.slide-actus .item-actus {
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
}
.slide-actus .item-actus .visu img {
  display: block;
  width: 100%;
}
.slide-actus .item-actus .desc {
  padding: 40px;
}
.slide-actus .item-actus .desc .type {
  font-size: 20px;
  font-weight: 700;
  color: #db1b22;
  margin-bottom: 15px;
}
.slide-actus .item-actus .desc .title {
  font-size: 22px;
  font-weight: 600;
  color: #030606;
}
.slide-actus .item-actus .desc .date {
  font-size: 16px;
  font-weight: 700;
  color: #030606;
  margin-bottom: 15px;
}
.slide-actus .item-actus .desc .txt {
  font-size: 16px;
  font-weight: 300;
  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: #fff;
  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: #000;
  border: 1px solid #fff;
  opacity: 1;
}
.slide-actus .swiper-pagination-bullet-active {
  background: #fff;
}
.slide-actus .control-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.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;
}

.bsm-responsabilite {
  padding-top: 114px;
  padding-bottom: 60px;
  background: #f1f1f1;
  overflow: hidden;
}
.bsm-responsabilite .title-res {
  max-width: 805px;
  width: 100%;
  padding-bottom: 48px;
}
.bsm-responsabilite .title-res h2 {
  font-size: 41px;
  font-weight: 700;
  color: #030606;
  padding-bottom: 24px;
}
.bsm-responsabilite .title-res p {
  font-size: 18px;
  color: #353535;
  font-weight: 500;
  line-height: 1.2;
}

.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;
}

.bsm-timeline {
  background: #f7f4f0;
  padding: 96px 0;
}

.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: #040708;
  border-radius: 50%;
  z-index: 2;
  right: -65px;
}
.box-timeline .timeline-item .time-date {
  font-size: 72px;
  font-weight: 700;
  color: #000;
  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: #000;
}
.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;
}
.bsm-signalement {
  text-align: center;
  padding: 80px 15px;
  background: #e21c23;
}
.bsm-signalement h2 {
  font-size: 41px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 24px;
}
.bsm-signalement p {
  font-size: 22px;
  line-height: 1.3;
  max-width: 745px;
  width: 100%;
  padding-bottom: 54px;
  margin: 0 auto;
  color: #fff;
}
.inner-banner {
  position: relative;
  min-height: 430px;
  padding: 40px;
  background: #fffbf6;
}
.inner-banner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  z-index: 1;
}
.inner-banner .container {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.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: 35px;
  color: #fff;
  font-weight: 900;
  font-style: italic;
}

.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 10px 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;
}

.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;
}

.agl-products {
  padding-bottom: 80px;
}

.box-products {
  display: flex;
  flex-wrap: wrap;
  gap: 112px;
}
.box-products .item-product {
  text-decoration: none;
  width: calc((100% - 560px) / 6);
  display: flex;
  gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.box-products .item-product .visu img {
  max-width: 100%;
  transition: all 0.3s;
}
.box-products .item-product span {
  font-size: 14px;
  color: #040708;
  padding-bottom: 10px;
  display: block;
}
.box-products .item-product p {
  font-size: 22px;
  font-weight: bold;
  color: #282115;
}
.box-products .item-product:hover img {
  transform: scale(1.05);
}

.detail-product {
  border: 1px solid #cbbb9f;
  padding: 64px;
  display: flex;
  flex-wrap: wrap;
}
.detail-product .illus {
  width: 320px;
  overflow: hidden;
}
.detail-product .illus .thumb .swiper-slide {
  width: 80px;
  height: 80px;
  padding: 5px;
  border: 1px solid #040708;
  text-align: center;
  opacity: 0.5;
}
.detail-product .illus .thumb .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.detail-product .illus .thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.detail-product .illus .gallery .swiper-slide {
  text-align: center;
}
.detail-product .illus .swiper-button-next,
.detail-product .illus .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #040708;
  background: rgba(4, 7, 8, 0.2745098039);
  font-size: 18px;
}
.detail-product .illus .swiper-button-next:after,
.detail-product .illus .swiper-button-prev:after {
  font-size: 18px;
  font-weight: bold;
}
.detail-product .desc {
  width: calc(100% - 320px);
  padding-left: 64px;
}
.detail-product .desc img {
  display: inline-block;
  margin-bottom: 15px;
  max-width: 100%;
}
.detail-product .desc h2 {
  font-size: 38px;
  font-weight: bold;
  padding-bottom: 5px;
}
.detail-product .desc h5 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  color: #000;
}
.detail-product .desc p {
  font-size: 18px;
  color: #2a2f35;
  line-height: 1.2;
  padding-bottom: 25px;
}
.detail-product .desc .infosup {
  font-size: 16px;
  color: #2a2f35;
  padding-bottom: 10px;
}
.detail-product .desc .infosup strong {
  font-weight: bold;
}

.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;
}

.across-recru {
  padding: 96px 0;
  background: #f7f4f0;
  overflow: hidden;
}
.across-recru h2 {
  text-align: center;
  padding-bottom: 64px;
  font-size: 38px;
  font-weight: bold;
}
.across-recru .slide-recru {
  position: relative;
  padding-bottom: 30px;
}
.across-recru .slide-recru .swiper-pagination {
  bottom: -30px;
}
.across-recru .slide-recru .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}
.across-recru .item-recru {
  width: 480px;
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1px solid #cbbb9f;
}
.across-recru .item-recru .visu img {
  width: 100%;
  display: block;
}
.across-recru .item-recru .desc {
  padding: 40px;
  text-align: center;
}
.across-recru .item-recru span {
  font-size: 14px;
  color: #fff;
  display: block;
  background: #918f8b;
  padding: 8px 16px;
  width: fit-content;
  margin: 0 auto 10px auto;
  border-radius: 6px;
}
.across-recru .item-recru p {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  padding-bottom: 15px;
}
.across-recru .item-recru 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;
}
.across-recru .item-recru a:after {
  content: "";
  width: 16px;
  height: 22px;
  background: url(../images/ico-link.svg) center no-repeat;
}
.agl-noticias {
  padding: 96px 0;
}

.intro-noticias {
  padding-bottom: 64px;
}
.intro-noticias h2 {
  color: #030606;
  font-size: 38px;
  font-weight: bold;
  padding-bottom: 24px;
}
.intro-noticias p {
  max-width: 740px;
  font-size: 14px;
  color: #353535;
}

.card-noticias {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 64px;
  align-items: center;
}
.card-noticias:last-child {
  padding-bottom: 0;
}
.card-noticias .visu {
  width: 480px;
}
.card-noticias .visu img {
  display: block;
  width: 100%;
}
.card-noticias .desc {
  width: calc(100% - 480px);
  padding-left: 80px;
}
.card-noticias .desc h3 {
  font-size: 38px;
  font-weight: bold;
  color: #030606;
  letter-spacing: 2px;
  padding-bottom: 24px;
}
.card-noticias .desc p {
  font-size: 16px;
  color: #353535;
  line-height: 1.3;
  padding-bottom: 24px;
  letter-spacing: 1.5px;
}
.card-noticias .desc a {
  margin: 0;
}

.agl-sobre {
  padding: 96px 0 36px 0;
}
.agl-sobre.darck {
  background: #f7f4f0;
}
.agl-sobre h2 {
  text-align: center;
  padding-bottom: 64px;
  font-size: 38px;
  font-weight: bold;
}
.agl-sobre .slide-sobre {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}
.agl-sobre .slide-sobre .swiper-pagination {
  bottom: 10px;
}
.agl-sobre .slide-sobre .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}
.agl-sobre .slide-sobre .item-sobre {
  display: flex;
  text-align: center;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border: 1px solid #cbbb9f;
}
.agl-sobre .slide-sobre .item-sobre .visu img {
  width: 100%;
  display: block;
}
.agl-sobre .slide-sobre .item-sobre .desc {
  padding: 40px;
  text-align: center;
}
.agl-sobre .slide-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;
}
.agl-sobre .slide-sobre .item-sobre p {
  font-size: 28px;
  font-weight: bold;
  color: #000;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.agl-sobre .slide-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;
}
.agl-sobre .slide-sobre .item-sobre a:after {
  content: "";
  width: 16px;
  height: 22px;
  background: url(../images/ico-link.svg) center no-repeat;
}
.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;
}

.agl-faq {
  padding: 96px 0;
}

.input-file {
  position: relative;
}

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

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

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

.bar-banner {
  text-align: center;
  margin-bottom: 75px;
}
.bar-banner img {
  max-width: 100%;
}

.detail-art {
  padding: 64px;
  border-radius: 16px;
  border: 1px solid #747474;
  display: flex;
  margin-bottom: 130px;
}
.detail-art .visu {
  width: 340px;
}
.detail-art .desc {
  width: calc(100% - 340px);
}
.detail-art .desc .head-detail {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-bottom: 24px;
  flex-wrap: wrap;
}
.detail-art .desc .head-detail h3 {
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 10px;
  color: #2a2f35;
}
.detail-art .desc .head-detail p {
  font-size: 26px;
  font-weight: 600;
  color: #2a2f35;
}
.detail-art .desc p {
  font-size: 20px;
  color: #2a2f35;
  padding-bottom: 20px;
}
.detail-art .desc .lines .line-desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #e4e4e4;
}
.detail-art .desc .lines .line-desc strong {
  font-size: 24px;
  font-weight: 600;
}
.detail-art .desc .lines .line-desc span {
  font-size: 22px;
  color: #000;
}

.actus-product {
  background: #fff;
  padding-bottom: 0;
}
.actus-product h2 {
  color: #000;
}
.actus-product .slide-actus .item-actus {
  border: 1px solid rgba(165, 153, 153, 0.2823529412);
}
.actus-product .slide-actus .item-actus .desc .type {
  color: #214080;
}
.actus-product .slide-actus .swiper-pagination-bullet {
  background: #fff;
  border: 1px solid #000;
  width: 12px;
  height: 12px;
}
.actus-product .slide-actus .swiper-pagination-bullet-active {
  background: #000;
}
.actus-product .slide-actus .swiper-button-next,
.actus-product .slide-actus .swiper-button-prev {
  color: #000;
}

.bsm-actualites {
  padding-top: 96px;
  padding-bottom: 96px;
}
.bsm-actualites .filtres-actus {
  padding-bottom: 86px;
}
.bsm-actualites .filtres-actus .form {
  display: flex;
  gap: 24px;
}
.bsm-actualites .filtres-actus .col-option {
  max-width: 160px;
  width: 100%;
}
.bsm-actualites .filtres-actus .col-option select {
  background-color: #fff;
  background-position: right 22px center;
  font-size: 16px;
  padding: 12px 20px;
}
.bsm-actualites .list-actus {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.bsm-actualites .list-actus h2 {
  width: 100%;
  padding-bottom: 30px;
  font-size: 38px;
  color: #000;
  font-weight: 600;
}
.bsm-actualites .list-actus .item-actus {
  width: calc((100% - 80px) / 3);
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  border: 1px solid rgba(189, 163, 87, 0.4549019608);
}
.bsm-actualites .list-actus .item-actus .visu img {
  display: block;
  width: 100%;
}
.bsm-actualites .list-actus .item-actus .desc {
  padding: 40px;
}
.bsm-actualites .list-actus .item-actus .desc .type {
  font-size: 20px;
  font-weight: 700;
  color: #db1b22;
  margin-bottom: 15px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.bsm-actualites .list-actus .item-actus .desc .title {
  font-size: 22px;
  font-weight: 600;
  color: #030606;
}
.bsm-actualites .list-actus .item-actus .desc .date {
  font-size: 16px;
  font-weight: 700;
  color: #030606;
  margin-bottom: 15px;
}
.bsm-actualites .list-actus .item-actus .desc .txt {
  font-size: 16px;
  font-weight: 300;
  color: #030606;
  margin-bottom: 15px;
  line-height: 1.2;
}

.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;
}

.bsm-offres {
  padding-top: 90px;
  padding-bottom: 90px;
}
.bsm-offres .filtres-offre {
  padding-bottom: 86px;
}
.bsm-offres .filtres-offre .form {
  display: flex;
  gap: 24px;
}
.bsm-offres .col-option {
  max-width: 278px;
  width: 100%;
}
.bsm-offres .col-option select {
  background-color: #fff;
  background-position: right 22px center;
}

.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;
}

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

.bsm-phototheque {
  padding-top: 140px;
  padding-bottom: 140px;
}

.list-phototeque {
  display: flex;
  flex-wrap: 40px;
  flex-wrap: wrap;
  gap: 40px;
}
.list-phototeque .item-phototeque {
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
  border: 1px solid rgba(189, 163, 87, 0.4588235294);
  width: calc((100% - 80px) / 3);
}
.list-phototeque .item-phototeque .visu img {
  display: block;
  width: 100%;
}
.list-phototeque .item-phototeque .desc {
  padding: 40px;
}
.list-phototeque .item-phototeque .desc .type {
  font-size: 20px;
  font-weight: 700;
  color: #db1b22;
  margin-bottom: 15px;
}
.list-phototeque .item-phototeque .desc .title {
  font-size: 22px;
  font-weight: 600;
  color: #030606;
}
.list-phototeque .item-phototeque .desc .date {
  font-size: 16px;
  font-weight: 700;
  color: #030606;
  margin-bottom: 15px;
}
.list-phototeque .item-phototeque .desc .txt {
  font-size: 16px;
  font-weight: 300;
  color: #030606;
  margin-bottom: 15px;
  line-height: 1.2;
}

.detail-phototheque {
  max-width: 1243px;
  width: 100%;
  margin: 0 auto;
}
.detail-phototheque .link-back {
  margin-bottom: 20px;
}
.detail-phototheque .title {
  font-size: 32px;
  padding-bottom: 15px;
  font-weight: 700;
  color: #1f242c;
}
.detail-phototheque .date {
  font-size: 24px;
  color: #df383e;
  font-weight: 600;
  padding-bottom: 15px;
}
.detail-phototheque .popup-gallery {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.detail-phototheque .popup-gallery .item-gallery {
  width: calc((100% - 15px) / 4);
}
.detail-phototheque .popup-gallery .item-gallery img {
  display: block;
  width: 100%;
}

.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: #2a2f35;
  padding: 55px 10px;
  display: inline-block;
  transition: 350ms all;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.menu-row ul li a.active {
  color: #d21c22;
  font-weight: 700;
}
.menu-row ul li a:hover {
  color: #d21c22;
}

.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;
    padding-top: 20px;
  }
  .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 #000;
    border-bottom: 2px solid #000;
    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: #2a2f35;
    padding: 15px 20px;
    display: block;
    font-size: 16px;
    font-weight: 600;
  }
  .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;
  }
  .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 .sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: #fff;
    height: 100%;
    transition: 350ms all;
    z-index: 1;
  }
  .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: #fff;
    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: 1660px) {
  .content-item-banner {
    padding-left: 70px;
  }
  .bar-menu .search.active .search-box {
    width: 1000px;
  }
}
@media only screen and (max-width: 1224px) {
  .footer .row-logo-menu-footer .col-menu {
    gap: 20px;
  }
  .box-propos .desc {
    padding: 30px;
  }
}
@media only screen and (max-width: 1060px) {
  .footer .row-logo-menu-footer {
    flex-direction: column;
  }
  .coord-footer {
    padding: 32px 40px;
  }
  .box-maps {
    gap: 30px;
  }
  .item-marques .list-marques {
    gap: 40px;
  }
  .item-marques .list-marques .item-marque {
    width: calc((100% - 120px) / 4);
  }
}
@media only screen and (max-width: 1023px) {
  .bar-menu .link-report {
    position: absolute;
    right: 107px;
    top: 40px;
  }
  .inner-menu .menu-rsc {
    display: none;
  }
  .bar-menu {
    padding: 50px 0;
    position: relative;
  }
  .bar-menu .logo-box {
    position: absolute;
    top: 10px;
    left: 0;
  }
  .bar-menu .plus-link {
    display: none;
  }
  .bar-menu .search {
    position: absolute;
    right: 30px;
    top: 40px;
    right: 50px;
  }
  .bar-menu .search .icon-loop span {
    display: none;
  }
  .bar-menu .search .search-box {
    height: auto;
  }
  .bar-menu .search .search-box button {
    font-size: 0;
    background: url(../images/loopl.svg) no-repeat;
    width: 25px;
    height: 25px;
    padding: 0;
  }
  .bar-menu .search .search-box .gray-loop {
    display: none;
  }
  .bar-menu .search .search-form {
    padding: 10px 25px;
  }
  .bar-menu .search.active .search-box {
    width: 300px;
  }
  .bar-menu .search .search-box input[type="text"] {
    padding: 0 20px;
    font-size: 14px;
  }
  .footer .row-logo-menu-footer .col-menu {
    gap: 25px;
  }
  .head-spacer {
    height: 145px;
  }
  .detail-art {
    padding: 25px;
    flex-wrap: wrap;
  }
}
@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-histoire .visu {
    width: 100%;
  }
  .box-histoire .desc {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .item-resp {
    width: 500px;
    padding: 30px 35px;
  }
  .box-candidature {
    padding: 50px 30px;
  }
  .box-maps .form-maps {
    width: 100%;
    padding: 50px 30px;
  }
  .box-maps .map-coord {
    width: 100%;
  }
  .bsm-actualites .list-actus .item-actus {
    width: calc((100% - 40px) / 2);
  }
  .list-phototeque .item-phototeque {
    width: calc((100% - 40px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  .footer {
    margin-top: 100px;
  }
  .coord-footer {
    border-radius: 24px;
    padding: 32px 20px;
  }
  .form {
    padding-left: 30px;
    padding-right: 30px;
  }
  .box-propos {
    flex-wrap: wrap;
  }
  .box-propos .visu {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .box-propos .desc {
    width: 100%;
    margin: 0;
  }
  .row-logo-menu-footer .list-footer-menu {
    flex-wrap: wrap;
  }
  .bsm-products .element-item {
    width: 50%;
  }
  .list-offres .item-offre {
    width: 100%;
  }
  .detail-phototheque .popup-gallery .item-gallery {
    width: calc((100% - 10px) / 3);
  }
  .detail-art .desc {
    width: 100%;
  }
  .detail-art .visu {
    width: 100%;
    text-align: 100%;
  }
  .bsm-propos {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 660px) {
  .banner .item-banner {
    height: 270px;
  }
  .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);
  }
  .see-more {
    margin-bottom: 5px;
  }
  .bsm-gamme {
    padding-top: 20px;
  }
}

.bsm-search-page {
  padding: 96px 0 110px;
  background: #fff;
}

.bsm-search-page .box-result {
  background: #fffbf6;
  border: 1px solid #e7dcc5;
  border-radius: 16px;
  padding: 42px;
}

.bsm-search-page .world-search {
  font-size: 24px;
  line-height: 1.45;
  color: #2a2f35;
  margin-bottom: 26px;
}

.bsm-search-page .world-search strong {
  color: #d21c22;
  font-weight: 700;
}

.bsm-search-page .search-actus {
  max-width: 760px;
  margin: 0 auto 28px;
}

.bsm-search-page .search-form {
  display: flex;
  gap: 12px;
}

.bsm-search-page .search-form .search-field {
  flex: 1;
  min-height: 58px;
  border-radius: 10px;
  border: 1px solid #d6d6d6;
  background: #fff;
  padding: 0 18px;
  font-size: 16px;
  color: #2a2f35;
}

.bsm-search-page .search-form .search-field:focus {
  border-color: #d21c22;
  outline: none;
}

.bsm-search-page .search-form .search-field.is-empty {
  border-color: #d21c22;
  box-shadow: 0 0 0 2px rgba(210, 28, 34, 0.12);
}

.bsm-search-page .search-form .search-submit {
  min-height: 58px;
  border: 0;
  border-radius: 10px;
  background: #d21c22;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding: 0 28px;
  cursor: pointer;
}

.bsm-search-page .list-result {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.bsm-search-page .item-result {
  border: 1px solid #e4e4e4;
  border-radius: 12px;
  background: #fff;
  padding: 24px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.bsm-search-page .item-result:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(9, 19, 31, 0.08);
}

.bsm-search-page .title-result {
  margin-bottom: 12px;
}

.bsm-search-page .title-result a {
  color: #2a2f35;
  text-decoration: none;
}

.bsm-search-page .title-result a:hover {
  color: #d21c22;
}

.page-404 {
  background: linear-gradient(180deg, #fffbf6 0%, #f7f4f0 100%);
  padding: 110px 0;
}

.content-404 {
  max-width: 760px;
  margin: 0 auto;
  border-radius: 18px;
  border: 1px solid #e7dcc5;
  background: #fff;
  text-align: center;
  padding: 52px 36px;
}

.content-404 span {
  display: inline-block;
  background: #2a2f35;
  color: #fff;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.content-404 h1 {
  font-size: 46px;
  line-height: 1.1;
  color: #2a2f35;
  margin-bottom: 18px;
}

.content-404 p {
  font-size: 18px;
  line-height: 1.6;
  color: #5a6067;
  margin-bottom: 28px;
}

.content-404 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 999px;
  background: #d21c22;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  padding: 0 30px;
}

.content-404 a:hover {
  background: #b4161b;
}

@media only screen and (max-width: 768px) {
  .bsm-search-page .box-result {
    padding: 28px 20px;
  }
  .bsm-search-page .world-search {
    font-size: 20px;
  }
  .bsm-search-page .search-form {
    flex-direction: column;
  }
  .content-404 {
    padding: 36px 20px;
  }
  .content-404 h1 {
    font-size: 34px;
  }
}

.scroll-reveal {
  opacity: 0;
  transform: translate3d(0, 34px, 0) scale(0.985);
  filter: blur(2px);
  transition:
    opacity 0.75s cubic-bezier(0.2, 0.65, 0.2, 1),
    transform 0.75s cubic-bezier(0.2, 0.65, 0.2, 1),
    filter 0.75s cubic-bezier(0.2, 0.65, 0.2, 1);
  will-change: opacity, transform, filter;
}

.scroll-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.desc-result a {
  color: #000;
}

.bsm-intro-prix {
  background: #f3fff4;
  padding: 80px 0;
}
.bsm-intro-prix h2 {
  font-size: 36px;
  font-weight: 700;
  color: #030606;
  text-align: center;
  padding-bottom: 60px;
}
.bsm-intro-prix p {
  font-size: 20p;
  color: #030606;
  line-height: 1.3;
  padding-bottom: 20px;
}
.bsm-actualites h2 {
  font-size: 36px;
  font-weight: 700;
  color: #030606;
  text-align: center;
  padding-bottom: 80px;
}
.single-prix {
  padding-top: 140px;
}
.desc-prix {
  padding: 75px 0;
}
.desc-prix h2 {
  font-size: 38px;
  font-weight: 700;
  color: #1f242c;
  padding-bottom: 35px;
}
.desc-prix p {
  font-size: 20px;
  color: #414141;
  line-height: 1.4;
  padding-bottom: 30px;
}
.links {
  display: flex;
  gap: 25px;
  justify-content: start;
  flex-wrap: wrap;
}
.objectif-prix {
  padding: 95px 0;
}
.box-objectif-prix {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-objectif-prix .visu {
  width: 48%;
}
.box-objectif-prix .visu img {
  display: block;
  width: 100%;
  border-radius: 32px;
  background: #f8f8f8;
}
.box-objectif-prix .desc {
  width: 52%;
  padding-left: 80px;
}
.box-objectif-prix .desc h3 {
  font-size: 38px;
  font-weight: 700;
  color: #030606;
  padding-bottom: 25px;
}
.box-objectif-prix .desc p {
  font-size: 20px;
  font-weight: 500;
  color: #030606;
  padding-bottom: 20px;
  line-height: 1.3;
}
.box-objectif-prix .desc ul {
  list-style: disc;
  padding-left: 30px;
}
.box-objectif-prix .desc ul li {
  font-size: 20px;
  font-weight: 500;
  color: #030606;
  line-height: 1.3;
}

.recomponse-prix {
  padding: 140px 0;
}
.box-recompose-prix {
  display: flex;
  flex-wrap: wrap;
}
.box-recompose-prix .desc {
  width: 55%;
  padding-right: 88px;
}
.box-recompose-prix .visu {
  width: 45%;
  padding-top: 60px;
}
.box-recompose-prix .visu img {
  display: block;
  width: 100%;
  border-radius: 6px;
}
.accord {
  width: 100%;
}

.box-recompose-prix h3 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.box-recompose-prix p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  padding-bottom: 20px;
}
.accord-item {
  padding-bottom: 20px;
}

.accord-header {
  padding: 20px 54px 20px 24px;
  cursor: pointer;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  color: #101010;
  background: #fff;
}
.accord-header .ico-accord {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 20px;
  right: 24px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(225deg);
}
.accord-header .ico-accord:after {
  content: "";
  display: block;
  color: #fff;
  text-align: center;
}
.accord-header.active .ico-accord {
  transform: rotate(45deg);
}
.accord-header.active .ico-accord:after {
}

.accord-content {
  padding: 24px;
  display: none;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
}
.accord-content p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
}
.accord-content ul {
  list-style: disc;
  padding-left: 35px;
}
.accord-content ul li {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
}
.accord-content ol {
  list-style: decimal;
  padding-left: 30px;
}
.accord-content ol li {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
}
.criteres-prix {
  padding: 115px 0;
}
.box-criteres-prix {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-criteres-prix .visu {
  width: 55%;
  padding-right: 80px;
}
.box-criteres-prix .visu img {
  max-width: 100%;
}
.box-criteres-prix .desc {
  width: 45%;
}
.box-criteres-prix .desc h3 {
  font-size: 38px;
  font-weight: 700;
  color: #030606;
  padding-bottom: 30px;
}
.box-criteres-prix .desc p {
  font-size: 20px;
  font-weight: 500;
  color: #030606;
  padding-bottom: 20px;
  line-height: 1.3;
}
.box-criteres-prix .desc ul {
  list-style: disc;
  padding-left: 35px;
}
.box-criteres-prix .desc ul li {
  font-size: 20px;
  font-weight: 500;
  color: #030606;
  line-height: 1.4;
}
.documents-prix {
  padding: 115px 0;
  background: #f8f8f8;
}
.box-documents-prix {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-documents-prix .desc {
  width: 55%;
  padding-right: 80px;
}
.box-documents-prix .desc h3 {
  font-size: 38px;
  font-weight: 700;
  color: #030606;
  padding-bottom: 30px;
}
.box-documents-prix .desc p {
  font-size: 20px;
  font-weight: 500;
  color: #030606;
  padding-bottom: 20px;
  line-height: 1.3;
}
.box-documents-prix .desc ul {
  list-style: disc;
  padding-left: 35px;
}
.box-documents-prix .desc ul li {
  font-size: 20px;
  font-weight: 500;
  color: #030606;
  line-height: 1.4;
}

.box-documents-prix .desc2 {
  width: 45%;
  background: #fff;
  padding: 45px 45px 60px 45px;
  border-radius: 20px;
}
.box-documents-prix .desc2 p {
  font-size: 20px;
  font-weight: 500;
  color: #030606;
  padding-bottom: 20px;
  line-height: 1.3;
}
.box-documents-prix .desc2 ul {
  list-style: disc;
  padding-left: 35px;
}
.box-documents-prix .desc2 ul li {
  font-size: 20px;
  font-weight: 500;
  color: #030606;
  line-height: 1.4;
}

.news-prix {
  background: #cc1c21;
  padding: 52px 0;
}
.box-news .form-news {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.box-news h2 {
  font-size: 33px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
}
.box-news p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
.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: #000;
  border: 1px solid #000;
  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: #000;
}
.assemblee {
  padding: 140px 0;
}
.box-assemblee {
}

.tabs {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
.tabs .tab-links {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.tabs .tab-links li {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 600;
  color: #191414;
  background: #fdf4df;
  cursor: pointer;
}
.tabs .tab-links li.active {
  background: #c00a1d;
  color: #fff;
}
.tabs .tab {
  display: none;
}
.tabs .tab.tab.active {
  display: block;
}
.tabs .tab-content {
  padding-top: 30px;
  border: 1px solid #a1a1a1;
}
.tabs .tab-content h3 {
  font-size: 24px;
  color: #030606;
  font-weight: 700;
  padding-bottom: 30px;
  padding-left: 24px;
  padding-right: 24px;
}
.tabs .tab-content .line-file {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-top: 1px solid #a1a1a1;
}
.tabs .tab-content .line-file p {
  font-size: 20px;
  font-weight: 600;
  color: #030606;
}

.qr-code {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 245px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.qr-code a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #000;
}
.qr-code p {
  font-size: 16px;
  font-weight: 600;
}
.qr-code img {
}
.form-code {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  padding: 35px;
  border-radius: 20px;
  background: #fff;
  position: relative;
}
.mfp-close-btn-in .mfp-close {
  color: #000;
  background: none;
  border: none;
  width: fit-content;
  padding: 0 15px;
  font-size: 30px;
}

@media only screen and (max-width: 768px) {
  .box-objectif-prix .desc {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .box-objectif-prix .visu {
    width: 100%;
  }
  .box-recompose-prix .desc {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .box-recompose-prix .visu,
  .box-criteres-prix .desc {
    width: 100%;
  }
  .box-criteres-prix .visu,
  .box-documents-prix .desc {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .box-documents-prix .desc2 {
    width: 100%;
  }
  .assemblee {
    padding: 60px 0;
  }
  .qr-code {
    width: 130px;
  }
}
/*# sourceMappingURL=styles.css.map*/
