@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
    --brand: #3289C7;
	--brand-2: #93c01f;
    --dark: #092032;
    --body: #516171;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    
}

@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
	font-size: 1.33333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: 0.14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

body {
    font-family: "Barlow", sans-serif;
    color: var(--body);
    line-height: 1.7;
}

h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 300;
    color: var(--dark);
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    width: 100%;
}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}

a:hover {
    color: var(--brand);
}

section {
    padding-top: 80px;
    padding-bottom: 80px;
}

button:focus{outline:none !important;
box-shadow:none !important;}

.text-brand {
    color: var(--brand) !important;
}


.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important; 
}

.owl-dot.active span{
    background-color: var(--brand) !important;
}


 /* home slide */
 .slide {
     min-height: 100vh;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}

.home-slider.owl-carousel {
  position: relative; }
.home-slider.owl-carousel .owl-item {
    opacity: 1; }
.home-slider.owl-carousel .owl-item.active {
      opacity: 1; }
.home-slider.owl-carousel .owl-dots {
    text-align: center; }
.home-slider.owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: #e6e6e6;
      position: relative; 
}
.owl-carousel .owl-dots .owl-dot:after {
        position: absolute;
        top: -2px;
        left: -2px;
        right: 0;
        bottom: 0;
        width: 14px;
        height: 14px;
        content: '';
        border: 1px solid #4d4d4d;
        border-radius: 50%; 
}

.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
        outline: none !important; 
}

.owl-carousel .owl-dots .owl-dot.active {
        background: #b3b3b3; 
        
}

.owl-carousel .owl-dots .owl-dot.active:after {
          border-color: #fff; 
}

.home-slider.owl-carousel.home-slider {
    position: relative;
    height: 650px;
    z-index: 0; 
}

.owl-carousel.home-slider .slider-item {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      height: 650px;
      position: relative;
      z-index: 0; 
}
      
@media (max-width: 1199.98px) {
				.owl-carousel.home-slider .slider-item {
				background-position: center center !important; 
			} 
		  
		}
		.owl-carousel.home-slider .slider-item .overlay {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			background: #000;
			opacity: .5; 
		}
		.owl-carousel.home-slider .slider-item .slider-text {
			height: 650px;
			position: relative; 
		}
        .owl-carousel.home-slider .slider-item .slider-text .text {
			z-index: 0;
			color: rgba(255, 255, 255, 0.9); 
		  }
        .owl-carousel.home-slider .slider-item .slider-text h1 {
          color: #fff;
		  font-size: 1.5rem;
          line-height: 1; 
		  font-weight: 300;

		  
		  }
          @media (max-width: 991.98px) {
            .owl-carousel.home-slider .slider-item .slider-text h1 {
              font-size: 22px; } 
			  }
        .owl-carousel.home-slider .slider-item .slider-text h2 {
          font-size: 2rem;
          text-transform: uppercase;
          letter-spacing: 2px;
          font-family: "Poppins", Arial, sans-serif;
          font-weight: 700;
          color: #3289C7;
          display: inline-block;
          position: relative;
		  top: -35px;
          letter-spacing: 4px; 
		}
	.owl-carousel.home-slider .owl-nav {
		  position: absolute;
		  top: 50%;
		  width: 100%; 
		}
      .owl-carousel.home-slider .owl-nav .owl-prev,
      .owl-carousel.home-slider .owl-nav .owl-next {
			position: absolute;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			outline: none !important;
			-webkit-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s;
			opacity: 0; 
		}
		
        @media (prefers-reduced-motion: reduce) {
          .owl-carousel.home-slider .owl-nav .owl-prev,
          .owl-carousel.home-slider .owl-nav .owl-next {
            -webkit-transition: none;
            -o-transition: none;
            transition: none; 
			} 
		}
		
        .owl-carousel.home-slider .owl-nav .owl-prev span:before,
        .owl-carousel.home-slider .owl-nav .owl-next span:before {
			font-size: 30px;
			color: rgba(255, 255, 255, 0.5);
			-webkit-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s; 
		  }
		  
        @media (prefers-reduced-motion: reduce) {
            .owl-carousel.home-slider .owl-nav .owl-prev span:before,
            .owl-carousel.home-slider .owl-nav .owl-next span:before {
              -webkit-transition: none;
              -o-transition: none;
              transition: none; 
			}
		}
        .owl-carousel.home-slider .owl-nav .owl-prev:hover span:before, .owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
        .owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
        .owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
          color: #fff; }
      .owl-carousel.home-slider .owl-nav .owl-prev {
			left: 0;
			margin-left: 0; 
		}
      .owl-carousel.home-slider .owl-nav .owl-next {
			right: 0;
			margin-right: 0; 
		}
		.owl-carousel.home-slider:hover .owl-nav .owl-prev,
		.owl-carousel.home-slider:hover .owl-nav .owl-next {
			opacity: 1; 
		}
		.owl-carousel.home-slider:hover .owl-nav .owl-prev {
		margin-left: 50px; }
		.owl-carousel.home-slider:hover .owl-nav .owl-next {
		margin-right: 50px; }
		.owl-carousel.home-slider .owl-dots {
			position: absolute;
			left: 0;
			right: 70px;
			bottom: 70px;
			text-align: right; 
		}
		@media (max-width: 767.98px) {
        .owl-carousel.home-slider .owl-dots {
          bottom: 5px; } 
		}
		.owl-carousel.home-slider .owl-dots .owl-dot {
			width: 10px;
			height: 10px;
			margin: 5px;
			border-radius: 50%;
			background: rgba(255, 255, 255, 0.4); 
		}
        .owl-carousel.home-slider .owl-dots .owl-dot.active {
          background: #93c01f; 
		  
		}

		.owl-carousel.owl-drag .owl-item {
			-ms-touch-action: pan-y;
			touch-action: pan-y; 
		}
  

        .owl-carousel .owl-dots .owl-dot.active {
          background: transparent; 

		  
		}

#reviews > .owl-theme .owl-dots .owl-dot  {
    display: none;
}

#nettoyage > .owl-theme .owl-dots .owl-dot  {
    display: none;
}

.nettoyage-post {
    position: relative;
    background-color: #fff;
   border-radius: 12px;
		box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;;
	    height: 100%;
	text-align: center;
}

.nettoyage-post .imh-card {
max-height: 175px;
text-align: center;
}

.nettoyage-post img {
    margin-top: 10%;
    width: 200px;
	min-height: 200px;
    max-height: 200px;
}

#nettoyage .card {
		border-radius: 12px;
		
}

.nettoyage-post .content {
    padding: 15px 15px 40px;
}



.navbar-light .navbar-toggler, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:active {
   outline: none !important;
    border: none;
}

.nettoyage-post a {
    text-decoration: none;
    color: #516171;
}

.nettoyage-post a:hover {
    color: #3289C7;
}


.nettoyage-post h2 {
    margin-top: 12px;
    margin-bottom: 12px;
	font-size: 24px;
}


.nettoyage-post a.btn-brand {
	margin-top: 30px;
    position: absolute;
    bottom: 25px;
    width: 80%;
    left: 10%;
}
		
/* navbar */
.top-nav {
    background-color: var(--brand);
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
}

        .navbar-light .navbar-toggler-icon {
            background-image: url('../assets/img/menu.png');
        }
		
.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: transparent;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
	margin-top: 5px;
	margin-left: 10px;
}

.social-icons a:hover {
    color: var(--brand);
}
.conditions-section{
    margin: 20px 0;
}
.conditions-section a{
   color: #fff;
   margin: 0 10px;
}

.navbar .navbar-nav .nav-link {
    color: #FFFFFF;
	font-size: 18px;
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--brand-2);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--brand-2);
	font-weight: 600;
}

.navbar-brand {
    font-size: 28px;
    font-weight: 700;
}

.navbar-brand .dot {
    color: var(--brand);
}

.btn {
    padding: 8px 26px;
}

.btn-brand {
    border-color: var(--brand-2);
    background-color: var(--brand-2);
    color: #fff;
    border-color: #93c01f;
    background-color: #93c01f;
    background-image: linear-gradient(45deg, #93c01f, #a5d63b);
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    padding: 5px 25px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    border: 2px solid transparent;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}


.btn-contact {
    border-color: var(--brand-2);
    background-color: var(--brand-2);
    color: #fff;
    border-color: #93c01f;
    background-color: #93c01f;
    background-image: linear-gradient(45deg, #93c01f, #a5d63b);
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    padding: 3px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    border: 2px solid transparent;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.top-menu a i {
	margin-top: -4px;
}
.top-menu a {
    text-decoration: none;
}

        .navbar-brand img {
            height: 60px; /* Ajuster la hauteur de l'image */
            width: auto; /* Garder le ratio de l'image */
        }
		
		.navbar {
     padding-top: 0; 
     padding-bottom: 0; 
}

.navbar-brand {
     padding-top: 0; */
     padding-bottom: 0;
	}

.btn-brand:hover {
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
     font-weight: 600;
	 color: #3289C7;
}

.intro {margin-bottom: 36px;
text-align: center;}


.intro h6{
    color: var(--brand);
    font-weight: 300;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
	font-weight: 300;
}

.info-box {
    align-items: center;
    display: flex;
}

.info-box img {
    width: 90px;
}



#about ul li:before {
    content: '\f105';
    font-family: 'FontAwesome', sans-serif;
    display: inline-block;
    color: #686868;
    position: absolute;
    left: 0;
    top: 0;
}

#milestone {
    background: linear-gradient(rgba(147, 192, 31, 0.85), rgba(147, 192, 31, 0.85)), url(../assets/img/home/Default_vehicle_washes_1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#milestone h1,
#milestone p {
    color: #fff;
}



.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}


.project .overlay {
    width: 100%;
    height: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 76, 41, 0) 0%, var(--dark) 100%);
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%
}

.project h2 {
    color: var(--brand-2);
}

.project h6 {
    color: #FFFFFF;
}



#reviews {

    background: linear-gradient(-90deg, rgba(8, 32, 50, 0.8), rgba(8, 32, 50, 0.8)), url(../assets/img/home/8.jpeg), #082032;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 5px;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}

.review h3 {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: #ffd700;
}

.pack {
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	text-align: center
}

.pack img {
	width: 20%;
	margin-top: 8px;
    margin-bottom: 8px;
}



.pack .content {
    padding: 8px 15px 40px;
}

.pack .title {
    background: #93c01f;
    color: #FFFFFF;
    padding: 5px;
	text-align: center;
	font-weight: 600;
	font-size: 22px;
/*	border-top-right-radius: 12px; */
/*	border-top-left-radius: 12px;  */
}

.pack-vip {
	background : #2D6CA2; 
	color : #FFD700!important;
}
.pack .vip {
    background: #0957DE;
    color: #FFFFFF;
    padding: 5px;
		text-align: center;
	font-weight: 600;
	font-size: 22px;
/*	border-top-right-radius: 12px; */
/*	border-top-left-radius: 12px;  */
}

.pack a.tag {
    position: absolute;
    top: 5px;
    left: 20px;
    background-color: var(--brand);
    padding: 4px 50px;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
	margin: auto;
}

.pack a.btn-brand {
	position: absolute;
    bottom: 20px;
	transform: translate(-50%, 10%);
    width: 80%;
}

.pack h5 {
    margin-top: 6px;
    margin-bottom: 6px;
}

.text-dore {
	color : #FFD700;
}

.bg-dore {
	background : #FFD700;
}


.pack small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}
.pack h6.px {
    color: var(--brand-2);
	font-size: 22px;
	font-weight: 600;
}

.pack ul li  {
	font-size: 15px
}
/*--------------------------------------------------------------
# Photos
--------------------------------------------------------------*/
.photos #photos-flters {
  padding: 0;
  margin: 0 auto 10px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.photos #photos-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 3px 10px 3px;
  transition: all ease-in-out 0.3s;
  background: #f4f4f4;
  border-radius: 50px;
}

.photos #photos-flters li:hover,
.photos #photos-flters li.filter-active {
  color: #fff;
  background: #93c01f;
}

.photos #photos-flters li:last-child {
  margin-right: 0;
}

.photos .photos-item {
  margin-bottom: 50px;
  overflow: hidden;

}

.photos .photos-item a {
	text-decoration: none;
}

.photos .photos-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 320px; 
    height: 320px; 
    object-fit: cover; 
    border-radius: 10px; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}

.photos .photos-item .photos-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -20px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #93c01f;
  padding: 10px 15px;
  border-bottom-left-radius : 10px;
  border-bottom-right-radius : 10px;
  max-width: 320px;
  text-align: center;
}

.photos .photos-item .photos-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.photos .photos-item h4 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  text-align: center;
  max-width: 320px;
  margin-top: 10px;
}

.photos .photos-item .photos-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.photos .photos-item .photos-info .preview-link,
.photos .photos-item .photos-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

.photos .photos-item .photos-info .preview-link:hover,
.photos .photos-item .photos-info .details-link:hover {
  color: #33ffb4;
}

.photos .photos-item .photos-info .details-link {
  right: 15px;
}

.photos .photos-item:hover img {
  top: -10px;
}

.photos .photos-item:hover .photos-info {
  opacity: 1;
  bottom: 0;
}

.photos .photos-item .photos-info .bx-search {
 float: right;
 position: absolute;
 right: -40px;
 top: 5px;
}

footer {
    background: linear-gradient(0deg, rgba(8, 32, 50, 0.9), rgba(8, 32, 50, 0.9)), url(../img/bg_banner1.jpg), #082032;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.page-footer {
	background-color: #fff;
}

.page-footer .list.list-marked {
	display: inline-block;
}

.page-footer-default {
	position: relative;
}

.page-footer-default {
	background: #212121;
	fill: #212121;
}

@media (min-width: 480px) {
	.page-footer-default:after {
		content: '';
		position: absolute;
		left: 0;
		width: 120px;
		top: 0;
		bottom: 0;
		background-color: #fff;
	}
	

}

.page-footer-secondary {
	background: #212121;
	fill: #212121;
}

.page-footer-classic {
	background: #252d36;
	fill: #252d36;
}

.page-footer-classic-title {
	position: relative;
	padding-bottom: 15px;
	display: block;
}

.page-footer-classic-title:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 50px;
	border-bottom: 2px solid #93c01f;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 768px) {
	.page-footer-classic-title:before {
		left: 0;
		transform: translateX(0);
	}
	
	.top-nav {
    background-color: var(--brand);
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
	height : 35px;
	}
	.top-nav .unit-body h6 {
    font-size: 0.8rem;
    color: white;
}

   .social-icons a {
    width: 25px;
    height: 25px;
    margin-top: 2px;
}



}

.page-footer-classic a.text-white:hover {
	color: #93c01f !important;
}

@media (min-width: 1485px) {
	.page-footer-classic .list-inline-lg {
		margin-bottom: -25px;
		margin-left: -25px;
	}
	.page-footer-classic .list-inline-lg:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.page-footer-classic .list-inline-lg > * {
		margin-top: 0;
		margin-bottom: 25px;
		margin-left: 25px;
	}
}

.page-footer .form-validation {
	top: 4px;
	right: 6px;
}


.top-nav .unit-body {
	flex: 0 1 auto;
	 width: 25%;
}  

.top-nav .unit-body .title{
	display: flex;
} 

@media (max-width: 768px) {
.top-nav .unit-body {
    flex: 0 1 auto;
    width: 100%;
} 

	.container {
		width: 90%;
	}

	.pack .content {
		padding: 8px 15px 80px;
	}

	.social-icons {
		margin: auto;
	}
	
	.hof {
		display : none;
	}
	
	.owl-carousel.home-slider .slider-item .slider-text .btn-brand {
        margin-bottom: 120px;
    }
	section#about {
		padding-top: 20px;
	}

	#about h2 {
		margin-bottom: 20px;
	}
	section#nettoyage{
		padding-top: 20px;
	}
	
	section#ccm{
		padding-top: 20px;
	}
	
	.mb-20 {
    margin-bottom: 20px;
}
	
	.social-icons a {
		margin-top: 1px;
	}
	
	.nettoyage-post .content {
    padding: 20px 30px 80px
}



}


.unit-body h6 {
	font-size: 0.9rem;
	color: white;
} 

.unit-body .bx {
    color: #93C01F;
    margin-top: 3px;
    margin-right: 6px;
    font-size: 18px;
}

.bg-scroll {
	background:  #2d6ca2;
	position: sticky!important;
	color: #FFFFFF;
}

	.bg-scroll.navbar .navbar-nav .nav-link {
		color: #FFFFFF;
	}


	.bg-scroll.navbar .navbar-nav .nav-link:hover {
		color: #93c01f;
	}

	.bg-scroll.navbar .navbar-nav .nav-link.active {
		color: #93c01f;
		font-weight: 600;
	}
	
.list-order {
	counter-reset: li;
}

.list-order li {
	position: relative;
	padding-left: 25px;
}

.list-order li:before {
	content: counter(li) ".";
	counter-increment: li;
	color: #acacac;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.list-marked {
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.list-marked li {
	position: relative;
	padding-left: 20px;
	padding-bottom: 5px;
}


.list-marked li:before {
	content: '\f105';
	font-family: 'FontAwesome', sans-serif;
	display: inline-block;
	color: #686868;
	position: absolute;
	left: 0;
	top: 0;
}

.list-marked li.active {
	margin-left: 10px;
	color: #316ccd;
}

.list-marked li.active:before {
	color: #316ccd;
}

.list-marked-top li {
	padding-left: 35px;
}

.list-marked-top li:before {
	top: 0;
	transform: translateY(0);
}

.list-marked-primary li:before {
	color: #316ccd;
}



.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}


input.form-control {
    border-color: transparent;
    height: 44px;
}

.form-control {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.04);;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}



.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-height: 410px;
}




.page-footer {
	background-color: #fff;
}

.page-footer .list.list-marked {
	display: inline-block;
}

.page-footer-default {
	position: relative;
}

.page-footer-default {
	background: #212121;
	fill: #212121;
}

@media (min-width: 1800px) {
	.page-footer-default:after {
		content: '';
		position: absolute;
		left: 0;
		width: 120px;
		top: 0;
		bottom: 0;
		background-color: #fff;
	}
}

.page-footer-secondary {
	background: #212121;
	fill: #212121;
}

.page-footer-classic {
	background: #252d36;
	fill: #252d36;
}

.page-footer-classic-title {
	position: relative;
	padding-bottom: 15px;
	display: block;
}

.page-footer-classic-title:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 50px;
	border-bottom: 2px solid #93c01f;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 768px) {
	.page-footer-classic-title:before {
		left: 0;
		transform: translateX(0);
	}
}

.page-footer-classic a.text-white:hover {
	color: #93c01f !important;
}

@media (min-width: 1485px) {
	.page-footer-classic .list-inline-lg {
		margin-bottom: -25px;
		margin-left: -25px;
	}
	.page-footer-classic .list-inline-lg:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.page-footer-classic .list-inline-lg > * {
		margin-top: 0;
		margin-bottom: 25px;
		margin-left: 25px;
	}
}

.page-footer .form-validation {
	top: 4px;
	right: 6px;
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #777;
}

.blockquote-footer::before {
	content: "\2014 \00A0";
}

.card-footer {
	padding: 0.75rem 1.25rem;
	background-color: rgba(0, 0, 0, 0.03);
	border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
	border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

	.card-group > .card:first-child .card-img-bottom,
	.card-group > .card:first-child .card-footer {
		border-bottom-right-radius: 0;
	}
	.card-group > .card:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.card-group > .card:last-child .card-img-top,
	.card-group > .card:last-child .card-header {
		border-top-left-radius: 0;
	}
	.card-group > .card:last-child .card-img-bottom,
	.card-group > .card:last-child .card-footer {
		border-bottom-left-radius: 0;
	}
	
	
@media (min-width: 576px) {
	.card-group {
		flex-flow: row wrap;
	}
	.card-group > .card {
		flex: 1 0 0%;
		margin-bottom: 0;
	}
	.card-group > .card + .card {
		margin-left: 0;
		border-left: 0;
	}
	.card-group > .card:first-child {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.card-group > .card:first-child .card-img-top,
	.card-group > .card:first-child .card-header {
		border-top-right-radius: 0;
	}
	.card-group > .card:first-child .card-img-bottom,
	.card-group > .card:first-child .card-footer {
		border-bottom-right-radius: 0;
	}
	.card-group > .card:last-child {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.card-group > .card:last-child .card-img-top,
	.card-group > .card:last-child .card-header {
		border-top-left-radius: 0;
	}
	.card-group > .card:last-child .card-img-bottom,
	.card-group > .card:last-child .card-footer {
		border-bottom-left-radius: 0;
	}
	.card-group > .card:only-child {
		border-radius: 0.25rem;
	}
	.card-group > .card:only-child .card-img-top,
	.card-group > .card:only-child .card-header {
		border-top-left-radius: 0.25rem;
		border-top-right-radius: 0.25rem;
	}
	.card-group > .card:only-child .card-img-bottom,
	.card-group > .card:only-child .card-footer {
		border-bottom-right-radius: 0.25rem;
		border-bottom-left-radius: 0.25rem;
	}
	.card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
		border-radius: 0;
	}
	.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
	.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
	.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
	.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
		border-radius: 0;
	}
}


blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: '';
}

.page-footer {
	background-color: #fff;
}

.page-footer .list.list-marked {
	display: inline-block;
}

.page-footer-default {
	position: relative;
}

.page-footer-default {
	background: #212121;
	fill: #212121;
}


.page-footer .list.list-marked {
	display: inline-block;
}

.page-footer-default {
	position: relative;
}

.page-footer-default {
	background: #212121;
	fill: #212121;
}

@media (min-width: 1800px) {
	.page-footer-default:after {
		content: '';
		position: absolute;
		left: 0;
		width: 120px;
		top: 0;
		bottom: 0;
		background-color: #fff;
	}
}

.page-footer-secondary {
	background: #212121;
	fill: #212121;
}

.page-footer-classic {
	background: #252d36;
	fill: #252d36;
}

.page-footer-classic-title {
	position: relative;
	padding-bottom: 15px;
	display: block;
}

.page-footer-classic-title:before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 50px;
	border-bottom: 2px solid #93c01f;
	left: 50%;
	transform: translateX(-50%);
}

@media (min-width: 768px) {
	.page-footer-classic-title:before {
		left: 0;
		transform: translateX(0);
	}
}

.page-footer-classic a.text-white:hover {
	color: #93c01f !important;
}

@media (min-width: 1485px) {
	.page-footer-classic .list-inline-lg {
		margin-bottom: -25px;
		margin-left: -25px;
	}
	.page-footer-classic .list-inline-lg:empty {
		margin-bottom: 0;
		margin-left: 0;
	}
	.page-footer-classic .list-inline-lg > * {
		margin-top: 0;
		margin-bottom: 25px;
		margin-left: 25px;
	}
}

.page-footer .form-validation {
	top: 4px;
	right: 6px;
}


footer .img-responsive {
	width :35%;
}

html .page .offset-top-30 {
    margin-top: 30px;
}

.bg-black-2 {
    background: #1f262f;
    fill: #1f262f;
}
.section-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.section-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.section-15 {
    padding-top: 15px;
    padding-bottom: 5px;
}

.section-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-light .navbar-brand {
color: #93c01f;
}

.navbar-light .navbar-brand:hover {
color: #93c01f;
}

.covid-19 h2 {
	color: #3289C7;
}

.covid-19 h3 {
	color: #93c01f;
}

#lvmp {
	padding-bottom: 0px!important;
}

#ccm h2, #lvmp h2 {
	color : #3289C7
}

#ccm h3 {
	color: #93c01f;
}

#procede h2 {
	color : #3289C7
}

#expertise h2 {
	color : #3289C7
}

#amelioration h2 {
	color : #3289C7
}


#about h1, #nettoyage h1, #impication h1 {
	color : #3289C7
}

#about h2 {
	color: #93c01f;
}

.copyright-year {
	font-weight: 600;
}

.text-green {
	color : #94C122
}

.text-blue {
	color : #3289C7
}

.page-footer .bx {
	color : #94C122
}
.page-footer a {
	text-decoration : none
}


.radius-30 {
	border-radius: 30px!important;
}

.radius-50 {
	width: 300px;
	height: 300px;
}

.no-overflow {
	 white-space: nowrap;
}


@media (max-width: 480px) {
	#team {
		padding-bottom: 15px;
	}
	
	#impication {
		padding-top: 15px;
	}
	#lvmp {
		padding-bottom: 0px !important;
		padding-top: 15px;
	}

	.imgc {
		width: 250px!important;
		min-height: 250px!important;
	}
}

#lvmp ul {
  list-style-position: outside;
  padding-left: 20px; /* Ajuster selon la taille de la puce */
}

#lvmp ul li {
  text-indent: -10px; /* Décale le texte de la première ligne à gauche */

}

.modal-content {
    overflow-y: scroll;
    height: 100vh;
}


.modal-content::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #3289C7;
}

.modal-content::-webkit-scrollbar
{
  width: 8px;
  background-color: #3289C7;
}

.modal-content::-webkit-scrollbar-thumb
{
  background-color: #93c01f; 
  background-image: -webkit-linear-gradient(15deg,
                                            rgba(255, 255, 255, .2) 25%,
                        transparent 25%,
                        transparent 50%,
                        rgba(255, 255, 255, .2) 50%,
                        rgba(255, 255, 255, .2) 75%,
                        transparent 75%,
                        transparent)
}


























/* Personnalisation de la barre de défilement pour .modal-content */
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    
    /* Limiter la hauteur du modal pour activer le défilement */
    max-height: 80vh;
    overflow-y: auto;
}

/* Personnalisation de la barre de défilement */
.modal-content::-webkit-scrollbar {
    width: 10px; /* Largeur de la barre de défilement */
    background-color: #f1f1f1; /* Couleur de fond de la barre de défilement */
}

/* Personnalisation du "pouce" (la partie glissante) de la barre de défilement */
.modal-content::-webkit-scrollbar-thumb {
    background-color: #93c01f; 
    background-image: -webkit-linear-gradient(15deg,
        rgba(255, 255, 255, .2) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, .2) 50%,
        rgba(255, 255, 255, .2) 75%,
        transparent 75%,
        transparent
    );
    border-radius: 5px; /* Arrondir les bords du "pouce" */
    border: 2px solid #93c01f; /* Ajouter une bordure au "pouce" */
}

/* Changement de couleur au survol du pouce de la barre de défilement */
.modal-content::-webkit-scrollbar-thumb:hover {
    background-color: #7a9b1f; /* Couleur plus foncée au survol */
}

/* Personnalisation de la partie vide de la barre de défilement */
.modal-content::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* Couleur de fond de la partie vide */
    border-radius: 5px;
}


@media (max-width: 768px) {
    
    /* Espacement sous le titre "Nous contacter" */
    h1, .test {
        margin-top: 50px;  /* Assure qu'il y a de l'espace sous le titre */
        position: relative;   /* Pour contrôler la superposition */
		
		
    }
	
}


	