/*!*******************************************************************************************************************************************!*\
  !*** 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=Catamaran:wght@100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&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: "Catamaran", 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;
}

.main {
  overflow: hidden;
}

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

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

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

.top-bar .slug {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 600;
  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;
  display: flex;
  align-items: center;
  gap: 8px;
}

.top-bar .tel-res .coord-tels .item-coord span {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.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 {
  width: 190px;
  position: relative;
}

.bar-menu .search .search-box {
  width: 100%;
  background: #fff;
}

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

.bar-menu .search .search-box input {
  color: #94979A;
  border: none;
  width: 100%;
  font-size: 16px;
  height: 38px;
  border-radius: 45px;
  border: 1px solid #030606;
  font-weight: 600;
  padding-left: 24px;
}

.bar-menu .search .search-box button {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 22px;
  width: 18px;
  background: url(../images/ico-loop.svg) no-repeat;
  border: none;
  color: #fff;
}

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

.inner-menu {
  display: flex;
  gap: 16px;
}

.lst-menu {
  position: relative;
}

.bgr-menu {
  width: 38px;
  height: 38px;
  cursor: pointer;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background: #030606;
  border: 1px solid #030606;
  padding: 10px 10px;
  border-radius: 50%;
}

.bgr-menu.active {
  background: #fff;
}

.bgr-menu.active span {
  background: #030606;
}

.bgr-menu span {
  height: 3px;
  width: 100%;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}

.dropdown-menu {
  position: absolute;
  top: 60px;
  right: 0;
  width: 245px;
  background-color: #fff;
  display: none;
  z-index: 1000;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.04);
}

.dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.dropdown-menu ul li {
  border-bottom: 1px solid #F1F1F1;
}

.dropdown-menu ul li:last-child {
  border: none;
}

.dropdown-menu ul li a {
  display: block;
  padding: 15px 20px;
  color: #2A2F35;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
}

.dropdown-menu ul li a:hover {
  color: #ED1C24;
}

.bgr-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}

.bgr-menu.active span:nth-child(2) {
  opacity: 0;
}

.bgr-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

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

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

.banner .item-banner .content-item-banner {
  max-width: 500px;
  width: 100%;
  padding-bottom: 48px;
}

.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: 16px;
  color: #fff;
  background: #712122;
  border: 1px solid #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: 15px;
  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 .control-banner {
  max-width: 1550px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 100px;
  position: absolute;
  height: 48px;
  z-index: 9;
}

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

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

.banner .swiper-button-prev,
.banner .swiper-rtl .swiper-button-next {
  left: auto;
  right: 85px;
}

.banner .swiper-button-next:after,
.banner .swiper-rtl .swiper-button-prev:after {
  content: "";
  display: block;
  background: url(../images/action-arrow-right.svg) center no-repeat;
  width: 16px;
  height: 22px;
}

.banner .swiper-button-prev:after,
.banner .swiper-rtl .swiper-button-next:after {
  content: "";
  display: block;
  background: url(../images/action-arrow-right.svg) center no-repeat;
  width: 16px;
  height: 22px;
  transform: rotate(180deg);
}

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

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

.title-section {
  padding-bottom: 40px;
}

.title-section h2,
.item-prix h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

.item-prix h2 {

  padding: 40px 0;
}

.item-prix h2~p img {
  padding-right: 40px;
  padding-bottom: 40px;
  width: auto;
  float: left;
}

.item-prix p:first-of-type img {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.our-product,
.actualites,
.presentation,
.our-marques {
  padding: 80px 0;
}

.slide-actus,
.slide-product,
.box-our-marques {
  position: relative;
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 48px;
  margin-bottom: 50px;
}

.slide-product .item-our-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.slide-product .item-our-product .name {
  padding-top: 24px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #030606;
}

.slide-product .item-our-product .name span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #030606;
}

.slide-product .item-our-product img {
  transition: all 0.3s;
}

.slide-product .item-our-product:hover img {
  transform: scale(1.1);
}


.slide-actus .item-actus,
.list-cross-actus .item-actus {
  background: #FDFDFD;
  border: 1px solid #F1F1F1;
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
}

.slide-actus .item-actus:hover,
.list-cross-actus .item-actus:hover {
  box-shadow: 0px 0px 54px 0px rgba(0, 0, 0, 0.08);
}

.slide-actus .item-actus .visu-actus img,
.list-cross-actus .item-actus .visu-actus img {
  display: block;
  width: 100%;
  transition: all 0.3s;
  height: auto;
}

.slide-actus .item-actus .infos-actus,
.list-cross-actus .item-actus .infos-actus {
  padding: 40px;
}

.slide-actus .item-actus .infos-actus .label-actus,
.list-cross-actus .item-actus .infos-actus .label-actus {
  color: #ED1C24;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  padding-bottom: 15px;
}

.slide-actus .item-actus .infos-actus .desc-actus,
.list-cross-actus .item-actus .infos-actus .desc-actus {
  font-size: 24px;
  color: #030606;
  font-weight: 700;
  padding-bottom: 20px;
}

.slide-actus .item-actus .infos-actus .sup-infos-actus,
.list-cross-actus .item-actus .infos-actus .sup-infos-actus {
  display: flex;
  align-items: center;
  gap: 10px;
}

.slide-actus .item-actus .infos-actus .sup-infos-actus .sepa,
.list-cross-actus .item-actus .infos-actus .sup-infos-actus .sepa {
  background: #030606;
  width: 1px;
  height: 13px;
}

.slide-actus .item-actus .infos-actus .sup-infos-actus .date-actu,
.list-cross-actus .item-actus .infos-actus .sup-infos-actus .date-actu {
  color: #030606;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  display: flex;
  align-items: center;
  gap: 5px;
}

.slide-actus .item-actus .infos-actus .sup-infos-actus .comment-actu,
.list-cross-actus .item-actus .infos-actus .sup-infos-actus .comment-actu {
  color: #030606;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  display: flex;
  align-items: center;
  gap: 5px;
}

.control-swiper {
  width: 120px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
}

.control-swiper .swiper-button-next,
.control-swiper .swiper-button-prev {
  width: 48px;
  height: 48px;
  border: 1px solid #424444;
  border-radius: 50%;
}

.control-swiper .swiper-button-next,
.control-swiper .swiper-rtl .swiper-button-prev {
  right: 0;
}

.control-swiper .swiper-button-next:after,
.control-swiper .swiper-rtl .swiper-button-prev:after {
  content: "";
  display: block;
  background: url(../images/darck-arrow-right.svg) center no-repeat;
  width: 48px;
  height: 22px;
}

.control-swiper .swiper-button-prev,
.control-swiper .swiper-rtl .swiper-button-next {
  left: 0;
}

.control-swiper .swiper-button-prev:after,
.control-swiper .swiper-rtl .swiper-button-next:after {
  content: "";
  display: block;
  background: url(../images/darck-arrow-left.svg) center no-repeat;
  width: 48px;
  height: 22px;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #030606;
  background: transparent;
  opacity: 1;
}

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

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.show-more {
  display: block;
  background: #ED1C24;
  border-radius: 48px;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 60px 12px 32px;
  position: relative;
  margin: 0 auto;
  text-decoration: none;
  color: #fff;
  width: fit-content;
}

.show-more:after {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  content: "";
  display: block;
  background: url(../images/ico-plus.svg) center no-repeat;
  width: 16px;
  height: 22px;
  right: 32px;
  transition: all 0.3s;
}

.show-more:hover:after {
  transform: rotate(180deg);
}

.box-presentation {
  display: flex;
  flex-wrap: wrap;
}

.box-presentation .col-visu-pres {
  width: 50%;
  padding-right: 32px;
}

.box-presentation .col-visu-pres img {
  display: block;
  width: 100%;
  border-radius: 24px;
}

.box-presentation .col-desc-pres {
  width: 50%;
  padding-left: 32px;
}

.box-presentation .col-desc-pres h2 {
  font-size: 36px;
  font-weight: 700;
  color: #030606;
  padding-bottom: 20px;
}

.box-presentation .col-desc-pres p {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #030606;
  line-height: 28px;
  padding-bottom: 20px;
}

.box-presentation .col-desc-pres a {
  margin: inherit;
}

.box-presentation .col-desc-pres .line-info {
  display: flex;
  gap: 15px;
  align-items: start;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #030606;
  line-height: 26px;
  padding-bottom: 25px;
}

.yaka-app {
  padding: 80px 0;
  background: #2A2F35;
}

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

.yaka-app img {
  display: block;
  width: 100%;
  border-radius: 24px;
}

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

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

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

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

.footer .row-logo-menu-footer .col-logo .logo-rss {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.footer .row-logo-menu-footer .col-logo .logo-rss ul {
  display: flex;
  align-items: center;
  gap: 15px;
}

.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 .coord-footer .line-info {
  display: flex;
  gap: 15px;
  align-items: start;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 20px;
  color: #DFDFDF;
}

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

.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: 24px;
  font-weight: 900;
  color: #fff;
  padding-bottom: 20px;
}

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

.footer .row-logo-menu-footer .col-menu .item-com-menu ul li a {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  color: #DFDFDF;
  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: 48px;
}

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

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

.hasFnd>img {
  display: none;
}

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

.inner-banner .title-page span {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 20px;
  text-transform: uppercase;
}

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

.discouver {
  padding: 80px 0;
}

.accord {
  width: 100%;
  border: 1px solid #F1F1F1;
  border-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;
  border-bottom: 1px solid #ddd;
  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;
}

.tag-history {
  display: flex;
  width: 100%;
}

.tag-history .visu-tag {
  width: 310px;
}

.tag-history .text-tag {
  width: calc(100% - 310px);
  padding-left: 40px;
}

.tag-history .text-tag p {
  color: #030606;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.director-word {
  width: 100%;
  border: 1px solid #F1F1F1;
  border-radius: 24px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.04);
  padding: 64px;
}

.director-word p {
  color: #030606;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 15px;
}

.director-word p.name {
  text-align: right;
}

.director-word p.name strong {
  display: block;
  font-weight: 700;
}

.visu-prix {
  padding-bottom: 80px;
}

.visu-prix img {
  display: block;
  width: 100%;
}

.item-prix {
  padding: 80px 0;
}

.item-prix p {
  color: #030606;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 20px;
}

.item-prix h3 {
  color: #030606;
  font-family: "Mulish", sans-serif;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 20px;
}

.item-prix ul {
  list-style: disc;
  padding-left: 20px;
  padding-bottom: 20px;
}

.item-prix ul li {
  color: #030606;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 5px;
}

.item-prix .text-prix-img {
  display: flex;
  flex-wrap: wrap;
}

.item-prix .text-prix-img .visu-edition {
  width: 350px;
}

.item-prix .text-prix-img .visu-edition img {
  display: block;
  width: 100%;
}

.item-prix .text-prix-img .text-edition {
  width: calc(100% - 350px);
  padding-left: 40px;
}

.tag-faq p {
  color: #030606;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 20px;
}

.tag-faq p.note {
  font-size: 14px;
  padding-bottom: 0;
  line-height: 16px;
}

.tag-faq ul {
  list-style: disc;
  padding-left: 20px;
  padding-bottom: 20px;
}

.tag-faq ul li {
  color: #030606;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 5px;
}

.all-products {
  padding: 80px 0 40px 0;
}

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

.mession {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.mession .visu-mession {
  width: 50%;
  padding-right: 32px;
}

.mession .visu-mession img {
  display: block;
  width: 100%;
}

.mession .desc-mession {
  width: 50%;
  padding-left: 32px;
}

.mession .desc-mession h3 {
  font-size: 36px;
  font-weight: 700;
  color: #030606;
  padding-bottom: 25px;
}

.mession .desc-mession p {
  color: #030606;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.words {
  padding: 80px;
}

.words h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 40px;
}

.words h2 span {
  color: #ED1C24;
}

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

.list-words .item-word {
  display: flex;
  width: calc((100% - 80px) / 3);
  border: 1px solid #E6E6E6;
  background: #FCFCFC;
  border-radius: 24px;
  padding: 40px;
  font-size: 28px;
  font-weight: 700;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.list-words .item-word span {
  width: 64px;
  height: 64px;
  margin-bottom: 40px;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  border-radius: 50%;
  background: #ED1C24;
  display: flex;
  align-items: center;
  justify-content: center;
}

.words-values .item-word {
  width: calc((100% - 120px) / 4);
}

.initiative {
  padding: 80px 0;
}

.initiative h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}

.initiative p {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  color: #030606;
  padding-bottom: 20px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

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

.initiative .list-initiative .item-initiative {
  width: calc((100% - 80px) / 3);
  border-radius: 24px;
  overflow: hidden;
}

.initiative .list-initiative .item-initiative .visu-initiative img {
  display: block;
  width: 100%;
}

.initiative .list-initiative .item-initiative .desc-initiative {
  font-size: 18px;
  color: #030606;
  font-weight: 600;
  padding: 32px;
  text-align: center;
}

.cross-actus {
  padding-top: 80px;
}

.cross-actus h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 40px;
}

.cross-actus .list-cross-actus {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.cross-actus .list-cross-actus .item-actus {
  width: calc((100% - 80px) / 3);
  text-decoration: none;
}

.ethique {
  padding: 80px 0;
}

.ethique .box-ethique {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.ethique .box-ethique .text-ethique {
  width: 52%;
  padding-right: 32px;
}

.ethique .box-ethique .text-ethique h2 {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 15px;
}

.ethique .box-ethique .text-ethique p {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #030606;
  padding-bottom: 20px;
}

.ethique .box-ethique .text-ethique a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #ED1C24;
  border-radius: 48px;
  padding: 12px 32px;
  text-decoration: none;
  margin-bottom: 10px;
}

.ethique .box-ethique .text-ethique a img {
  vertical-align: middle;
  margin-left: 6px;
}

.ethique .box-ethique .text-ethique a.send {
  margin-right: 20px;
}

.ethique .box-ethique .text-ethique a.download {
  background: #fff;
  color: #ED1C24;
  border: 1px solid #ED1C24;
}

.ethique .box-ethique .slide-ethique {
  width: 48%;
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 32px;
  position: relative;
  overflow: hidden;
}

.ethique .box-ethique .slide-ethique img {
  display: block;
  width: 100%;
}

.ethique .box-ethique .slide-ethique .control-swiper,
.ethique .box-ethique .slide-ethique .swiper-pagination,
.ethique .box-ethique .slide-ethique .swiper-button-next,
.ethique .box-ethique .slide-ethique .swiper-button-prev {
  position: static;
}

.ethique .box-ethique .slide-ethique .swiper-pagination {
  width: fit-content;
}

.ethique .box-ethique .slide-ethique .control-swiper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.ethique .box-ethique .slide-ethique .control-swiper .swiper-button-next,
.ethique .box-ethique .slide-ethique .control-swiper .swiper-button-prev {
  border: none;
  height: 22px;
  margin-top: 0;
}

.text-demarche {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  font-family: "Mulish", sans-serif;
  font-size: 24px;
  line-height: 32px;
  color: #030606;
  text-align: center;
  font-weight: 700;
}

.intro-info-rse {
  padding-bottom: 40px;
}

.intro-info-rse h3 {
  font-size: 32px;
  font-weight: 700;
  color: #030606;
  padding-bottom: 20px;
}

.intro-info-rse p {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #030606;
}

.info-rse {
  padding-top: 80px;
}

.info-rse .box-accord {
  margin-bottom: 80px;
}

.info-rse .box-accord:last-child {
  margin-bottom: 0;
}

.carriere {
  padding: 80px 0;
}

.intro-carriere {
  padding-bottom: 40px;
}

.intro-carriere h2 {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 24px;
  color: #030606;
}

.intro-carriere p {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #030606;
}

.filters {
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.filters h2 {
  font-size: 36px;
  font-weight: 700;
  color: #030606;
}

.filters .filtre {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.filters .filtre select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/ico-select.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
  border: 1px solid #DBDADE;
  padding: 0 36px 0 10px;
  border-radius: 6px;
  cursor: pointer;
  height: 42px;
  color: #A5A2AD;
}

.filters .label-filtre {
  font-size: 28px;
  font-weight: 600;
  color: #030606;
}

.filters .option-filtre {
  display: flex;
  align-items: center;
  gap: 16px;
}

.filters .option-filtre label {
  color: #5D586C;
  font-size: 20px;
  font-weight: 500;
}

.list-offres .item-offre {
  background: #FDFDFD;
  border: 1px solid #F1F1F1;
  padding: 40px;
  border-radius: 24px;
  margin-bottom: 40px;
}

.list-offres .item-offre .type-offre {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  color: #ED1C24;
  padding-bottom: 20px;
}

.list-offres .item-offre h3 {
  font-size: 24px;
  font-weight: 700;
  color: #030606;
  padding-bottom: 20px;
}

.list-offres .item-offre p {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 44px;
}

.list-offres .item-offre .plus-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-offres .item-offre .sup-infos-offre {
  display: flex;
  align-items: center;
  gap: 16px;
}

.list-offres .item-offre .sup-infos-offre .sepa {
  background: #030606;
  width: 1px;
  height: 13px;
}

.list-offres .item-offre .sup-infos-offre .date-offre {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  color: #030606;
}

.list-offres .item-offre .sup-infos-offre .comment-offre {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  color: #030606;
}

.list-offres .item-offre a {
  border: 1px solid #ED1C24;
  color: #ED1C24;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 48px;
  padding: 16px 60px 16px 32px;
  position: relative;
}

.list-offres .item-offre a:after {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  content: "";
  display: block;
  background: url(../images/ico-plus-red.svg) center no-repeat;
  width: 16px;
  height: 22px;
  right: 32px;
  transition: all 0.3s;
}

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

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

.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: 22px;
  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: 24px;
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
}

.list-products .filters {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.list-products .filters .button {
  border: none;
  background: #CFCFCF;
  font-size: 24px;
  color: #4A4A4A;
  padding: 8px 32px;
  cursor: pointer;
  border-radius: 24px;
}

.list-products .filters .button.is-checked {
  background: #FFE3E4;
  color: #ED1C24;
}

.list-products .grid-item {
  width: 16.5%;
  margin-bottom: 40px;
}

.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 .visu-grid-item img {
  transform: scale(1.1);
}

.list-products .content-grid-item span {
  font-size: 24px;
  color: #000000;
  display: block;
  font-weight: 600;
  text-align: center;
}

.list-products .content-grid-item span span {
  font-size: 18px;
  font-weight: 500;
}

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

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

.list-news .item-news {
  width: calc((100% - 2 * 40px)/3);
  border-radius: 24px;
  border: 1px solid #F1F1F1;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 40px;
  text-decoration: none;
  flex-direction: column;
}

.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 .visu-news {
  width: 100%;
}

.list-news .item-news .visu-news img {
  display: block;
  width: 100%;
  height: auto;
}

.list-news .item-news .infos-news {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px;
}

.list-news .item-news .infos-news .type-news {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  color: #ED1C24;
  padding-bottom: 16px;
}

.list-news .item-news .infos-news h3 {
  font-size: 24px;
  font-weight: 700;
  color: #030606;
  padding-bottom: 10px;
}

.list-news .item-news .infos-news p {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 25px;
  color: #030606;
}

.list-news .item-news .infos-news .sup-infos-offre {
  display: flex;
  gap: 16px;
}

.list-news .item-news .infos-news .sepa {
  background: #030606;
  width: 1px;
  height: 13px;
}

.list-news .item-news .infos-news .date-offre {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  color: #030606;
}

.list-news .item-news .infos-news .comment-offre {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  color: #030606;
}

.bra-videos {
  padding: 80px 0;
}

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

.list-videos .item-videos {
  background: #FDFDFD;
  border: 1px solid #F1F1F1;
  border-radius: 24px;
  overflow: hidden;
  width: calc((100% - 80px) / 3);
}

.list-videos a {
  display: block;
  position: relative;
  text-decoration: none;
}

.visu-videos {
  position: relative;
}

.visu-videos:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.list-videos a:hover .visu-videos:after,
.list-videos a:hover .ico-phototheque {
  display: none !important;
}

.list-videos .item-videos .visu-videos .ico-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 53px;
  z-index: 2;
}

.list-videos .item-videos .visu-videos .ico-phototheque {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 53px;
}

.list-videos .item-videos .visu-videos img {
  display: block;
  width: 100%;
  height: auto;
}

.list-videos .item-videos .infos-videos {
  padding: 40px;
}

.list-videos .item-videos .infos-videos .label-videos {
  color: #ED1C24;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  padding-bottom: 15px;
}

.list-videos .item-videos .infos-videos .desc-videos {
  font-size: 24px;
  color: #030606;
  font-weight: 700;
  padding-bottom: 20px;
}

.list-videos .item-videos .infos-videos .sup-infos-videos {
  display: flex;
  align-items: center;
  gap: 10px;
}

.list-videos .item-videos .infos-videos .sup-infos-videos .sepa {
  background: #030606;
  width: 1px;
  height: 13px;
}

.list-videos .item-videos .infos-videos .sup-infos-videos .date-actu {
  color: #030606;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  display: flex;
  align-items: center;
  gap: 5px;
}

.list-videos .item-videos .infos-videos .sup-infos-videos .comment-actu {
  color: #030606;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  display: flex;
  align-items: center;
  gap: 5px;
}

.bra-pagination {
  padding-top: 30px;
}

.bra-pagination {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.bra-pagination a,
.bra-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;
}

.bra-pagination span.current {
  background: #ED1C24;
  border: 1px solid #ED1C24;
  color: #fff;
}

.bra-pagination a.prev,
.bra-pagination a.next {
  width: auto;
  height: auto;
  color: #ED1C24;
  font-size: 18px;
  position: relative;
  padding-right: 45px;
  border: none;
}

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

.bra-pagination a.prev {
  padding-right: 0;
  padding-left: 45px;
}

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

.phototheque {
  padding: 80px 0;
}

.phototheque .gallery {
  position: relative;
  overflow: hidden;
}

.phototheque .gallery .control-swiper {
  width: 100%;
  top: inherit;
  bottom: 35px;
}

.phototheque h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 40px;
}

.phototheque .gallery-slider img {
  display: block;
  width: 100%;
}

.phototheque .gallery-thumbs {
  overflow: hidden;
  margin-left: 88px;
  margin-right: 80px;
  margin-top: 20px;
}

.phototheque .gallery-thumbs .swiper-slide {
  width: 204px;
  height: 135px;
  overflow: hidden;
  border-radius: 24px;
}

.phototheque .gallery-thumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kyes-castele {
  padding: 80px 0;
}

.selection {
  background: #FCFCFC;
  padding: 80px 0;
  text-align: center;
}

.selection h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #030606;
}

.selection p {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  color: #030606;
}

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

.our-services h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #030606;
}

.our-services p {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  color: #030606;
  text-align: center;
  padding-bottom: 40px;
}

.our-services .list-services {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.our-services .list-services .item-service {
  width: calc((100% - 80px) / 3);
  padding: 40px;
  border-radius: 24px;
  background: #FCFCFC;
  border: 1px solid #E6E6E6;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.our-services .list-services .item-service .icon-service {
  margin-bottom: 30px;
}

.our-services .list-services .item-service .label-service {
  padding-bottom: 24px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #030606;
}

.our-services .list-services .item-service .label-service span {
  font-size: 16px;
  display: block;
  text-align: center;
  font-weight: 400;
}

.our-services .list-services .item-service .description-service {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  color: #030606;
  line-height: 25px;
  text-align: center;
}

.reclamation {
  padding: 80px 0;
}

.reclamation h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #030606;
}

.reclamation .col-infos-contact {
  display: block;
  width: 100%;
  padding: 40px 40px 0 40px;
  border: 1px solid #DBDADE;
  border-radius: 16px;
}

.legal-notices {
  padding: 80px 0;
}

.legal-notices h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #030606;
}

.legal-notices h3 {
  font-family: "Mulish", sans-serif;
  color: #030606;
  font-weight: 700;
  font-size: 22px;
  padding: 15px;
}

.legal-notices p {
  font-family: "Mulish", sans-serif;
  color: #030606;
  font-size: 20px;
  line-height: 24px;
  padding: 15px;
}

.legal-notices ul {
  list-style: disc;
  padding-left: 40px;
}

.legal-notices ul li {
  font-family: "Mulish", sans-serif;
  color: #030606;
  font-size: 20px;
  padding-bottom: 5px;
}

.legal-notices ul li:last-child {
  padding-bottom: 0;
}

.legal-notices ul li a {
  font-family: "Mulish", sans-serif;
  color: #030606;
  font-size: 20px;
}

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

.qsn {
  padding-bottom: 80px;
}

.qsn h2 {
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 40px;
  color: #030606;
}

.qsn .box-qsn {
  display: flex;
  flex-wrap: wrap;
}

.qsn .col-desc-qsn {
  width: 50%;
  padding-right: 32px;
}

.qsn .col-desc-qsn p {
  font-family: "Mulish", sans-serif;
  color: #030606;
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 15px;
}

.qsn .col-desc-qsn p strong {
  font-weight: 700;
}

.qsn .col-desc-qsn ul {
  list-style: disc;
  padding-left: 60px;
}

.qsn .col-desc-qsn ul li {
  font-family: "Mulish", sans-serif;
  color: #030606;
  font-size: 20px;
  padding-bottom: 10px;
}

.qsn .col-visu-qsn {
  width: 50%;
  padding-left: 32px;
}

.qsn .col-visu-qsn img {
  display: block;
  width: 100%;
}

.productions {
  padding-top: 80px;
}

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

.productions p {
  font-family: "Mulish", sans-serif;
  color: #030606;
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 15px;
  text-align: center;
}

.box-production {
  padding: 30px 0;
  position: relative;
  overflow: hidden;
}

.box-production img {
  display: block;
  width: 100%;
}

.box-production .control-swiper,
.box-production .swiper-pagination,
.box-production .swiper-button-next,
.box-production .swiper-button-prev {
  position: static;
}

.box-production .swiper-pagination {
  width: fit-content;
}

.box-production .control-swiper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.box-production .control-swiper .swiper-button-next,
.box-production .control-swiper .swiper-button-prev {
  border: none;
  height: 22px;
  margin-top: 0;
}

.forms {
  padding: 80px 0;
}

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

.forms>p {
  font-family: "Mulish", sans-serif;
  color: #030606;
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 40px;
  text-align: center;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}

.csp {
  padding: 80px 0;
}

.csp h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 20px;
  color: #030606;
}

.list-csp .item-csp {
  padding: 40px;
  border-radius: 24px;
  border: 1px solid #F1F1F1;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: 40px;
}

.list-csp .item-csp:last-child {
  margin-bottom: 0;
}

.list-csp .item-csp .visu-csp {
  width: 220px;
}

.list-csp .item-csp .visu-csp img {
  display: block;
  width: 100%;
}

.list-csp .item-csp .infos-csp {
  width: calc(100% - 220px);
  padding-left: 40px;
}

.list-csp .item-csp .infos-csp h3 {
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 15px;
  color: #030606;
}

.list-csp .item-csp .infos-csp p {
  font-family: "Mulish", sans-serif;
  color: #030606;
  font-size: 20px;
  line-height: 25px;
  padding-bottom: 20px;
}

.list-csp .item-csp .infos-csp .sup-infos-csp {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.list-csp .item-csp .infos-csp .sup-infos-csp .sepa {
  background: #030606;
  width: 1px;
  height: 13px;
}

.list-csp .item-csp .infos-csp .sup-infos-csp .date-csp {
  color: #030606;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  display: flex;
  align-items: center;
  gap: 5px;
}

.list-csp .item-csp .infos-csp .sup-infos-csp .comment-csp {
  color: #030606;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 15px;
}

.list-csp .item-csp .infos-csp .sup-infos-csp .comment-csp strong {
  font-weight: 700;
}

.list-csp .item-csp .infos-csp a {
  border: 1px solid #ED1C24;
  color: #ED1C24;
  font-size: 18px;
  padding: 11px 32px;
  text-decoration: none;
  border-radius: 48px;
  font-weight: 700;
  display: inline-block;
}

.list-csp .item-csp .infos-csp a img {
  margin-left: 8px;
  vertical-align: middle;
}

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

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

.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: 22px;
  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;
  flex-direction: column;
}

.col-tabs-contact {
  width: 100%;
}

.col-tabs-contact ul {
  display: flex;
}

.col-tabs-contact ul li {
  width: calc(100% / 3);
}

.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;
  background: #FCFCFC;
  border-bottom: 1px solid #F1F1F1;
  border-right: 1px solid #F1F1F1;
  height: 100%;
  align-items: center;
}

.col-tabs-contact ul li:last-child a {
  border-right: none;
}

.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: #fff;
  color: #000;
  font-weight: 600;
  border-bottom: none;
}

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

.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: 100%;
  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;
  font-weight: 600;
}

.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: "Mulish", sans-serif;
}

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

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

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

.col-infos-contact .col-option-2 span {
  color: #A5A2AD;
  font-size: 12px;
  font-family: "Mulish", 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: #2A2F35;
  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: end;
  align-items: center;
}

.row-action-contact a {
  color: #800200;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  position: relative;
  padding-right: 35px;
  text-decoration: none;
}

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

.row-action-contact button,
.row-action-contact input[type="submit"] {
  border: none;
  background: #ED1C24;
  border-radius: 48px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 32px;
  width: fit-content;
}

.row-action-contact input[type="submit"] {
  background: url(../images/ico-send.svg) 79% center no-repeat #ED1C24;
  padding-right: 50px;
}

.row-action-contact button:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 22px;
  background: url(../images/ico-send.svg) center no-repeat;
  margin-left: 5px;
  vertical-align: bottom;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

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

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

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

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

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

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

@media only screen and (max-width: 1060px) {
  .footer .row-logo-menu-footer {
    flex-direction: column;
  }

  .words {
    padding: 30px;
  }

  .list-words .item-word {
    width: calc((100% - 40px) / 2);
    padding: 20px;
    font-size: 23px;
  }

  .list-news .item-news .visu-news {
    width: 50%;
  }

  .list-news .item-news .infos-news {
    width: 50%;
  }

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

  .our-services .list-services .item-service {
    padding: 20px;
  }

  .our-services .list-services .item-service .label-service {
    font-size: 27px;
  }
}

@media only screen and (max-width: 1023px) {
  .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: 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 .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;
  }

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

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

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

  .our-product,
  .actualites,
  .presentation,
  .our-marques,
  .discouver,
  .all-products,
  .ethique,
  .our-engagement,
  .initiative,
  .legal-notices,
  .contact-us,
  .forms,
  .csp {
    padding: 40px 0;
  }

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

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

  .accord-content {
    padding: 25px;
  }

  .tag-history {
    flex-direction: column;
  }

  .tag-history .visu-tag {
    width: 100%;
    padding-bottom: 20px;
  }

  .tag-history .visu-tag img {
    width: 100%;
  }

  .tag-history .text-tag {
    width: 100%;
    padding-left: 0;
  }

  .director-word {
    padding: 25px;
  }

  .visu-prix {
    padding-bottom: 20px;
  }

  .item-prix {
    padding: 40px 0;
  }

  .item-prix .text-prix-img .visu-edition {
    width: 100%;
    margin-bottom: 20px;
  }

  .item-prix .text-prix-img .text-edition {
    width: 100%;
    padding-left: 0;
  }

  .mession .visu-mession {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .mession .desc-mession {
    width: 100%;
    padding-left: 0;
  }

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

  .cross-actus .list-cross-actus .item-actus {
    width: 100%;
  }

  .box-presentation .col-visu-pres,
  .box-presentation .col-desc-pres {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .box-presentation .col-desc-pres {
    padding-top: 30px;
  }

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

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

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

  .bra-pagination ul li 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%;
  }

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

  .ethique .box-ethique .text-ethique {
    width: 100%;
    padding-right: 0;
  }

  .ethique .box-ethique .slide-ethique {
    width: 100%;
    padding-left: 0;
  }

  .list-offres .item-offre {
    padding: 20px;
  }

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

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

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

  .our-services .list-services .item-service {
    width: 100%;
  }

  .qsn {
    padding-bottom: 20px;
  }

  .qsn .col-desc-qsn {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .qsn .col-visu-qsn {
    width: 100%;
    padding-left: 0;
  }

  .list-csp .item-csp {
    padding: 20px;
  }

  .list-csp .item-csp .infos-csp {
    width: 100%;
    padding-left: 0;
  }

  .list-csp .item-csp .visu-csp {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
  }

  .list-csp .item-csp .visu-csp img {
    max-width: 100%;
    width: auto;
  }
}

@media only screen and (max-width: 660px) {
  .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);
  }

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

  .list-words .item-word {
    width: 100%;
  }

  .list-offres .item-offre .plus-link {
    flex-direction: column;
    gap: 20px;
  }

  .reclamation .col-infos-contact {
    padding: 20px;
  }

  .row-action-contact {
    flex-direction: column;
    gap: 20px;
  }

  .bar-menu .search {
    display: none;
  }
}

.link-back {
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.detail-pdrs {
  padding-top: 80px;
}

.detail-pdrs .list-detail {
  display: flex;
  flex-wrap: wrap;
  padding: 64px;
  border: 1px solid #E6E6E6;
  border-radius: 24px;
  background: #FCFCFC;
  margin-bottom: 30px;
  align-items: center;
}

.detail-pdrs .visu-detail {
  width: 194px;
  padding-right: 40px;
}

.detail-pdrs .visu-detail img {
  max-width: 100%;
  max-height: 100%;
}

.detail-pdrs .disc-detail {
  width: calc(100% - 194px);
}

.detail-pdrs .disc-detail p {
  font-size: 20px;
  line-height: 26px;
  font-family: "Mulish", sans-serif;
  padding-bottom: 20px;
  color: #030606;
}

.detail-pdrs-plus-infos {
  padding-bottom: 30px;

}

.detail-pdrs-plus-infos h5 {
  font-weight: 700;
  font-size: 20px;
  font-family: "Mulish", sans-serif;
  color: #030606;
  padding-bottom: 10px;
}

.detail-pdrs-plus-infos .item-info-detail {
  font-size: 20px;
  font-family: "Mulish", sans-serif;
  padding-bottom: 8px;
  color: #030606;
}

.detail-pdrs-plus-infos .item-info-detail strong {
  font-weight: 600;
}

.others-products {
  padding: 40px 0;
}

.others-products h5 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 40px;
}

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

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

.list-other-product .carte-product img {
  transition: all 0.3s;
}

.list-other-product .carte-product:hover img {
  transform: scale(1.1);
}

.list-other-product .carte-product span {
  padding-top: 15px;
  font-weight: 700;
  font-size: 20px;
  font-family: "Mulish", sans-serif;
  color: #030606;
  padding-bottom: 10px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .list-other-product .carte-product {
    width: calc((100% - 3 * 40px) / 4);
  }

  .col-tabs-contact ul {
    flex-direction: column;
  }

  .col-tabs-contact ul li {
    width: 100%;
  }
}

@media only screen and (max-width: 660px) {
  .detail-pdrs .list-detail {
    padding: 15px;
  }

  .detail-pdrs .visu-detail {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
    text-align: center;
  }

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

  .list-other-product .carte-product {
    width: calc((100% - 2 * 40px) / 3);
  }
}

@media only screen and (max-width: 430px) {
  .list-other-product .carte-product {
    width: calc((100% - 40px) / 2);
  }

  .footer .row-logo-menu-footer .col-logo .logo-rss>a img {
    width: 180px;
  }
}

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


.detail-single .desc-single {}

.detail-single .desc-single p {
  color: #2A2F35;
  font-size: 18px;
  font-family: "Mulish", sans-serif;
  line-height: 24px;
  padding-bottom: 15px;

}

.desc-single {
  position: relative;
}

.desc-single .sup-infos-actus {
  display: flex;
  gap: 16px;
  padding-bottom: 30px;
  padding-top: 20px;
}

.desc-single .sup-infos-actus .date-actus {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  color: #030606;
}

.desc-single .sup-infos-actus .sepa {
  background: #030606;
  width: 1px;
  height: 13px;
}

.desc-single .sup-infos-actus .comment-actus {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  color: #030606;
}

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

.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: #0E59B4;
  font-size: 18px;
  border: 1px solid #0E59B4;
  padding: 8px 20px;
  border-radius: 24px;
  background: #F5FAFF;
}

.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: "Mulish", 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;
  font-family: "Mulish", sans-serif;
}

.search-page-list {
  padding: 80px 0;
}

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

.search-page-list article {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 40px;
  text-decoration: none;
  padding: 0;
}

.search-page-list article h2 {
  font-size: 24px;
  font-weight: 700;
  color: #030606;
  padding-bottom: 10px
}

.search-page-list article h2 a {
  text-decoration: none;
}

.search-page-list article p {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 25px;
  color: #030606;
}

.search-page-list article a {
  color: #800200;
}

.timeline {
  display: flex;
  padding: 40px 64px;
  gap: 40px;
  background: #FDFDFD;
  border: 1px solid #F1F1F1;
  height: 470px;

}

.dates-timeline {
  width: 100px;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
}

.dates-timeline:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+50,ffffff+100&1+50,0.4+100 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.4) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 9;
}

.dates-timeline:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50&0.4+0,1+50 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  z-index: 9;

}

.dates-timeline .swiper-slide {
  height: auto;
  font-size: 31px;
  font-weight: 700;
  padding: 10px 0;
  transition: all 0.3s;
  color: #CBCCCC;
  text-align: center;
}

.dates-timeline .swiper-slide.swiper-slide-active {
  color: #ED1C24;
  font-size: 40px;

}

.dates-timeline .swiper-button-prev,
.dates-timeline .swiper-rtl .swiper-button-next {
  left: 33px;
  right: 0;
  top: 0;
  width: 24px;
  height: 29px;
  margin: 0;
}

.dates-timeline .swiper-button-prev:after,
.dates-timeline .swiper-rtl .swiper-button-next:after {
  font-size: 26px;
  font-weight: bold;
  transform: rotate(90deg);
  color: #CBCCCC;
}

.dates-timeline .swiper-button-next,
.dates-timeline .swiper-rtl .swiper-button-prev {
  left: 33px;
  right: 0;
  bottom: 0;
  top: inherit;
  width: 24px;
  height: 29px;
  margin: 0;
}

.dates-timeline .swiper-button-next:after,
.dates-timeline .swiper-rtl .swiper-button-prev:after {
  font-size: 26px;
  font-weight: bold;
  transform: rotate(90deg);
  color: #CBCCCC;
}


.infos-timeline {
  width: calc(100% - 140px);
  overflow: hidden;
}

.infos-timeline .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  overflow: hidden;
}

.infos-timeline .swiper-slide .visu {
  width: 50%;
  padding-right: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.infos-timeline .swiper-slide .visu img {
  width: 100%;
  height: auto;
}

.infos-timeline .swiper-slide .dsc-info-timeline {
  width: 50%;
  padding-left: 20px;
}

.infos-timeline .swiper-slide .dsc-info-timeline h3 {
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 15px;
}

.infos-timeline .swiper-slide .dsc-info-timeline p {
  font-family: "Mulish", sans-serif;
  font-size: 24px;
  color: #030606;
  line-height: 28px;
}

.all-editions {
  padding-bottom: 40px;
}

.all-editions h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  color: #030606;
  padding-bottom: 40px;
}

.all-editions .editions {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}



.all-editions .editions .item-edition {
  width: calc((100% - 2 * 40px) / 3);
  border-radius: 24px;
  border: 1px solid #F1F1F1;
  overflow: hidden;
  background: #FDFDFD;
}

.all-editions .editions .item-edition .visu-edition img {
  display: block;
  width: 100%;
  height: auto;
}

.all-editions .editions .item-edition .infos-edition {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px;
}

.all-editions .editions .item-edition .infos-edition .type-edition {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  color: #ED1C24;
  padding-bottom: 16px;
}

.all-editions .editions .item-edition .infos-edition h3 {
  font-size: 24px;
  font-weight: 700;
  color: #030606;
  padding-bottom: 10px;
}

.all-editions .editions .item-edition .infos-edition p {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  line-height: 26px;
  padding-bottom: 25px;
  color: #030606;
}

.all-editions .editions .item-edition .infos-edition a {
  font-size: 18px;
  font-weight: 700;
  color: #ED1C24;
  text-decoration: none;
}

.list-postes-similar {
  padding: 40px 0;
}

.list-postes-similar h4 {
  font-size: 36px;
  font-weight: 700;
  color: #030606;
  padding-bottom: 40px;
  text-align: center;
}

.list-postes-similar .box-postes-similar {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.list-postes-similar .box-postes-similar .item-poste {
  padding: 40px;
  border: 1px solid #F1F1F1;
  background: #FDFDFD;
  border-radius: 24px;
  width: calc((100% - 2 * 40px) / 3);
}

.list-postes-similar .box-postes-similar .item-poste .type-poste {
  font-size: 16px;
  color: #ED1C24;
  padding-bottom: 20px;
  font-family: "Mulish", sans-serif;
}

.list-postes-similar .box-postes-similar .item-poste .label-poste {
  font-size: 24px;
  color: #030606;
  font-weight: 700;
  padding-bottom: 20px;
}

.list-postes-similar .box-postes-similar .item-poste .experience {
  font-size: 20px;
  color: #030606;
  padding-bottom: 20px;
  font-family: "Mulish", sans-serif;
  line-height: 24px;
}

.list-postes-similar .box-postes-similar .item-poste a {
  display: block;
  border: 1px solid #ED1C24;
  border-radius: 48px;
  font-size: 18px;
  font-weight: 700;
  padding: 12px 60px 12px 32px;
  position: relative;
  text-decoration: none;
  color: #ED1C24;
  width: fit-content;
}

.list-postes-similar .box-postes-similar .item-poste a:after {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  content: "";
  display: block;
  background: url(../images/ico-plus-red-02.svg) center no-repeat;
  width: 16px;
  height: 22px;
  right: 32px;
  transition: all 0.3s;
}

.list-selection {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-top: 40px;
}

.list-selection .item-selection {
  width: calc((100% - 2 * 40px) / 3);
  overflow: hidden;
  border-radius: 24px;
}

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

.gallery-actus {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.gallery-actus a {
  width: calc((100% - 4 * 40px) / 5);
  overflow: hidden;
  border-radius: 24px;
  position: relative;
}

.gallery-actus a:after {
  content: "";
  display: block;
  width: 49px;
  height: 67px;
  background: url(../images/icon-plus.svg) center no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}

.gallery-actus a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}

.gallery-actus a img {
  display: block;
  width: 100%;
  height: auto;
}

.gallery-actus a:hover:before,
.gallery-actus a:hover:after {
  opacity: 1;
}


@media only screen and (max-width: 1060px) {
  .timeline {
    padding: 20px 5px;
  }

  .infos-timeline .swiper-slide .dsc-info-timeline h3 {
    font-size: 22px;
  }

  .infos-timeline .swiper-slide .dsc-info-timeline p {
    font-size: 17px;
  }

  .gallery-actus {
    gap: 20px;
  }

  .gallery-actus a {
    width: calc((100% - 3 * 40px) / 4);
  }
}


@media only screen and (max-width: 940px) {
  .all-editions .editions .item-edition {
    width: calc((100% - 40px) / 2);
  }

  .timeline {
    gap: 10px;
  }

  .infos-timeline .swiper-slide .visu {
    width: 100%;
    padding-right: 0;
    height: auto;
  }

  .infos-timeline .swiper-slide .visu img {
    max-width: 200px;
  }

  .infos-timeline .swiper-slide .dsc-info-timeline {
    width: 100%;
    padding-left: 0;
    padding-top: 15px;
  }

  .list-postes-similar .box-postes-similar .item-poste {
    width: calc((100% - 40px) / 2);
  }
}

@media only screen and (max-width: 768px) {
  .list-selection .item-selection {
    width: 100%;
  }

  .gallery-actus a {
    width: calc((100% - 40px) / 2);
  }
}

@media only screen and (max-width: 640px) {
  .all-editions .editions .item-edition {
    width: 100%;
  }

  .list-postes-similar .box-postes-similar .item-poste {
    width: 100%;
  }

  .gallery-actus a {
    width: 100%;
  }
}

.detail-single .visu img {
  border-radius: 24px;
}

.sub-head {
  display: none;
  font-size: 22px;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
}

.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-bracongo {
  max-width: 505px;
  width: 100%;
  height: 440px;
  background: #fff;
  padding: 70px 30px 30px 30px;
  text-align: center;
}

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

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

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

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

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

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

.director-word ul,
.text-ethique ul {
  list-style: disc;
  padding-left: 20px;
  padding-bottom: 20px;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  line-height: 26px;
}


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


