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

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;
}

@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;
  /*background-color: rgb(255 255 255) !important;*/
  /*background-color: rgb(255 226 226 / 13%) !important;*/
  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: 12px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.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 !important;
  margin: 0 3px;
  border: 1px solid #076ca0 !important;
}
.owl-dots button.owl-dot.active {
  background-color: #076ca0 !important;
}
.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) !important;
}
.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{
    background: #02a0c0;
    font-size: 1.1rem;
    text-align: right;
    padding: 10px 20px;
    color: #065e91;
    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;
    font-display: swap;
    
}

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

.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{
	width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav {
		display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: row;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        align-items: center;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }
}
.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;
}

/* Conteneur global centrÃ© */
#section-contact .contact-shell {
  max-width: 1240px;
  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;
}
#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;
}

/* 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: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
}