/*!*******************************************************************************************************************************************!*\
  !*** 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&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&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: "Ubuntu", sans-serif;
}

/* 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;
  padding-top: 28px;
  padding-bottom: 28px;
}

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

.head-spacer {
  height: 158px;
}

.bar-menu .search {
  width: 42px;
  position: relative;
}
.bar-menu .search .btn-search {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: url(../../images/search.svg) no-repeat center;
}
.bar-menu .search .search-box {
  display: none;
  position: absolute;
  top: -11px;
  right: 47px;
}
.bar-menu .search .search-box form {
  position: relative;
}
.bar-menu .search .search-box input[type=text] {
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 40px;
  padding: 0 40px;
  background: #fff;
  border: 1px solid #dbdade;
  font-size: 18px;
  font-family: "Ubuntu", sans-serif;
}
.bar-menu .search .search-box input[type=submit] {
  position: absolute;
  top: 8px;
  right: 20px;
  background: #004a99;
  border: 1px solid #004a99;
  padding: 12px 24px;
  color: #fff;
  border-radius: 40px;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
}
.bar-menu .search.active .search-box {
  display: block;
  width: 840px;
}
.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;
  }
}
.menu-row {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.menu-row .inner-menu {
  display: flex;
  gap: 24px;
  align-items: center;
  padding-bottom: 10px;
}
.menu-row .inner-menu ul {
  display: flex;
  gap: 8px;
  align-items: center;
}
.menu-row .inner-menu ul li {
  margin: 0;
}
.menu-row .inner-menu ul li a {
  padding: 0;
}

.banner .item-banner {
  height: 794px;
  overflow: hidden;
  display: flex;
  align-items: end;
}
.banner .item-banner .container {
  position: relative;
  z-index: 2;
}
.banner .item-banner > img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner .item-banner .content-slide {
  padding-bottom: 225px;
  max-width: 512px;
}
.banner .item-banner .content-slide span {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 7000;
  padding-bottom: 10px;
}
.banner .item-banner .content-slide p {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  padding-bottom: 40px;
}
.banner .control-banner {
  display: flex;
  position: absolute;
  bottom: 104px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  text-align: center;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  position: static;
  color: #000;
  width: 62px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #fff;
  margin: 0;
  opacity: 1;
}
.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  font-size: 16px;
}
.banner .swiper-pagination {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
  background: transparent;
  border: 2px solid #278bf3;
  opacity: 1;
  border-radius: 0;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
  border: 2px solid #fff;
  position: relative;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.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: 14px;
  border: 1px solid #004a99;
  background: #004a99;
  color: #fff;
  text-decoration: none;
  padding: 16px 42px;
  transition: all 0.3s;
  display: flex;
  width: fit-content;
  font-weight: 700;
  align-items: center;
  gap: 16px;
}
.see-more:hover {
  color: #004a99;
  background: #fff;
}

.title-section h2 {
  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: #004a99;
}

.row-logo-menu-footer {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
}
.row-logo-menu-footer .col-logo {
  max-width: 423px;
  width: 100%;
}
.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: 14px;
  line-height: 1.6;
  font-weight: 700;
}
.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 .col-menu {
  display: flex;
  gap: 105px;
  padding-top: 60px;
}
.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: #fff;
  font-size: 16px;
  transition: all 0.3s;
  letter-spacing: 1.5px;
  font-weight: 700;
}
.row-logo-menu-footer .col-menu ul li a:hover {
  text-decoration: underline;
}

.row-copyright {
  background: #004a99;
}
.row-copyright .container {
  display: flex;
  justify-content: center;
  color: #dfdfdf;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}
.row-copyright .container a {
  text-decoration: none;
  color: #fff;
}

.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 !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.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: #004a99;
}

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

.mask-modal .modal-sbm {
  max-width: 720px;
  width: 100%;
  height: 520px;
  padding: 70px 30px 30px 30px;
  text-align: center;
  background: #004a99;
}

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

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

.mask-modal .modal-sbm h2 {
  font-size: 57px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.mask-modal .modal-sbm p {
  font-size: 20px;
  color: #fff;
  padding-bottom: 20px;
  line-height: 1.3;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.mask-modal .modal-sbm a {
  display: inline-block;
  background: #fff;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 32px;
  transition: all 0.3s;
  border-radius: 40px;
  font-family: "Montserrat", sans-serif;
}
.mask-modal .modal-sbm a:hover {
  color: #fff;
  background: #1d3460;
}

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

.sbm-timeline {
  background: #fff;
  padding: 100px 0;
}

.intro-timeline {
  padding-bottom: 60px;
}
.intro-timeline p {
  font-size: 24px;
  color: #000;
  line-height: 1.6;
  padding-bottom: 40px;
  text-align: center;
}

.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: 25px;
  left: 50%;
  width: 4px;
  height: 95%;
  background: #004a99;
  transform: translateX(-50%);
}
.box-timeline .timeline-item {
  position: relative;
  width: 50%;
}
.box-timeline .timeline-item .desc {
  position: relative;
  border: 1px solid #004a99;
}
.box-timeline .timeline-item .desc:before {
  content: "";
  position: absolute;
  top: 20px;
  width: 32px;
  height: 32px;
  background: #004a99;
  border-radius: 50%;
  z-index: 2;
  right: -65px;
}
.box-timeline .timeline-item .desc .time-date {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  background: #004a99;
  padding: 24px 32px;
  font-family: "Source Sans 3", sans-serif;
}
.box-timeline .timeline-item .desc .content-desc {
  background: #fff;
  padding: 32px;
}
.box-timeline .timeline-item .desc p {
  font-size: 16px;
  color: #353535;
  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: -7px;
}
.box-timeline .timeline-item:nth-child(even)::before {
  left: -7px;
}
.inner-banner {
  position: relative;
  min-height: 376px;
  padding: 40px;
  background: #0b4482;
}
.inner-banner.hasFnd {
  min-height: 590px;
}
.inner-banner.hasFnd .container {
  bottom: inherit;
  top: 195px;
}
.inner-banner.banner-single {
  min-height: 787px;
}
.inner-banner.banner-single .container {
  bottom: inherit;
  top: 380px;
}
.inner-banner .container {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%, 0);
}
.inner-banner .container ul {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-bottom: 20px;
}
.inner-banner .container ul li {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.inner-banner .container ul li a {
  font-weight: 400;
  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: 48px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.sbm-histoire {
  padding: 153px 0;
}
.sbm-histoire h2 {
  font-size: 38px;
  padding-bottom: 25px;
  padding-left: 25px;
  color: #000;
  font-weight: 700;
}

.box-histoire {
  display: flex;
  max-width: 1250px;
  gap: 23px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.box-histoire .desc-llu {
  position: absolute;
  bottom: 16px;
  left: 26px;
  background: rgba(75, 183, 230, 0.8588235294);
  padding: 16px;
  color: #fff;
  max-width: 85%;
}
.box-histoire .desc-llu span {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.box-histoire .desc-llu p {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 10px;
}
.box-histoire img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.box-histoire .left-illu {
  width: calc(70% - 12px);
  position: relative;
}
.box-histoire .right-illu {
  width: calc(30% - 11px);
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.box-histoire .right-illu .item-illu {
  height: calc(50% - 11.5px);
  position: relative;
}
.box-histoire .right-illu .item-illu .desc-llu {
  left: 6px;
  bottom: 9px;
}
.box-histoire .right-illu .item-illu .desc-llu p {
  font-size: 18px;
}

.sbm-produits {
  padding: 100px 0 50px;
}
.sbm-produits h2 {
  font-size: 38px;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding-bottom: 15px;
}
.sbm-produits .sub-title {
  font-size: 18px;
  color: #7a7a7a;
  font-weight: 700;
  text-align: center;
  padding-bottom: 30px;
}

.box-produits {
  position: relative;
}
.box-produits .all-product {
  position: absolute;
  right: 0;
  bottom: 300px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  display: flex;
  align-items: center;
  gap: 25px;
  width: fit-content;
  text-decoration: none;
  z-index: 2;
}
.box-produits .all-product:after {
  content: "";
  background: url(../../images/ico-link.svg) center no-repeat;
  width: 8px;
  height: 16px;
}
.box-produits .item-produits {
  display: flex;
  gap: 92px;
  align-items: center;
}
.box-produits .item-produits .content-slide {
  max-width: 400px;
  width: 100%;
}
.box-produits .item-produits h3 {
  font-size: 35px;
  font-weight: 700;
  color: #000;
  padding-bottom: 20px;
}
.box-produits .item-produits p {
  font-size: 15px;
  line-height: 1.4;
  padding-bottom: 20px;
}
.box-produits .item-produits a {
  font-size: 14px;
  border: 1px solid #0eb1ce;
  background: #0eb1ce;
  color: #fff;
  text-decoration: none;
  padding: 16px 42px;
  transition: all 0.3s;
  display: flex;
  width: fit-content;
  font-weight: 700;
  letter-spacing: 2px;
  align-items: center;
  gap: 16px;
}
.box-produits .item-produits a:hover {
  color: #0eb1ce;
  background: #fff;
}
.box-produits .control-product {
  display: flex;
  z-index: 1;
  text-align: center;
  width: 100%;
  gap: 5px;
}
.box-produits .swiper-button-next,
.box-produits .swiper-button-prev {
  position: static;
  color: #000;
  width: 40px;
  height: 40px;
  border: 1px solid #f5f5f5;
  border-radius: 20px;
  background: #f5f5f5;
  margin: 0;
  opacity: 1;
}
.box-produits .swiper-button-next:after,
.box-produits .swiper-button-prev:after {
  font-size: 16px;
}
.box-produits .swiper-button-next {
  margin-left: 4px;
}
.box-produits .swiper-pagination {
  text-align: center;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* container pagination */
.slide-produits .swiper-pagination {
  position: relative; /* ou absolute selon ton layout */
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  top: 0;
}

.slide-produits .swiper-pagination-line {
  position: relative;
  flex: 1 1 0; /* => partage la largeur entre elles */
  min-width: 0; /* important pour éviter les débordements */
  height: 3px;
  background: #f0f0f0;
  border-radius: 0;
  overflow: hidden;
  margin: 0 !important;
}

.slide-produits .swiper-pagination-progress {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #004a99;
  border-radius: 999px;
}

.slide-produits .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.35);
}

.sbm-engagements {
  padding: 102px 0;
  background: #2b5a99;
}

.box-engegements {
  display: flex;
  align-items: end;
  max-width: 1244px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.box-engegements .visu {
  width: 55%;
}
.box-engegements .visu img {
  display: block;
  width: 100%;
}
.box-engegements .desc {
  width: 45%;
  padding-left: 50px;
}
.box-engegements .desc h4 {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.box-engegements .desc h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 15px;
}
.box-engegements .desc p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
}
.box-engegements .desc a {
  font-size: 14px;
  border: 1px solid #fff;
  background: #fff;
  color: #004a99;
  text-decoration: none;
  padding: 16px 42px;
  transition: all 0.3s;
  display: flex;
  width: fit-content;
  font-weight: 700;
  letter-spacing: 2px;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
}
.box-engegements .desc a:hover {
  color: #fff;
  background: #004a99;
}

.sbm-compagne {
  padding: 75px 0 220px 0;
  background: #004a99;
}
.sbm-compagne .intro-compagne {
  text-align: center;
  padding-bottom: 40px;
  max-width: 880px;
  width: 100%;
  margin: 0 auto;
}
.sbm-compagne .intro-compagne h3 {
  color: #fff;
  font-weight: 18px;
  font-weight: 700;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.sbm-compagne .intro-compagne h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 20px;
}
.sbm-compagne .intro-compagne p {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 20px;
}

.sbm-page {
  padding: 95px 0;
}
.sbm-page h3 {
  text-align: center;
  color: #121212;
  font-size: 14px;
  font-weight: 700;
}
.sbm-page h2 {
  text-align: center;
  color: #121212;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 55px;
}

.box-page {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 12px;
  aspect-ratio: 2/1;
  max-width: 706px;
  width: 100%;
  margin: 0 auto;
}
.box-page img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 1er = big à gauche (50% = 2 colonnes, 2 lignes) */
.box-page > :nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}

/* 2 à 5 = petits à droite (2 colonnes) en 2x2 */
.box-page > :nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}

.box-page > :nth-child(3) {
  grid-column: 4;
  grid-row: 1;
}

.box-page > :nth-child(4) {
  grid-column: 3;
  grid-row: 2;
}

.box-page > :nth-child(5) {
  grid-column: 4;
  grid-row: 2;
}

@media (max-width: 768px) {
  .box-page {
    grid-template-columns: 1fr; /* 100% */
    grid-template-rows: auto;
    height: auto; /* important */
  }
  /* on remet le flow normal, un bloc par ligne */
  .box-page > * {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}
.sbm-mots {
  padding: 100px 0;
}

.box-mots {
  display: flex;
  max-width: 1218px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.box-mots .visu {
  width: 52%;
}
.box-mots .visu img {
  display: block;
  width: 100%;
}
.box-mots .visu p {
  font-size: 25px;
  font-weight: 700;
  padding-top: 25px;
  color: #000;
}
.box-mots .desc {
  width: 48%;
  padding-left: 73px;
}
.box-mots .desc p {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}
.box-mots .desc strong {
  font-weight: 700;
}
.box-mots .desc ul {
  padding-left: 35px;
  padding-bottom: 30px;
  list-style: disc;
}
.box-mots .desc ul li {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
}

.sbm-chiffres {
  padding: 100px 0;
  background: #004a99;
}
.sbm-chiffres h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 70px;
  text-align: center;
}

.box-chiffres {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 175px;
  padding-top: 70px;
}
.box-chiffres .item-chiffre {
  text-align: center;
  font-size: 42px;
  color: #fff;
  font-weight: 500;
}
.box-chiffres .item-chiffre span {
  display: block;
  text-align: center;
  font-size: 69px;
}

.sbm-decouvrir {
  padding: 212px 0 106px 0;
}

.box-decouvrir {
  max-width: 1263px;
  width: 100%;
  max-width: 0 auto;
}
.box-decouvrir h3 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  padding-bottom: 15px;
}
.box-decouvrir h2 {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  padding-bottom: 50px;
}
.box-decouvrir .slide-decouvrir {
  overflow: hidden;
}
.box-decouvrir .item-decouvrir {
  width: 349px;
  position: relative;
}
.box-decouvrir .item-decouvrir img {
  display: block;
  width: 100%;
}
.box-decouvrir .item-decouvrir .desc {
  background: rgba(69, 161, 201, 0.8588235294);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  padding: 21px;
}
.box-decouvrir .control-slide {
  width: 100px;
  height: 40px;
  margin: 30px auto 0 auto;
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
.box-decouvrir .control-slide .swiper-button-next,
.box-decouvrir .control-slide .swiper-button-prev {
  position: static;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  background: #004a99;
  border-radius: 50%;
  opacity: 1;
}
.box-decouvrir .control-slide .swiper-button-next:after,
.box-decouvrir .control-slide .swiper-button-prev:after {
  font-size: 16px;
  color: #fff;
}
.box-decouvrir .control-slide .swiper-button-next.swiper-button-disabled,
.box-decouvrir .control-slide .swiper-button-prev.swiper-button-disabled {
  background: #e0e0e0;
}
.box-decouvrir .control-slide .swiper-button-next.swiper-button-disabled:after,
.box-decouvrir .control-slide .swiper-button-prev.swiper-button-disabled:after {
  color: #004a99;
}

.sbm-cart {
  padding: 175px 0;
  background: #2b5a99;
}

.box-cart {
  max-width: 1385px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-cart img {
  max-width: 100%;
}

.sbm-assemble {
  padding: 48px 0 175px 0;
  background: #0e5eb3;
}
.sbm-assemble h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.sbm-assemble h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 60px;
}

.box-assemble {
  display: grid;
  grid-template-columns: 51% 49%;
  align-items: stretch;
}
.box-assemble .visu {
  flex: 1;
}
.box-assemble .visu img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-assemble .desc {
  min-height: 0; /* IMPORTANT pour que overflow marche en grid */
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 585px;
  padding-top: 15px;
  padding-right: 25px;
  padding-left: 46px;
}
.box-assemble .desc h4 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 30px;
  color: #fff;
}
.box-assemble .desc p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
.box-assemble .desc::-webkit-scrollbar {
  width: 17px; /* largeur scrollbar verticale */
}
.box-assemble .desc::-webkit-scrollbar-track {
  background: #fff; /* fond (track) */
  border-radius: 999px;
}
.box-assemble .desc::-webkit-scrollbar-thumb {
  background: #8e9399; /* “poignée” */
  border-radius: 999px;
  border: none; /* effet padding autour */
}

.sbm-communication {
  padding: 106px 0;
}
.sbm-communication h3 {
  font-size: 20px;
  font-weight: 700;
  color: #004a99;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.sbm-communication h2 {
  font-size: 38px;
  font-weight: 700;
  color: #004a99;
  padding-bottom: 25px;
}

.box-communication {
  max-width: 1040px;
  width: 100%;
}
.box-communication p {
  font-size: 22px;
  line-height: 1.6;
  color: #000;
  padding-bottom: 35px;
}

.sbm-note {
  padding: 70px 0;
  background: #0eb1ce;
}
.sbm-note p {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}

.sbm-politique-rh {
  padding: 120px 0;
}

.box-politique-rh {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
  align-items: center;
}
.box-politique-rh .visu {
  width: 50%;
}
.box-politique-rh .visu img {
  display: block;
  width: 100%;
}
.box-politique-rh .desc {
  width: 50%;
  padding-left: 80px;
}
.box-politique-rh .desc h2 {
  font-size: 38px;
  font-weight: 700;
  color: #004a99;
  padding-bottom: 25px;
}
.box-politique-rh .desc h3 {
  font-size: 20px;
  font-weight: 700;
  color: #004a99;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.box-politique-rh .desc h4 {
  font-weight: 700;
  font-size: 16px;
  color: #004a99;
}
.box-politique-rh .desc p {
  font-size: 16px;
  color: #353535;
  line-height: 1.4;
  padding-bottom: 20px;
}

.box-certifications {
  padding: 50px 0;
}
.box-certifications h2 {
  font-size: 38px;
  font-weight: 700;
  color: #004a99;
  padding-bottom: 25px;
}

.items-cetification {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sbm-politique-rse {
  padding: 90px 0;
  background: #0e5eb3;
}
.sbm-politique-rse h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 15px;
}
.sbm-politique-rse h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 30px;
}

.box-polique-rse {
  max-width: 1040px;
  width: 100%;
  padding-bottom: 70px;
}
.box-polique-rse p {
  font-size: 20px;
  color: #f8f8f8;
  line-height: 1.6;
  padding-bottom: 25px;
}
.box-polique-rse strong {
  font-weight: 700;
}
.box-polique-rse ol {
  padding-left: 35px;
  list-style: decimal;
}
.box-polique-rse ol li {
  font-size: 20px;
  color: #f8f8f8;
  line-height: 1.6;
  padding-bottom: 10px;
}
.box-polique-rse ol li strong {
  display: block;
}

.box-download h2 {
  padding-bottom: 50px;
  font-weight: 38px;
  font-weight: 700;
  color: #fff;
}
.box-download .items-file {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
}
.box-download .items-file .item-file {
  width: 329px;
  background: #fff;
  border-radius: 32px;
  padding: 34px 36px;
}
.box-download .items-file .item-file span {
  display: block;
  font-weight: 14px;
  color: rgba(0, 0, 0, 0.5019607843);
  padding-bottom: 20px;
}
.box-download .items-file .item-file p {
  font-size: 28px;
  color: #000;
  font-weight: 700;
  padding-bottom: 25px;
}
.box-download .items-file .item-file .see-more {
  border-radius: 32px;
  font-size: 20px;
  padding: 12px 24px;
  font-weight: 400;
}

.sbm-charte {
  padding: 90px 0;
  background: #004a99;
}
.sbm-charte h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 25px;
}
.sbm-charte h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.sbm-charte h4 {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 35px;
}

.box-charte {
  display: flex;
  flex-wrap: wrap;
  max-width: 1040px;
  width: 100%;
  gap: 1px;
}
.box-charte .item-charte {
  width: calc((100% - 3px) / 4);
  padding: 45px;
  background: #0e5eb3;
  min-height: 675px;
  text-align: center;
}
.box-charte .item-charte .ico-chart {
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.box-charte .item-charte:nth-child(even) {
  background: #45a1c9;
}
.box-charte .item-charte p {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
}

.sbm-drive {
  padding: 170px 0 70px 0;
}
.sbm-drive h2 {
  font-size: 38px;
  font-weight: 700;
  color: #004a99;
  padding-bottom: 30px;
}
.sbm-drive .intro-drive {
  max-width: 1040px;
  width: 100%;
  padding-bottom: 90px;
}
.sbm-drive .intro-drive p {
  font-size: 22px;
  line-height: 1.4;
}

.item-drive {
  position: relative;
  display: flex;
  align-items: end;
  min-height: 420px;
  max-width: 1195px;
  width: 100%;
  margin-bottom: 180px;
}
.item-drive:nth-child(even) {
  justify-content: end;
}
.item-drive:nth-child(even) .pv__card {
  right: inherit;
  left: 0;
}

/* Image à gauche */
.pv__media {
  height: 100%;
  overflow: hidden;
  padding-bottom: 90px;
  width: 640px;
}

.pv__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 28px;
}

.pv__card {
  position: absolute;
  top: 384px;
  right: 0;
  background: rgba(255, 255, 255, 0.92);
  padding: 55px 80px;
  max-width: 800px;
  z-index: 2;
  border-radius: 28px;
}

.pv__card h3 {
  padding-bottom: 30px;
  font-size: 36px;
  font-weight: 700;
}

.pv__card p {
  margin: 0;
  line-height: 1.4;
  color: #000000;
  font-size: 18px;
}

/* Responsive */
@media (max-width: 992px) {
  .pv {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .pv__card {
    margin-left: 0;
    margin-top: -40px; /* carte qui chevauche vers le haut */
    width: min(92%, 700px);
    justify-self: center;
  }
}
.sbm-contact {
  padding: 143px 0;
  background: rgba(0, 74, 153, 0.0509803922);
}

.box-form {
  display: flex;
  align-items: center;
  margin-bottom: 140px;
}
.box-form .visu {
  width: 45%;
}
.box-form .visu img {
  display: block;
  width: 100%;
}

.form-contact {
  background: rgba(255, 255, 255, 0.8980392157);
  padding: 72px 95px;
  border-radius: 32px;
  width: 55%;
  margin-left: -95px;
}
.form-contact h3 {
  font-size: 20px;
  color: #004a99;
  font-weight: 700;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.form-contact h2 {
  font-size: 38px;
  color: #004a99;
  font-weight: 700;
  padding-bottom: 32px;
}
.form-contact p {
  font-size: 19px;
  color: #000;
  padding-bottom: 32px;
}

.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;
  font-weight: 500;
  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: 0 16px;
  font-size: 18px;
  color: #5d596c;
  border-radius: 28px;
  font-family: "Ubuntu", sans-serif;
}
.form textarea {
  height: 152px;
  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 {
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 0 32px;
  transition: all 0.3s;
  display: inline-block;
  position: relative;
  height: 48px;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 42px;
}
.form button:hover {
  background: #fff;
  color: #fff;
}

.box-map {
  width: 100%;
  height: 640px;
  border-radius: 28px;
  overflow: hidden;
}
.box-map iframe {
  width: 100%;
  height: 100%;
}

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

.box-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.box-cards .item-card {
  width: calc((100% - 80px) / 3);
  border: 1px solid #cbbb9f;
}
.box-cards .item-card .visu img {
  display: block;
  width: 100%;
}
.box-cards .item-card .desc {
  padding: 40px 24px;
  text-align: center;
}
.box-cards .item-card .desc .label-card {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  padding-bottom: 10px;
  letter-spacing: 2px;
}
.box-cards .item-card .desc p {
  font-size: 18px;
  color: #000;
  padding: 0 30px;
  padding-bottom: 22px;
  letter-spacing: 2px;
  line-height: 1.2;
}

.sbm-presentation {
  background: #fff;
  padding: 140px 0;
}

.item-press {
  max-width: 1184px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 140px;
}
.item-press .visu {
  width: 424px;
}
.item-press .visu img {
  width: 100%;
  display: block;
}
.item-press .desc {
  width: calc(100% - 424px);
  padding-left: 74px;
}
.item-press .desc h3 {
  font-size: 20px;
  font-weight: 700;
  color: #004a99;
  padding-bottom: 15px;
  padding-top: 25px;
  text-transform: uppercase;
}
.item-press .desc h2 {
  font-size: 38px;
  font-weight: 700;
  color: #004a99;
  padding-bottom: 25px;
}
.item-press .desc p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

.cart-action {
  max-width: 1184px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 140px;
}
.cart-action .visu {
  width: 52%;
}
.cart-action .visu img {
  width: 100%;
  display: block;
}
.cart-action .desc {
  width: 48%;
  padding-right: 77px;
}
.cart-action .desc h3 {
  font-size: 20px;
  font-weight: 700;
  color: #004a99;
  padding-bottom: 15px;
  padding-top: 25px;
  text-transform: uppercase;
}
.cart-action .desc h2 {
  font-size: 38px;
  font-weight: 700;
  color: #004a99;
  padding-bottom: 25px;
}
.cart-action .desc strong {
  font-weight: 700;
}
.cart-action .desc p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  padding-bottom: 20px;
}

.sbm-consiel {
  padding-bottom: 160px;
}

.box-consiel {
  max-width: 1184px;
  width: 100%;
}
.box-consiel .intro-consiel {
  max-width: 520px;
  width: 100%;
  padding-bottom: 60px;
}
.box-consiel .intro-consiel h2 {
  font-size: 38px;
  font-weight: 700;
  color: #004a99;
  padding-bottom: 25px;
}
.box-consiel .intro-consiel p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  padding-bottom: 20px;
}
.box-consiel .items-consiel {
  max-width: 1125px;
  width: 100%;
  display: flex;
  gap: 17px;
  margin: 0 auto;
}
.box-consiel .items-consiel .item-conseil {
  border: 7px solid #004a99;
  padding: 50px 25px 25px;
  border-top-left-radius: 150px;
  border-top-right-radius: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% - 51px) / 4);
}
.box-consiel .items-consiel .item-conseil .icon-conseil {
  padding-bottom: 25px;
}
.box-consiel .items-consiel .item-conseil span {
  font-size: 42px;
  font-weight: 700;
  color: #004a99;
  padding-bottom: 20px;
}
.box-consiel .items-consiel .item-conseil p {
  font-size: 23px;
  font-weight: 700;
  color: #004a99;
  padding-bottom: 20px;
  text-align: center;
}

.sbm-perso {
  background: #0e5eb3;
  padding: 90px 0;
}
.sbm-perso p {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 70px;
}

.box-perso {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.box-perso .item-perso {
  width: calc((100% - 60px) / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 20px;
}
.box-perso .item-perso .visu img {
  display: block;
  width: 100%;
}
.box-perso .item-perso .name {
  font-size: 22px;
  font-weight: 700;
  color: #88c1fe;
  padding-bottom: 10px;
}
.box-perso .item-perso .role {
  font-size: 16px;
  font-weight: 700;
  color: #cfcfcf;
  padding: 0 20px;
  text-align: center;
  line-height: 1.4;
}

.sbm-metiers {
  padding: 145px 0 100px 0;
}

.intro-metiers {
  padding-bottom: 90px;
  max-width: 934px;
  width: 100%;
  margin: 0 auto;
}
.intro-metiers p {
  text-align: center;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.4;
}

.box-meties {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
}
.box-meties .card-metiers {
  width: calc((100% - 38px) / 3);
}
.box-meties .card-metiers .visu img {
  display: block;
  width: 100%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.box-meties .card-metiers .desc {
  padding: 40px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  border: 1px solid rgba(0, 74, 153, 0.1215686275);
}
.box-meties .card-metiers .desc h4 {
  font-size: 20px;
  font-weight: 700;
  color: #004a99;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.box-meties .card-metiers .desc p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
}

.intro-pres {
  padding: 90px 0 140px 0;
}

.box-pres {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
.box-pres p {
  font-size: 22px;
  color: #000;
  line-height: 1.5;
  padding-bottom: 25px;
}

.agl-categories {
  padding: 96px 0;
  background: #fff;
}
.agl-categories h2 {
  text-align: center;
  padding-bottom: 40px;
  font-size: 38px;
  font-weight: bold;
}

.box-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
.box-categories .item-categories {
  width: calc((100% - 120px) / 4);
  background: #fffbf6;
  border: 1px solid #cbbb9f;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.box-categories .item-categories span {
  font-size: 24px;
  font-weight: bold;
  color: #282115;
  text-align: center;
}

.agl-portfolio {
  padding: 96px 0;
  background: #fff;
  overflow: hidden;
}
.agl-portfolio h2 {
  text-align: center;
  padding-bottom: 40px;
  font-size: 38px;
  font-weight: bold;
}

.slide-portfolio {
  position: relative;
}
.slide-portfolio .item-portfolio {
  width: auto;
}
.slide-portfolio .swiper-pagination {
  bottom: -40px;
}
.slide-portfolio .swiper-pagination .swiper-pagination-bullet-active {
  background: #000;
}

.agl-card-folio {
  background: #fff;
  padding: 96px 0;
}

.box-card-folio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 80px;
}
.box-card-folio .visu {
  width: calc((100% - 80px) / 3);
}
.box-card-folio .visu img {
  display: block;
  width: 100%;
}
.box-card-folio .desc {
  width: calc(0.6666666667 * (100% - 80px));
}
.box-card-folio .desc h2 {
  font-size: 38px;
  color: #030606;
  font-weight: bold;
  letter-spacing: 1.5px;
  padding-bottom: 24px;
  max-width: 390px;
}
.box-card-folio .desc p {
  font-size: 16px;
  color: #353535;
  line-height: 1.3;
  letter-spacing: 1.5px;
  padding-bottom: 24px;
}

.sbm-structure {
  text-align: center;
  padding: 60px 0 140px 0;
  background: #fafafa;
}
.sbm-structure img {
  max-width: 100%;
}

.infos-product {
  padding: 102px 0 146px 0;
}

.box-infos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.box-infos .list-infos {
  max-width: 482px;
  width: 100%;
}
.box-infos .list-infos h3 {
  font-size: 22px;
  text-transform: uppercase;
  color: #004a99;
  font-weight: 700;
  padding-bottom: 15px;
}
.box-infos .list-infos h4 {
  font-size: 22px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  padding-bottom: 35px;
}
.box-infos .list-infos .line-info {
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
}
.box-infos .list-infos .line-info .label {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.box-infos .list-infos .line-info .value {
  font-size: 18px;
  color: #000;
}
.box-infos .list-infos .line-info.head-info {
  background: rgba(39, 139, 243, 0.1882352941);
  border: none;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.box-infos .list-infos .line-info.head-info .label {
  font-size: 20px;
  font-weight: 700;
}
.box-infos .list-infos .line-info.head-info .value {
  font-size: 20px;
  font-weight: 700;
}
.box-infos .desc-infos {
  max-width: 503px;
  width: 100%;
}
.box-infos .desc-infos .logo-product {
  padding-bottom: 35px;
}
.box-infos .desc-infos .logo-product img {
  max-width: 100%;
}
.box-infos .desc-infos p {
  font-size: 16px;
  color: #353535;
  line-height: 1.4;
  padding-bottom: 15px;
}
.box-infos .desc-infos .more-info {
  display: flex;
  gap: 16px;
  align-items: center;
}
.box-infos .desc-infos .more-info span {
  font-size: 22px;
  font-weight: 700;
  color: #121212;
}
.box-infos .desc-infos .more-info ul {
  display: flex;
  gap: 16px;
}
.box-infos .desc-infos .more-info ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #004a99;
  border-radius: 50%;
}

.illus-product {
  height: 1138px;
  background-attachment: fixed;
  position: relative;
}
.illus-product .desc-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}
.illus-product .content-illu {
  padding-top: 100px;
  padding-bottom: 120px;
  max-width: 650px;
  width: 100%;
}
.illus-product .content-illu h2 {
  padding-bottom: 45px;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
}
.illus-product .content-illu p {
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  font-weight: 500;
  max-width: 400px;
  width: 100%;
  padding-bottom: 60px;
}
.illus-product .content-illu .options {
  padding-bottom: 55px;
}
.illus-product .content-illu .options span {
  display: flex;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  font-weight: 700;
}
.illus-product .content-illu .logos {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 55px;
}
.illus-product .content-illu h3 {
  font-size: 19px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 25px;
}
.illus-product .content-illu .avis {
  padding-bottom: 70px;
}
.illus-product .content-illu .avis .line-avis {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 20px;
}
.illus-product .content-illu .avis .line-avis .label {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  width: 85px;
}
.illus-product .content-illu .avis .line-avis .starts {
  display: flex;
  align-items: center;
  gap: 8px;
}
.illus-product .content-illu .aussi h3 {
  font-size: 19px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 35px;
}
.illus-product .content-illu .aussi .links {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
}
.illus-product .content-illu .aussi .links a {
  border: 1px solid #fff;
  padding: 14px 44px;
  font-size: 19px;
  color: #fff;
  font-weight: 700;
  transition: all 0.3s;
  text-decoration: none;
}
.illus-product .content-illu .aussi .links a.active, .illus-product .content-illu .aussi .links a:hover {
  color: #2c2c2c;
  background: #fff;
}

.product-cross {
  padding-bottom: 200px;
}
.product-cross .container {
  position: relative;
  overflow: hidden;
}
.product-cross h3 {
  font-size: 14px;
  font-weight: 700;
  color: #121212;
  padding-bottom: 15px;
}
.product-cross h2 {
  font-size: 22px;
  font-weight: 700;
  color: #121212;
  padding-bottom: 90px;
}
.product-cross .slide-cross img {
  display: block;
  width: 100%;
}
.product-cross .item-cross {
  overflow: hidden;
}
.product-cross .item-cross img {
  transition: all 0.3s;
}
.product-cross .item-cross:hover img {
  transform: scale(1.08);
}
.product-cross .control-slide {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 40px;
  margin: 30px auto 0 auto;
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
.product-cross .control-slide .swiper-button-next,
.product-cross .control-slide .swiper-button-prev {
  position: static;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  background: #004a99;
  border-radius: 50%;
  opacity: 1;
}
.product-cross .control-slide .swiper-button-next:after,
.product-cross .control-slide .swiper-button-prev:after {
  font-size: 16px;
  color: #fff;
}
.product-cross .control-slide .swiper-button-next.swiper-button-disabled,
.product-cross .control-slide .swiper-button-prev.swiper-button-disabled {
  background: #e0e0e0;
}
.product-cross .control-slide .swiper-button-next.swiper-button-disabled:after,
.product-cross .control-slide .swiper-button-prev.swiper-button-disabled:after {
  color: #004a99;
}

.note-product {
  padding: 75px 0 140px 0;
}
.note-product h2 {
  font-size: 48px;
  font-weight: 700;
  color: #e30500;
  padding-bottom: 40px;
  max-width: 737px;
}
.note-product h2 img {
  max-width: 100%;
}
.note-product p {
  max-width: 737px;
  width: 100%;
  color: #353535;
  line-height: 1.4;
}

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

.sbm-offres {
  padding: 68px 0 61px 0;
  overflow: hidden;
}
.sbm-offres .container {
  position: relative;
}
.sbm-offres h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0e5eb3;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.sbm-offres h2 {
  font-size: 38px;
  font-weight: 700;
  color: #0e5eb3;
  padding-bottom: 90px;
}

.slide-offres {
  padding-bottom: 60px;
}
.slide-offres .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
.slide-offres .item-offres {
  border: 1px solid #bebebe;
  border-radius: 38px;
  padding: 30px 45px 15px 45px;
  width: 464px;
}
.slide-offres .item-offres .date {
  font-size: 18px;
  font-weight: 700;
  color: #0e5eb3;
  padding-bottom: 5px;
}
.slide-offres .item-offres .contry {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  padding-bottom: 15px;
}
.slide-offres .item-offres .desc {
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  padding-bottom: 15px;
}
.slide-offres .control-slide {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 40px;
  margin: 30px auto 0 auto;
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
.slide-offres .control-slide .swiper-button-next,
.slide-offres .control-slide .swiper-button-prev {
  position: static;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  background: #004a99;
  border-radius: 50%;
  opacity: 1;
}
.slide-offres .control-slide .swiper-button-next:after,
.slide-offres .control-slide .swiper-button-prev:after {
  font-size: 16px;
  color: #fff;
}
.slide-offres .control-slide .swiper-button-next.swiper-button-disabled,
.slide-offres .control-slide .swiper-button-prev.swiper-button-disabled {
  background: #e0e0e0;
}
.slide-offres .control-slide .swiper-button-next.swiper-button-disabled:after,
.slide-offres .control-slide .swiper-button-prev.swiper-button-disabled:after {
  color: #004a99;
}
.slide-offres .see-more {
  border-radius: 42px;
}

.carrieres-contact {
  background: #0e5eb3;
  padding: 90px 0 200px 0;
}
.carrieres-contact h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.carrieres-contact h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 30px;
}
.carrieres-contact p {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 35px;
}

.form-carriers {
  max-width: 520px;
  width: 100%;
}
.form-carriers .form label {
  color: #fff;
}
.form-carriers .form button {
  background: #fff;
  color: #004a99;
  border: 1px solid #fff;
}
.form-carriers .form button:hover {
  color: #fff;
  background: #004a99;
}

.detail-post {
  padding: 50px 0 100px;
}

.link-back {
  border: 1px solid #919191;
  color: #1f242c;
  font-size: 16px;
  border-radius: 40px;
  text-decoration: none;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  gap: 10px;
  padding: 16px 32px;
}

.box-poste {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
.box-poste .head-poste {
  position: relative;
  margin-bottom: 40px;
  padding-right: 140px;
}
.box-poste .head-poste h3 {
  font-size: 20px;
  font-weight: 700;
  color: #004a99;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.box-poste .head-poste h2 {
  font-size: 38px;
  font-weight: 700;
  color: #004a99;
}
.box-poste .body-poste .item-desc {
  padding-bottom: 40px;
}
.box-poste .body-poste p,
.box-poste .body-poste li {
  font-size: 20px;
  color: #000;
  line-height: 1.7;
}
.box-poste .body-poste h4 {
  font-size: 20px;
  color: #004a99;
  font-weight: 700;
  padding-bottom: 25px;
}
.box-poste .body-poste ul {
  padding-left: 30px;
  list-style: disc;
}
.box-poste .body-poste ol {
  padding-left: 30px;
  list-style: decimal;
}

.sbm-rapport {
  background: #0e5eb3;
  padding: 63px 0 200px 0;
}

.filter-rapport {
  padding-bottom: 66px;
}
.filter-rapport h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 80px;
}
.filter-rapport .filter-options {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  align-items: center;
}
.filter-rapport .filter-options .item-option {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.filter-rapport .filter-options .item-option label {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}
.filter-rapport .filter-options .item-option select {
  height: 54px;
  border-radius: 32px;
  padding: 16px 24px;
  width: 236px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../../images/icon-select.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.list-rapport .item-rapport {
  background: #e7eff7;
  border-radius: 32px;
  margin-bottom: 38px;
  padding: 34px 36px;
  min-height: 172px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.list-rapport .item-rapport span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5019607843);
  display: block;
  padding-bottom: 20px;
}
.list-rapport .item-rapport p {
  font-size: 28px;
  font-weight: 700;
  color: #000;
}
.list-rapport .item-rapport a {
  text-decoration: none;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 16px 32px;
  border-radius: 32px;
  transition: all 0.3s;
  align-self: center;
  font-weight: 500;
}
.list-rapport .item-rapport a:hover {
  background: #fff;
  color: #000;
}

.pages {
  padding-top: 70px;
}
.pages ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.pages ul li {
  font-size: 16px;
  color: #fff;
}
.pages ul li.current {
  font-size: 27px;
  text-decoration: underline;
}
.pages ul li a {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.pages ul li a.prev, .pages ul li a.next {
  display: flex;
  width: 43px;
  height: 43px;
  background: #fff;
  border-radius: 50%;
}
.pages ul li a.prev.disable, .pages ul li a.next.disable {
  opacity: 0.5;
}
.pages ul li a.prev:after, .pages ul li a.next:after {
  content: "";
  display: block;
  width: 9px;
  height: 17px;
  background: url(../../images/icon-chevron-right.svg) center no-repeat;
}
.pages ul li a.prev:after {
  transform: rotate(180deg);
}

.sbm-news {
  padding: 63px 0 120px 0;
}

.filter-news {
  padding-bottom: 86px;
}
.filter-news label {
  display: block;
  color: #4b465c;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 8px;
}
.filter-news select {
  height: 43px;
  border-radius: 32px;
  padding: 8px 24px;
  max-width: 330px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../../images/icon-select-light.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  border: 1px solid #dbdade;
  color: rgba(75, 70, 92, 0.3960784314);
}

.list-news {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.list-news .item-news {
  width: calc((100% - 80px) / 3);
}
.list-news .item-news .visu img {
  display: block;
  width: 100%;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}
.list-news .item-news .desc {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  border: 1px solid rgba(0, 74, 153, 0.5019607843);
  padding: 40px;
}
.list-news .item-news .desc h3 {
  font-size: 22px;
  font-weight: bold;
  color: #030606;
  padding-bottom: 3px;
}
.list-news .item-news .desc h4 {
  font-size: 20px;
  color: #004a99;
  font-weight: 700;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.list-news .item-news .desc p {
  font-size: 18px;
  color: #030606;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.list-news .item-news .desc span {
  display: block;
  font-size: 16px;
  color: #030606;
  font-weight: 700;
  padding-bottom: 15px;
}
.list-news .item-news .desc .see-more {
  border-radius: 40px;
}

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

.sbm-news-single {
  padding: 60px 0 120px 0;
}
.sbm-news-single .link-back {
  position: static;
  width: fit-content;
}

.box-news-single {
  max-width: 1046px;
  width: 100%;
  margin: 0 auto;
  padding-top: 57px;
}
.box-news-single h3 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding-bottom: 15px;
}
.box-news-single h2 {
  font-size: 36px;
  color: #030606;
  font-weight: 700;
  padding-bottom: 15px;
}
.box-news-single .partage {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  padding-bottom: 25px;
}
.box-news-single .partage span {
  font-size: 18px;
  font-weight: 700;
  color: #2a2f35;
}
.box-news-single .partage ul {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.box-news-single .visu {
  padding-bottom: 64px;
}
.box-news-single .visu img {
  display: block;
  width: 100%;
  border: 24px;
}
.box-news-single .desc p {
  font-size: 22px;
  color: #181717;
  font-weight: 500;
  line-height: 1.6;
  padding-bottom: 25px;
}
.box-news-single .desc strong {
  font-weight: 700;
}

.sbm-comite {
  align-items: center;
}
.sbm-comite .desc p {
  padding-bottom: 25px;
}

.even {
  background: #004a99;
}

.agl-marques {
  padding: 96px 0;
  background: #fff;
}
.agl-marques h2 {
  text-align: center;
  padding-bottom: 40px;
  font-size: 38px;
  font-weight: bold;
}

.item-marques {
  padding-bottom: 56px;
}
.item-marques h3 {
  font-size: 28px;
  color: #282115;
  font-weight: bol;
  padding-bottom: 16px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 24px;
}
.item-marques .list-marques {
  display: flex;
  flex-wrap: wrap;
  gap: 112px;
}
.item-marques .list-marques .item-marque {
  width: calc((100% - 560px) / 6);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.item-marques .list-marques .item-marque span {
  font-size: 22px;
  color: #282115;
  font-weight: bold;
}

.agl-recrutement {
  padding: 96px 0;
  background: #f7f4f0;
}

.box-recrutement {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-recrutement .visu {
  width: 350px;
}
.box-recrutement .desc {
  width: calc(100% - 350px);
  padding-left: 80px;
}
.box-recrutement .desc h2 {
  font-size: 38px;
  font-weight: bold;
  color: #030606;
  padding-bottom: 24px;
  letter-spacing: 1.5px;
}
.box-recrutement .desc p {
  font-size: 16px;
  letter-spacing: 1.5px;
  line-height: 1.3;
  padding-bottom: 24px;
}
.box-recrutement .desc a {
  margin: 0;
}

.agl-photos {
  background: #fff;
  padding: 96px 0;
}

.box-photos {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.box-photos .item-photo {
  width: calc((100% - 80px) / 3);
}
.box-photos .item-photo img {
  display: block;
  width: 100%;
}

.agl-com {
  background: #fff;
  padding: 96px 0;
}
.agl-com.odd .box-com {
  flex-direction: row-reverse;
}
.agl-com.odd .box-com .desc {
  width: calc(46% + 64px);
  background: #43361e;
  margin-left: inherit;
  margin-right: -64px;
}
.agl-com.odd .box-com .desc h2,
.agl-com.odd .box-com .desc p {
  color: #fff;
}

.box-com {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-com .illus {
  width: 54%;
  overflow: hidden;
}
.box-com .illus .slide-com {
  position: relative;
}
.box-com .illus .slide-com .swiper-pagination {
  bottom: 25px;
}
.box-com .illus .slide-com .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: #cbbb9f;
  opacity: 1;
}
.box-com .illus .slide-com .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #f3efef;
}
.box-com .desc {
  width: calc(46% + 64px);
  padding: 64px;
  background: #fffbf6;
  border-radius: 16px;
  margin-left: -64px;
  position: relative;
  z-index: 1;
}
.box-com .desc h2 {
  font-size: 48px;
  color: #2a2f35;
  font-weight: bold;
  padding-bottom: 24px;
}
.box-com .desc p {
  font-size: 22px;
  font-weight: bold;
  color: #2a2f35;
  padding-bottom: 25px;
  line-height: 1.2;
}
.box-com .desc p span {
  display: block;
  padding-top: 20px;
}
.box-com .desc a {
  border: 1px solid #004a99;
  background: #004a99;
  padding: 16px 32px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 40px;
  display: inline-block;
  transition: all 0.3s;
  letter-spacing: 1.5px;
}
.box-com .desc a:hover {
  color: #004a99;
  background: #fff;
}

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

.box-candidature {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #cbbb9f;
}

.sbm-accrdion {
  background: #fff;
  padding: 95px 0;
}

.accord {
  width: 100%;
}

.item-accord h3 {
  font-size: 14px;
  font-weight: 700;
  color: #121212;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.item-accord h2 {
  font-size: 22px;
  font-weight: 700;
  color: #121212;
  padding-bottom: 40px;
}

.accord-header {
  padding: 28px 70px 28px 32px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.accord-header .ico-accord {
  position: absolute;
  width: 43px;
  height: 43px;
  top: 15px;
  right: 32px;
  background: rgba(0, 74, 153, 0.1019607843);
  border-radius: 50%;
}
.accord-header .ico-accord:after {
  content: "";
  display: block;
  width: 14px;
  height: 17px;
  background: url(../../images/icon-accord.svg) center no-repeat;
  transform: rotate(0deg);
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -7px;
}
.accord-header.active {
  background: rgba(0, 74, 153, 0.1019607843);
}
.accord-header.active .ico-accord {
  background: #fff;
}
.accord-header.active .ico-accord:after {
  transform: rotate(180deg);
}

.accord-item {
  border-bottom: 1px solid #004a99;
}

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

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

.box-maps {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.box-maps .maps {
  width: calc((100% - 80px) / 2);
  height: 700px;
}
.box-maps .maps iframe {
  width: 100%;
  height: 100%;
}
.box-maps .form-maps {
  width: calc((100% - 80px) / 2);
  border: 1px solid #dbdade;
  border-radius: 16px;
  padding: 40px;
}
.box-maps .form-maps h2 {
  font-size: 24px;
  font-weight: bold;
  color: #2a2f35;
  padding-bottom: 10px;
}
.box-maps .form-maps h3 {
  font-size: 18px;
  color: #2a2f35;
  padding-bottom: 24px;
}
.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 #116731;
  background: #ffe000;
  border-radius: 40px;
  height: 56px;
  color: #116731;
}
.box-maps .form-maps .form button:after {
  background: url(../../images/ico-send.svg) center no-repeat;
}

.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 #004a99;
  color: #004a99;
  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: #004a99;
  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 #004a99;
  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: #004a99;
  background: rgba(0, 74, 153, 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: #004a99;
  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 #004a99;
  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: #004a99;
  background: rgba(0, 74, 153, 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: #004a99;
  border-bottom: 2px solid #004a99;
  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: #004a99;
  border-bottom: 2px solid #004a99;
  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: #004a99;
  border-bottom: 2px solid #004a99;
  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: 15px;
  right: 31px;
  width: 115px;
  height: 24px;
  background: #0e5eb3;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border: 0;
}

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

.menu-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.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-right: 35px;
  }
  .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 #110000;
    border-bottom: 2px solid #110000;
    transform: translate(0, -50%) rotate(45deg);
  }
  .menu li .submenu {
    position: absolute;
    top: 100%;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    background: #004a99;
    min-width: 290px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.04);
    padding-top: 22px;
    padding-bottom: 40px;
  }
  .menu li .submenu li {
    margin-right: 0;
    font-size: 16px;
    position: relative;
  }
  .menu li .submenu li a {
    color: #fff;
    padding: 15px 20px;
    display: block;
    font-size: 15px;
    font-weight: 500;
  }
  .menu li .submenu li a:before {
    right: 15px;
    transform: rotate(-45deg);
  }
  .menu li .submenu li a:hover {
    background: #2666aa;
  }
  .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% + 8px);
    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;
    border-bottom: 1px solid #000;
    font-size: 16px;
  }
  .menu-row .mobile-menu li a {
    color: #2a2f35;
    display: block;
    position: relative;
    padding: 15px 20px;
  }
  .menu-row .mobile-menu li a:hover {
    color: #ffeb3b;
  }
  .menu-row .mobile-menu li a .navtrigger {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: #000;
  }
  .menu-row .mobile-menu li a .navtrigger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 8px;
    width: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .menu-row .mobile-menu li .submenu {
    position: fixed;
    top: 112px;
    left: 100%;
    width: 100%;
    background: #fff;
    height: 100vh;
    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: 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;
  }
}
@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) {
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .head-spacer {
    height: 114px;
  }
  .bar-menu .link-report {
    position: absolute;
    right: 107px;
    top: 40px;
  }
  .inner-menu .menu-rsc {
    display: none;
  }
  .bar-menu {
    padding: 20px 0;
    position: relative;
  }
  .bar-menu .logo-box {
    position: absolute;
    top: 0;
    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;
  }
}
@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:after {
    right: inherit !important;
    left: -82px !important;
  }
  .list-news .item-news {
    width: calc((100% - 40px) / 2);
  }
}
@media only screen and (max-width: 768px) {
  .footer {
    margin-top: 100px;
  }
  .coord-footer {
    border-radius: 24px;
    padding: 32px 20px;
  }
  .box-com .desc,
  .agl-com.odd .box-com .desc {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 25px;
  }
  .form {
    padding-left: 20px;
    padding-right: 20px;
  }
  .form-contact h2 {
    font-size: 31px;
  }
  .inner-banner .container h1 {
    font-size: 31px;
  }
  .inner-banner .container ul li {
    font-size: 13px;
  }
  .inner-banner.hasFnd {
    min-height: 355px;
  }
  .inner-banner.hasFnd .container {
    top: 90px;
  }
  .banner .item-banner {
    height: 480px;
  }
  .banner .item-banner .content-slide p {
    font-size: 31px;
  }
  .box-histoire .left-illu {
    width: 100%;
  }
  .box-histoire .right-illu {
    width: 100%;
  }
  .sbm-histoire {
    padding: 35px 0;
  }
  .box-engegements .visu {
    width: 100%;
  }
  .box-engegements .desc {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
  .box-mots .desc {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
  .box-chiffres .item-chiffre span {
    font-size: 41;
  }
  .box-chiffres .item-chiffre {
    font-size: 22px;
  }
  .box-chiffres {
    gap: 50px;
    padding-top: 10px;
  }
  .box-assemble {
    grid-template-columns: inherit;
  }
  .box-assemble .desc {
    margin-top: 30px;
    padding-left: 0;
  }
  .box-politique-rh .visu {
    width: 100%;
  }
  .box-politique-rh .desc {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
  .box-charte .item-charte {
    width: calc((100% - 1px) / 2);
    min-height: 495px;
  }
  .sbm-drive {
    padding: 30px 0;
  }
  .item-drive {
    flex-wrap: wrap;
  }
  .pv__media {
    width: 100%;
  }
  .pv__card {
    margin: 0;
    width: 100%;
    position: static;
    padding: 35px 15px;
  }
  .box-form {
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
  .form-contact {
    padding: 35px 15px;
    width: 100%;
    margin: 10px 0 0 0;
  }
  .form-contact h3 {
    font-size: 18px;
  }
  .box-form .visu {
    width: 100%;
  }
  .item-press .visu {
    width: 100%;
  }
  .item-press .desc {
    width: 100%;
    padding-left: 0;
    padding-top: 35px;
  }
  .box-consiel .intro-consiel h2 {
    font-size: 25px;
  }
  .sbm-presentation,
  .sbm-contact {
    padding: 35px 0;
  }
  .cart-action,
  .item-press {
    padding-bottom: 35px;
  }
  .cart-action .visu {
    width: 100%;
  }
  .cart-action .desc {
    width: 100%;
    padding-right: 0;
    padding-bottom: 35px;
  }
  .box-consiel .items-consiel {
    flex-wrap: wrap;
  }
  .box-consiel .items-consiel .item-conseil {
    width: calc((100% - 17px) / 2);
  }
  .box-mots .visu {
    width: 100%;
  }
  .box-perso .item-perso {
    width: calc((100% - 20px) / 2);
  }
  .box-meties .card-metiers {
    width: calc((100% - 17px) / 2);
  }
  .box-meties .card-metiers .desc {
    padding: 25px;
  }
  .accord-content {
    padding: 25px;
  }
  .intro-metiers p {
    font-size: 21px;
  }
  .sbm-metiers,
  .sbm-perso,
  .sbm-politique-rh,
  .sbm-timeline,
  .sbm-decouvrir,
  .sbm-mots,
  .sbm-page,
  .sbm-produits,
  .page-deo,
  .sbm-assemble,
  .sbm-communication,
  .sbm-news,
  .carrieres-contact,
  .sbm-rapport {
    padding: 35px 0;
  }
  .sbm-consiel {
    padding-bottom: 35px;
  }
  .item-drive {
    margin-bottom: 35px;
  }
  .pv__card h3 {
    font-size: 27px;
  }
  .banner .item-banner .content-slide {
    padding-bottom: 140px;
  }
  .banner .control-banner {
    bottom: 30px;
  }
  .inner-banner {
    min-height: 320px;
  }
  .list-news .item-news {
    width: 100%;
  }
  .mask-modal .modal-sbm h2 {
    font-size: 27px;
  }
  .slide-offres .item-offres {
    width: 310px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sbm-offres h2 {
    font-size: 27px;
    padding-bottom: 40px;
  }
  .slide-offres .control-slide,
  .product-cross .control-slide {
    margin-top: 0;
  }
  .product-cross {
    padding-bottom: 35px;
  }
  .product-cross h2 {
    font-size: 20px;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 660px) {
  .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;
  }
  .box-meties .card-metiers {
    width: 100%;
  }
  .items-cetification {
    justify-content: center;
    gap: 15px;
  }
  .box-produits .item-produits {
    flex-direction: column;
    gap: 10px;
  }
  .box-produits .swiper-button-next,
  .box-produits .swiper-button-prev {
    display: none;
  }
  .box-produits .all-product {
    position: static;
    margin-top: 30px;
  }
  .list-rapport .item-rapport {
    flex-direction: column;
  }
  .box-decouvrir .item-decouvrir {
    width: 260px;
  }
  .illus-product {
    background-position: right center !important;
  }
  .illus-product .content-illu .avis .line-avis .label {
    font-size: 13px;
  }
  .illus-product .content-illu .avis .line-avis .starts {
    gap: 3px;
  }
}
@media only screen and (max-width: 460px) {
  .box-consiel .items-consiel .item-conseil {
    width: 100%;
  }
  .box-charte .item-charte {
    width: 100%;
  }
  .box-perso .item-perso {
    width: 100%;
  }
}

