/*!*******************************************************************************************************************************************!*\
  !*** 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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,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: "Inter", 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: 1310px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.sr-logo {
  padding: 10px 10px 15px 30px;
}

.logo-box {
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
}

.sr-coord {
  display: flex;
  gap: 50px;
  padding-right: 25px;
}

.sr-coord .infos-sup .label-info {
  font-size: 14px;
  color: #C0C0C0;
  font-weight: 600;
  padding-bottom: 15px;
}

.sr-coord .infos-sup .c-info {
  position: relative;
  color: #0A6535;
  font-size: 11px;
  font-weight: 600;
}

.sr-coord .infos-sup .c-info i {
  position: absolute;
  top: -5px;
  left: -30px;
}

.link-rs ul {
  display: flex;
  justify-items: center;
  gap: 10px;
  padding-left: 15px;
}


.link-rs ul a img {
  transition: all 0.3s;
}

.link-rs ul a:hover img {
  transform: rotate(360deg);
}

.rs-banner img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 45px;
  text-align: center;
  margin: 0 6px;
  position: static;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  border-radius: 0;
  border: 2px solid #FFEB3B;
  background: none;
  position: relative;
  opacity: 1;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #fff;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 9px;
  height: 9px;
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  top: 6px;
  background: #fff;
}

.rs-services {
  background: #0A6535;
  padding: 60px 0;
}

.rs-services-content {
  display: flex;
  flex-wrap: wrap;
}

.sr-history {
  background: #FAE837;
  padding: 50px;
  width: 29%;
}

.sr-history .visu-history {
  padding-bottom: 30px;
}

.sr-history .visu-history img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.sr-history .dsc-his {
  color: #000;
  font-size: 17px;
  line-height: 26px;
  padding-bottom: 30px;
}

.sr-history a {
  display: inline-block;
  color: #5E5E5E;
  font-size: 13px;
  background: #fff;
  padding: 15px 25px;
  text-decoration: none;
  transition: all 0.3s;
}

.sr-history a:hover {
  background: #5E5E5E;
  color: #fff
}

.rs-list-services {
  width: 71%;
  padding-left: 80px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

.rs-list-services .box-service {
  width: 50%;
  display: flex;
  padding-bottom: 60px;
  padding-right: 30px;
}

.rs-list-services .box-service:nth-child(2n) {
  padding-right: 0;
  padding-left: 30px;
}

.rs-list-services .box-service .visu-srv {
  padding-right: 25px;
}

.rs-list-services .box-service .info-srv h3 {
  font-weight: 700;
  color: #fff;
  font-size: 22px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.25);
  display: inline-block;
  padding-bottom: 15px;
  margin-bottom: 25px;
  line-height: 28px;
}

.rs-list-services .box-service .info-srv p {
  color: #fff;
  font-size: 15px;
  font-style: italic;
  line-height: 28px;
  padding-bottom: 25px;
}

.rs-list-services .box-service a {
  display: inline-block;
  background: #FAE837;
  border: 1px solid #FAE837;
  color: #0A6535;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 15px;
  text-decoration: none;
  transition: all 0.3s;
}

.rs-list-services .box-service a:hover {
  color: #FAE837;
  background: #0A6535;
}

.our-products {
  text-align: center;
  padding: 30px 0 70px 0;
}

.our-products .container {
  overflow: hidden;
  position: relative;
}

.our-products .inner-pdrs {
  display: flex;
  align-items: center;
  padding: 0 25px 30px 25px;
}

.our-products .inner-pdrs .dscr-prd {
  width: 400px;
  text-align: left;
  margin-right: 90px;
}

.our-products .inner-pdrs .dscr-prd h3 {
  font-size: 35px;
  color: #373737;
  font-weight: 600;
  padding-bottom: 15px;
}

.our-products .inner-pdrs .dscr-prd p {
  font-size: 15px;
  color: #000;
  line-height: 22px;
  margin-bottom: 25px;
}

.our-products .inner-pdrs .dscr-prd a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  background: #0A6535;
  border: 1px solid #0A6535;
  transition: all 0.3s;
  padding: 15px 25px;
}

.our-products .inner-pdrs .dscr-prd a:hover {
  color: #0A6535;
  background: #fff;
}

.our-products .ctrl {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 85px;
  height: 40px;
}

.our-products .ctrl .swiper-button-next,
.our-products .ctrl .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #F5F5F5;
  border-radius: 50%;
  color: #000;
  opacity: 1;
}

.our-products .ctrl .swiper-button-next:after,
.our-products .ctrl .swiper-button-prev:after {
  font-size: 16px;
  font-weight: bold;
}

.our-products .ctrl .swiper-button-next,
.our-products .ctrl .swiper-rtl .swiper-button-prev {
  right: 0;
}

.our-products .ctrl .swiper-button-prev,
.our-products .ctrl .swiper-rtl .swiper-button-next {
  left: 0;
}

.our-products .swiper-horizontal>.swiper-scrollbar,
.our-products .swiper-scrollbar.swiper-scrollbar-horizontal {
  width: calc(100% - 160px);
  bottom: 15px;
  height: 1px;
}

.our-products .swiper-scrollbar-drag {
  background: #0A6535;
}

.our-products .all-pdrs {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 15px;
  color: #000;
  display: inline-block;
  padding-right: 25px;
  text-decoration: none;
  font-weight: 700;
  z-index: 20;
}

.our-products .all-pdrs::after {
  position: absolute;
  content: 'next';
  font-family: swiper-icons;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  right: 0;
}

.our-products .sr-visu-prducts {
  margin-bottom: 65px;
}

.our-products .sr-visu-prducts img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}

.sr-intro-section {
  padding-bottom: 75px;
  text-align: center;
}

.sr-intro-section span {
  display: block;
  text-align: center;
  color: #7A7A7A;
  font-size: 18px;
  padding: 15px 0;
}

.sr-intro-section h2 {
  font-size: 38px;
  font-weight: 700;
}

.primary-link {
  display: inline-block;
  background: url("../images/chevrons-right.svg") center center no-repeat #0A6535;
  background-size: 55%;
  padding: 24px 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 500ms cubic-bezier(0.000, 0.000, 0.580, 1.000);
}


/* our history */

.box-histroy {
  display: flex;
  gap: 23px;
}

.our-histroy {
  padding-bottom: 50px;
}

.our-histroy h2 {
  font-size: 38px;
  font-weight: 700;
  padding-bottom: 40px;
}

.first-col-history {
  width: 68%;
}

.last-col-history {
  width: 32%;
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
}


.item-history {
  position: relative;
  width: 100%;
  display: block;
}

.item-history:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: .2;
  z-index: 1;
}

.item-history:hover:after {
  opacity: 0;
}

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

.item-history .txt-history {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.8);
  max-width: 245px;
  width: 100%;
  font-weight: 700;
  font-size: 24px;
  padding: 25px;
  color: #fff;
  z-index: 2;
}

.item-history .txt-history span {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.last-col-history .item-history .txt-history {
  font-size: 18px;
}

/* bloc distributeur */
.distributeur {
  background: #FFEB3B;
  padding: 100px 0 180px 0;
  margin-bottom: 50px;
}

.box-distributeur {
  display: flex;
  gap: 50px;
  align-items: center;
}

.box-distributeur .visu-dis {
  width: 50%;
}

.box-distributeur .visu-dis img {
  display: block;
  width: 100%;
}

.box-distributeur .disc-dis {
  width: 50%;
}

.box-distributeur .disc-dis span {
  font-size: 14px;
  display: block;
  padding-bottom: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.box-distributeur .disc-dis h4 {
  font-size: 22px;
  font-weight: 700;
  color: #0A6535;
  line-height: 28px;
  margin-bottom: 30px;
}

.box-distributeur .disc-dis p {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 30px;
}

.box-distributeur .disc-dis a {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  padding: 16px 25px;
  min-width: 160px;
  margin-right: 15px;
  color: #fff;
  background: #000;
  border: 1px solid #000;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}

.box-distributeur .disc-dis a:hover {
  background: #fff;
  color: #000;
}

.box-distributeur .disc-dis a.green {
  background: #0A6535;
  border: 1px solid #0A6535;
}

.box-distributeur .disc-dis a.green:hover {
  background: #fff;
  color: #0A6535;
}

/* new detail product */

.detail-pdrs {
  padding-bottom: 60px;
}

.detail-pdrs .link-back {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.detail-pdrs .link-back a {
  text-decoration: none;
  background: #FFEB3B;
  padding: 15px 25px;
  width: 195px;
  text-align: center;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}

.detail-pdrs .link-back a::before {
  content: 'prev';
  font-family: swiper-icons;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin-right: 10px;
}

.detail-pdrs .link-back {
  display: flex;
  justify-content: flex-end;
}

.detail-pdrs .list-detail {
  display: flex;
  align-items: center;
  padding-bottom: 60px;
  padding: 0 35px 60px 35px;
}

.detail-pdrs .list-detail .item-info-detail {
  font-size: 15px;
  padding-bottom: 45px;
}

.detail-pdrs .list-detail .item-info-detail a {
  color: #000;
}

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

.detail-pdrs .list-detail .visu-detail {
  width: 350px;
  text-align: center;
}

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

.detail-pdrs .list-detail .disc-detail {
  width: calc(100% - 350px);
  padding-left: 40px;
}

.detail-pdrs .list-detail .disc-detail p {
  font-size: 18px;
  margin-bottom: 35px;
  line-height: 24px;
}

.detail-pdrs .list-detail .disc-detail p strong {
  font-weight: 700;
}

.faq-product {}

.title-faq-product {
  background-color: #FFEB3B;
  font-size: 26px;
  font-weight: 700;
  padding: 15px 25px;
}

.title-faq-product span {
  display: block;
  font-size: 13px;

}

.primary-link:hover {
  background-size: 130%;
}

.last-activites {
  text-align: center;
  padding-bottom: 10px;
}

.box-activites {
  display: flex;
  gap: 15px;
  padding-bottom: 40px;
}

.box-activites .item-activite {
  width: 33%;
  text-align: center;
  text-decoration: none;
  color: #000
}

.box-activites .item-activite .visu-act img {
  display: block;
  width: 100%;
  height: auto;
}

.box-activites .item-activite .disc-act {
  background: #f9f9f9;
  padding: 25px;
}

.box-activites .item-activite .label-act {
  background: #fff;
  color: #000;
  position: relative;
  z-index: 1;
  margin-top: -85px;
  padding: 35px 30px;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
}

.box-activites .item-activite .type-act {
  padding-top: 25px;
}

.our-marques {
  text-align: center;
  padding: 66px 15px;
  background: #FAE837;
}

.our-marques .container {
  overflow: hidden;
}

.our-marques h2 {
  font-size: 42px;
  font-weight: 700;
  padding-bottom: 45px;
}

.our-marques .swiper-slide img {
  margin: 0 auto;
}

.box-marques {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}

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

.sr-footer-menu {
  padding: 25px 0;
  background: url("../images/bg-footer.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.content-footer-menu {
  display: flex;
  justify-content: space-between;
}

.content-footer-menu .notification {
  margin-top: 80px;
  color: #fff;
  line-height: 26px;
}

.sr-footer-links {
  display: flex;
  padding-top: 10px;
  gap: 130px;
  padding-right: 30px;
}

.sr-footer-links .sr-box-links h5 {
  color: #fff;
  padding-bottom: 40px;
}

.sr-footer-links .sr-box-links ul li {
  padding-bottom: 15px;
}

.sr-footer-links .sr-box-links ul li a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}

.sr-footer-links .sr-box-links ul li a:hover {
  color: #0A6535;
}

.sr-footer-copyright {
  border-top: 6px solid #FFEB3B;
  background: #0A6535;
  padding: 15px;
}

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

.content-copyright p {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.content-copyright .company span {
  padding-left: 86px;
  position: relative;
}

.content-copyright .company span:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 50%;
}

body header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

body header {
  background: #fff;
}

body.home {
  padding-top: 84px;
}

body:not(.home) header .logo-box {
  background: #fff;
}

.banner-inter {
  position: relative;
}

.banner-inter img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.banner .swiper-controls {
  position: absolute;
  width: 100%;
  height: 40px;
  display: flex;
  bottom: 15px;
  justify-content: center;
  align-items: center;
}

.banner .swiper-controls .swiper-pagination {
  width: auto;
  margin: 0 24px 18px 24px;
}

.banner .swiper-controls .swiper-button-next,
.banner .swiper-controls .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #F5F5F5;
  border-radius: 50%;
  color: #000;
  opacity: 1;
  position: static;
}

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

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

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

.banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.banner .container .desc-sld {
  max-width: 450px;
  width: 100%;
}

.banner .container .desc-sld h3 {
  font-size: 14px;
  color: #fff;
  font-weight: 900;
}

.banner .container .desc-sld h2 {
  font-size: 45px;
  color: #fff;
  font-weight: 900;
  line-height: 50px;
  padding-bottom: 25px;
}

.banner .container .desc-sld a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  padding: 14px 25px;
  background: #FFEB3B;
  border: 1px solid #FFEB3B;
  transition: all 0.3s;
}

.banner .container .desc-sld a:hover {
  background: #fff;
}




.banner-inter .inner-into {
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  width: 100%;
  padding-top: 30px;
  max-width: 1310px;
  transform: translate(-50%, 0);
}

.banner-inter .inner-into h1 {
  font-size: 46px;
  color: #fff;
  padding-bottom: 20px;
}

.banner-inter .inner-into .bread {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: #fff;
  flex-wrap: wrap;
}

.banner-inter .inner-into .bread li {
  list-style: none;
}

.main-content {
  display: flex;
  padding-top: 77px;
  padding-bottom: 60px;
  align-items: flex-start;
}

.main-content.main-content-type {
  flex-direction: row-reverse;
}

.main-content.main-content-type .tools-bar {
  width: 390px;
}

.main-content.main-content-type .inner-content {
  width: calc(100% - 390px);
  padding-left: 0;
  padding-right: 55px;
}

.tools-bar {
  background: #F7FAF8;
  padding: 38px 25px;
  border: 2px solid rgba(10, 101, 53, 0.3);
  width: 280px;
}

.row-form {
  padding-bottom: 40px;
}

.row-form form {
  display: flex;
  gap: 10px;
}

.tools-bar input[type=text] {
  height: 45px;
  border: 1px solid #0A6535;
  font-size: 13px;
  font-weight: 500;
  color: #181818;
  min-width: 50px;
  text-align: center;
}

.tools-bar button,
.tools-bar input[type=submit] {
  height: 45px;
  border: 1px solid #0A6535;
  font-size: 10px !important;
  color: #fff;
  padding: 0 20px;
  background: #0A6535;
  border: 0;
  border-radius: 0;
}

.item-tools h3 {
  background: #0A6535;
  color: #FFEB3B;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}

.item-tools ul {
  margin-bottom: 40px;
}

.item-tools ul li {
  padding: 5px 0;
}

.item-tools ul li a {
  color: #363636;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.item-tools .horaire {
  text-align: right;
}

.item-tools .horaire span {
  display: block;
  text-align: left;
  padding-bottom: 10px;
}

.rs-tools {
  border-top: 1px solid #000;
  margin-top: 20px;
  padding-top: 20px;
}

.rs-tools ul {
  display: flex;
  gap: 20px;
  align-items: center;
}

.rs-tools ul a img {
  transition: all 0.3s;
}

.rs-tools ul a:hover img {
  transform: rotate(360deg);
}

.inner-content {
  width: calc(100% - 280px);
  padding-left: 52px;
}

.time-line {
  margin-left: 90px;
  border-left: 1px solid #000;
  padding-left: 35px;
}

.time-line .item-time {
  position: relative;
}

.time-line .date-time {
  position: absolute;
  top: 0;
  left: -39px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #fff;
}

.time-line .date-time span {
  position: absolute;
  left: -80px;
  top: -11px;
  font-size: 16px;
  padding: 8px 10px;
  border-radius: 4px;
  border: 1px solid #000;
  font-weight: 600;
  color: #000;
}

.time-line .label-time {
  font-size: 15px;
  color: #339966;
  font-weight: 700;
  padding-bottom: 40px;
}

.time-line .desc-time-line p,
.time-line .desc-time-line li,
.time-line .desc-time-line div {
  padding-bottom: 40px;
  color: #373737;
  font-size: 15px;
  line-height: 24px;
}

.time-line .desc-time-line ul {
  padding-bottom: 40px;
}

.time-line .desc-time-line li {
  position: relative;
  padding-bottom: 5px;
  padding-left: 20px;
}

.time-line .desc-time-line li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #0A6535;
}

.list-rpducts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 32px;
  padding-bottom: 40px;
}

.list-rpducts .item-prosuct {
  text-align: center;
  width: calc(33.33% - 12px);
}

.list-rpducts .item-prosuct .visu-product {
  padding-bottom: 15px;
}

.list-rpducts .item-prosuct .visu-product img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.list-rpducts .item-prosuct a {
  width: 100%;
}

.detail-product .visu {
  padding-bottom: 15px;
}

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

.detail-product .desc-detail h2 {
  display: flex;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  padding-bottom: 25px;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.detail-product .desc-detail p {
  font-size: 15px;
  color: #373737;
  line-height: 24px;
  padding-bottom: 20px;
}

.detail-product .infos-product {
  background: #0A6535;
  padding: 30px 22px;
  min-height: 460px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.detail-product .infos-product .col-info {
  width: calc(50% - 30px);
}

.detail-product .infos-product .col-info p {
  color: #FFEB3B;
  font-size: 15px;
  padding-bottom: 40px;
  font-weight: 400;
  line-height: 24px;
}

.detail-product .infos-product .col-info p a {
  color: #FFEB3B;
  font-size: 15px;
}

.detail-product .infos-product .col-info p strong {
  font-weight: 700;
}

.list-activites .item-act {
  display: flex;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 50px;
  margin-bottom: 50px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.list-activites .item-act .visu-activite {
  width: 300px;
  padding: 10px;
  border: 1px solid #0A6535;
}

.list-activites .item-act .visu-activite img {
  display: block;
  max-width: 100%;
}

.list-activites .item-act .info-act {
  width: calc(100% - 300px);
  padding-left: 49px;
}

.list-activites .item-act .info-act h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  color: #000000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.list-activites .item-act .info-act .date-act {
  display: inline-block;
  background: #FFEB3B;
  padding: 12px 20px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #0A6535;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.list-activites .item-act .info-act p {
  color: #373737;
  line-height: 26px;
  font-size: 15px;
  padding-bottom: 15px;
}

.list-activites .item-act .info-act a {
  color: #0A6535;
  font-size: 12px;
  padding: 10px 20px;
  text-decoration: none;
  background: #EBF3EF;
  border-radius: 5px;
  transition: all 0.3s;
}

.list-activites .item-act .info-act a:hover {
  background: #FFEB3B;
}

.list-activites .item-act .info-act a img {
  vertical-align: middle;
  transition: all 0.3s;
}


.sr-pagination ul,
.pagination-link {
  display: flex;
  gap: 5px;
}

.sr-pagination ul li a,
.pagination-link a,
.pagination-link span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0F6F3;
  width: 43px;
  height: 45px;
  font-size: 13px;
  color: #0A6535;
  text-decoration: none;
  transition: all 0.3s;
  border-radius: 5px;
}

.pagination-link a.next,
.pagination-link a.prev {
  width: auto;
  padding: 0 10px;
}

.sr-pagination ul li a.active,
.pagination-link a:hover,
.pagination-link span.current,
.sr-pagination ul li a:hover {
  background: #0A6535;
  color: #F0F6F3;
}

.detail-single .visu {
  padding-bottom: 30px;
}

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

.detail-single .desc-single p {
  font-size: 15px;
  color: #000;
  line-height: 26px;
  padding-bottom: 30px;
}

.detail-single .single-links {
  display: block;
  gap: 10px;
  padding-bottom: 42px;
}

.detail-single .single-links a {
  width: calc(50% - 10px);
  position: relative;
  float: left;
  margin:0 5px;
  margin-bottom: 10px;
}

.detail-single .single-links a .mask {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
}

.detail-single .single-links a:hover .mask {
  opacity: 1;
}

.detail-single .single-links a img {
  display: block;
  max-width: 100%;
  height: 320px;
  object-fit: cover;
}

.sr-single {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.sr-single .face {
  background: #1778F2;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  text-decoration: none;
}

.sr-single .twitter {
  background: #000;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  text-decoration: none;
}

.tags-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 50px;
}

.tags-cats div {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.tags-cats div span {
  color: #4F916E;
  background: #F2F7F4;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 12px;
}

.tags-cats .cats {
  margin-right: 15px;
}

.pagi-sigle {
  padding: 32px 26px;
  background: #0A6535;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin-bottom: 60px;
}

.pagi-sigle a {
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 30px);
  text-decoration: none;
}

.pagi-sigle a .arrow {
  width: 53px;
  height: 53px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagi-sigle a .text-pag {
  width: calc(100% - 53px);
  color: #EDE6E6;
  font-size: 17px;
  line-height: 17px;
  font-weight: 700;
  padding-left: 15px;
}

.pagi-sigle a .text-pag span {
  display: block;
  font-size: 13px;
  font-weight: 400;
}

.pagi-sigle a.next {
  flex-direction: row-reverse;
}

.pagi-sigle a.next .text-pag {
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}

.similar-art h2 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 40px;
}

.similar-art .box-similar {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.similar-art .box-similar .item-similar {
  width: calc(33.33% - 20px);
  text-decoration: none;
}

.similar-art .box-similar .item-similar .visu {
  border: 1px solid #0A6535;
  padding: 5px;
  margin-bottom: 15px;
  position: relative;
}

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

.similar-art .box-similar .item-similar .visu .mask {
  display: flex;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: rgba(10, 101, 53, 0.3);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
}

.similar-art .box-similar .item-similar .visu .mask img {
  width: auto;
}

.similar-art .box-similar .item-similar:hover .mask {
  opacity: 1;
}

.similar-art .box-similar .item-similar .title {
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  padding-bottom: 15px;
  color: #000;
}

.similar-art .box-similar .item-similar .type-similar {
  font-size: 12px;
  display: flex;
  gap: 10px;
  color: #535353;
}

.fltre-poste {
  padding-bottom: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.fltre-poste p {
  font-size: 12px;
  color: #000;
  font-weight: 500;
  margin-right: 15px;
}

.fltre-poste a {
  color: #4F916E;
  background: #F2F7F4;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 12px;
  text-decoration: none;
  transition: all 0.3s;
}

.fltre-poste a.active,
.fltre-poste a:hover {
  color: #FFEB3B;
  background: #4F916E;
}

.list-postes {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  padding-bottom: 60px;
}

.list-postes.list-postes-similar {
  gap: 16px;
}

.list-postes.list-postes-similar .item-poste {
  width: calc(33% - 8px);
}

.list-postes.list-postes-similar .item-poste .label-poste {
  padding: 0 20px;
}

.list-postes .item-poste {
  width: calc(50% - 20px);
  border: 3px solid #0A6535;
  padding: 75px 20px 35px 20px;
  text-align: center;
  position: relative;
}

.list-postes .item-poste .type-poste {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #FFEB3B;
  padding: 12px 30px;
  font-size: 14px;
  color: #000;
  border-radius: 6px;
}

.list-postes .item-poste .label-poste {
  text-align: center;
  font-size: 21px;
  font-weight: 700;
  min-height: 105px;
  padding: 0 40px;
  line-height: 26px;
}

.list-postes .item-poste .experience {
  color: #727070;
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 30px;
}

.list-postes .item-poste .location {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 19px;
  font-weight: 900;
  color: #0A6535;
  padding-bottom: 30px;
}

.list-postes .item-poste a {
  display: inline-block;
  background: #0A6535;
  text-decoration: none;
  padding: 12px 15px;
  color: #FFEB3B;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.3s;
}

.list-postes .item-poste a:hover {
  color: #0A6535;
  background: #FFEB3B;
}

.list-postes .item-poste a img {
  vertical-align: middle;
}

.item-intos-poste {
  padding-bottom: 25px;
}

.item-intos-poste h4 {
  padding-bottom: 15px;
  font-size: 17px;
  color: #0A6535;
  font-weight: 700;
}

.item-intos-poste strong {
  font-weight: 700;
}

.item-intos-poste p {
  font-size: 15px;
  line-height: 24px;
  color: #000;
}

.item-intos-poste ul {
  list-style: disc;
  padding-left: 35px;
}

.item-intos-poste li ul {
  padding-top: 25px;
}

.item-intos-poste a {
  color: #000;
}

.item-intos-poste ul li,
.item-intos-poste ol li {
  font-size: 15px;
  line-height: 24px;
  color: #000;
}

.item-intos-poste ol {
  list-style: decimal;
  margin-left: 8px;
}

.detail-poste-single .item-intos-poste ul,
.detail-poste-single .item-intos-poste ol {
  margin-bottom: 25px;
}

.list-postes-similar h4 {
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  padding-bottom: 20px;
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 20px;
}

.faq .intro-faq {
  font-size: 17px;
  line-height: 24px;
  padding-bottom: 30px;
}

.faq .intro-faq strong {
  font-weight: 700;
}

.accordion {
  border: 1px solid #EDEDED;
  border-bottom: 0;
}

.accordion__item .accordion__title {
  position: relative;
  display: block;
  padding: 23px 60px 23px 23px;
  color: #000000;
  font-size: 20px;
  text-decoration: none;
  background-color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  cursor: pointer;
  border-bottom: 1px solid #EDEDED;
}

.accordion__item .accordion-active {
  background-color: #0A6535;
  color: #fff;
}

.accordion__item .accordion__title .accordion__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transform: rotate(225deg);
}

.accordion__item .accordion-active .accordion__arrow {
  transform: rotate(45deg);
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}

.accordion__item .accordion__content {
  padding: 30px 23px;
  margin-bottom: 2px;
  font-size: 14px;
  display: none;
  background-color: #fff;
  border-bottom: 1px solid #EDEDED;
}

/*-------------------------------------*/
.condidature .visu {
  padding-bottom: 40px;
}

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

.condidature h2 {
  font-size: 33px;
  font-weight: 700;
  color: #000;
  padding-bottom: 45px;
}

.condidature p {
  font-size: 17px;
  color: #000;
  line-height: 24px;
  padding-bottom: 55px;
  width: 100%;
}

.form-condidature p {
  padding-bottom: 15px;
}

.form-condidature {
  max-width: 570px;
}

.form input[type=text],
.form input[type=number],
.form input[type=email],
.form input[type=tel],
.form input[type=date],
.form select,
.form textarea {
  border: 2px solid #C9C9C9;
  border-radius: 5px;
  height: 36px;
  width: 100%;
  padding: 0 15px;
  font-size: 16px;
}

.form label {
  font-size: 17px;
  font-weight: 700;
  color: #0A6535;
  line-height: 21px;
}

.form label span {
  display: block;
  font-size: 12px;
  color: #373737;
  line-height: 18px;
  font-weight: 400;
}

.form input[type=checkbox] {
  width: 18px;
  height: 18px;
}

.form textarea {
  height: 160px;
  padding-top: 15px;
}

.form button,
input[type=submit] {
  color: #fff;
  height: 46px;
  border: 1px solid #0A6535;
  background: #0A6535;
  padding: 0 25px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
}

.form button:hover,
input[type=submit]:hover {
  background: #fff;
  color: #0A6535;
}

.form button.cancel {
  border: 1px solid #000;
  background: #000;
}

.row-option {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
  align-items: center;
}

.row-option .label {
  width: 45%;
  padding-right: 25px;
}

.row-option .label-condition {
  width: 100%;
  padding-right: 0;
  display: flex;
  gap: 10px;
}

.row-option .label-condition label {
  font-size: 14px;
  color: #373737;
  font-weight: 400;
}

.row-option .label-condition label span {
  display: inline-block;
  vertical-align: middle;
}

.row-option .label-condition input[type=checkbox] {
  vertical-align: middle;
}

.row-option .label-condition span {
  margin-left: 0;
}

.row-option .label-condition label a {
  font-weight: 700;
  color: #0A6535;
  text-decoration: none;
}

.row-option .data-input {
  width: 55%;
  display: flex;
  gap: 15px;
}

.row-action {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  border-top: 1px solid #EEEEEE;
  padding-top: 30px;
}

.distribution {
  /*Initial style sort*/
  /*Style disabled*/
}

.distribution .intro-dist {
  font-size: 15px;
  color: #373737;
  line-height: 24px;
  margin-bottom: 30px;
}

.distribution table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 20px;
}

.distribution table,
.distribution th,
.distribution td {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  text-align: left;
  font-size: 15px;
}

.distribution table {
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

.distribution thead tr th {
  padding-right: 15px;
  height: 85px;
  background: #F7FBFD;
}

.distribution thead tr th:nth-child(4) {
  width: 470px;
}

.distribution thead tr th:nth-child(3) {
  width: 130px;
}

.distribution tr:nth-child(even) {
  background-color: #F9F9F9;
}

.distribution th {
  background-color: #ddd;
}

.distribution th,
.distribution td {
  padding: 10px 5px;
  word-break: break-word;
}

.distribution button {
  cursor: pointer;
}

.distribution .tablemanager th.sorterHeader {
  cursor: pointer;
  position: relative;
}

.distribution .tablemanager th.sorterHeader:after {
  color: #B9CAD2;
  content: " \f0dc";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 5px;
}

.distribution .tablemanager th.sortingAsc,
.distribution .tablemanager th.sortingDesc {
  background: #1BA1E3;
}

.distribution #for_numrows {
  padding: 10px;
  float: left;
}

.distribution #for_filter_by {
  padding: 10px;
  float: right;
}

.distribution #for_filter_by input,
.for_numrows select {
  height: 31px;
}

.distribution #pagesControllers {
  display: block;
  text-align: right;
}

.distribution #pagesControllers button {
  width: 31px;
  height: 31px;
  background: none;
  border: none;
}

.distribution #pagesControllers button.currentPage {
  border: 1px solid #000;
}

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

.mask-modal.show {
  display: flex;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.mask-modal .modal-sobebra {
  max-width: 505px;
  width: 100%;
  height: 620px;
  background: #fff;
  padding: 140px 30px 30px 30px;
  text-align: center;
}

.mask-modal .modal-sobebra img {
  display: block;
  max-width: 100%;
}

.mask-modal .modal-sobebra .content-modal {
  padding-top: 120px;
}

.mask-modal .modal-sobebra h2 {
  font-size: 22px;
  font-weight: 700;
  color: #333333;
  padding-bottom: 35px;
}

.mask-modal .modal-sobebra p {
  font-size: 15px;
  color: #333333;
  padding-bottom: 35px;
}

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

.mask-modal .modal-sobebra .remembre {
  padding-top: 25px;
}

.menu-row {
  margin: 0 auto;
}

.menu-row .menu-info {
  margin-bottom: 30px;
  font-size: 16px;
}

.menu-row .menu-info h1 {
  margin: 0 0 20px;
  font-size: 30px;
}

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

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

.menu-row ul li a {
  text-decoration: none;
  color: #000;
  padding: 10px;
  display: inline-block;
  transition: 350ms all;
  font-weight: 700;
}

.menu-row ul li a:hover {
  color: #0A6535;
  text-decoration: underline;
}

.menu-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  background: #fff;
  position: relative;
}

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

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

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

.menu li {
  margin-right: 15px;
}

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

.for_filter_by label,
.for_filter_by select {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .bar-menu {
    display: flex;
    background: #fff;
    align-items: center;
    position: relative;
  }

  .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: 12px;
    height: 8px;
    width: 8px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
  }

  .menu li.megamenu>a:hover:before {
    border-right: 2px solid #0A6535;
    border-bottom: 2px solid #0A6535;
  }

  .menu ul li.megamenu>a:before {
    top: 15px;
    border-right: 2px solid #001F19;
    border-bottom: 2px solid #001F19;
  }

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

  .menu li .sub-menu li {
    margin-right: 0;
    font-size: 16px;
    position: relative;
  }

  .menu li .sub-menu li a {
    color: #001F19;
    font-weight: 500;
    padding: 12px 20px;
    background: #FFEB3B;
    display: block;
    font-size: 14px;
  }

  .menu li .sub-menu li a:before {
    right: 15px;
    color: #001F19;
    transform: rotate(-45deg);
  }

  .menu li .sub-menu li a:hover {
    color: #0A6535;
  }

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

@media only screen and (max-width: 1310px) {
  .container-menu {
    padding-left: 0;
    padding-right: 0;
  }
}

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

  .btn-search {
    position: absolute;
    bottom: 7px;
  }

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

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

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

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

  .menu-row .mobile-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #0A6535;
    overflow: hidden;
  }

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

  .menu-row .mobile-menu li {
    margin: 0;
    border-bottom: 1px solid rgb(12.2972972973, 124.2027027027, 65.1756756757);
    font-size: 16px;
  }

  .menu-row .mobile-menu li a {
    color: #ffffff;
    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: rgb(11.8378378378, 119.5621621622, 62.7405405405);
    border: 1px solid rgb(12.2972972973, 124.2027027027, 65.1756756757);
  }

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

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

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

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

  .menu-row .mobile-menu li .sub-menu .backmenu-row .back-trigger {
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    display: block;
    background: rgb(11.8378378378, 119.5621621622, 62.7405405405);
    border: 1px solid rgb(12.2972972973, 124.2027027027, 65.1756756757);
  }

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

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

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

@media only screen and (max-width: 1200px) {
  .main-content.main-content-type .tools-bar {
    width: 285px;
  }

  .banner-inter {
    padding-top: 100px;
  }

  .banner-inter .inner-into {
    top: 40%;
  }

  .banner-inter .inner-into h1 {
    font-size: 40px;
  }

  .menu-row ul li {
    font-size: 12px;
    margin-right: 5px;
  }

  .menu li.megamenu>a {
    padding-right: 15px;
  }

  .sr-logo {
    padding: 10px;
  }

  .sr-logo img {
    width: 170px;
  }

  body.home {
    padding-top: 67px;
  }

  .banner .container .desc-sld h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1023px) {
  .tools-bar {
    display: none;
  }

  .main-content.main-content-type .inner-content {
    width: 100%;
    padding-right: 0;
  }

  .inner-content {
    width: 100%;
    padding-left: 0;
  }

  .sr-history {
    width: 100%;
    padding: 15px;
  }

  .rs-list-services {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  body.home {
    padding-top: 104px;
  }
}

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

  .banner-inter {
    padding-top: 133px;
  }

  .banner-inter .inner-into {
    top: 40%;
  }

  .banner-inter .inner-into h1 {
    font-size: 35px;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    text-align: center;
  }

  .rs-list-services .box-service {
    width: 100%;
  }

  .box-activites {
    flex-wrap: wrap;
  }

  .box-activites .item-activite {
    width: 100%;
  }

  .sr-footer-links {
    flex-direction: column;
  }

  .content-footer-menu,
  .content-copyright {
    flex-direction: column;
  }

  .copyright {
    padding-bottom: 20px;
  }

  .our-products .all-pdrs {
    position: static;
  }

  .our-products .all-pdrs::after {
    position: static;
    margin-left: 10px;
  }

  .box-histroy,
  .box-distributeur {
    flex-wrap: wrap;
  }

  .first-col-history {
    width: 100%;
  }

  .last-col-history {
    width: 100%;
  }

  .box-distributeur .visu-dis,
  .box-distributeur .disc-dis {
    width: 100%;
  }
}

@media only screen and (max-width: 700px) {
  .list-activites .item-act .visu-activite {
    width: 100%;
  }

  .list-activites .item-act .visu-activite img {
    margin: 0 auto;
  }

  .list-activites .item-act .info-act {
    width: 100%;
    padding: 15px;
  }

  .list-rpducts .item-prosuct {
    width: calc(50% - 12px);
  }
}

@media only screen and (max-width: 600px) {
  .banner-inter .inner-into {
    transform: translate(0, 0);
    background: #0A6535;
    padding: 15px;
    position: static;
  }

  .banner-inter .inner-into h1 {
    font-size: 26px;
    padding-bottom: 5px;
  }

  .pagi-sigle a .text-pag {
    display: none;
  }

  .similar-art .box-similar .item-similar {
    width: 100%;
  }

  .similar-art .box-similar .item-similar .title {
    font-size: 15px;
  }

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

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

  .detail-product .infos-product .col-info {
    width: 100%;
  }

  .our-products .inner-pdrs {
    padding-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .detail-pdrs .list-detail {
    flex-wrap: wrap;
  }

  .detail-pdrs .list-detail .disc-detail {
    width: 100%;
    padding-left: 0;
  }

  .detail-pdrs .list-detail .visu-detail {
    width: 100%;
  }
}

.search-page-list .rst-ttt {
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 25px;
}

.search-page-list article header {
  position: static;
}

.search-page-list article header h2 {
  font-weight: 600;
  color: #004165;
  font-size: 22px;
  padding-bottom: 30px;
}

.search-page-list article header h2 a {
  color: #000;
}

.search-page-list article {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dcdcdc;
}

.box-activites .item-activite .type-act,
.tags-cats .cats {
  text-transform: uppercase;
}

.single-emploi .item-intos-poste ul {
  margin-bottom: 20px;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 13px;
  font-weight: normal;
  display: block;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900;
  margin-top: 10px;
  background: #f00;
  border: 0;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  background: #46b450;
  color: #fff;
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 10px;
}

.menu-haut-header {
  background-color: #F2F2F2;
}

.menu-haut-header ul {
  text-align: center;
  padding: 13px 0;
}

.menu-haut-header ul li {
  display: inline-block;
  position: relative;
}

.menu-haut-header ul li:after {
  content: "-";
}

.menu-haut-header ul li:last-child:after {
  display: none;
}

.menu-haut-header ul li a,
.menu-haut-header ul li:after {
  font-size: 17px;
  color: #0A6535;
  font-weight: 700;
  text-decoration: none;
}

.menu-haut-header ul li a:hover {
  color: rgb(250, 232, 55);

}

.detail-poste-single .item-intos-poste p,
.detail-single div {
  line-height: 33px;
  margin-bottom: 25px;
}

.detail-single div {
  font-size: 15px;
  line-height: 24px;
  color: #000;
  clear:both
}

.detail-poste-single .item-intos-poste h1,
.detail-poste-single .item-intos-poste h2,
.detail-poste-single .item-intos-poste h3,
.detail-poste-single .item-intos-poste h4,
.detail-poste-single .item-intos-poste h5,
.detail-poste-single .item-intos-poste h6 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 25px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.detail-poste-single .item-intos-poste h1 {
  font-size: 35px;
}

.detail-poste-single .item-intos-poste h2 {
  font-size: 30px;
}

.detail-poste-single .item-intos-poste h3 {
  font-size: 26px;
}

.detail-poste-single .item-intos-poste h4 {
  font-size: 22px;
}

.detail-poste-single .item-intos-poste h5 {
  font-size: 20px;
}

.detail-poste-single .item-intos-poste h6 {
  font-size: 18px;
}

.just-for-search {
  display: none;
}

.box-search .search-field {
  margin-bottom: 25px;
}


.sbr-newsletter {}

.logo-intern {
  padding-bottom: 60px;
}

.content-newsletter {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.intro-news {
  width: calc(50% - 13px);
}

.intro-news p:first-child {
  display: block;
  padding-bottom: 20px;
  font-size: 16px;
  color: #4F4D4D;
  font-weight: 600;
}

.intro-news p:nth-child(2) {
  font-size: 35px;
  color: #000000;
  font-weight: 600;
  padding-bottom: 35px;
}

.intro-news p:last-child {
  font-size: 19px;
  color: #B5B5B5;
  font-weight: 600;
  padding-bottom: 25px;
  line-height: 24px;
}

.form-news {
  width: calc(50% - 13px);
}

.line-form {
  padding-bottom: 25px;
}

.form-news p {
  padding-bottom: 25px;
}

.form-news label {
  display: block;
  font-size: 17px;
  color: #000000;
  font-weight: 600;
  padding-bottom: 5px;
}

.form-news label span {
  display: block;
  padding-top: 8px;
}

.form-news input[type="text"],
.form-news input[type="email"] {
  border: 1px solid #0A6535;
  display: block;
  font-size: 17px;
  color: #000000;
  width: 100%;
  height: 48px;
  padding: 0 10px;
}

.form-news input[type="submit"] {
  width: 176px;
  height: 46px;
  background: #0A6535;
  border: 1px solid #0A6535;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s;
}

.form-news input[type="submit"]:hover {
  color: #0A6535;
  background: #fff;
}


.btn-search {
  width: 22px;
  height: 22px;
  margin-left: 15px;
  cursor: pointer;
}

.bar-search {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #FFEB3B;
  display: none;
  padding: 50px 10px;
  align-items: center;
  justify-content: center;
}

.ico-close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../images/x-circle.svg) no-repeat;
  width: 24px;
  height: 24px;
}

.bar-search form {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #000;
  position: relative;
  padding-bottom: 20px;
}

.bar-search form input[type="text"] {
  border: none;
  background: none;
  font-size: 40px;
  font-weight: 500;
  color: #000;
}

.bar-search form input::placeholder {
  color: #000;
}

.bar-search form input[type="submit"] {
  width: 42px;
  height: 42px;
  background: url(../images/search-black.svg) no-repeat;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}

.bar-search.active {
  display: flex;
}

.bar-menu {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .intro-news {
    width: 100%;
  }

  .form-news {
    width: 100%;
  }

  .btn-search {
    position: absolute;
    right: 15px;
    top: 20px;
  }

  .bar-search form input[type="text"] {
    font-size: 26px;
  }
  .our-products .inner-pdrs .dscr-prd {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .banner .container .desc-sld h2 {
    font-size: 20px;
    line-height: normal;
  }
  .s-banner .banner,
  .rs-banner img{
    height: 300px;
    width: auto;
    object-fit: cover;
  }
  .box-distributeur .visu-dis img {
    
    height: auto;
  }
}
.single-produits .main-content{
  padding-top: 0;
}