/*!*******************************************************************************************************************************************!*\
  !*** 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&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: "Montserrat", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

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

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

.top-bar {
  background: #800200;
  padding: 16px 0;
}

.top-bar-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-bar .slug {
  font-size: 14px;
  color: #fff;
}

.top-bar .tel-res {
  display: flex;
  align-items: center;
  gap: 94px;
}

.top-bar .tel-res .coord-tels {
  display: flex;
  gap: 40px;
}

.top-bar .tel-res .coord-tels .item-coord {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.top-bar .tel-res .res-links ul {
  display: flex;
  align-items: center;
  gap: 16px;
}

.top-bar .tel-res .res-links ul a img {
  transition: all 0.3s;
}

.top-bar .tel-res .res-links ul a:hover img {
  transform: rotate(360deg);
}

.bar-menu .plus-link {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.bar-menu .plus-link a {
  font-size: 16px;
  color: #2A2F35;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}

.bar-menu .plus-link a img {
  display: inline-block;
  margin-right: 8px;
}

.bar-menu .plus-link a:hover {
  color: #800200;
}

.bar-menu .search {
  position: relative;
}

.bar-menu .search .icon-loop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.bar-menu .search .icon-loop span {
  font-size: 16px;
  color: #2A2F35;
  font-weight: 600;
}

.bar-menu .search div.search-form {
  padding: 18px 20px 18px 72px;
  width: 100%;
  border: 1px solid #F1F1F1;
  background: #fff;
  border-radius: 45px;
}

.bar-menu .search .search-form input {
  font-family: "Montserrat", sans-serif;
}


.bar-menu .search .search-box .gray-loop {
  position: absolute;
  top: 29px;
  left: 36px;
}

.bar-menu .search .search-box form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bar-menu .search .search-box input[type="text"] {
  color: #94979A;
  border: none;
  width: 100%;
  font-size: 16px;
}

.bar-menu .search .search-box button,
.bar-menu .search .search-box input[type="submit"] {
  height: 48px;
  background: #800200;
  border: none;
  border-radius: 25px;
  font-size: 18px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 0 25px;
}

.bar-menu .search.active .search-box {
  width: 960px;
}

.banner .item-banner {
  height: 656px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.banner .item-banner .container {
  position: relative;
  z-index: 2;
}

.banner .item-banner .content-item-banner {
  max-width: 600px;
  width: 100%;
}

.banner .item-banner .content-item-banner h3 {
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 25px;
}

.banner .item-banner .content-item-banner p {
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}

.banner .item-banner .content-item-banner a {
  display: inline-block;
  font-size: 18px;
  color: #800200;
  background: #fff;
  border-radius: 30px;
  font-weight: 600;
  padding: 15px 70px 15px 25px;
  text-decoration: none;
  position: relative;
}

.banner .item-banner .content-item-banner a:after {
  content: "";
  display: inline-block;
  background: url(../images/action-arrow-right.svg) no-repeat;
  width: 16px;
  height: 22px;
  position: absolute;
  top: 18px;
  right: 32px;
  transition: all 0.3s;
}

.banner .item-banner .content-item-banner a:hover:after {
  right: 15px;
}

.banner .item-banner img {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  color: #800200;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
}

.banner .swiper-button-next,
.banner .swiper-rtl .swiper-button-prev {
  right: 96px;
}

.banner .swiper-button-prev,
.banner .swiper-rtl .swiper-button-next {
  left: 96px;
}

.banner .swiper-pagination {
  max-width: 1550px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 48px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  background: transparent;
  opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.sbr-articles {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}

.sbr-articles h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2A2F35;
  text-align: center;
  margin-bottom: 10px;
}

.sbr-articles .container {
  max-width: 1630px;
  padding-left: 75px;
  padding-right: 75px;
  overflow: hidden;
  position: relative;
}

.sbr-articles .container .swiper-button-next,
.sbr-articles .container .swiper-button-prev {
  width: 34px;
  height: 46px;
}

.sbr-articles .container .swiper-button-next:after,
.sbr-articles .container .swiper-button-prev:after {
  display: none;
}

.sbr-articles .container .swiper-button-prev {
  background: url(../images/ico-slide-art-prev.svg) center center no-repeat;
}

.sbr-articles .container .swiper-button-next {
  background: url(../images/ico-slide-art-next.svg) center center no-repeat;
}

.slide-articles {
  padding-top: 40px;
  padding-bottom: 60px;
  overflow: hidden;
}

.slide-articles .item-sld-art {
  border-radius: 16px;
  border: 1px solid #F1F1F1;
}

.slide-articles .item-sld-art.swiper-slide-active {
  background: #fff;
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.18);
}

.slide-articles .item-sld-art .visu-sld-art {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
}

.slide-articles .item-sld-art .infos-sld-art {
  padding: 16px 40px 40px 40px;
}

.slide-articles .item-sld-art .infos-sld-art .date-art {
  font-size: 18px;
  color: #2A2F35;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.slide-articles .item-sld-art .infos-sld-art h4 {
  font-size: 26px;
  color: #2A2F35;
  font-weight: 700;
  margin-bottom: 20px;
}

.slide-articles .item-sld-art .infos-sld-art p {
  font-size: 18px;
  color: #2A2F35;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
  line-height: 28px;
}

.slide-articles .item-sld-art .infos-sld-art a {
  color: #800200;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  font-weight: 600;
}

.slide-articles .item-sld-art .infos-sld-art a:after {
  content: "";
  background: url(../images/link-arrow-right.svg) no-repeat;
  width: 20px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  transform: translate(0, 3px);
  transition: all 0.3s;
}

.slide-articles .item-sld-art .infos-sld-art a:hover:after {
  transform: translate(6px, 3px);
}

.link-all-articles {
  text-align: center;
}

.link-all-articles a {
  color: #800200;
  border: 1px solid #800200;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  font-weight: 600;
  border-radius: 35px;
  padding: 12px 35px;
  display: inline-block;
}

.link-all-articles a:after {
  content: "";
  background: url(../images/link-arrow-right.svg) no-repeat;
  width: 20px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  transition: all 0.3s;
  position: relative;
  right: 0;
}

.link-all-articles a:hover:after {
  right: -5px;
}

.discouver-products {
  background-color: #800200;
  padding: 80px 0;
}

.discouver-products h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 40px;
  text-align: center;
}

.discouver-products-items {
  display: flex;
  gap: 24px;
}

.discouver-products-items-item {
  background-color: #fff;
  border-radius: 16px;
  padding: 34px 16px;
  text-decoration: none;
  width: calc((100% - 96px) / 5);
  transition: all 0.3s;
}

.discouver-products-items-item span {
  transition: all 0.3s;
}

.discouver-products-items-item:hover span {
  color: #800200;
}

.discouver-products-items-item img {
  transition: all 0.3s;
}

.discouver-products-items-item:hover img {
  transform: scale(1.1);
}

.discouver-products-items .dp-visu-item {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.discouver-products-items .dp-visu-item img {
  max-width: 100%;
  max-height: 100%;
}

.discouver-products-items span {
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #2A2F35;
}

.our-marques {
  padding: 80px 0;
}

.our-marques h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2A2F35;
  text-align: center;
  padding-bottom: 40px;
}

.our-marques .box-our-marques {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}

.our-marques .box-our-marques-item {
  text-align: center;
}

.footer {
  background-color: #2A2F34;
  padding: 80px 0;
}

.footer .row-logo-menu-footer {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 80px;
}

.footer .row-logo-menu-footer .col-logo {
  max-width: 475px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.footer .row-logo-menu-footer .col-logo p {
  color: #DFDFDF;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 22px;
}

.footer .row-logo-menu-footer .col-menu {
  display: flex;
  gap: 125px;
}

.footer .row-logo-menu-footer .col-menu .item-com-menu:last-child {
  padding-right: 0;
}

.footer .row-logo-menu-footer .col-menu .item-com-menu h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 25px;
}

.footer .row-logo-menu-footer .col-menu .item-com-menu ul li {
  padding-bottom: 15px;
}

.footer .row-logo-menu-footer .col-menu .item-com-menu ul li a {
  font-size: 18px;
  color: #DFDFDF;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  transition: all 0.3s;
}

.footer .row-logo-menu-footer .col-menu .item-com-menu ul li a:hover {
  color: #800200;
}

.footer .row-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
}

.footer .row-copyright .copyright {
  font-size: 16px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

.footer .row-copyright ul {
  display: flex;
  gap: 25px;
}

.footer .row-copyright ul a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  transition: all 0.3s;
}

.footer .row-copyright ul a:hover {
  color: #800200;
}

.face-visite {
  background-color: #395794;
  padding: 12px 35px;
  border-radius: 20px;
  font-size: 16px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}

.face-visite:hover {
  background-color: #597ec9;
}

.hasFnd {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hasFnd>img {
  display: none;
}

.inner-banner {
  min-height: 442px;
  display: flex;
  align-items: flex-end;
}

.inner-banner .title-page span,
.inner-banner .title-page li {
  display: block;
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  padding-bottom: 20px;
}

.inner-banner .title-page h1 {
  font-size: 52px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 35px;
}

.infos-tab {
  display: none;
}

.infos-tab.active {
  display: block;
}

.infos-tab-links {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 64px;
}

.infos-tab-links li {
  border-bottom: 6px solid #DFDFDF;
  font-size: 28px;
  color: #2A2F35;
}

.infos-tab-links li a {
  padding: 15px 25px;
  font-size: 28px;
  color: #2A2F35;
  text-decoration: none;
  display: block;
  position: relative;
}

.infos-tab-links li.active a:after,
.infos-tab-links li.current-menu-item a:after {
  content: "";
  display: block;
  height: 6px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -6px;
  background: #800200;
}

.our-valeur {
  padding-left: 100px;
  padding-right: 100px;
}

.our-valeur .intro-valeur {
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  color: #2A2F35;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 40px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.our-valeur .intro-valeur:before {
  content: "“"
}

.our-valeur .intro-valeur:after {
  content: "”"
}

.our-valeur .box-valeur {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.our-valeur .box-valeur .item-valeur {
  width: calc((100% - 50px) / 3);
  border: 1px solid #F1F1F1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 6px;
}

.our-valeur .box-valeur .item-valeur .icon-valeur {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  background: #E6CCCC;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.our-valeur .box-valeur .item-valeur h4 {
  font-size: 26px;
  font-weight: 700;
  color: #2A2F35;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 16px;
}

.our-valeur .box-valeur .item-valeur p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #2A2F35;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 10px;
  text-align: center;
}

.infos-enreprise {
  padding: 80px 0;
  max-width: 1550px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.intro-history {
  background-color: #FCF5F3;
  border-radius: 16px;
  padding: 64px;
  align-items: center;
  gap: 35px;
}

.intro-history.active {
  display: flex;
}

.intro-history .col-text-history h3 {
  font-size: 36px;
  color: #2A2F35;
  font-weight: 700;
  padding-bottom: 40px;
}

.intro-history .col-text-history p {
  font-size: 18px;
  color: #2A2F35;
  font-family: "Open Sans", sans-serif;
  line-height: 28px;
  text-align: justify;
  padding-bottom: 25px;
}

.date-history {
  padding: 80px 0;
  background-color: #800200;
}

.date-history h2 {
  text-align: center;
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 40px;
}

.date-history-box {
  background-color: #fff;
  border-radius: 16px;
  padding: 64px;
}

.date-history-box .infos-tab-links {
  padding-top: 32px;
  justify-content: space-between;
  padding-bottom: 0;
  flex-wrap: wrap;
}

.date-history-box .infos-tab-links li {
  border: none;
}

.date-history-box .infos-tab-links li a {
  font-size: 26px;
  font-weight: 500;
  border-radius: 6px;
}

.date-history-box .infos-tab-links li a:after {
  display: none;
}

.date-history-box .infos-tab-links li.active a {
  background: #EFEFEF;
}

.date-history .visu-text {
  display: flex;
  align-items: center;
  gap: 64px;
}

.date-history .visu-text .visu-date {
  width: 60%;
}

.date-history .visu-text .visu-date img {
  width: 100%;
  max-width: 100%;
}

.date-history .visu-text .desc-date {
  width: 40%;
}

.date-history .visu-text .desc-date h3 {
  color: #2A2F35;
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 25px;
}

.date-history .visu-text .desc-date p {
  color: #2A2F35;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
}

.sbg-products {
  padding: 80px 0;
}

.sbg-products h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2A2F35;
  padding-bottom: 40px;
}

.list-products .filters {
  display: flex;
  flex-wrap: wrap;
  box-shadow: inset 0 -2px 0 #B8B8B8;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
  padding-bottom: 2px;
}

.list-products .filters .button {
  border: none;
  background: none;
  font-size: 24px;
  color: #000000;
  padding: 10px 43px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.list-products .filters .button.is-checked:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 100%;
  background: #800200;
}

.list-products .grid-item {
  width: 20%;
}

.list-products .content-grid-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 25px;
}

.list-products .content-grid-item .visu-grid-item {
  margin-bottom: 20px;
}

.list-products .content-grid-item .visu-grid-item img {
  width: 100%;
  transition: all 0.3s;
}

.list-products .content-grid-item:hover img {
  transform: scale(1.1);
}

.list-products .content-grid-item span {
  font-size: 24px;
  color: #000000;
}

.sbg-news {
  padding: 80px 0;
}

.list-news {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.list-news .item-news {
  width: calc((100% - 40px) / 3);
  border-radius: 16px;
  border: 1px solid #F1F1F1;
}

.list-news .item-news:hover {
  background: #fff;
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.18);
}

.list-news .item-news .visu-sld-art {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
}

.list-news .item-news .visu-sld-art img {
  width: 100%;
}

.list-news .item-news .infos-sld-art {
  padding: 16px 40px 40px 40px;
}

.list-news .item-news .infos-sld-art .date-art {
  font-size: 18px;
  color: #2A2F35;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.list-news .item-news .infos-sld-art h4 {
  font-size: 26px;
  color: #2A2F35;
  font-weight: 700;
  margin-bottom: 20px;
}

.list-news .item-news .infos-sld-art p {
  font-size: 18px;
  color: #2A2F35;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
  line-height: 28px;
}

.list-news .item-news .infos-sld-art a {
  color: #800200;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  font-weight: 600;
}

.list-news .item-news .infos-sld-art a:after {
  content: "";
  background: url(../images/link-arrow-right.svg) no-repeat;
  width: 20px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  transition: all 0.3s;
  transform: translate(0, 3px);
}

.list-news .item-news .infos-sld-art a:hover:after {
  transform: translate(6px, 3px);
}

.sbg-pagination {
  padding-top: 30px;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.sbg-pagination a,
.sbg-pagination span {
  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;
}

.sbg-pagination span.current,
.sbg-pagination a:hover {
  background: #800200;
  border: 1px solid #800200;
  color: #fff;
}

.sbg-pagination a.prev,
.sbg-pagination a.next,
.sbg-pagination a.prev:hover,
.sbg-pagination a.next:hover {
  width: auto;
  height: auto;
  color: #800200;
  font-size: 18px;
  position: relative;
  padding-right: 35px;
  border: none;
  background: none;
}

.sbg-pagination a.prev:after,
.sbg-pagination a.next:after {
  content: "";
  display: inline-block;
  background: url(../images/action-arrow-right.svg) no-repeat;
  width: 16px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
}

.sbg-pagination a.prev.prev,
.sbg-pagination a.next.prev {
  padding-right: 0;
  padding-left: 35px;
}

.sbg-pagination a.prev.prev:after,
.sbg-pagination a.next.prev:after {
  top: -5px;
  left: 0;
  right: inherit;
  transform: rotate(180deg);
}

.sbg-cave {
  padding: 80px 0 64px 0;
}

.virtuall-cave {
  display: flex;
  background-color: #FAFAFA;
  border-radius: 16px;
  gap: 40px;
  padding: 64px;
}

.virtuall-cave .col-infos-virtuall h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2A2F35;
  padding-bottom: 40px;
}

.virtuall-cave .col-infos-virtuall p {
  color: #2A2F35;
  font-size: 22px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 25px;
}

.virtuall-cave .col-infos-virtuall .points-vente {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  padding-top: 30px;
  padding-bottom: 50px;
}

.virtuall-cave .col-infos-virtuall .coord-virt {
  margin-top: 30px;
}

.virtuall-cave .col-infos-virtuall .coord-virt h3 {
  color: #2A2F35;
  font-size: 26px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 25px;
}

.virtuall-cave .col-infos-virtuall .coord-virt p span {
  font-weight: 600;
}

.virtuall-cave .col-illustration span {
  color: #2A2F35;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding-top: 15px;
  display: block;
}

.product-virt {
  padding: 0 0 80px 0;
}

.product-virt .list-products .grid {
  margin-left: -30px;
  margin-right: -30px;
}

.list-products button {
  width: auto;
}

.product-virt .list-products .filters {
  overflow: hidden;
  position: relative;
}

.product-virt .list-products .content-grid-item {
  padding-left: 15px;
  padding-right: 15px;
}

.list-products .swiper-button-next,
.list-products .swiper-button-prev {
  color: #000;
  opacity: 1;
}

.list-products .swiper-button-next:after,
.list-products .swiper-button-prev:after {
  font-size: 18px;
}

.list-products .swiper-button-next {
  right: 0;
  padding-left: 100px;
  padding-right: 15px;
  /* Permalink - use to edit and share this gradient. Permalien - à utiliser pour éditer et partager ce gradient: https://colorzilla.com/gradient-editor/#ffffff+28,ffffff+100&1+23,0+100 */
  background: linear-gradient(to left, rgb(255, 255, 255) 23%, rgba(255, 255, 255, 0.94) 50%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.list-products .swiper-button-prev {
  left: 0;
  padding-right: 60px;
  padding-left: 15px;
  /* Permalink - use to edit and share this gradient. Permalien - à utiliser pour éditer et partager ce gradient: https://colorzilla.com/gradient-editor/#ffffff+28,ffffff+100&1+23,0+100 */
  background: linear-gradient(to right, rgb(255, 255, 255) 23%, rgba(255, 255, 255, 0.94) 28%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.intro-rse {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 120px 40px 120px 0;
}

.intro-rse .desc-intro-rse {
  width: 50%;
}

.intro-rse .desc-intro-rse h1 {
  color: #fff;
  font-size: 58px;
  padding-bottom: 25px;
}

.intro-rse .desc-intro-rse p {
  color: #fff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 22px;
}

.intro-rse .slide-rse {
  width: 50%;
}

.slide-rse {
  padding-left: 40px;
}

.slide-rse h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 15px;
  text-align: center;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.control-rse {
  position: relative;
  height: 32px;
  width: fit-content;
  margin: 10px auto 0 auto;
  padding: 0 35px;
}

.control-rse .swiper-pagination {
  position: static;
  width: fit-content;
  margin: 0 auto;
  padding-top: 7px;
}

.control-rse .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.16;
}

.control-rse .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.control-rse .swiper-button-next,
.control-rse .swiper-button-prev {
  z-index: 9;
}

.control-rse .swiper-button-next:after,
.control-rse .swiper-button-prev:after {
  font-size: 22px;
  color: #fff;
}

.box-slide-rse {
  overflow: hidden;
  position: relative;
}

.box-slide-rse .item-sld-rse {
  display: flex;
}

.box-slide-rse .item-sld-rse .desc-rse {
  width: 50%;
  background: #A57D7E;
  padding: 32px 24px;
}

.box-slide-rse .item-sld-rse .desc-rse h4 {
  font-size: 20px;
  color: #fff;
  padding-bottom: 20px;
  font-weight: 700;
}

.box-slide-rse .item-sld-rse .desc-rse h4 span {
  font-size: 32px;
}

.box-slide-rse .item-sld-rse .desc-rse p {
  font-size: 16px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  line-height: 22px;
}

.box-slide-rse .item-sld-rse .visu-rse {
  width: 50%;
}

.box-slide-rse .item-sld-rse .visu-rse img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sbg-rse {
  padding: 32px 0 80px 0;
}

.sbg-rse .intro-img {
  text-align: center;
  margin-bottom: 80px;
}

.box-politique {
  padding: 64px;
  margin-bottom: 80px;
  background: #FAFAFA;
  border-radius: 16px;
}

.box-politique h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2A2F35;
  padding-bottom: 40px;
}

.box-politique .list-odd {
  display: flex;
  flex-wrap: wrap;
  gap: 33px;
}

.box-politique .list-odd .item-odd {
  width: calc(25% - 25px);
  border-radius: 16px;
}

.box-politique .list-odd .item-odd img {
  width: 100%;
  display: block;
  height: auto;
}

.activites-rse {
  padding-bottom: 160px;
}

.activites-rse h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2A2F35;
  padding-bottom: 40px;
}

.activites-rse .box-act-rse {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.activites-rse .box-act-rse .item-act-rse {
  overflow: hidden;
  width: calc((100% - 120px) / 4);
}

.activites-rse .box-act-rse .item-act-rse img {
  width: 100%;
  display: flex;
  transition: all 0.3s;
  height: auto;
}

.activites-rse .box-act-rse .item-act-rse:hover img {
  transform: scale(1.08);
}

.activites-rse .box-act-rse .item-act-rse span {
  display: block;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  color: #2A2F35;
  padding-top: 15px;
  text-transform: lowercase;
}

.documentation-rse {
  padding-bottom: 160px;
}

.documentation-rse h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2A2F35;
  padding-bottom: 40px;
}

.documentation-rse p {
  color: #2A2F35;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 40px;
}

.documentation-rse .box-doc-rse {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.documentation-rse .box-doc-rse .item-doc-rse {
  width: 220px;
}

.documentation-rse .box-doc-rse .item-doc-rse img {
  width: 100%;
  display: flex;
  transition: all 0.3s;
}

.documentation-rse .box-doc-rse .item-doc-rse:hover img {
  transform: scale(1.08);
}

.documentation-rse .box-doc-rse .item-doc-rse span {
  display: block;
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  color: #2A2F35;
  padding-top: 15px;
  text-transform: lowercase;
}

.banner-doc {
  background-color: #F4F4F4;
  min-height: 256px;
}

.banner-doc .title-page span,
.banner-doc .title-page h1 {
  color: #2A2F35;
}

.sgb-qualites {
  padding: 80px 0;
}

.sgb-qualites h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2A2F35;
  padding-bottom: 40px;
}

.list-code-doc {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.list-code-doc .item-code-doc {
  width: calc((100% - 200px) / 6);
  text-decoration: none;
}

.list-code-doc .item-code-doc img {
  width: 100%;
}

.list-code-doc .item-code-doc span {
  font-size: 22px;
  font-weight: 700;
  color: #2A2F35;
  display: block;
  font-family: "Open Sans", sans-serif;
  padding-top: 15px;
}

.sgb-contact {
  padding: 80px 0;
}

.intro-contact {
  background-color: #FAFAFA;
  border-radius: 16px;
  padding: 64px;
  margin-bottom: 40px;
}

.intro-contact h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2A2F35;
  padding-bottom: 40px;
}

.intro-contact p {
  font-size: 18px;
  color: #2A2F35;
  display: block;
  font-family: "Open Sans", sans-serif;
  line-height: 28px;
}

.form-contact {
  border: 1px solid #DBDADE;
  border-radius: 16px;
  display: flex;
  overflow: hidden;
}

.col-tabs-contact {
  width: 268px;
  border-right: 1px solid #DBDADE;
}

.col-tabs-contact ul li a {
  padding: 24px;
  color: #2A2F35;
  font-size: 16px;
  display: flex;
  gap: 16px;
  text-decoration: none;
  line-height: 22px;
  font-family: "Open Sans", sans-serif;
}

.col-tabs-contact ul li a .icon-tab {
  min-width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #F5F6F7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-tabs-contact ul li a .icon-tab .active {
  display: none;
}

.col-tabs-contact ul li a.active {
  background: #FFFAFA;
  color: #000;
  font-weight: 600;
}

.col-tabs-contact ul li a.active .icon-tab {
  background: #800200;
}

.col-tabs-contact ul li a.active .icon-tab img {
  display: none;
}

.col-tabs-contact ul li a.active .icon-tab img.active {
  display: block;
}

.col-infos-contact {
  padding: 40px;
  width: calc(100% - 268px);
  display: none;
}

.col-infos-contact.active {
  display: block;
}

.col-infos-contact .label-item-contact {
  padding-bottom: 26px;
}

.col-infos-contact .label-item-contact h3 {
  font-size: 22px;
  color: #20111D;
  padding-bottom: 10px;
}

.col-infos-contact .label-item-contact p {
  font-size: 16px;
  color: #20111D;
}

.col-infos-contact .options-infos-contact {
  padding-bottom: 15px;
}

.col-infos-contact .row-infos-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 20px;
}

.col-infos-contact label {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #5D586C;
  padding-bottom: 5px;
}

.col-infos-contact input,
.col-infos-contact select,
.col-infos-contact textarea {
  width: 100%;
  border: 1px solid #DBDADE;
  border-radius: 6px;
  height: 40px;
  padding: 0 16px;
  font-size: 16px;
  color: #5D586C;
  font-family: "Open Sans", sans-serif;
}

.col-infos-contact textarea {
  height: 142px;
  padding-top: 15px;
}

.col-infos-contact .col-option-3 {
  width: calc((100% - 48px) / 3);
}

.col-infos-contact .col-option-2 {
  width: calc((100% - 32px) / 2);
}

.col-infos-contact .col-option-2 span {
  color: #A5A2AD;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}

.col-infos-contact .col-option-1 {
  width: 100%;
}

.input-file-holder {
  position: relative;
}

.input-file-upload-btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: #800200;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 39px;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

.row-action-contact {
  display: flex;
  justify-content: space-between;
}

.row-action-contact a,
.row-action-contact input[type="submit"] {
  color: #800200;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  position: relative;
  padding-right: 35px;
  text-decoration: none;
  border: none;
  background: none;
  width: auto;
}

.row-action-contact input[type="submit"] {
  background: url(../images/action-arrow-right.svg) center right no-repeat;
  padding-right: 40px;
}

.row-action-contact a:after {
  content: "";
  display: inline-block;
  background: url(../images/action-arrow-right.svg) no-repeat;
  width: 16px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
}

.row-action-contact a.prev {
  padding-right: 0;
  padding-left: 35px;
}

.row-action-contact a.prev:after {
  top: -5px;
  left: 0;
  right: inherit;
  transform: rotate(180deg);
}

.row-action-contact a.desable {
  color: #94979A;
  pointer-events: none;
}

.row-action-contact a.desable:after {
  background: url(../images/disable-action-arrow-right.svg) no-repeat;
}

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

.menu-row ul li a.active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
  content: "";
  display: block;
  width: 29px;
  height: 4px;
  background: #800200;
}

.menu-row ul li a:hover {
  color: #800200;
}

.menu-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.menu-box .logo {
  max-width: 140px;
}

.menu-box .logo img {
  width: 100%;
}

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

@media only screen and (min-width: 1024px) {
  .bar-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .menu {
    display: flex !important;
  }

  .menu .megamenu>a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 28px;
    display: none;
  }

  .menu .megamenu>a:hover:after {
    display: block;
  }

  .menu li .sub-menu {
    transition: 350ms all;
  }

  .menu li:hover>.sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .menu li.megamenu>a {
    padding-right: 20px;
    position: relative;
  }

  .menu li.megamenu>a:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 8px;
    width: 8px;
    border-right: 2px solid #2A2F35;
    border-bottom: 2px solid #2A2F35;
    transform: rotate(45deg);
    margin-top: -5px;
  }

  .menu li .sub-menu {
    position: absolute;
    top: 100%;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    background: #fff;
    min-width: 250px;
  }

  .menu li .sub-menu li {
    margin-right: 0;
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid #F1F1F1;
  }

  .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;
    position: relative;
    z-index: 99;
  }

  #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;
    transition: all 0.3s ease;
  }

  #menu_trigger .menulines:before,
  #menu_trigger .menulines:after {
    position: absolute;
    left: 0;
  }

  #menu_trigger .menulines:before {
    top: -9px;
  }

  #menu_trigger .menulines:after {
    top: 9px;
  }

  /* Animation quand le menu est ouvert */
  #menu_trigger.menuopen .menulines {
    background: transparent;
    /* Barre du milieu invisible */
  }

  #menu_trigger.menuopen .menulines:before {
    transform: rotate(45deg);
    top: 0;
  }

  #menu_trigger.menuopen .menulines:after {
    transform: rotate(-45deg);
    top: 0;
  }

  .menu-row .mobile-menu {
    display: none;
    position: absolute;
    position: absolute;
    left: -15px;
    right: -15px;
    top: -76px;
    background: #fff;
    overflow: hidden;
    padding-top: 100px;
    height: 100vh;
    z-index: 9;
  }

  .menu-row .mobile-menu ul {
    transition: 350ms all;
    display: block;
  }

  .menu-row .mobile-menu li {
    margin: 0;
    font-size: 16px;
  }

  .menu-row .mobile-menu li a {
    color: #2A2F35;
    display: block;
    position: relative;
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 700;
  }

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

  .menu-row .mobile-menu li a .navtrigger: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(-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;
    padding-top: 100px;
  }

  .menu-row .mobile-menu li .sub-menu li {
    font-size: 14px;
  }

  .menu-row .mobile-menu li .sub-menu .backmenu-row {
    position: relative;
    padding: 10px 20px;
    padding-left: 50px;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    color: #9C1006;
  }

  .menu-row .mobile-menu li .sub-menu .backmenu-row .back-trigger {
    padding: 0;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 30px;
    display: block;
    background: white;
  }

  .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 #9C1006;
    border-bottom: 2px solid #9C1006;
    transform: translate(-50%, -50%) rotate(135deg);
  }

  .menu-row .mobile-menu li .sub-menu .backmenu-row em {
    font-style: normal;
    color: #9C1006;
  }

  .menu-row .mobile-menu li.sub-open>.sub-menu {
    left: 0;
  }
}

@media only screen and (max-width: 1860px) {

  .banner .swiper-button-next,
  .banner .swiper-rtl .swiper-button-prev {
    right: 15px;
  }

  .banner .swiper-button-prev,
  .banner .swiper-rtl .swiper-button-next {
    left: 15px;
  }
}

@media only screen and (max-width: 1660px) {
  .content-item-banner {
    padding-left: 70px;
  }
}

@media only screen and (max-width: 1224px) {
  .bar-menu .plus-link a {
    font-size: 14px;
  }

  .bar-menu .search .icon-loop span {
    font-size: 14px;
  }

  .col-illustration img {
    width: 100%;
  }

  .product-virt .list-products .grid {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .top-bar .tel-res .coord-tels {
    display: none;
  }

  .bar-menu {
    padding: 25px 0 15px 0;
    position: relative;
  }

  .bar-menu .logo-box {
    position: absolute;
    top: 10px;
    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 div.search-form {
    padding: 10px 25px;
  }

  .bar-menu .search.active .search-box {
    width: 300px;
  }

  .slide-articles .item-sld-art .infos-sld-art {
    padding-left: 25px;
    padding-right: 25px;
  }

  .slide-articles .item-sld-art .infos-sld-art h4 {
    font-size: 21px;
  }

  .slide-articles .item-sld-art .infos-sld-art p {
    font-size: 16px;
  }

  .slide-articles .item-sld-art .infos-sld-art a {
    font-size: 18px;
  }

  .discouver-products-items {
    flex-wrap: wrap;
  }

  .discouver-products-items-item {
    width: calc((100% - 24px) / 2);
  }

  .footer .row-logo-menu-footer .col-menu {
    gap: 25px;
  }

  .list-news .item-news {
    width: calc((100% - 20px) / 2);
  }

  .list-news .item-news .infos-sld-art {
    padding-left: 15px;
    padding-right: 15px;
  }

  .list-news .item-news .infos-sld-art h4 {
    font-size: 21px;
  }

  .list-news .item-news .infos-sld-art p {
    font-size: 16px;
  }

  .list-news .item-news .infos-sld-art a {
    font-size: 18px;
  }

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

  .our-valeur {
    padding-left: 0;
    padding-right: 0;
  }

  .date-history h2 {
    font-size: 31px;
  }

  .date-history-box {
    padding: 24px;
  }

  .date-history .visu-text .desc-date h3 {
    font-size: 21px;
  }

  .date-history .visu-text .desc-date p {
    font-size: 16px;
  }

  .virtuall-cave {
    flex-direction: column;
    padding: 24px;
  }

  .sgb-qualites h2 {
    font-size: 25px;
  }

  .list-code-doc .item-code-doc {
    width: calc((100% - 80px) / 3);
  }

  .intro-rse .desc-intro-rse,
  .intro-rse .slide-rse {
    width: 100%;
    padding-left: 0;
  }

  .col-infos-contact .col-option-3 {
    width: calc((100% - 16px) / 2);
  }

  .intro-contact {
    padding: 25px;
  }

  .intro-contact h2 {
    font-size: 27px;
  }

  .intro-contact p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .control-banner {
    display: none;
  }

  .banner .item-banner .content-item-banner h3 {
    font-size: 36px;
  }

  .banner .item-banner .content-item-banner p {
    font-size: 26px;
  }

  .banner .item-banner {
    height: 520px;
  }

  .content-item-banner {
    padding-left: 0;
  }

  .footer .row-logo-menu-footer {
    flex-direction: column;
  }

  .footer .row-logo-menu-footer .col-logo {
    padding-bottom: 30px;
    max-width: 100%;
  }

  .slide-articles {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sbr-articles .container {
    padding-left: 5px;
    padding-right: 5px;
  }

  .list-news .item-news {
    width: 100%;
  }

  .sbg-pagination ul {
    gap: 10px;
    flex-wrap: wrap;
  }

  .sbg-pagination a {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .inner-banner {
    min-height: 230px;
  }

  .inner-banner .title-page h1 {
    font-size: 39px;
  }

  .our-valeur .box-valeur .item-valeur {
    width: 100%;
  }

  .date-history .visu-text {
    flex-direction: column;
  }

  .date-history .visu-text .visu-date {
    width: 100%;
  }

  .date-history .visu-text .desc-date {
    width: 100%;
  }

  .list-products .filters .button {
    font-size: 18px;
    padding: 10px 20px;
  }

  .list-products .grid-item {
    width: 33.33%;
  }

  .box-politique {
    padding: 24px;
  }

  .box-politique .list-odd .item-odd {
    width: calc((100% - 33px) / 2);
  }

  .activites-rse .box-act-rse .item-act-rse {
    width: calc((100% - 40px) / 2);
  }

  .documentation-rse .box-doc-rse .item-doc-rse {
    width: calc((100% - 40px) / 2);
  }

  .form-contact {
    flex-direction: column;
  }

  .col-tabs-contact {
    width: 100%;
    border: none;
    border-bottom: 1px solid #DBDADE;
  }

  .col-infos-contact {
    width: 100%;
    padding: 25px;
  }

  .col-infos-contact .col-option-3,
  .col-infos-contact .col-option-2 {
    width: 100%;
  }
}

@media only screen and (max-width: 560px) {
  .discouver-products-items-item {
    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;
  }

  .infos-tab-links li a {
    font-size: 16px;
  }

  .list-products .grid-item {
    width: 50%;
  }

  .list-code-doc .item-code-doc {
    width: calc((100% - 40px) / 2);
  }
}

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

/* Page detail produit */
.detail-pdrs {
  padding: 80px 0;
}

.link-back {
  padding-bottom: 80px;
}

.link-back a {
  text-decoration: none;
  font-size: 18px;
  color: #800200;
  font-family: "Open Sans", sans-serif;
  position: relative;
  padding-left: 42px;
}

.link-back a::before {
  content: "";
  display: block;
  width: 26px;
  height: 20px;
  background: url(../images/icon-back.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 2px;
}

.list-detail {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #F1F1F1;
  background: #FCF5F3;
  padding: 64px;
  align-items: center;
  border-radius: 16px;
}

.list-detail .visu-detail {
  display: flex;
  width: 240px;
  padding-right: 40px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.list-detail .visu-detail img {
  max-width: 560px;
  max-width: 140px;
}

.list-detail .disc-detail {
  width: calc(100% - 240px);
  padding-right: 40px;
}

.list-detail .disc-detail h2 {
  font-size: 36px;
  color: #2A2F35;
  font-weight: 700;
  padding-bottom: 20px;
}

.list-detail .disc-detail p {
  color: #2A2F35;
  font-size: 18px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 20px;
}

.list-detail .disc-detail .item-info-detail {
  color: #2A2F35;
  font-size: 22px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
}

.list-detail .disc-detail .item-info-detail strong {
  font-weight: 700;
}

.others-products {
  padding-top: 80px;
  padding-bottom: 80px;
}

.others-products h5 {
  padding-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
  color: #2A2F35;
}

.others-products .list-other-product {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.others-products .list-other-product a {
  width: calc((100% - 5 * 40px) / 6);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.others-products .list-other-product img {
  max-height: 220px;
  width: auto;
}

.others-products .list-other-product span {
  padding-top: 20px;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
}


/* Page detail actus */

.detail-single {
  padding-bottom: 80px;
}

.detail-single .visu {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 32px;
}

.detail-single .visu img {
  display: block;
  width: 100%;
  height: auto;
}

.detail-single .desc-single .date {
  display: block;
  font-size: 18px;
  color: #2A2F35;
  padding-bottom: 10px;
}


.detail-single .desc-single p {
  color: #2A2F35;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  line-height: 28px;
  padding-bottom: 20px;
}

.others-news {
  padding-top: 80px;
}

.others-news h5 {
  padding-bottom: 40px;
  font-size: 36px;
  font-weight: 700;
  color: #2A2F35;
}

.list-other-news {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.list-other-news .item-news {
  width: calc((100% - 2 * 40px) / 3);
  border-radius: 16px;
  border: 1px solid #F1F1F1;
}

.list-other-news .item-news:hover {
  background: #fff;
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.18);
}

.list-other-news .item-news .visu-sld-art {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  overflow: hidden;
}

.list-other-news .item-news .visu-sld-art img {
  width: 100%;
  height: auto;
}

.list-other-news .item-news .infos-sld-art {
  padding: 16px 40px 40px 40px;
}

.list-other-news .item-news .infos-sld-art .date-art {
  font-size: 18px;
  color: #2A2F35;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.list-other-news .item-news .infos-sld-art h4 {
  font-size: 26px;
  color: #2A2F35;
  font-weight: 700;
  margin-bottom: 20px;
}

.list-other-news .item-news .infos-sld-art p {
  font-size: 20px;
  color: #2A2F35;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
  line-height: 28px;
}

.list-other-news .item-news .infos-sld-art a {
  color: #800200;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  font-weight: 600;
}

.list-other-news .item-news .infos-sld-art a:after {
  content: "";
  background: url(../images/link-arrow-right.svg) no-repeat;
  width: 20px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}

.main {
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {

  .others-products .list-other-product a {
    width: calc((100% - 3 * 40px) / 4)
  }

  .list-other-news .item-news {
    width: calc((100% - 40px) / 2)
  }
}

@media only screen and (max-width: 768px) {
  .link-back {
    padding-bottom: 40px;
  }

  .detail-pdrs {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .others-products .list-other-product a {
    width: calc((100% - 40px) / 2);
  }

  .others-products {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .list-detail {
    padding: 25px;
  }

  .others-news {
    padding-top: 40px;
  }

  .detail-single {
    padding-bottom: 40px;
  }

  .sbg-news {
    padding: 40px 0;
  }

  .list-other-news .item-news {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .list-detail .visu-detail {
    width: 100%;
  }

  .list-detail .disc-detail {
    width: 100%;
  }
}

.search-page-list {
  padding-bottom: 40px;
}

.search-page-list h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2A2F35;
  padding-bottom: 25px;
}

.search-page-list h2.entry-title {
  padding: 0;
}

.search-page-list h2 a {
  font-size: 21px;
  font-weight: 700;
  color: #2A2F35;
  padding-bottom: 10px;
}

.search-page-list .entry-summary {
  padding: 15px;
}

.search-page-list .entry-summary p {
  font-size: 16;
  line-height: 24px;
}

.search-page-list .entry-summary p a {
  color: #800200;
}

.detail-poste-single .search {
  text-align: center;
  min-height: 300px;
}

.detail-poste-single form.search-form {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}

.detail-poste-single .box-search {
  padding-top: 15px;
}

.detail-poste-single input[type="submit"] {
  height: 48px;
  background: #800200;
  border: none;
  border-radius: 25px;
  font-size: 18px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  padding: 0 25px;
}

.detail-poste-single input[type="text"] {
  border: 1px solid #000;
  font-size: 16px;
  height: 48px;
  border-radius: 12px;
  padding: 0 10px;
}

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

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

.mask-modal .modal-sobraga {
  max-width: 505px;
  width: 100%;
  height: 440px;
  background: #fff;
  padding: 70px 30px 30px 30px;
  text-align: center;
}

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

.mask-modal .modal-sobraga .content-modal {
  padding-top: 60px;
}

.mask-modal .modal-sobraga h2 {
  font-size: 27px;
  font-weight: 700;
  color: #800200;
  padding-bottom: 35px;
}

.mask-modal .modal-sobraga p {
  font-size: 21px;
  color: #333333;
  padding-bottom: 35px;
  font-weight: 700;
}

.mask-modal .modal-sobraga a {
  display: inline-block;
  background: #800200;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 24px;
  border-radius: 24px;
}

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

/* Popup */
.container-menu .search-box {
  position: fixed;
  width: 100%;
  max-width: 1000px;
  display: none;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.numbres {
  padding: 80px 0;
}

.numbres h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2A2F35;
  padding-bottom: 40px;
}

.numbres .list-numbres {
  display: flex;
  flex-wrap: wrap;
}

.numbres .item-numbre {
  width: calc(100% / 6);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.numbres .item-numbre .icon {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.numbres .item-numbre h3 {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
}

.numbres .item-numbre p {
  font-size: 20px;
}

.numbres .item-numbre.item-01 .icon {
  background: #E3F3EF;
}

.numbres .item-numbre.item-01 h3 {
  color: #71C4AE;
}

.numbres .item-numbre.item-01 p {
  color: #71C4AE;
}

.numbres .item-numbre.item-02 .icon {
  background: #F6D7D6;
}

.numbres .item-numbre.item-02 h3 {
  color: #D23934;
}

.numbres .item-numbre.item-02 p {
  color: #D23934;
}

.numbres .item-numbre.item-03 .icon {
  background: #FBF2EC;
}

.numbres .item-numbre.item-03 h3 {
  color: #ECBFA0;
}

.numbres .item-numbre.item-03 p {
  color: #ECBFA0;
}

.numbres .item-numbre.item-04 .icon {
  background: #FDEDD7;
}

.numbres .item-numbre.item-04 h3 {
  color: #F3A338;
}

.numbres .item-numbre.item-04 p {
  color: #F3A338;
}

.numbres .item-numbre.item-05 .icon {
  background: #F6D2D7;
}

.numbres .item-numbre.item-05 h3 {
  color: #D22038;
}

.numbres .item-numbre.item-05 p {
  color: #D22038;
}

.numbres .item-numbre.item-06 .icon {
  background: #DBECD7;
}

.numbres .item-numbre.item-06 h3 {
  color: #49A236;
}

.numbres .item-numbre.item-06 p {
  color: #49A236;
}

.prod-dist {
  padding: 80px 0;
}

.prod-dist h2 {
  font-size: 36px;
  font-weight: 700;
  color: #2A2F35;
  padding-bottom: 40px;
}

.line-production .labels-production {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  font-size: 48px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #2A2F35;
  text-transform: uppercase;
  padding-bottom: 20px;

}

.line-production .labels-production span {
  font-size: 28px;
}

.line-production .desc-productions {
  border-top: 3px solid #800200;
  position: relative;
  padding-left: 130px;
  padding-right: 130px;
  padding-bottom: 30px;
  display: flex;

}

.line-production .item-production {
  padding-top: 20px;
  position: relative;
  padding-right: 40px;
  width: 20%;
}

.line-production .item-production:last-child {
  padding-right: 0;
}

.line-production .item-production::after {
  content: "";
  display: block;
  position: absolute;
  top: -14px;
  left: 0;
  width: 24px;
  height: 24px;
  background: #800200;
  border: 6px solid #E6CCCC;
  border-radius: 50%;
}

.line-production .item-production h4 {
  font-size: 16px;
  color: #D61224;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding-bottom: 8px;
}

.line-production .item-production p {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #2A2F35;
  line-height: 18px;
}

.prod-dist .visu-production img {
  display: block;
  width: 100%;
}

.about-product {}

.about-product .title-about-produt {
  background: #800200;
  padding: 40px 54px;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.accord {
  width: 100%;
  border: 1px solid #F1F1F1;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.04);
}

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

.accord-item:last-child {
  border-bottom: none;
}

.accord-header {
  padding: 40px 120px 54px 40px;
  cursor: pointer;
  font-size: 28px;
  font-weight: 700;
  position: relative;
}

.accord-header .ico-accord {
  position: absolute;
  width: 48px;
  height: 48px;
  border: 1px solid #F1555B;
  border-radius: 50%;
  top: 40px;
  right: 40px;
}

.accord-header .ico-accord:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #ED1C24;
  border-right: 1px solid #ED1C24;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -50%) rotate(45deg);
  transition: all 0.3s;
}

.accord-header.active {
  color: #ED1C24;
}

.accord-header.active .ico-accord {
  border-color: #424444;
}

.accord-header.active .ico-accord:after {
  border-color: #030606;
  transform: translate(-50%, -50%) rotate(135deg);
}

.accord-content {
  padding: 40px 120px 40px 40px;
  display: none;
}

.accord-content ul {
  list-style: disc;
  padding-left: 30px;
}

.accord-content ul li {
  font-size: 22px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

@media only screen and (max-width: 1024px) {

  .numbres .item-numbre {
    width: calc(100% / 3);
  }

  .line-production .desc-productions {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .numbres .item-numbre {
    width: 100%;
    margin-bottom: 30px;
  }

  .line-production {
    padding-left: 20px;
    position: relative;
    padding-bottom: 50px;
  }

  .line-production .end {
    position: absolute;
    left: 15px;
    bottom: 10px;
    z-index: 9;
  }

  .line-production .desc-productions {
    flex-direction: column;
    border: none;
    border-left: 3px solid #800200;
    padding: 0 0 30px 0;
  }

  .line-production .item-production {
    width: 100%;
    padding-top: 0;
    padding-left: 30px;
    padding-bottom: 40px;
  }

  .line-production .item-production::after {
    top: -4px;
    left: -13px;
  }

  .prod-dist h2 {
    font-size: 24px;
  }

  .line-production .labels-production {
    font-size: 32px
  }

  .line-production .labels-production span {
    font-size: 22px
  }

  .about-product .title-about-produt {
    font-size: 23px;
    padding: 30px;
  }

  .accord-header {
    padding: 30px 110px 30px 30px;
    font-size: 23px;
  }

  .accord-header .ico-accord {
    top: 23px;
  }

  .accord-content {
    padding: 25px;
  }

  .intro-rse .desc-intro-rse h1 {
    font-size: 43px;
  }

  .intro-rse {
    padding: 40px 0px;
  }

  .slide-rse h3 {
    padding-top: 20px;
  }

  .box-slide-rse .item-sld-rse .desc-rse h4 {
    font-size: 17px;
  }

  .box-slide-rse .item-sld-rse .desc-rse p {
    font-size: 14px;
  }

  .activites-rse .box-act-rse .item-act-rse span {
    font-size: 17px;
  }
}

.hideOnly {
  display: none;
}

.mobile-menu .hideOnly {
  position: absolute;
  left: 20px;
  right: 20px;
  background: #9C1006;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  padding: 13px;
  display: block;
  color: #fff;
  border-radius: 30px;
  bottom: 100px;
}

.desc-single {
  position: relative;
}

.desc-single .title-links {
  display: flex;
  justify-content: space-between;
}

.desc-single .sr-single {
  display: flex;
  gap: 10px;
  align-items: center;
}

.desc-single .tags {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.desc-single .tags span {
  color: #1A83A6;
  font-size: 18px;
  border: 1px solid #1A83A6;
  padding: 8px 20px;
  border-radius: 24px;
}

.desc-single h1 {
  font-size: 36px;
  color: #2A2F35;
  font-weight: 700;
  padding-bottom: 20px;
}

.desc-single h2 {
  font-size: 32px;
  color: #2A2F35;
  font-weight: 700;
  padding-bottom: 20px;
}

.desc-single h3 {
  font-size: 26px;
  color: #2A2F35;
  font-weight: 700;
  padding-bottom: 20px;
}

.desc-single h4 {
  font-size: 22px;
  color: #2A2F35;
  font-weight: 700;
  padding-bottom: 20px;
}

.desc-single h5 {
  font-size: 18px;
  color: #2A2F35;
  font-weight: 700;
  padding-bottom: 20px;
}

.desc-single h6 {
  font-size: 17px;
  color: #2A2F35;
  font-weight: 700;
  padding-bottom: 20px;
}

.desc-single strong {
  font-weight: 700;
}

.desc-single blockquote,
.desc-single blockquote p {
  font-size: 20px;
  color: #2A2F35;
  font-style: italic;
  padding-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}

.desc-single blockquote strong {
  font-weight: 600;
  font-style: normal;
}

.desc-single ul {
  list-style: disc;
  padding-left: 30px;
  padding-bottom: 20px;
}

.desc-single ol {
  list-style: decimal;
  padding-left: 30px;
  padding-bottom: 20px;
}

.desc-single ul li,
.desc-single ol li {
  font-size: 18px;
  padding-bottom: 5px;
}

body.disableScroll {
  overflow: hidden;
}