/*!*******************************************************************************************************************************************!*\
  !*** 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=Roboto:ital,wght@0,100..900;1,100..900&display=swap);
/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss (1) ***!
  \***********************************************************************************************************************************************/
@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: "Roboto", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

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

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

.head-spacer {
  height: 103px;
}

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

.sr-logo a {
  display: block;
}
.sr-logo a img {
  display: block;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.4s ease;
  background: #fff;
}
.header.hide {
  transform: translateY(-100%);
  opacity: 0;
}
.header .sticky {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
}
.header.sticky.show {
  animation: slideDown 0.5s ease forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.inner-menu {
  display: flex;
  gap: 24px;
}
.inner-menu .menu-rsc {
  display: flex;
  gap: 16px;
  align-items: center;
}
.home {
  padding-top: 104px;
}

.banner .item-banner {
  height: 900px;
  overflow: hidden;
  display: flex;
  align-items: end;
}
.banner .item-banner .container {
  position: relative;
  z-index: 2;
}
.banner .item-banner > img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner .item-banner .content-slide {
  padding-bottom: 64px;
  max-width: 612px;
}
.banner .item-banner .content-slide .title {
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 15px;
  color: #fff;
  letter-spacing: 5px;
}
.banner .item-banner .content-slide .text-banner {
  font-family: "Teko", sans-serif;
  font-size: 80px;
  color: #fff;
  padding-bottom: 48px;
}
.banner .item-banner .content-slide a {
  font-size: 18px;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 40px;
  color: #d9ae09;
  text-decoration: none;
  padding: 16px 40px;
  transition: all 0.3s;
  display: flex;
  width: fit-content;
}
.banner .item-banner .content-slide a:hover {
  color: #fff;
  background: #d9ae09;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  color: #fff;
  width: 64px;
  height: 40px;
  border: 2px solid #d9ae09;
  border-radius: 20px;
  background: rgba(217, 174, 9, 0.5);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
  font-size: 16px;
}
.banner .swiper-button-next,
.banner .swiper-rtl .swiper-button-prev {
  right: 108px;
}
.banner .swiper-button-prev,
.banner .swiper-rtl .swiper-button-next {
  left: 108px;
}
.banner .swiper-pagination {
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  bottom: 64px;
}
.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #fff;
  opacity: 0.7;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
  width: 64px;
  border-radius: 8px;
}

.show-more {
  font-size: 18px;
  border: 1px solid #d9ae09;
  background: #d9ae09;
  color: #fff;
  text-decoration: none;
  padding: 16px 52px 16px 32px;
  transition: all 0.3s;
  display: inline-block;
  font-weight: 600;
  position: relative;
}
.show-more:after {
  content: "";
  display: block;
  background: url(../images/ico-plus-white.svg) center no-repeat;
  width: 16px;
  height: 22px;
  position: absolute;
  top: 16px;
  right: 28px;
}
.show-more:hover {
  color: #d9ae09;
  background: #fff;
}
.show-more:hover:after {
  background: url(../images/ico-plus-dark.svg) center no-repeat;
}

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

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

.footer {
  background: #191414;
}

.row-logo-menu-footer {
  padding: 80px 0 40px 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
}
.row-logo-menu-footer .col-logo {
  max-width: 480px;
  width: 100%;
}
.row-logo-menu-footer .col-logo .txt-obj {
  padding: 24px 0;
}
.row-logo-menu-footer .col-logo .txt-obj p {
  color: #dfdfdf;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 32px;
  font-weight: 600;
}
.row-logo-menu-footer .col-logo .row-coord {
  display: flex;
  gap: 16px;
  padding-bottom: 24px;
  align-items: start;
}
.row-logo-menu-footer .col-logo .row-coord span {
  font-size: 16px;
  line-height: 1.4;
  color: #dfdfdf;
}
.row-logo-menu-footer .col-logo ul {
  display: flex;
  text-align: center;
  gap: 15px;
}
.row-logo-menu-footer .col-logo ul a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.row-logo-menu-footer .col-logo ul a img {
  width: auto;
}
.row-logo-menu-footer .col-menu {
  display: flex;
  gap: 79px;
}
.row-logo-menu-footer .col-menu h4 {
  font-size: 20px;
  font-weight: 700;
  color: #dfdfdf;
  padding-bottom: 16px;
}
.row-logo-menu-footer .col-menu ul li {
  padding: 8px;
}
.row-logo-menu-footer .col-menu ul li a {
  text-decoration: none;
  color: #dfdfdf;
  font-size: 16px;
  transition: all 0.3s;
}
.row-logo-menu-footer .col-menu ul li a:hover {
  color: #d9ae09;
}

.row-copyright {
  background: #191414;
  padding: 15px 0;
}
.row-copyright .container {
  display: flex;
  justify-content: space-between;
  color: #dfdfdf;
  padding-top: 35px;
  padding-bottom: 35px;
}
.row-copyright .container a {
  text-decoration: none;
  color: #dfdfdf;
}

.coord-footer {
  display: flex;
  flex-wrap: wrap;
  padding: 32px 129px;
  background: #191414;
  gap: 50px;
  border-radius: 73px;
  position: relative;
  transform: translate(0, -50%);
  justify-content: center;
}
.coord-footer .item-coord {
  display: flex;
  gap: 15px;
  align-items: center;
}
.coord-footer .item-coord .icon-coord {
  width: 48px;
  height: 48px;
  border: 4px solid #3a8a61;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.coord-footer .item-coord .info-coord .label-coord {
  font-size: 16px;
  color: #dfdfdf;
}
.coord-footer .item-coord .info-coord .content-coord {
  color: #dfdfdf;
  font-weight: 700;
}
.coord-footer .item-coord .info-coord .content-coord span {
  display: block;
}
.coord-footer .item-coord .info-coord .content-coord .tel {
  columns: 2;
  column-gap: 30px;
}

.hasFnd {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hasFnd > img {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mask-modal .modal-bts h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  padding-bottom: 35px;
}

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

.mask-modal .modal-bts a {
  display: inline-block;
  border: 2px solid #d9ae09;
  background: #d9ae09;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 32px;
  transition: all 0.3s;
}
.mask-modal .modal-bts a:hover {
  color: #d9ae09;
  background: #fff;
}

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

.sbt-presentaion {
  background: #fff;
  padding: 96px 0;
}

.box-presentaion {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  align-items: center;
}
.box-presentaion .visu {
  width: calc((100% - 80px) / 2);
}
.box-presentaion .visu img {
  display: block;
  width: 100%;
  height: auto;
}
.box-presentaion .desc {
  width: calc((100% - 80px) / 2);
}
.box-presentaion .desc h3 {
  font-size: 18px;
  font-weight: 600;
  color: #bda457;
  padding-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.box-presentaion .desc h2 {
  font-size: 46px;
  color: #030606;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 24px;
}
.box-presentaion .desc p {
  font-size: 22px;
  color: #353535;
  line-height: 1.3;
  padding-bottom: 24px;
}
.box-presentaion .desc ul {
  padding-bottom: 32px;
}
.box-presentaion .desc ul li {
  font-size: 24px;
  color: #030606;
  font-weight: 600;
  padding-bottom: 24px;
  background: url(../images/ico-list.svg) 5px 5px no-repeat;
  padding-left: 40px;
}
.box-presentaion .desc ul li:last-child {
  padding-bottom: 0;
}

.sbt-rse {
  background: #f5f3ed;
  padding: 96px 0;
}
.sbt-rse.rse-odd {
  background: #fff;
}
.sbt-rse.rse-odd .box-rse {
  flex-direction: row-reverse;
}
.sbt-rse.rse-odd .box-rse .desc {
  padding-right: 0;
  padding-left: 80px;
}

.box-rse {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-rse.small {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
.box-rse .visu {
  width: 480px;
}
.box-rse .visu img {
  display: block;
  width: 100%;
}
.box-rse .desc {
  width: calc(100% - 480px);
  padding-right: 80px;
}
.box-rse .desc h3 {
  font-size: 18px;
  font-weight: 600;
  color: #bda457;
  padding-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.box-rse .desc h2 {
  font-size: 46px;
  color: #030606;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 24px;
}
.box-rse .desc p {
  font-size: 22px;
  color: #353535;
  line-height: 1.3;
  padding-bottom: 24px;
}
.box-rse .desc ul li {
  font-size: 22px;
  color: #030606;
  padding-bottom: 24px;
  background: url(../images/ico-list.svg) 5px 5px no-repeat;
  padding-left: 40px;
}
.box-rse .desc ul li:last-child {
  padding-bottom: 0;
}
.box-rse .desc strong {
  font-weight: 600;
}

.bts-cards .video-bg {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
.bts-cards .video-bg:after {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.01) 2%,
    rgba(0, 0, 0, 0.4) 74%,
    rgba(0, 0, 0, 0.79) 100%
  );
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.bts-cards .video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}
.bts-cards .box-cards {
  position: absolute;
  bottom: 90px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 3;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.bts-cards .box-cards .item-card {
  width: calc((100% - 80px) / 5);
  position: relative;
  overflow: hidden;
}
.bts-cards .box-cards .item-card img {
  display: block;
  width: 100%;
}
.bts-cards .box-cards .item-card .over-cards {
  background: #fff;
  display: flex;
  padding: 26px 25px;
  gap: 25px;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: -100%;
  left: 15px;
  right: 15px;
  transition: all 0.3s;
}
.bts-cards .box-cards .item-card .over-cards .icon-card img {
  max-width: 100%;
}
.bts-cards .box-cards .item-card .over-cards .name {
  font-size: 24px;
  color: #191414;
  font-weight: 600;
}
.bts-cards .box-cards .item-card:hover .over-cards {
  bottom: 0;
}

.bts-chiffres {
  background: #fff;
  padding: 96px 0;
}

.box-chiffres .intro-chiffres {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 24px;
  text-align: center;
}
.box-chiffres .intro-chiffres h3 {
  font-size: 18px;
  font-weight: 600;
  color: #bda457;
  padding-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.box-chiffres .intro-chiffres h2 {
  font-size: 46px;
  color: #030606;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 24px;
}
.box-chiffres .intro-chiffres p {
  font-size: 22px;
  color: #353535;
  line-height: 1.3;
  padding-bottom: 24px;
}

.nrl-chiffres {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 40px;
}
.nrl-chiffres .item-chiffres {
  width: calc((100% - 40px) / 2);
  background: rgba(191, 191, 191, 0.0509803922);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 48px;
  gap: 16px;
}
.nrl-chiffres .item-chiffres span {
  font-size: 70px;
  color: #353535;
  font-weight: 800;
}
.nrl-chiffres .item-chiffres p {
  font-size: 24px;
  font-weight: 600;
  color: #353535;
}

.perc-chiffres {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.perc-chiffres .item-chiffres {
  width: calc((100% - 80px) / 3);
  background: rgba(191, 191, 191, 0.0509803922);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 48px 24px;
  gap: 16px;
}
.perc-chiffres .item-chiffres.type-01 {
  background: rgba(217, 174, 9, 0.0509803922);
}
.perc-chiffres .item-chiffres.type-01 span {
  color: #d9ae09;
}
.perc-chiffres .item-chiffres.type-02 {
  background: rgba(192, 10, 29, 0.0509803922);
}
.perc-chiffres .item-chiffres.type-02 span {
  color: #c00a1d;
}
.perc-chiffres .item-chiffres.type-03 {
  background: rgba(2, 143, 213, 0.0509803922);
}
.perc-chiffres .item-chiffres.type-03 span {
  color: #028fd5;
}
.perc-chiffres .item-chiffres span {
  font-size: 70px;
  color: #353535;
  font-weight: 800;
}
.perc-chiffres .item-chiffres span sup {
  font-size: 40px;
}
.perc-chiffres .item-chiffres .label-chiffres {
  font-size: 24px;
  font-weight: 600;
  color: #353535;
}
.perc-chiffres .item-chiffres p {
  font-size: 18px;
  color: #353535;
}
.perc-chiffres .item-chiffres strong {
  font-weight: 600;
}

.bts-timeline {
  background: #fff;
  padding: 96px 0;
}

.box-timeline {
  /* ligne centrale */
  /* items impairs → gauche */
  /* items pairs → droite */
  /* cercle gauche */
  /* cercle droite */
}
.box-timeline .timeline {
  position: relative;
}
.box-timeline .timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #000;
  transform: translateX(-50%);
}
.box-timeline .timeline-item {
  position: relative;
  width: 50%;
}
.box-timeline .timeline-item .visu {
  position: relative;
}
.box-timeline .timeline-item .visu img {
  display: block;
  width: 100%;
}
.box-timeline .timeline-item .visu:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background: #ed1c24;
  border-radius: 50%;
  z-index: 2;
  right: -78px;
  transform: translate(0, -50%);
}
.box-timeline .timeline-item .desc {
  position: relative;
  margin-top: -20px;
}
.box-timeline .timeline-item .desc .time-date {
  font-size: 64px;
  color: #ed1c24;
  font-weight: 900;
}
.box-timeline .timeline-item .desc .time-date span {
  font-size: 20px;
}
.box-timeline .timeline-item .desc p {
  font-size: 22px;
  color: #353535;
  line-height: 1.3;
}
.box-timeline .timeline-item:nth-child(odd) {
  left: 0;
  padding: 0 68px 0 130px;
}
.box-timeline .timeline-item:nth-child(even) {
  left: 50%;
  padding: 0 130px 0 68px;
}
.box-timeline .timeline-item:nth-child(odd)::before {
  right: -7px;
}
.box-timeline .timeline-item:nth-child(even)::before {
  left: -7px;
}
.box-timeline .timeline-item:nth-child(even) .company {
  right: inherit;
  left: -210px;
}
.box-timeline .timeline-item:nth-child(even) .visu:before {
  right: inherit;
  left: -78px;
}
.box-timeline .timeline-item:first-child .visu:after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 50%;
  background: #fff;
  z-index: 1;
  right: -69px;
}
.box-timeline .timeline-item:last-child .visu:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 2px;
  height: 100%;
  background: #fff;
  z-index: 1;
  right: -69px;
}
.box-timeline .company {
  position: absolute;
  top: 50%;
  right: -210px;
  transform: translate(0, -50%);
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 28px;
  text-transform: uppercase;
  color: #bda457;
  font-weight: 600;
  letter-spacing: 2px;
}
.inner-banner {
  position: relative;
  min-height: 445px;
  padding: 40px;
}
.inner-banner .container {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
}
.inner-banner .container span {
  display: block;
  width: fit-content;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  text-transform: 500;
  letter-spacing: 2px;
  border-bottom: 2px solid #d9ae09;
  color: #fff;
}
.inner-banner .container h1 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
}

.bts-flags {
  background: #fff;
  padding: 96px 0;
}

.intro-flag {
  max-width: 960px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 48px;
  font-size: 22px;
  line-height: 1.3;
}

.box-flags {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.box-flags .item-flags {
  width: calc((100% - 80px) / 3);
  background: rgba(217, 174, 9, 0.0509803922);
  padding: 48px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.box-flags .item-flags .icon-flag img {
  display: block;
  max-width: 60px;
  width: 100%;
}
.box-flags .item-flags .name-flag {
  font-size: 24px;
  color: #191414;
  font-weight: 600;
  text-align: center;
}
.box-flags .item-flags .desc-flag {
  font-size: 18px;
  color: #353535;
  line-height: 1.2;
  text-align: center;
}

.bts-tags {
  background: #fff;
  padding: 96px 0;
}

.box-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.box-tags .item-tags {
  width: calc((100% - 160px) / 5);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(217, 174, 9, 0.2);
  border: 2px solid #d9ae09;
  font-size: 22px;
  font-weight: 600;
  color: #191414;
  text-decoration: none;
  padding: 20px;
  min-height: 138px;
}

.bts-drinks {
  background: #fff;
  padding: 96px 0;
}
.bts-drinks .box-drinks {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.bts-drinks .box-drinks .item-drinks {
  width: calc((100% - 120px) / 4);
  background: rgba(217, 174, 9, 0.0509803922);
  text-decoration: none;
}
.bts-drinks .box-drinks .item-drinks .visu {
  height: 262px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 69px;
}
.bts-drinks .box-drinks .item-drinks .visu img {
  max-width: 100%;
}
.bts-drinks .box-drinks .item-drinks .desc {
  padding: 0 24px 24px 24px;
}
.bts-drinks .box-drinks .item-drinks .type-drink {
  font-size: 14px;
  color: #bda457;
  font-weight: 600;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.bts-drinks .box-drinks .item-drinks .name-drink {
  font-size: 24px;
  color: #030606;
  font-weight: 600;
}

.bts-report {
  background: #fff;
  padding: 96px 0;
}
.bts-report .box-resport {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.bts-report .item-report {
  width: calc((100% - 80px) / 3);
  background: rgba(217, 174, 9, 0.0509803922);
  text-decoration: none;
}
.bts-report .item-report .visu img {
  display: block;
  width: 100%;
}
.bts-report .item-report .desc {
  padding: 16px 24px 32px 24px;
}
.bts-report .item-report .desc .type-report {
  font-size: 14px;
  font-weight: 600;
  color: #bda457;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.bts-report .item-report .desc .label-report {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bts-report .item-report .desc .label-report span {
  font-size: 24px;
  color: #030606;
  font-weight: 900;
}

.bts-documents {
  background: #fff;
  padding: 96px 0;
}
.bts-documents .box-documents {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #f4f4f4;
}
.bts-documents .box-documents .title-doc {
  padding: 32px;
  font-size: 26px;
  font-weight: 900;
  color: #030606;
}
.bts-documents .box-documents .item-doc {
  border-top: 1px solid #f4f4f4;
  padding: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.bts-documents .box-documents .item-doc .name-doc {
  font-size: 22px;
  font-weight: 900;
  color: #030606;
}
.bts-documents .box-documents .item-doc .name-doc span {
  font-weight: 600;
}

.bts-responsobilite {
  background: #fff;
  padding: 96px 0;
}
.bts-responsobilite .intro-respo {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.bts-responsobilite .intro-respo p {
  font-size: 22px;
  color: #353535;
  line-height: 1.3;
  padding-bottom: 15px;
}
.bts-responsobilite .box-respo {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
.bts-responsobilite .box-respo .cards-respo img {
  display: block;
  width: 100%;
}
.bts-responsobilite .box-respo .items-respo {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.bts-responsobilite .box-respo .items-respo .item-respo {
  width: calc((100% - 8px) / 3);
  position: relative;
  background: rgba(217, 174, 9, 0.0509803922);
  padding: 48px 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
.bts-responsobilite .box-respo .items-respo .item-respo:after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url(../images/arrow-right.svg) center no-repeat #d9ae09;
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 50%;
}
.bts-responsobilite .box-respo .items-respo .item-respo .nbr {
  font-size: 70px;
  font-weight: 800;
  color: #353535;
}
.bts-responsobilite .box-respo .items-respo .item-respo .desc {
  color: #353535;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.bts-infos {
  background: #fff;
  padding: 96px 0;
}
.bts-infos.bts-infos-odd .box-infos {
  flex-direction: row-reverse;
}
.bts-infos .box-infos {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.bts-infos .box-infos .visu {
  width: calc(42% - 20px);
}
.bts-infos .box-infos .visu img {
  width: 100%;
  display: block;
}
.bts-infos .box-infos .details {
  width: calc(58% - 20px);
}
.bts-infos .box-infos .details .illus img {
  display: block;
  width: 100%;
}
.bts-infos .box-infos .details .label-res-infos {
  padding: 32px 24px;
  font-size: 26px;
  color: #fff;
  font-weight: 900;
  background: #d9ae09;
  text-align: center;
}

.accord {
  width: 100%;
  border: 1px solid #f4f4f4;
}

.accord-item {
  border-bottom: 1px solid #f4f4f4;
}
.accord-item:last-child {
  border-bottom: none;
}

.accord-header {
  padding: 20px 54px 20px 24px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.accord-header .ico-accord {
  position: absolute;
  width: 26px;
  height: 26px;
  top: 20px;
  right: 24px;
  border-radius: 50%;
  background: #d9ae09;
}
.accord-header .ico-accord:after {
  content: "+";
  display: block;
  color: #fff;
  text-align: center;
  line-height: 26px;
}
.accord-header.active .ico-accord {
  background: #000;
}
.accord-header.active .ico-accord:after {
  content: "-";
}

.accord-content {
  padding: 0 24px 20px 24px;
  display: none;
}
.accord-content p {
  font-size: 16px;
  color: #353535;
}
.accord-content ul li {
  font-size: 16px;
  color: #353535;
}
.accord-content ol {
  list-style: decimal;
  padding-left: 30px;
}
.accord-content ol li {
  font-size: 16px;
  color: #353535;
  padding-bottom: 15px;
}

.bts-politiques {
  background: #fff;
  padding: 96px 0;
}

.box-politique {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.box-politique h5 {
  font-size: 18px;
  color: #bda457;
  font-weight: 600;
  padding-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.box-politique h2 {
  font-size: 46px;
  font-weight: 900;
  color: #030606;
  padding-bottom: 35px;
}
.box-politique h3 {
  font-size: 32px;
  font-weight: 700;
  color: #030606;
  padding-bottom: 20px;
}
.box-politique p {
  font-size: 22px;
  line-height: 1.3;
  color: #353535;
  padding-bottom: 20px;
}
.box-politique strong {
  font-weight: 600;
}
.box-politique .visu {
  padding-bottom: 20px;
}
.box-politique .visu img {
  max-width: 100%;
}

.bts-priorites {
  background: #fff;
  padding: 96px 0;
}

.box-priorites .desc-priorites {
  text-align: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.box-priorites .desc-priorites p {
  font-size: 22px;
  line-height: 1.3;
  color: #353535;
  padding-bottom: 25px;
}
.box-priorites .desc-priorites strong {
  font-weight: 600;
}
.box-priorites .desc-priorites h2 {
  font-size: 32px;
  font-weight: 700;
  color: #353535;
  padding-bottom: 25px;
}
.box-priorites .items-prio {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 25px;
}
.box-priorites .items-prio .item-prio {
  width: calc((100% - 160px) / 5);
  min-height: 248px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  padding: 24px;
  background: rgba(217, 174, 9, 0.0509803922);
  text-align: center;
}

.bts-plus {
  padding: 96px 0;
  background: #fff;
}

.box-plus {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.box-plus .item-plus {
  width: calc((100% - 40px) / 2);
  background: rgba(217, 174, 9, 0.0509803922);
  text-align: center;
}
.box-plus .item-plus .visu img {
  display: block;
  width: 100%;
}
.box-plus .item-plus .desc {
  padding: 40px 24px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.box-plus .item-plus .label-plus {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #191414;
}

.bts-question {
  background: #fff;
  padding: 96px 0;
}

.box-question {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 64px;
}
.box-question .maps {
  width: 50%;
  height: 552px;
}
.box-question .maps iframe {
  width: 100%;
  height: 100%;
}
.box-question .infos-questions {
  width: 50%;
  padding-left: 80px;
}
.box-question .infos-questions h4 {
  font-size: 18px;
  color: #bda457;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 25px;
}
.box-question .infos-questions h2 {
  font-size: 46px;
  color: #030606;
  font-weight: 900;
  padding-bottom: 25px;
}
.box-question .infos-questions h3 {
  font-size: 22px;
  font-weight: 600;
  color: #030606;
  padding-bottom: 25px;
}
.box-question .infos-questions p {
  font-size: 22px;
  color: #353535;
  line-height: 1.3;
  padding-bottom: 25px;
}
.box-question .infos-questions .line-coord {
  display: flex;
  gap: 15px;
  align-items: start;
  padding-bottom: 15px;
  padding-right: 40px;
  line-height: 1.3;
}
.box-question .infos-questions .line-coord span {
  font-size: 22px;
  color: #353535;
}

.types-questions {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.types-questions .item-questions {
  background: rgba(217, 174, 9, 0.0509803922);
  width: calc((100% - 80px) / 3);
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 48px 24px;
  gap: 24px;
}
.types-questions .item-questions .label-questions {
  font-size: 24px;
  color: #191414;
  font-weight: 600;
}

.bts-forms {
  padding: 96px 0;
  background: #fff;
}

.box-forms {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.box-forms .intro-form {
  text-align: center;
}
.box-forms .intro-form h3 {
  font-size: 18px;
  font-weight: 600;
  color: #d9ae09;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding-bottom: 25px;
}
.box-forms .intro-form h2 {
  font-size: 46px;
  font-weight: 900;
  color: #030606;
  padding-bottom: 32px;
}

.form {
  padding: 56px 64px;
  border: 1px solid #d9ae09;
}
.form .row-form {
  padding-bottom: 24px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.form .col-option-01 {
  width: 100%;
}
.form .col-option-02 {
  width: calc((100% - 24px) / 2);
}
.form .col-option-03 {
  width: calc((100% - 48px) / 3);
}
.form label {
  display: block;
  font-size: 20px;
  color: #5d596c;
  padding-bottom: 8px;
}
.form input[type="text"],
.form input[type="date"],
.form input[type="email"],
.form input[type="tel"],
.form select,
.form textarea {
  display: block;
  width: 100%;
  height: 51px;
  border: 1px solid #dbdade;
  padding: 0 16px;
  font-size: 16px;
  color: #5d596c;
  font-family: "Roboto", sans-serif;
}
.form textarea {
  height: 132px;
  padding: 16px;
}
.form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/icon-select.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.form input[type="checkbox"] {
  min-width: 24px;
  height: 24px;
}
.form .condition {
  display: flex;
  align-items: start;
  gap: 6px;
}
.form .row-action {
  text-align: center;
}
.form button,
.form input[type="submit"] {
  font-size: 18px;
  border: 1px solid #d9ae09;
  background: #d9ae09;
  color: #fff;
  text-decoration: none;
  padding: 16px 56px 16px 32px;
  transition: all 0.3s;
  display: inline-block;
  font-weight: 600;
  position: relative;
  height: 54px;
  cursor: pointer;
}
.form button:after {
  content: "";
  display: block;
  background: url(../images/icon-btn-form.svg) center no-repeat;
  width: 18px;
  height: 22px;
  position: absolute;
  top: 16px;
  right: 28px;
}

.form input[type="submit"] {
  padding-right: 35px;
  background: url(../images/icon-btn-form.svg) right 10px center #d9ae09;
  background-repeat: no-repeat;
}

.banner-video {
  height: 442px;
}
.banner-video .video-bg {
  position: relative;
  width: 100%;
  min-height: 442px;
  overflow: hidden;
}
.banner-video .video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}

.bts-special-date {
  padding: 96px 0;
  background: #fff;
}

.box-special {
  display: flex;
  flex-wrap: wrap;
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}
.box-special .visu {
  position: relative;
  width: 480px;
}
.box-special .visu .icon-special {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-special .visu .icon-special img {
  max-width: 100%;
}
.box-special .visu img {
  display: block;
  width: 100%;
}
.box-special .items-special {
  width: calc(100% - 480px);
  padding-left: 80px;
}

.item-special {
  display: flex;
  align-items: start;
  gap: 20px;
  padding-bottom: 26px;
}
.item-special p {
  font-size: 18px;
  color: #030606;
  line-height: 1.5;
}

.bts-cards.bts-cards-marque h2 {
  text-align: center;
  font-size: 46px;
  color: #fff;
  font-weight: 900;
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  padding-top: 96px;
}
.bts-cards.bts-cards-marque .video-bg {
  min-height: 932px;
}
.bts-cards.bts-cards-marque .box-cards .item-card {
  width: calc((100% - 200px) / 6);
}

.bts-company {
  padding: 96px 0;
  background: #fff;
}

.link-back {
  padding-bottom: 64px;
}
.link-back a {
  display: flex;
  gap: 10px;
  text-decoration: none;
  padding: 16px 32px;
  font-size: 18px;
  color: #d9ae09;
  border: 1px solid #d9ae09;
  width: fit-content;
}

.box-company {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-company .visu {
  width: 610px;
}
.box-company .visu img {
  display: block;
  width: 100%;
}
.box-company .visu .map {
  width: 100%;
  height: 396px;
}
.box-company .visu .map iframe {
  width: 100%;
  height: 100%;
}
.box-company .desc {
  width: calc(100% - 610px);
  padding-right: 80px;
}
.box-company .desc .drp {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 40px;
}
.box-company .desc .drp strong {
  font-size: 46px;
  font-weight: 900;
  color: #030606;
}
.box-company .desc .drp span {
  font-size: 96px;
  color: rgba(217, 174, 9, 0.2);
  font-weight: 500;
  font-style: italic;
}
.box-company .desc p {
  font-size: 20px;
  color: #030606;
  line-height: 1.3;
  padding-bottom: 24px;
}
.box-company .desc strong {
  font-weight: 600;
}
.box-company .desc h5 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 16px;
}
.box-company .desc .part-marque {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding-bottom: 32px;
  align-items: center;
}

.bts-coords {
  padding: 96px 0;
  background: #f5f3ed;
}

.box-coords {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-coords .cart {
  width: 50%;
  height: 480px;
}
.box-coords .cart iframe {
  width: 100%;
  height: 100%;
}
.box-coords .desc {
  width: 50%;
  padding-left: 80px;
}
.box-coords .desc .line-desc {
  display: flex;
  gap: 16px;
  padding-bottom: 24px;
  align-items: start;
}
.box-coords .desc .line-desc p {
  font-size: 18px;
  color: #030606;
  line-height: 1.3;
}
.box-coords .desc .line-desc p span {
  display: flex;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 5px;
  padding-top: 5px;
}

.bts-certificats {
  padding: 96px 0;
  background: #fff;
}

.box-certificats h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #bda457;
  padding-bottom: 16px;
  letter-spacing: 3px;
}
.box-certificats h2 {
  font-size: 46px;
  font-weight: 900;
  color: #030606;
  padding-bottom: 48px;
}
.box-certificats .list-certificats {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 64px;
}
.box-certificats .list-certificats .item-certificat {
  width: calc((100% - 80px) / 3);
  background: rgba(217, 174, 9, 0.0509803922);
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  padding: 24px;
}
.box-certificats .list-certificats .item-certificat span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #bda457;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.box-certificats .list-certificats .item-certificat p {
  font-size: 24px;
  color: #030606;
  font-weight: 700;
  text-transform: uppercase;
}

.bts-cards-coord {
  background: #f5f3ed;
  padding: 96px 0;
}

.box-cards-coord {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.box-cards-coord .line-cards-coord {
  background: rgba(255, 255, 255, 0.4);
  width: calc((100% - 120px) / 4);
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: start;
}
.box-cards-coord .line-cards-coord p {
  font-size: 18px;
  color: #030606;
  line-height: 1.3;
}
.box-cards-coord .line-cards-coord p span {
  display: flex;
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 5px;
  padding-top: 5px;
}

.bts.infos-nutri {
  padding: 96px 0;
}

.cart-infos {
  max-width: 610px;
  padding: 64px;
  background: #fff;
}
.cart-infos h3 {
  font-size: 18px;
  font-weight: 600;
  color: #bda457;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.cart-infos h2 {
  padding-bottom: 32px;
  font-size: 32px;
  font-weight: 600;
  color: #030606;
}
.cart-infos .list-value {
  padding-bottom: 32px;
}
.cart-infos .list-value .line-value {
  display: flex;
  padding: 16px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e4e4e4;
}
.cart-infos .list-value .line-value.ntb {
  background: rgba(217, 174, 9, 0.1098039216);
}
.cart-infos .list-value .line-value.ntb .label {
  font-size: 20px;
  font-weight: 700;
}
.cart-infos .list-value .line-value.ntb .nut-value {
  font-size: 20px;
  font-weight: 700;
}
.cart-infos .list-value .line-value .label {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.cart-infos .list-value .line-value .nut-value {
  font-size: 18px;
  color: #000;
}
.cart-infos .ingre {
  background: rgba(189, 189, 189, 0.1019607843);
  padding: 24px;
}
.cart-infos .ingre h4 {
  padding-bottom: 20px;
  font-size: 22px;
  color: #000;
  font-weight: 700;
}
.cart-infos .ingre p {
  font-size: 18px;
  line-height: 1.3;
  color: #030606;
}

.bts-infos-ntl {
  background: #fff;
  padding: 96px 0;
}

.box-infos-ntl {
  display: flex;
  max-width: 1260px;
  margin: 0 auto;
  width: 100%;
  gap: 64px;
  flex-wrap: wrap;
}
.box-infos-ntl .visu {
  width: calc(50% - 32px);
}
.box-infos-ntl .visu img {
  display: block;
  width: 100%;
}
.box-infos-ntl .desc {
  width: calc(50% - 32px);
  border: 1px solid #e4e4e4;
}
.box-infos-ntl .desc .cart-infos {
  width: 100%;
}

.tabs .tab-links {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #fdf4df;
  margin-bottom: 64px;
  flex-wrap: wrap;
}
.tabs .tab-links li {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 600;
  color: #191414;
  background: #fdf4df;
  cursor: pointer;
}
.tabs .tab-links li.active {
  background: #c00a1d;
  color: #fff;
}
.tabs .tab {
  display: none;
}
.tabs .tab.tab.active {
  display: block;
}

.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: #c00a1d;
}
.menu-row ul li a:hover {
  color: #c00a1d;
}

.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;
    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) {
  .home {
    padding-top: 88px;
  }
  .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;
  }
  #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: -50px;
    background: #fff;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 100px;
    height: calc(100vh + 50px);
  }
  .menu-row .mobile-menu ul {
    transition: 350ms all;
    display: block;
  }
  .menu-row .mobile-menu li {
    margin: 0;
    font-size: 18px;
  }
  .menu-row .mobile-menu li a {
    color: #2a2f35;
    display: block;
    position: relative;
    padding: 15px 20px;
    font-size: 18px;
  }
  .menu-row .mobile-menu li a:hover {
    color: #ffeb3b;
  }
  .menu-row .mobile-menu li a .navtrigger {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
  }
  .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: 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: 10px;
    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 #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;
  }
  #menu_trigger.menuopen .menulines:before {
    transform: rotate(45deg);
    top: 0;
  }
  #menu_trigger.menuopen .menulines:after {
    transform: rotate(-45deg);
    top: 0;
  }
  #menu_trigger.menuopen .menulines {
    background: transparent;
  }
}
@media only screen and (max-width: 1660px) {
  .content-item-banner {
    padding-left: 70px;
  }
  .bar-menu .search.active .search-box {
    width: 1000px;
  }
}
@media only screen and (max-width: 1224px) {
  .footer .row-logo-menu-footer .col-menu {
    gap: 20px;
  }
}
@media only screen and (max-width: 1060px) {
  .footer .row-logo-menu-footer {
    flex-direction: column;
  }
  .coord-footer {
    padding: 32px 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .bar-menu .link-signaler {
    position: absolute;
    right: 107px;
    top: 24px;
  }
  .inner-menu .menu-rsc {
    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;
  }
  .bar-menu .search .search-box input[type="text"] {
    padding: 0 20px;
    font-size: 14px;
  }
  .footer .row-logo-menu-footer .col-menu {
    gap: 25px;
  }
  .infos-tab-links li a {
    padding: 15px 13px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .box-timeline .timeline:before {
    left: 0 !important;
  }
  .box-timeline .timeline-item {
    width: 100%;
    padding: 0 0 0 81px !important;
    left: 0 !important;
  }
  .box-timeline .timeline-item .desc {
    padding-bottom: 50px;
  }
  .box-timeline .timeline-item .visu:before {
    right: inherit !important;
    left: -91px !important;
  }
  .box-timeline .timeline-item .visu:after {
    right: inherit !important;
    left: -82px !important;
  }
  .box-timeline .company {
    right: inherit;
    left: -65px !important;
    font-size: 21px;
  }
}
@media only screen and (max-width: 768px) {
  .banner .item-banner {
    height: 600px;
  }
  .footer {
    margin-top: 100px;
  }
  .coord-footer {
    border-radius: 24px;
    padding: 32px 20px;
  }
  .box-presentaion .visu,
  .box-presentaion .desc {
    width: 100%;
  }
  .box-rse {
    gap: 35px;
  }
  .box-rse .desc,
  .box-rse .visu {
    width: 100%;
    padding: 0;
  }
  .sbt-rse.rse-odd .box-rse .desc {
    padding-left: 0;
  }
  .bts-cards .box-cards {
    position: relative;
    left: inherit;
    bottom: inherit;
    padding-top: 100px;
    padding-bottom: 100px;
    transform: inherit;
  }
  .bts-cards .box-cards .item-card {
    width: calc((100% - 20px) / 2);
  }
  .box-tags .item-tags {
    width: calc((100% - 80px) / 3);
  }
  .bts-drinks .box-drinks .item-drinks {
    width: calc((100% - 40px) / 2);
  }
  .bts-report .item-report {
    width: calc((100% - 40px) / 2);
  }
  .bts-responsobilite .box-respo .items-respo .item-respo {
    width: calc((100% - 4px) / 2);
    padding: 48px 24px;
  }
  .box-priorites .items-prio .item-prio {
    width: calc((100% - 40px) / 2);
  }
  .types-questions .item-questions {
    width: 100%;
  }
  .form {
    padding: 56px 30px;
  }
  .box-special {
    gap: 35px;
  }
  .box-special .visu,
  .box-special .items-special {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-company .desc,
  .box-company .visu {
    width: 100%;
  }
  .box-certificats .list-certificats .item-certificat {
    width: calc((100% - 40px) / 2);
  }
  .box-cards-coord .line-cards-coord {
    width: 100%;
  }
  .box-infos-ntl .visu,
  .box-infos-ntl .desc {
    width: 100%;
  }
}
@media only screen and (max-width: 660px) {
  .banner .item-banner {
    height: 380px;
  }
  .box-certificats .list-certificats .item-certificat {
    width: 100%;
  }
  .form .col-option-03,
  .form .col-option-02 {
    width: 100%;
  }
  .box-coords {
    gap: 35px;
  }
  .box-coords .cart,
  .box-coords .desc {
    width: 100%;
    padding-left: 0;
  }
  .bts-cards.bts-cards-marque .box-cards .item-card {
    width: calc((100% - 40px) / 2);
  }
  .box-plus .item-plus {
    width: 100%;
  }
  .box-question {
    gap: 35px;
  }
  .box-question .maps,
  .box-question .infos-questions {
    width: 100%;
    padding-left: 0;
  }
  .bts-infos .box-infos .visu,
  .bts-infos .box-infos .details {
    width: 100%;
  }
  .box-priorites .items-prio .item-prio {
    width: 100%;
  }
  .bts-report .item-report {
    width: 100%;
  }
  .bts-responsobilite .box-respo .items-respo .item-respo {
    width: 100%;
  }
  .bts-drinks .box-drinks .item-drinks {
    width: 100%;
  }
  .nrl-chiffres .item-chiffres,
  .perc-chiffres .item-chiffres {
    width: 100%;
  }
  .box-flags .item-flags {
    width: 100%;
  }
  .box-tags .item-tags {
    width: calc((100% - 40px) / 2);
  }
  .footer .row-logo-menu-footer .col-menu {
    flex-direction: column;
  }
  .footer .row-copyright {
    flex-direction: column;
  }
  .footer .row-copyright .copyright {
    padding-bottom: 25px;
  }
  .blm-brands .item-brands {
    width: 100%;
  }
  .form .col-option-2 {
    width: 100%;
  }
  .filter-offres .form-offres .option-offres {
    width: 100%;
  }
}

/* liste news */
.bts-news {
  background: #fff;
  padding: 190px 0 100px 0;
}

.list-news {
  max-width: 1034px;
  margin: 0 auto;
  width: 100%;
}

.item-news {
  display: flex;
  align-items: center;
  margin-bottom: 64px;
  flex-wrap: wrap;
}
.item-news .visu {
  width: 46%;
}
.item-news .visu img {
  display: block;
  width: 100%;
}
.item-news .desc {
  width: 54%;
  padding-left: 80px;
  padding-right: 25px;
}
.item-news .desc h4 {
  font-size: 18px;
  font-weight: 600;
  color: #bda457;
  text-decoration: underline;
  padding-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.item-news .desc h3 {
  font-size: 22px;
  color: #030606;
  padding-bottom: 25px;
  font-weight: 700;
}
.item-news .desc h3 a{
  color: #030606;
}
.item-news .desc h3 span {
  text-transform: uppercase;
  text-decoration: underline;
}
.item-news .desc p {
  font-size: 22px;
  color: #030606;
  font-weight: 600;
  line-height: 1.4;
  padding-bottom: 25px;
}

.bts-news-single {
  padding: 96px 0;
  background: #fff;
}

.box-news-single {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.box-news-single .visu {
  position: relative;
  margin-bottom: 56px;
}
.box-news-single .visu .type-actu {
  position: absolute;
  top: 16px;
  left: 16px;
  border-radius: 32px;
  background: #fff;
  font-size: 14px;
  color: #2a2f35;
  padding: 12px 24px;
}
.box-news-single .visu img {
  display: flex;
  width: 100%;
  font-size: 16px;
}
.box-news-single strong {
  font-weight: 700;
}
.box-news-single p {
  font-size: 18px;
  color: #2a2f35;
  line-height: 1.3;
  padding-bottom: 25px;
}

.intro-detail {
  padding-bottom: 56px;
}
.intro-detail .date {
  font-size: 18px;
  color: #2a2f35;
  padding-bottom: 24px;
}
.intro-detail h2 {
  display: flex;
  justify-content: space-between;
  color: #c00a1d;
  font-size: 36px;
  font-weight: 700;
  align-items: end;
  flex-wrap: wrap;
}
.intro-detail .share {
  display: flex;
  gap: 16px;
  align-items: center;
}
.intro-detail .share span {
  font-size: 18px;
  color: #2a2f35;
  font-weight: 700;
}
.intro-detail ul {
  display: flex;
  gap: 16px;
  align-items: center;
}
.intro-detail ul li {
  display: flex;
  align-items: center;
}
.intro-detail ul li a img {
  height: auto;
  display: block;
}
.bts-photo-single {
  padding: 69px 0;
  background: #fff;
}
.bts-photo-single h2 {
  font-size: 38px;
  color: #030606;
  font-weight: 700;
  padding-bottom: 64px;
}

.box-gallery {
  padding-top: 40px;
  background: rgba(17, 103, 49, 0.0509803922);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 64px;
}
.box-gallery .swiper-button-next,
.box-gallery .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.box-gallery .swiper-button-next:after,
.box-gallery .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
  color: #116731;
  font-size: 16px;
}
.box-gallery .swiper-button-prev,
.box-gallery .swiper-rtl .swiper-button-next {
  left: 95px;
}
.box-gallery .swiper-button-next,
.box-gallery .swiper-rtl .swiper-button-prev {
  right: 95px;
}

.gallery .swiper-slide {
  text-align: center;
}
.gallery .swiper-slide img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.gallery-thambs {
  background: #023c18;
  padding: 24px;
}
.gallery-thambs .swiper-slide {
  width: fit-content;
}
.gallery-thambs .swiper-slide img {
  display: block;
  height: 192px;
  width: auto;
}

.bts-video {
  background: #fff;
  padding: 96px 0;
}
.bts-video h2 {
  font-size: 38px;
  color: 30606;
  font-weight: 900;
  padding-bottom: 64px;
}

.video-filtre {
  display: flex;
  padding-bottom: 64px;
  gap: 24px;
  flex-wrap: wrap;
  align-items: center;
}
.video-filtre .label-filtre {
  color: #030606;
  font-size: 28px;
  font-weight: 700;
}
.video-filtre form {
  display: flex;
  gap: 16px;
  align-items: center;
}
.video-filtre form label {
  color: #4b465c;
  font-size: 20px;
}
.video-filtre form select {
  border: 1px solid #dbdade;
  padding: 10px 32px 10px 16px;
  font-size: 18px;
  color: #4b465c;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/icon-select.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

.list-video {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.list-video .item-video {
  width: calc((100% - 80px) / 3);
  position: relative;
}
.list-video .item-video:hover .btn-play {
  background: #b82945;
}
.list-video .item-video .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 77px;
  height: 52px;
  border-radius: 16px;
  background: #ff0033;
  transition: all 0.3s;
}
.list-video .item-video .btn-play:after {
  content: "";
  width: 0;
  height: 0;
  border-width: 11.5px 0 11.5px 19.9px;
  border-color: transparent transparent transparent #f3f1f2;
  border-style: solid;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.list-video .item-video .visu img {
  display: block;
  width: 100%;
}

.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;
}
/* fin news */

@media only screen and (max-width: 768px) {
  .item-news .visu {
    width: 100%;
  }
  .item-news .desc {
    width: 100%;
    padding: 25px;
  }
  .list-video .item-video {
    width: 100%;
  }
  .gallery-thambs .swiper-slide img {
    height: 110px;
  }
}
/*# sourceMappingURL=styles.css.map*/
