@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;
}

.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: #065e91;
  border-color: #065e91;
}

.navbar-toggler .menubtn span:first-child {
  margin-top: 0;
}

.navbar-toggler .menubtn span {
  background-color: #041d38;
  display: block;
  height: 3px;
  margin-top: 5px;
  width: 26px;
}

nav.navbar ul li a {
  padding: 10px 15px !important;
  color: #065e91 !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: #065e91;
  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 .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.header_no_bg,
div.header_no_bg {
  padding: 144px 0 0 0;
}

.header_no_bg .title_h1 {
  background: #076ca0;
  color: #ffffff;
  padding: 30px 0px;
  text-transform: uppercase;
}

.header_no_bg .title_h4 {
  background: #ffffff;
  color: #076ca0;
  padding: 15px 0px;
}

.header_no_bg .title_h4 h4 {
  margin: 0px;
  font-size: 2.2rem;
}

.breadcrumb_container {
  position: relative;
  width: 100%;
  height: auto;
  bottom: 0;
  background: linear-gradient(120deg, rgb(7 108 160 / 90%) 0%, rgb(8, 172, 200) 100%);
  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: #ffffff;
}

.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;
}

.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;
}

.owl-prev:hover,
.owl-next:hover {
  background: rgba(114, 175, 177, 0.02) !important;
  color: #a41818 !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: rgb(6 94 145);
  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;
}

.news_share {
  background: #076ca0;
  color: white;
  padding: 5px 15px;
  text-align: right;
  border-radius: 5px;
}

.news_rubrique {
  font-size: 12px;
  text-align: right;
  display: block;
  color: #979797;
  font-weight: 700;
  padding: 5px;
}

.news_date {
  font-size: 12px;
  text-align: right;
  display: block;
  color: #979797;
  padding: 5px;
}

.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;
}

.flatpickr-calendar {
  background: #1d1e1c;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

.flatpickr-months {
  background-color: #076ca0;
  padding-bottom: 10px;
}

.flatpickr-months .flatpickr-month {
  color: white;
}

.flatpickr-monthDropdown-months option {
  background-color: #eaeaea !important;
  color: #1d1e1c;
  border: 0px !important;
  border-radius: 0px !important;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  filter: invert(100%);
}

.flatpickr-weekday {
  color: #ffffff !important;
}
.flatpickr-day,
.flatpickr-time input {
  color: #b5b5b5 !important;
}

.flatpickr-day:hover {
  color: #1d1e1c !important;
}

.flatpickr-day.selected {
  background: #076ca0 !important;
  border-color: #076ca0 !important;
  color: #ffffff !important;
}

.flatpickr-time input:focus {
  background: #ffffff !important;
  color: #1d1e1c !important;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  background: #1d1e1c !important;
  color: #343434 !important;
}

.flatpickr-day.range-start,
.flatpickr-day.range-end {
  color: #fff;
}

.flatpickr-day.inRange {
  background: #ffffff !important;
  border-radius: 0px !important;
  border: 0px !important;
  -webkit-box-shadow: -5px 0 0 #ffffff, 5px 0 0 #ffffff !important;
  box-shadow: -5px 0 0 #ffffff, 5px 0 0 #ffffff !important;
}

.fiche_auto h2.vehicule_h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 60px;
  color: #076ca0;
  font-size: 3rem;
  /*text-shadow: 2px 1px 1px #1d1e1c;*/
}

.fiche_auto .picto_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding-top: 30px;
}

.fiche_auto .picto_container span.picto {
  margin-bottom: 15px;
  margin-right: 15px;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}

.fiche_auto .picto_container span.picto:last-child {
  margin-right: 0px;
}

.fiche_auto .picto_container span.picto img {
  width: 32px;
  height: 32px;
}

.fiche_auto .description,
.fiche_auto .description p {
  font-size: 1.2rem;
  text-align: justify;
  hyphens: auto;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}

.fiche_auto .share_container {
  width: 100%;
  margin-top: 15px;
}

.fiche_auto .share_container .share_header,
.actu .share_container .share_header {
  background: #076ca0;
  color: white;
  padding: 5px 15px;
  text-align: right;
  border-radius: 5px 5px 0px 0px;
}

.fiche_auto .share_container .sharethis-inline-share-buttons,
.actu .share_container .sharethis-inline-share-buttons {
  border: 2px solid #076ca0;
  margin: 0;
  padding: 10px 10px;
}

.fiche_auto .options_header {
  font-weight: 600;
  font-size: 2.2rem;
  /*border-bottom: 1px dashed #1d1e1c;*/
}

.fiche_auto .item_label,
.fiche_auto .item_label_custom,
.fiche_auto .item_price,
.fiche_auto .item_selection {
  font-weight: 600;
  font-size: 1.5rem;
  border-bottom: 1px dashed #076ca0;
}

.fiche_auto .caret_down {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #076ca0;
  position: absolute;
  right: 15px;
  top: 36%;
}

.fiche_auto .reservation_btn {
  border: 1px solid #076ca0;
  background: #076ca0;
  color: white;
  font-size: 1.5rem;
  padding: 20px 40px;
}

@media (max-width: 767px) {
  .fiche_auto .options_header {
    font-size: 2rem;
  }

  .fiche_auto .item_label,
  .fiche_auto .item_label_custom,
  .fiche_auto .item_price,
  .fiche_auto .item_selection {
    font-size: 1rem;
  }

  .fiche_auto .caret_down {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 17px solid #076ca0;
    top: 38%;
  }
}

@media (max-width: 576px) {
  .fiche_auto .description,
  .fiche_auto .description p {
    font-size: 1.1rem;
  }

  .fiche_auto .options_header {
    font-size: 1.8rem;
  }

  .fiche_auto .item_label,
  .fiche_auto .item_label_custom,
  .fiche_auto .item_price,
  .fiche_auto .item_selection {
    font-size: 0.8rem;
  }

  .fiche_auto .caret_down {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #076ca0;
    top: 35%;
  }

  .fiche_auto .reservation_btn {
    font-size: 1.2rem;
  }
}

@media (max-width: 476px) {
  .fiche_auto .description,
  .fiche_auto .description p {
    font-size: 1rem;
  }

  .fiche_auto .options_header {
    font-size: 1.5rem;
  }

  .fiche_auto .item_label,
  .fiche_auto .item_price,
  .fiche_auto .item_selection {
    font-size: 0.8rem;
  }

  .fiche_auto .caret_down {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 13px solid #076ca0;
    top: 37%;
  }

  .fiche_auto .reservation_btn {
    font-size: 1rem;
  }
}

@media (max-width: 360px) {
  .fiche_auto .description,
  .fiche_auto .description p {
    font-size: 0.9rem;
  }

  .fiche_auto .options_header {
    font-size: 1.1rem;
  }

  .fiche_auto .item_label,
  .fiche_auto .item_label_custom,
  .fiche_auto .item_price,
  .fiche_auto .item_selection {
    font-size: 0.6rem;
  }

  .fiche_auto .reservation_btn {
    font-size: 0.8rem;
  }

  .fiche_auto .caret_down {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 13px solid #076ca0;
    top: 27%;
  }
}

.fiche_auto .item_label, .fiche_auto .item_label_custom {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.fiche_auto .item_price {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.fiche_auto .item_selection {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.fiche_auto .total_price {
  font-weight: 600;
  font-size: 2.2rem;
  color: #076ca0;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .fiche_auto .total_price {
    font-size: 1.8rem;
  }
}

@media (max-width: 500px) {
  .fiche_auto .total_price {
    font-size: 1.5rem;
  }
}

@media (max-width: 450px) {
  .fiche_auto .total_price {
    font-size: 1.2rem;
  }
}

@media (max-width: 360px) {
  .fiche_auto .total_price {
    font-size: 1rem;
  }
}

.fiche_auto .item_selection .checkbox {
  height: 40px;
  width: 40px;
}

.fiche_auto .item_selection .radio {
  height: 40px;
  width: 40px;
}

.fiche_auto .reservation {
  text-align: center;
}

.fiche_auto .reservation_btn:hover {
  background: #a90715;
}

.fiche_auto .row_opt:nth-child(odd) {
  background: rgb(29 30 28 / 3%);
}

.fiche_auto .row_opt:nth-child(even) {
  background: rgb(225 8 26 / 3%);
}

.fiche_auto .item_periode {
  margin-left: 5px;
}

.liste_auto,
.suggestions {
  padding-top: 30px;
  padding-bottom: 30px;
}

.liste_auto .item_container,
.suggestions .item_container {
  padding: 60px 15px 15px 15px;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100%;
}

.suggestions .item_container {
  margin: 15px 15px 20px 15px;
}

.liste_auto .item_container:hover,
.suggestions .item_container:hover {
  box-shadow: rgb(225 8 26 / 35%) 0px 5px 15px;
}

.liste_auto .item_container .img_holder,
.suggestions .item_container .img_holder {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

.liste_auto .type_vehicule,
.suggestions .type_vehicule {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #7f8080;
  color: #ffffff;
  border-radius: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}

.liste_auto .title,
.suggestions .title {
  text-align: center;
  margin-top: 30px;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
}

.liste_auto .sub_title,
.suggestions .sub_title {
  text-align: center;
  margin-top: 5px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
}

.liste_auto .price,
.suggestions .price {
  text-align: center;
  margin-top: 15px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #076ca0;
}

.liste_auto .hidden_panel,
.suggestions .hidden_panel {
  position: absolute;
  bottom: -85px;
  right: 0;
  background: #ffffff;
  padding: 10px 15px;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  height: 85px;
  text-align: center;
  transition: bottom 0.5s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}

.liste_auto .item_container:hover .hidden_panel,
.suggestions .item_container:hover .hidden_panel {
  bottom: 0px;
}

.liste_auto .hidden_panel a.go_fiche,
.suggestions .hidden_panel a.go_fiche {
  border: 1px solid #076ca0;
  background: #076ca0;
  color: white;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 15px;
}

.liste_auto .no_result,
.suggestions .no_result,
.liste_actu .no_result {
  text-align: center;
  color: #2d4156;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 15px;
}

.owl-item .content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 100%;
}

.liste_auto .content .img_holder,
.suggestions .content .img_holder {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}

.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;
}

.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 #1d1e1c, -0.3rem -0.3rem #076ca0;
}

.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);
}

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: #ffffff;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #076ca0;
  -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: 3px solid transparent;
  border-top-color: #f4992a;
  -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: 53%;
}

.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;
}

.header_no_bg .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;
}

.liste_actu .item_header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.liste_actu .item_categorie {
	background: rgb(243 145 28 / 24%);
    padding: 15px;
    color: #076ca0;
}

.liste_actu .item_categorie span {
  font-weight: 600;
}

.liste_actu .item_date {
  background: #076ca0;
  color: white;
  padding: 15px;
  font-weight: 600;
}

.liste_actu .item_title_container {
  width: 100%;
}

.liste_actu .item_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 15px 0px 15px;
  background: linear-gradient(120deg, rgb(106 158 189) 0%, rgb(32 171 199) 100%);
  color: #ffffff;
}

.liste_actu .item_title h4 {
  color: #ffffff;
}

.liste_actu .vignette {
  max-height: 150px;
}

.liste_actu .item_contenu {
	text-align: justify;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	border-left: 3px solid #02a0c0;
	padding: 10px 15px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 5px;
  
}

.liste_actu select {
	border: 0px;
    border-bottom: 1px solid;
    max-width: 250px;
	display: inline-block;
}

.border-bottom-pdashed {
  position: relative;
}

.border-bottom-pdashed::after {
	content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 2px;
    background-image: linear-gradient(to right, #f3903d 50%, transparent 50%);
    background-size: 10px 100%;
}

.pagination {
  display: flex;
  justify-content: center;
}

.pagination .page-item.active .page-link {
  background-color: #076ca0;
  border-color: #076ca0;
  color: #ffffff;
}

.pagination .page-item .page-link {
  color: #1d1e1c;
}

.pagination .page-item:hover .page-link {
  background-color: #1d1e1c;
  border-color: #1d1e1c;
  color: #ffffff;
}

.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;
  }
}
