/*======================================
    Variables
========================================*/
/*======================================
    Normalize CSS
========================================*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");

.share .top-link {
  display: flex;
  padding: 5px;
}

.share .top-link a {
  margin: 0 5px 0 5px;
}

.share .top-link .whatsapp {
  background-color: #25D366;
}

.share .top-link .facebook {
  background-color: #3260AD;
}

.share .top-link .linkedin {
  background-color: #3260AD;
}

.share .top-link .twitter {
  background-color: #1da1f2;
}

html {
  scroll-behavior: smooth;
}

:root {
  --color-white: #ffffff;
  --color-primary: #0AA64B;
  --color-secondary: #485664;
  --color-primary-rgb: 255, 165, 0;
  --color-secondary-rgb: 72, 86, 100;
}

body {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #888;
  overflow-x: hidden;
  font-size: 14px;
}

/************
Bar de progression
***********/
.modal .modal-body p {
  padding-left: 50px;
  padding-right: 50px;
  text-align: justify;
  font-size: 12px;
}

* {
  margin: 0;
  padding: 0;
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  outline: none !important;
  border-color: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.couleur-menu .header-middle .active-orange {
  color: #0AA64B;
}

.form-check-input:checked {
  background-color: #0AA64B;
  border-color: #0AA64B;
}

.couleur-menu .active-orange {
  color: red;
}

select {
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: #081828;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: -internal-light-dark(white, #3b3b3b);
  cursor: default;
  margin: 0em;
  font: 400 14px;
  border-radius: 0px;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(#767676, #858585);
  -o-border-image: initial;
  border-image: initial;
}

span,
a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0px;
  color: #081828;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

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

.alerte-message {
  background: green;
  margin-top: 100px;
  margin-bottom: -90px;
  padding: 50px;
}

/* Styles pour les téléphones */
@media (max-width: 767px) {
  .alerte-message .body {
    margin-bottom: -20px;
    padding: 50px;
  }

  .alerte-message {
    margin-top: -30px;
  }

  .search-form input {
    width: 100%;
    height: 45px;
  }

  .search-form {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
}

/* Styles pour les tablettes */
@media (min-width: 768px) and (max-width: 1023px) {}

.search-bar {
  padding: 0 20px;
}


.search-form {
  width: 50%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.search-form input {
  border: 0;
  font-size: 14px;
  color: #012970;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
  height: 45px;
}

.search-form input:focus,
.search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

/* .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
} */

.search-form button i {
  color: #012970;
  font-size: 15px;
}

/* One Click Scrool Top Button*/
.scroll-bell {
  width: 40px;
  height: 40px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  color: #fff !important;
  position: fixed;
  bottom: 210px;
  right: 15px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 50px;
}

.scroll-bell i {
  font-size: 40px;
  max-width: 40px;
}

#chatBoxContainerMessage {
  position: fixed;
  bottom: 200px;
  /* Pour laisser de l'espace au bouton de chat */
  right: 50px;
  background-color: white;
  border-radius: 5%;
  box-shadow: 0.1 .1em .5em gray;
}

#messageInput {
  width: auto;
  height: auto;

}

.scroll-shat {
  width: 50px;
  height: 50px;
  line-height: 40px;
  background: #4dc247;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #fff !important;
  position: fixed;
  bottom: 90px;
  right: 10px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 50px;
  cursor: pointer;
}

.scroll-tope {
  width: 50px;
  height: 50px;
  line-height: 40px;
  background: #0AA64B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #fff !important;
  position: fixed;
  bottom: 150px;
  right: 10px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  border-radius: 50px;
}

.scroll-top:hover,
.scroll-tope:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  background-color: #081828;
}

/*======================================
	01. Start Header CSS
========================================*/
.header {
  width: 100%;
  background: #fff;
  position: relative;
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
}

.header .header-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0;
  height: 100px;
}

/*****bar de navigation bottom******/
.header .header-midlle-bottom {
  height: 50px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.header .header-midlle-bottom .navbar-bottome i {
  font-size: 23px;
  color: #000;
}

.header .header-midlle-bottom .navbar-bottome span {
  color: #000;
  font-size: 13px;
  weight: bold;
}

/**********************
catalogue
*********************/
.catalogue-page {
  margin-top: 100px;
}

/* Styles pour les telephone */
@media (max-width: 767px) {
  .header .header-middle .d-xs-none {
    display: none;
  }

  .header .header-middle {
    height: 60px;
  }

  .header .header-midlle-bottom {
    height: 70px;
  }

  .footer {
    margin-bottom: 80px;
  }

  .catalogue-page {
    margin-top: 40px;
  }
}

/* Styles pour les tablettes */
@media (min-width: 768px) and (max-width: 1023px) {
  .header .header-middle .d-xs-none {
    display: none;
  }

  .header .header-middle {
    height: 60px;
  }

  .header .header-midlle-bottom {
    height: 70px;
  }

  .footer {
    margin-bottom: 80px;
  }
}

.header .middle-right-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .header .middle-right-area {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    float: right;
  }
}

.header .nav-hotline {
  position: relative;
  padding-left: 50px;
  margin-right: 35px;
}

@media (max-width: 767px) {
  .header .nav-hotline {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .nav-hotline {
    display: none;
  }
}

.header .nav-hotline i {
  color: #081828;
  font-size: 18px;
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border: 1px solid #eee;
  border-radius: 50%;
}

.header .nav-hotline h3 {
  font-size: 15px;
  font-weight: 600;
  color: #081828;
}

.header .nav-hotline h3 span {
  color: #888;
  font-weight: 500;
  font-size: 14px;
  display: block;
  margin-top: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header .nav-hotline h3 span {
    font-size: 12px;
    font-weight: 600;
  }

  .header .header-middle {
    height: 140px;
  }
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .mobile-menu-btn .toggler-icon {
    background-color: #081828;
  }

  .header .header-middle {
    height: 80px;
  }

  .header .button {
    margin: 0 !important;
  }

  .header .navbar-brand img {
    width: 220px;
    height: 50px;
  }

  .header .nav-inner {
    display: block !important;
    padding: 18px 0;
  }

  .header .navbar-collapse {
    position: absolute;
    top: 46px !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-radius: 6px;
  }

  .header .navbar .navbar-nav .nav-item a:hover {
    color: #0AA64B !important;
  }

  .header .navbar .navbar-nav .nav-item a.active {
    color: #0AA64B !important;
  }

  .header .navbar-nav .nav-item {
    margin: 0;
  }

  .header .navbar-nav .nav-item:hover a {
    color: #0AA64B;
  }

  .header .navbar-nav .nav-item a {
    padding: 12px 16px !important;
  }

  .header .navbar-nav .nav-item a::before {
    display: none;
  }

  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border: none;

  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px 12px;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: #0AA64B !important;
  }

  .header .navbar-nav .nav-item a {
    color: #051441;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
  }

  .header .navbar-nav .nav-item a::after {
    opacity: 1;
    visibility: visible;
  }

  .header .navbar-nav .nav-item .sub-menu li.active {
    background: #fff !important;
    color: #0AA64B !important;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item {
    margin: 0 !important;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 10px 12px !important;
  }

  .header .navbar-nav .nav-item .sub-menu li:hover {
    background: #fff !important;
    color: #0AA64B !important;
  }

  .header .navbar-nav .nav-item a {
    font-size: 14px;
  }

  .header .navbar-nav .nav-item a:hover {
    color: #0167F3;
  }
}

@media (max-width: 767px) {
  .header .mobile-menu-btn .toggler-icon {
    background-color: #081828;
  }

  .header .button {
    margin: 0 !important;
  }

  .header .nav-inner {
    display: block !important;
    padding: 18px 0;
  }

  .header .navbar-collapse {
    position: absolute;
    top: 46px !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
    border-top: 1px solid #eee;
    border-radius: 6px;
  }

  .header .navbar .navbar-nav .nav-item a:hover {
    color: #0AA64B !important;
  }

  .header .navbar .navbar-nav .nav-item a.active {
    color: #0AA64B !important;
  }

  .header .navbar-nav .nav-item {
    margin: 0;
  }

  .header .navbar-nav .nav-item:hover a {
    color: #0AA64B;
  }

  .header .navbar-nav .nav-item a {
    padding: 12px 16px !important;
  }

  .header .navbar-nav .nav-item a::before {
    display: none;
  }

  .header .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    border: none;
    margin-left: 15px;
    margin-right: 15px;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 12px 12px;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a:hover {
    color: #0AA64B !important;
  }

  .header .navbar-nav .nav-item a {
    color: #051441;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0;
  }

  .header .navbar-nav .nav-item a::after {
    opacity: 1;
    visibility: visible;
  }

  .header .navbar-nav .nav-item .sub-menu li.active {
    background: #fff !important;
    color: #0AA64B !important;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item {
    margin: 0 !important;
  }

  .header .navbar-nav .nav-item .sub-menu .nav-item a {
    padding: 10px 12px !important;
  }

  .header .navbar-nav .nav-item .sub-menu li:hover {
    background: #fff !important;
    color: #0AA64B !important;
  }

  .header .navbar-nav .nav-item a {
    font-size: 14px;
  }

  .header .navbar-nav .nav-item a:hover {
    color: #0AA64B;
  }
}

.header .header-middle .navbar-brand img {
  max-width: 250px;
}

.header .navbar-brand {
  margin: 0;
}


@media (max-width: 767px) {
.header .header-middle .navbar-brand img {
  /* max-width: 150px; */
  width: 150px;
  height: 60px;
}

}

.header.sticky .navbar-brand .white-logo {
  opacity: 0;
  visibility: hidden;
}

.header.sticky .navbar-brand .dark-logo {
  opacity: 1;
  visibility: visible;
}

.header.sticky .button .btn {
  background-color: #0AA64B;
  color: #fff;
  border-color: transparent;
}

.header.sticky .button .btn:hover {
  background-color: #081828;
  color: #fff;
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 0;
  width: 100%;
}

.navbar-expand-lg .navbar-nav {
  margin: 0;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.header .navbar .navbar-nav .nav-item a.active {
  color: #fff;
}

.sticky .navbar .navbar-nav .nav-item a.active {
  color: #fff;
}

.sticky .navbar .mobile-menu-btn .toggler-icon {
  background: #333;
}

/*===== NAVBAR =====*/
.navbar-area {
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 0;
}

.navbar {
  padding: 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;

}

.navbar .sub-menu-bar {
  margin-left: 90px;
}

.navbar .sub-menu-bar ul li {
  margin-top: 18%;
  background: #0AA64B;
  color: #fff;
  padding: 10px 35px 10px 35px;
  cursor: pointer;
}

.navbar .sub-menu-bar ul .bordure {
  border-right: 2px solid #fff;
}

.navbar .sub-menu-bar ul li:hover {
  margin-top: 18%;
  background: #000;
  color: #fff;
  padding: 10px 35px 10px 35px;
  cursor: pointer;
}

.navbar-nav .nav-item {
  z-index: 1;
  position: relative;

}

.navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}

.navbar-nav .nav-item:hover a {
  color: #fff;
}

.sticky .navbar-nav .nav-item:hover a {
  color: #fff;
}

.navbar-nav .nav-item a {
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  transition: all 0.3s ease-out 0s;
  position: relative;
  text-transform: capitalize;
}

.navbar-nav .nav-item:hover .dd-menu::before {
  border-bottom-color: #0AA64B;
  border-right-color: #0AA64B;
}

.navbar-nav .nav-item a.active {
  color: #0AA64B;
}

.navbar-nav .nav-item a.dd-menu::after {
  content: "\ea5e";
  font: normal normal normal 1em/1 "LineIcons";
  font-size: 1em;
  position: absolute;
  right: -20px;
  font-size: 12px;
  top: 50%;
  margin-left: 5px;
  margin-top: -4px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a.dd-menu::after {
    right: -15;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .navbar-nav .nav-item a.dd-menu::after {
    top: 18px;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .navbar-nav .nav-item a.collapsed::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.navbar-nav .nav-item:hover>.sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar-nav .nav-item:hover>.sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.navbar-nav .nav-item .sub-menu {
  padding: 30px;
  min-width: 240px;
  background: #fff;
  position: absolute;
  top: 110% !important;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0 0 4px 4px;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100% !important;
}

.navbar-nav .nav-item .sub-menu .nav-item {
  width: 100%;
  margin-bottom: 15px;
}

.navbar-nav .nav-item .sub-menu .nav-item:last-child {
  margin: 0;
}

.navbar-nav .nav-item .sub-menu .nav-item a {
  padding: 0;
  color: #888;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.navbar-nav .nav-item .sub-menu .nav-item a:hover {
  color: #0AA64B;
}

.navbar-nav .nav-item .sub-menu.left-menu {
  left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: none;
  }
}

.navbar-nav .nav-item .sub-menu>li {
  display: block;
  margin-left: 0;
}

.navbar-nav .nav-item .sub-menu>li:last-child {
  border: none;
}

.navbar-nav .nav-item .sub-menu>li.active>a {
  color: #F1910C !important;
}

.navbar-nav .nav-item .sub-menu>li>a {
  font-weight: 400;
  display: block;
  padding: 12px 15px;
  font-size: 14px;
  color: #222;
  font-weight: 400;
}

.navbar-nav .nav-item .sub-menu>li:first-child a {
  border: none;
}

.or-container {
  align-items: center;
  color: #fff;
  display: flex;
  margin: 25px 0;
  margin-top: -37px;
}

.line-separator {
  background-color: #fff;
  flex-grow: 5;
  height: 1px;
}

.or-label {
  flex-grow: 1;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 5px 5px 5px;
  background-color: #0AA64B;

}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #0AA64B;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9997;
  transition: all 0.5s;
  padding: 15px;
  overflow-y: auto;
}

@media (max-width: 991px) {
  #header {
    width: 300px;
    background: #fff;
    border-right: 1px solid #e6e9ec;
    left: -300px;
  }
}

@media (min-width: 991px) {
  #main {
    margin-left: 100px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.nav-menu {
  padding: 0;
  display: block;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-carousel .owl-carousel-item .justify-content-start {
  margin-top: 20px;
}

.owl-carousel {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {

  .nav-menu .prestation,
  .nav-menu .catalogue {
    display: none;
  }

  .header-carousel .owl-carousel-item img {
    height: 450px;
  }

  .header-carousel .owl-carousel-item .contact1 {
    display: none;
  }

  .button-action {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .owl-carousel {
    margin-top: -1px;
  }

  .nav-menu .prestation,
  .nav-menu .catalogue {
    display: block;
  }

  .button-action {
    display: block;
  }

  .button-action .expertises,
  .button-action .achats,
  .button-action .ventes {
    width: 100%;
    margin: 5px;
  }

  .header-carousel .owl-carousel-item .expertise {
    display: none;
  }

  .header-carousel .owl-carousel-item .vente {
    display: none;
  }

  .header-carousel .owl-carousel-item .achat {
    display: none;
  }

  .header-carousel .owl-carousel-item img {
    display: none;
  }

  .header-carousel .owl-carousel-item .contact1 {
    display: block;
  }
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a,
.nav-menu a:focus {
  display: flex;
  align-items: center;
  color: #45505b;
  padding: 10px 18px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 15px;
  border-radius: 50px;
  background: #f2f3f5;
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}

.nav-menu a i,
.nav-menu a:focus i {
  font-size: 20px;
}

.nav-menu a span,
.nav-menu a:focus span {
  padding: 0 5px 0 7px;
  color: #45505b;
}

@media (min-width: 992px) {

  .nav-menu a,
  .nav-menu a:focus {
    width: 56px;
  }

  .nav-menu a span,
  .nav-menu a:focus span {
    display: none;
    color: #fff;
  }
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover>a {
  color: #fff;
  background: #0AA64B;
}

.nav-menu a:hover span,
.nav-menu .active span,
.nav-menu .active:focus span,
.nav-menu li:hover>a span {
  color: #fff;
}

.nav-menu a:hover,
.nav-menu li:hover>a {
  width: 100%;
  color: #fff;
}

.nav-menu a:hover span,
.nav-menu li:hover>a span {
  display: block;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9998;
  border: 0;
  background: #0AA64B;
  font-size: 28px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 0;
  cursor: pointer;
  border-radius: 50px;
  padding: 5px;
  color: #fff;
}

.mobile-nav-toggles {
  border: 0;
  z-index: 9998;
  background: #0AA64B;
  font-size: 28px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 0;
  cursor: pointer;
  border-radius: 50px;
  padding: 5px;
  color: #fff;
  margin-top: 10px;
  float: right;
  left: 80px;
}

.mobile-nav-toggle i,
.mobile-nav-toggles i {
  color: #fff;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle {
  color: #fff;
  background-color: #0AA64B;
}



/********** Template CSS **********/
:root {
  --primary: #0AA64B;
  --light: #F0FBFC;
  --dark: #181d38;
}

.fw-medium {
  font-weight: 600 !important;
}

.fw-semi-bold {
  font-weight: 700 !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}


/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}


/*** Button ***/
.btn {
  font-family: 'Nunito', sans-serif;
  font-weight: 600;
  transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
  color: #FFFFFF;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  border-radius: 0px;
}


/*** Navbar fixed left ***/
.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #FFFFFF;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--primary);
}

@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #EEEEEE;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--dark);
  font-weight: 500;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: .5s;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }

  .navbar .dropdown-menu.fade-down {
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}

/************************
CONTACT
************************/
.contacter-nous {
  margin-top: 80px;
}

.contacter-nous .container img {
  max-width: 50%;
}

@media (max-width: 767px) {
  .contacter-nous .container img {
    max-width: 100%;
  }
}

/*** Header carousel ***/
@media (max-width: 768px) {
  .contacter-nous {
    margin-top: -10px;
  }

  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 500px;
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  margin: 7px 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF;
  font-size: 22px;
  transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.page-header {
  background: linear-gradient(rgba(24, 29, 56, .7), rgba(24, 29, 56, .7)), url(../asset/images/carousel-1.jpg);
}

.page-header-inner {
  background: rgba(15, 23, 43, .7);
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}


.section-title {
  text-align: center;
  padding-bottom: 5px;
  padding-top: 20px;
}

.section-title h2 {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #fff;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 190px;
  height: 1px;
  background: #0AA64B;
  bottom: 1px;
  left: calc(50% - 90px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: #0AA64B;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
  color: #fff;
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts {
  background: #bdbebe26;
}

.facts .count-box {
  padding: 30px 30px 25px 30px;
  margin-top: 15px;
  width: 100%;
  position: relative;
  text-align: center;

}

.facts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #0AA64B;
  color: #000;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}

.facts .count-box span {
  font-size: 13px;
  display: block;
  color: #000;
}

.facts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #000;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/

@media (max-width: 767px) {
  #resume {
    padding: 10px;
  }
}

.resume .engagement {
  margin-top: 30px;
}

.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #45505b;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #000;
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #000;
  margin-bottom: 10px;
}

.resume .resume-iteme h4 {
  line-height: 18px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #000;
  margin-bottom: 10px;
}

.resume .resume-item h5,
.resume .resume-iteme h5 {
  font-size: 16px;
  background: #f7f8f9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 10px;
  color: #0AA64B;
}

.resume .resume-item ul,
.resume .resume-iteme ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child,
.resume .resume-iteme:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  left: -16px;
  top: 0;
  background: #0AA64B;
  border: 2px solid #0AA64B;
}

.resume .resume-item p {
  color: #14021b;
  border-bottom: 3px solid #0AA64B;
  border-radius: 10px;
  padding-bottom: 15px;

}

.resume .resume-iteme p {
  background: #ddd;
  border-radius: 0px 18px 0 18px;
  padding: 10px;
}

/* Clients Section
--------------------------------*/

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #0AA64B;
}

/*======================================
    Item Details CSS show-voiture  
========================================*/
.item-details {
  background-color: #f9f9f9;
}

.show-voiture {
  margin-top: 80px
}

.show-voiture .top-area .titrecomndachat {
  margin-top: 140px;
}

.commandeexpert {
  margin-top: 120px
}

.product-info-expert {
  border: 1px solid #eee;
  background: #f7f6f6;
  padding: 20px;
  border-radius: 5px;
}

@media (max-width: 767px) {


  .show-voiture {
    margin-top: -2px
  }

  .product-info-expert {
    border: none;
    background: #fff;
    padding: 0px;
  }

  .commandeexpert {
    margin-top: 100px
  }

}

.item-details .top-area {
  background-color: #fff;
  border-radius: 4px;
}

.item-details .product-images .images,
.item-details .product-images-piece .images {
  padding: 5px;
}

/* Styles pour les téléphones */
@media (max-width: 767px) {
  .item-details .product-images {
    margin-top: 10px;
  }

  .print-certificat {
    margin-top: -40%;
  }
}

.item-details .product-images .images img,
.item-details .product-images-piece .images img {
  width: 100%;
  cursor: pointer;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
  padding: 5px;
  object-fit: cover;
}

.item-details .product-images #gallery .main-img img,
.item-details .product-images-piece #gallery .main-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.item-details .product-images #gallery .main-voir-img img,
.item-details .product-images-piece #gallery .main-voir-img img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

.item-details .top-area .formulaire {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 5px;
}

.item-details .product-images .images {
  display: -ms-grid;
  display: grid;
  Grid-template-columns: repeat(5, 1fr);
  Grid-gap: 1em 1em;
  Margin-top: 1em;
}

.item-details .product-images-piece .images {
  display: -ms-grid;
  display: grid;
  Grid-template-columns: repeat(3, 1fr);
  Grid-gap: 1em 1em;
  Margin-top: 1em;
}

@media (max-width: 767px) {

  .item-details .product-images .images,
  .item-details .product-images-piece .images {
    Grid-template-columns: repeat(3, 1fr);
  }

  .item-details .product-images #gallery .main-voir-img img,
  .item-details .product-images-piece #gallery .main-voir-img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
  }

  .item-details .product-images #gallery .main-img img,
  .item-details .product-images-piece #gallery .main-img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
  }

}

@-webkit-keyframes fadeIn {
  to {
    Opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    Opacity: 1;
  }
}

.item-details .product-images .fade-in {
  -webkit-animation: fadeIn 0.5s ease-in 1 forwards;
  animation: fadeIn 0.5s ease-in 1 forwards;

}

.item-details .product-info {
  padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .item-details .product-info {
    padding: 0;
    margin-top: 10px;
  }
}

.item-details .product-info .title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .item-details .product-info .title {
    font-size: 18px;
  }
}

.item-details .product-info .category {
  display: block;
  margin-bottom: 15px;
}

.item-details .product-info .category i {
  display: inline-block;
  margin-right: 5px;
  color: #888;
}

.item-details .product-info .category a {
  color: #888;
  font-weight: 400;
  display: inline-block;
  margin-left: 5px;
}

.item-details .product-info .category a:hover {
  color: #0AA64B;
}

.item-details .product-info .price {
  color: #081828;
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .item-details .product-info .price {
    font-size: 20px;
  }
}

.item-details .product-info .price span {
  display: inline-block;
  margin-left: 15px;
  color: #888;
  text-decoration: line-through;
  font-size: 23px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .item-details .product-info .price span {
    font-size: 20px;
  }
}

.item-details .product-info .info-text {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.item-details .product-info .form-group {
  margin-top: 20px;
}

.item-details .product-info .form-group.color-option .title-label {
  display: block !important;
}

.item-details .product-info .form-group.color-option .single-checkbox,
.form-group.color-option .single-checkbox {
  margin-top: 8px;
  display: inline-block;
  margin-right: 5px;
}

.item-details .product-info .form-group.color-option .single-checkbox.nav-item:last-child,
.form-group.color-option .single-checkbox.nav-item:last-child {
  margin-right: 0;
}

.item-details .product-info .form-group.color-option .single-checkbox label,
.form-group.color-option .single-checkbox label {
  font-size: 16px;
  margin-bottom: 0;
  position: relative;
  bottom: -2px;
}

.item-details .product-info .form-group.color-option .single-checkbox input[type="radio"],
.form-group.color-option .single-checkbox input[type="radio"] {
  display: none;
}

.item-details .product-info .form-group.color-option .single-checkbox input[type="radio"]+label span,
.form-group.color-option .single-checkbox input[type="radio"]+label span {
  border-color: #0AA64B;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 0 5px -3px 0;
  border: 1px solid #d5d5d5;
}

.item-details .product-info .form-group.color-option .single-checkbox input[type="radio"]+label span::before,
.form-group.color-option .single-checkbox input[type="radio"]+label span::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 18px;
  height: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  font-size: 10px;
  line-height: 1.2;
  background-color: #0AA64B;
  font-family: "Lineicons";
  content: "\ea5b";
  padding-left: 0px;
  padding-top: 3px;
  border-radius: 50%;
  margin-top: -9px;
  margin-left: -9px;
  text-align: center;
  cursor: pointer;
}

.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-1 input[type="radio"]+label span,
.form-group.color-option .single-checkbox.checkbox-style-1 input[type="radio"]+label span {
  border: 2px solid #0AA64B;
  cursor: pointer;
}

.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-1 input[type="radio"]+label span::before,
.form-group.color-option .single-checkbox.checkbox-style-1 input[type="radio"]+label span::before {
  background-color: #0AA64B;
  cursor: pointer;
}

.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-2 input[type="radio"]+label span,
.form-group.color-option .single-checkbox.checkbox-style-2 input[type="radio"]+label span {
  border: 2px solid #0AA64B;
  cursor: pointer;
}

.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-2 input[type="radio"]+label span::before,
.form-group.color-option .single-checkbox.checkbox-style-2 input[type="radio"]+label span::before {
  background-color: #0AA64B;
  cursor: pointer;
}

.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-3 input[type="radio"]+label span,
.form-group.color-option .single-checkbox.checkbox-style-3 input[type="radio"]+label span {
  border: 2px solid #0AA64B;
  cursor: pointer;
}

.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-3 input[type="radio"]+label span::before,
.form-group.color-option .single-checkbox.checkbox-style-3 input[type="radio"]+label span::before {
  background-color: #0AA64B;
  cursor: pointer;
}

.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-4 input[type="radio"]+label span,
.form-group.color-option .single-checkbox.checkbox-style-4 input[type="radio"]+label span {
  border: 2px solid #0AA64B;
  cursor: pointer;
}

.item-details .product-info .form-group.color-option .single-checkbox.checkbox-style-4 input[type="radio"]+label span::before,
.form-group.color-option .single-checkbox.checkbox-style-4 input[type="radio"]+label span::before {
  background-color: #0AA64B;
  cursor: pointer;
}

.item-details .product-info .form-group.color-option .single-checkbox input[type="radio"]:checked+label span,
.form-group.color-option .single-checkbox input[type="radio"]:checked+label span {
  border-color: transparent;
}

.item-details .product-info .form-group.color-option .single-checkbox input[type="radio"]:checked+label span::before,
.form-group.color-option .single-checkbox input[type="radio"]:checked+label span::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
}

.item-details .product-info .form-group input:-moz-focusring {
  outline: 0;
}

.item-details .product-info .form-group select:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.item-details .product-info .form-group label {
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
}

.item-details .product-info .form-group select.form-control {
  padding-right: 38px;
  padding-left: 15px;
  background-position: center right 17px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE4NS4zNDQgMTg1LjM0NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTg1LjM0NCAxODUuMzQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTkyLjY3MiwxNDQuMzczYy0yLjc1MiwwLTUuNDkzLTEuMDQ0LTcuNTkzLTMuMTM4TDMuMTQ1LDU5LjMwMWMtNC4xOTQtNC4xOTktNC4xOTQtMTAuOTkyLDAtMTUuMTggICAgYzQuMTk0LTQuMTk5LDEwLjk4Ny00LjE5OSwxNS4xOCwwbDc0LjM0Nyw3NC4zNDFsNzQuMzQ3LTc0LjM0MWM0LjE5NC00LjE5OSwxMC45ODctNC4xOTksMTUuMTgsMCAgICBjNC4xOTQsNC4xOTQsNC4xOTQsMTAuOTgxLDAsMTUuMThsLTgxLjkzOSw4MS45MzRDOTguMTY2LDE0My4zMjksOTUuNDE5LDE0NC4zNzMsOTIuNjcyLDE0NC4zNzN6IiBmaWxsPSIjNTA1MDUwIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: 10px 10px;
}

.item-details .product-info .form-group select.form-control:not([size]):not([multiple]) {
  height: 46px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #e1e1e1;
}

.item-details .product-info .quantity .inner-content {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-details .product-info .quantity .inner-content input.text {
  width: 60px;
  height: 46px;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  font-weight: 500;
  border-right: none;
  border-left: none;
}

.item-details .product-info .quantity .inner-content input.button {
  width: 35px;
  height: 46px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.item-details .product-info .quantity .inner-content input.button.first {
  border-radius: 4px 0px 0px 4px;
  overflow: hidden;
}

.item-details .product-info .quantity .inner-content input.button.last {
  border-radius: 0px 4px 4px 0px;
  overflow: hidden;
}

.item-details .product-info .quantity .inner-content input.button:hover {
  background-color: #0AA64B;
  border-color: transparent;
  color: #fff;
}

.item-details .product-info .cart-button {
  width: 100%;
}

.item-details .product-info .cart-button .btn {
  width: 100%;
  height: 46px;
  padding: 0;
}

.item-details .product-info .wish-button {
  width: 100%;
  justify-content: center;
  text-align: center;
  margin-top: 50px;

}


/******************************
proposer vente
*****************************/
.proposer-vente {
  padding: 20px;
  border-radius: 5px;
  margin-top: 120px;
  border: 1px solid #eee;
}

.proposer-vente .product-images #gallery .main-img img {
  height: 410px;
  width: 100%;
}

.proposer-catalogue {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .item-details .product-info .wish-button {
    margin-top: 12px;
  }

  .proposer-vente .product-images #gallery .main-img img {
    height: 210px;
    width: 100%;
  }

  .or-container {
    margin-top: -37px;
  }

  .proposer-catalogue {
    margin-top: 80px;
  }

  .proposer-vente {
    border: none;
    margin-top: 70px;
  }

  .proposer-vente .line-separator {
    display: none;
  }


}

.item-details .product-info .wish-button .btn {
  display: inline-block;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: #fff;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 46px;
  width: 100%;
  background-color: #000;

}

.item-details .product-info .wish-button .btn:hover {
  color: #fff;
  background-color: #0AA64B;
  border-color: transparent;
}

.item-details .product-info .wish-button .btn:last-child {
  margin: 0;
}

.item-details .product-info .wish-button .btn i {
  font-size: 16px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.item-details .product-info .list-info {
  border-top: 1px solid #eee;
  margin-top: 30px;
  padding-top: 30px;
}

.item-details .product-info .list-info h4 {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}

.item-details .product-info .list-info ul li {
  display: block;
  margin-bottom: 6px;
}

.item-details .product-info .list-info ul li:last-child {
  margin: 0;
}

.item-details .product-info .list-info ul li span {
  display: inline-block;
  font-weight: 500;
  min-width: 100px;
}

.item-details .product-info .bottom-content {
  margin-bottom: -45px;
  margin-top: 30px;
}

.item-details .product-info .social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: -5px;
}

@media (max-width: 767px) {
  .item-details .product-info .social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }
}

.item-details .product-info .social-share h4 {
  font-size: 13px;
  font-weight: 500;
  color: #666;
  display: inline-block;
  margin-right: 13px;
  position: relative;
  top: 11px;
}

.item-details .product-info .social-share ul {
  display: inline-block;
  float: right;
}

@media (max-width: 767px) {
  .item-details .product-info .social-share ul {
    float: none;
  }
}

.item-details .product-info .social-share ul li {
  display: inline-block;
  margin-right: 2px;
  margin-top: 5px;
}

.item-details .product-info .social-share ul li:last-child {
  margin-right: 0;
}

.item-details .product-info .social-share ul li a {
  height: 30px;
  width: 30px;
  text-align: center;
  display: block;
  border-radius: 4px;
  border: 1px solid #eee;
  background-color: #fff;
  color: #0AA64B;
  line-height: 30px;
  font-size: 12px;
}

.item-details .product-info .social-share ul li a.facebook {
  color: #3b5999;
}

.item-details .product-info .social-share ul li a.facebook:hover {
  border-color: transparent;
  background-color: #3b5999;
  color: #fff;
}

.item-details .product-info .social-share ul li a.twitter {
  color: #55acee;
}

.item-details .product-info .social-share ul li a.twitter:hover {
  border-color: transparent;
  background-color: #0AA64B;
  color: #fff;
}

.item-details .product-info .social-share ul li a.google {
  color: #dd4b39;
}

.item-details .product-info .social-share ul li a.google:hover {
  border-color: transparent;
  background-color: #dd4b39;
  color: #fff;
}

.item-details .product-info .social-share ul li a.linkedin {
  color: #0AA64B;
}

.item-details .product-info .social-share ul li a.linkedin:hover {
  border-color: transparent;
  background-color: #0077B5;
  color: #fff;
}

.item-details .product-info .social-share ul li a.pinterest {
  color: #bd081c;
}

.item-details .product-info .social-share ul li a.pinterest:hover {
  border-color: transparent;
  background-color: #bd081c;
  color: #fff;
}


/* Product Details Info */
.product-details-info .single-block {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .product-details-info .info-body.custom-responsive-margin {
    margin-bottom: 30px;
  }
}

.product-details-info .info-body h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.product-details-info .info-body p {
  margin: 20px 0;
}

.product-details-info .info-body .features li {
  display: block;
  margin-bottom: 12px;
  position: relative;
  padding-left: 15px;
}

.product-details-info .info-body .features li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  height: 6px;
  width: 6px;
  background-color: #0AA64B;
  border-radius: 6px;
}

.product-details-info .info-body .features li:last-child {
  margin: 0;
}

.product-details-info .info-body .normal-list {
  margin-bottom: 30px;
}

.product-details-info .info-body .normal-list:last-child {
  margin-bottom: 0;
}

.product-details-info .info-body .normal-list li {
  display: block;
  margin-bottom: 12px;
  position: relative;
}

.product-details-info .info-body .normal-list li span {
  font-weight: 500;
  color: #555;
}

.product-details-info .info-body .normal-list li:last-child {
  margin: 0;
}

.product-details-info .give-review h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

.product-details-info .give-review ul li {
  display: block;
  margin-bottom: 12px;
}

.product-details-info .give-review ul li span {
  color: #666;
  display: inline-block;
  margin-right: 8px;
  min-width: 80px;
}

.product-details-info .give-review ul li i {
  display: inline-block;
  color: #0AA64B;
  font-size: 12px;
}

.product-details-info .give-review .review-btn {
  margin-top: 30px;
  padding: 12px 30px;
  width: 100%;
  background-color: #0AA64B;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.product-details-info .give-review .review-btn:hover {
  color: #fff;
  background-color: #081828;
}

.product-details-info .reviews .title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

.product-details-info .reviews .single-review {
  position: relative;
  padding-left: 80px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .product-details-info .reviews .single-review {
    padding-left: 60px;
  }
}

.product-details-info .reviews .single-review:last-child {
  margin-bottom: 0;
}

.product-details-info .reviews .single-review img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .product-details-info .reviews .single-review img {
    height: 40px;
    width: 40px;
  }
}

.product-details-info .reviews .single-review .review-info {
  position: relative;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 25px;
}

@media (max-width: 767px) {
  .product-details-info .reviews .single-review .review-info {
    padding: 20px;
  }
}

.product-details-info .reviews .single-review .review-info::before {
  position: absolute;
  top: 12px;
  right: 100%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: '';
  pointer-events: none;
  margin-top: 9px;
  border-width: 10px;
  border-color: transparent;
  border-right-color: #e5e5e5;
}

@media (max-width: 767px) {
  .product-details-info .reviews .single-review .review-info::before {
    top: 5px;
  }
}

.product-details-info .reviews .single-review .review-info::after {
  position: absolute;
  top: 12px;
  right: 100%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: '';
  pointer-events: none;
  margin-top: 10px;
  border-width: 9px;
  border-color: transparent;
  border-right-color: #fff;
}

@media (max-width: 767px) {
  .product-details-info .reviews .single-review .review-info::after {
    top: 5px;
  }
}

.product-details-info .reviews .single-review .review-info h4 {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .product-details-info .reviews .single-review .review-info h4 {
    font-size: 14px;
  }
}

.product-details-info .reviews .single-review .review-info h4 span {
  font-size: 14px;
  display: block;
  color: #888;
  margin-top: 7px;
}

.product-details-info .reviews .single-review .review-info .stars {
  margin-top: 8px;
}

.product-details-info .reviews .single-review .review-info .stars li {
  display: inline-block;
  color: #0AA64B;
  font-size: 12px;
}

.product-details-info .reviews .single-review .review-info p {
  margin-top: 15px;
}


/* .section {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
} */


/*======================================
    Product CSS
========================================*/
/* Single Product*/
.single-product {
  border: 1px solid #eee;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 20px #00000012;
  box-shadow: 0px 0px 20px #00000012;
  padding: 8px;
  background: #fff;
}

.single-product .product-image {
  overflow: hidden;
  position: relative;
}

.single-product .product-image .new-tag {
  background: #0AA64B;
  font-size: 5px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  padding: 5px 5px;
  left: 0;
  z-index: 10;
}

.categories .categories-item .new-tag {
  background: #0AA64B;
  font-size: 5px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  padding: 5px 5px;
  left: 0;
  z-index: 10;
}

.categories .categories-item .new-tag-action {
  /* background: #fff; */

  top: 0;
  /* padding: 5px 5px; */
  right: 0;
  z-index: 10;
  position: absolute;
}

.categories .categories-item .new-tag-action span {
  background: #fff;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  margin: 2px;
  border: 2px solid #0AA64B;
  cursor: pointer;
  z-index: 999999;
  padding: 2px 6px 2px 6px;
}

.categories .categories-item .new-tag-action-reserve {
  top: 30px;
  /* padding: 5px 5px; */
  right: 0;
  z-index: 10;
  position: absolute;
}

.categories .categories-item .new-tag-action-reserve span {
  background: #fff;
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  margin: 2px;
  border: 2px solid #0AA64B;
  cursor: pointer;
  z-index: 999999;
  padding: 2px 6px 2px 6px;
}

/* Styles pour les téléphones */
@media (max-width: 767px) {
  .categories .categories-item .new-tag-action span {
    padding: 5px 0 5px 0;
  }
}

.categories .categories-item .disponibilite {
  background: #fff;
  font-size: 12px;
  color: #000;
  font-weight: bold;
  position: absolute;
  top: 0;
  padding: 5px 5px;
  right: 0;
  z-index: 10;
}

.single-product .product-image .button {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.single-product .product-image .button .btn {
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 600;
  width: 140px;
}

.single-product .product-image .button .btn i {
  font-size: 18px;
  position: relative;
  top: 2px;
}

.single-product .product-image img {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 350px;
}

.single-product .vehicu_expert img {
  height: 150px;
}

@media (max-width: 767px) {
  .single-product .product-image img {
    width: 100%;
    height: 200px;
  }

  .single-product .vehicu_expe .star {
    padding-top: -50px;
  }
}

.single-product:hover .product-image .button {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
}

.single-product:hover .product-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);

}

.single-product .product-info {
  padding-top: -20px;
  padding: 20px;
  background-color: #fff;
}

.single-product .vehicu_expe {
  padding: 10;
}

.single-product .product-info .category {
  color: #888;
  font-size: 13px;
  display: block;
  margin-bottom: 2px;
}

.single-product .product-info .title a {
  font-size: 16px;
  font-weight: 700;
  color: #081828;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .single-product .product-info .title a {
    font-size: 15px;
  }
}

.single-product .product-info .title a:hover {
  color: #0AA64B;
}

.single-product .product-info .review {
  margin-top: 5px;
}

.single-product .product-info .review li {
  display: inline-block;
}

.single-product .product-info .review li i {
  color: #0AA64B;
  font-size: 13px;
}

.single-product .product-info .review li span {
  display: inline-block;
  margin-left: 4px;
  color: #888;
  font-size: 13px;
}

.single-product .product-info .price {
  margin-top: 15px;
}

.single-product .product-info .price span {
  font-size: 17px;
  font-weight: 700;
  color: #0AA64B;
  display: inline-block;
}

.single-product .product-info .price .discount-price {
  margin: 0;
  color: #aaaaaa;
  text-decoration: line-through;
  font-weight: normal;
  margin-left: 10px;
  font-size: 14px;
  display: inline-block;
}

/* End Single Product */

button {
  background-color: #0AA64B;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 14px;
  font-family: Raleway;
  cursor: pointer;
  margin-top: 10px;
}

button:hover {
  opacity: 0.8
}

button:focus {
  outline: none !important;
}

#prevBtn {
  background-color: #0AA64B;
}

.input-radio,
.input-checkbox {
  position: relative;
  display: block;
}

.input-radio input[type="radio"]:not(:checked),
.input-radio input[type="radio"]:checked,
.input-checkbox input[type="checkbox"]:not(:checked),
.input-checkbox input[type="checkbox"]:checked {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.input-radio label,
.input-checkbox label {
  font-weight: 500;
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 18px;
}

.input-radio input[type="radio"]+label span,
.input-checkbox input[type="checkbox"]+label span {
  position: absolute;
  left: 2px;
  top: 6px;
  width: 18px;
  height: 18px;
  border: 2px solid #E4E7ED;
  background: #FFF;
}

.input-radio input[type="radio"]+label span {
  border-radius: 50%;
}

.input-radio input[type="radio"]+label span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background-color: #FFF;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: none;
}

.input-checkbox input[type="checkbox"]+label span:after {
  content: '✔';
  position: absolute;
  top: -11px;
  left: 1px;
  font-size: 24px;
  color: #0AA64B;
  opacity: 0;
  border: none;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.input-radio input[type="radio"]:checked+label span,
.input-checkbox input[type="checkbox"]:checked+label span {
  background-color: #fff;
  border: none;
}

.input-radio input[type="radio"]:checked+label span:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.input-checkbox input[type="checkbox"]:checked+label span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.input-radio .caption,
.input-checkbox .caption {
  margin-top: 5px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s max-height;
  transition: 0.3s max-height;
}

.input-radio input[type="radio"]:checked~.caption,
.input-checkbox input[type="checkbox"]:checked~.caption {
  max-height: 800px;
}

/***STATISTIQUE VENTE***/
.recent-posts .post-item {
  display: flex;
}

.recent-posts .post-item .post-text {
  margin-top: 40px;
}

.recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.recent-posts img {
  width: 230px;
  height: 140px;
  margin-right: 15px;
}

/*** Header carousel ***/
@media (max-width: 767px) {
  .recent-posts img {
    width: 150px;
    height: 120px;
    margin-right: 15px;
  }

  .recent-posts .post-item .post-text {
    margin-top: 30px;
  }
}

.recent-posts h4 {
  font-size: 15px;
  font-weight: 400;
}

.recent-posts h4 a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.recent-posts h4 a:hover {
  color: #0AA64B;
}

.recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(var(--color-default-rgb), 0.4);
}

.footer-links h4 {
  font-size: 16px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  margin-left: 40px;
}

.footer-links ul i {
  color: #FFF;
  font-size: 15px;
  line-height: 1;
  background-color: #029c07;
  border-radius: 50px;
  max-width: 30px;
}

.footer-links ul li {
  padding: 2px 0;
  display: flex;

}

.footer-links ul li:first-child {
  padding-top: 0;
}

.footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer-links ul a:hover {
  text-decoration: none;
  color: #0AA64B;
}

.footer-link .legend {
  display: flex;
  margin-bottom: 10px;
}

.footer-link .legend .green {
  display: flex;
  padding: 10px;
  background: #0AA64B;
}

.footer-link .legend .blue {
  display: flex;
  padding: 10px;
  background: #0AA64B;
}

.footer-link .legend .red {
  display: flex;
  padding: 10px;
  background: red;
}

.form-control {
  border-bottom: 2px solid #eee !important;
  border: none;
  font-weight: 600;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #0AA64B;
  outline: 0;
  box-shadow: none;
  border-radius: 0px;
  border-bottom: 2px solid #0AA64B !important;
  cursor: pointer;

}

.form-control option {
  color: #000;
  background-color: #0AA64B;
  height: 50px;
  transition: 2s;
  cursor: pointer;
}

.form-control option:hover {
  transition: 2s;
  cursor: pointer;
}


.inputbox {
  position: relative;
  margin-bottom: 20px;
  width: 100%
}

.inputbox span {
  position: absolute;
  top: 7px;
  left: 11px;
  transition: 0.5s
}

.inputbox i {
  position: absolute;
  top: 13px;
  right: 8px;
  transition: 0.5s;
  color: #3F51B5
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.inputbox select option:hover {
  background: #eee;
  padding: 5px;
}

.inputbox input:focus~span,
.inputbox select:focus~span {
  transform: translateX(-0px) translateY(-15px);
  font-size: 12px
}

.inputbox input:valid~span,
.inputbox select:focus~span {
  transform: translateX(-0px) translateY(-15px);
  font-size: 12px
}

.card-blue {

  background-color: #0AA64B;
}

.hightlight {

  background-color: #0AA64B;
  padding: 10px;
  border-radius: 10px;
  margin-top: 15px;
  font-size: 14px;
}

.yellow {

  color: #0AA64B;
}

.decoration {

  text-decoration: none;
  font-size: 14px;
}

.btn-success {
  color: #fff;
  border-color: #0AA64B;
}

.btn-success:hover {
  color: #fff;
  border-color: #0AA64B;
}


.decoration:hover {

  text-decoration: none;
  color: #0AA64B;
}

/*--------------------------------------------------------------
# nos prestation
--------------------------------------------------------------*/
.nos-prestation {
  margin-top: 85px;
}

@media (max-width: 767px) {
  .nos-prestation {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------
# Questions
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/

@media (max-width: 991px) {
  .faq {
    padding: 0;
  }
}

.question-frequent {
  margin-top: 60px;
  height: 180px;
}

.faq {
  margin-top: -72px;
}

/* Styles pour les tablettes */
@media (min-width: 768px) and (max-width: 1023px) {
  .question-frequent {
    margin-top: -5px;
    height: 150px;
  }

  .question-frequent h1 {
    padding-top: 10px;
    font-size: 30px;
    weight: 900px;
  }
}

@media (max-width: 767px) {
  .question-frequent {
    margin-top: 0px;
    height: 120px;
  }

  .faq .img {
    display: none;
  }

  .question-frequent h1 {
    font-size: 25px;
    weight: 900px;
  }
}

.faq .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: var(--color-secondary);
}

.faq .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.faq .content p {
  font-size: 15px;
  color: var(--color-gray);
}

.faq .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
}

.faq .accordion-item {
  border: 0;
  margin-top: 15px;
  box-shadow: 0px 5px 25px 0px rgba(var(--color-black-rgb), 0.06);
}

.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 40px 20px 50px;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: var(--color-default);
  text-align: left;
  background: var(--color-white);
  box-shadow: none;
  border-radius: 5px;
}

.faq .accordion-button:not(.collapsed) {
  color: var(--color-primary);
  border-bottom: 0;
  box-shadow: none;
}

.faq .question-icon {
  position: absolute;
  top: 14px;
  left: 20px;
  font-size: 20px;
  color: var(--color-primary);
}

.faq .accordion-button:after {
  position: absolute;
  right: 15px;
  top: 15px;
  color: var(--color-primary);
}

.faq .accordion-body {
  padding: 0 30px 20px 50px;
  border: 0;
  border-radius: 5px;
  background: var(--color-white);
  box-shadow: none;
}

/*-------------------------------------------------------------------------------------
--------------------------------------form validation-------------------------------*/

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #0AA64B;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

/****************** bloc input*********************/
.form__div {
  height: 50px;
  position: relative;
  margin-bottom: 24px;
}

.form-control {
  width: 100%;
  height: 45px;
  font-size: 14px;
  border: 1px solid #0AA64B;
  border-radius: 0;
  outline: none;
  padding: 2px;
  background: none;
  z-index: 1;
  box-shadow: none;
  padding-left: 12px;
}

.form__label {
  position: absolute;
  left: 12px;
  top: 10px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  transition: .3s;
}

.form-control:focus+.form__label {
  top: -8px;
  left: 12px;
  color: #0AA64B;
  font-size: 12px;
  font-weight: 500;
  z-index: 10;
}

.form-control:not(:placeholder-shown).form-control:not(:focus)+.form__label {
  top: -8px;
  left: 12px;
  font-size: 12px;
  font-weight: 500;
  z-index: 10;
}

.form-control:focus {
  border: 1.5px solid #0AA64B;
  box-shadow: none;
}

.box-1 {
  user-select: none;
}

@media (max-width: 767px) {
  .box-taille {
    margin-top: -130px;
  }

  .box-1-taille {
    margin-top: -130px;
  }
}

.box-inf {
  width: 100%;
}

.box-1 div .fs-12 {
  font-size: 8px;
  color: white;
}

.box-1 div .fs-14 {
  font-size: 15px;
  color: white;
}

.box-1 img.mobile-pic {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.box-1 .name {
  font-size: 11px;
  font-weight: 600;
}

.dis {
  font-size: 12px;
  font-weight: 500;
}

label.box {
  width: 100%;
  font-size: 12px;
  background: #ddd;
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid transparent;
}

#one:checked~label.first,
#two:checked~label.second,
#three:checked~label.third,
#quatre:checked~label.faur,
#cinq:checked~label.five,
#six:checked~label.sixth,
#set:checked~label.setht,
#huit:checked~label.huith,
#neuf:checked~label.neth,
#dix:checked~label.tenth,
#onze:checked~label.eleventh,
#douze:checked~label.twelth,
#treze:checked~label.thirteen,
#quatorze:checked~label.thaurty,
#quinze:checked~label.fifteen #seize:checked~label.sixteen,
#vingt:checked~label.twenty,
#trente:checked~label.thirthy {
  border-color: #0AA64B;
}

#one:checked~label.first .circle,
#two:checked~label.second .circle,
#three:checked~label.third .circle,
#quatre:checked~label.faur .circle,
#cinq:checked~label.five .circle,
#six:checked~label.sixth .circle,
#set:checked~label.setht .circle,
#huit:checked~label.huith .circle,
#neuf:checked~label.neth .circle,
#dix:checked~label.tenth .circle,
#onze:checked~label.eleventh .circle,
#douze:checked~label.twelth .circle,
#treze:checked~label.thirteen .circle,
#quatorze:checked~label.thaurty .circle,
#quinze:checked~label.fifteen .circle,
#seize:checked~label.sixteen .circle,
#vingt:checked~label.twenty .circle,
#trente:checked~label.thirthy .circle {
  border-color: #0AA64B;
  background-color: #fff;
}

label.box .course {
  width: 100%;
}

label.box .circle {
  height: 12px;
  width: 12px;
  background: #ccc;
  border-radius: 50%;
  margin-right: 15px;
  border: 4px solid transparent;
  display: inline-block;
  margin-top: 5px;
}

input[type="radio"] {
  display: none;
  padding-top: 10px;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #0AA64B;
}

@media (max-width: 768px) {

  .box-1,
  .box-2 {
    padding: 5px 5px;
    margin: 20px auto;
  }
}

@media (max-width: 426px) {

  .box-1,
  .box-2 {
    padding: 5px 5px;
  }
}

.box {
  height: 40px;
  width: 50px;
  display: flex;
  background-color: #ddd;
}

.btn.btn-primary.payment {
  background-color: #0AA64B;
  color: white;
  border-radius: 0px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.comdexpertoner img {
  width: 100%;
  height: 90%;
}

@media (max-width: 767px) {
  .comdexpertoner form {
    margin-top: -95px;
  }

  .comdexpertoner .table {
    margin-top: -75px
  }

  .comdexpertoner .show-formulaire {
    margin-top: 45px;
  }

}

.comdexpertoner {
  margin-top: 120px;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comdexpertoner img {
    display: none;
  }
}


/*=========================================================
	13 -> PRODUITS
===========================================================*/
#product1 {
  text-align: center;
}

#product .pro-container {
  padding: 10px;
}

.product-info .pro {
  padding: 5px 7px;
  border-radius: 20px;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
  cursor: pointer;
  margin: 15px 0;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  box-shadow: 0px 0px 20px #00000012;
  background: #fff;
  position: relative;
}

.product-info .title h5 {
  text-align: left;
  font-weight: 700;
}

.product-info .title hr {
  width: 230px;
  margin-top: -5px;

}

.product-info .des {
  padding: 1px 0;
  display: flex;
  gap: 45px;

}

/* 
.product-info .des .menu button{
  padding: 5px;
  background : #F1910C;
  color: #fff;

} */
.product-info .des .menu i {
  color: #fff;
  cursor: pointer;
  font-size: 20px;
}

.product-info .de {
  text-align: center;
  padding: 10px 0;
  gap: 45px;
}

.product-info .packaging {
  margin-left: 13px;
}

.product-info .packaging img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
  transition: all 0.4s ease;
}

.product-info .des .star {
  text-align: right;
  margin-top: -35px;
}

.vehicu_expe .des .star {
  text-align: left;

}

.product-info .packaging img {
  max-width: 300px;
}

@media (max-width: 767px) {
  .product-info .des .star {
    margin-top: -5px;
  }

  .product-info .des .star {
    text-align: left;
  }

  .product-info .packaging {
    margin-left: -12px;
  }

  .product-info .packaging img {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .product-info .des .menu button {
    width: 100%;
  }
}

.product-info .ddd {
  display: flex;
  gap: 45px;
}

.product-info .ddd .stares {
  text-align: right;
}

.product-info .des .star .promo-act {
  color: #0AA64B;
}

.product-info .des .star .promo-enc {
  font-size: 14px;
  font-weight: 800;
}

.product-info .des .star .name {
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 800px;
}

.product-info .des .star .prix {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 800px;
}


/*--------------------------------------------------------------
# Features Section   Profile utilisateur
--------------------------------------------------------------*/
.features {
  margin-top: 140px;
}

.features .profil-paramettre .image-edit {
  width: 100%;
  height: 400px;
}

/* Styles pour les téléphones */
@media (max-width: 767px) {
  .features {
    margin-top: 50px;
  }

  .features .profil-paramettre {
    margin-top: -20px
  }

  .features .profil-paramettre .bloc-trois {
    margin-top: -75px;
  }

  .features .profil-paramettre .image-edit {
    width: 100%;
    height: 250px;
  }

}

.features .profil-paramettre .bloc-trois {
  padding-top: 55px;
}

/* Styles pour les tablettes */
@media (min-width: 768px) and (max-width: 1023px) {
  .features .profil-paramettre .image-profile {
    display: none;
  }

  .features .profil-paramettre .bloc-trois {
    margin-top: -75px;
  }
}

.features .nav-tabs {
  border: 0;
}

.features .nav-tabs li {
  display: flex;
  gap: 2px;
}

.features .nav-tabs .nav-item {
  width: 25%;
  align-items: center;
  justify-content: center;
}

.features .nav-link {
  border: 0;
  padding: 25px 20px;
  color: var(--color-secondary);
  border: 1px solid #eee;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0s;
  cursor: pointer;
  height: 100%;
  width: 100%;
}

/* Afficher le menu de navigation sur PC */
@media only screen and (min-width: 768px) {}

/* Cacher le menu de navigation sur téléphone */
@media only screen and (max-width: 767px) {
  .features .nav-link {
    width: 100%;
  }

  .features .nav-tabs li .nav-link h4 {
    display: none;
  }

}

/* Styles pour les tablettes */
@media (min-width: 768px) and (max-width: 1023px) {
  .features .nav-tabs li .nav-link h4 {
    display: none;
  }
}

.features .nav-link i {
  font-size: 32px;
  line-height: 0;
}

.features .nav-link h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0 0 0;
  color: var(--color-secondary);
}

.features .nav-link:hover {
  color: var(--color-primary);
}

.features .nav-link.active {
  transition: 0.3s;
  background: var(--color-secondary) linear-gradient(rgba(var(--color-primary-rgb), 0.95), rgba(var(--color-primary-rgb), 0.6));
  border-color: var(--color-primary);
}

.features .nav-link.active h4 {
  color: var(--color-white);
}

.features .nav-link.active i {
  color: var(--color-white) !important;
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.features .tab-pane h3 {
  font-weight: 600;
  font-size: 36px;
  color: var(--color-secondary);
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
}

.features .tab-pane ul i {
  font-size: 24px;
  margin-right: 4px;
  color: var(--color-primary);
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*======================================
	Catégory
========================================*/
/* .trending-product {
  margin-top: 150px;
} */

.trending-product .titre {
  color: #0AA64B;
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 20px;
}

.trending-product .category ul li {
  background: #0AA64B;
  padding: 10px 0 10px 0;
  margin-bottom: 5px;
  border-radius: 20px;
  cursor: pointer;
  align-items: center;
  text-align: center;
}

.trending-product .category ul li a {
  color: #fff;
  font-size: 14px;
}

.trending-product .category ul li:hover {
  background: #000;
}

.misc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: calc(70vh - (1.625rem * 2));
}

/*====================================
selection
====================================*/
.rs-select2 .select2-container {
  width: 100% !important;
  outline: none;
  -webkit-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.rs-select2 .select2-container .select2-selection--single {
  outline: none;
  border: none;
  height: 45px;
  background: transparent;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 0;
  color: #555;
  font-size: 16px;
  font-family: inherit;
  padding-left: 22px;
  padding-right: 50px;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow {
  height: 45px;
  right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.rs-select2 .select2-container .select2-selection--single .select2-selection__arrow:after {
  font-family: "Material-Design-Iconic-Font";
  content: '\f2f9';
  font-size: 24px;
  color: #999;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.rs-select2 .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow::after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}


/*======================================
	Footer CSS
========================================*/
.footer {
  position: relative;

}

.footer .footer-middle {
  background-color: #000;
  bottom: 0;
}

.footer-top {
  background-color: #bdbebe26;
}

.footer-top .inner-content {
  padding: 25px 0;
  border-bottom: 1px solid #bdbebe26;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top .inner-content {
    padding: 50px 0;
  }

  .resume {
    margin-left: 20px;
  }

}

@media (max-width: 767px) {
  .footer-top .inner-content {
    padding: 40px 0;
    text-align: center;
  }
}

.footer-top .footer-logo a img {
  width: 180px;
  height: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top .footer-logo a img {
    width: 190px;
  }
}

@media (max-width: 767px) {
  .footer-top .footer-logo a img {
    width: 180px;
  }
}

@media (max-width: 767px) {
  .footer-top .footer-newsletter {
    padding: 0px 20px;
  }
}

.footer-top .footer-newsletter .title {
  color: #0AA64B;
  font-size: 22px;
  font-weight: 800;
  float: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top .footer-newsletter .title {
    margin-bottom: 20px;
    display: block;
  }
}

@media (max-width: 767px) {
  .footer-top .footer-newsletter .title {
    margin-bottom: 20px;
    display: block;
    font-size: 18px;
    width: 100%;
  }
}

.footer-top .footer-newsletter .title span {
  color: #09000c;
  display: block;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .footer-top .footer-newsletter .title span {
    margin-top: 10px;
  }
}

.footer-top .footer-newsletter .newsletter-form {
  float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-top .footer-newsletter .newsletter-form {
    float: none;
  }
}

@media (max-width: 767px) {
  .footer-top .footer-newsletter .newsletter-form {
    float: none;
    margin-top: 20px;
  }
}

.footer-top .footer-newsletter .newsletter-form input,
.newsletter-form input {
  height: 50px;
  border-radius: 4px;
  width: 300px;
  display: inline-block;
  border: none;
  padding: 0px 20px;
  color: #0e0000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .footer-top .footer-newsletter .newsletter-form input,
  .newsletter-form input {
    width: 240px;
  }
}

@media (max-width: 767px) {

  .footer-top .footer-newsletter .newsletter-form input,
  .newsletter-form input {
    width: 100%;
    text-align: center;
  }
}

.footer-top .footer-newsletter .newsletter-form input::-webkit-input-placeholder,
.newsletter-form input::-webkit-input-placeholder {
  color: #000;
}

.footer-top .footer-newsletter .newsletter-form input:-ms-input-placeholder,
.newsletter-form input:-ms-input-placeholder {
  color: #000;
}

.footer-top .footer-newsletter .newsletter-form input::-ms-input-placeholder,
.newsletter-form input::-ms-input-placeholder {
  color: #000;
}

.footer-top .footer-newsletter .newsletter-form input::placeholder,
.newsletter-form input::placeholder {
  color: #000;
}

.footer-top .footer-newsletter .newsletter-form .button,
.newsletter-form .button {
  display: inline-block;
  margin-left: 6px;
  position: relative;
  top: -8px;
}

@media (max-width: 767px) {

  .footer-top .footer-newsletter .newsletter-form .button,
  .newsletter-form .button,
  .newsletter-form a .newsletter-form .button .span {
    margin: 0;
    margin-top: 10px;
    top: 0;
    width: 100%;
  }
}

.footer-top .footer-newsletter .newsletter-form .button .btn,
.newsletter-form .button .btn {
  height: 50px;
  background: #F1910C;
}

@media (max-width: 767px) {

  .footer-top .footer-newsletter .newsletter-form .button .btn,
  .newsletter-form .button .btn {
    width: 100%;
  }
}

.footer-top .footer-newsletter .newsletter-form .button .btn:hover,
.newsletter-form .button .btn:hover {
  color: #081828;
}

.footer-top .footer-newsletter .newsletter-form .button .btn,
.newsletter-form .button .btn {
  background-color: #0AA64B;
  color: #000;
}

.footer .footer-middle {
  padding-top: 10px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-middle {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .footer .footer-middle {
    padding-top: 10px;
    padding-bottom: 50px;
  }
}

.footer .footer-middle .newsletter-form input {
  width: 100%;
  border-radius: 4px;
  padding: 0px 20px;
  height: 50px;
  border: 1px solid #eee;
}

.footer .footer-middle .newsletter-form .button {
  margin-top: 12px;
}

.footer .footer-middle .newsletter-form .button .btn {
  background-color: #081828;
  color: #fff;
}

.footer .footer-middle .newsletter-form .button .btn:hover {
  background-color: #662382;
  color: #fff;
}

.footer .footer-middle .newsletter-form p {
  color: #888;
  margin-top: 20px;
}

.footer .single-footer {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .footer .single-footer {
    margin-top: 30px;
  }
}

.footer .single-footer h3 {
  position: relative;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}

.footer .single-footer h3::before {
  display: block;
  position: absolute;
  left: 0;
  width: 40px;
  height: 3px;

}



.footer .single-footer.f-link ul li {
  display: block;
  margin-bottom: 12px;
  position: relative;
}

.footer .single-footer.f-link ul li:last-child {
  margin-bottom: 0;
}

.footer .single-footer.f-link ul li a {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.footer .single-footer.f-link ul li a:hover {
  padding-left: 5px;
  color: #fff;
}

.footer .single-footer.f-contact .phone {
  color: #FFF;
}

.footer .single-footer.f-contact ul {
  margin: 10px 0;
}

.footer .single-footer.f-contact ul li {
  display: block;
  margin-bottom: 10px;
  color: #FFF;
}

.footer .single-footer.f-contact ul li span {
  display: block;
}

.footer .single-footer.f-contact ul li:last-child {
  margin: 0;
}

.footer .single-footer.f-contact ul li span {
  color: #FFF;
}

.footer .single-footer.f-contact .mail a {
  color: #FFF;
}

.footer .single-footer.f-contact .mail a:hover {
  color: #FFF;
}

.footer .single-footer.our-app .app-btn li {
  display: block;
  margin-bottom: 15px;
}

.footer .single-footer.our-app .app-btn li:last-child {
  margin-bottom: 0;
}

.footer .single-footer.our-app .app-btn li span {
  display: block !important;
}

.footer .single-footer.our-app .app-btn li a {
  position: relative;
  padding-left: 40px;
  border-radius: 4px;
  padding: 15px 30px;
  padding-left: 60px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #FFF;
}

.footer .single-footer.our-app .app-btn li a i {
  font-size: 27px;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer .single-footer.our-app .app-btn li a .small-title {
  font-size: 13px;
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer .single-footer.our-app .app-btn li a .big-title {
  font-size: 14px;
  font-weight: 500;
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer .single-footer.our-app .app-btn li a:hover {
  background-color: #FFF;
  color: #fff;
  border-color: transparent;
}

.footer .single-footer.our-app .app-btn li a:hover .small-title {
  color: #fff;
}

.footer .single-footer.our-app .app-btn li a:hover .big-title {
  color: #fff;
}


.store-filter {
  margin-top: 15px;
}

.store-sort {
  display: inline-block;
}

.store-sort label {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  margin-right: 15px;
  color: #0AA64B;
}

/*-- Store Grid --*/


.store-grid li {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #FFF;
  border: 1px solid #0AA64B;
  text-align: center;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.store-grid li+li {
  margin-left: 5px;
}

.store-grid li:hover {
  background-color: #E4E7ED;
  color: #0AA64B;
}

.store-grid li.active {
  background-color: #0AA64B;
  border-color: #0AA64B;
  color: #FFF;
  cursor: default;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #0AA64B;
  padding: 50px 1px;
  transition: all ease-in-out 0.3s;
  background: rgba(241, 145, 12, 0.02);
  border-radius: 20px;
  margin-bottom: 8px;
}

.servicese .icon-box {
  text-align: right;
  padding: 20px 15px 10px 15px;
  transition: all ease-in-out 0.3s;
  background: rgba(241, 145, 12, 0.3);
  border-radius: 20px;
  margin-bottom: 8px;
  color: #fff;
  height: 220px;
}

.services .icon-box span,
.servicese .icon-box span {
  background: rgba(241, 145, 12, 0.5);
  border-radius: 50px;
  padding: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

@media (max-width: 767px) {

  .packaging-boutton,
  .packaging-boutton {
    margin-top: 25px;
  }

  .servicese .icon-box {
    padding: 20px 35px 10px 35px;
    height: relative;
  }

  .services .icon-box {
    margin: 0 15px 0 15px;
  }

  .services .icon-box .icon,
  .servicese .icon-box .icon {
    margin-bottom: 10px;
    margin: 0 auto;
  }

  .services .icon-box .icon i,
  .servicese .icon-box .icon i {
    color: #000;
    font-size: 50px;
    transition: ease-in-out 0.3s;
  }

}

.services .pkg:hover,
.servicese .pkg:hover {
  cursor: pointer;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

/* TÃ©lÃ©phones (portrait et paysage) */
@media only screen and (max-width: 767px) {
  .servicese .pkg {
    margin: 0 15px 0 15px;
    margin-bottom: 15px;
  }
}

.services .icon-box .icon,
.servicese .icon-box .icon {
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-top: 30px;
  justify-content: center;
  margin-bottom: 5px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon i,
.servicese .icon-box .icon i {
  color: #000;
  font-size: 55px;
  transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
}

.servicese .icon-box h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 15px;
  color: #000;
}

.services .icon-box h4 a,
.servicese .icon-box h4 a {
  color: #000;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover,
.servicese .icon-box:hover {
  border-color: #000;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.services .icon-box:hover h4 a,
.services .icon-box:hover .icon i,
.servicese .icon-box:hover h4 a,
.servicese .icon-box:hover .icon i {
  color: #000;
}

.services .icon-box:hover .icon {
  border-color: #000;
}


#progress {
  height: 5px;
  background-color: #007bff;
  width: 0;
  position: fixed;
  top: 250px;
  left: 0;
  z-index: 9999;
}


#chatBox {
  position: fixed;
  bottom: 50px;
  right: 20px;

}






/*** Cars Categories Start ***/
.categories .categories-item {
  position: relative;
  border: 1px solid var(--bs-secondary);
  border-radius: 10px;
  transition: 0.5s;
}

.categories {
  margin-top: 20px;
}

.categories .categories-item:hover {
  border: 1px solid var(--bs-primary);
}

.categories .categories-item .categories-item-inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.5s;
}

.categories .categories-item .categories-item-inner:hover {
  box-shadow: 0 0 30px #0AA64B;
  ;
}

.categories .categories-item-inner .categories-img {
  background: var(--bs-light);
}

.categories .categories-item-inner .categories-img img {
  width: 500px;
  height: 300px;
  /* object-fit: cover; */
}

.categories .categories-item-inner .categories-img a {
  width: 100%;
}

@media (max-width: 768px) {
  .categories .categories-item-inner .categories-img img {
    width: 500px;
    height: 250px;
    /* object-fit: cover; */
  }
}

.categories .categories-item-inner .categories-content {
  border-top: 4px solid var(--bs-white);
  text-align: center;
  background: var(--bs-light);
}

.categories .categories-item-inner .categories-review {
  display: flex;
  align-items: center;
  justify-content: center;
}

.categories-carousel .owl-stage-outer {
  margin-top: 65px;
  margin-right: -1px;
}

.categories-carousel .owl-nav .owl-prev,
.categories-carousel .owl-nav .owl-next {
  position: absolute;
  top: -65px;
  padding: 10px 35px;
  color: var(--bs-white);
  background: var(--bs-primary);
  border-radius: 50px;
  transition: 0.5s;
}

.categories-carousel .owl-nav .owl-prev {
  left: 0 !important;
}

.categories-carousel .owl-nav .owl-next {
  right: 0;
}

.categories-carousel .owl-nav .owl-prev:hover,
.categories-carousel .owl-nav .owl-next:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}

/*** Cars Categories End ***/

/* TÃ©lÃ©phones (portrait et paysage) */
@media only screen and (max-width: 767px) {

  /* .categories-item-list{
    width: 45%;
  } */
  .categories-carousel-list {
    display: flex;
  }
}

/* Tablettes (portrait et paysage) */
@media only screen and (min-width: 768px) and (max-width: 1024px) {}

.commander {
  display: inline-block;
  padding: 5px 10px;
  color: white;
  text-decoration: none;
  background: linear-gradient(to right, #000, #000);
  border-radius: 5px;
  transition: background 0.3s;
  border-radius: 5px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.acheter {
  display: inline-block;
  padding: 5px 10px;
  color: white;
  text-decoration: none;
  background: linear-gradient(to right, #038321, #038321);
  transition: background 0.3s;
  border-radius: 5px;
  width: 25%;
  text-align: center;
}

.acheter:hover {
  color: #fff;
}

.commander-prix {
  display: inline-block;
  padding: 5px 10px;
  color: #000;
  text-decoration: none;
  background: linear-gradient(to right, #fff, #fff);
  border-radius: 5px;
  transition: background 0.3s;
  border-radius: 15px;
  width: 100%;
  text-align: center;
  font-size: 17px;
}

.commander-prix .prix {
  background: #029c07;
  padding: 10px;
  height: 100%;
  border-radius: 5px;
}

.commander-prix .prix span {
  padding-top: 5px;
}

.avartar {
  position: relative;
  display: inline-block;
}

.icon-container {
  display: flex;
  flex-direction: column;
  /* Affiche l'icône et le texte en colonne */
  align-items: center;
  /* Centre les éléments horizontalement */
}

.zmdi-camera {
  font-size: 24px;
  /* Taille de l'icône */
}

.search-container {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.search-container input[type="search"] {
  width: 400px;
  padding: 10px 50px 10px 20px;
  border: 1px solid #ccc;
  font-size: 16px;
}

.search-container .button-search {
  position: absolute;
  right: 3px;
  top: 44%;
  padding-bottom: 8px;
  transform: translateY(-46%);
}

.search-container .btn {
  background-color: #000;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-container .btn:hover {
  background-color: #0AA64B;
}

.container-bloc {
  /* flex-direction: column; */
  display: flex;
  align-items: center;
  /* Centre verticalement */
  justify-content: center;
  /* Centre horizontalement */
  text-align: center;
}

.kilo-anne {
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #0AA64B;
  ;
}

.titre-search {
  font-size: 17px;
  font-weight: 700;
}

/* TÃ©lÃ©phones (portrait et paysage) */
@media only screen and (max-width: 767px) {
  .search-container input[type="search"] {
    width: 100%;
  }

  .kilo-anne {
    flex-direction: column;
  }

  .titre-search {
    margin-bottom: 15px;
  }

  .container-bloc {
    flex-direction: column;
    display: flex;
    align-items: center;
    /* Centre verticalement */
    justify-content: center;
    /* Centre horizontalement */
    text-align: center;
  }
}

.share-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0.1));
  box-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.3),
    /* top highlight */
    0 2px 10px rgba(0, 0, 0, 0.3),
    /* main shadow */
    0 1px 0 rgba(255, 255, 255, 0.2);
  /* subtle rim */
  transition: all 0.2s ease-in-out;
  position: relative;
}

.share-button:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 2px 2px rgba(255, 255, 255, 0.3),
    0 8px 12px rgba(0, 0, 0, 0.547),
    0 2px 0 rgba(255, 255, 255, 0.2);
}


.whatsapp {
  background-color: #25D366;
}

.facebook {
  background-color: #1877F2;
  color: aliceblue;
}

.cancel {
  background-color: #000000;
}

.linkedin {
  background-color: #0077B5;
}

.instagram {
  background-color: #f43565;
  color: aliceblue;
}

.share-button img {
  width: 50px;
  height: 50px;
  filter: brightness(0) invert(1);
  z-index: 2;
}

.action-share {
  display: flex;
  justify-content: space-between;
}

/* TÃ©lÃ©phones (portrait et paysage) */
@media only screen and (max-width: 767px) {
  .action-share {
    flex-direction: column;
    justify-content: space-between;
  }

  .bloc {
    padding: 50px
  }
}

.centered-container {
  display: inline-flex;
  gap: 3;
  align-items: center;
  justify-content: center;
  position: relative;

}

/* TÃ©lÃ©phones (portrait et paysage) */
@media only screen and (max-width: 767px) {
  .share-list {
    margin-top: -30px;
  }
}















/* =========================================
       FOOTER
========================================== */
.footer-section {
    position: relative;
    background: #000;
    padding-top: 70px;
    overflow: hidden;
}

.footer-container {
    position: relative;
    z-index: 5;
}

/* Background Shapes */
.footer-shape-left {
    position: absolute;
    width: 520px;
    height: 520px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 45%;
    left: -180px;
    top: 120px;
    z-index: 1;
}

.footer-shape-right {
    position: absolute;
    width: 460px;
    height: 460px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
    right: -150px;
    bottom: -80px;
    z-index: 1;
}




/* =========================================
       NEWSLETTER
    ========================================== */

.rocket-icon {
    font-size: 38px;
    line-height: 1;
    margin-top: 3px;
}


/* =========================================
       FOOTER CONTENT
    ========================================== */

.footer-content {
    padding-bottom: 70px;
    position: relative;
    z-index: 5;
}

.footer-logo {
    font-size: 42px;
    font-weight: 800;
    line-height: 0.95;
    color: green;
    margin-bottom: 28px;
}

.footer-logo span {
    color: #fff;
    display: block;
    font-size: 26px;
    letter-spacing: 1px;
}

.footer-description {
    color: rgba(255, 255, 255, 0.9);
    line-height: 2;
    font-size: 15px;
    max-width: 300px;
    margin-bottom: 30px;
}

.social-icons {
    display: flex;
    gap: 12px;
}

.social-icons a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #ffffff;
    color: #0756b8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: 0.3s;
}

.social-icons a:hover {
    transform: translateY(-4px);
}

.footer-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 28px;
}

.footer-contact li,
.footer-services li {
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 2px;
}

.footer-contact strong {
    color: #fff;
    font-weight: 600;
}

.footer-contact a {
    color: #fff;
}

.footer-services li {
    transition: 0.3s;
    cursor: pointer;
}

.footer-services li:hover {
    transform: translateX(6px);
}

/* =========================================
       GALLERY
    ========================================== */

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.gallery-item {
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.gallery-item:hover img {
    transform: scale(1.08);
}

/* =========================================
       COPYRIGHT
    ========================================== */

.copyright-bar {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 24px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    position: relative;
    z-index: 5;
}

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


@media(max-width:991px) {

    .footer-section {
        padding-top: 70px;
    }


    .footer-column {
        margin-bottom: 10px;
    }
}

@media(max-width:767px) {

    .footer-section {
        padding-top: 70px;
    }


    .footer-logo {
        font-size: 36px;
    }

    .footer-logo span {
        font-size: 22px;
    }

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




