@font-face {
  font-family: "Big River Sample";
  src: url("../fonts/Big River Sample/Big_river_sample.ttf");
  font-display: swap;
}

*{ font-family: "Roboto", Arial, sans-serif; }

a {
  color: #538fbb;
  text-decoration: none;
  background-color: transparent;
}

.h1, h1 {
    font-size: 2rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Arial Narrow", Arial, sans-serif;*/
  font-weight: 700;
  margin: 0;
  font-display: swap;
}

h2 {
  margin-bottom: 30px;
  color: #076ca0;
  font-size: 1.7rem;
}

h4,
h5,
h6 {
  margin-bottom: 15px;
}

h1 span.h1n {
  display: none;
}

p {
  font-size: 1.1rem;
}
.hide_it{display:none;}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}

.master-warpper {
  /*overflow: hidden;*/
  overflow: auto;
  height: 100%;
}

.white_bg {
  background: white;
}

.main-nav-container {
  position: fixed;
  width: 100%;
  z-index: 1030;
  padding: 0 15px;
  transition: 0.6s all ease;
  /* background-color: rgb(255 226 226 / 13%)!important; */
}

.main-nav-container.full-wide {
  padding: 0;
}

.navbar {
	box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
	border-radius: 0px 0px 0px 0px;
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    flex-direction: row;
    align-content: flex-start;
	background: rgba(255, 255, 255, 0.15); /* transparence */
	backdrop-filter: blur(12px);          /* flou */
	-webkit-backdrop-filter: blur(12px);  /* compatibilité Safari */
	border-radius: 5px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	z-index:1;
}

.main-nav-container.full-wide .navbar{
	border-radius: 0px;
	background: #04292b;
	background: linear-gradient(120deg, #04292b 10%, #195a5e 50%, #04292b 120%);
	
}

.navbar-header {
  position: relative;
  width: 100%;
  padding: 15px 0px 0px 0px;
}

.navbar-header div {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.navbar-header dl,
.navbar-header ol,
.navbar-header ul,
.off-canvas-wrap dl,
.off-canvas-wrap ol,
.off-canvas-wrap ul {
  margin: 0;
}

.navbar-header ol,
.navbar-header ul,
.off-canvas-wrap ol,
.off-canvas-wrap ul {
  padding: 0;
  list-style-type: none;
}

.navbar-header .contact-list li,
.navbar-header .social-link li {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 25px;
  font-family: "Oswald", sans-serif;
  font-display: swap;
}

.navbar-header .social-link {
  text-align: right;
}

.navbar-header .contact-list a,
.navbar-header .social-link a {
  color: #fff;
}

.navbar-header.hide {
  display: none;
}

@media (max-width: 575px) {
  .navbar-header {
    display: none;
  }
  .navbar {
    margin-top: 15px;
  }
  .main-nav-container.full-wide .navbar {
    margin: 0;
  }
}

.navbar-brand {
  margin-right: 40px;
}

.navbar-brand img {
  max-width: 150px;
}

.navbar-toggler {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 2px solid rgba(4, 29, 56, 0.1);
  border-radius: 5px !important;
  margin-left: 15px;
  right: 15px;
}

.navbar-light .navbar-toggler {
  color: #ffffff;
  border-color: #ffffff;
}

.navbar-toggler .menubtn span:first-child {
  margin-top: 0;
}

.navbar-toggler .menubtn span {
  background-color: #ffffff;
  display: block;
  height: 3px;
  margin-top: 5px;
  width: 26px;
}

nav.navbar ul li a {
  padding: 10px 15px !important;
  color: #ffffff !important;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-display: swap;
}

.offcanvas-trigger {
    margin-left: 15px;
    height: 40px;
    margin-top: 0px;
    width: 40px;
    line-height: 30px;
    background-color: WHITE;
    border: 4px solid #076ca0;
    color: #000;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    float: right;
    border-radius: 50%;
    position: relative;
}

.offcanvas-trigger:hover {
  background-color: #1d1e1c;
  color: #ffffff;
}

.offcanvas-trigger i {
  font-size: 20px;
    position: absolute;
    padding: 10px;
    top: -4px;
    right: 2px;
}

.banner-section {
  background-size: cover;
  background-position: 50%;
  position: relative;
  padding-top: 250px;
  padding-bottom: 160px;
  z-index: 1;
}

.banner-section:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #a7a7a7;
  content: "";
  opacity: 0.5;
  z-index: -3;
}

.banner-section .banner-shape-one {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 625px;
  height: 685px;
  background-color: #0090d6;
  opacity: 0.6;
  z-index: -2;
  -webkit-clip-path: polygon(100% 0, 100% 62%, 62% 100%, 0 100%);
  clip-path: polygon(100% 0, 100% 62%, 62% 100%, 0 100%);
}

.banner-section .banner-shape-two {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 240px;
  height: 260px;
  background-color: #1d327b;
  opacity: 0.6;
  z-index: -1;
  -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.banner-section .banner-shape-cloud {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 150px;
  z-index: -1;
  /* background: linear-gradient(to top,#bd1718 0%,rgba(246,246,246,.738) 19%,rgba(246,246,246,.541) 34%,rgba(246,246,246,.382) 47%,rgba(246,246,246,.278) 56.5%,rgba(246,246,246,.194) 65%,rgba(246,246,246,.126) 73%,rgba(246,246,246,.075) 80.2%,rgba(246,246,246,.042) 86.1%,rgba(246,246,246,.021) 91%,rgba(246,246,246,.008) 95.2%,rgba(246,246,246,.002) 98.2%,rgba(246,246,246,0) 100%); */
}

.brands_container {
  position: relative;
  border: 1px solid #6f79b5;
  border-radius: 5px;
  padding: 30px 30px 60px 30px;
  background: white;
  height: 100%;
  min-height: 350px;
  transform: rotate3d(1, -1, 0, 32deg);
}

.brands_container button {
  position: absolute;
  bottom: 0;
  right: 0;
}

.groupe_we_bg_logo {
  background: #0f326e;
  border-radius: 20px;
  background-image: url(https://www.gwe-connect.com/files/common/upload/background/gwe.jpg);
}

.groupe_we_bg_logo h4 {
  text-align: center;
  font-weight: 500;
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section .banner-shape-one {
    height: 320px;
    width: 320px;
  }

  .banner-section .banner-shape-two {
    height: 121px;
    width: 121px;
  }
}

@media (max-width: 767px) {
  .banner-section .banner-shape-one {
    height: 320px;
    width: 320px;
  }
  .banner-section .banner-shape-two {
    height: 121px;
    width: 121px;
  }
}

@media (max-width: 399px) {
  .banner-section {
    padding-top: 170px;
    padding-bottom: 100px;
  }
  .banner-section .banner-shape-one {
    height: 220px;
    width: 220px;
  }
  .banner-section .banner-shape-two {
    height: 84px;
    width: 84px;
  }
}

.banner-section .single-banner .banner-text,
.banner-section .single-banner .banner-text {
  color: #fff;
}

.banner-section .single-banner .banner-text h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 70px;
  text-transform: uppercase;
  line-height: 1.09;
  margin-bottom: 30px;
  font-display: swap;
}

.banner-section .single-banner .banner-text h2 {
  font-size: 40px;
}

.banner-section .single-banner .banner-text p {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  padding: 15px 25px 15px 25px;
  text-align: justify;
  background: rgb(0 0 0 / 10%);
}

.banner-section .single-banner .banner-text p:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  content: "";
  background-color: #6cb3af;
  width: 4px;
}

.slick-slide img {
  max-width: 450px;
  padding-bottom: 30px;
}


@media only screen and (min-width: 600px) and (max-width: 1920px) {
  .banner-section .single-banner .banner-text h1 {
    font-size: 24px;
  }
  .banner-section .single-banner .banner-text h2 {
    font-size: 20px;
  }
  .slick-slide img {
    max-width: 250px;
  }

  .banner-section{
    padding-top: 190px;
  }
  
}


@media only screen and (min-width: 960px) and (max-width: 1440px) {
  .banner-section .single-banner .banner-text h1 {
    font-size: 24px;
  }
  .banner-section .single-banner .banner-text h2 {
    font-size: 20px;
  }
  .slick-slide img {
    max-width: 250px;
  }

  .banner-section{
    padding-top: 180px;
  }
  
}




@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-section .single-banner .banner-text h1 {
    font-size: 52px;
  }
  .banner-section .single-banner .banner-text h2 {
    font-size: 35px;
  }
  .slick-slide img {
    max-width: 450px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-section .single-banner .banner-text h1 {
    font-size: 52px;
  }
  .banner-section .single-banner .banner-text h2 {
    font-size: 30px;
  }
  .slick-slide img {
    max-width: 350px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 801px) {
  .banner-section .single-banner .banner-text h1 {
    font-size: 42px;
  }
  .banner-section .single-banner .banner-text h2 {
    font-size: 28px;
  }
  .slick-slide img {
    max-width: 250px;
  }
  .banner-section{
    padding-top: 185px;
  }
}

@media (max-width: 575px) {
  .banner-section .single-banner .banner-text h1 {
    font-size: 40px;
  }
  .banner-section .single-banner .banner-text h2 {
    font-size: 26px;
  }
  .banner-section .single-banner .banner-text p {
    font-size: 16px;
  }
  .slick-slide img {
    max-width: 250px;
  }
}

@media (max-width: 399px) {
  .banner-section .single-banner .banner-text h1 {
    font-size: 32px;
  }
  .banner-section .single-banner .banner-text p {
    font-size: 14px;
  }
  .slick-slide img {
    max-width: 250px;
  }
}

@media only screen and (max-height: 864px){
  .slick-slide img {
    max-width: 350px;
  }

}


@media only screen and (max-height: 768px){
  .slick-slide img {
    max-width: 300px;
  }

}


@media only screen and (max-height: 664px){
  .slick-slide img {
    max-width: 220px;
  }

}

@media only screen and (max-height: 600px){
  .slick-slide img {
    max-width: 220px;
  }

  .banner-section .single-banner .banner-text h1 {
    font-size: 35px;
  }
  .banner-section .single-banner .banner-text h2 {
    font-size: 26px;
  }

  .banner-section{
    padding-top: 160px;
  }
}

*,
:after,
:before {
  box-sizing: border-box;
}

.banner-section .single-banner .banner-text .btn-wrap {
  margin-top: 40px;
}

.banner-section .single-banner .banner-text .btn-wrap a.main-btn {
  margin-right: 20px;
  text-decoration: none;
}

@media (max-width: 575px) {
  .banner-section .single-banner .banner-text .btn-wrap a.main-btn {
    margin-right: 10px;
    padding: 0 30px;
  }
}

@media (max-width: 399px) {
  .banner-section .single-banner .banner-text .btn-wrap a.main-btn {
    margin-bottom: 10px;
    padding: 0 20px;
  }
}

.main-btn.btn-filled {
  background-color: #6cb3af;
  border-color: #6cb3af;
}

.main-btn.btn-borderd {
  border-color: #0090d6;
  background-color: transparent;
  color: #ffffff;
}

.main-btn {
  font-size: 14px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
  padding: 0 45px;
  background-color: #fff;
  border: 2px solid #fff;
  position: relative;
  height: 60px;
  line-height: 60px;
  display: inline-block;
  font-display: swap;
}

.main-btn.btn-filled:hover {
  background-color: transparent;
  border-color: #6cb3af;
  color: #0090d6;
}

.main-btn.btn-borderd:hover {
  background-color: #6cb3af;
  border-color: #6cb3af;
  color: #ffffff;
}

.main-btn:after,
.main-btn:before {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 10px;
  width: 2px;
  content: "";
  background-color: #6cb3af;
  transition: all 0.3s ease-out 0s;
}

.main-btn:before {
  width: 10px;
  height: 2px;
}

.main-btn.btn-filled:after,
.main-btn.btn-filled:before {
  background-color: #ffffff;
}

.main-btn.btn-filled:hover:after,
.main-btn.btn-filled:hover:before {
  background-color: #6cb3af;
}

.main-btn.btn-borderd:after,
.main-btn.btn-borderd:before {
  background-color: #6cb3af;
}

.main-btn.btn-borderd:hover:after,
.main-btn.btn-borderd:hover:before {
  background-color: #ffffff;
}

.go-top {
  background-color: #196c91;
  color: #fff;
  border-radius: 50%;
  box-shadow: 1px 1.732px 12px 0 rgb(0 0 0 / 14%),
    1px 1.732px 3px 0 rgb(0 0 0 / 12%);
  padding: 5px;
  font-size: 22px;
  height: auto;
  line-height: 30px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 1s ease 0s;
  z-index: 500;
  padding: 5px 10px;
  -webkit-transform: translate3d(0, 110px, 0);
  transform: translate3d(0, 110px, 0);
  transition: transform 0.22s linear;
  border: 0;
  cursor: pointer;
}

.go-top.fadeInTop {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: transform 0.22s linear;
}

.off-canvas-wrap {
  position: fixed;
  max-width: 450px;
  top: 0;
  min-height: 100vh;
  right: 0;
  z-index: 9999999;
  margin-right: -450px;
  box-shadow: 0 8px 16px 0 rgb(73 167 211 / 8%);
  text-align: left;
  transition: all 0.4s;
}

.off-canvas-wrap .overly {
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 998;
  background-color: #000;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  transition: all 0.4s;
}

.off-canvas-wrap .off-canvas-widget {
    height: 100vh;
    position: relative;
    z-index: 999;
    overflow: auto;
    padding: 95px 30px 30px 30px;
}

.off-canvas-wrap.show-off-canvas {
  margin-right: 0;
}

.off-canvas-wrap .overly.show-overly {
  visibility: visible;
  opacity: 0.6;
}

.off-canvas-close {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 30px;
  color: #1d1d1b;
  border: 2px solid #076ca0;
  border-radius: 5px;
}

.widget.recent-post,
.widget.contact-widget,
.widget.social-widget {
  margin-bottom: 30px;
}

.off-canvas-wrap .off-canvas-widget .widget.recent-post ul li {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  -ms-grid-columns: 120px 1fr;
  grid-template-columns: 120px 1fr;
  margin-bottom: 30px;
}

.off-canvas-wrap .off-canvas-widget .widget .widget-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -1px;
}

.off-canvas-wrap .off-canvas-widget .widget.recent-post ul li .post-content {
  padding-left: 20px;
}

.off-canvas-wrap .off-canvas-widget .widget.recent-post ul li .post-content h6 {
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1.3;
}

.off-canvas-wrap
  .off-canvas-widget
  .widget.recent-post
  ul
  li
  .post-content
  .time {
  font-size: 15px;
  font-weight: 500;
}

.off-canvas-wrap .off-canvas-widget .widget.contact-widget ul li {
  font-size: 18px;
  color: #041d38;
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 40px;
  position: relative;
}

.off-canvas-wrap .off-canvas-widget .widget.contact-widget ul li i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
}

.off-canvas-wrap .off-canvas-widget .widget.social-widget ul li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #041d38;
  color: #041d38;
  border-radius: 50%;
  text-align: center;
  font-size: 15px;
  margin-right: 10px;
}

footer {
	color: #ffffff;
    background: linear-gradient(120deg, #132d46 45%, #22c7c6 120%);
}

footer .logo img {
  max-width: 125px;
}

footer .widget {
  text-align: justify;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-bottom: 30px;
}
footer h5.widget-title {
  color: #1d1e1c;
  text-transform: uppercase;
}

.footer-top,
.footer-widget-area,
.copy-right-area {
  padding: 30px 0px;
  background: #076ca0;
}

.footer-widget-area {
  background: #fcfcfc;
  color: #1d1e1c;
}

.footer-widget-area ul {
  list-style-type: none;
  padding-left: 0;
}

.footer-widget-area ul li a {
  color: #076ca0;
}

.copy-right-area {
  background: #1d1e1c;
  color: #ffffff;
}

.copy-right-area a {
  font-weight: 500;
  color: #ffffff;
}

section.header_secondary {
  padding: 240px 0px 70px;
  position: relative;
}

@media (max-width: 575px) {
  section.header_secondary {
    padding: 140px 0px 70px;
    position: relative;
  }
}

.bg_header {
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
  background-attachment: fixed;
}

section.menu_stick,
div.menu_stick {
    background: linear-gradient(120deg, rgb(4, 41, 43) 10%, rgb(25, 90, 94) 50%, rgb(4, 41, 43) 120%);
    color: #ffffff;
}

.menu_stick .title_h1 {
	font-size: 1.6rem;
	padding: 30px 0px;
	/*text-transform: uppercase;*/
}

.menu_stick .title_h4 {
  padding: 15px 0px;
  background: rgb(27 133 143);
}

.menu_stick .title_h4 h4 {
  margin: 0px;
  font-size: 1.2rem;
}

.breadcrumb_container {
  position: relative;
  width: 100%;
  height: auto;
  bottom: 0;
  background: linear-gradient(120deg, rgb(4, 41, 43) 10%, rgb(25, 90, 94) 50%, rgb(4, 41, 43) 120%);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  overflow-x: auto;
}

.breadcrumb_container.superposed {
  position: absolute;
  background: rgb(2 159 190);
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0.75rem 1rem;
  margin-bottom: 0 !important;
  list-style: none;
  background-color: transparent !important;
  border-radius: 0.25rem;
  white-space: nowrap;
  overflow-x: auto;
}

@media (max-width: 575px) {
  .breadcrumb {
    font-size: 0.8rem;
  }
}

.breadcrumb li {
  color: #6c757d;
}

.breadcrumb li a {
  color: #ffffff !important;
  font-weight: 500 !important;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ffffff;
  content: "/\00a0";
  margin-left: 5px;
}

.header_secondary h1 {
  color: #ffffff;
  text-transform: uppercase;
  background: rgb(29 30 28 / 80%);
  margin-bottom: 0px;
  border-radius: 5px;
  padding: 15px 15px;
}

.header_secondary h4 {
  margin-top: 20px;
  font-size: 20px;
  background: rgb(255 255 255 / 60%);
  padding: 15px;
  color: #076ca0;
  border-radius: 5px;
}

.box_shadow_1 {
  border-radius: 20px;
  padding: 20px 10px;
  box-shadow: 1px 9px 21px 4px rgba(179, 179, 179, 0.8);
  -webkit-box-shadow: 1px 9px 21px 4px rgba(179, 179, 179, 0.8);
  -moz-box-shadow: 1px 9px 21px 4px rgba(179, 179, 179, 0.8);
  background: white;
}

.custom_tag_1 {
  background: #6198ab;
  color: white;
  padding: 10px;
  font-weight: 500;
  border-radius: 5px;
}

.bando_1 {
  background: #076ca0;
  color: white;
  padding: 10px;
}

.bando_2 {
  background: rgba(124, 159, 186, 0.6);
  color: white;
  padding: 10px;
}

.translucide_black_container {
  background: rgb(0 0 0 / 40%);
  border-radius: 20px;
}

.groupe_we_bg {
  background-image: url(https://www.gwe-connect.com/files/common/upload/background/gwe.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.overlay_1 {
  height: 100%;
  background-color: #1d327b;
  opacity: 0.5;
  margin: 0px -15px;
  position: absolute;
  top: 0;
  width: 100%;
}

textarea.form-control {
  height: 250px;
}

.champ_requis {
  font-size: 12px;
  text-align: left;
  color: #cccccc;
  font-style: italic;
}

.warningInfo {
  color: green !important;
  text-align: center;
  display: none;
  background: #def3ca;
  font-size: 12px !important;
  padding: 10px 10px;
  border-radius: 5px;
}

.warningError {
  color: red !important;
  text-align: center;
  display: none;
  background: #ffcbcb;
  font-size: 12px !important;
  padding: 10px 10px;
  border-radius: 5px;
}

.owl-prev {
  position: absolute;
  top: 0;
  font-size: 40px !important;
  left: -35px;
  height: 100%;
  width: 35px;
  color: #e5e5e5 !important;
  transition: background 0.2s, color 0.2s;
  border-radius: 12px 0px 0px 12px;
}

.owl-next {
  position: absolute;
  top: 0;
  font-size: 40px !important;
  right: -35px;
  height: 100%;
  width: 35px;
  color: #e5e5e5 !important;
  transition: background 0.5s, color 0.5s;
  border-radius: 0px 12px 12px 0px;
}

.owl-prev:hover,
.owl-next:hover {
  background: rgb(27 133 143 / 20%) !important;
  color: #1b858f !important;
}

::-webkit-scrollbar {
  width: 3px;
  height: 0px;
  background: rgb(232 232 232 / 19%);
  border-left: 1px solid #c3c3c3;
  /* position: static; */
  /* right: 10px; */
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #196c91;
  border-radius: 0px;
  position: relative !important;
  right: 10px !important;
}


.bg_alicebleu {
  background: aliceblue;
}
.bg_lightgray {
  background: #f9f9f9;
}
.bg_white {
  background: #ffffff;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  margin: 0 3px;
  border: 1px solid #00636f;
}
.owl-dots button.owl-dot.active {
  background-color: #00636f ;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38);
}
.owl-nav button:focus {
  outline: none;
}

iframe#bg_player_1,
iframe#bg_player_2,
iframe#bg_player_3 {
  width: 100%;
}

.video_bg_container_1 {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.video_bg_container_1 iframe {
  position: relative;
  top: -30%;
  top: -780px;
}

@media (max-width: 1200px) {
  .video_bg_container_1 iframe {
    top: -65%;
    top: -800px;
  }
}

@media (max-width: 900px) {
  .video_bg_container_1 iframe {
    top: -85%;
    top: -850px;
  }
}

@media (max-width: 735px) {
  .video_bg_container_1 iframe {
    top: -145%;
    top: -415%;
  }
  .video_bg_container_1 {
    height: 200px;
  }
}

@media (max-width: 440px) {
  .video_bg_container_1 iframe {
    top: -160%;
    top: -430%;
  }
}
.video_bg_overlay {
  background: rgb(29 50 123 / 30%);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.video_bg_caption {
  position: absolute;
  z-index: 2;
  height: 100%;
  color: white;
  width: 100%;
  font-size: 25px;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video_bg_caption div {
  text-align: center;
  padding: 15px;
}

.gallery_custom_1 {
  background: transparent !important;
  justify-content: center !important;
}

.gallery_custom_1 .myclass {
  width: 75px !important;
  border-radius: 20px !important;
  outline: 1px solid #ddd;
  place-items: center;
  height: 75px;
  object-fit: cover;
}

.lum-lightbox {
  z-index: 2000 !important;
}



.header_overlay {
  position: absolute;
  background: rgb(0 0 0 / 20%);
  height: 100%;
  width: 100%;
  top: 0;
}

.brands_container .btn {
  position: absolute;
  bottom: 0;
  right: -1px;
}

.widget.contact-widget,
.widget.contact-widget .widget-title {
  text-align: center;
}

.widget.contact-widget li.black_round_container {
  background: #1d1d1b;
  display: inline-block;
  padding: 15px 15px 15px 40px;
  color: white !important;
  border-radius: 30px;
}

.widget.contact-widget li.red_round_container {
  background: #076ca0;
  display: inline-block;
  padding: 15px 15px 15px 40px;
  color: white !important;
  border-radius: 30px;
}

.off-canvas-widget div.horaire_container,
div.horaire_container {
  background: #076ca0;
  display: block;
  padding: 15px 15px 15px 15px;
  color: white !important;
  border-radius: 30px;
  max-width: 250px;
  text-align: center;
  margin: 0px auto 30px auto;
}

.widget.contact-widget li.black_round_container a,
.widget.contact-widget li.red_round_container a {
  color: white !important;
}

.widget.contact-widget li.black_round_container i,
.widget.contact-widget li.red_round_container i {
  left: 15px !important;
}

.widget.contact-widget li.black_round_container a,
.widget.contact-widget li.red_round_container a,
.widget.contact-widget li.black_round_container a:hover,
.widget.contact-widget li.red_round_container a:hover {
  color: white !important;
  text-decoration: none;
}

.off-canvas-widget .logo {
  padding-bottom: 30px;
}

.off-canvas-wrap div.bg_container {
  position: absolute;
  height: 100vh;
  background: #ffffff;
  width: 100%;
  top: 0;
  z-index: 999;
  overflow: hidden;
}

.off-canvas-wrap .bg_container .square_1 {
  top: -80px;
  left: -100px;
  width: 200px;
  height: 200px;
  position: absolute;
  background: radial-gradient(circle at center, rgb(255 255 255), rgb(32 171 199));
  backdrop-filter: blur(10px);
  border-radius: 50%;
  transform: rotate(25deg) scale(1.2);
  z-index: 0;
  opacity: 0.8;
}

.off-canvas-wrap .bg_container .square_2 {
  bottom: -80px;
  right: -100px;
  width: 200px;
  height: 200px;
  position: absolute;
  background: radial-gradient(circle at center, rgb(76 198 244), rgb(255 255 255));
  backdrop-filter: blur(8px);
  border-radius: 50%;
  transform: rotate(-30deg) scale(1.1);
  z-index: 0;
  opacity: 0.7;
}

.off-canvas-wrap .bg_container .square_3 {
  top: 500px;
  left: -40px;
  width: 200px;
  height: 200px;
  position: absolute;
  background: radial-gradient(circle at center, rgb(255 255 255), rgb(243 145 28));
  backdrop-filter: blur(10px);
  border-radius: 50%;
  transform: rotate(25deg) scale(1.2);
  z-index: 0;
  opacity: 0.8;
}

.off-canvas-wrap .bg_container .square_4 {
  bottom: 500px;
  right: 0px;
  width: 200px;
  height: 200px;
  position: absolute;
  background: radial-gradient(circle at center, rgb(40 167 69), rgb(255 255 255));
  backdrop-filter: blur(8px);
  border-radius: 50%;
  transform: rotate(-30deg) scale(1.1);
  z-index: 0;
  opacity: 0.7;
}

@keyframes pulse-blob {
  0%, 100% {
    transform: scale(1.05) rotate(15deg);
  }
  50% {
    transform: scale(1.15) rotate(20deg);
  }
}

.square_1, .square_3 {
  animation: pulse-blob 8s ease-in-out infinite;
}

.square_2, .square_4 {
  animation: pulse-blob 10s ease-in-out infinite reverse;
}

.location_search_view {
  position: relative;
  background: #076ca0;
  z-index: 80;
  margin: -50px auto 0;
  padding: 18px 26px 50px 26px;
  color: white;
  max-width: 1150px;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px,
    rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.location_search_view .form-control {
  display: block;
  position: relative;
  background: #f9f9f9;
  height: 45px;
  box-shadow: none;
  border: 0px;
  border-radius: 0px;
  font-weight: 500;
  color:#1d1e1c;
}

.location_search_view .form-control::placeholder {
  color:#4b4b4b;
}


.round_left {
  border-radius: 5px 0px 0px 5px !important;
}
.round_right {
  border-radius: 0px 5px 5px 0px !important;
}

.site_black_bg,
.item_holder .btn-info {
  background: #28a745 !important;
  border: 1px solid #28a745 !important;
}

.form_selection {
  position: relative;
}

ul.response_list {
  position: absolute;
  border: 0px;
  list-style: none;
  padding: 0;
  color: #495057;
  border-radius: 0px 0px 5px 5px !important;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 200px;
  width: 100%;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 100;
}

ul.response_list::-webkit-scrollbar {
  width: 3px;
  height: 0px;
  background: rgb(232 232 232 / 19%);
  border-left: 1px solid #c3c3c3;
}

ul.response_list::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #1d1e1c;
  border-radius: 0px;
  position: relative !important;
  right: 10px !important;
}

ul.response_list li {
  padding: 10px 15px;
  cursor: pointer;
}

ul.response_list li.item .info {
  color: #1d1e1c;
  font-size: 0.9rem;
}

ul.response_list li.item:hover {
  background: #1d1e1c !important;
  color: #ffffff !important;
}

ul.response_list li.item:hover i,
ul.response_list li.item:hover .info {
  color: #ffffff !important;
}

ul.response_list li.item {
  border-bottom: 1px solid #c3c3c3;
}

ul.response_list li.item:last-child {
  border-bottom: 0px;
}

ul.response_list li.item:nth-child(odd) {
  background: rgb(255 255 255);
}
ul.response_list li.item:nth-child(even) {
  background: rgb(255 255 255);
}

label {
  font-weight: 500;
}



.owl-item .item_container img {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.owl-item .content {
  height: 400px; /* Adjust this value based on your content and design */
}

.owl-item .hidden_panel {
  margin-top: auto;
}

.owl-carousel.suggestions {
  min-height: 450px;
}

footer .social-icon a,
footer .social-icon a {
  display: inline-block;
  background: white;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 30px;
  color: #076ca0;
  margin-right: 5px;
  margin-top: 5px;
}


footer .social-icon a:last-child,
footer .social-icon a:last-child {
  margin-right: 0px;
}

::selection {
  color: white;
  background-color: rgb(29 30 28 / 50%) !important;
}

::-moz-selection {
  color: white;
  background-color: rgb(29 30 28 / 50%) !important;
}

.modal_custom {
  width: 100%;
  height: 100%;
  z-index: 1040;
  background: rgba(255, 255, 255, 1);
  position: fixed;
  top: 0;
  padding: 50px 0px 100px;
  overflow: auto;
}

.modal_close {
  position: absolute;
  top: 10px;
  right: 20px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  height: 41px;
  width: 41px;
  font-size: 25px;
  font-weight: bold;
  border: 1px solid #d9d9d9;
}

.modal_view_opt {
  position: fixed;
  background: #076ca0;
  width: 100%;
  bottom: 0;
  left: 0;
  border-top: 1px solid #cccccc;
  padding: 20px 15px;
  z-index: 100;
}

.champ_requis {
  font-size: 12px;
  text-align: left;
  color: #4e4e4e;
  font-style: italic;
}

.modal_custom.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: none !important;
  animation-fill-mode: none !important;
}

.table thead th {
  border-top: 0px !important;
}

.table thead th {
  vertical-align: middle;
}

.table {
  margin-bottom: 0px;
}

.form-control {
  display: block;
  position: relative;
  background: #eaeaea;
  box-shadow: none;
  border: 0px;
  border-radius: 0px;
  font-weight: 500;
}

.form-control {
  background: rgb(30 175 201 / 15%);
  color: #076ca0;
}

.flip-card {
  perspective: 1000px;
  width: 270px;
  height: 270px;
  margin-bottom: 30px;
}

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

.card-title {
  margin-bottom: 0.75rem;
  text-align: center;
}

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

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

.flip-card-front {
  z-index: 2;
  transform: rotateX(0deg);
}

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

.circle-card {
  width: 270px;
  height: 270px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #076ca0;
  color: white;
  white-space: normal;
  padding: 15px;
  text-align: center;
  box-sizing: border-box;
}

.circle-card.black{
  background-color: #1d1e1c;
}

.circle-card.white{
  background-color: #ffffff;
  color: #1d1e1c;
}

.circle-card.is_square{
  border-radius: 0%;
}

.flip-card-back .circle-card {
  background-color: #1d1e1c;
  color: #ffffff;
}

.circle-card-img {
  width: 50px;
  height: 50px;
}

.circle-card img {
  max-height: 70px;
  background: white;
  border-radius: 5px;
}

.fiche_auto .date_depart,
.fiche_auto .date_retour {
  border: 0px;
  background: transparent;
  text-decoration-line: underline;
}

.address_info {
  width: 100%;
  height: 350px;
}

.off-canvas-wrap .address_info {
  width: 350px;
  margin-top: 15px;
  border-radius: 5px;
  box-shadow: 0.3rem 0.3rem #1d1e1c, -0.3rem -0.3rem #076ca0;
}

@media (max-width: 450px) {
  .off-canvas-wrap .address_info {
    width: 300px;
  }
}

@media (max-width: 280px) {
  .off-canvas-wrap .address_info {
    width: 190px;
  }
}

.gmap_logo {
  max-width: 100px !important;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
   background: rgba(255, 255, 255, 0.15); /* transparence */
  backdrop-filter: blur(12px);          /* flou */
  -webkit-backdrop-filter: blur(12px);  /* compatibilité Safari */
  border-radius: 12px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: #04292b;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 99999;
}
#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 5px solid transparent;
  border-top-color: #196c91;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader-logo {
  position: relative;
  top: 51%;
}

.loader-logo img {
  width: 95px;
}

.loaded #loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
}
.loaded #loader {
  opacity: 0;
}

.slogan_h1 {
  text-align: center;
  transform: rotate3d(1, -1, 0, 339deg);
  background: #f3903c;
 /* margin-bottom: 60px !important;*/
  padding: 15px 15px;
  color: white;
  font-weight: 500;
  border-radius: 15px;
}

.menu_stick .slogan_h1 {
  margin-bottom: 30px !important;
}

.slogan_h2 {
  text-align: center;
  transform: rotate3d(1, 2, 0, 15deg);
  background: rgb(14 158 189 / 80%);
  padding: 15px;
  color: #076ca0;
  font-weight: 500;
  /*margin-bottom: 15px;*/
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius:15px;
}
/* --- HEADER DE L'ITEM --- */
.liste_actu .item_header {
  display: flex;
  gap: 10px;
  align-items: stretch;
}

/* --- CATEGORIE --- */
.liste_actu .item_categorie {
  background: rgba(27, 133, 143, 0.15);
  padding: 12px 18px;
  color: #1b858f;
  font-weight: 600;
  border-radius: 6px;
  display: flex;
  align-items: center;
}

/* --- DATE --- */
.liste_actu .item_date {
  background: #196c91;
  color: white;
  padding: 12px 18px;
  font-weight: 600;
  border-radius: 6px;
  display: flex;
  align-items: center;
}

/* --- TITRE --- */
.liste_actu .item_title_container {
  flex: 1;
}

.liste_actu .item_title {
  padding: 20px;
  background: linear-gradient(135deg, #04292b 0%, #1b858f 100%);
  color: #ffffff;
  border-radius: 8px;
}

.liste_actu .item_title h4 {
  margin: 0;
  color: #ffffff;
  font-size: 1.25rem;
}

/* --- VIGNETTE --- */
.liste_actu .vignette {
  max-height: 150px;
  border-radius: 6px;
  object-fit: cover;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* --- CONTENU DE L'ACTU --- */
.liste_actu .item_contenu {
  text-align: justify;
  hyphens: auto;
  padding: 18px;
  border-left: 4px solid #1b858f;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.12);
  margin-top: 10px;
  color: #04292b;
  line-height: 1.6;
}

/* --- SELECT --- */
.liste_actu select {
  border: 0;
  border-bottom: 2px solid #6c757d;
  padding: 6px 4px;
  max-width: 250px;
  display: inline-block;
  background: transparent;
  color: #04292b;
  font-size: 0.95rem;
  transition: border-color 0.3s ease;
}

.liste_actu select:focus {
  outline: none;
  border-bottom-color: #1b858f;
}


/* --- DASHED BORDER MODERNE ---------------------------------------------------------------- */
.border-bottom-pdashed {
  position: relative;
  padding-bottom: 12px;
}

.border-bottom-pdashed::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 2px;

  /* Alternative modernisée en utilisant ta palette */
  background-image: linear-gradient(
    to right,
    #1b858f 50%,
    transparent 50%
  );
  background-size: 12px 100%;
  opacity: 0.7;
}

/* --- PAGINATION MODERNE -------------------------------------------------------------------- */
.pagination {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.pagination .page-item .page-link {
  color: #04292b;
  border-radius: 6px;
  padding: 8px 14px;
  border: 1px solid #6c757d;
  transition: all 0.25s ease;
}

/* ÉTAT ACTIF */
.pagination .page-item.active .page-link {
  background-color: #196c91;
  border-color: #196c91;
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

/* HOVER */
.pagination .page-item:not(.active) .page-link:hover {
  background-color: #1b858f;
  border-color: #1b858f;
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
}

.disclaimer,
.disclaimer p {
  color: #6f6f6f;
  font-size: 0.9rem;
  font-style: italic;
  text-align: justify;
  hyphens: auto;
}

.inner_box .disclaimer.box {
  padding: 15px;
  background: #f3f3f3;
}

.dataTables_empty {
  text-align: center;
  color: #b4b4b4;
  font-size: 0.9rem;
}

.bande_home_custom {
  background: #1d1e1c;
}

.bande_home_custom p {
  color: white;
  font-size: 1.3rem;
  font-weight: 600;
}

.fiche_auto .owl-carousel.fiche_auto_img .owl-stage {
  max-height: 440px;
  display: flex;
  flex-flow: row nowrap;
  align-content: center;
  align-items: center;
}

.gallery_custom {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  margin: 50px 0px;
}

.gallery_custom .item_gallery {
  margin-bottom: 30px;
  overflow: hidden;
}

.gallery_custom .item_gallery img {
  max-width: 250px;
  transition: all 0.2s ease-in-out;
}

.gallery_custom .item_gallery:hover img {
  transform: scale(1.2) rotate3d(1, 1, 1, 10deg);
}

.text-hyphens {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

footer .widget.nav-widget {
  text-align: left;
}


.star-rating-background {
    display: inline-block;
    width: 121px; /* Largeur de la barre d'étoiles */
    height: 20px; /* Hauteur de la barre d'étoiles */
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'><polygon fill='%23dadce0' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/></svg>") repeat-x; /* Image d'étoile vide */
}

.star-rating {
    height: 20px;
    background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.44 19'><polygon fill='%23fbbc04' points='10,15.27 16.18,19 14.54,11.97 20,7.24 12.81,6.63 10,0 7.19,6.63 0,7.24 5.46,11.97 3.82,19'/></svg>") repeat-x; /* Image d'étoile pleine */
}

.avis_google_widget{
  text-align: center;
  margin-top:30px;
  margin-bottom:30px;
  color:#ffffff;
}

.avis_google_widget a{
  color:#ffffff;
  font-weight: bold;
}

.phone_bande{
    font-size: 1.1rem;
    text-align: right;
    padding: 10px 20px;
    color: #11474b;
    font-weight: bold;
    border-radius: 0px 0px 5px 5px;
    box-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
	background: #1b858f;
    background: linear-gradient(120deg, rgb(27 133 143) 10%, rgb(106 208 218) 50%, rgb(27 133 143) 120%);
	backdrop-filter: blur(12px);
	position: relative;
}

.phone_bande a{
  color: #ffffff;
  font-weight: bold;
  text-shadow: rgb(0 0 0 / 16%) 0px 1px 4px;
  outline: none;
  text-decoration: none;
}

.fiche_auto .custom_field{
    border: 0px;
    background: transparent;
    text-decoration-line: underline;
}

.fiche_auto .custom_field::placeholder{
  font-size: 1rem;
}

.flatpickr-calendar .hourSelect,.flatpickr-calendar .minuteSelect{
  width: 49%;
  text-align: center;
  font-weight: 400;
  color: #b5b5b5;
  background:#1d1e1c;
  font-size: 14px;
  border:0px;
  height: 40px;
  line-height: 40px;
  -webkit-appearance: none; /* Safari and Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none; /* Default */
  outline: none;
  border-top: 1px solid #e6e6e6;
}


.flatpickr-calendar .hourSelect:focus,
.flatpickr-calendar .minuteSelect:focus {

  color: #1d1e1c; /* Revert to the desired color when focused */
  background: #ffffff; /* Revert to the desired background color when focused */

}

.flatpickr-calendar .hourminSeparator{
  height: 40px;
  line-height: 40px;
  display: inline-block;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-top: 1px solid #e6e6e6;


}

.flatpickr-time{
  display: none;
}
/* =========================
   NAVBAR NAV (layout)
========================= */
.navbar-nav{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin: 30px 0 0 0;
    list-style: none;

    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav{
      display: flex;
      flex-direction: row;
      padding-left: 0;
      margin: 0;
      list-style: none;

      align-items: center;
      flex-wrap: nowrap;
      justify-content: flex-end;
  }
}

/* =========================
   NAV LINKS (base)
========================= */
.navbar-nav .nav-link{
    position: relative;
    padding: 0.5rem 0;
    margin: 0 0.2rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #1f2a32;
    transition: color 0.3s ease, transform 0.3s ease, text-shadow 0.3s ease;
}

/* =========================
   UNDERLINE (IMPORTANT)
   -> Ne pas toucher aux dropdown-toggle::after (caret Bootstrap)
========================= */
.navbar-nav .nav-link:not(.dropdown-toggle)::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background-color: #1b858f;
    transition: width 0.3s ease;
}

/* HOVER DESKTOP */
@media (hover: hover) {
  .navbar-nav .nav-link:hover{
      color: #1b858f;
      transform: translateY(-2px);
      text-shadow: 0 4px 20px rgba(27, 133, 143, 0.25);
  }

  .navbar-nav .nav-link:not(.dropdown-toggle):hover::after{
      width: 100%;
  }
}

/* ACTIVE + FOCUS (DESKTOP & MOBILE) */
.navbar-nav .nav-link.active,
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-link:focus{
    color: #1b858f;
}

.navbar-nav .nav-link:not(.dropdown-toggle).active::after,
.navbar-nav .nav-item.active .nav-link:not(.dropdown-toggle)::after,
.navbar-nav .nav-link:not(.dropdown-toggle):focus::after{
    width: 100%;
}

/* =========================
   CARET DROPDOWN (Bootstrap)
   -> le garder à droite du texte
========================= */
.navbar-nav .dropdown-toggle::after{
    position: static !important;
    transform: none !important;
    display: inline-block;
    margin-left: .4rem;
    vertical-align: middle;
}


.navbar-nav .nav-item .dropdown-menu{
    position: static;
    background: #18595d;
    z-index: auto;
}

@media (min-width: 1200px){
  .navbar-nav .nav-item{ position: relative; }

  .navbar-nav .nav-item .dropdown-menu{
      position: absolute;
      top: 90%;
      left: 0;
      right: 0;
      background: #18595d;
      z-index: 200;
  }
}

.dropdown-item{
  color: rgba(255,255,255,.9);
  padding: .65rem 1rem;
}

.dropdown-item:hover,
.dropdown-item:focus{
  color: #fff;
  background: rgba(255,255,255,.10);
}


.animate__fadeOutUp,
.animate__fadeOutDown,
.animate__fadeOutLeft,
.animate__fadeOutRight,
.animate__fadeOutTopRight,
.animate__fadeOutTopLeft,
.animate__fadeOutBottomRight,
.animate__zoomOut,
.hidden-before-animation {
  opacity: 0;
  pointer-events: none;
  transform: none !important;
}

.is-visible {
  opacity: 1 !important;
  pointer-events: auto;
}

/* Scope optionnel */
ul.icon-list {
  --circle-size: 44px;
  --icon-size: 20px;
}

ul.icon-list .icon-circle{
  /* empêche le flex de l'étirer */
  flex: 0 0 var(--circle-size);
  width: var(--circle-size);
  /* garantit le carré même si quelque chose tente d’écraser la hauteur */
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 9999px;
  display: grid;
  place-items: center;
  box-sizing: content-box; /* évite qu’un border/padding déforme */
  padding: 0; border: 0;
}

ul.icon-list .icon-circle i{
  font-size: var(--icon-size);
  line-height: 1;
  width: 1em; height: 1em;
  text-align: center;
  display: inline-block;
}

/* couleurs, inchangées */
.bg-blue-light { background:#e3f2fd; }
.bg-orange-light { background:#fff8ed; }
.icon-blue { color:#2674a0; }
.icon-orange { color:#f3911b; }


.dropdown-menu{
	top: 90%;
    left: -5px;
}

/***** Multi-level dropdown *****/
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -0.25rem;
  margin-left: 0;
  background: #02a0c0;
  border:0px
}

.dropdown-submenu > .dropdown-menu a{background-color: white;}

/* Optionnel: ouverture au survol sur desktop */
@media (min-width: 992px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .dropdown-submenu:hover > .dropdown-menu {
    display: block;
  }
}


/* MARQUEE HORIZONTAL */
.marquee {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}

.marquee-track {
  display: inline-flex;          /* ou flex; les deux vont */
  animation: marquee-x 15s linear infinite;
}

.marquee-track span {
  display: inline-flex;          /* flex pour bien enchaîner les images */
  align-items: center;
  padding-right: 2rem;          /* espace à droite du bloc de logos */
}

/* Animation horizontale sans blanc (2 copies => -50%) */
@keyframes marquee-x {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Pause au survol */
.marquee:hover .marquee-track {
  animation-play-state: paused;
}


/* MARQUEE VERTICAL */
.marquee-vertical {
  height: 30px;                 /* hauteur de la fenêtre visible */
  overflow: hidden;
  box-sizing: border-box;
}

.marquee-vertical-track {
  display: flex;
  flex-direction: column;
  animation: marquee-y 15s linear infinite;
}

.marquee-vertical-track div {
  line-height: 30px;            /* même que la hauteur pour une ligne bien centrée */
}

/* 2 blocs identiques l'un sous l'autre => -50% */
@keyframes marquee-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50%);
  }
}

/* Option : pause aussi au survol du vertical */
.marquee-vertical:hover .marquee-vertical-track {
  animation-play-state: paused;
}


/* --- SECTION CONTACT : grosse carte split gauche/droite --- */

#section-contact {
  background: linear-gradient(125deg, #ffffff 10%, #e6f8f8 40%, #ffffff 60%, #e6f8f8 120%) !important;
  padding-bottom: 50px;
}

/* Conteneur global centrÃ© */
#section-contact .contact-shell {
  max-width: 1770px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Carte principale : 1 bloc, 2 colonnes */
#section-contact .contact-main-card {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  /* border-radius: 1.5rem; */
  /* overflow: hidden; */
  /* box-shadow: 0 18px 48px rgba(0, 0, 0, 0.25); */
  min-height: 360px;
}

/* --- COLONNE GAUCHE : CARTE --- */

#section-contact .contact-main-map {
  flex: 1 1 55%;
  position: relative;
  min-height: 360px;
}

#section-contact .contact-main-map #map {
  width: 100%;
  height: 100%;
  min-height: 360px;
  background-image: url('https://c.basemaps.cartocdn.com/light_all/17/66341/45198@2x.png');
  background-size: cover;
  background-position: center;
}

/* Cartouche d'adresse sur la carte */
#section-contact .contact-main-map .map-info {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: #ffffff;
  border-radius: 1rem;
  padding: 0.9rem 1.1rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  max-width: 320px;
}

#section-contact .contact-main-map .map-info .text-secondary {
  color: #196c91 !important;
}

#section-contact .contact-main-map .map-info .font-weight-bold {
  color: #04292b !important;
}

#section-contact .contact-main-map .map-location-icon {
  color: #1b858f;
  font-size: 1.5rem;
  margin-left: 0.8rem;
}

/* --- COLONNE DROITE : FORMULAIRE --- */

#section-contact .contact-main-form {
  flex: 1 1 45%;
  background: linear-gradient(120deg, #ffffff 60%, #e6f8f8 120%);
  border-left: 8px solid #1b858f;
  padding: 2.4rem 2.1rem 2.4rem 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#section-contact .contact-main-form h2 {
  color: #04292b;
  font-family: 'Anton', sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-bottom: 0.6rem;
}

#section-contact .contact-main-form .contact-modern-lead {
  color: #196c91;
  font-size: 1.03rem;
  margin-bottom: 1.5rem;
}

/* Champ + labels */
#section-contact .contact-main-form label {
  color: #196c91;
  font-weight: 500;
  font-size: 0.95rem;
}

#section-contact .contact-main-form .form-control {
  border-radius: 1.2rem;
  border: 1.5px solid #e6f8f8;
  background: #fafdff;
  color: #04292b;
  font-size: 0.98rem;
  transition: border 0.18s, box-shadow 0.18s;
}

#section-contact .contact-main-form .form-control:focus {
  border-color: #1b858f;
  box-shadow: 0 0 0 2px rgba(27,133,143,0.10);
}

/* Bouton principal */
#section-contact .contact-main-form .btn-primary {
  background: #1b858f;
  border-color: #1b858f;
  color: #fff;
  font-weight: bold;
  border-radius: 2rem;
  box-shadow: 0 2px 8px 0 rgba(4,41,43,0.10);
  transition: background 0.18s, color 0.18s, border 0.18s, transform 0.18s;
}

#section-contact .contact-main-form .btn-primary:hover {
  background: #196c91;
  border-color: #196c91;
  transform: translateY(-1px);
}

/* Petite sÃ©paration sous le bouton */
#section-contact .contact-main-form hr {
  border-top: 1.5px solid #e6f8f8;
}

/* --- RESPONSIVE --- */

@media (max-width: 991.98px) {
  #section-contact {
    padding: 3rem 0;
  }
  #section-contact .contact-shell {
    padding: 0 1rem;
  }
  #section-contact .contact-main-card {
    flex-direction: column;
  }
  #section-contact .contact-main-map {
    min-height: 260px;
  }
  #section-contact .contact-main-map #map {
    min-height: 260px;
  }
  #section-contact .contact-main-form {
    border-left: none;
    border-top: 6px solid #1b858f;
    padding: 1.8rem 1.4rem 1.6rem 1.4rem;
  }
}

@media (max-width: 767.98px) {
  #section-contact .contact-main-map .map-info {
    left: 12px;
    right: 12px;
    bottom: 12px;
    max-width: 100%;
    padding: 0.7rem 0.8rem;
  }
  #section-contact .contact-main-form h2 {
    font-size: 1.6rem;
  }
}


/* Modernisation du bloc Contactez-nous (section-contact-supplementary) */
.contactez-nous-ia-card {
  background: linear-gradient(120deg, #ffffff 60%, #e6f8f8 120%);
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px 0 rgba(4,41,43,0.13);
  padding: 2.2rem 2rem 2rem 2rem;
  border-left: 6px solid #1b858f;
  transition: box-shadow 0.18s, transform 0.18s;
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contactez-nous-ia-card:hover {
  box-shadow: 0 12px 36px 0 rgba(27,133,143,0.18);
  transform: translateY(-4px) scale(1.015);
}
.contactez-nous-ia-card .contact-icon {
  background: #e6f8f8;
  color: #1b858f;
  font-size: 2.2rem;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px 0 rgba(4,41,43,0.10);
}
.contactez-nous-ia-card h5 {
  color: #196c91 !important;
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 1.15rem;
}
.contactez-nous-ia-card p {
  color: #04292b !important;
  font-weight: 600;
  font-size: 1.01rem;
  margin-bottom: 0;
}
.contactez-nous-ia-card .contact-label {
  color: #196c91;
  font-size: 0.98rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
}
@media (max-width: 991.98px) {
  .contactez-nous-ia-card {
    padding: 1.3rem 1rem 1.2rem 1rem;
    border-radius: 1rem;
  }
}
@media (max-width: 767.98px) {
  .contactez-nous-ia-card {
    margin-bottom: 1.2rem;
    padding: 1rem 0.5rem;
  }
}


/* Modernisation des marquees partenaires */
.marquee-modern {
  background: linear-gradient(90deg, #e6f8f8 0%, #ffffff 100%);
  border-radius: 1.2rem;
  box-shadow: 0 4px 18px 0 rgba(4,41,43,0.07);
  padding: 0.7rem 0.5rem;
  margin-bottom: 1.2rem;
  overflow: hidden;
  position: relative;
  border-left: 5px solid #1b858f;
  border-right: 5px solid #1b858f;
}
.marquee-modern .owl-carousel .item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;              /* avant 60px */
  transition: transform 0.18s;
}
.marquee-modern .owl-carousel .item img {
  max-height: 90px;          /* avant 70px */
  max-width: 220px;          /* avant 170px */
  filter: grayscale(0.15) brightness(0.98) drop-shadow(0 2px 8px rgba(27,133,143,0.08));
  transition: filter 0.18s, transform 0.18s;
  background: #fff;
  border-radius: 0.7rem;
  padding: 0.3rem 0.8rem;    /* ajusté pour laisser plus de place au logo */
}
.marquee-modern .owl-carousel .item img:hover {
  filter: none;
  transform: scale(1.08);
  background: #e6f8f8;
}
@media (max-width: 767.98px) {
  .marquee-modern {
    padding: 0.5rem 0.2rem;
    border-radius: 0.7rem;
  }
  .marquee-modern .owl-carousel .item {
    height: 70px;            /* plus haut sur mobile aussi */
  }
  .marquee-modern .owl-carousel .item img {
    max-width: 140px;        /* avant 110px */
    max-height: 65px;        /* avant 50px */
    padding: 0.2rem 0.5rem;
  }
}

/* Nouveau design section "Qui sommes-nous" */
#section-about-us {
  background: linear-gradient(120deg, #ffffff 60%, #e6f8f8 120%);
  position: relative;
  overflow: hidden;
}
#section-about-us .about-bg-shape {
  position: absolute;
  top: -80px;
  right: -120px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle at 60% 40%, #1b858f 0%, #196c91 60%, #04292b 100%);
  opacity: 0.10;
  z-index: 1;
  border-radius: 50%;
}
#section-about-us .about-content {
  position: relative;
  z-index: 2;
}
#section-about-us .about-title {
  font-family: 'Anton', sans-serif;
  font-size: 2.2rem;
  color: #04292b;
  letter-spacing: 0.02em;
  font-weight: bold;
}
#section-about-us .about-lead {
  color: #196c91;
  font-size: 1.18rem;
  margin-bottom: 2rem;
}
#section-about-us .about-features {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 0;
}
#section-about-us .about-feature-card {
  background: #fff;
  border-radius: 1.1rem;
  box-shadow: 0 4px 18px 0 rgba(4,41,43,0.07);
  padding: 1.3rem 1.2rem 1.1rem 1.2rem;
  margin-right: 1.2rem;
  margin-bottom: 1.2rem;
  flex: 1 1 46%;
  min-width: 220px;
  max-width: 340px;
  border-left: 5px solid #1b858f;
  position: relative;
  transition: box-shadow 0.18s, transform 0.18s;
}
#section-about-us .about-feature-card:hover {
  box-shadow: 0 8px 32px 0 rgba(27,133,143,0.13);
  transform: translateY(-4px) scale(1.025);
}
#section-about-us .about-feature-icon {
  width: 44px;
  height: 44px;
  background: #e6f8f8;
  color: #1b858f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 0.7rem;
}
#section-about-us .about-feature-title {
  font-weight: bold;
  color: #196c91;
  font-size: 1.08rem;
  margin-bottom: 0.3rem;
}
#section-about-us .about-feature-desc {
  color: #04292b;
  font-size: 0.97rem;
  margin-bottom: 0;
}
#section-about-us .about-actions {
  margin-top: 2.2rem;
}
#section-about-us .about-img-col {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-about-us .about-img-col img {
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px 0 rgba(4,41,43,0.13);
  max-width: 95%;
  border: 6px solid #fff;
}
@media (max-width: 991.98px) {
  #section-about-us .about-title {
    font-size: 1.6rem;
  }
  #section-about-us .about-feature-card {
    min-width: 180px;
    max-width: 100%;
  }
  #section-about-us .about-img-col {
    margin-top: 2rem;
  }
}
@media (max-width: 767.98px) {
  #section-about-us .about-features {
    flex-direction: column;
    gap: 0.7rem 0;
  }
  #section-about-us .about-feature-card {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  #section-about-us .about-img-col img {
    border-radius: 1rem;
  }
  #section-about-us .about-bg-shape {
    display: none;
  }
}

/* Harmonisation des cartes WE Build et Robotics */
.we-card-offer-harmonized {
  background-image: url('/uploads/home_bg/homepage.png') !important;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px 0 rgba(4,41,43,0.13);
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
  padding: 2.5rem 1.5rem 2rem 1.5rem;
}
.we-card-offer-harmonized::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4,41,43,0.70) 0%, rgba(27,133,143,0.85) 100%);
  z-index: 1;
}
.we-card-offer-harmonized .we-offer-logo {
  position: relative;
  z-index: 2;
  margin-bottom: 1.2rem;
  max-width: 140px;
  height: auto;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.18));
}
.we-card-offer-harmonized .lead,
.we-card-offer-harmonized h5 {
  position: relative;
  z-index: 2;
  color: #fff !important;
  text-align: center;
}
.we-card-offer-harmonized .btn {
  position: relative;
  z-index: 2;
  margin-top: 1.2rem;
  font-weight: bold;
  border-radius: 2rem;
  border: 2px solid #1b858f;
  background: #1b858f;
  color: #fff;
  transition: background 0.18s, color 0.18s, border 0.18s;
}
.we-card-offer-harmonized .btn:hover {
  background: #196c91;
  color: #fff;
  border-color: #196c91;
}
@media (max-width: 991.98px) {
  .we-card-offer-harmonized {
    min-height: 220px;
    padding: 1.5rem 1rem 1.2rem 1rem;
  }
  .we-card-offer-harmonized .we-offer-logo {
    max-width: 100px;
  }
}

/* Harmonisation des backgrounds et couleurs selon la charte */
#section-home {
  background: url('/uploads/home_bg/homepage.webp') center center/cover no-repeat, #04292b !important;
  height:100vh;
}
#section-home .btn-outline-light {
  border-color: #1b858f;
  color: #ffffff;
  background: transparent;
  transition: background 0.18s, color 0.18s, border 0.18s;
}
#section-home .btn-outline-light:hover {
  background: #1b858f;
  color: #fff;
  border-color: #1b858f;
}
#section-home .btn-light {
  background: #1b858f;
  color: #fff;
  border: 2px solid #1b858f;
  transition: background 0.18s, color 0.18s, border 0.18s;
}
#section-home .btn-light:hover {
  background: #196c91;
  color: #fff;
  border-color: #196c91;
}

/* Cartes Build et Robotics avec backgrounds spécifiques */
.we-card-offer-harmonized.we-build-bg {
  background-image: url('/uploads/bg_cards/we-build-bg-card.png') !important;
}
.we-card-offer-harmonized.we-robotics-bg {
  background-image: url('/uploads/bg_cards/we-robotics-bg-card.png') !important;
}

/* Section partenaires : fond plus doux, couleurs harmonisées */
#section-partners {
  background: linear-gradient(120deg, #e6f8f8 60%, #ffffff 120%) !important;
}
#section-partners h2 {
  color: #1b858f !important;
}
.section-partners-separator .separator-icon {
  color: #1b858f;
}
#section-partners .display-4.text-primary {
  color: #196c91 !important;
}

/* Section projets : fond harmonisé */
#section-project {
  background: linear-gradient(120deg, #ffffff 60%, #e6f8f8 120%) !important;
}
#section-project h2 {
  color: #04292b !important;
}
#section-project .text-primary {
  color: #1b858f !important;
}

/* Section news : titres et boutons */
#section-news h2 {
  color: #1b858f !important;
}
#section-news .btn-primary {
  background: #1b858f;
  border-color: #1b858f;
}
#section-news .btn-primary:hover {
  background: #196c91;
  border-color: #196c91;
}

/* Section contact supplémentaire */
#section-contact-supplementary {
  background: #e6f8f8;
}
#section-contact-supplementary h2 {
  color: #1b858f !important;
}
#section-contact-supplementary .contact-icon {
  color: #1b858f;
  font-size: 2rem;
  margin-right: 1rem;
}
#section-contact-supplementary .font-weight-bold {
  color: #04292b !important;
}
#section-contact-supplementary h5 {
  color: #196c91 !important;
}

/* Bouton "VOIR TOUS NOS PRODUITS" couleur charte */
#section-about-us .about-actions .btn-products-charte {
  background: #1b858f;
  color: #fff;
  border: 2px solid #1b858f;
  font-weight: bold;
  border-radius: 2rem;
  transition: background 0.18s, color 0.18s, border 0.18s;
  box-shadow: 0 2px 8px 0 rgba(4,41,43,0.10);
}
#section-about-us .about-actions .btn-products-charte:hover {
  background: #196c91;
  color: #fff;
  border-color: #196c91;
}

/* Correction centrage vertical des cartes WE Build et WE Robotics */
#section-about-us .row.we-cards-row {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
#section-about-us .row.we-cards-row > [class^="col"] {
  display: flex;
  align-items: stretch;
}
#section-about-us .we-card-offer-harmonized {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: between;
}
@media (max-width: 991.98px) {
  #section-about-us .row.we-cards-row {
    flex-direction: column;
    align-items: stretch;
  }
  #section-about-us .row.we-cards-row > [class^="col"] {
    margin-bottom: 1.5rem;
  }
}

/* Modernisation "Ils nous font confiance" */
#section-partners .partners-modern-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.5rem;
}
#section-partners .partners-modern-header .fa-handshake {
  color: #1b858f;
  font-size: 2.6rem;
  margin-bottom: 0.7rem;
  background: #e6f8f8;
  border-radius: 50%;
  padding: 0.7rem 1rem;
  box-shadow: 0 2px 8px 0 rgba(27,133,143,0.10);
}
#section-partners .partners-modern-header h2 {
  font-family: 'Anton', sans-serif;
  font-size: 2.1rem;
  color: #04292b !important;
  font-weight: bold;
  letter-spacing: 0.01em;
  margin-bottom: 0.3rem;
}
#section-partners .partners-modern-header .partners-modern-lead {
  color: #196c91;
  font-size: 1.08rem;
  margin-bottom: 0;
  text-align: center;
  max-width: 600px;
}
@media (max-width: 767.98px) {
  #section-partners .partners-modern-header h2 {
    font-size: 1.3rem;
  }
  #section-partners .partners-modern-header .fa-handshake {
    font-size: 1.7rem;
    padding: 0.4rem 0.7rem;
  }
}

/* Modernisation des chiffres-clés */
#section-partners .partners-keyfigures-modern {
  background: linear-gradient(90deg, #e6f8f8 0%, #ffffff 100%);
  border-radius: 1.2rem;
  box-shadow: 0 4px 18px 0 rgba(4,41,43,0.07);
  padding: 2.2rem 1.2rem 1.2rem 1.2rem;
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}
#section-partners .partners-keyfigures-modern .keyfig-card {
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 2px 8px 0 rgba(27,133,143,0.08);
  padding: 1.1rem 0.7rem 0.8rem 0.7rem;
  margin-bottom: 1.2rem;
  transition: box-shadow 0.18s, transform 0.18s;
  border-left: 5px solid #1b858f;
  position: relative;
}
#section-partners .partners-keyfigures-modern .keyfig-card:hover {
  box-shadow: 0 8px 24px 0 rgba(27,133,143,0.13);
  transform: translateY(-3px) scale(1.03);
}
#section-partners .partners-keyfigures-modern .keyfig-icon {
  color: #1b858f;
  font-size: 2.1rem;
  margin-bottom: 0.5rem;
  background: #e6f8f8;
  border-radius: 50%;
  padding: 0.5rem 0.8rem;
  display: inline-block;
}
#section-partners .partners-keyfigures-modern .keyfig-value {
  color: #196c91;
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
  font-family: 'Anton', sans-serif;
}
#section-partners .partners-keyfigures-modern .keyfig-label {
  color: #04292b;
  font-size: 1.01rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #section-partners .partners-keyfigures-modern {
    padding: 1.2rem 0.5rem 0.7rem 0.5rem;
  }
}
@media (max-width: 767.98px) {
  #section-partners .partners-keyfigures-modern {
    padding: 0.7rem 0.2rem 0.2rem 0.2rem;
    border-radius: 0.7rem;
  }
  #section-partners .partners-keyfigures-modern .keyfig-card {
    padding: 0.7rem 0.3rem 0.5rem 0.3rem;
    border-radius: 0.7rem;
  }
  #section-partners .partners-keyfigures-modern .keyfig-value {
    font-size: 1.3rem;
  }
  #section-partners .partners-keyfigures-modern .keyfig-icon {
    font-size: 1.2rem;
    padding: 0.3rem 0.5rem;
  }
}

#section-news .object-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;        /* garde les proportions, remplit le bloc */
  object-position: center;  /* centre l'image */
  display: block;
}


.actu {
  background: #f5f7fa;
  padding: 3rem 0;
}

.actu > .container {
  background: #ffffff;
  padding: 2.5rem 2rem;
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

@media (min-width: 992px) {
  .actu > .container {
    padding: 3rem 3rem;
  }
}



/* Bouton / badge de partage (si utilisé) */
.news_share {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: linear-gradient(135deg, #076ca0, #0092c7);
  color: #fff;
  padding: 6px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 999px;
  border: none;
  box-shadow: 0 10px 20px rgba(7, 108, 160, 0.35);
  text-align: right;
  text-decoration: none;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.news_share i {
  font-size: 0.9rem;
}

.news_share:hover {
  background: linear-gradient(135deg, #055679, #007aa3);
  box-shadow: 0 14px 26px rgba(7, 108, 160, 0.45);
  transform: translateY(-1px);
}

/* Rubrique / date sous la vignette */
.news_rubrique {
  font-size: 0.8rem;
  text-align: right;
  display: block;
  color: #076ca0;
  font-weight: 700;
  padding: 4px 0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.news_date {
  font-size: 0.8rem;
  text-align: right;
  display: block;
  color: #6b7280;
  padding: 2px 0 4px;
}

.share_buttons {
    display: flex;
    gap: .5rem;
    margin-top: .5rem;
}

.btn-share {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 16px;
    transition: 0.2s ease;
	color: #1b858f;
}

.btn-share:hover,
.btn-share:focus,
.btn-share:active {
    text-decoration: none !important;
    background: #f7f7f7;
    transform: translateY(-2px);
}



.actu .gallery_container {
  display: flex;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}

.actu .gallery_item {
  width: 250px;
  height: 150px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 0.3rem 0.3rem #1b858f, -0.3rem -0.3rem #0a393b;
}

.actu .gallery_item img {
  width: 250px;
  height: 150px;
  object-fit: cover;
  object-position: 50% 50%;
  transition: all 0.2s ease-in-out;
}

.actu .gallery_item:hover img {
  transform: scale(2) rotate3d(1, 1, 1, 15deg);
}

.honeypot-field {
    position: absolute;
    left: -9999px;
    top: -9999px;
    height: 0;
    width: 0;
    overflow: hidden;
}

* .container { max-width: 1770px; }
.first_last_news{ min-height: 505px; }
@media (max-width: 992px) { .first_last_news{ min-height: 290px; } }

/* SECTION SUPPORT & ASSISTANCE */

.support-section {
    position: relative;
    overflow: hidden;
}

/* Header */

.support-header {
    max-width: 700px;
    margin: 0 auto 2rem auto;
}

.support-header-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: rgba(4, 41, 43, 0.06);
    margin-bottom: 0.75rem;
}

.support-header-icon i {
    font-size: 1.6rem;
}

.support-title {
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 1.3rem;
}

.support-subtitle {
    font-size: 0.95rem;
    color: #6c757d;
}

/* Grille & cartes */

.support-grid {
    row-gap: 1.5rem;
}

.support-card {
    background: #ffffff;
    border-radius: 1.25rem;
    padding: 2rem 1.7rem;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    border: 1px solid rgba(4, 41, 43, 0.06);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.support-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 45px rgba(0, 0, 0, 0.08);
    border-color: rgba(4, 41, 43, 0.18);
}

/* Icônes des cartes */

.support-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem auto;
    background: linear-gradient(135deg, #04292b, #0e6970);
    color: #ffffff;
    font-size: 1.4rem;
}

/* Titres & textes */

.support-card-title {
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.35rem;
}

.support-card-highlight {
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.75rem;
    color: #04292b;
}

.support-card-text {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 0;
}

/* Responsive */

@media (max-width: 767.98px) {
    .support-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .support-card {
        padding: 1.6rem 1.4rem;
    }

    .support-card-text {
        font-size: 0.9rem;
    }
}


.display-4 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}

/* ==========================
   PALETTE & BASE GÉNÉRALE
   ========================== */

:root {
  --we-color-main: #003841;
  --we-color-accent: #00636f;
  --we-color-text: #00333a;
  --we-color-border: #d1dde0;
  --we-color-border-soft: #e2e7ea;
  --we-color-bg-card: #ffffff;
  --we-color-bg-sub: #f4f6f6;
}

/* Section de contenu générique */
.we-section {
  font-family: "Roboto", Arial, sans-serif;
  color: var(--we-color-text);
}

/* Carte générique */
.we-main-card {
  background: rgb(255 255 255 / 75%);
  border: 1px solid var(--we-color-border);
  padding: 1.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

/* Bandeaux style PDF */
.we-top-banner {
  background: linear-gradient(90deg, var(--we-color-main), var(--we-color-accent));
  color: #fff;
  padding: 0.9rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.we-sub-banner {
  background: linear-gradient(90deg, #f4f6f6, #ffffff);
  border-bottom: 1px solid #dde3e5;
  padding: 0.8rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.we-sub-banner-label {
  font-weight: 800;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: var(--we-color-accent);
}

.we-sub-banner-line {
  flex: 1;
  height: 2px;
  background: linear-gradient(90deg, #d0d7d9, transparent);
}

/* ==========================
   BADGES / TITRES / LISTES
   ========================== */

.we-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.we-badge {
  background: var(--we-color-accent);
  color: #fff;
  font-size: 0.8rem;
  text-transform: uppercase;
  padding: 0.25rem 0.6rem;
  border-radius: 3px;
  font-weight: 600;
  letter-spacing: 0.03em;
}

/* Titre générique de bloc */
.we-main-title {
  font-size: 1.15rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--we-color-main);
  margin-bottom: 0.4rem;
}

/* Texte d’intro générique */
.we-intro {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 0.6rem;
}

/* Listes génériques */
.we-list {
  padding-left: 1.1rem;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

/* Titre de section */
.we-section-title {
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--we-color-accent);
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
}

/* ==========================
   TABLEAUX / SPEC GÉNÉRIQUES
   ========================== */

.we-spec-block-title {
  font-weight: 700;
  margin-bottom: 0.3rem;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.we-spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0.8rem;
  font-size: 0.9rem;
}

.we-spec-table thead th {
  background: var(--we-color-main);
  color: #ffffff;
  padding: 0.45rem 0.6rem;
  font-weight: 600;
  text-align: left;
}

.we-spec-table tbody th,
.we-spec-table tbody td {
  padding: 0.35rem 0.6rem;
  border-bottom: 1px solid var(--we-color-border-soft);
}

.we-spec-table tbody th {
  width: 50%;
  font-weight: 500;
}

/* ==========================
   FICHE PRODUIT
   ========================== */

.we-section-produit {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}

/* Carte produit = variante de .we-main-card */
.we-main-card.we-main-card-product {
  padding: 2rem 2.5rem;
}

.we-main-card-product .row {
  align-items: flex-start;
}

/* Titre produit (plus fort que .we-main-title) */
.we-product-title {
  margin: 0;                 /* reset h2 */
  font-size: 1.35rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--we-color-accent);
  white-space: wrap;
}

/* Meta produit (badges ref + catégorie) */
.we-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
}

.we-product-meta .we-badge {
  font-size: 0.75rem;
  padding: 0.25rem 0.55rem;
}

/* ==========================
   GALERIE PRODUIT (CAROUSEL)
   ========================== */

.we-product-gallery {
  width: 100%;
}

/* Centrage global des slides dans le stage Owl */
.we-product-gallery .owl-stage {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;  /* centre horizontalement les .owl-item */
  align-items: center;      /* centre verticalement les .owl-item */
}

/* Chaque slide du carrousel */
.we-product-gallery .owl-item {
  /* Owl gère la largeur, pas de height fixe */
  display: flex;                 /* pour que le wrapper prenne toute la hauteur */
  align-items: center;
  justify-content: center;
}

/* Wrapper centré dans le slide */
.we-product-gallery-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0; /* petit espace autour de l'image */
}

/* L'image se scale down sans être rognée */
.we-product-gallery img {
  max-width: 100%;
  max-height: 420px;   /* limite globale de hauteur desktop */
  width: auto;
  height: auto;
  object-fit: contain; /* jamais de rognage */
  border-radius: 4px;
  cursor: zoom-in;
}

/* Dots du carrousel */
.we-product-gallery .owl-dots {
  margin-top: 0.75rem;
  background: linear-gradient(90deg, #ffffff, rgb(11 57 59 / 4%), #ffffff);
}

/* ==========================
   TABLEAU INFOS FICHE PRODUIT
   ========================== */

.we-section-produit .we-spec-table {
  margin-top: 0.5rem;
}

/* On spécialise l’apparence des <th> dans le contexte fiche produit */
.we-section-produit .we-spec-table tbody th {
  background: #f4f8f9;
  color: var(--we-color-accent);
  font-weight: 600;
  width: 40%;
  border-bottom: 1px solid #e1eaec;
}

.we-section-produit .we-spec-table tbody td {
  border-bottom: 1px solid #e1eaec;
}

.we-section-produit .we-spec-table tbody tr:last-child th,
.we-section-produit .we-spec-table tbody tr:last-child td {
  border-bottom: none;
}

/* Bouton "Demander un devis" */
.we-section-produit .btn-primary.btn-sm {
  padding: 0.45rem 1.2rem;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* ==========================
   HERO PAGE PRODUIT – FOND GRAPHIQUE
   ========================== */

.we-product-hero {
  position: relative;
  padding: 3rem 0 0rem;
  overflow: hidden;
  background: #ffffff;
  min-height:57vh;
}

/* Bande horizontale pleine largeur sous le header */
.we-product-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 110px;
  width: 100%;
  background: linear-gradient(
    90deg,
    #003841 0%,
    #004954 40%,
    #00636f 100%
  );
}

/* Diagonale graphique à droite, type PDF */
.we-product-hero::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -160px;
  width: 520px;
  height: 520px;
  background: linear-gradient(
    135deg,
    rgba(0, 150, 170, 0.4),
    rgba(0, 150, 170, 0.1)
  );
  transform: rotate(45deg);
}

/* On s’assure que la fiche reste au-dessus du décor */
.we-product-hero .we-section-produit {
  position: relative;
  z-index: 1;
  margin-top: 1.8rem;
}

/* Ombre un peu plus marquée sur la fiche dans le hero */
.we-product-hero .we-main-card.we-main-card-product,
.we-product-hero .we-main-card {
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.12),
    0 4px 10px rgba(0, 0, 0, 0.06);position: relative;
    z-index: 1;
}

/* ==========================
   TITRE PRODUIT – SEO FRIENDLY
   ========================== */

.we-product-title-banner {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.6rem;
  background: linear-gradient(90deg, rgb(11 57 59 / 6%), #ffffff);
  padding: 5px 15px;
}

.we-product-title-line {
  flex: 1;
  height: 3px;
  background: linear-gradient(
    90deg,
    var(--we-color-accent),
    transparent
  );
}

@media (max-width: 575.98px) {
  .we-product-title-label {
    font-size: 1.15rem;
  }
}

/* ==========================
   GALERIE PRODUIT – FOND MIROIR
   ========================== */

.we-main-card .we-product-gallery {
  position: relative;
  padding: 1.2rem 1rem;
  border-radius: 6px;
  background:
    linear-gradient(
      180deg,
      #f8fbfc 0%,
      #eef4f6 45%,
      #ffffff 100%
    );
}

/* léger reflet central */
.we-main-card .we-product-gallery::before {
  content: "";
  position: absolute;
  inset: 8% 12% auto 12%;
  height: 70%;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 99, 111, 0.08) 0%,
    rgba(0, 99, 111, 0.02) 45%,
    rgba(0, 99, 111, 0) 70%
  );
  pointer-events: none;
}

/* micro ligne de sol (effet “socle”) */
.we-main-card .we-product-gallery::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 15%;
  right: 15%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 99, 111, 0.35),
    transparent
  );
  opacity: 0.6;
}

/* ==========================
   INDICATEUR SCROLL PRODUIT
   ========================== */

.we-scroll-indicator {
  display: flex;
  justify-content: center;
  margin-top: 1.8rem;
}

.we-scroll-indicator a {
  text-decoration: none;
  color: var(--we-color-accent);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

/* Texte optionnel */
.we-scroll-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  opacity: 0.7;
}

/* Cercle */
.we-scroll-arrow {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(0, 99, 111, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  animation: we-scroll-bounce 2.2s infinite;
}

/* Flèche */
.we-scroll-arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--we-color-accent);
  border-bottom: 2px solid var(--we-color-accent);
  transform: rotate(45deg);
  margin-top: -2px;
}

/* Animation douce (battement) */
@keyframes we-scroll-bounce {
  0%, 100% {
    transform: translateY(0);
    opacity: 0.8;
  }
  50% {
    transform: translateY(6px);
    opacity: 1;
  }
}

/* Hover discret */
.we-scroll-indicator a:hover .we-scroll-arrow {
  border-color: var(--we-color-accent);
}

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

@media (max-width: 991.98px) {

  .we-main-card.we-main-card-product {
    padding: 1.4rem 1.1rem;
  }

  .we-product-title {
    font-size: 1.2rem;
  }

  .we-product-hero {
    padding: 2.5rem 0 3rem;
  }

  .we-product-hero::before {
    height: 90px;
  }

  /* on réduit seulement la hauteur max des images, pas le conteneur */
  .we-product-gallery img {
    max-height: 320px;
  }
}

@media (max-width: 575.98px) {

  .we-top-banner,
  .we-sub-banner {
    padding: 0.7rem 1rem;
  }

  .we-main-card {
    padding: 1.1rem;
  }

  /* Carrousel plus compact sur mobile, toujours sans rognage */
  .we-product-gallery img {
    max-height: 240px;
  }
}


.we-compo-thumb {
    max-width: 60px;
    max-height: 60px;
    object-fit: scale-down;
    border-radius: 4px;
}


/*LISTE PRODUIT*/
:root{ --we-nav-h: 0px; }

.we-section-catalogue-liste{
  padding-top:1.5rem;
  padding-bottom:1.5rem;
  position:relative;
}

.we-main-card{
  border-radius:24px;
  background:#f8fafc;
  padding:1rem 1.2rem 1.6rem;
}

/* PANEL FILTRES (base) */
.we-filter-card{
  background:#ffffff;
  border-radius:18px;
  box-shadow:0 10px 25px rgba(15,23,42,.08);
  padding:1rem 1.25rem 1.25rem;
  margin-bottom:1.5rem;
  z-index:1050;
}

.we-filter-header{
	padding-bottom: 20px;
}

.we-filter-header-title{
  font-size:.95rem;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#64748b;
}

.we-filter-chipbar{
  display:flex;
  flex-wrap:wrap;
  gap:.35rem;
  margin-top:.35rem;
}

.we-filter-chip{
  font-size:.75rem;
  padding:.15rem .6rem;
  border-radius:999px;
  background:#e2e8f0;
  color:#0f172a;
}
.we-filter-chip strong{ font-weight:600; }

/* prix range wrapper */
.we-range-wrapper{
  padding:.35rem .6rem .6rem;
  border-radius:12px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
  overflow:visible;
}

.we-range-values{
  display:flex;
  justify-content:space-between;
  font-size:.75rem;
  color:#64748b;
  margin-bottom:.35rem;
}
.we-range-values span.value{
  font-weight:600;
  color:#0f172a;
}

/* =========================================================
   DOUBLE RANGE – VERSION PRO (sans doublons)
   - thumbs vont aux extrémités
   - piste va de centre à centre des thumbs
   ========================================================= */
.we-range-inputs{
  --we-thumb: 16px;
  --we-track: 6px;

  position:relative;
  height:32px;
}

/* piste unique */
.we-range-inputs::before{
  content:"";
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  left: calc(var(--we-thumb) / 2);
  right: calc(var(--we-thumb) / 2);
  height:var(--we-track);
  border-radius:999px;
  background:#e5e7eb;
  z-index:0;
}

/* inputs range superposés */
.we-range-inputs .we-range{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  margin:0;
  background:transparent;

  pointer-events:none;
  z-index:1;

  -webkit-appearance:none;
  appearance:none;
  overflow:visible;
}

/* piste native invisible (évite double piste Bootstrap) */
.we-range-inputs .we-range::-webkit-slider-runnable-track{
  height:var(--we-track);
  background:transparent;
  border:none;
}
.we-range-inputs .we-range::-moz-range-track{
  height:var(--we-track);
  background:transparent;
  border:none;
}
.we-range-inputs .we-range::-moz-range-progress{
  background:transparent;
}

/* thumbs */
.we-range-inputs .we-range::-webkit-slider-thumb{
  -webkit-appearance:none;
  appearance:none;
  width:var(--we-thumb);
  height:var(--we-thumb);
  border-radius:50%;
  background:#2563eb;
  border:2px solid #ffffff;
  box-shadow:0 0 0 1px rgba(15,23,42,.15);
  pointer-events:all;

  /* centre verticalement le thumb sur la piste */
  margin-top: calc((var(--we-track) - var(--we-thumb)) / 2);
}
.we-range-inputs .we-range::-moz-range-thumb{
  width:var(--we-thumb);
  height:var(--we-thumb);
  border-radius:50%;
  background:#2563eb;
  border:2px solid #ffffff;
  box-shadow:0 0 0 1px rgba(15,23,42,.15);
  pointer-events:all;
}

/* le range max au-dessus */
.we-range-inputs .we-range:last-child{ z-index:2; }

/* ATTRIBUTES PILLS */
.we-attr-pill-group{
  display:flex;
  flex-wrap:wrap;
  gap:.25rem;
  padding:.25rem .35rem .05rem;
  border-radius:12px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
}

.we-attr-pill{
  font-size:.75rem;
  border-radius:999px;
  padding:.15rem .55rem;
  cursor:pointer;
  user-select:none;
  border:1px solid transparent;
  color:#0f172a;
  background:#e2e8f0;
  transition:background .15s ease,color .15s ease,border-color .15s ease;
}
.we-attr-pill.is-active{
  background:#2563eb;
  color:#ffffff;
  border-color:#1d4ed8;
}

/* =========================================================
   CARTES PRODUITS
   ========================================================= */
.we-product-card{
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(15,23,42,.10);
  display:flex;
  flex-direction:column;
  height:100%;
  transition:transform .18s ease, box-shadow .18s ease;
}
.we-product-card:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 40px rgba(15,23,42,.18);
}

.we-product-thumb{
  position:relative;
  padding-top:70%;
  overflow:hidden;
  background:radial-gradient(circle at top left,#e5f0ff,#e2e8f0);
}
.we-product-thumb img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .4s ease;
}
.we-product-card:hover .we-product-thumb img{
  transform:scale(1.05);
}

/* body prend la hauteur restante => footer poussé en bas */
.we-product-body{
  padding:1rem 1.1rem 1.1rem;
  display:flex;
  flex-direction:column;
  gap:.4rem;
  flex:1;
}

.we-product-category{
  font-size:.7rem;
  text-transform:uppercase;
  letter-spacing:.09em;
  color:#6366f1;
  font-weight:600;
}

.we-product-name{
  font-size:1rem;
  font-weight:600;
  margin:0;
  color:#0f172a;
}

.we-product-price{
  font-size:.95rem;
  font-weight:600;
  color:#1b858f;
}

.we-price-badges{
  display:flex;
  flex-direction:column;
  gap:.18rem;
  margin-top:.35rem;
}

.we-price-badges .we-price-line{
  display:flex;
  align-items:baseline;
  gap:.45rem;
  line-height:1.1;
}

.we-price-badges .we-price-line.is-main .we-price-amount{
  font-size:1.05rem;
  font-weight:600;
  letter-spacing:-0.01em;
}

.we-price-badges .we-price-line.is-sub .we-price-amount{
  font-size:.86rem;
  font-weight:500;
  opacity:.78;
}

.we-price-badges .we-price-badge{
  font-size:.7rem;
  font-weight:700;
  padding:.12rem .45rem;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background:rgba(0,0,0,.03);
  opacity:.85;
  white-space:nowrap;
}

.we-price-badges .we-price-line.is-sub .we-price-badge{
  opacity:.7;
}



.we-product-excerpt{
  font-size:.8rem;
  color:#64748b;
  margin:.1rem 0 .25rem;
}

/* Footer en bas, ref au-dessus, actions en dessous */
.we-product-footer{
  margin-top:auto;
  display:flex;
  flex-direction:column;
  gap:.6rem;
}

/* Ref à gauche */
.we-product-ref{
  font-size:.75rem;
  color:#8a94a6;
  text-transform:uppercase;
  letter-spacing:.04em;
  align-self:flex-start;
  text-align:left;
}

/* Actions à droite (si wrapper dédié) */
.we-product-actions{
  display:flex;
  gap:.5rem;
  align-items:center;
  justify-content:flex-end;
  width:100%;
}

/* Compat HTML actuel: <div class="d-flex gap-2"> ... */
.we-product-footer > .d-flex{
  display:flex;
  gap:.5rem;
  align-items:center;
  justify-content:flex-end;
  width:100%;
}

/* Bouton voir détail */
.we-btn-detail{
  border-radius:8px;
  padding:.45rem .6rem;
  display:inline-flex;
  align-items:center;
  gap:.35rem;
  font-weight:500;
}

/* Bouton ajout panier (charte) */
.we-btn-cart{
  background-color:var(--we-primary, #1b858f) !important;
  border-color:var(--we-primary, #1b858f) !important;
  color:#fff !important;
  border-radius:8px;
  padding:.45rem .7rem;
  display:inline-flex;
  align-items:center;
  gap:.4rem;
  font-weight:500;
  transition:background-color .15s ease, transform .15s ease, box-shadow .15s ease;
}
.we-btn-cart:hover{
  background-color:#156e76 !important;
  border-color:#156e76 !important;
  color:#fff !important;
  transform:translateY(-1px);
  box-shadow:0 6px 14px rgba(0,0,0,.12);
}
.we-btn-cart i{ font-size:1rem; }

/* Fallback si le bouton n’a pas encore .we-btn-cart */
.we-product-card .we-add-to-cart{
  background-color:#1b858f !important;
  border-color:#1b858f !important;
  color:#fff !important;
}
.we-product-card .we-add-to-cart:hover{
  background-color:#156e76 !important;
  border-color:#156e76 !important;
  color:#fff !important;
}

/* Mobile: boutons full width */
@media (max-width:768px){
  .we-product-footer > .d-flex > *,
  .we-product-actions > *{
    flex:1 1 auto;
  }
}

/* =========================================================
   FILTERS (MOBILE)
   ========================================================= */
.we-filters-toggle-btn{ margin-bottom:.75rem; }

.we-filters-backdrop{
  position:fixed;
  inset:0;
  background:rgba(15,23,42,.45);
  opacity:0;
  pointer-events:none;
  transition:opacity .18s ease;
  z-index:1025;
}

/* FAB */
.we-filters-fab{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  border:1px solid rgba(148,163,184,.7);
  background:#fff;
  padding:.6rem .85rem;
  border-radius:999px;
  box-shadow:0 10px 25px rgba(15,23,42,.18);
  font-size:.9rem;
  line-height:1;
}
.we-filters-fab i{ font-size:1rem; }
body.we-filters-open .we-filters-fab{ border-color:rgba(37,99,235,.5); }

.we-filter-actions{ text-align:right; }

@media (max-width:360px){
  .we-filters-fab-text{ display:none; }
}

/* MOBILE TOP-SHEET */
@media (max-width:767.98px){
  .we-main-card{
    border-radius:18px;
    padding:.8rem .8rem 1.2rem;
  }

  .we-filters-toggle-btn:not(.we-filters-toggle-floating){ display:none; }

  .we-filters-toggle-floating{
    position:fixed;
    right:1rem;
    bottom:1rem;
    z-index:1060;
  }

  .we-filter-card{
    margin-bottom:0;
    position:fixed;
    left:0;
    right:0;
    top:var(--we-nav-h);
    height:calc(100dvh - var(--we-nav-h));
    overflow-y:auto;
    border-radius:0;
    transform:translateY(-105%);
    transition:transform .22s ease;
    padding-bottom:calc(72px + env(safe-area-inset-bottom));
    background:#fff;
  }

  body.we-filters-open .we-filter-card{ transform:translateY(0); }
  body.we-filters-open .we-filters-backdrop{
    opacity:1;
    pointer-events:auto;
  }

  .we-filter-actions{
    position:sticky;
    bottom:0;
    background:#fff;
    padding:.75rem;
    border-top:1px solid #e2e8f0;
    display:flex;
    justify-content:flex-end;
    gap:.5rem;
  }

  .we-filter-header{
    position:sticky;
    top:0;
    z-index:3;
    background:#fff;
  }
}

.we-filter-resultcount{
  margin-top:.25rem;
  font-size:.8rem;
  color:#64748b;
}
.we-filter-resultcount strong{ color:#0f172a; }

/* Pagination */
.we-pagination{
  display:flex;
  justify-content:center;
  gap:.35rem;
  margin-top:1rem;
  flex-wrap:wrap;
}
.we-page-btn{
  border:1px solid #e2e8f0;
  background:#fff;
  padding:.3rem .6rem;
  border-radius:.5rem;
  font-size:.85rem;
  cursor:pointer;
}
.we-page-btn.is-active{
  background:#2563eb;
  color:#fff;
  border-color:#1d4ed8;
}
.we-page-btn[disabled]{
  opacity:.5;
  cursor:not-allowed;
}

/* =========================================================
   CART CSS
   ========================================================= */
.we-cart-btn{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:34px;
  border-radius:10px;
  border:1px solid rgba(0,0,0,.12);
  background:rgba(255,255,255,.15);
  color:inherit;
  text-decoration:none;
  margin-left:15px;
}

.we-cart-badge{
  position:absolute;
  top:-6px;
  right:-6px;
  min-width:18px;
  height:18px;
  padding:0 5px;
  border-radius:999px;
  font-size:11px;
  line-height:18px;
  text-align:center;
  background:#dc3545;
  color:#fff;
}

/* qty */
.we-qty-wrap{ gap:4px; }
.we-qty-input{ width:70px; padding:.25rem; }

/* Totals box */
.we-total-box{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:12px;
  padding:12px 14px;
}
.we-total-table{
  width:100%;
  border-collapse:collapse;
}
.we-total-table th,
.we-total-table td{ padding:8px 6px; }
.we-total-table th{
  font-weight:600;
  text-align:left;
  white-space:nowrap;
}
.we-total-table td{ text-align:right; }
.we-total-row th,
.we-total-row td{
  border-top:1px solid rgba(0,0,0,.08);
  padding-top:10px;
}
.we-price small{ margin-left:6px; }

/* =========================================================
   COMPOSITION TABLE (DESKTOP)
   ========================================================= */
.we-table-responsive{
  width:100%;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  border-radius:12px;
}

.we-compo-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  background:#fff;
}

.we-compo-table thead th{
  position:sticky; /* optionnel */
  top:0;
  background:#0b3b45;
  color:#fff;
  font-weight:600;
  padding:12px 10px;
  white-space:nowrap;
}

.we-compo-table td{
  padding:12px 10px;
  border-bottom:1px solid rgba(0,0,0,.08);
  vertical-align:middle;
}

.we-col-pick{ width:44px; text-align:center; }
.we-col-photo{ width:70px; }
.we-col-qty{ width:70px; text-align:right; }
.we-col-type{ width:110px; }
.we-col-price{ width:110px; text-align:right; white-space:nowrap; }

.we-compo-thumb{
  width:48px;
  height:48px;
  object-fit:cover;
  border-radius:10px;
  border:1px solid rgba(0,0,0,.08);
}

.we-muted{ opacity:.7; font-size:.92em; }

/* checkbox stylée */
.we-compo-pick{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}
.we-compo-pick input{ display:none; }
.we-compo-check{
  width:18px;
  height:18px;
  border-radius:4px;
  border:2px solid rgba(0,0,0,.25);
  display:inline-block;
  position:relative;
}
.we-compo-pick input:checked + .we-compo-check{
  border-color:#0b3b45;
  background:#0b3b45;
}
.we-compo-pick input:checked + .we-compo-check::after{
  content:"";
  position:absolute;
  left:4px;
  top:0px;
  width:6px;
  height:10px;
  border:2px solid #fff;
  border-top:none;
  border-left:none;
  transform:rotate(45deg);
}

/* badges composition */
.we-compo-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:28px;
  height:22px;
  padding:0 8px;
  border-radius:8px;
  font-weight:600;
  font-size:12px;
}
.we-compo-badge-in{ background:#1f9d55; color:#fff; }
.we-compo-badge-gift{ background:#0ea5e9; color:#fff; }

/* Mobile: table -> cards */
@media (max-width:768px){
  .we-compo-table thead{ display:none; }

  .we-compo-table,
  .we-compo-table tbody,
  .we-compo-table tr,
  .we-compo-table td{
    display:block;
    width:100%;
  }

  .we-compo-table tr{
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius:14px;
    margin:0 0 10px 0;
    overflow:hidden;
  }

  .we-compo-table td{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    border-bottom:1px solid rgba(0,0,0,.06);
    padding:10px 12px;
  }

  .we-compo-table td::before{
    content:attr(data-label);
    font-weight:600;
    opacity:.7;
    margin-right:10px;
    flex:0 0 auto;
  }

  .we-compo-table td.we-col-pick::before,
  .we-compo-table td.we-col-photo::before{
    content:"";
    display:none;
  }

  .we-col-pick{ padding:12px; }
  .we-col-photo{ justify-content:flex-end; }
  .we-col-price,
  .we-col-qty{ text-align:right; }
}

/* =========================================================
   ACTIONS
   ========================================================= */
.we-actions{
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
}
.we-actions-right{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}
.we-actions-left{
  display:flex;
  align-items:center;
  justify-content:center;
}

@media (max-width:768px){
  .we-actions{ justify-content:stretch; }
  .we-actions-left{ width:100%; justify-content:center; }
  .we-actions-right{ width:100%; }
  .we-actions-right > *{ flex:1 1 auto; }
}

/* =========================================================
   VARIANT SELECTED (align design tables)
   ========================================================= */
.we-variant-selected{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:12px;
  padding:12px 14px;
  margin-top:10px;
}

.we-variant-selected-title{
  font-weight:600;
  color:var(--we-color-accent);
  margin-bottom:8px;
}

.we-variant-selected-table{
  width:100%;
  border-collapse:collapse;
  font-size:.95em;
}

.we-variant-selected-table th,
.we-variant-selected-table td{
  padding:8px 6px;
  border-top:1px solid rgba(0,0,0,.08);
}

.we-variant-selected-table tr:first-child th,
.we-variant-selected-table tr:first-child td{
  border-top:none;
}

.we-variant-selected-table th{
  font-weight:600;
  text-align:left;
  white-space:nowrap;
  opacity:.85;
  background:#f4f8f9;
  color:var(--we-color-accent);
  border-radius:6px;
}

.we-variant-selected-table td{
  text-align:right;
  white-space:nowrap;
}


/* HERO particules accentuées */
.hero-particles {
  z-index: 4;position: absolute;top: 35%;
}
.hero-particle {
  opacity: 0.18;
  filter: blur(0.5px);
  animation: heroParticleFloatWow 8s ease-in-out infinite alternate;
}
.hero-particle-1 {
  width: 58px; height: 58px;
  top: 12%; left: 8%;
  background: #1b858f;
  animation-delay: 0s;
}
.hero-particle-2 {
  width: 38px; height: 38px;
  top: 68%; left: 85%;
  background: #196c91;
  animation-delay: 2s;
}
.hero-particle-3 {
  width: 28px; height: 28px;
  top: 38%; left: 74%;
  background: #04292b;
  animation-delay: 1.2s;
}
.hero-particle-4 {
  width: 44px; height: 44px;
  top: 78%; left: 13%;
  background: #1b858f;
  animation-delay: 3.1s;
}
@keyframes heroParticleFloatWow {
  0% { transform: translateY(0) scale(1); }
  100% { transform: translateY(-40px) scale(1.15); }
}
/* HERO fond vague accentuée */
.hero-bg-wave svg path {
  fill: #1b858f !important;
  fill-opacity: 0.22 !important;
}
@media (max-width: 991.98px) {
  .hero-content-wow {
    align-items: center;
    text-align: center;
  }
  .hero-title-wow, .hero-lead-wow {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-btns-wow {
    justify-content: center;
  }
}

.hero-title-wow {
    color: #fff;
    text-shadow: 0 4px 24px rgba(27, 133, 143, 0.18);
    letter-spacing: 0.01em;
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 1.1rem;
    line-height: 1.13;
    background: linear-gradient(90deg, #1b858f 0%, #196c91 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-lead-wow {
  color: #eaf7fa;
  font-size: 1.18rem;
  margin-bottom: 2.1rem;
  font-weight: 400;
}


/* --- HERO overlay revisité & flèche WOW --- */
.hero-overlay-animated {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(135deg, rgba(4,41,43,0.93) 0%, rgba(27,133,143,0.72) 100%);
  opacity: 0.93;
  animation: heroOverlayFadeIn 1.2s cubic-bezier(.4,0,.2,1) 0.2s both;
}
@keyframes heroOverlayFadeIn {
  0% { opacity: 0; }
  100% { opacity: 0.93; }
}
.hero-cta-arrow-wow {
    position: absolute;
    left: 50%; 
    bottom: 120px;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    animation: heroCtaArrowBounceWow 2.2s cubic-bezier(.4, 0, .2, 1) infinite;
    transition: color 0.18s, background 0.18s, border-color 0.18s, box-shadow 0.18s;
    color: #1b858f;
    font-size: 2.7rem;
    background: linear-gradient(135deg, rgba(27, 133, 143, 0.13) 0%, rgba(25, 108, 145, 0.18) 100%);
    border-radius: 50%;
    box-shadow: 0 8px 32px rgba(25, 108, 145, 0.18), 0 2px 12px rgba(4, 41, 43, 0.09);
    padding: 1.1rem 1.5rem 0.9rem 1.5rem;
    border: 3.5px solid #1b858f;
    outline: 3px solid #196c91;
    outline-offset: 4px;
    width: 80px;
}
.hero-cta-arrow-wow:hover {
  color: #fff;
  background: linear-gradient(135deg, #196c91 0%, #1b858f 100%);
  border-color: #04292b;
  outline-color: #1b858f;
  box-shadow: 0 12px 40px rgba(27,133,143,0.22), 0 2px 12px rgba(4,41,43,0.13);
}
@keyframes heroCtaArrowBounceWow {
  0%, 100% { transform: translateX(-50%) translateY(0) scale(1); }
  20% { transform: translateX(-50%) translateY(18px) scale(1.08); }
  40% { transform: translateX(-50%) translateY(-14px) scale(1.04); }
  60% { transform: translateX(-50%) translateY(10px) scale(1.07); }
  80% { transform: translateX(-50%) translateY(-7px) scale(1.02); }
}
@media (max-width: 991.98px) {
  .hero-cta-arrow-wow {
    font-size: 2.1rem;
    padding: 0.7rem 1.1rem 0.5rem 1.1rem;
    /*bottom: 1.2rem;*/
	width:70px;
  }
}
@media (max-width: 767.98px) {
  .hero-cta-arrow-wow {
    font-size: 1.5rem;
    padding: 0.4rem 0.7rem 0.3rem 0.7rem;
   /* bottom: 0.7rem;*/
	width:45px;
  }
}
.about-bg-architect{
	position: absolute;
    width: 100%;
}



/* --- HERO overlay revisité & flèche WOW --- */
.hero-bg-wave {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.hero-content-wow-container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .hero-content-wow-container {
    position: static;
    width: 100%;
    height: auto;
    display: block;
  }
}
/* --- Section Présentation / Qui sommes-nous --- */
.about-archi-content-col {
  background: rgb(255 255 255 / 50%);
  border-radius: 1.5rem;
  box-shadow: 0 4px 32px rgba(27,133,143,0.07);
  padding: 2.5rem 2.2rem 2.2rem 2.2rem;
  margin-bottom: 2rem;
}
@media (max-width: 991.98px) {
  .about-archi-content-col {
    padding: 1.5rem 1rem 1.2rem 1rem;
  }
}
.about-title-archi {
  color: #04292b;
  font-size: 2.1rem;
  font-weight: 800;
  margin-bottom: 1.1rem;
  letter-spacing: 0.01em;
  line-height: 1.18;
}
.about-lead-archi {
  color: #196c91;
  font-size: 1.13rem;
  font-weight: 500;
  margin-bottom: 2.2rem;
  line-height: 1.6;
}
.about-features-archi {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2.2rem;
}
@media (max-width: 991.98px) {
  .about-features-archi {
    gap: 1rem;
  }
}
.about-feature-card-archi {
  flex: 1 1 210px;
  background: linear-gradient(120deg, #eaf7fa 0%, #f8fbfc 100%);
  border-radius: 1rem;
  box-shadow: 0 2px 12px rgba(27,133,143,0.07);
  padding: 1.2rem 1.1rem 1.1rem 1.1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 200px;
  min-height: 180px;
  border-left: 6px solid #1b858f;
  transition: box-shadow 0.18s, border-color 0.18s;
}
.about-feature-card-archi:hover {
  box-shadow: 0 8px 32px rgba(25,108,145,0.13);
  border-left: 6px solid #196c91;
}
.about-feature-icon-archi {
  font-size: 2.1rem;
  color: #1b858f;
  margin-bottom: 0.7rem;
  background: #eaf7fa;
  border-radius: 50%;
  padding: 0.5rem 0.7rem;
  box-shadow: 0 2px 8px rgba(27,133,143,0.09);
}
.about-feature-title-archi {
  font-weight: 700;
  color: #196c91;
  font-size: 1.13rem;
  margin-bottom: 0.4rem;
  letter-spacing: 0.01em;
}
.about-feature-desc-archi {
  color: #04292b;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.about-actions-archi .btn-products-charte {
  background: linear-gradient(90deg, #196c91 0%, #1b858f 100%);
  color: #fff;
  font-weight: 600;
  border: none;
  box-shadow: 0 2px 12px rgba(25,108,145,0.13);
  padding: 0.7rem 1.7rem;
  font-size: 1.07rem;
  margin-top: 0.7rem;
  transition: background 0.18s, color 0.18s;
}
.about-actions-archi .btn-products-charte:hover {
  background: #04292b;
  color: #fff;
}
/* Ajout d'un écart entre les deux boutons de la section-home */
.hero-btns-wow > a:not(:last-child) {
  margin-right: 1rem;
}
@media (max-width: 575.98px) {
  .hero-btns-wow > a:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}
/* --- Bloc technologie WE Robotics --- */
.technology-we-section {
  background: linear-gradient(90deg, rgb(234 247 250 / 20%) 0%, rgb(248 251 252 / 50%) 100%);
  border-radius: 1.5rem;
  box-shadow: 0 4px 32px rgba(27,133,143,0.07);
  padding: 2.5rem 2.2rem 2.2rem 2.2rem;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  position: relative;
  overflow: hidden;
}
.technology-we-title {
  color: #04292b;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1.1rem;
  letter-spacing: 0.01em;
  line-height: 1.18;
  display: flex;
  align-items: center;
}
.technology-we-title i {
  color: #1b858f;
  font-size: 1.6rem;
  margin-right: 0.7rem;
}
.technology-we-lead {
  color: #196c91;
  font-size: 1.13rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
  line-height: 1.6;
}
.technology-we-desc {
  color: #04292b;
  font-size: 1.07rem;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 991.98px) {
  .technology-we-section {
    padding: 1.5rem 1rem 1.2rem 1rem;
  }
  .technology-we-title {
    font-size: 1.5rem;
  }
}
/* --- Nouvelle illustration pour la colonne image de la section about --- */
.about-archi-img-col-custom {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  position: relative;
  z-index: 2;
}
.about-archi-img-col-custom .about-archi-img-owl {
  width: 370px;
  max-width: 100%;
  border-radius: 1.2rem;
  box-shadow: 0 8px 32px rgba(25,108,145,0.13);
  background: #fff;
  padding: 0.7rem 0.7rem 0.3rem 0.7rem;
}
@media (max-width: 1199.98px) {
  .about-archi-img-col-custom .about-archi-img-owl {
    width: 100%;
    max-width: 340px;
  }
}
.about-archi-img-caption {
  text-align: center;
  color: #196c91;
  font-size: 1.02rem;
  margin-top: 0.7rem;
  font-weight: 500;
}
/* Style pour les puces du carrousel */
.about-archi-img-owl .owl-dots {
  margin-top: 0.5rem;
  text-align: center;
}
.about-archi-img-owl .owl-dot span {
  width: 10px;
  height: 10px;
  background: #eaf7fa;
  display: inline-block;
  border-radius: 50%;
  margin: 0 4px;
  transition: background 0.2s;
}
.about-archi-img-owl .owl-dot.active span {
  background: #1b858f;
}


/* ✅ Badges style (panier compact) */
.we-price-badges{
  display:flex;
  flex-direction:column;
  gap:.12rem;
}

.we-price-badges .we-price-line{
  display:flex;
  align-items:baseline;
  gap:.4rem;
  line-height:1.1;
}

.we-price-badges .we-price-line.is-main .we-price-amount{
  font-size:.95rem;
  font-weight:600;
  letter-spacing:-0.01em;
}

.we-price-badges .we-price-line.is-sub .we-price-amount{
  font-size:.80rem;
  font-weight:500;
  opacity:.78;
}

.we-price-badges .we-price-badge{
  font-size:.66rem;
  font-weight:700;
  padding:.10rem .40rem;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background:rgba(0,0,0,.03);
  opacity:.85;
  white-space:nowrap;
}

.we-price-badges--totals .we-price-line.is-main .we-price-amount{
  font-size:1.05rem;
  font-weight:700;
}
.we-price-badges--totals .we-price-line.is-sub .we-price-amount{
  font-size:.88rem;
  font-weight:600;
}

/* cellule alignée à droite */
.we-price-right{
  text-align:right;
  white-space:nowrap;
}

/* MAIS contenu interne aligné à gauche */
.we-price-right .we-price-badges{
  display:inline-flex;        /* 🔑 garde le bloc à droite */
  flex-direction:column;
  align-items:flex-start;     /* 🔑 texte lisible */
  gap:.25rem;
}

/* tailles finales */
.we-price-badges--totals .we-price-line.is-main .we-price-amount{
  font-size:1.1rem;
  font-weight:700;
}

.we-price-badges--totals .we-price-line.is-sub .we-price-amount{
  font-size:.9rem;
  font-weight:600;
  opacity:.8;
}


@media (max-width:768px){

  /* 🔹 1er bloc = en-tête de carte */
  #we-cart-tbody tr td:first-child{
    background: linear-gradient(120deg, rgb(27 133 143) 10%, rgb(106 208 218) 50%, rgb(27 133 143) 120%);
    padding:14px 14px 12px;
    border-bottom:1px solid rgba(0,0,0,.08);
  }

  #we-cart-tbody tr td:first-child strong{
    font-size:.95rem;
    font-weight:700;
    letter-spacing:.01em;
  }

  #we-cart-tbody tr td:first-child .text-muted{
    font-size:.75rem;
    opacity:.75;
  }

  /* 🔹 éviter le label "Produit :" devant */
  #we-cart-tbody tr td:first-child::before{
    display:none;
  }

  /* 🔹 arrondis harmonisés */
  #we-cart-tbody tr td:first-child{
    border-top-left-radius:14px;
    border-top-right-radius:14px;
  }

}

.img-fade-right img {
  width: 100%;
  height: auto;
  -webkit-mask-image: linear-gradient(
    to left,
    transparent 0%,
    black 30%
  );
  mask-image: linear-gradient(
    to left,
    transparent 0%,
    black 30%
  );
}

#we-attr-filters{ display: contents; }

