/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/* When the checkbox is checked, add a blue background */

.overlayinn {
  background-color: rgb(50 71 93 / 61%);
  height: 100%;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  padding: 70px;
  transition: opacity 0.5s;
}

.overlayinn:hover {
  opacity: 1;
  transition: opacity 0.5s;
}

.bg-btn-product {
  background-color: #051525;
}

.bg-btn-product:hover {
  background-color: #ffad00;
}

#loader.is-active {
  background: #fbfbfb url("/themes/cortex/assets/img/loader.gif") no-repeat
    center center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 15%;
display:noneimportant;
}

#loader {
  position: fixed;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 999999;
display:none!important;
}

body#pagenotfound {
  background: #fbfbfb;
}
#pagenotfound section#main {
  margin-bottom: -117px;
}
.custom-checkbox input[type="checkbox"] + span .checkbox-checked {
  margin: 0rem;
  font-size: 0.75rem;
  color: #232323;
}

body#checkout .condition-label {
  margin-left: 1.5rem;
  margin-top: 0.625rem;
}
/*services*/
@media screen and (max-width: 500px) {
  .text-justify {
    text-align: left;
  }

  .category-8951 .product-brand img.w-8 {
    display: block;
    margin: auto;
    float: none !important;
  }
  .category-8951 {
    text-align: center;
    margin-top: -31px;
  }
  .category-8951 h2 {
    text-align: center !important;
  }
  .btn-categor-5565 {
    text-align: center;
    display: block;
    width: auto;
    margin: 23px;
  }
}

.blog-post-btn {
  color: #ffffff;
  font-family: Poppins, sans-serif;
  font-size: 13px;
}
.blog-post-desc {
  color: #93a0ad;
  font-family: Poppins, sans-serif;
  font-size: 14.53px;
  font-weight: 300;
}
.blog-post-title {
  color: #26292c;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 500;
}
.title-blog {
  color: #4e6a87;
  font-size: 30px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4em;
  letter-spacing: 2px;
}
.paragraphe-blog {
  color: #333;
  font-size: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 200;
  letter-spacing: 1.2px;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .paragraphe-blog {
    width: 100%;
  }
}

.minititlte-blog {
  color: #ffad00;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  letter-spacing: 5px;
  font-size: 0.875rem;
  text-transform: uppercase;
}

body#cms {
  background: #f6f7f8 !important;
}

.flip-card {
  background-color: transparent;
  max-width: 43%;
  perspective: 1000px;
  position: relative;
  z-index: 9999999;
  display: block;
  margin: auto;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: transparent;
}

.flip-card-back {
  background-color: transparent;
  transform: rotateY(180deg);
}
@media screen and (max-width: 1024px) {
  .elementor-8070201
    .elementor-element.elementor-element-bclgs8w
    .elementor-widget-container {
    padding: 0px 45px 28px 45px !important;
  }
  .elementor-8070201
    .elementor-element.elementor-element-8gwwx0t
    .elementor-widget-container {
    padding: 0px 45px 24px 45px !important;
  }
  .elementor-8070201
    .elementor-element.elementor-element-16mi3k9
    .elementor-widget-container {
    padding: 0px 45px 74px 45px !important;
  }
  .elementor-8070201
    .elementor-element.elementor-element-vwn726j
    .elementor-widget-container {
    padding: 0px 45px 25px 45px !important;
  }
}

@media screen and (max-width: 768px) {
  .elementor-8070201
    .elementor-element.elementor-element-bclgs8w
    .elementor-widget-container {
    padding-bottom: 0px !important;
  }
  .elementor-8070201
    .elementor-element.elementor-element-8gwwx0t
    .elementor-widget-container {
    padding-bottom: 0px !important;
  }
  .elementor-8070201
    .elementor-element.elementor-element-bclgs8w
    .elementor-widget-container {
    padding-bottom: 24px !important;
  }
  .elementor-8070201
    .elementor-element.elementor-element-8gwwx0t
    .elementor-widget-container {
    padding-bottom: 25px !important;
  }
  .elementor-8070201
    .elementor-element.elementor-element-16mi3k9
    .elementor-widget-container {
    padding-bottom: 35px !important;
  }
  .elementor-8070201
    .elementor-element.elementor-element-vwn726j
    .elementor-widget-container {
    padding-bottom: 25px !important;
  }
}
@media screen and (max-width: 991px) {
  .flip-card {
    background-color: transparent;
    max-width: 100%;
    perspective: 1000px;
    position: relative;
    z-index: 9999999;
    display: block;
    margin: auto;
  }
  .flip-card-front img,
  .flip-card-back img {
    margin: auto;
    max-width: 100px !important;
  }
}

@media screen and (max-width: 768px) {
  .elementor-widget.elementor-element.elementor-element-kwotxuc.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-yruribc.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-cdktfom.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-wsnrtgi.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-qimbpao.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-hpnvhbc.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-rmdyipg.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-nisrhwe.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-phgphjw.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-niheleq.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-tjpfqns.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-eedooqs.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-ppixrfk.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-rbdckzg.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-drytpgp.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-yvqcent.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-5snva3q.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-e59in41.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-1sxxdf5.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-weonov4.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-jdehpz7.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-h8k0cld.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-09saxbj.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-lzf4ihv.elementor-widget-html {
    margin-bottom: 62px;
  }
}

@media screen and (max-width: 767px) {
  .elementor-8070101
    .elementor-element.elementor-element-etwrufp
    .elementor-widget-container,
  .elementor-8070101
    .elementor-element.elementor-element-ssgywwq
    .elementor-widget-container,
  .elementor-8070101
    .elementor-element.elementor-element-ngeuwfo
    .elementor-widget-container,
  .elementor-8070101
    .elementor-element.elementor-element-aiqivos
    .elementor-widget-container,
  .elementor-8070101
    .elementor-element.elementor-element-hgscufy
    .elementor-widget-container,
  .elementor-8070101
    .elementor-element.elementor-element-rfpchco
    .elementor-widget-container,
  .elementor-8070101
    .elementor-element.elementor-element-unmiffn
    .elementor-widget-container,
  .elementor-8070301
    .elementor-element.elementor-element-sxltchv
    .elementor-widget-container,
  .elementor-8070301
    .elementor-element.elementor-element-pqyboai
    .elementor-widget-container,
  .elementor-8070301
    .elementor-element.elementor-element-nbdkiug
    .elementor-widget-container,
  .elementor-8070301
    .elementor-element.elementor-element-jbwqrtf
    .elementor-widget-container,
  .elementor-8070301
    .elementor-element.elementor-element-zseelvw
    .elementor-widget-container,
  .elementor-8070301
    .elementor-element.elementor-element-gsixbjd
    .elementor-widget-container,
  .elementor-8070301
    .elementor-element.elementor-element-gpbvrnm
    .elementor-widget-container,
  .elementor-8070201
    .elementor-element.elementor-element-bclgs8w
    .elementor-widget-container,
  .elementor-8070201
    .elementor-element.elementor-element-8gwwx0t
    .elementor-widget-container,
  .elementor-8070201
    .elementor-element.elementor-element-igckavi
    .elementor-widget-container,
  .elementor-8070201
    .elementor-element.elementor-element-16mi3k9
    .elementor-widget-container,
  .elementor-8070201
    .elementor-element.elementor-element-tk7ykb8
    .elementor-widget-container,
  .elementor-8070201
    .elementor-element.elementor-element-vwn726j
    .elementor-widget-container,
  .elementor-8070201
    .elementor-element.elementor-element-lhim2vc
    .elementor-widget-container {
    margin: 0px 0px 30px 0px !important;
  }
}

@media screen and (max-width: 425px) {
  .flip-card {
    background-color: transparent;
    max-width: 100%;
    perspective: 1000px;
    position: relative;
    z-index: 9999999;
    display: block;
    margin: auto;
  }
  .flip-card-front img,
  .flip-card-back img {
    margin: auto;
    max-width: 135px !important;
  }
  .elementor-widget.elementor-element.elementor-element-kwotxuc.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-yruribc.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-cdktfom.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-wsnrtgi.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-qimbpao.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-hpnvhbc.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-rmdyipg.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-nisrhwe.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-phgphjw.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-niheleq.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-tjpfqns.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-eedooqs.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-ppixrfk.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-rbdckzg.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-drytpgp.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-yvqcent.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-5snva3q.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-e59in41.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-1sxxdf5.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-weonov4.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-jdehpz7.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-h8k0cld.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-09saxbj.elementor-widget-html,
  .elementor-widget.elementor-element.elementor-element-lzf4ihv.elementor-widget-html {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 425px) {
  .elementor-8070201
    .elementor-element.elementor-element-bclgs8w
    .elementor-widget-container {
    padding: 0px !important;
    background: white;
  }
  .elementor-8070201
    .elementor-element.elementor-element-8gwwx0t
    .elementor-widget-container {
    padding: 0px !important;
    background: white;
  }
  .elementor-8070201
    .elementor-element.elementor-element-bclgs8w
    .elementor-widget-container {
    padding: 0px !important;
    background: white;
  }
  .elementor-8070201
    .elementor-element.elementor-element-8gwwx0t
    .elementor-widget-container {
    padding: 0px !important;
    background: white;
  }
  .elementor-8070201
    .elementor-element.elementor-element-16mi3k9
    .elementor-widget-container {
    padding: 0px !important;
    background: white;
  }
  .elementor-8070201
    .elementor-element.elementor-element-vwn726j
    .elementor-widget-container {
    padding: 0px !important;
    background: white;
  }
}

.cul-dangereux,
.cul-biologiques,
.cul-thermosensibles,
.cul-specifiques,
.cul-transplantation {
  cursor: pointer;
}
#index #bannervideo {
  position: relative;
  overflow: hidden;
  height: 17rem;
}
#cms #bannervideo {
  position: relative;
  overflow: hidden;
  height: 22rem;
}

#cms #videobcg {
  position: unset !important;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  z-index: 0;
}
.category-16 {
  margin-top: 300px;
}
@media only screen and (max-width: 1440px) {
  .category-16 {
    margin-top: 250px;
  }
  #cms #bannervideo {
    position: relative;
    overflow: hidden;
    height: 21rem;
  }
}

@media only screen and (max-width: 1024px) {
  .category-16 {
    margin-top: 200px;
  }
  #cms #bannervideo {
    position: relative;
    overflow: hidden;
    height: 15rem;
  }
}

@media only screen and (max-width: 768px) {
  .category-16 {
    margin-top: 0px;
  }
  #cms #bannervideo {
    position: relative;
    overflow: hidden;
    height: 11rem;
  }
}

@media screen and (max-width: 375px) {
  .pop-cmd-vid #bannervideo {
    height: 11rem;
  }
}

@media screen and (max-width: 360px) {
  .pop-cmd-vid #bannervideo {
    height: 10.5rem;
  }
}

@media only screen and (max-width: 320px) {
  #cms #bannervideo {
    position: relative;
    overflow: hidden;
    height: 9rem;
  }
}

#videobcg {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: auto;
  z-index: 0;
}
.video-gfr {
  height: 15.89rem;
}

@media screen and (max-width: 1024px) {
  .btn-vide-mobile {
    margin-bottom: -7px;
  }
}

@media screen and (max-width: 768px) {
  .btn-vide-mobile {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 425px) {
  .btn-vide-mobile {
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 375px) {
  .btn-vide-mobile {
    margin-bottom: 36px;
  }
}

@media screen and (max-width: 320px) {
  .btn-vide-mobile {
    margin-bottom: 51px;
  }
}

@media only screen and (max-width: 480px) {
  .swiper-services .swiper-slide {
    height: 230px !important;
  }
}

@media only screen and (max-width: 480px) {
  .swiper-services .swiper-slide:nth-child(2n) {
    height: 230px !important;
  }
}

@media only screen and (min-width: 481px) {
  .swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide {
    height: 50rem;
  }
}

@media only screen and (max-width: 1501px) {
  .elementor-1020201
    .elementor-element.elementor-element-sazdz61
    > .elementor-element-populated {
    margin: 0px 0px 0px 01px !important;
  }
}

@media only screen and (min-width: 1527px) {
  .video-gfr {
    margin-left: -5rem;
    height: 17rem;
  }
}

@media only screen and (min-width: 481px) {
  .swiper-container-top {
    height: 50rem;
  }
}

@media only screen and (max-width: 480px) {
  .swiper-button-next {
    bottom: 15px;
    top: auto;
  }
  .swiper-button-prev {
    bottom: 15px;
    top: auto;
    left: 26px;
  }
  .swiper-container {
    width: 100%;
    height: auto;
  }

  .swiper-container .swiper-slide {
    height: 830px;
  }

  .swiper-container .swiper-slide:nth-child(1) {
    height: 630px;
  }

  .h1-index {
    font-size: 26px;
    text-align: center;
  }
  .p-index {
    font-size: 15px;
    text-align: center;
  }
}

.rounded-circular {
  border-radius: 100px !important;
}

.rounded-b-25 {
  border-bottom-right-radius: 50% 38%;
  border-bottom-left-radius: 50% 38%;
}

.vertical {
  border-left: 4px solid #4e6a87;
}

.left-15 {
  left: -15px;
}

.h-timeline {
  height: 28rem;
}

.services .elementor-widget-container .elementor-image {
  display: flex;
  justify-content: center;
}

.product-variants > .product-variants-item select {
  width: auto;
  padding-right: 1.875rem;
  border: 0.01px solid rgba(150, 151, 153, 0.09);
  border-radius: 3px;
  padding: 0rem 0.75rem;
  background-color: #1b1a1a00;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(1.5rem - 0px);
}

.tabsprod .elementor-widget-container .elementor-tabs {
  display: flex;
}

.tabsprod .elementor-widget-container .elementor-tabs .elementor-tabs-wrapper {
  width: 25%;
}

.tabsprod ul li {
  color: #333 !important;
}

.elementor-widget-tabs
  .elementor-tabs
  .elementor-tabs-wrapper
  .elementor-tab-title.active:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffad00;
  position: absolute;
  top: 50px;
  left: -2px;
}
.elementor-widget-tabs
  .elementor-tabs
  .elementor-tabs-wrapper
  .elementor-tab-title.active {
  color: #61ce70;
  position: relative;
  border: none;
  border-left: 4px solid #ffad00;
  background: transparent;
  border-radius: 0;
  height: 125px;
  display: flex;
  align-items: center;
}

.elementor-widget-tabs
  .elementor-tabs
  .elementor-tabs-wrapper
  .elementor-tab-title.active {
  background: white;
}
.elementor-widget-tabs
  .elementor-tabs
  .elementor-tabs-wrapper
  .elementor-tab-title {
  background: white;
}

.elementor-widget-tabs
  .elementor-tabs
  .elementor-tabs-wrapper
  .elementor-tab-title {
  background: white;
  margin: 8px 1px;
  max-height: 150px;
  height: 116px;
}

.elementor-widget-tabs
  .elementor-tabs
  .elementor-tabs-wrapper
  .elementor-tab-title {
  border-radius: 0;
  height: 125px;
  display: flex;
  align-items: center;
}

.bg-tab-prod {
  background: #3f5973;
}
.bg-tab-prod-2 {
  background: #f5d99f;
}

#product {
  background: #f6f7f8;
}
/* #product .lSSlideWrapper ul#lightSlider {
    width: auto !important;
}
#product .lSSlideOuter .lSGallery li, .lSSlideOuter .lightSlider>* {
    width: 100%!important;
} */
/* .lSSlideOuter .lSPager.lSGallery li.active {
    border-color: #ffffff00!important;
} */
.elementor-tab-content ul li {
  margin: 17px;
}

.elementor-tab-content ul li::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 pro";
  font-weight: 900;
  content: "\f105";
  color: #ffad00;
  margin-right: 10px;
  font-size: 17px;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
}

.product-variants-item .control-label::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 pro";
  font-weight: 900;
  content: "\f105";
  color: #ffad00;
  margin-right: 10px;
}

.product-variants-item .control-label {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 13px;
}

.btn-hbgfd {
  background: #3f5973;
}

#wrapper .breadcrumb-x li a span {
  color: #93a0ad;
}

#wrapper .breadcrumb li:after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 pro";
  font-weight: 300;
  content: "\f105";
  color: #93a0ad;
  margin: 0.125rem;
}

.img-attributs-520
  .elementor-container
  .elementor-row
  .elementor-column
  .elementor-column-wrap
  .elementor-widget-wrap
  .elementor-widget
  .elementor-widget-container
  .elementor-image
  figure
  img {
  display: block;
  margin: auto;
}

@media only screen and (max-width: 850px) {
  .tabsprod .elementor-widget-container .elementor-tabs {
    display: block;
  }
  .tabsprod
    .elementor-widget-container
    .elementor-tabs
    .elementor-tabs-wrapper {
    width: 100%;
  }
}

.elementor-8020201
  .elementor-element.elementor-element-jwbyezi
  .elementor-tabs
  .elementor-tab-content {
  border-width: 0px;
  overflow-x: auto;
}

img.js-qv-product-cover.object-cover.w-full.-mt-4 {
  height: 584px !important;
}

.js-qv-mask.mask.mr-4.scroll {
  height: 584px;
  overflow-y: hidden;
}

body#index {
  background: rgb(246 247 248);
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 640px) {
  .md\:container {
    max-width: 640px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 768px) {
  .md\:container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .md\:container {
    max-width: 1024px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 1280px) {
  .md\:container {
    max-width: 1480px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1024px) {
  .h1-index {
    color: #ffffff;
    font-size: 20px;
    font-style: italic;
    font-weight: bold;
  }
  .container {
    max-width: 1024px;
    padding-right: 2rem;
    padding-left: 2rem;
    margin: auto;
  }
}
@media (max-width: 1279px) {
  .h1-index {
    color: #ffffff;
    font-size: 25px;
    font-style: italic;
    font-weight: bold;
  }

  .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1480px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1280px) {
  .h1-index {
    color: #ffffff;
    font-size: 58px;
    font-style: italic;
    font-weight: bold;
    line-height: 70px;
    max-width: 91%;
  }

  .p-index {
    max-width: 60%;
    color: #d9dfe4;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .h1-index {
    color: #ffffff;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
  }
}
.modal {
  transition: opacity 0.25s ease;
}
body.modal-active {
  overflow-x: hidden;
  overflow-y: visible !important;
}

.parg-category {
  color: #93a0ad;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 300;
}

.parg-1category {
  color: #4e6a87;
  font-family: Poppins;
  font-size: 30px;
  font-weight: 600;
}

.elementor-image img {
  width: 100%;
}
.title-logrt-365 {
  color: #ffad00;
  font-family: Montserrat Regular, Arial, sans-serif;
  font-size: 16px;
}
.link-ordtc {
  font-family: Montserrat Regular, Arial, sans-serif;
}

@media (min-width: 750px) {
  .link-ordtc {
    font-family: Montserrat Regular, Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 38px;
  }
  .partdgr-25 {
    font-size: 12px;
    letter-spacing: 1px;
    text-align: left;
  }
}
@media (min-width: 1204px) {
  .link-ordtc {
    font-family: Montserrat Regular, Arial, sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 38px;
  }
  .partdgr-25 {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
    text-align: left;
  }
}
@media screen and (max-width: 1400px) {
  .h1-index {
    font-size: 40px;
    line-height: 50px;
  }
  .elementor-1020201
    .elementor-element.elementor-element-udddihk
    .elementor-spacer-inner,
  .elementor-1020201
    .elementor-element.elementor-element-3ri54fe
    .elementor-spacer-inner,
  .elementor-1020201
    .elementor-element.elementor-element-3rabpyd
    .elementor-spacer-inner,
  .elementor-1020201
    .elementor-element.elementor-element-5ky91yw
    .elementor-spacer-inner,
  .elementor-1020201
    .elementor-element.elementor-element-nylxfld
    .elementor-spacer-inner {
    height: 0 !important;
  }
  .elementor-1020301
    .elementor-element.elementor-element-chehddg
    > .elementor-element-populated,
  .elementor-1020101
    .elementor-element.elementor-element-vbpdqoc
    > .elementor-element-populated,
  .elementor-1020201
    .elementor-element.elementor-element-sazdz61
    > .elementor-element-populated {
    margin: 0px 0px 0px -75px !important;
  }
  .lg\:-ml-20 {
    margin-left: 0;
  }
  .padding-div
    .elementor-column-gap-default
    > .elementor-row
    > .elementor-column
    > .elementor-element-populated {
    padding: 10px 50px;
  }
}
@media screen and (max-width: 1200px) {
  .elementor-1020201
    .elementor-element.elementor-element-sazdz61
    > .elementor-element-populated {
    margin: 0px 0px 0px 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .elementor-button.elementor-size-xs {
    padding: 8px;
  }
  .h1-index {
    font-size: 35px;
  }
  .p-index {
    font-size: 16px;
    max-width: 80%;
    letter-spacing: 0;
  }

  .elementor-icon-box-content {
    padding: 10px;
  }
  .elementor-1020201 .elementor-element.elementor-element-ea7zw5b {
    height: auto !important;
  }
  .width-res {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .h-700 {
    height: 35rem;
  }
  .elementor-1020201
    .elementor-element.elementor-element-q3atp5t
    .elementor-spacer-inner,
  .elementor-1020201
    .elementor-element.elementor-element-udddihk
    .elementor-spacer-inner {
    height: 0 !important;
  }
}

/*Modal video */
.modal-content iframe {
  width: 850px;
  height: 520px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1440px) {
  .modal-content iframe {
    width: 850px;
    height: 520px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 932px) {
  .modal-content iframe {
    width: 725px;
    height: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 768px) {
  .modal-content iframe {
    width: 650px;
    height: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 540px) {
  .modal-content iframe {
    width: 471px;
    height: 265px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*end modal video*/

.flex.product-all:nth-child(2n + 1) .linecat {
  position: absolute;
  float: right;
  overflow: hidden;
  margin-left: -129px;
}

.product-variants-item label.select {
  position: relative;
}

.product-variants-item label.select::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Duotone";
  content: "\f0dd";
  position: absolute;
  right: 5px;
  top: 0px;
  bottom: 0;
  color: #ffad00;
  background: #f6f7f8;
  z-index: -1;
}

/*label.select::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Duotone";
    content: "\f0dd";
    position: absolute;
    right: 5px;
    top: 2px;
    bottom: 0;
    color: #506A86;
}*/

/*about fr*/

.elementor-6070201
  .elementor-element.elementor-element-znl9vba
  > .elementor-container {
  background: url(/img/cms/560_1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .elementor-6070201
    .elementor-element.elementor-element-znl9vba
    > .elementor-container {
    height: 271px;
  }
  .elementor-6070201
    .elementor-element.elementor-element-znl9vba
    > .elementor-container {
    min-height: 285px;
  }
  .padding-div
    .elementor-column-gap-default
    > .elementor-row
    > .elementor-column
    > .elementor-element-populated {
    padding: 10px 10px;
  }
}
/*en*/
/*about fr*/

.elementor-6070101
  .elementor-element.elementor-element-ywbjnrq
  > .elementor-container {
  background: url(/img/cms/560_1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .elementor-6070101
    .elementor-element.elementor-element-ywbjnrq
    > .elementor-container {
    height: 271px;
  }
  .elementor-6070101
    .elementor-element.elementor-element-ywbjnrq
    > .elementor-container {
    min-height: 285px;
  }
  .padding-div
    .elementor-column-gap-default
    > .elementor-row
    > .elementor-column
    > .elementor-element-populated {
    padding: 10px 10px;
  }
}
/*es*/
.elementor-6070301
  .elementor-element.elementor-element-fegtwhn
  > .elementor-container {
  background: url(/img/cms/560_1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .elementor-6070301
    .elementor-element.elementor-element-fegtwhn
    > .elementor-container {
    height: 271px;
  }
  .elementor-6070301
    .elementor-element.elementor-element-fegtwhn
    > .elementor-container {
    min-height: 285px;
  }
  .padding-div
    .elementor-column-gap-default
    > .elementor-row
    > .elementor-column
    > .elementor-element-populated {
    padding: 10px 10px;
  }
}

.elementor-section.elementor-element.elementor-element-r4btof2.elementor-inner-section.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-hidden-phone,
.elementor-section.elementor-element.elementor-element-b062psb.elementor-inner-section.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-hidden-phone,
.elementor-section.elementor-element.elementor-element-wyiswp7.elementor-inner-section.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-hidden-phone,
.elementor-section.elementor-element.elementor-element-ts3q0xp.elementor-inner-section.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-hidden-phone,
.elementor-section.elementor-element.elementor-element-bqtl3yq.elementor-inner-section.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-hidden-phone,
.elementor-section.elementor-element.elementor-element-rhs0a80.elementor-inner-section.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
  max-height: 434px;
}

li.list-disc.text-color-3 {
  font-size: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  line-height: 1.7;
}

/*animation*/

.box {
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.25);
  transition: 0.2s all;
}

.elementor-row:hover .box {
  transform: scale(1);
  box-shadow: none;
}

.elementor-row:hover .box:hover {
  transform: scale(1.1);
  filter: blur(0px);
  opacity: 1;
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.125);
  z-index: 9999;
}

.solidblockmenu.stickynv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.125);
  background: #000000b3;
  -webkit-transition: opacity 0.3s ease-out 0.2s;
  transition: background-color 2s ease-out;
}

@media screen and (max-width: 768px) {
  .pop-cmd-vid #bannervideo {
    height: 11rem;
  }
}

@media screen and (max-width: 425px) {
  .pop-cmd-vid #bannervideo {
    height: 13rem;
  }
}

@media screen and (min-width: 725px) {
  .elementor-column.elementor-element.elementor-element-lk0dgdn.elementor-col-100.elementor-top-column.elementor-sm-100 {
    width: 45%;
  }
}

#ba_eu_cookie_law.show_in_footer {
  bottom: 0;
  border-top: 0px solid;
  border-bottom: 0;
  padding: 1rem;
}

#ba_eu_cookie_more_info {
  color: #140805 !important;
  display: none;
}


#ba_eu_cookie_accept {
  color: #ffffff;
  font-size: 0.8em;
  font-family: Poppins, sans-serif;
  font-weight: 200;
  font-style: normal;
  line-height: 1em;
  letter-spacing: 1px;
  background: #051525;
  border-radius: 0px 0px 0px 0px;
}

#ba_eu_cookie_law .ba_eu_cookie_law_text {
  color: #000000;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.ba_eu_cookie_law_button {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .slider-secondary .container {
    gap: 1rem;
    padding-right: 6rem;
    padding-left: 2rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
    height: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .slider-secondary .container {
    gap: 15rem;
    padding-right: 6rem;
    padding-left: 2rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
    height: 100%;
  }
}

.g-recaptcha {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

#rc-imageselect {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

@media screen and (max-height: 575px) {
  #rc-imageselect,
  .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

#category
  h3.md:text-md.text-sm.mb-4.tracking-widest.uppercase.text-color-1.font-montserrat-r.title-logrt-365 {
  color: #ffad00;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  letter-spacing: 5px;
  font-size: 0.875rem;
}

h3.md:text-md.text-sm.mb-4.tracking-widest.uppercase.text-color-1.font-montserrat-r.title-logrt-365 {
  color: #ffad00;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  letter-spacing: 5px;
  font-size: 0.875rem;
}

#contact .content h3.font-montserrat-r {
  color: #ffad00;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  letter-spacing: 5px;
  font-size: 0.875rem;
}

@media screen and (max-width: 1280px) and (min-width: 1024px) {
  .elementor-8070301
    .elementor-element.elementor-element-jbwqrtf
    .elementor-widget-container {
    margin: 0px 0px 233px 0px !important;
  }

  .elementor-8070301
    .elementor-element.elementor-element-gsixbjd
    .elementor-widget-container {
    margin: 0px 0px 125px 0px !important;
  }
}

.product-description-short
  .elementor-text-editor.elementor-clearfix.rte-content
  p {
  color: #4e6a87;
  font-weight: 500;
  font-size: 13px;
}

form#customer-form
  .form-group.row:nth-child(9)
  label.col-md-3.form-control-label {
  visibility: hidden;
}

i.material-icons.rtl-no-flip.checkbox-checked.psgdpr_consent_icon {
  display: none;
}

#checkout
  .elementor-3070201
  .elementor-element.elementor-element-cashtlz
  .elementor-heading-title {
  color: #4e6a87;
  font-size: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4em;
  letter-spacing: 2px;
}

#checkout
  .elementor-3070201
  .elementor-element.elementor-element-cashtlz
  .elementor-heading-title {
  color: #4e6a87;
  font-size: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4em;
  letter-spacing: 2px;
}

#checkout .elementor-3070201 .elementor-element.elementor-element-vaakvsd {
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 80%;
    margin: 30px auto;
  }
}

#top-menu > li > a,
#contact-link,
#contact-link,
#language_desktop,
#iconSVG {
  font-weight: 600;
}

.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group {
  color: #232323;
  background-color: #fff;
  height: 2.5rem;
  padding: 0.175rem 0.8rem;
  width: 3.5rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  float: left;
}

.product-variants > .product-variants-item select {
  width: auto;
  padding-right: 1.875rem;
  border: 0.01px solid rgba(150, 151, 153, 0.09);
  border-radius: 3px;
  padding: 0rem 1.5rem 0rem 1rem;
  background-color: #1b1a1a00;
  appearance: none;
}

.btn-search {
  color: #fff;
  cursor: pointer;
}

.bloc-search {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(0, 0, 0, 0.7);
}

.bloc-search > div.search-widget {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bloc-search form input {
  width: 700px;
  height: 60px;
  border-radius: 60px;
  padding: 0 25px;
  background-color: rgb(171 171 171 / 40%);
  color: #fff;
  font-size: 19px;
}

.bloc-search form input:focus-visible {
  outline-color: #ffad00;
}

.bloc-search form button {
  position: relative;
  right: 45px;
  top: -1px;
  color: #fff;
  font-size: 20px;
}

.close-search {
  position: absolute;
  right: 200px;
  top: 100px;
  font-size: 35px;
  color: #a1a1a1;
  cursor: pointer;
}
.elementor-text-editor.elementor-clearfix.rte-content p {
  color: #333 !important;
}
#footer .elementor-text-editor.elementor-clearfix.rte-content p {
  color: #fff !important;
}
.historique-part .elementor-text-editor.elementor-clearfix.rte-content p {
  color: #fff !important;
}
/* ---------------- */
.bloc-content-holder-all .text-sm.mb-4.t.uppercase.text-color-1 {
  letter-spacing: 5px;
  font-size: 15px;
  margin-bottom: 1px;
}
.bloc-content-holder-all p {
  text-align: justify;
  font-size: 16px;
  color: #fff;
}
.bloc-content-holder-all h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 9px;
  color: #fff;
}
.bloc-content-holder-all .right-content {
  padding: 30px;
  border-radius: 47px 0;
  margin-bottom: 30px;
}

.bloc-content-holder-all .left-content {
  padding: 30px;
  border-radius: 0 47px;
  margin-bottom: 30px;
}
.bloc-content-holder-all .with-border-color {
  border: solid 1px #ffad00;
}
.bloc-content-holder-all .with-border-color p {
  color: #333;
}
.bloc-content-holder-all .with-border-color h2 {
  color: #333;
}
@media (max-width: 600px) {
  .bloc-content-holder-all h2 {
    font-size: 20px;
  }
}

.imgs-44 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 20px;
}

@media (max-width: 767px) {
  .imgs-44 {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    width: 60%;
    margin-left: 0;
  }

  .imgs-44 {
    width: 60%;
  }

  .swiper-container .swiper-wrapper,
  .swiper-container .swiper-slide {
    height: 100vh !important;
  }

  .overlay- {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff54;
  }

  .slide1 {
    background-image: url(/img/E3Cortex-Slider-3-Mobile-min.jpg) !important;
  }
  .slide2 {
    background-image: url(/img/E3Cortex-Slider-4-Mobile-min.jpg) !important;
  }
  .slide3 {
    background-image: url(/img/E3Cortex-Slider-1-Mobile-min.jpg) !important;
  }
  .slide4 {
    background-image: url(/img/E3Cortex-Slider-VitalPack-Mobile-min.jpg) !important;
  }
  .slide5 {
    background-image: url(/img/E3Cortex-Slider-2-Mobile-min.jpg) !important;
  }
}
.bloc-content-holder-all .with-back-color {
  background-color: #6d8194;
}
.elementor-text-editor.elementor-clearfix.rte-content
  .bloc-content-holder-all
  .with-back-color
  p {
  color: #fff !important;
}
.elementor-text-editor.elementor-clearfix.rte-content
  .bloc-content-holder-all
  .with-back-color
  h2 {
  color: #fff !important;
}
.bloc-white .elementor-text-editor.elementor-clearfix.rte-content p{
  color: #fff!important;
}

.icons-home {
  width: 52px;
  height: auto;
}

div#autoSuggestionsListg {
    height: 494px;
    overflow: auto;
}

.flex_div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 100%;
    clear: both;
}

p#nbr_r {
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;

    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 10px;
    width: 100%;
}

p#nbr_r i.fa.fa-close {
    float: right;
    font-size: 18px;
    color: #999;
    cursor: pointer;
}

.flex_wrap {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    margin-top: 35px;
    height: calc(100% - 35px);
    overflow-y: auto;
    padding: 15px;
    width: 100%;
}

.flex_wrap > div {
    padding: 10px;
    box-shadow: 0px 0px 3px 0 rgba(0,0,0,0.1);
    overflow: hidden;
    margin: 5px 0.6%;
    width: 32%;
    text-align: center;
    transition: ease-in .3s;
     max-height: 300px; 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* height: 100%; */
}

.flex_wrap > div a {
    text-decoration: none;
}

.flex_wrap a.ajax_add_to_cart_button {
    font-size: 12px;
    background: #ffad01;
    margin-top: 5px;
    padding: 6px;
}

.flex_wrap > div:hover {
    box-shadow: 0 0 3px 0 rgb(255, 204, 0);
    transition: ease-in .3s;
}

.titre_pro{
    font-size: 12px;
    color: #333;
    line-height: 1.2;
    margin-top: 10px;
    margin-bottom: 5px;
        max-height: 56px;
    overflow: hidden;
}

.prix_pro{
    font-weight: bold;
    color: #333;
        margin-bottom: 0;
}

.ssmenu {
    margin-bottom: 20px;
}

.ssmenu > span {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 8px -5px;
    font-size: 14px;
    transition: ease-in-out .2s;
    padding: 5px;
    text-align: left;
}

.ssmenu .count {
    font-weight: bold;
    margin-left: 7px;
}

.ssmenu > span:hover {
    border-radius: 4px;
    background-color: #eee;
    border-color: #eee;
    text-decoration: none;
    padding: 5px;
    transition: ease-in-out .2s;
}


.active_cat, .active_marque{
    background: #ffad01;
    text-align: left;
    color: #000;
}

div#suggestionsg {
    display: none;
    position: absolute;
    top: 60px;
    background: #fff;
    width: 800px;
    z-index: 22222222;
    border-radius: 4px;
    right: 0;
}

.order-1 {
    border: 1px solid #eee;
    background-color: #fafafa;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 15px;
    height: 100%;
    overflow-y: auto;
}

.col-md-4 {
    width: 33.33333333%;
    float: left;
}

.col-md-8 {
    width: 66.66666667%;
    float: left;
}

.order-2 {
    padding: 0;
    border: 1px solid #eee;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 100%;
    position: relative;
}

.ssmenu p {
  text-align: left;
}

.btn_search {
  position: relative;
}

.btn_search input {
  border: 1px solid #ffad01;
  border-radius: 3px;
  padding: 5px;
  color: #2e3749;
  outline-color: #ffad01;
  box-shadow: 0 0 10px -4px #000;
}

.btn_search i {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #2e3749;
}

.btn_search.responsive {
  display: none;
}

div#pageloader {
    margin-top: 40px;
}

div#pageloader img{
    width: 45px;
}

@media (max-width: 992px) {

  .btn_search.responsive {
    display: block;
    width: 100%;
    margin-top: 5px;
  }

  .btn_search.responsive input {
    width: 100%;
    padding: 10px;
  }

  div#suggestionsg {
    left: 50%;
    transform: translateX(-50%);
  }

  #menu .btn_search {
    display: none;
  }

  .solidblockmen div#suggestionsg {
    top: 38%;
    width: 96%;
  }

  .solidblockmen.stickynv div#suggestionsg {
    top: 100%;
  }

}

@media (max-width: 768px) {

  #category header#header, 
  #product header#header {
    height: 26rem;
  }
  #category header#header div.h-300, 
  #product header#header div.h-300 {
    height: 28rem;
  }

}

@media (max-width: 767px) {

  #suggestionsg .order-1 {
    display: none;
  }
  #suggestionsg .order-2 {
    width: 100%;
  }
  .flex_wrap > div {
    width: 48%;
    max-height: 260px;
  }
  .swiper-wrapper .container.flex.items-center {
    padding-top: 110px;
  }
  .solidblockmenu div#suggestionsg {
    top: 50%;
    width: 88%;
  }
  .solidblockmenu.stickynv div#suggestionsg {
    top: 100%;
  }
  #index div#suggestionsg {
    top: 92%;
    width: 88%;
  }
  #index div#suggestionsg {
    top: 92%;
  }

}

.language-selector-wrapper {
  margin-bottom: 5px;
}

.choose_country {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.choose_country p {
  color: #FFF;
}

.choose_country .language-selector {
  margin-right: 15px;
  width: 55px;
  height: 30px;
  border-radius: 3px;
  text-align: center;
  background-color: #FFF;
  transition: .3s;
}

.choose_country .language-selector:hover {
  background-color: #ffad01;
}

.choose_country .language-selector a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.choose_country .language-selector img {
  width: 20px;
}

.choose_country .selected-country {
  border-radius: 5px;
  overflow: hidden;
}

.choose_country .selected-country img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.modal_country.open {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 35%);
  z-index: 99;
}

.modal_country .modal_dialog {
  position: relative;
  background-color: #FFF;
  width: 1000px;
  height: auto;
  padding: 30px 15px;
  border-radius: 5px;
}

.modal_country .list_coutry {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 15px 0px;
}

.modal_country .list_coutry img {
    width: 35px;
    margin: auto;
    height: 35px;
    object-fit: contain;
}

.modal_country .list_coutry a {
  text-align: center;
  transition: .4s;
}

.modal_country .list_coutry a:hover {
  opacity: .5;
}

.modal_country .list_coutry a span {
  font-size: 13px;
  margin-top: 6px;
  display: inline-block;
  font-weight: 500;
}

.modal_country .close_modal {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 25px;
  height: 25px;
  background-color: #FFAD00;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  transition: .3s;
}

.modal_country .close_modal:hover {
  transform: scale(1.2);
}

.modal_country .close_modal i {
  margin-top: 2px;
  color: #FFF;
}

.brand_site {
  display: inline-block;
  color: #ffad00;
  font-family: 'Montserrat Regular';
  font-weight: 200;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-bottom: .8rem;
}

.titre_banner {
  color: #4e6a87;
  font-size: 30px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4em;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.btn_seemore {
  display: inline-block;
  font-size: 0.80em;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  border-radius: 0px 0px 0px 0px;
  padding: 8px 25px;
  letter-spacing: 1px;
  transition: .3s;
}

.explore_our_story {
  margin-bottom: 80px;
}

.banner_creating .btn_seemore,
.explore_our_story .btn_seemore {
  background-color: #ffad00;
  color: #FFF;
}

.banner_creating {
  padding: 70px 0 90px;
  background-image: url(/img/cms/Product.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
}

.page-home .container {
  margin: auto;
}

.different_products {
  margin-bottom: 70px;
}

.different_products .container {
  background-image: url(/img/cms/homepage/categorie.png);
  background-size: cover;
}

.different_products .elements {
  padding: 10px;
}

.different_products .el_1 {
  display: grid;
  grid-template-columns: 25% 25% 25%;
  justify-content: flex-end;
}

.different_products .element {
  position: relative;
  padding: 70px 25px 55px;
  border: 2px solid #FFF;
  background-color: #32475d;
  transition: .3s;
}

.different_products .element:nth-child(2) {
  margin: 0 -2px;
}

.different_products .element.yellow {
  background-color: #ffad00;
}

.different_products .element:hover {
  transform: scale(1.1);
  z-index: 9;
}

.different_products .element > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.different_products .element .icon {
  margin: 0 0 110px;
}

.different_products .element .titre {
  color: #ffad00;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-bottom: 8px;
}

.different_products .element .parag {
  color: #FFF;
  font-family: 'Montserrat';
  font-size: 13px;
  font-weight: 500;
}

.different_products .element.yellow .titre {
  color: #32485d;
}

.different_products .el_2 {
  display: grid;
  grid-template-columns: 50% 25% 25%;
  margin-top: -2px;
}

.different_products .el_2 .element:first-child {
    border: unset;
    background-color: unset;
    padding: 30px 0;
}

.different_products .el_2 .titre_banner {
  color: #F9BE40;
  font-size: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.different_products .el_2 .text_banner {
  color: #FFF;
  font-size: 14px;
  font-family: 'Montserrat';
}

.explore_our_story .container {
  background-position: 100%!important;
  background-repeat: no-repeat;
  background-size: cover!important;
  background-image: url(/themes/cortex/assets/img/histoire.png);
}

.explore_our_story .elements {
  display: grid;
  grid-template-columns: 40% 60%;
  padding: 100px 30px;
  align-items: flex-end;
}

.explore_our_story .video {
  position: relative;
  width: 400px;
  height: 220px;
  margin-left: -142px;
}

@media (max-width: 1440px) {

  .explore_our_story .video {
    margin-left: -40px;
  }

}

.explore_our_story .video video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.explore_our_story .element .brand {
  color: #ffffff;
  font-family: 'Montserrat';
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5.5px;
  font-size: 15px;
}

.explore_our_story .element .titre {
    color: #ffad00;
    font-size: 30px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-bottom: 20px;
}

.explore_our_story .element .parag {
    color: #FFF;
    font-size: 13px;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: .5px;
    column-count: 2;
    column-gap: 30px;
    text-align: justify;
    margin-bottom: 15px;
}

.explore_our_story .video #vid {
  z-index: 9;
  position: absolute;
  bottom: -11px;
  left: 0;
}

.banner_services {
  margin-bottom: 50px;
}

.banner_services .element {
  margin-right: 20px;
}

.banner_services .element .icon {
  margin-bottom: 15px;
}

.banner_services .element .titre {
  color: rgba(49, 49, 49, var(--text-opacity));
  font-size: 15px;
  font-family: Poppins SemiBold, Arial, sans-serif;
  margin-bottom: 15px;
}

.banner_services .element .text {
  color: #9e9d9d;
  font-size: 15px;
}

.banner_services .list_services {
  margin-top: 30px;
}

.banner_services .content {
  display: flex;
  align-items: flex-end;
}

.banner_services .list {
  overflow: hidden;
}

.banner_services .slick_control {
  margin: 0 0 0 15px;
  padding: 0 0 0 5px;
  width: 100%;
  max-width: 165px;
}

.banner_services .slick_control .titre {
  color: #4e6a87;
  font-size: 16px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 1.7em;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.banner_services .slick_control .btn {
  position: relative;
  display: flex;
}

.banner_services .slick_control .btn button {
  position: unset;
  margin-right: 15px;
  outline: 0;
  width: unset;
  height: unset;
}

.banner_services .slick_control .btn button:before {
  content: unset;
}

.banner_services .btn_seemore {
  width: 100%;
  background-color: #ffad01;
  color: #FFF;
  padding: 8px 15px;
}

.banner_services .btn_seemore:hover {
  background-color: #4e6a87;
}

.last_news .ln_header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.last_news .ln_header .btn_seemore {
  color: #4e6a87;
  background-color: #e9ecef;
}

.last_news .ln_header .text {
  font-weight: 200;
}

.last_news .ln_body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}

.last_news .ln_body .element {
  position: relative;
}

.last_news .ln_body .element > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.last_news .ln_body .image {
  height: 210px;
  overflow: hidden;
}

.last_news .ln_body .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: .4s;
}

.last_news .ln_body .image:hover img {
  transform: scale(1.2);
}

.last_news .ln_body .title {
  padding: 16px;
  background-color: #FFF;
  font-size: 14px;
  color: #55595c;
  font-weight: 700;
}

.footer_element {
  background-color: #051525;
  margin-top: 100px;
  margin-bottom: 0px;
  padding: 35px 10px;
}

.footer_element .top_footer {
  background-color: #3f5973;
  background-image: url(/img/cms/homepage/elips.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 70px 80px 70px 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.footer_element .top_footer .title {
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  margin-bottom: 15px;
}

.footer_element .top_footer .text {
  color: #FFF;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  letter-spacing: 2.5px;
  font-weight: 500;
}

.footer_element .top_footer .btn_seemore {
  background-color: #051525;
  color: #FFF;
  font-weight: 300;
}

.footer_element .top_footer .btn_seemore:hover {
  color: #FFAD00;
}

.middle_footer .list_elements {
  display: grid;
  grid-template-columns: 12% 22% 18% 15% 18% 15%;
  color: #FFF;
}

.middle_footer .element .logo {
  width: 75px;
}

.middle_footer .element .title {
  font-weight: 600;
  font-family: Poppins SemiBold, Arial, sans-serif;
  font-size: 11px;
  margin-bottom: 20px;
}

.middle_footer .element li {
  color: #9B9B9B;
  font-size: 11px;
}

.middle_footer .element.info {
  padding-right: 40px;
}

.middle_footer .element.info li a {
  display: flex;
  border-bottom: 1px solid #3e4853;
}

.middle_footer .element.info li:last-child a {
  border-bottom: 0;
}

.middle_footer .element.info li a i {
  margin-top: 3px;
  margin-right: 20px;
}

.middle_footer .element li a {
  display: inline-block;
  padding: 8px 0;
}

.middle_footer a {
  transition: .4s;
}

.middle_footer a:hover {
  color: #ffad01;
}

.middle_footer .element.logos{
  width: 90px;
  height: auto;
  margin-right: 40px;
  margin-left: auto;
}

.footer_element .container {
  margin: auto;
}

.footer_element .bottom_footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #262e35;
  width: 80%;
  margin: 35px auto 0;
  padding-top: 40px;
}

.footer_element .bottom_footer p {
  color: #969696;
  font-size: 11px;
}

.footer_element .bottom_footer i {
  font-size: 18px;
  color: #969696;
}

@media (max-width: 992px) {

  .different_products .element {
    padding: 40px 15px 30px;
  }

  .different_products .element .icon {
    margin: 0 0 40px;
  }

  .different_products .element .icon img {
    width: 25px;
    height: auto;
    margin: auto;
  }

  .explore_our_story .elements {
    grid-template-columns: 100%;
  }

  .explore_our_story .video {
    margin: 0 auto 80px;
  }

  .footer_element .top_footer {
    padding: 70px 30px 70px 30px;
  }

  .footer_element .top_footer .element:first-child {
    width: 80%;
  }

  .last_news .ln_header .el_1 {
    width: 70%;
  }

}

.our_story {
  margin-top: -200px;
  font-family: Poppins, sans-serif;
}

.our_story .os_video {
  margin-bottom: 60px;
}

.our_story .os_video .os_vbloc {
  position: relative;
  width: 50%;
  height: 340px;
}

.our_story .os_video .os_vbloc video {
  object-fit: cover;
  height: 100% !important;
}

.our_story .columns {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 40px;
  margin-bottom: 70px;
}

.our_story .os_b1 .titre {
  color: #4e6a87;
  font-size: 26px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4em;
  letter-spacing: 2px;
  margin-bottom: 20px;
  padding: 10px 10px 10px 22px;
  border-left: 4px solid #ffad01;
}

.our_story .os_b1 .text p,
.our_story .os_b2 .col1 p,
.our_story .os_b3 .col1 p {
  font-weight: 300;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 26px;
}

.our_story .os_b2,
.our_story .os_b3 {
  align-items: center;
}

.our_story .os_b2 .images {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 20px;
}

.our_story .os_b2 .image {
  position: relative;
}

.our_story .os_b2 .image .pers {
  position: absolute;
  bottom: 30px;
  left: 10px;
}

.our_story .os_b2 .image img {
  height: 100%;
  object-fit: cover;
}

.our_story .os_b2 .pers .name {
  color: #ffffff;
  font-size: 1.5em;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

.our_story .os_b2 .pers .role {
  color: #ffad00;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.our_story .os_b3 .images img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.our_story .os_b4 {
  background-image: url(/img/cms/number.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 15px 60px;
  margin-bottom: 60px;
}

.our_story .os_b4 .elements {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
}

.our_story .os_b4 .element {
  display: flex;
  flex-direction: column;
}

.our_story .os_b4 .element .number {
  color: #ffffff;
  font-family: Playfair Display, sans-serif;
  font-weight: 100;
  line-height: normal;
  font-size: 59px;
}

.our_story .os_b4 .element .title {
  color: #FFF;
  font-size: 13px;
}

.our_story .os_b5 .col1,
.our_story .os_b5 .col2 {
  display: flex;
  align-items: center;
}

.our_story .os_b5 .titre {
  box-sizing: border-box;
  border-width: 0px;
  border-style: solid;
  border-color: rgb(226, 232, 240);
  margin: 0px;
  font-size: inherit;
  font-weight: inherit;
  --text-opacity: 1;
  color: rgba(255, 173, 0, var(--text-opacity));
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.5px;
  background-color: rgb(246, 247, 248);
  font-size: 26px;
}

.our_story .os_b5 .text {
  font-weight: 300;
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 26px;
}

.our_story .os_b6 {
  margin-bottom: 80px;
}

.our_story .os_b6 img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}

.our_story .os_b7 {
  position: relative;
  background: url(/img/cms/560_1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  height: 600px;
  text-align: center;
  padding: 70px 15px;
}

.our_story .os_b7 .titre {
  color: #4E6A87;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

.our_story .os_b7 p {
  width: 800px;
  margin: auto;
  color: #FFF;
  font-weight: 300;
  line-height: 28px;
  opacity: .8;
}

.our_story .os_b8 {
  position: relative;
  background-color: #FFF;
  padding: 150px 15px 80px;
  margin-top: -240px;
  z-index: 9;
}

.our_story .os_b8 .elements {
  width: 1000px;
  margin: auto;
}

.our_story .os_b8 .element {
  display: grid;
  grid-template-columns: 45% 10% 45%;
}

.our_story .os_b8 .element .titre {
  color: #FFAD00;
  margin-bottom: 15px;
  font-size: 20px;
}

.our_story .os_b8 .element ul {
  list-style: disc;
  margin-left: 17px;
  color: #93A0AD;
  font-weight: 300;
}

.our_story .os_b8 .element ul li {
  margin-bottom: 5px;
}

.our_story .os_b8 .element .img {
  margin-bottom: 80px;
}

.our_story .os_b8 .element .img img {
  height: 320px;
  width: 100%;
  object-fit: cover;
}

.our_story .os_b8 .element .middle {
  position: relative;
  display: flex;
  justify-content: center;
}

.our_story .os_b8 .element .middle .circle {
  position: absolute;
  width: 2rem;
  height: 2rem;
  background-color: #FFAD00;
  border-radius: 50%;
  z-index: 9;
}

.our_story .os_b8 .element .middle .v_border {
  border-left: 4px solid #4e6a87;
  position: relative;
  height: 100%;
}

.our_story .os_b8 .element:last-child {
  grid-template-columns: 39% 22% 39%;
}

.our_story .os_b8 .element a {
  background-color: #ffad01;
  color: #FFF;
  padding: 8px 20px;
  border-radius: 4px;
  font-weight: 400;
  font-family: 'Montserrat';
  font-size: 15px;
  transition: .3s;
}

.our_story .os_b8 .element a:hover {
  opacity: .8;
}

.our_story .os_b8 .element:nth-last-child(2) .v_border {
  height: 15rem;
}

@media (max-width: 1280px) {

  .our_story .os_b8 .elements {
    width: 100%;
  }

  .our_story .os_b8 .element:last-child {
    grid-template-columns: 32% 36% 32%;
  }

  .our_story .os_b8 .element:nth-last-child(2) .v_border {
    height: 18rem;
  }

  .our_story .os_video .os_vbloc {
    height: 250px;
  }

}

@media (max-width: 992px) {

  .our_story .os_video .os_vbloc {
    height: 200px;
  }

  .our_story {
    margin-top: -160px;
  }

  .our_story .os_b7 p {
    width: 100%;
  }

}

@media (max-width: 767px) {

  .our_story .columns {
    grid-template-columns: repeat(1, 1fr);
  }

  .our_story .os_video .os_vbloc {
    height: 200px;
    width: 100%;
  }

  .our_story .os_b8 .element {
    grid-template-columns: 100%;
  }

  .our_story .os_b8 {
    padding: 50px 15px 0;
    margin-top: -220px;
  }

  .our_story .os_b8 .element .middle {
    display: none;
  }

  .our_story .os_b8 .element .text {
    order: 1;
    margin-bottom: 50px;
  }

  .our_story .os_b8 .element .media {
    order: 2;
  }

  .our_story .os_b8 .element .img {
    margin-bottom: 50px;
  }

  .our_story .os_b2 .image .pers {
    bottom: 10px;
  }

  .middle_footer .list_elements {
    grid-template-columns: 50% 45%;
    justify-content: space-between;
  }

  .our_story .os_b2 .images {
    grid-template-columns: repeat(1,1fr);
  }

  .our_story .os_b2 .image .pers {
    width: 100%;
    text-align: center;
    bottom: 30px;
  }

  .our_story .os_b2 .image img {
    width: 100%;
  }

  .modal-content iframe {
    width: 100%;
  }

  .footer_element .top_footer {
    flex-direction: column;
  }

  .footer_element .top_footer .element {
    text-align: center;
  }

  .footer_element .top_footer .element:first-child {
    width: 100%;
    margin-bottom: 25px;
  }

}

.our_services {
    margin-top: -230px;
    font-family: Poppins, sans-serif;
}

.our_services .os_video {
    margin-bottom: 60px;
}

.our_services .os_video .os_vbloc {
    position: relative;
    width: 50%;
    height: 350px;
}

.our_services .os_video .os_vbloc video {
    object-fit: cover;
    height: 100% !important;
}

.our_services .os_b1 {
  margin-bottom: 80px;
}

.our_services .os_b1 p {
  color: #333 !important;
  font-weight: 100;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  margin-top: 30px;
}

.our_services .os_b2 .el_top {
  position: absolute;
  width: 180px;
  height: 180px;
  left: 50%;
  top: 0;
  transform: translateX(-50%) ;
  transition: .6s;
  transform-style: preserve-3d;
}


.our_services .os_b2 .element:hover .el_top {
  transform: translateX(-50%) rotateY(180deg);
}

.our_services .os_b2 .element .back {
  background-color: transparent;
  transform: rotateY(180deg);
}


.our_services .os_b2 .el_top > div {
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.our_services .os_b2 .el_top img {
  margin: auto;
}

.our_services .os_b2 .elements {
  width: 85%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 90px;
  text-align: center;
}

.our_services .os_b2 .element {
  position: relative;
  padding-top: 9rem;
  transition: transform 0.6s;
}

.our_services .os_b2 .el_text {
  background-color: #FFF;
  padding: 60px 30px 30px;
  border-bottom: 4px solid #ffad01;
  line-height: 26px;
  font-weight: 100;
  font-size: 15px;
  height: 100%;
}

.our_services .os_b2 .el_text .el_titre {
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

@media (max-width: 992px) {

  .our_services .os_video {
    margin-bottom: 60px;
  }

  .our_services .os_video .os_vbloc {
    width: 75%;
    height: 250px;
  }

  .our_services .os_b2 .elements {
    width: 100%;
    grid-gap: 50px 20px;
  }

  .our_services .os_b2 .el_top {
    width: 150px;
    height: 150px;
  }

  .our_services .os_b2 .element {
    padding-top: 7rem;
  }

  .our_services .os_b1 {
    margin-bottom: 50px;
  }

}

@media (max-width: 767px) {

  .our_services {
    margin-top: -160px;
  }

  .our_services .os_video .os_vbloc {
    width: 100%;
    height: 200px;
  }

  .our_services .os_b2 .elements {
    grid-template-columns: repeat(1,1fr);
  }

}

.element_tabs {
  display: grid;
  grid-template-columns: 25% 73%;
  justify-content: space-between;
}

.element_tab_title {
  position: relative;
  border: none;
  background: transparent;
  border-radius: 0;
  height: 125px;
   border-left: 4px solid #FFF;
  display: flex;
  align-items: center;
  padding: 20px 25px;
  color: #506a86;
  font-size: 0.9em;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.4em;
  background-color: #FFF;
  cursor: pointer;
  margin-bottom: 8px;
}

.element_tab_title.active {
  border-color: #ffad00;
}

.element_tab_title.active:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffad00;
  position: absolute;
  top: 50px;
  left: -2px;
}

.element_tab_content {
  display: none;
}

.element_tab_content:first-child {
  display: block;
}

.element_tab_content ul li {
  margin: 17px;
  color: #333 !important;
  font-size: 0.9em;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  letter-spacing: 0.7px;
}

.element_tab_content ul li:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 pro";
  font-weight: 900;
  content: "\f105";
  color: #ffad00;
  margin-right: 10px;
  font-size: 17px;
}

.element_tab_content_wrapper {
  padding: 20px 0;
}

.product-description-short p {
  font-weight: 500;
  font-family: 'Poppins';
  color: #333;
  font-size: 13px;
}

.prod_description {
  width: 1140px;
  margin: 50px auto 0;
}

.product-description-short .p_items {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 10px 20px;
  margin-bottom: 15px;
}

.product-description-short .p_items .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
}

.product-description-short .p_items img {
  width: 38px;
  height: auto;
}

.product-description-short .p_items p {
  font-size: 12px;
  margin-top: 5px;
}

.page-product .featured-products {
  width: 1140px;
  margin: auto;
}

.page-product .featured-products .products {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 15px;
}

.featured-products .p_top {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.featured-products .p_top .right {
  text-align: right;
}

.featured-products {
  margin-top: 100px !important;
}

.featured-products .p_top .subtitle {
  display: inline-block;
  color: #ffad00;
  font-family: 'Montserrat Regular';
  font-weight: 200;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-bottom: 0.8rem;
}

.featured-products .p_top .title {
  color: #4e6a87;
  font-size: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.7em;
  letter-spacing: 2px;
}

.featured-products .p_top .right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.featured-products .p_top .right a {
  background-color: #FFAD00 !important;
  width: 16rem;
  display: inline-block;
  text-align: center;
  padding: 13px 10px;
  color: #FFF;
  font-size: 15px;
}

@media (max-width: 1200px) {

  .page-product .featured-products,
  .prod_description {
    width: 100%;
    padding: 0 15px;
  }

  .page-product .featured-products .products {
    grid-template-columns: repeat(2,1fr);
  }

}

@media(max-width: 767px) {

  .featured-products .p_top {
    grid-template-columns: repeat(1, 1fr);
  }

  .element_tabs {
    grid-template-columns: 100%;
  }

}

.last_news .lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  grid-gap: 40px;
}

.last_news .lists .single-list {
  position: relative;
}

.last_news .lists .single-list .blog-image {
  overflow: hidden;
}

.last_news .lists .single-list .blog-image img {
  height: 15rem;
  width: 100%;
  object-fit: cover;
  transition: 1s;
}

.last_news .lists .single-list:hover .blog-image img {
  transform: scale(1.4);
}

.last_news .lists .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.last_news .post-name a {
    padding: 16px;
    background-color: #FFF;
    font-size: 14px;
    color: #55595c;
    font-weight: 700;
    width: 100%;
    display: block;
}

.map_bottom {
  margin-top: 100px;
}

.map_bottom iframe {
  width: 1000px;
  margin: auto;
  height: 300px;
}

.blogs-container {
    margin-top: 100px;
}

.leading-blog,
.secondary-blog {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 40px;
}

.leading-blog {
  margin-top: 60px;
  margin-bottom: 30px;
}

.blogs-container .blog-item {
  border: 0;
}

.blogs-container .blog-image img {
  height: 23rem;
  object-fit: cover;
  width: 100%;
}

.blogs-container .blog-item {
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
  padding: 0;
}

.blogs-container .blog-info .title {
  padding: 1rem 1rem 0;
  color: #26292c;
  font-family: Poppins, sans-serif;
  font-size: 19px;
  font-weight: 500;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 1 !important;
  -webkit-box-orient: vertical;
}

.blogs-container .blog-info .more {
    color: #FFFFFF!important;
    font-family: Poppins, sans-serif!important;
    font-size: 16px!important;
    text-align: center;
    background-color: #FFAD00;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0.8rem;
    transition: .3s;
}

.blogs-container .blog-info .more:hover {
  background-color: #000;
}

.blogs-container .blog-info .blog-shortinfo {
    color: #93a0ad;
    font-family: Poppins, sans-serif;
    font-size: 14.53px;
    font-weight: 300;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    line-height: normal;
    margin: 1rem;
    padding: 0;
    height: 60px;
}

.top-pagination-content {
  margin-top: 50px;
  color: #93a0ad;
  font-family: Poppins, sans-serif;
  font-size: 14.53px;
}

@media (max-width: 992px) {

  .leading-blog,
  .secondary-blog {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
  }

  .map_bottom iframe {
    width: 100%;
  }

  .last_news .lists {
    grid-template-columns: repeat(1, 1fr);
  }

}

@media (max-width: 767px) {

  .leading-blog,
  .secondary-blog {
    grid-template-columns: repeat(1,1fr);
  }

  .blogs-container .blog-info .blog-shortinfo {
    margin: 1rem 1rem 1.5rem;
  }

  .blogs-container {
    margin-top: 50px;
  }

  .leading-blog {
    margin-top: 25px;
  }

  .different_products .elements {
    display: grid;
  }

  .different_products .el_1,
  .different_products .el_2 {
    grid-template-columns: 100%;
    text-align: center;
  }

  .different_products .el_2 {
    order: 1;
  }

  .different_products .el_1 {
    order: 2;
  }

  .banner_services .content {
    flex-direction: column;
    align-items: flex-start;
  }

  .banner_services .slick_control {
    margin: 50px 0 0;
  }

  .explore_our_story .video {
    width: 100%;
  }

  .banner_services .list {
    width: 100%;
  }

  .explore_our_story .element .parag {
    column-count: 1;
  }

  .explore_our_story .elements {
    padding: 30px 0 50px;
  }

  .last_news .ln_header {
    flex-direction: column;
  }

  .last_news .ln_header .el_1 {
    margin-bottom: 20px;
  }

  .map_bottom {
    margin-top: 50px;
  }

}

#blogpage {
  margin-top: 80px;
}

#blogpage .blog-description .col_1 {
  margin-bottom: 30px;
}

#blogpage .blog-description .col_1 p {
  text-align: center;
}

#blogpage .blog-description p {
  font-size: 16px;
  font-family: Calibri, sans-serif;
  text-align: center;
  color: #5e5e5e;
  width: 60%;
  margin: auto;
  font-weight: 400;
  letter-spacing: .6px;
}

#blogpage .blog-description .col_2 {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 35px;
}

.blog-description .dusseldorf {
  text-align: center;
}

.blog-description .dusseldorf .yellow-parag {
  font-size: 22px;
  color: #ffad01;
  letter-spacing: 1px;
}

.blog-description .dusseldorf .titre {
  color: #4e6b87;
  font-size: 27px;
  letter-spacing: 1px;
}

.blog-description .dusseldorf img {
  width: 80%;
  margin: 50px auto 0;
}

.blog-description .tts {
  text-align: center;
}

.blog-description .tts .brand {
  color: #ffad00;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.blog-description .tts .titre {
  color: #4e6a87;
  font-size: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.7em;
  letter-spacing: 2px;
}

.blog-description .tts .img {
  margin-top: 50px;
}

.blog-description .tts .img img {
  margin: auto;
  width: 100%;
  max-width: 250px;
}

.blog-description .expansion .col_2 {
  margin-top: 60px;
}

.blog-description .text-video .col_1 .video {
  margin-top: 50px;
}

.blog-description .text-video .col_1 iframe {
    margin: auto;
    width: 65%;
}

.blog-description .lithium .col_1 {
  text-align: center;
}

.blog-description .btn {
    font-size: 23px;
    letter-spacing: 0.9px;
    background-color: #4e6a87;
    padding: 14px 17px 14px 17px;
    color: #FFF;
    margin-top: 50px;
    display: inline-block;
    border-radius: 3px;
}

.blog-description .vitalpack_evo,
.blog-description .coronavirus,
.blog-description .medical,
.blog-description .presentation {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
}

.blog-description .vitalpack_evo .parag p,
.blog-description .coronavirus .parag p,
.blog-description .medical .parag p,
.blog-description .presentation .parag p {
  width: 100% !important;
  text-align: left !important;
}

.blog-description .vitalpack_evo iframe,
.blog-description .medical iframe,
.blog-description .presentation iframe  {
  width: 100%;
}

.blog-description .chemspec > p {
  width: 100% !important;
  margin-bottom: 50px !important;
}

.blog-description .chemspec img {
  margin: auto;
}

#module-leoblog-list img[title="SEE YOU IN DÜSSELDORF!"] {
  height: 255px;
  object-fit: contain;
}

@media (max-width: 767px) {

  .blog-description .dusseldorf img {
    width: 100%;
  }

  #blogpage .blog-description p {
    width: 100%;
  }

  #blogpage .blog-description .col_2 {
    grid-template-columns: repeat(1,1fr);
  }

  .blog-description .text-video .col_1 iframe {
    width: 100%;
  }

  .blog-description .vitalpack_evo,
  .blog-description .coronavirus,
  .blog-description .medical,
  .blog-description .presentation {
    grid-template-columns: repeat(1,1fr);
  }

}

.container {
  margin: auto;
}

.container2 {
  max-width: 1140px;
  width: 100%;
  margin: auto;
}

.container2 .bloc-content-holder-all {
  margin-top: 100px;
}

@media (max-width: 767px) {

  .container2 {
    padding: 0 15px;
  }

  .container2 .bloc-content-holder-all {
    margin-top: 50px;
  }

}

.s_vtrack {
  position: relative;
  box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 15%);
  border-radius: 5px;
  text-align: center;
  padding: 10px 10px 15px;
  background-color: #FFF;
  margin-top: 15px;
}

.s_vtrack a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.s_vtrack p {
  background-color: #44bd32;
  color: #FFF;
  border-radius: 5px;
  font-size: 20px;
  padding: 10px 5px;
  transition: .4s;
}

.s_vtrack:hover p {
  background-color: #333;
}

.s_vtrack img {
  height: 60px;
  margin: 0 auto 8px;
}

@media (max-width: 767px) {

  .s_vtrack {
    margin-top: 20px;
  }

}

.for-planet-features {
  display: flex;
  align-items: center;
  margin: 15px 0;
  box-shadow: 0px 0px 8px 1px rgb(0 0 0 / 15%);
  border-radius: 5px;
  padding: 15px 20px;
  background-color: #FFF;
}

.for-planet-features img {
  width: 110px;
  margin-right: 25px;
}

.for-planet-features p {
  font-size: 16px;
  font-family: 'Montserrat Bold Italic';
  font-weight: 700;
  color: #3f5a73;
}

@media (max-width: 767px) {

  .for-planet-features {
    flex-direction: column;
  }

  .for-planet-features img {
    margin-right: 0;
    margin-bottom: 20px;
  }

}

.chili .col_2 {
  max-width: 700px;
  margin: 35px auto 0;
}

.chili .col_2 p {
  width: 100% !important;
}

.gallery_ma {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.gallery_ma p {
  width: auto !important;
  margin: 0 25px !important;
}

@media (max-width: 767px) {

  .gallery_ma {
    flex-direction: column;
  }

}

.video_yt {
  margin-top: 25px;
}

.video_yt iframe {
  width: 100%;
}

@media (max-width: 768px) { 
    .top-bg-cortex {
        background-image: none!important;
    }
}
@media only screen and (max-width: 600px){
.imgs-44,.flex.lg\:flex-row.items-start.mx-auto.justify-start
{
display:none!important;
}
.italic,p.mt-1.text-gray-600.text-sm.font-montserrat-r.md\:w-400.font-bold,.p-index
{
display:none!important;
}
.h1-index {
        font-size: 32px;
        line-height: 40px;
    }
}
.newsvd_mengceng {
    height: auto !important;
}

li#category-10{
position:relative!important;
}
div#_desktop_cart {
    display: block;
}
.sub-menu.collapse ul{
    background: #fff;
}
.sub-menu.collapse > ul a {
    color: #000!important;
    font-weight: 600!important;
}
div#_desktop_cart {
    display: block;
    background: #ffad00d1;
    padding: 10px 15px;
    margin-left: 20px;
    border-radius: 5px;
    position: relative;
    order: 3;
}
.fa-shopping-basket:before {
    content: "\f291";
    font-size: 20px;
}
span.cart-products-count.text-white {
    position: absolute;
    top: 0;
    background: #2d3748;
    border-radius: 20px;
    width: 19px;
    height: 19px;
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    font-weight: 500;
}


.page-cms-8 video#videobcg {
    margin-top: 130px!important;
}

#index #header,
#index #header .header-top {
  background-color: unset !important;
}

#index #header.pa-fixed-header {
  background-color: #1b1e25c7!important;
}

.image-gallery {
    display: flex!important;
    justify-content: center!important;
    gap: 10px!important;
    margin-bottom: 20px!important;
    margin-top: 20px;
}

@media only screen and (max-width: 600px) {
.image-gallery {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    margin-bottom: 20px !important;
    flex-direction: column!important;
}

.image-gallery img {
    width: 100%!important;
}
#blogpage .blog-description p {
    width: 100%!important;
}
#blogpage {
    margin-top: 20px;
}
}


.container {
    margin: auto;
    padding-top: 30px!important;
}

/* Container */
.container-blog {
text-align:center;
}

.container-blog h1  {
  color: #2a7a55;
  font-size: 2em;
  margin-bottom: 15px;
}

.container-blog p  {
  font-size: 1.1em;
  margin-bottom: 20px;
}

.container-blog ul {
  list-style-type: none;
  margin-bottom: 20px;
}

.container-blog ul li {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 32px;
}

.container-blog strong {
  color: #2a7a55;
}

.container-blog em {
  font-style: italic;
  color: #777;
}




/* Style for the image container to display images side by side */
.image-container {
  display: flex;
  gap: 10px; /* Space between images */
  justify-content: center;
  margin-bottom: 20px;
}
.image-container img {
    object-fit: contain;
}

/* Optional: Add some responsive design */
@media (max-width: 768px) {
  .image-container {
    flex-direction: column; /* Stack images vertically on smaller screens */
    align-items: center;
  }
}

#_desktop_contact_link{
  width: 100% !important;
}




div#_desktop_cart {
    position: fixed!important;
    right: 0!important;
    top: 60%!important;
}

#index #header.pa-fixed-header #top-menu>li>a{
color:#fff!important;
}


/*  */


.popup_fichetechnique {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 70%);
  z-index: 999999;
}

.popup_fichetechnique.show {
  display: flex;
}

.popup_fichetechnique .popup_dialog {
  position: relative;
  background-color: #FFF;
  border-radius: 10px;
  padding: 35px 20px 25px 20px;
  max-width: 600px;
}

.popup_fichetechnique .title {
  position: relative;
  font-size: 22px;
  text-align: center;
  margin-bottom: 35px;
  font-weight: 700;
}

.popup_fichetechnique .title:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: 50px;
  background-color: #FFAD00;
  border-radius: 50px;
}

.popup_fichetechnique p {
  text-align: center;
  color: #959595;
}

.popup_fichetechnique input {
  border: 1px solid #CCC;
  margin-top: 30px;
  margin-bottom: 25px;
  height: 44px;
  border-radius: 3px;
}

.popup_fichetechnique .btn {
  position: relative;
  background-color: #ffad01;
  margin: auto;
  width: fit-content;
  display: block;
  height: 44px;
  transition: .3s;
}

.popup_fichetechnique .btn:hover {
  background-color: #eca000;
}

.popup_fichetechnique .form_download_fiche_technique.envoie .btn:after {
  content: "";
  position: absolute;
  right: -35px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #ffad01;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 2s
}

.close_popup_fiche {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 16px;
  cursor: pointer;
  transition: .3s;
}

.close_popup_fiche:hover {
  opacity: .7;
}

.popup_fichetechnique .alert_success {
  text-align: center;
  margin-top: 20px;
  color: #08b308;
}

.popup_fichetechnique .alert_error {
  text-align: center;
  margin-top: 20px;
  color: #ff0f0f;
}

@media (max-width: 767px) {

  .popup_fichetechnique .popup_dialog {
    margin: 0 15px;
  }

  .popup_fichetechnique .popup_dialog {
    padding: 40px 15px 25px 15px;
  }

  .close_popup_fiche {
    right: 15px;
  }

}

.btn-attractive {
  background-color: #ffad00;
  color: #fff;
  padding: 12px 25px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s ease;
  letter-spacing: 1px;
  font-family: 'ProximaNova Regular';
  margin: 0 auto;
  width: fit-content;
}

.btn-attractive:hover {
  background-color: #547595;
  transform: scale(1.05);
  box-shadow: 0 6px 12px rgba(63, 89, 115, 0.6);
}
ul li {
    list-style-type: none!important;
}

@media (min-width: 1024px) {
    .lg\:w-400 {
        width: 83%;
    }
}



/* ========================================
   UNIFIED BLOG STYLES - E3 CORTEX
   Universal CSS for all blog pages
   ======================================== */

/* ========================================
   BASE STYLES
   ======================================== */

.container_blog {
    width: 100%;
    display: block;
    margin: 0 auto;
    font-family: 'Poppins', sans-serif!important;
    font-size: 16px;
    margin-bottom: 20px;
}
.container_blog  p {
    font-size: 16px;
    font-family: 'Poppins'!important;
    text-align: left!important;
    color: #5e5e5e;
    width: 100%!important;
    margin: auto;
    font-weight: 400;
    letter-spacing: .6px;
    padding: 20px 0;
}
ul.listes li {
    font-weight: 500!important;
}

.container_blog h2 {
    font-size: 30px;
    color: #4e6a87;
    font-weight: 600;
    margin-bottom: 20px;
}

.container_blog h3 {
    color: #4e6a87;
    font-size: 22px;
    margin-top: 25px;
    margin-bottom: 15px;
}

/* ========================================
   GRID LAYOUTS
   ======================================== */

.section_one {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.section-deux,
.section-trois,
.section-quatre {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.section {
    margin-bottom: 40px;
}

.derniere-section {
    margin-top: 40px;
    margin-bottom: 40px;
}

/* Special spacing for main modifications section */
.section-trois:not(.full-width) {
    gap: 50px;
}

/* Full width section style */
.full-width {
    display: block !important;
    grid-template-columns: none !important;
}

.full-width .content {
    max-width: 100%;
    text-align: left;
}

/* Two-step grid layout */
.two-step-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 30px;
}

/* ========================================
   IMAGES
   ======================================== */

.section_one img,
.section-deux img,
.section-trois img,
.section-quatre img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}

img.pri {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

/* Hero image style */
.hero-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: cover;
    min-height: 350px;
}

/* Large image style */
.big-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: cover;
    min-height: 400px;
}

/* ========================================
   BUTTONS & LINKS
   ======================================== */

a.link_blog {
    background-color: #ffad00;
    color: #fff !important;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid #ffad00;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.3s ease;
    margin-top: 10px;
}

a.link_blog:hover {
    background-color: #ffad00;
    color: #fff !important;
}

/* Special style for homologation button */
a.homolog-btn {
    background: #ffad00 !important;
    color: #fff !important;
    border: 2px solid #ffad00 !important;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

a.homolog-btn:before {
    content: "\f0a9";
    font-family: FontAwesome;
    margin-right: 8px;
    color: #fff;
    background: transparent;
}

a.homolog-btn:hover {
    background-color: #ffad00 !important;
    color: #fff !important;
}

/* Special style for qualification button */
a.qualif-btn {
    background: #ffad00 !important;
    color: #fff !important;
    border: 2px solid #ffad00 !important;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

a.qualif-btn:before {
    content: "\f0a9";
    font-family: FontAwesome;
    margin-right: 8px;
    color: #fff;
    background: transparent;
}

a.qualif-btn:hover {
    background-color: #ffad00 !important;
    color: #fff !important;
}

/* ========================================
   LISTS & ICONS
   ======================================== */

ul.listes {
    list-style: none;
    padding: 0;
    line-height: 1.6;
}

ul.listes li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}

ul.listes li:before {
    content: "\f0a9";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
    font-size: 18px;
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

/* ========================================
   FAQ SECTION
   ======================================== */

.faq {
    margin-top: 40px;
    margin-bottom: 40px;
}

.faq h2 {
    color: #4e6a87;
    font-size: 28px;
    margin-bottom: 25px;
    text-align: center;
}

.faq-item {
    border: 1px solid #f5f5f5;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 5px;
}

.faq-question {
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    font-size: 18px;
    color: #ffad00;
    background-color: #fafafa;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background-color: #f0f0f0;
}

.symbol {
    font-weight: bold;
    margin-right: 10px;
    width: 20px;
    text-align: center;
    transition: transform 0.3s ease;
}

.faq-answer {
    display: none;
    padding: 12px 16px;
    font-size: 16px;
    color: #555;
    background-color: #fff;
    line-height: 1.6;
}

/* ========================================
   SPECIAL CONTENT BOXES
   ======================================== */

.code-box {
    background: #f8f9fa;
    border-left: 4px solid #ffad00;
    padding: 15px;
    margin: 15px 0;
    border-radius: 5px;
}

.code-box h4 {
    color: #333;
    margin-bottom: 8px;
    font-size: 16px;
}

.warning-box {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 5px;
    padding: 15px;
    margin: 20px 0;
}

.warning-box p {
    margin: 0;
    color: #856404;
}

.highlight-box {
    background: transparent;
    border: none;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.highlight-box h3 {
    color: #2c5282;
    margin-bottom: 12px;
    font-size: 18px;
}

/* ========================================
   STEP ELEMENTS
   ======================================== */

.steps-container {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 30px;
    border-radius: 10px;
    margin: 30px 0;
}

.steps-container h2 {
    color: white;
    text-align: center;
    margin-bottom: 25px;
}

.step-item {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.step-item-simple {
    background: transparent;
    border: none;
    padding: 15px 0;
    margin-bottom: 15px;
}

.step-item-elegant {
    background: transparent;
    border-left: 3px solid #ffad00;
    padding: 20px 0 20px 25px;
    margin-bottom: 20px;
    position: relative;
}

.step-item-elegant strong {
    color: #4e6a87;
    font-size: 18px;
    display: block;
    margin-bottom: 8px;
    margin-left: 45px;
}

.step-item-elegant p {
    margin-left: 45px;
    line-height: 1.6;
    color: #555;
}

.step-number {
    display: inline-block;
    background: #ffad00;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    margin-right: 15px;
}

/* ========================================
   TYPOGRAPHY
   ======================================== */

strong.focus {
    color: #ffae37;
    line-height: 30px;
}

p {
    line-height: 1.6;
    margin-bottom: 15px;
}

/* Special style for packaging sections */
.section-deux.packaging,
.section-trois.packaging {
    grid-template-columns: 1fr 1fr;
}

.section-deux.packaging a.link_blog,
.section-trois.packaging a.link_blog {
    background-color: #ffad00;
    color: white;
    border: 2px solid #ffad00;
}

.section-deux.packaging a.link_blog:before,
.section-trois.packaging a.link_blog:before {
    content: "\f0a9";
    font-family: FontAwesome;
    margin-right: 8px;
    background-color: transparent;
    color: #fff;
    padding: 2px 4px;
    border-radius: 3px;
}

div#lang_mobile{
display:none!important;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */



/* Tablet Design (768px and below) */
@media (max-width: 768px) {
    .container_blog {
        width: 95%;
        padding: 0 10px;
    }

    .container_blog h2 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 15px;
    }

    .section_one,
    .section-deux,
    .section-trois,
    .section-quatre {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .section_one img,
    .section-deux img,
    .section-trois img,
    .section-quatre img {
        order: -1;
        margin-top: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .content {
        order: 1;
        text-align: left;
    }

    /* Two-step grid responsive */
    .two-step-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    /* Responsive packaging sections */
    .section-deux.packaging,
    .section-trois.packaging {
        grid-template-columns: 1fr;
    }

    .section-deux.packaging img,
    .section-trois.packaging img {
        order: -1;
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
    }

    .section-deux.packaging .content,
    .section-trois.packaging .content {
        order: 1;
    }

    .section-deux.packaging a.link_blog,
    .section-trois.packaging a.link_blog,
    a.homolog-btn,
    a.qualif-btn {
        display: block;
        text-align: center;
        padding: 12px 20px;
        font-size: 16px;
        margin-top: 15px;
        width: fit-content;
    }

    /* Full width sections stay full width on tablet */
    .full-width {
        display: block !important;
        grid-template-columns: none !important;
    }

    /* Responsive large image style */
    .big-image {
        width: 100% !important;
        max-width: 100% !important;
        transform: scale(1) !important;
    }

    /* Responsive hero image style */
    .hero-image {
        width: 100% !important;
        max-width: 100% !important;
        transform: scale(1) !important;
    }

    /* Reset spacing on tablet */
    .section-trois:not(.full-width) {
        gap: 20px;
    }

    .faq-question {
        font-size: 16px;
        padding: 15px;
        flex-wrap: wrap;
    }

    .faq-answer {
        padding: 15px;
        font-size: 15px;
    }

    ul.listes li {
        padding-left: 35px;
        margin-bottom: 12px;
        font-size: 15px;
    }

    ul.listes li:before {
        left: 8px;
        font-size: 16px;
    }

    .section,
    .section_one,
    .derniere-section {
        margin-bottom: 30px;
    }

    p {
        font-size: 15px;
        line-height: 1.6;
    }

    h3 {
        font-size: 18px;
    }

    .symbol {
        margin-right: 8px;
        width: 18px;
    }

    .code-box {
        padding: 12px;
        margin: 12px 0;
    }

    .code-box h4 {
        font-size: 15px;
    }

    .warning-box {
        padding: 12px;
        margin: 15px 0;
    }

    .highlight-box {
        padding: 15px;
        margin: 15px 0;
    }

    .steps-container {
        padding: 20px;
        margin: 20px 0;
    }

    .step-item {
        padding: 15px;
    }

    a.link_blog {
        display: block;
        text-align: center;
        padding: 12px 20px;
        font-size: 16px;
        margin-top: 15px;
        width: fit-content;
    }

}

/* Mobile Design (480px and below) */
@media (max-width: 480px) {
    .container_blog {
        width: 100%;
        padding: 0 15px;
    }

    .container_blog h2 {
        font-size: 20px;
        line-height: 1.2;
    }

    .faq-question {
        font-size: 15px;
        padding: 12px;
    }

    .faq-answer {
        padding: 12px;
        font-size: 14px;
    }

    ul.listes li {
        font-size: 14px;
        padding-left: 32px;
        margin-bottom: 10px;
    }

    ul.listes li:before {
        font-size: 14px;
        left: 10px;
    }

    p {
        font-size: 14px;
    }

    h3 {
        font-size: 16px;
    }

    a.link_blog {
        display: block;
        text-align: center;
        padding: 12px 16px;
        font-size: 14px;
        margin-top: 12px;
        width: 100%;
        box-sizing: border-box;
    }

    /* Mobile packaging sections */
    .section-deux.packaging a.link_blog,
    .section-trois.packaging a.link_blog {
        display: block;
        text-align: center;
        padding: 12px 16px;
        font-size: 14px;
        margin-top: 12px;
        background-color: #ffad00;
        color: white !important;
        border: 2px solid #ffad00;
        width: 100%;
    }

    .section-deux.packaging img,
    .section-trois.packaging img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    img.pri {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .code-box h4 {
        font-size: 14px;
    }

    .highlight-box h3 {
        font-size: 16px;
    }

    .steps-container {
        padding: 15px;
    }

    .step-item {
        padding: 12px;
    }

    .step-item-elegant strong {
        margin-left: 25px;
        font-size: 16px;
    }

    .step-item-elegant p {
        margin-left: 25px;
        font-size: 14px;
    }

}
}
