/*!*******************************************************************************************************************************************!*\
  !*** 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=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Playball&family=Rubik:ital,wght@0,300..900;1,300..900&family=Teko:wght@300..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) ***!
  \***********************************************************************************************************************************************/
*,
*: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: "Rubik", 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: #F0F0F0;
}

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: 1545px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.bar-menu .link-signaler {
  color: #096D3A;
  border: 1px solid #096D3A;
  font-size: 16px;
  font-weight: 700;
  background: #F7DC40;
  border-radius: 40px;
  padding: 12px 32px;
  text-decoration: none;
  transition: all 0.3s;
}
.bar-menu .link-signaler:hover {
  background: #096D3A;
  color: #F7DC40;
}
.bar-menu .search {
  width: 42px;
  position: relative;
}
.bar-menu .search .btn-search {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #57B33E;
  background: url(../images/ico-search.svg) no-repeat center #096D3A;
}
.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: #096D3A;
  border: 1px solid #096D3A;
  padding: 12px 24px;
  color: #fff;
  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 {
  width: 108px;
  height: 108px;
  position: relative;
}
.sr-logo a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  padding: 15px;
}
.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;
  margin-top: 63px;
}
.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: 24px;
}
.inner-menu .menu-rsc {
  display: flex;
  gap: 16px;
  align-items: center;
}

.banner .item-banner {
  height: 725px;
  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: 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: #096D3A;
  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: #096D3A;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  color: #fff;
}
.banner .swiper-button-next,
.banner .swiper-rtl .swiper-button-prev {
  right: 108px;
}
.banner .swiper-button-prev,
.banner .swiper-rtl .swiper-button-next {
  left: 108px;
}
.banner .swiper-pagination {
  max-width: 1545px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  bottom: 64px;
}
.banner .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F7DC40;
}

.blm-partage {
  position: fixed;
  left: 24px;
  top: 266px;
  z-index: 99;
}
.blm-partage ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blm-partage ul li a {
  display: flex;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.blm-partage ul li a img {
  width: auto;
}
.blm-partage ul li:last-child a {
  background: #000;
}

.intro-home {
  padding: 88px 0 72px 0;
  background: #F0F0F0;
}
.intro-home .intro-home-content {
  max-width: 740px;
  width: 100%;
  padding-bottom: 72px;
}
.intro-home h5 {
  padding-bottom: 45px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.intro-home h5 span {
  color: #57B33E;
}
.intro-home h2 {
  font-family: "Teko", sans-serif;
  font-size: 72px;
  color: #1F242C;
  padding-bottom: 32px;
  font-weight: 700;
}
.intro-home p {
  font-size: 20px;
  color: #1F242C;
  line-height: 1.2;
  padding-bottom: 32px;
}
.intro-home a {
  font-size: 16px;
  border: 1px solid #096D3A;
  background: #096D3A;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  padding: 16px 32px;
  transition: all 0.3s;
  display: inline-block;
}
.intro-home a:hover {
  color: #096D3A;
  background: #fff;
}

.show-more {
  font-size: 16px;
  border: 1px solid #096D3A;
  background: #096D3A;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  padding: 16px 32px;
  transition: all 0.3s;
  display: inline-block;
}
.show-more:hover {
  color: #096D3A;
  background: #fff;
}

.see-more {
  font-size: 16px;
  border: 1px solid #990715;
  background: #990715;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  padding: 16px 32px;
  transition: all 0.3s;
  display: flex;
  width: fit-content;
  margin: 0 auto;
}
.see-more:hover {
  color: #990715;
  background: #fff;
}

.box-numbre {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.box-numbre .item-numbre {
  width: calc((100% - 96px) / 4);
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding: 48px 48px 95px 48px;
}
.box-numbre .item-numbre .numbre {
  font-weight: 700;
  font-size: 55px;
  color: #096D3A;
}
.box-numbre .item-numbre .label-numbre {
  font-size: 21px;
  font-weight: 500;
  color: #1F242C;
}

.title-section h2 {
  font-family: "Teko", sans-serif;
  font-size: 83px;
  color: #096D3A;
  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%;
}

.blm-vins {
  padding: 88px 0;
  background: #F0F0F0;
}
.blm-vins .container {
  overflow: hidden;
}
.blm-vins .title-section h2 {
  margin: 0 auto;
}
.blm-vins .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  background: #ccc;
}
.blm-vins .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}

.slide-vins {
  padding-top: 45px;
  padding-bottom: 65px;
  position: relative;
}

.item-vins {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  border-radius: 16px;
  padding: 40px;
  transition: all 0.3s;
  transform-origin: bottom center;
  transform: scaleY(1);
}
.item-vins .visu img {
  transition: all 0.3s;
  transform-origin: bottom center;
}
.item-vins:hover {
  transform: scaleY(1.05);
}
.item-vins:hover .visu img {
  transform: scale(1.3);
}

.blm-products {
  padding: 88px 0;
  background: #F0F0F0;
}
.blm-products .container {
  overflow: hidden;
  position: relative;
}
.blm-products .title-section h2 {
  margin: 0 auto;
}
.blm-products .title-section p {
  max-width: 600px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.slide-products {
  width: 277px;
  margin: 0 auto;
  padding-top: 168px;
  padding-bottom: 100px;
}
.slide-products .swiper-wrapper {
  align-items: end;
}
.slide-products .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  opacity: 1;
  background: #ccc;
}
.slide-products .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.slide-products .swiper-button-next,
.slide-products .swiper-button-prev {
  color: #096D3A;
  top: 52%;
}
.slide-products .swiper-pagination {
  bottom: 100px;
}

.wrrap-prods {
  max-width: 1670px;
  width: 100%;
  margin: 0 auto;
  padding: 0 77px;
  position: relative;
}
.wrrap-prods .over-prod {
  overflow: hidden;
}
.wrrap-prods .see-more {
  margin-top: 60px;
}

.item-product {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  padding: 40px;
  width: 277px;
  position: relative;
}
.item-product .msq-item {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 16px;
  transition: all 0.3s;
  transform-origin: bottom center;
  transform: scaleY(1);
}
.item-product .visu img {
  transition: all 0.3s;
  transform-origin: bottom center;
}
.item-product .name {
  font-size: 20px;
  text-align: center;
  color: #1F242C;
  line-height: 1.4;
}
.item-product .name span {
  display: block;
  text-align: center;
}
.item-product .show-more {
  display: none;
}
.item-product:hover .visu img {
  transform: scale(1.4);
}
.item-product:hover .name {
  color: #096D3A;
  font-weight: 700;
}
.item-product:hover .name span {
  font-weight: 400;
}
.item-product:hover .show-more {
  display: flex;
}

.blm-events {
  padding: 88px 0;
  background: #F0F0F0;
}
.blm-events h2 {
  text-align: left;
}
.blm-events .see-more {
  margin-top: 72px;
}

.box-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.box-cards .item-card {
  position: relative;
  width: calc((100% - 64px) / 3);
  padding-bottom: 58px;
}
.box-cards .item-card .visu {
  position: relative;
}
.box-cards .item-card .visu img {
  display: block;
  width: 100%;
  border-radius: 16px;
}
.box-cards .item-card .visu .ico-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-cards .item-card .visu .ico-play img {
  width: auto;
}
.box-cards .item-card .infos-card {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 24px;
  display: flex;
  gap: 16px;
  flex-direction: column;
  flex-direction: column;
  align-items: end;
}
.box-cards .item-card .infos-card .date-t2 {
  padding: 16px;
  border-radius: 8px;
  background: #10853D;
  display: flex;
  gap: 8px;
  width: 170px;
  align-items: center;
  height: 103px;
}
.box-cards .item-card .infos-card .date-t2 .day {
  font-size: 113px;
  font-family: "Teko", sans-serif;
  color: #fff;
  position: relative;
  bottom: -8px;
}
.box-cards .item-card .infos-card .date-t2 .year {
  font-size: 46px;
  font-family: "Teko", sans-serif;
  color: #fff;
  line-height: 0.9;
}
.box-cards .item-card .infos-card .date-t1 {
  padding: 16px;
  border-radius: 8px;
  background: #10853D;
  display: flex;
  gap: 8px;
  width: 115px;
  align-items: center;
  height: 47px;
  font-family: "Teko", sans-serif;
  font-size: 24px;
  color: #fff;
}
.box-cards .item-card .infos-card .detail-card {
  padding: 24px 32px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.box-cards .item-card .infos-card .detail-card h4 {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  font-size: 21px;
  padding-bottom: 5px;
}
.box-cards .item-card .infos-card .detail-card p {
  font-size: 16px;
  color: #565872;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 16px;
}
.box-cards .item-card .infos-card .detail-card a {
  color: #096D3A;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
}
.box-cards.box-cards-video .item-card {
  padding-bottom: 120px;
}

.blm-actus {
  padding: 88px 0;
  background: #F0F0F0;
}
.blm-actus h2 {
  text-align: left;
}
.blm-actus .see-more {
  margin-top: 72px;
}

.blm-responsibilite {
  padding: 88px 0;
  background: #096D3A;
}
.blm-responsibilite h2 {
  text-align: left;
  color: #fff;
}
.blm-responsibilite .see-more {
  margin-top: 72px;
  background: #fff;
  color: #1F242C;
  border: 1px solid #096D3A;
}

.blm-newslettre {
  padding: 88px 0;
  background: #F0F0F0;
}
.blm-newslettre .title-section h2 {
  text-align: left;
}

.box-newslettre {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.box-newslettre .form-news {
  width: calc(40% - 16px);
}
.box-newslettre .form-news p {
  color: #1F242C;
  font-size: 20px;
  line-height: 1.1;
  padding-bottom: 25px;
}
.box-newslettre .actu-news {
  width: calc(60% - 16px);
  position: relative;
  padding-bottom: 58px;
}
.box-newslettre .actu-news .card-news .visu img {
  display: block;
  width: 100%;
  height: auto;
}
.box-newslettre .actu-news .infos-card {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 24px;
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: end;
}
.box-newslettre .actu-news .date-t1 {
  padding: 16px;
  border-radius: 8px;
  background: #10853D;
  display: flex;
  gap: 8px;
  width: 115px;
  align-items: center;
  height: 47px;
  font-family: "Teko", sans-serif;
  font-size: 24px;
  color: #fff;
}
.box-newslettre .actu-news .detail-card {
  padding: 24px 32px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.box-newslettre .actu-news .detail-card h5 {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  font-size: 21px;
  padding-bottom: 5px;
}
.box-newslettre .actu-news .detail-card p {
  font-size: 16px;
  color: #565872;
  line-height: 1.2;
}
.box-newslettre .actu-news .detail-card a {
  margin: 15px 0 0 0;
}

.form label {
  display: block;
  font-size: 18px;
  color: #4B465C;
  padding-bottom: 5px;
}
.form input[type=text],
.form input[type=email],
.form textarea,
.form select {
  display: block;
  width: 100%;
  border: 1px solid #DBDADE;
  background: #fff;
  border-radius: 6px;
  height: 54px;
  font-size: 18px;
  padding: 0 15px;
  font-family: "Rubik", sans-serif;
}
.form textarea {
  height: 152px;
  padding-top: 10px;
}
.form input[type=submit] {
  font-size: 16px;
  border: 1px solid #096D3A;
  background: #096D3A;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  padding: 16px 32px;
  transition: all 0.3s;
  display: inline-block;
  font-family: "Rubik", sans-serif;
}
.form input[type=submit]:hover {
  color: #096D3A;
  background: #fff;
}
.form .rdiobox {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.form .row-form {
  padding-bottom: 24px;
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
}
.form .row-action {
  text-align: center;
  padding-bottom: 24px;
}
.form .col-option-1 {
  width: 100%;
}
.form .col-option-radio {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
}
.form .col-option-radio span {
  font-size: 18px;
  color: #5D596C;
}
.form .col-option-radio label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form input[type=radio] {
  accent-color: #096D3A;
  /* couleur du cercle et du point */
  width: 24px;
  height: 24px;
}
.form .col-option-2 {
  width: calc((100% - 24px) / 2);
}

.btm-video {
  padding: 88px 0;
  background: #F0F0F0;
}

.video-player {
  position: relative;
  width: 100%;
}
.video-player video {
  border-radius: 32px;
  overflow: hidden;
}

.video-player video {
  width: 100%;
  display: block;
}

.controls {
  display: flex;
  gap: 10px;
  width: 80px;
  align-items: center;
  position: absolute;
  top: 24px;
  right: 32px;
  z-index: 1;
}

.controls button {
  background: #fff;
  border: none;
  cursor: pointer;
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.controls button.playBtn {
  background: url(../images/play.svg) center no-repeat #fff;
}
.controls button.playBtn.active {
  background: url(../images/pause.svg) center no-repeat #fff;
}
.controls button.muteBtn {
  background: url(../images/volume-slash.svg) center no-repeat #fff;
}
.controls button.muteBtn.active {
  background: url(../images/volume.svg) center no-repeat #fff;
}

.box-video {
  max-width: 1256px;
  width: 100%;
  margin: 0 auto;
}
.box-video .infos-desc-video {
  padding: 0 24px;
  position: relative;
  transform: translate(0, -45px);
}
.box-video .desc-video {
  position: relative;
  padding: 24px 32px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.box-video .desc-video h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 25px;
}
.box-video .desc-video p {
  font-size: 16px;
  color: #565872;
  line-height: 1.2;
  padding-bottom: 24px;
}

.blm-timeline {
  padding: 88px 0;
  background: #F0F0F0;
}
.blm-timeline .box-timeline {
  max-width: 745px;
  margin: 0 auto;
}
.blm-timeline .item-time {
  position: relative;
  padding-bottom: 56px;
  padding-left: 40px;
  border-left: 4px solid #FAEA8B;
}
.blm-timeline .item-time h3 {
  font-size: 32px;
  color: #096D3A;
  padding-bottom: 16px;
  font-weight: 700;
  font-family: "Bai Jamjuree", sans-serif;
}
.blm-timeline .item-time p {
  font-size: 24px;
  color: #565872;
  line-height: 1.2;
}
.blm-timeline .item-time:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #096D3A;
  position: absolute;
  top: 0;
  left: -18px;
}

.blm-mvv {
  padding: 88px 0;
  background: #F0F0F0;
}
.blm-mvv .box-mvv {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1256px;
  width: 100%;
  margin: 0 auto;
}
.blm-mvv .item-mvv {
  padding: 32px;
  background: #F7DC40;
  width: calc((100% - 80px) / 3);
}
.blm-mvv .item-mvv h3 {
  font-family: "Teko", sans-serif;
  font-size: 48px;
  color: #096D3A;
  padding-bottom: 24px;
  text-align: center;
}
.blm-mvv .item-mvv p {
  color: #414141;
  font-size: 18px;
  text-align: center;
}

.intr-ambition {
  background: #096D3A;
  padding: 88px 0;
}
.intr-ambition .box-ambition {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 64px;
}
.intr-ambition .box-ambition .text-ambition {
  width: calc(50% - 32px);
}
.intr-ambition .box-ambition .text-ambition h3 {
  font-size: 72px;
  padding-bottom: 24px;
  color: #fff;
  font-family: "Teko", sans-serif;
}
.intr-ambition .box-ambition .text-ambition p {
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}
.intr-ambition .box-ambition .illu-ambition {
  width: calc(50% - 32px);
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.intr-ambition .box-ambition .illu-ambition .item-iluu-amt {
  width: calc((100% - 32px) / 2);
}
.intr-ambition .box-ambition .illu-ambition .item-iluu-amt img {
  display: block;
  width: 100%;
  height: auto;
}
.intr-ambition .box-ambition.box-ambition-aee .illu-ambition .item-iluu-amt {
  width: 100%;
}
.intr-ambition .box-ambition.box-ambition-aee .text-ambition h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 15px;
  font-family: "Bai Jamjuree", sans-serif;
}
.intr-ambition .box-ambition.box-ambition-aee .text-ambition p {
  padding-bottom: 25px;
}

.items-ambition {
  position: relative;
  background: #F0F0F0;
  padding-bottom: 90px;
}
.items-ambition:before {
  content: "";
  display: block;
  background: #096D3A;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
}
.items-ambition .box-item-ambition {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  position: relative;
  z-index: 2;
  max-width: 1256px;
  width: 100%;
  margin: 0 auto;
}
.items-ambition .item-ambition {
  width: calc((100% - 80px) / 3);
  background: #fff;
  padding: 32px;
  border-radius: 4px;
}
.items-ambition .item-ambition h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #096D3A;
  font-size: 48px;
  padding-bottom: 15px;
  font-family: "Teko", sans-serif;
}
.items-ambition .item-ambition p {
  font-size: 18px;
  color: #414141;
  line-height: 1.2;
}

.blm-brands {
  background: #F0F0F0;
  padding: 90px 0;
}
.blm-brands .box-brands {
  display: flex;
  gap: 32px;
  max-width: 1256px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.blm-brands .item-brands {
  width: calc((100% - 32px) / 2);
}
.blm-brands .item-brands .visu img {
  display: block;
  width: 100%;
}
.blm-brands .item-brands .infos-brands {
  padding: 0 24px;
  position: relative;
  transform: translate(0, -45px);
}
.blm-brands .item-brands .detail-brnd {
  position: relative;
  padding: 24px 32px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.blm-brands .item-brands .detail-brnd h3 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 25px;
}
.blm-brands .item-brands .detail-brnd p {
  font-size: 16px;
  color: #565872;
  line-height: 1.2;
  padding-bottom: 24px;
}

.txt-img {
  background: #F0F0F0;
  padding: 80px 0;
}
.txt-img.txt-img-odd .box-txt-img {
  flex-direction: row-reverse;
}
.txt-img.txt-img-odd .box-txt-img .desc {
  margin-left: 0;
  margin-right: -64px;
  background: url(../images/fnd-box-txt-img-02.png) right bottom #F7DC40;
}
.txt-img.txt-img-odd .box-txt-img .desc h3 {
  color: #000;
}
.txt-img.txt-img-odd .box-txt-img .desc p {
  color: #000;
}
.txt-img.txt-img-odd .box-txt-img .desc a {
  background: #096D3A;
  color: #fff;
}

.box-txt-img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-txt-img .visu {
  width: 55%;
}
.box-txt-img .visu img {
  display: block;
  width: 100%;
}
.box-txt-img .desc {
  width: calc(45% + 64px);
  background: url(../images/fnd-box-txt-img-01.png) right bottom #096D3A;
  padding: 64px;
  margin-left: -64px;
  border-radius: 4px;
  position: relative;
}
.box-txt-img .desc h3 {
  font-size: 48px;
  font-family: "Teko", sans-serif;
  padding-bottom: 24px;
  color: #fff;
}
.box-txt-img .desc p {
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
  padding-bottom: 64px;
}
.box-txt-img .desc a {
  font-size: 16px;
  border: 1px solid #F7DC40;
  background: #F7DC40;
  border-radius: 40px;
  color: #000;
  text-decoration: none;
  padding: 16px 32px;
  transition: all 0.3s;
  display: inline-block;
}
.box-txt-img .desc a:hover {
  background: #fff;
  color: #F7DC40;
}

.blm-circuit {
  background: #F0F0F0;
  padding: 80px 0;
}

.box-circuit {
  max-width: 1256px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.box-circuit .intro-circuit {
  width: 100%;
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
  line-height: 1.2;
}
.box-circuit .intro-circuit p {
  text-align: center;
  font-size: 24px;
  color: #414141;
  padding-bottom: 25px;
}
.box-circuit .item-circuit {
  width: calc((100% - 80px) / 3);
  border-radius: 4px;
  background: #fff;
  padding: 40px 40px 120px 40px;
  position: relative;
}
.box-circuit .item-circuit h4 {
  font-size: 48px;
  color: #096D3A;
  padding-bottom: 32px;
  font-family: "Teko", sans-serif;
}
.box-circuit .item-circuit p {
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 25px;
}
.box-circuit .item-circuit a {
  color: #096D3A;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
}
.box-circuit .item-circuit .see-more {
  font-size: 16px;
  border: 1px solid #096D3A;
  background: #096D3A;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  padding: 16px 32px;
  transition: all 0.3s;
  display: inline-block;
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.box-circuit .item-circuit .see-more:hover {
  color: #096D3A;
  background: #fff;
}

.blm-charte {
  background: #F0F0F0;
  padding: 80px 0;
}

.banner-charte {
  padding-bottom: 40px;
}
.banner-charte img {
  display: block;
  width: 100%;
}

.intro-charte p {
  font-size: 24px;
  line-height: 1.2;
  color: #414141;
  padding-bottom: 40px;
}

.box-charte {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.box-charte h5 {
  width: 100%;
  padding-bottom: 15px;
  color: #096D3A;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.box-charte .item-charte {
  width: calc((100% - 32px) / 2);
  border-radius: 4px;
  border: 1px solid #EAEAEA;
  background: #fff;
  padding: 40px 48px;
  display: flex;
  gap: 32px;
  align-items: start;
}
.box-charte .item-charte .nbr-charte {
  display: flex;
  font-size: 80px;
  font-family: "Bai Jamjuree", sans-serif;
  color: #096D3A;
  font-weight: 700;
  gap: 5px;
  line-height: 0.5;
}
.box-charte .item-charte .nbr-charte img {
  max-width: 45px;
}
.box-charte .item-charte .content-charte h3 {
  color: #1F242C;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 21px;
  padding-bottom: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.box-charte .item-charte .content-charte p {
  font-size: 16px;
  color: #565872;
  line-height: 1.4;
}

.signe {
  padding: 25px 0;
  text-align: center;
}
.signe img {
  max-width: 100%;
}

.blm-code {
  background: #F0F0F0;
  padding: 80px 0;
}

.box-code {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.box-code .visu {
  width: 25%;
}
.box-code .visu img {
  display: block;
  width: 100%;
}
.box-code .desc {
  width: calc(75% + 64px);
  background: #096D3A;
  padding: 64px;
  margin-left: -64px;
  border-radius: 4px;
  position: relative;
}
.box-code .desc h3 {
  font-size: 48px;
  font-family: "Teko", sans-serif;
  padding-bottom: 24px;
  color: #fff;
}
.box-code .desc p {
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
  padding-bottom: 64px;
}
.box-code .desc a {
  font-size: 16px;
  border: 1px solid #F7DC40;
  background: #F7DC40;
  border-radius: 40px;
  color: #000;
  text-decoration: none;
  padding: 16px 32px;
  transition: all 0.3s;
  display: inline-block;
}
.box-code .desc a:hover {
  background: #fff;
  color: #F7DC40;
}

.blm-app {
  background: #096D3A;
  padding: 88px 0;
}

.box-app {
  display: flex;
  flex-wrap: wrap;
  gap: 72px;
}
.box-app .visu {
  width: calc((100% - 72px) / 2);
}
.box-app .visu img {
  display: block;
  width: 100%;
}
.box-app .desc {
  width: calc((100% - 72px) / 2);
}
.box-app .desc img {
  display: block;
  max-width: 100%;
  margin-bottom: 25px;
}
.box-app .desc h3 {
  font-size: 72px;
  font-family: "Teko", sans-serif;
  color: #fff;
  line-height: 1.1;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.box-app .desc p {
  font-size: 28px;
  font-weight: 300;
  font-family: "Teko", sans-serif;
  color: #fff;
  line-height: 1.3;
  padding-bottom: 25px;
}
.box-app .desc .link-app {
  display: flex;
  gap: 32px;
}

.blm-carriere {
  background: #F0F0F0;
  padding: 80px 0;
}

.box-carriere {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-carriere .visu {
  width: 55%;
}
.box-carriere .visu img {
  display: block;
  width: 100%;
}
.box-carriere .desc {
  width: calc(45% + 64px);
  background: #096D3A;
  padding: 64px;
  margin-left: -64px;
  border-radius: 4px;
  position: relative;
}
.box-carriere .desc h3 {
  font-size: 48px;
  font-family: "Teko", sans-serif;
  padding-bottom: 24px;
  color: #fff;
  text-transform: uppercase;
}
.box-carriere .desc p {
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
  padding-bottom: 25px;
}

.blm-message {
  background: #F0F0F0;
  padding: 80px 0;
}

.box-message {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.box-message .desc {
  width: 50%;
  background: #096D3A;
  padding: 64px;
  border-radius: 4px;
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.box-message .desc h3 {
  font-size: 48px;
  font-family: "Teko", sans-serif;
  padding-bottom: 24px;
  color: #fff;
  text-transform: uppercase;
}
.box-message .desc p {
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
  padding-bottom: 25px;
}
.box-message .form-message {
  width: 50%;
  background: #fff;
  padding: 40px;
  border-radius: 4px;
  position: relative;
}

.blm-objectif {
  background: #F0F0F0;
  padding: 80px 0;
}

.item-objectif {
  padding-bottom: 35px;
}
.item-objectif:last-child {
  padding-bottom: 0;
}
.item-objectif img {
  display: block;
  width: 100%;
  margin-bottom: 32px;
  border-radius: 12px;
}
.item-objectif h3 {
  color: #096D3A;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  font-size: 32px;
  padding-bottom: 15px;
}
.item-objectif p {
  font-size: 22px;
  color: #414141;
  padding-bottom: 20px;
}
.item-objectif p:last-child {
  padding-bottom: 0;
}

.blm-contact {
  background: #F0F0F0;
  padding: 80px 0;
}

.box-contact {
  background: #fff;
  padding: 40px;
}

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

.blm-list-prods {
  background: #F0F0F0;
  padding: 88px 0;
}

.box-list-prods {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.box-list-prods .item-prods {
  width: calc((100% - 96px) / 4);
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  gap: 24px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.box-list-prods .item-prods .visu img {
  max-width: 100%;
  transition: all 0.3s;
}
.box-list-prods .item-prods .name {
  font-size: 20px;
  color: #1F242C;
  text-decoration: none;
}
.box-list-prods .item-prods:hover .visu img {
  transform: scale(1.1);
}

.footer {
  background: #FAEA8B;
  margin-top: 50px;
}

.row-logo-menu-footer {
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
}
.row-logo-menu-footer .col-logo {
  max-width: 355px;
  width: 100%;
}
.row-logo-menu-footer .col-logo .txt-obj {
  padding: 24px 0;
  color: #1F242C;
  font-size: 16px;
  line-height: 1.4;
}
.row-logo-menu-footer .col-logo ul {
  display: flex;
  gap: 8px;
}
.row-logo-menu-footer .col-logo ul a {
  display: flex;
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  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: 79px;
}
.row-logo-menu-footer .col-menu h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1F242C;
  padding-bottom: 16px;
}
.row-logo-menu-footer .col-menu ul li {
  padding: 8px;
}
.row-logo-menu-footer .col-menu ul li a {
  text-decoration: none;
  color: #1F242C;
  font-size: 16px;
}
.row-logo-menu-footer .col-menu ul li a.show-more {
  color: white;
}
.row-logo-menu-footer .col-menu ul li a.show-more:hover {
  color: #096D3A;
}

.row-copyright {
  background: #096D3A;
  padding: 15px 0;
}
.row-copyright .container {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.row-copyright .container a {
  text-decoration: none;
  color: #fff;
}

.coord-footer {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 129px;
  background: #096D3A;
  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: #fff;
}
.coord-footer .item-coord .info-coord .content-coord {
  color: #fff;
  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;
}

.box-banner {
  min-height: 600px;
  display: flex;
  align-items: end;
  padding-bottom: 64px;
}

.content-inner span {
  display: block;
  font-size: 18px;
  color: #fff;
  padding-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.content-inner h1 {
  font-family: "Teko", sans-serif;
  font-size: 80px;
  color: #fff;
}
.content-inner p {
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  padding-top: 24px;
  max-width: 612px;
  width: 100%;
}

.blm-list-actus {
  padding: 88px 0;
  background: #F0F0F0;
}

.search-actus {
  padding-bottom: 40px;
}
.search-actus form {
  position: relative;
}
.search-actus input[type=text] {
  display: block;
  width: 100%;
  height: 74px;
  border-radius: 40px;
  padding: 0 40px;
  background: #fff;
  border: 1px solid #DBDADE;
  font-size: 18px;
}
.search-actus input[type=submit] {
  position: absolute;
  top: 15px;
  right: 20px;
  background: #096D3A;
  border: 1px solid #096D3A;
  padding: 12px 24px;
  color: #fff;
  border-radius: 40px;
  font-size: 16px;
}

.slide-prods {
  background: url(../images/bg-slide.png) center no-repeat;
  background-size: cover;
  margin-bottom: 72px;
  overflow: hidden;
  position: relative;
}
.slide-prods .item-sld-prods {
  display: flex;
  align-items: end;
  gap: 64px;
  min-height: 512px;
  padding: 64px 133px;
}
.slide-prods .item-sld-prods .detail-slide h3 {
  color: #fff;
  font-family: "Playball", cursive;
  font-size: 48px;
  padding-bottom: 20px;
}
.slide-prods .item-sld-prods .detail-slide h2 {
  font-size: 80px;
  font-family: "Teko", sans-serif;
  color: #fff;
  padding-bottom: 20px;
}
.slide-prods .item-sld-prods .detail-slide a {
  font-size: 16px;
  border: 1px solid #F7DC40;
  color: #096D3A;
  background: #F7DC40;
  border-radius: 40px;
  text-decoration: none;
  padding: 16px 32px;
  transition: all 0.3s;
  display: inline-block;
}
.slide-prods .item-sld-prods .detail-slide a:hover {
  color: #096D3A;
  background: #fff;
}
.slide-prods .swiper-button-next,
.slide-prods .swiper-rtl .swiper-button-prev {
  color: #fff;
  right: 30px;
}
.slide-prods .swiper-button-prev,
.slide-prods .swiper-rtl .swiper-button-next {
  color: #fff;
  left: 30px;
}
.slide-prods .swiper-pagination {
  bottom: 54px;
  text-align: right;
  padding: 0 133px;
}
.slide-prods .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: none;
  border: 1px solid #fff;
}
.slide-prods .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F7DC40;
}

.filter-prods {
  background: #fff;
  border-radius: 12px;
  padding: 24px 32px;
  margin-bottom: 40px;
}
.filter-prods h5 {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 24px;
  color: #1F242C;
}
.filter-prods .box-form-filter {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.filter-prods .col-option {
  width: calc((100% - 72px) / 4);
}
.filter-prods label {
  padding-bottom: 6px;
  font-weight: 500;
  font-size: 16px;
}
.filter-prods select {
  height: 43px;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/icon-select.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 35px;
}
.filter-prods .col-option {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.filter-prods .form input[type=submit] {
  height: 42px;
  width: 100%;
  padding: 5px 32px;
}

.blm-detail-art {
  padding: 88px 0;
  background: #F0F0F0;
}

.box-detail-art .content-detail .visu {
  padding-bottom: 56px;
}
.box-detail-art .content-detail .visu img {
  max-width: 100%;
}
.box-detail-art .content-detail .visu.visu-video {
  position: relative;
}
.box-detail-art .content-detail .visu.visu-video img {
  display: block;
  width: 100%;
}
.box-detail-art .content-detail .visu.visu-video .ico-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-detail-art .content-detail .visu.visu-video .ico-play img {
  width: auto;
}
.box-detail-art .content-detail .date {
  font-size: 18px;
  font-weight: 500;
  font-family: "Bai Jamjuree", sans-serif;
  padding-bottom: 10px;
  color: #414141;
}
.box-detail-art .content-detail .title {
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 700;
  font-size: 32px;
  padding-bottom: 15px;
  color: #414141;
}
.box-detail-art .content-detail h5 {
  font-size: 22px;
  line-height: 1.3;
  padding-bottom: 25px;
  font-weight: 600;
  color: #414141;
}
.box-detail-art .content-detail p {
  font-size: 22px;
  line-height: 1.3;
  padding-bottom: 25px;
  color: #414141;
}
.box-detail-art .content-detail .illus {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.box-detail-art .content-detail .illus img {
  display: block;
  width: calc((100% - 96px) / 4);
}

.link-back {
  padding-bottom: 32px;
}
.link-back a {
  display: flex;
  padding: 16px 32px;
  gap: 8px;
  border: 1px solid #096D3A;
  border-radius: 40px;
  width: fit-content;
  color: #1F242C;
  text-decoration: none;
}
.link-back a:before {
  background: url(../images/detail-arrow-left.svg) no-repeat;
  content: "";
  display: block;
  width: 14px;
  height: 18px;
}

.more-art {
  padding: 88px 0;
}
.more-art h2 {
  font-size: 42px;
  font-weight: 700;
  color: #096D3A;
  font-family: "Bai Jamjuree", sans-serif;
  padding-bottom: 48px;
  max-width: 1545px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.more-art .see-more {
  margin-top: 80px;
}

.content-detail-prod {
  background: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 12px;
  padding: 64px 64px 64px 40px;
  display: flex;
  flex-wrap: wrap;
}
.content-detail-prod .visu {
  width: 355px;
}
.content-detail-prod .visu .slide-visuprods {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}
.content-detail-prod .visu .item-visuprods {
  text-align: center;
  max-width: 100;
}
.content-detail-prod .visu .swiper-button-next:after,
.content-detail-prod .visu .swiper-button-prev:after {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.content-detail-prod .visu .swiper-pagination-bullet {
  background: #CCCCCC;
  opacity: 1;
}
.content-detail-prod .visu .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.content-detail-prod .info-detail-prod {
  width: calc(100% - 355px);
  padding-left: 64px;
}
.content-detail-prod .info-detail-prod h5 {
  font-size: 22px;
  font-family: "Bai Jamjuree", sans-serif;
  color: #000;
  padding-bottom: 10px;
  font-weight: 300;
}
.content-detail-prod .info-detail-prod h3 {
  font-size: 32px;
  font-family: "Bai Jamjuree", sans-serif;
  color: #000;
  padding-bottom: 25px;
  font-weight: 700;
}
.content-detail-prod .info-detail-prod p {
  font-size: 22px;
  color: #565872;
  line-height: 1.3;
  padding-bottom: 20px;
}
.content-detail-prod .info-detail-prod h4 {
  font-size: 24px;
  font-family: "Bai Jamjuree", sans-serif;
  color: #000;
  padding-bottom: 25px;
  font-weight: 600;
}
.content-detail-prod .info-detail-prod .tags {
  display: flex;
  gap: 8px;
  margin-top: -15px;
  padding-bottom: 60px;
}
.content-detail-prod .info-detail-prod .tags span {
  border-radius: 24px;
  border: 1px solid #A2A2A2;
  padding: 6px 16px;
  font-size: 13px;
  color: #A2A2A2;
}
.content-detail-prod .info-detail-prod .degus {
  padding-bottom: 20px;
}
.content-detail-prod .info-detail-prod .line-degus {
  display: flex;
  gap: 16px;
  align-items: center;
  font-size: 20px;
  color: #565872;
  padding-bottom: 24px;
}
.content-detail-prod .info-detail-prod .garde {
  padding-bottom: 40px;
}
.content-detail-prod .info-detail-prod .garde ul {
  list-style: disc;
  padding-left: 30px;
}
.content-detail-prod .info-detail-prod .garde ul li {
  font-size: 22px;
  color: #565872;
  padding-bottom: 10px;
}
.content-detail-prod .info-detail-prod .share-prod {
  padding: 20px 0 40px;
}
.content-detail-prod .info-detail-prod .share-prod ul {
  display: flex;
  gap: 20px;
}
.content-detail-prod .info-detail-prod .line-sup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E4E4E4;
}
.content-detail-prod .info-detail-prod .line-sup strong {
  font-size: 24px;
  font-family: "Bai Jamjuree", sans-serif;
  color: #000;
  font-weight: 600;
}
.content-detail-prod .info-detail-prod .line-sup span {
  font-size: 24px;
  font-family: "Bai Jamjuree", sans-serif;
  color: #000;
  font-weight: 400;
}

.box-list-prods-cross {
  position: relative;
  overflow: hidden;
  padding: 0 101px 80px 101px;
  max-width: 1714px;
  width: 100%;
  margin: 0 auto;
}
.box-list-prods-cross .item-prods {
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  gap: 24px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: auto;
}
.box-list-prods-cross .item-prods .visu img {
  max-width: 100%;
  transition: all 0.3s;
}
.box-list-prods-cross .item-prods .name {
  font-size: 20px;
  color: #1F242C;
  text-decoration: none;
}
.box-list-prods-cross .item-prods:hover .visu img {
  transform: scale(1.1);
}
.box-list-prods-cross .item-prods .tags {
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.box-list-prods-cross .item-prods .tags span {
  border-radius: 24px;
  border: 1px solid #A2A2A2;
  padding: 6px 16px;
  font-size: 13px;
  color: #A2A2A2;
}
.box-list-prods-cross .swiper-button-next,
.box-list-prods-cross .swiper-button-prev {
  color: #096D3A;
}
.box-list-prods-cross .slide-cross {
  overflow: hidden;
}
.box-list-prods-cross .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #CCCCCC;
  opacity: 1;
}
.box-list-prods-cross .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}

.list-dist {
  background: #fff;
  border-radius: 12px;
  padding: 64px;
}
.list-dist h2 {
  font-size: 32px;
  font-weight: 700;
  font-family: "Bai Jamjuree", sans-serif;
  padding-bottom: 40px;
}

.table {
  overflow: auto;
}
.table table {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  min-width: 700px;
}
.table table thead tr {
  background: #096D3A;
}
.table table thead tr th {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  padding: 16px 24px;
  font-family: "Bai Jamjuree", sans-serif;
}
.table table thead tr th:first-child {
  text-align: left;
}
.table table thead tr th:last-child {
  text-align: right;
}
.table table tbody tr {
  border-bottom: 1px solid #E4E4E4;
}
.table table tbody tr td {
  text-align: center;
  padding: 16px 24px;
  font-size: 22px;
  font-family: "Bai Jamjuree", sans-serif;
}
.table table tbody tr td a {
  color: #096D3A;
}
.table table tbody tr td:first-child {
  text-align: left;
}
.table table tbody tr td:last-child {
  text-align: right;
}

.intro-action {
  padding-bottom: 35px;
}
.intro-action p {
  padding-bottom: 35px;
  font-size: 24px;
  color: #414141;
  line-height: 1.2;
}

.box-offres,
.box-result {
  padding-bottom: 80px;
}

.box-result {
  padding-top: 80px;
}

.filter-offres {
  display: flex;
  align-items: end;
  background: #fff;
  padding: 24px 32px;
  border-radius: 12px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.filter-offres .title-filtre {
  width: 118px;
  font-size: 24px;
  color: #1F242C;
  font-weight: 600;
}
.filter-offres .form-offres {
  width: calc(100% - 118px);
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: end;
}
.filter-offres .form-offres .option-offres {
  width: calc((100% - 48px) / 3);
}
.filter-offres .form-offres .option-offres label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #4B465C;
}
.filter-offres .form-offres .option-offres input[type=text],
.filter-offres .form-offres .option-offres select {
  border: 1px solid #DBDADE;
  padding: 0 15px;
  display: block;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  color: #4B465C;
  height: 43px;
  font-family: "Rubik", sans-serif;
  border-radius: 6px;
}
.filter-offres .form-offres .option-offres select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/icon-select.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.filter-offres .form-offres .option-offres button {
  width: 100%;
  height: 42px;
  background: #096D3A;
  color: #fff;
  font-size: 16px;
  padding: 0 16px;
  font-family: "Rubik", sans-serif;
  border: none;
  border-radius: 40px;
}

.list-offres .item-offres,
.list-offres .item-result,
.list-result .item-offres,
.list-result .item-result {
  background: #fff;
  border: 1px solid #F1F1F1;
  padding: 40px;
  border-radius: 24px;
  margin-bottom: 32px;
}
.list-offres .item-offres .date-offre,
.list-offres .item-offres .date-result,
.list-offres .item-result .date-offre,
.list-offres .item-result .date-result,
.list-result .item-offres .date-offre,
.list-result .item-offres .date-result,
.list-result .item-result .date-offre,
.list-result .item-result .date-result {
  font-size: 24px;
  color: #096D3A;
  padding-bottom: 10px;
  font-family: "Teko", sans-serif;
}
.list-offres .item-offres .title-offre,
.list-offres .item-offres .title-result,
.list-offres .item-result .title-offre,
.list-offres .item-result .title-result,
.list-result .item-offres .title-offre,
.list-result .item-offres .title-result,
.list-result .item-result .title-offre,
.list-result .item-result .title-result {
  font-size: 22px;
  font-weight: 500;
  color: #030606;
}
.list-offres .item-offres .desc-offre,
.list-offres .item-offres .desc-result,
.list-offres .item-result .desc-offre,
.list-offres .item-result .desc-result,
.list-result .item-offres .desc-offre,
.list-result .item-offres .desc-result,
.list-result .item-result .desc-offre,
.list-result .item-result .desc-result {
  font-size: 20px;
  color: #030606;
  line-height: 1.3;
  padding-bottom: 24px;
}
.list-offres .item-offres a,
.list-offres .item-result a,
.list-result .item-offres a,
.list-result .item-result a {
  font-size: 16px;
  color: #096D3A;
  font-weight: 500;
}
.list-offres .item-offres a:hover,
.list-offres .item-result a:hover,
.list-result .item-offres a:hover,
.list-result .item-result a:hover {
  text-decoration: none;
}

.box-offres-details {
  padding: 80px 0;
}

.art-detail .date-offre {
  font-size: 24px;
  color: #096D3A;
  padding-bottom: 10px;
  font-family: "Teko", sans-serif;
}
.art-detail .title-offre {
  font-size: 32px;
  font-weight: 700;
  color: #1F242C;
  font-family: "Bai Jamjuree", sans-serif;
  padding-bottom: 10px;
}
.art-detail p {
  font-size: 22px;
  color: #414141;
  line-height: 1.2;
  padding-bottom: 20px;
}
.art-detail ul {
  padding-left: 35px;
  list-style-type: disc;
}
.art-detail ul li {
  font-size: 22px;
  color: #414141;
  line-height: 1.2;
}
.art-detail a {
  text-decoration: none;
  background: #096D3A;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  padding: 16px 32px;
  border-radius: 40px;
  margin-top: 30px;
}

.box-list-prods-cross .cross-offres {
  overflow: hidden;
}
.box-list-prods-cross .cross-offres .item-prods {
  padding: 40px;
  align-items: last baseline;
  gap: 0;
}
.box-list-prods-cross .cross-offres .item-prods .date-offre {
  font-size: 24px;
  color: #096D3A;
  padding-bottom: 5px;
  font-family: "Teko", sans-serif;
}
.box-list-prods-cross .cross-offres .item-prods .title-offre {
  font-size: 22px;
  font-weight: 700;
  color: #1F242C;
  font-family: "Bai Jamjuree", sans-serif;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box-list-prods-cross .cross-offres .item-prods .desc {
  font-size: 20px;
  color: #414141;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box-list-prods-cross .cross-offres .item-prods a {
  color: #096D3A;
}

.world-search {
  font-size: 28px;
  color: #030606;
  padding-bottom: 15px;
}
.world-search strong {
  font-weight: 700;
}

.page-404 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/fnd-404.png) center no-repeat;
  background-size: cover;
  height: 1080px;
}

.body-404 .footer {
  margin-top: 0;
}

.content-404 {
  max-width: 800px;
  width: 100%;
  text-align: center;
}
.content-404 span {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 3px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.content-404 h1 {
  font-size: 80px;
  color: #fff;
  padding-bottom: 20px;
  font-family: "Teko", sans-serif;
}
.content-404 p {
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  padding-bottom: 30px;
}
.content-404 a {
  text-decoration: none;
  background: #096D3A;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  padding: 16px 32px;
  border-radius: 40px;
  margin-top: 30px;
}

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

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

.mask-modal .modal-bbm {
  max-width: 505px;
  width: 100%;
  height: 520px;
  padding: 70px 30px 30px 30px;
  text-align: center;
}

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

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

.mask-modal .modal-bbm h2 {
  font-size: 65px;
  color: #096D3A;
  padding-bottom: 35px;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
}

.mask-modal .modal-bbm p {
  font-size: 20px;
  color: #1F242C;
  padding-bottom: 35px;
  line-height: 1.3;
}

.mask-modal .modal-bbm a {
  display: inline-block;
  background: #096D3A;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 14px 24px;
  border-radius: 40px;
}

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

.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: 43px 10px;
  display: inline-block;
  transition: 350ms all;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.menu-row ul li a.active {
  color: #10853D;
}
.menu-row ul li a:hover {
  color: #10853D;
}

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

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

@media only screen and (min-width: 1024px) {
  .bar-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu {
    display: flex !important;
  }
  .menu .megamenu > a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 28px;
    display: none;
  }
  .menu .megamenu > a:hover:after {
    display: block;
  }
  .menu li .sub-menu {
    transition: 350ms all;
  }
  .menu li:hover > .sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .menu li.megamenu > a {
    padding-right: 20px;
    position: relative;
  }
  .menu li.megamenu > a:before {
    content: "";
    position: absolute;
    right: 4px;
    top: 50%;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #000000 transparent transparent transparent;
    transform: rotate(0deg);
  }
  .menu li .sub-menu {
    position: absolute;
    top: 100%;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    background: #fff;
    min-width: 250px;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    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;
  }
  .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 .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;
  }
  .moca-contact .col-form {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .moca-contact .col-infos {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1060px) {
  .footer .row-logo-menu-footer {
    flex-direction: column;
  }
  .company .col-desc {
    width: 100%;
    padding-right: 0;
  }
  .company .col-slide {
    width: 100%;
  }
  .coord-footer {
    padding: 32px 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .bar-menu .link-signaler {
    position: absolute;
    right: 107px;
    top: 24px;
  }
  .inner-menu .menu-rsc {
    display: none;
  }
  .box-product .item-our-product {
    width: calc((100% - 40px) / 2);
  }
  .lst-menu {
    display: none;
  }
  .top-bar .tel-res .coord-tels {
    display: none;
  }
  .bar-menu {
    padding: 32px 0;
    position: relative;
  }
  .bar-menu .logo-box {
    position: absolute;
    top: 0;
    left: 0;
  }
  .bar-menu .plus-link {
    display: none;
  }
  .bar-menu .search {
    position: absolute;
    top: 20px;
    right: 30px;
    top: 22px;
    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;
  }
  .infos-tab-links li a {
    padding: 15px 13px;
    font-size: 20px;
  }
  .intro-history {
    padding: 24px;
    flex-direction: column;
  }
  .intro-history .col-carte-hitory img {
    width: 100%;
  }
  .intro-history .col-text-history p {
    font-size: 16px;
  }
  .list-cle .item-cle {
    width: calc((100% - 40px) / 2);
  }
  .filter-offres .form-offres {
    padding-top: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .box-numbre .item-numbre {
    width: calc((100% - 32px) / 2);
  }
  .box-cards .item-card {
    width: calc((100% - 32px) / 2);
  }
  .items-ambition .item-ambition {
    width: calc((100% - 40px) / 2);
  }
  .box-circuit .item-circuit {
    width: calc((100% - 40px) / 2);
  }
  .box-charte .item-charte {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .box-cards .item-card {
    width: 100%;
  }
  .box-newslettre .form-news {
    width: 100%;
  }
  .box-newslettre .actu-news {
    width: 100%;
  }
  .blm-mvv .item-mvv {
    width: 100%;
  }
  .items-ambition .item-ambition {
    width: 100%;
  }
  .box-txt-img .visu {
    width: 100%;
  }
  .box-txt-img .desc {
    width: 100%;
    margin-left: inherit;
  }
  .txt-img.txt-img-odd .box-txt-img .desc {
    margin-right: inherit;
  }
  .box-circuit .item-circuit {
    width: 100%;
  }
  .intr-ambition .box-ambition .text-ambition {
    width: 100%;
  }
  .intr-ambition .box-ambition .illu-ambition {
    width: 100%;
  }
  .box-code .visu {
    width: 100%;
  }
  .box-code .desc {
    width: 100%;
    margin-left: inherit;
  }
  .box-app .visu {
    width: 100%;
  }
  .box-app .desc {
    width: 100%;
  }
  .box-carriere .visu {
    width: 100%;
  }
  .box-carriere .desc {
    width: 100%;
    margin-left: inherit;
  }
  .box-message .desc {
    width: 100%;
  }
  .box-message .form-message {
    width: 100%;
  }
  .footer {
    margin-top: 100px;
  }
  .coord-footer {
    border-radius: 24px;
    padding: 32px 20px;
  }
  .title-section h2 {
    font-size: 47px;
  }
  .box-detail-art .content-detail .illus img {
    width: calc((100% - 64px) / 2);
  }
  .box-list-prods .item-prods {
    width: calc((100% - 64px) / 2);
  }
  .content-detail-prod .visu {
    width: 100%;
  }
  .content-detail-prod .info-detail-prod {
    width: 100%;
    padding-left: 0;
  }
  .slide-prods .item-sld-prods {
    padding: 61px 34px;
  }
  .filter-prods .col-option {
    width: calc((100% - 48px) / 2);
  }
  .slide-prods .swiper-button-next,
  .slide-prods .swiper-rtl .swiper-button-prev {
    display: none;
  }
  .slide-prods .swiper-pagination {
    padding: 0 30px;
    text-align: center;
    bottom: 15px;
  }
}
@media only screen and (max-width: 660px) {
  .footer .row-logo-menu-footer .col-menu {
    flex-direction: column;
  }
  .footer .row-copyright {
    flex-direction: column;
  }
  .footer .row-copyright .copyright {
    padding-bottom: 25px;
  }
  .blm-brands .item-brands {
    width: 100%;
  }
  .form .col-option-2 {
    width: 100%;
  }
  .filter-offres .form-offres .option-offres {
    width: 100%;
  }
}