/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss ***!
  \*******************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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: "Montserrat", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

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

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

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

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

.container-menu {
  max-width: 1024px;
}

.head-spacer {
  height: 111px;
}

.bar-menu .search {
  width: 42px;
  position: relative;
}

.bar-menu .search .btn-search {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #CBBB9F;
  background: url(../images/ico-search.svg) no-repeat center #CBBB9F;
}

.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: #CBBB9F;
  border: 1px solid #CBBB9F;
  padding: 12px 24px;
  color: #1C1C1C;
  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;
}

.inner-menu .link-report {
  font-size: 16px;
  font-weight: bold;
  color: #1C1C1C;
  text-decoration: none;
  background: #CBBB9F;
  padding: 12px 16px;
  transition: all 0.3s;
  border-radius: 40px;
}

.inner-menu .link-report:hover {
  background: #fff;
}

.inner-menu .menu-rsc {
  display: flex;
  gap: 16px;
  align-items: center;
}

.banner {
  overflow: hidden;
  position: relative;
  padding: 30px 0 100px 0;
}

.banner .slide-banner {
  max-width: 1457px;
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}

.banner .slide-banner .swiper-slide-active img {
  transform: scale(1.07);
}

.banner .item-banner {
  height: 725px;
  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;
  transition: all 0.3s;
}

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

.banner .swiper-pagination-bullet {
  width: 49px;
  height: 49px;
  background: #fff;
  border: 1px solid #fff;
  opacity: 1;
  border-radius: 50%;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  border: none;
  line-height: 49px;
  margin: 0 6px !important;
}

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

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

.hasFnd>img {
  display: none;
}

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

.sgb-news h2 {
  font-size: 34px;
  color: #000;
  font-weight: 700;
  padding-bottom: 40px;
  text-align: center;
}

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

.box-news .item-news {
  width: 33.3333333333%;
  position: relative;
}

.box-news .item-news .visu img {
  display: block;
  width: 100%;
}

.box-news .item-news .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 31px 24px 45px 28px;
  transition: all 0.3s;
  height: 174px;
  overflow: hidden;
}

.box-news .item-news .desc .text {
  display: none;
}

.box-news .item-news .desc:before {
  content: "";
  background: #9BD2B0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.box-news .item-news .desc h5 {
  font-size: 21px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 15px;
  position: relative;
}

.box-news .item-news .desc p {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  position: relative;
}

.box-news .item-news .desc-opcity-09:before {
  opacity: 0.9;
}

.box-news .item-news .desc-opcity-075:before {
  opacity: 0.75;
}

.box-news .item-news .color-02:before {
  background: #9EE686;
}

.box-news .item-news .color-03:before {
  background: #139746;
}

.box-news .item-news .color-04:before {
  background: #096F62;
}

.box-news .item-news:hover .desc {
  height: 100%;
  padding-top: 71px;
}

.box-news .item-news:hover .desc .text {
  display: block;
  color: #fff;
  font-size: 16px;
  z-index: 9;
  position: relative;
  padding-top: 15px;
}

.all-news {
  padding: 75px 0;
  background: #027A3A;
  text-align: center;
}

.all-news a {
  font-size: 14px;
  color: #3AAB68;
  padding: 14px 32px;
  border-radius: 6px;
  background: #F6F6F6;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
}

.sgb-products {
  padding: 20px 0 80px 0;
  background: #F7F7F7;
}

.sgb-products h2 {
  color: rgba(4, 150, 62, 0.2862745098);
  font-size: 180px;
  font-weight: 600;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.sgb-products h2 span {
  position: absolute;
  left: 0;
  top: 60%;
  transform: translate(0, -50%);
  color: #222222;
  font-size: 34px;
  font-weight: 600;
}

.box-products {
  max-width: 974px;
  width: 100%;
  margin: 0 auto 32px auto;
  overflow: hidden;
  padding-bottom: 47px;
  position: relative;
  padding-top: 60px;
}

.box-products .item-product {
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 27px;
  padding: 27px;
  height: auto;
}

.box-products .item-product .visu {
  position: relative;
  z-index: 1;
}

.box-products .item-product .visu img {
  max-width: 100%;
}

.box-products .item-product .name {
  position: relative;
  z-index: 1;
  font-size: 19px;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.box-products .item-product .msk {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35%;
  background: #fff;
  border-radius: 6px;
  transition: all 0.3s;
}

.box-products .item-product:hover .msk {
  height: 100%;
}

.box-products .swiper-pagination-bullet {
  width: 78px;
  height: 8px;
  background: #D9D9D9;
  border-radius: 0;
  margin: 0 21px !important;
  opacity: 1;
}

.box-products .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00933C;
}

.see-more {
  font-size: 14px;
  color: #fff;
  padding: 14px 32px;
  border-radius: 6px;
  border: 1px solid #027A3A;
  background: #027A3A;
  text-decoration: none;
  display: flex;
  font-weight: 700;
  width: fit-content;
  margin: 0 auto;
  transition: all 0.3s;
}

.see-more:hover {
  color: #027A3A;
  background: #fff;
}

.sgb-chiffres {
  background: #fff;
  padding: 84px 0 52px 0;
}

.sgb-chiffres h2 {
  text-align: center;
  font-size: 49px;
  color: #000;
  font-weight: 700;
  margin-bottom: 40px;
}

.yellow {
  background: #F5FFF2;
}

.box-chiffres {
  display: flex;
  flex-wrap: wrap;
  gap: 77px;
  justify-content: space-between;
  align-items: center;
  max-width: 1045px;
  width: 100%;
  margin: 0 auto;
}

.box-chiffres .item-chiffres {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box-chiffres .item-chiffres:nth-child(2) {
  width: 305px;
}

.box-chiffres .item-chiffres .visu img {
  max-width: 100%;
}

.box-chiffres .item-chiffres .chiffre {
  font-size: 55px;
  color: #000;
  font-weight: 700;
  text-align: center;
  padding-bottom: 10px;
}

.box-chiffres .item-chiffres .label-chiffre {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-align: center;
}

.sgb-documents {
  padding: 158px 0;
  background: #001D7E;
  position: relative;
  margin-bottom: 0;
}

.sgb-documents:after,
.sgb-documents:before {
  content: "";
  background: #E8E8E8;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 29px;
  display: block;
}

.sgb-documents:before {
  top: inherit;
  bottom: 29px;
}

.box-documents {
  max-width: 1365px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 140px;
}

.box-documents .item-document {
  border: 1px solid #FFFFFF;
  padding: 65px 23px 137px 23px;
  display: flex;
}

.box-documents .item-document .visu {
  width: 143px;
}

.box-documents .item-document .visu img {
  display: block;
  width: 100%;
}

.box-documents .item-document .desc {
  width: calc(100% - 143px);
  padding-left: 39px;
}

.box-documents .item-document .desc h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 20px;
}

.box-documents .item-document .desc p {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: 2;
  padding-bottom: 38px;
}

.box-documents .item-document .desc a {
  background: #fff;
  border-radius: 30px;
  text-decoration: none;
  display: flex;
  width: fit-content;
  padding: 10px 22px;
  color: #222222;
  font-size: 15px;
  font-weight: 600;
  gap: 10px;
  align-items: center;
}

.box-documents .swiper-button-next,
.box-documents .swiper-button-prev {
  width: 71px;
  height: 71px;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 1;
  top: inherit;
  bottom: 0;
  right: 0;
  left: inherit;
}

.box-documents .swiper-button-next:after,
.box-documents .swiper-button-prev:after {
  content: "";
  width: 29px;
  height: 29px;
  background: url(../images/aroo-w-right.svg) center no-repeat;
}

.box-documents .swiper-button-prev,
.box-documents .swiper-rtl .swiper-button-next {
  right: 85px;
}

.box-documents .swiper-button-prev:after,
.box-documents .swiper-rtl .swiper-button-next:after {
  transform: rotate(180deg);
}

.sgb-newslettre {
  background: #007460;
  padding: 78px 0 38px 0;
}

.box-newslettre {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.box-newslettre h2 {
  font-size: 32px;
  color: #fff;
  padding-bottom: 15px;
  font-weight: 700;
}

.box-newslettre form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box-newslettre form input[type=text] {
  max-width: 484px;
  width: 100%;
  display: block;
  height: 66px;
  background: #fff;
  border-radius: 40px;
  margin-bottom: 27px;
  border: none;
  text-align: center;
  font-size: 14px;
  color: #139746;
  font-weight: bold;
}

.box-newslettre form input[type=text]::placeholder {
  color: #139746;
}

.box-newslettre form input[type=submit] {
  border: none;
  font-size: 14px;
  color: #fff;
  padding: 14px 32px;
  border-radius: 6px;
  border: 1px solid #00933C;
  background: #00933C;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  transition: all 0.3s;
}

.box-newslettre form input[type=submit]:hover {
  background: #fff;
  color: #00933C;
}

.footer {
  padding: 76px 0 20px 0;
  background: #1C2025;
}

.footer .container {
  max-width: 1250px;
}

.row-logo-menu-footer {
  display: flex;
  gap: 46px;
  justify-content: space-between;
  padding-bottom: 25px;
}

.logo-rss {
  color: #fff;
  font-size: 15px;
}

.col-logo {
  max-width: 257px;
}

.col-logo ul {
  display: flex;
  gap: 11px;
  text-align: center;
  margin-bottom: 53px;
}

.col-logo .footer-contact span {
  display: block;
}

.col-menu {
  display: flex;
  gap: 66px;
}

.col-menu .visu-col img {
  max-width: 100%;
}

.col-menu h4 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 17px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.col-menu ul li {
  padding: 10px 0;
}

.col-menu ul li a {
  font-size: 16px;
  color: #DFDFDF;
  text-decoration: none;
  transition: all 0.3s;
}

.col-menu ul li a:hover {
  color: #00933C;
}

.txt-obj {
  padding-top: 37px;
  padding-bottom: 10px;
}

.txt-obj p {
  padding-bottom: 24px;
}

.row-copyright .container {
  border-top: 1px solid #C0C0C0;
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: #C0C0C0;
  padding-left: 0;
  padding-right: 0;
}

.row-copyright .container a {
  text-decoration: none;
  font-size: 15px;
  color: #C0C0C0;
}

.inner-banner {
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-banner .container .content-banner {
  max-width: 635px;
  width: 100%;
  margin: 0 auto;
}

.inner-banner .container h1 {
  font-size: 69px;
  color: #fff;
  font-weight: 700;
}

.inner-banner .container ul {
  display: flex;
  gap: 10px;
}

.inner-banner .container ul li {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  align-items: center;
}

.inner-banner .container ul li a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  display: flex;
  gap: 10px;
  align-items: center;
}

.inner-banner .container ul li a:after {
  content: "";
  display: block;
  width: 7px;
  height: 9px;
  background: url(../images/chevron-right.svg) center no-repeat;
}

.sgb-mots {
  display: flex;
  background: #fff;
  padding: 153px 0 148px 0;
  align-items: center;
  flex-wrap: wrap;
}

.sgb-mots .visu {
  width: 50%;
}

.sgb-mots .visu img {
  display: block;
  width: 100%;
  height: auto;
}

.sgb-mots .desc {
  width: 50%;
  padding-left: 210px;
  padding-right: 120px;
}

.sgb-mots .desc h2 {
  font-size: 65px;
  font-weight: 700;
  color: rgba(19, 151, 70, 0.3019607843);
  margin-bottom: 20px;
  position: relative;
}

.sgb-mots .desc h2 span {
  font-size: 39px;
  font-weight: 700;
  color: #000;
  position: absolute;
  left: 92px;
  bottom: 0;
}

.sgb-mots .desc p {
  font-size: 14px;
  color: #000;
  padding-bottom: 20px;
  line-height: 1.2;
  padding-left: 92px;
}

.box-mision {
  display: flex;
  flex-wrap: wrap;
  max-width: 935px;
  width: 100%;
  margin: 0 auto;
}

.box-mision .visu {
  width: 274px;
}

.box-mision .visu img {
  display: block;
  width: 100%;
  height: auto;
}

.box-mision .desc {
  width: calc(100% - 274px);
  padding-left: 38px;
}

.box-mision .desc h2 {
  font-size: 52px;
  font-weight: 700;
  color: #000;
  padding-bottom: 45px;
}

.box-mision .desc p {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}

.sgb-vision {
  padding-bottom: 40px;
}

.box-vision {
  display: flex;
  flex-wrap: wrap;
  max-width: 935px;
  width: 100%;
  margin: 0 auto;
}

.box-vision .desc h2 {
  font-size: 52px;
  font-weight: 700;
  color: #000;
  padding-bottom: 45px;
  text-align: center;
}

.box-vision .desc p {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}

.sgb-values {
  background: #F4F4F4;
  padding-bottom: 95px;
  padding-top: 15px;
  position: relative;
}

.sgb-values:before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 280px;
}

.sgb-values h2 {
  font-size: 153px;
  font-weight: 700;
  color: rgba(19, 151, 70, 0.1215686275);
  width: fit-content;
  margin: 0 auto;
  position: relative;
  padding-bottom: 15px;
}

.sgb-values h2 span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 52px;
  color: #000;
  font-weight: 700;
  width: 100%;
  text-align: center;
}

.sgb-values a {
  font-size: 14px;
  color: #fff;
  padding: 14px 32px;
  border-radius: 6px;
  border: 1px solid #00933C;
  background: #00933C;
  text-decoration: none;
  display: flex;
  width: fit-content;
  font-weight: 700;
  transition: all 0.3s;
  margin: 0 auto;
}

.sgb-values a:hover {
  background: #fff;
  color: #00933C;
}

.box-values {
  max-width: 1044px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 83px;
  position: relative;
  z-index: 1;
  padding-bottom: 80px;
  flex-wrap: wrap;
}

.box-values .item-values {
  width: calc((100% - 166px) / 3);
  display: flex;
  flex-direction: column;
  gap: 21px;
  align-items: center;
}

.box-values .item-values .desc h3 {
  font-size: 26px;
  color: #007460;
  font-weight: 700;
  padding-bottom: 15px;
  text-align: center;
}

.box-values .item-values .desc p {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
}

.box-values .item-values:nth-child(2) .desc h3 {
  color: #00933C;
}

.sgb-maps {
  padding: 38px 0 42px 0;
  position: relative;
  overflow: hidden;
}

.sgb-maps:after {
  content: "";
  display: block;
  width: 65%;
  height: 100%;
  position: absolute;
  right: -20%;
  top: 0;
  transform: skewX(-5deg);
  background: #00933C;
  z-index: 1;
}

.box-maps {
  max-width: 1100px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  align-items: center;
  flex-wrap: wrap;
}

.box-maps .desc {
  padding-left: 75px;
  width: 42%;
}

.box-maps .desc h2 {
  font-size: 41px;
  color: #00933C;
  font-weight: 700;
  padding: 15px;
}

.box-maps .desc p {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  line-height: 1.4;
  padding-bottom: 50px;
}

.box-maps .desc a {
  font-size: 14px;
  color: #fff;
  padding: 14px 32px;
  border-radius: 6px;
  border: 1px solid #00933C;
  background: #00933C;
  text-decoration: none;
  display: flex;
  width: fit-content;
  font-weight: 700;
  transition: all 0.3s;
}

.box-maps .desc a:hover {
  background: #fff;
  color: #00933C;
}

.box-maps .maps {
  height: 640px;
  width: 58%;
}

.box-maps .maps iframe {
  width: 100%;
  height: 100%;
}

.sgb-destribution {
  padding: 78px 0 156px;
}

.sgb-destribution h2 {
  font-size: 49px;
  font-weight: 700;
  color: #000;
  padding-bottom: 60px;
  text-align: center;
}

.box-destributiion {
  max-width: 898px;
  width: 100%;
  margin: 0 auto;
  padding: 0 56px;
  overflow: hidden;
  position: relative;
}

.box-destributiion .item-destri {
  display: flex;
  background: #F4F4F4;
  align-items: center;
  flex-wrap: wrap;
}

.box-destributiion .item-destri .visu {
  width: 58%;
}

.box-destributiion .item-destri .visu img {
  display: block;
  width: 100%;
}

.box-destributiion .item-destri .desc {
  width: 42%;
  padding: 30px;
  text-align: center;
}

.box-destributiion .item-destri .desc h3 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  padding-bottom: 10px;
}

.box-destributiion .item-destri .desc p {
  font-size: 15px;
  font-weight: 500;
  color: #3D3D3D;
  line-height: 1.4;
  padding: 0 10px;
}

.box-destributiion .swiper-button-next,
.box-destributiion .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #00933C;
  font-weight: bold;
  color: #fff;
  opacity: 1;
}

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

.sgb-list-products {
  padding: 29px 0 150px 0;
}

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

.filters button {
  font-size: 16px;
  font-weight: 500;
  color: #00933C;
  border: 1px solid #DBDBDB;
  border-radius: 6px;
  padding: 12px;
  font-family: "Montserrat", sans-serif;
}

.filters button.is-checked {
  background: #00933C;
  border: 1px solid #00933C;
  font-weight: 700;
  color: #fff;
}

.grid {
  display: flex;
}

.grid .grid-item {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.grid .grid-item .content-grid-item {
  display: flex;
  gap: 24px;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  padding: 20px 0;
}

.grid .grid-item .content-grid-item .visu-grid-item {
  height: 292px;
}

.grid .grid-item .content-grid-item span {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

.grid .grid-item .content-grid-item img {
  transition: all 0.3s;
  max-height: 100%;
}

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

.link-back a {
  display: flex;
  align-items: center;
  border: 1px solid #096D3A;
  border-radius: 40px;
  width: fit-content;
  padding: 16px 32px;
  font-size: 16px;
  text-decoration: none;
  color: #1F242C;
  gap: 10px;
}

.link-back a:before {
  content: "";
  background: url(../images/arrow-left.svg) center no-repeat;
  width: 14px;
  height: 18px;
}

.sgb-single-products {
  padding: 70px 0;
}

.box-single-product {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.box-single-product .detail-single-product {
  display: flex;
  padding-top: 90px;
  flex-wrap: wrap;
}

.box-single-product .detail-single-product .visu {
  width: 401px;
  text-align: center;
}

.box-single-product .detail-single-product .visu img {
  max-width: 100%;
  margin: 0 auto;
}

.box-single-product .detail-single-product .desc {
  width: calc(100% - 401px);
  padding-top: 25px;
  padding-left: 16px;
}

.box-single-product .detail-single-product .desc h2 {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 35px;
}

.box-single-product .detail-single-product .desc p {
  font-size: 14px;
  line-height: 1.3;
  color: #7C7C7C;
  padding-bottom: 30px;
}

.box-single-product .detail-single-product .desc p strong {
  font-size: 29px;
  font-weight: bold;
  color: #000;
}

.box-single-product .detail-single-product .line-infos {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  background: #00933C;
  border-radius: 6px;
  padding: 11px 12px;
  margin-bottom: 15px;
}

.box-single-product .detail-single-product .share {
  margin-top: 30px;
}

.box-single-product .detail-single-product .share span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.box-single-product .detail-single-product .share ul {
  display: flex;
  gap: 10px;
}

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

.box-contact {
  max-width: 941px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.box-contact .direction {
  width: 303px;
  padding-right: 35px;
}

.box-contact .direction h2 {
  font-size: 29px;
  font-weight: 700;
  color: #000;
  padding-bottom: 60px;
}

.box-contact .direction p {
  font-size: 14px;
  font-weight: 500;
  color: #0C0C0C;
  line-height: 1.4;
  padding-bottom: 25px;
}

.box-contact .direction .line-coord {
  display: flex;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #0C0C0C;
  line-height: 1.4;
  padding-bottom: 20px;
}

.box-contact .form {
  width: calc(100% - 303px);
}

.box-contact .form h2 {
  font-size: 29px;
  font-weight: 700;
  color: #000;
  padding-bottom: 60px;
}

.box-contact .form .row-form {
  display: flex;
  gap: 15px;
  padding-bottom: 13px;
  flex-wrap: wrap;
}

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

.box-contact .form .col-option-2 {
  width: calc((100% - 15px) / 2);
}

.box-contact .form .col-option-3 {
  width: calc((100% - 30px) / 3);
}

.box-contact .form input[type=text],
.box-contact .form input[type=email],
.box-contact .form textarea {
  background: #F6F3F3;
  border: 1px solid #F6F3F3;
  color: #A8A8A8;
  display: block;
  padding: 0 17px;
  height: 46px;
  border-radius: 6px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  width: 100%;
}

.box-contact .form textarea {
  height: 175px;
  padding-top: 16px;
  width: 100%;
}

.box-contact .form input[type=submit] {
  font-size: 14px;
  color: #fff;
  padding: 14px 32px;
  border-radius: 6px;
  border: 1px solid #00933C;
  background: #00933C;
  text-decoration: none;
  display: flex;
  width: fit-content;
  font-weight: 700;
  transition: all 0.3s;
}

.box-contact .form input[type=submit]:hover {
  background: #fff;
  color: #00933C;
}

.sgb-pagination {
  padding: 75px 0;
  background: #027A3A;
  text-align: center;
}

.sgb-pagination ul {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.sgb-pagination ul li {
  width: 45px;
  height: 45px;
  border-radius: 6px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sgb-pagination ul li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}

.sgb-pagination ul li a:hover {
  color: #001D7E;
}

.sgb-pagination ul li.current {
  background: #001D7E;
}

.sgb-pagination ul li.next {
  width: fit-content;
}

.sgb-pagination ul li.next a {
  display: flex;
  gap: 5px;
  align-items: center;
}

.sgb-pagination ul li.next a:after {
  content: "";
  background: url(../images/chevrons-right.svg) center no-repeat;
  display: block;
  width: 24px;
  height: 24px;
}

.sgb-pagination ul li.prev {
  width: fit-content;
}

.sgb-pagination ul li.prev a {
  display: flex;
  gap: 5px;
  align-items: center;
}

.sgb-pagination ul li.prev a:before {
  content: "";
  background: url(../images/chevrons-right.svg) center no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  transform: rotate(180deg);
}

.box-single-event {
  max-width: 587px;
  width: 100%;
  margin: 0 auto;
  padding-top: 84px;
}

.box-single-event h2 {
  font-weight: 700;
  font-size: 29px;
  color: #000;
  line-height: 1.3;
  padding-bottom: 70px;
}

.box-single-event img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.box-single-event p {
  font-size: 16px;
  line-height: 1.3;
  color: #7C7C7C;
  padding-bottom: 30px;
}

.box-single-event .share {
  margin-top: 30px;
}

.box-single-event .share span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}

.box-single-event .share ul {
  display: flex;
  gap: 10px;
}

.slide-event {
  position: relative;
  overflow: hidden;
  margin-bottom: 27px;
}

.slide-event .swiper-button-next,
.slide-event .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #001D7E;
  font-weight: bold;
  color: #fff;
  opacity: 1;
}

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

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

.menu-row ul li {
  font-size: 14px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.menu-row ul li:last-child {
  margin-right: 0;
}

.menu-row ul li:last-child a {
  background: #001D7E;
  color: #fff;
  padding: 10px 13px;
  border-radius: 6px;
}

.menu-row ul li a {
  text-decoration: none;
  color: #3A3939;
  padding: 55px 13px;
  display: inline-block;
  transition: 350ms all;
  font-size: 16px;
  position: relative;
  font-weight: 600;
}

.menu-row ul li a.active {
  color: #00933C;
}

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

.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 .submenu {
    transition: 350ms all;
  }

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

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

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

  .menu li .submenu {
    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 .submenu li {
    margin-right: 0;
    font-size: 16px;
    position: relative;
    border-bottom: 1px solid #F1F1F1;
  }

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

  .menu li .submenu li a {
    color: #2A2F35;
    padding: 15px 20px;
    display: block;
    font-size: 16px;
    font-weight: 600;
  }

  .menu li .submenu li a:before {
    right: 15px;
    transform: rotate(-45deg);
  }

  .menu li .submenu .submenu {
    position: absolute;
    left: 100%;
    top: 0;
  }
}

@media only screen and (max-width: 1360px) {
  .menu-row ul li a {
    padding: 35px 5px;
    font-size: 15px;
  }
}

@media only screen and (max-width: 1224px) {
  .menu-row ul li {
    margin-right: 10px;
  }

  .menu-row ul li a {
    padding: 32px 5px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 1023px) {
  .menu-box {
    justify-content: flex-end;
  }

  .link-rs ul {
    display: none;
  }

  #menu_trigger {
    height: 22px;
    width: 30px;
    display: inline-block;
  }

  #menu_trigger .menulines {
    margin-top: 9px;
    position: relative;
    display: block;
  }

  #menu_trigger .menulines,
  #menu_trigger .menulines:before,
  #menu_trigger .menulines:after {
    content: "";
    height: 2px;
    width: 30px;
    border-radius: 5px;
    background: #000;
  }

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

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

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

  .menu-row .mobile-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    background: #fff;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
    height: 100vh;
  }

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

  .menu-row .mobile-menu li {
    margin: 0;
    border-bottom: 1px solid #000;
    font-size: 16px;
  }

  .menu-row .mobile-menu li a {
    color: #2A2F35;
    display: block;
    position: relative;
    padding: 15px 20px;
  }

  .menu-row .mobile-menu li a:hover {
    color: #FFEB3B;
  }

  .menu-row .mobile-menu li a .navtrigger {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    background: #000;
  }

  .menu-row .mobile-menu li a .navtrigger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 8px;
    width: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  .menu-row .mobile-menu li .submenu {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: #fff;
    height: 100%;
    transition: 350ms all;
    z-index: 1;
  }

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

  .menu-row .mobile-menu li .submenu .backmenu-row {
    position: relative;
    padding: 20px;
    padding-left: 50px;
    background: #fff;
    font-size: 16px;
  }

  .menu-row .mobile-menu li .submenu .backmenu-row .back-trigger {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    display: block;
    background: white;
    border: 1px solid #000;
  }

  .menu-row .mobile-menu li .submenu .backmenu-row .back-trigger:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    height: 8px;
    width: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translate(-50%, -50%) rotate(135deg);
  }

  .menu-row .mobile-menu li .submenu .backmenu-row em {
    font-style: normal;
    color: #000;
  }

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

@media only screen and (max-width: 1224px) {
  .footer .row-logo-menu-footer .col-menu {
    gap: 20px;
  }

  .sgb-mots .desc {
    padding-left: 60px;
    padding-right: 60px;
  }
}

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

  .coord-footer {
    padding: 32px 40px;
  }

  .box-maps {
    gap: 30px;
  }

  .item-marques .list-marques {
    gap: 40px;
  }

  .item-marques .list-marques .item-marque {
    width: calc((100% - 120px) / 4);
  }

  .box-values {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1023px) {
  .head-spacer {
    height: 35px;
  }

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

  .bar-menu .logo-box {
    position: absolute;
    top: 10px;
    left: 0;
  }

  .bar-menu .plus-link {
    display: none;
  }

  .bar-menu .search {
    position: absolute;
    right: 30px;
    top: 40px;
    right: 50px;
  }

  .bar-menu .search .icon-loop span {
    display: none;
  }

  .bar-menu .search .search-box {
    height: auto;
  }

  .bar-menu .search .search-box button {
    font-size: 0;
    background: url(../images/loopl.svg) no-repeat;
    width: 25px;
    height: 25px;
    padding: 0;
  }

  .bar-menu .search .search-box .gray-loop {
    display: none;
  }

  .bar-menu .search .search-form {
    padding: 10px 25px;
  }

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

  .bar-menu .search .search-box input[type=text] {
    padding: 0 20px;
    font-size: 14px;
  }

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

  .box-news .item-news {
    width: 50%;
  }

  .sgb-products h2 {
    font-size: 110px;
  }

  .sgb-values h2 {
    font-size: 100px;
  }

  .box-contact .form .col-option-3 {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .banner {
    padding-bottom: 75px;
  }

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

  .footer .row-copyright {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .box-documents .item-document .visu {
    width: 73px;
  }

  .box-documents .item-document .desc {
    width: calc(100% - 73px);
  }

  .box-documents .swiper-button-next,
  .box-documents .swiper-button-prev {
    width: 36px;
    height: 36px;
  }

  .box-documents .swiper-button-next:after,
  .box-documents .swiper-button-prev:after {
    width: 14px;
    height: 14px;
    background-size: 14px;
  }

  .box-documents .swiper-button-prev,
  .box-documents .swiper-rtl .swiper-button-next {
    right: 49px;
  }

  .box-documents .item-document {
    padding: 33px 18px;
  }

  .sgb-documents {
    padding: 90px 0;
  }

  .box-documents {
    padding-bottom: 75px;
  }

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

  .banner .slide-banner .swiper-slide-active img {
    transform: scale(1);
  }

  .grid .grid-item {
    width: 33.3333333333%;
  }

  .inner-banner .container h1 {
    font-size: 41px;
  }

  .sgb-mots .visu {
    width: 100%;
  }

  .inner-banner {
    height: 300px;
  }

  .sgb-mots {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sgb-mots .desc {
    width: 100%;
    padding-top: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sgb-mots .desc p {
    padding-left: 30px;
  }

  .sgb-mots .desc h2 span {
    left: 30px;
  }

  .box-values .item-values {
    width: 100%;
  }

  .box-maps .desc {
    width: 100%;
  }

  .box-maps .maps {
    width: 100%;
  }

  .box-contact .direction,
  .box-contact .form {
    width: 100%;
  }

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

  .sgb-single-products {
    padding: 30px 0;
  }

  .box-single-event {
    padding-top: 30px;
  }

  .box-single-product .detail-single-product .visu {
    width: 100%;
  }

  .box-single-product .detail-single-product .desc {
    width: 100%;
  }
}

@media only screen and (max-width: 660px) {
  .grid .grid-item {
    width: 50%;
  }

  .sgb-products h2 span {
    font-size: 26px;
  }

  .box-products .item-product .msk {
    left: 60px;
    right: 60px;
  }

  .sgb-products h2 {
    font-size: 75px;
  }

  .box-products .swiper-pagination {
    display: none;
  }

  .box-chiffres .item-chiffres {
    width: 100%;
  }

  .form .col-option-03,
  .form .col-option-02 {
    width: 100%;
  }

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

  .footer .row-copyright {
    flex-direction: column;
  }

  .footer .row-copyright .copyright {
    padding-bottom: 25px;
  }

  .box-destributiion .item-destri .visu {
    width: 100%;
  }

  .box-destributiion .item-destri .desc {
    width: 100%;
  }

  .sgb-destribution h2,
  .sgb-chiffres h2,
  .box-vision .desc h2 {
    font-size: 31px;
  }

  .sgb-values h2 {
    font-size: 73px;
  }

  .sgb-values h2 span,
  .box-mision .desc h2 {
    font-size: 37px;
  }

  .box-mision {
    padding-bottom: 30px;
  }

  .box-mision .visu {
    width: 100%;
  }

  .box-mision .desc {
    width: 100%;
  }

  .box-mision .visu img {
    max-width: 300px;
    margin: 0 auto;
  }

  .sgb-mots .desc h2 {
    font-size: 47px;
  }
}

@media only screen and (max-width: 520px) {
  .grid .grid-item {
    width: 100%;
  }
}

.transition-mask {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: url(../images/logo-footer.png) center center no-repeat #139746;
  z-index: 9999;
  transition: left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.transition-mask2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/logo-footer.png) center center no-repeat #139746;
  z-index: 9999;
  transition: left 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.transition-mask.active {
  left: 0;
}

.page-wrapper {
  position: relative;
  min-height: 100vh;
}

body.loaded .transition-mask2 {
  left: -100%;
}

@keyframes slideLeft {
  from {
    left: 0;
  }

  to {
    left: -100%;
  }
}



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

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

.logo-modal {
  width: 257px;
  height: 63px;
  margin: 0 auto 20px auto;
  background: url(../images/logo-modal.png) center no-repeat;
}

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

.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: #fff;
  padding-bottom: 35px;
}

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

.mask-modal .modal-bts a,
span.okbutton {
  display: inline-block;
  border: 2px solid #139746;
  background: #fff;
  text-decoration: none;
  color: #139746;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 32px;
  transition: all 0.3s;
  border-radius: 6px;
  cursor: pointer;
}

.mask-modal .modal-bts a:hover,
span.okbutton:hover {
  color: #43361E;
  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;
}

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