
/*--------------------------------------------------------------
# Aguimmo Senegal
--------------------------------------------------------------*/
/* Fonts */
:root {
  --default-font: "Open Sans",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Montserrat",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
}


:root {
  --background-color: #ffffff;
  --default-color: #212529;
  --heading-color: #32353a;
  --accent-color: #e84545;
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
}


:root {
  --nav-color: #3a3939;
  --nav-hover-color: #e84545;
  --nav-mobile-background-color: #ffffff;
  --nav-dropdown-background-color: #ffffff;
  --nav-dropdown-color: #3a3939;
  --nav-dropdown-hover-color: #e84545;
}

/* Color */

.light-background {
  --background-color: #f9f9f9;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #060606;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #252525;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Ma page generale
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  background-color: var(--background-color);
  font-family: var(--default-font);
}

a {
  color: #FF8100;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, #FF8100, transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}


.header-area .header-top_area {
  padding: 12px 0;
 background: linear-gradient(90deg, rgba(0,0,0,0.7245098723082983) 100%, rgba(0,212,255,1) 100%);
}

@media (max-width: 767px) {
  .header-area .header-top_area .social_media_links {
    text-align: center;
  }
}

.header-area .header-top_area .social_media_links a {
  font-size: 15px;
  color: #fff;
  margin-right: 12px;
}

.header-area .header-top_area .social_media_links a:hover {
  color: #ef7b17;
}

.header-area .header-top_area .short_contact_list {
  text-align: right;
}

@media (max-width: 767px) {
  .header-area .header-top_area .short_contact_list {
    text-align: center;
  }
}

.header-area .header-top_area .short_contact_list ul li {
  display: inline-block;
}

.header-area .header-top_area .short_contact_list ul li a {
  font-size: 13px;
  color: #fff;
  margin-left: 50px;
}

@media (max-width: 767px) {
  .header-area .header-top_area .short_contact_list ul li a {
    margin-left: 0;
    margin: 0 5px;
  }
}

.header-area .header-top_area .short_contact_list ul li a i {
  color: #ef7b17;
  margin-right: 7px;
}



/*--------------------------------------------------------------
# mon  Header
--------------------------------------------------------------*/
.header {
  color: var(--default-color);
  background-color: white;
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 40px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 24px;
  margin: 0;
  font-weight: 600;
  color: var(--heading-color);
}



.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: var(--contrast-color);
  background: #FF8100;
  font-size: 14px;
  padding: 10px 26px;
  margin: 0;
  border-radius: 5px;
  transition: 0.3s;
}


.header .btn-Connecte,
.header .btn-Connecte:focus {
  color: var(--contrast-color);
 background: #314F9F;
  font-size: 14px;
  padding: 10px 26px;
  margin: 0;
  border-radius: 5px;
  transition: 0.3s;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, #FF8100, transparent 15%);
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 0px 0 0;
    padding: 6px 20px;
  }

    .header .btn-Connecte {
    order: 2;
    margin: 0 0px 0 0;
    padding: 6px 20px;
  }

  .header .navmenu {
    order: 3;
  }
}

.scrolled .header {
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
}

/*mon  Header
------------------------------*/
.index-page .header {
  --background-color: rgba(255, 255, 255, 0);
  --heading-color: #ffffff;
  --nav-color: rgba(255, 255, 255, 0.5);
  --nav-hover-color: #ffffff;
}

/* Index Page Header on Scroll
------------------------------*/
.index-page.scrolled .header {
  --background-color: #ffffff;
  --heading-color: #32353a;
  --nav-color: #3a3939;
  --nav-hover-color: #e84545;
}

.fond{
  background-color: #FF8100;

}

.navmenu .canaux{
  margin-left:500px
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: black;
    padding: 18px 15px;
    font-size: 15px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu li:last-child a {
    padding-right: 0;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: #FF8100;
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, #FF8100, transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: #FF8100;
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: #FF8100;
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

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

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}


/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: #FF8100;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, #FF8100, transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

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

/*--------------------------------------------------------------
# page-titre
--------------------------------------------------------------*/
.page-title {
  color: var(--default-color);
  background-color: var(--background-color);
  position: relative;
}

.page-title .heading {
  padding: 80px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.page-title .heading h1 {
  font-size: 38px;
  font-weight: 700;
}

.page-title nav {
  background-color: color-mix(in srgb, var(--default-color), transparent 95%);
  padding: 20px 0;
}

.page-title nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.page-title nav ol li+li {
  padding-left: 10px;
}

.page-title nav ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 60px 0;
  scroll-margin-top: 98px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 64px;
  }
}

/*--------------------------------------------------------------
# Mon-titre
--------------------------------------------------------------*/
.Mon-titre {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.Mon-titre h2 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
}

.Mon-titre h2:before,
.Mon-titre h2:after {
  content: "";
  width: 50px;
  height: 2px;
  background: #FF8100;
  display: inline-block;
}

.Mon-titre h2:before {
  margin: 0 15px 10px 0;
}

.Mon-titre h2:after {
  margin: 0 0 10px 15px;
}

.Mon-titre p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Mon-slide Section
--------------------------------------------------------------*/
.Mon-slide {
  width: 100%;
  min-height: 80vh;
  position: relative;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Mon-slide img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.Mon-slide:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 80%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.Mon-slide .container {
  position: relative;
  z-index: 3;
}

.Mon-slide h2 {
  margin: 0;
  font-size: 44px;
  font-weight: 700;
  color: white;
}

.Mon-slide p {
  color: white;
  margin: 5px 0 0 0;
  font-size: 20px;
}

.Mon-slide .sign-up-form {
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 7px;
  background: color-mix(in srgb, var(--default-color) 5%, white 90%);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
  display: flex;
}

.Mon-slide .sign-up-form input[type=text] {
  background-color: transparent;
  border: 0;
  padding: 4px 10px;
  width: 100%;
}

.Mon-slide .sign-up-form input[type=text]:focus-visible {
  outline: none;
}

.Mon-slide .sign-up-form input[type=submit] {
  border: 0;
  box-shadow: none;
  background-color: #FF8100;
  border-color: #FF8100;
  padding: 8px 20px 10px 20px;
  border-radius: 7px;
  color: var(--contrast-color);
  transition: 0.3s;
}

.Mon-slide .sign-up-form input[type=submit]:hover {
  background-color: color-mix(in srgb, #FF8100, transparent 10%);
}

@media (max-width: 768px) {
  .Mon-slide h2 {
    font-size: 32px;
  }

  .Mon-slide p {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# Projet-general Section
--------------------------------------------------------------*/
.Projet-general .Projet-general-filters {
  padding: 0;
  margin: auto;
  list-style: none;
  text-align: center;
}


.Projet-general .Projet-general-item {
  position: relative;
  overflow: hidden;
}

.Projet-general .mon-img {
 height: 234px;
 width: 387px;
}


.Projet-general .mon-img1 {
 height: 494px;
  width: 387px;
}

.mon-img2 {
 height: 200px;
  width: 200px;
}

.Projet-general .Projet-general-item .Projet-general-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  background: color-mix(in srgb, var(--background-color), transparent 10%);
  padding: 15px;
}

.Projet-general .Projet-general-item .Projet-general-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  background: color-mix(in srgb, var(--background-color), transparent 10%);
  padding: 15px;
}

.Projet-general .Projet-general-item .Projet-general-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
}

.Projet-general .Projet-general-item .Projet-general-info p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.Projet-general .Projet-general-item .Projet-general-info .preview-link,
.Projet-general .Projet-general-item .Projet-general-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: 0.3s;
  line-height: 0;
}

.Projet-general .Projet-general-item .Projet-general-info .preview-link:hover,
.Projet-general .Projet-general-item .Projet-general-info .details-link:hover {
  color: var(--accent-color);
}

.Projet-general .Projet-general-item .Projet-general-info .details-link {
  right: 14px;
  font-size: 28px;
}

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



/*--------------------------------------------------------------
# Nos projets
--------------------------------------------------------------*/

.nos-proje {
  padding: 100px 0;
  position: relative;
  clip-path: inset(0);
}

.nos-proje img {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.nos-proje:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 50%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.nos-proje .container {
  position: relative;
  z-index: 3;
}

.nos-proje h3 {
  font-size: 36px;
  font-weight: 700;
  color: var(--default-color);
}

.nos-proje p {
  color: var(--default-color);
}

.nos-proje .cta-btn {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  background: #FF8100;
  border: 2px solid #FF8100;
  color: var(--contrast-color);
}

 /*
 .nos-proje .cta-btn:hover {
  background-color: transparent;
  border: 2px solid var(--contrast-color);

}
*/



/*--------------------------------------------------------------
# ma page
--------------------------------------------------------------*/

.ma-barre {
  padding: 30px;
  position: relative;
  clip-path: inset(0);
}

.ma-barre img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.ma-barre:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 50%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.ma-barre .container {
  position: relative;
  z-index: 3;
}

.ma-barre h3 {
  font-size: 36px;
  font-weight: 700;
  color: var(--default-color);
}

.ma-barre p {
  color: var(--default-color);
}

.ma-barre .cta-btn {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 5px;
  transition: 0.5s;
  margin: 10px;
  background: #FF8100;
  border: 2px solid #FF8100;
  color: var(--contrast-color);
}

 .ma-barre .cta-btn:hover {
  background-color: transparent;
  border: 2px solid var(--contrast-color);

}




/*--------------------------------------------------------------
# Nos-produits Section
--------------------------------------------------------------*/
.Nos-produits .content h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding: 10px 20px;
  background: color-mix(in srgb, #FF8100, transparent 95%);
  color: #FF8100;
  border-radius: 7px;
  display: inline-block;
}

.Nos-produits .content h2 {
  font-weight: 700;
}

.Nos-produits .content p:last-child {
  margin-bottom: 0;
}

.Nos-produits .content .read-more {
  background: #FF8100;
  color: var(--contrast-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.Nos-produits .content .read-more i {
  font-size: 18px;
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.Nos-produits .content .read-more:hover {
  background: color-mix(in srgb, #FF8100, transparent 20%);
  padding-right: 19px;
}

.Nos-produits .content .read-more:hover i {
  margin-left: 10px;
}

.Nos-produits .icon-box {
  background-color: var(--surface-color);
  padding: 15px 15px;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
}

.Nos-produits .icon-box i {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 0;
  transition: all 0.4s ease-out 0s;
  background-color: color-mix(in srgb, #FF8100, transparent 95%);
  color: #FF8100;
}

.Nos-produits .icon-box h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.Nos-produits .icon-box p {
  margin-bottom: 0;
}

.Nos-produits .icon-box:hover i {
  background-color: #FF8100;
  color: var(--contrast-color);
}

.Nos-produits .icon-boxes .col-md-6:nth-child(2) .icon-box,
.Nos-produits .icon-boxes .col-md-6:nth-child(4) .icon-box {
  margin-top: -40px;
}

@media (max-width: 768px) {

  .Nos-produits .icon-boxes .col-md-6:nth-child(2) .icon-box,
  .Nos-produits .icon-boxes .col-md-6:nth-child(4) .icon-box {
    margin-top: 0;
  }
}



/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  position: relative;
  padding-top: 40px;
}

.services .service-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: color-mix(in srgb, var(--default-color), transparent 90%);
}

.services .service-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #FF8100;
  border-right: 5px solid var(--background-color);
}

.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-right: 50px;
  line-height: 0;
}

.services .service-item .icon i {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  background: color-mix(in srgb, #FF8100, transparent 70%);
  border-radius: 50px;
  z-index: 1;
  bottom: -15px;
  right: -15px;
  transition: 0.3s;
}

.services .service-item .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .service-item .title a {
  color: var(--heading-color);
}

.services .service-item .title a:hover {
  color: #FF8100;
}

.services .service-item .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# A-propos Section
--------------------------------------------------------------*/
.A-propos .A-propos-item {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.A-propos .A-propos-item+.A-propos-item {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .A-propos .A-propos-item+.A-propos-item {
    margin-top: 40px;
  }
}

.A-propos .A-propos-item h3 {
  font-weight: 700;
  font-size: 26px;
}

.A-propos .A-propos-item .btn-get-started {
  background-color: #FF8100;
  color: var(--contrast-color);
  padding: 8px 30px 10px 30px;
  border-radius: 4px;
}

.A-propos .A-propos-item .btn-get-started:hover {
  background-color: color-mix(in srgb, #FF8100, transparent 10%);
}

.A-propos .A-propos-item ul {
  list-style: none;
  padding: 0;
}

.A-propos .A-propos-item ul li {
  padding-bottom: 10px;
  display: flex;
  align-items: flex-start;
}

.A-propos .A-propos-item ul li:last-child {
  padding-bottom: 0;
}

.A-propos .A-propos-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #FF8100;
}

.A-propos .A-propos-item img {
  border: 6px solid var(--surface-color);
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}

.A-propos .A-propos-item .A-propos-img-bg {
  position: relative;
  min-height: 500px;
}

@media (max-width: 640px) {
  .A-propos .A-propos-item .A-propos-img-bg {
    min-height: 300px;
  }
}

.A-propos .A-propos-item .A-propos-img-bg img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.A-propos .A-propos-item .image-stack {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}

.A-propos .A-propos-item .image-stack .stack-back {
  grid-column: 4/-1;
  grid-row: 1;
  width: 100%;
  z-index: 1;
}

.A-propos .A-propos-item .image-stack .stack-front {
  grid-row: 1;
  grid-column: 1/span 8;
  margin-top: 20%;
  width: 100%;
  z-index: 2;
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item {
   background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
  padding: 10px;
}

.contact:before {
  content: "";
  background: color-mix(in srgb, black, transparent 50%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.contact .info-item i {
  font-size: 38px;
  line-height: 0;
  color: #FF8100;
}

.contact .info-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-item p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: color-mix(in srgb, var(--default-color), transparent 96%);
  padding: 30px;
  height: 100%;
}



.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form input[type=password],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form input[type=password],
.contact .php-email-form textarea:focus {
  border-color: #FF8100;
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form input[type=password],
.contact .php-email-form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 10%);
}

.connexionn {
  background: #314F9F;
  color: white;
  border: 0;
  width: 100%;
  margin-bottom: 4px;
  padding: 12px 40px ;
  transition: 0.4s;
  border-radius: 4px;
}

.inscription {
  background: #FF8100;
  color: white;
  border: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 4px;
  padding: 10px 33px ;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.contact .mon-champ {
  height: 100%;
}

.contact .mon-champ input[type=text],
.contact .mon-champ input[type=text],
.contact .mon-champ textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .mon-champ input[type=text]:focus,
.contact .mon-champ input[type=text]:focus,
.contact .mon-champ textarea:focus {
  border-color: #FF8100;
}

.contact .mon-champ input[type=text]::placeholder,
.contact .mon-champ input[type=text]::placeholder,
.contact .mon-champ textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

.contact .mon-champ button[type=submit] {
  color: var(--contrast-color);
  padding: 10px 30px;
  transition: 0.4s;
}

.contact .mon-champ button[type=submit]:hover {
  background: color-mix(in srgb, #FF8100, transparent 20%);
}



/*--------------------------------------------------------------
# Actualites
--------------------------------------------------------------*/
.Actualite article {
  background: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 5px;
}

.Actualite .post-img {
  max-height: 360px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.mon-produit-img{
 background-repeat: no-repeat, repeat;
 background-size: cover;
 background-position: center;
 height:300px;
}

.mon-produit-img .badge{
  margin: 20px 0px 0px 10px;
}




.Actualite .post-category {
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 10px;
}

.Actualite .titre {
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  margin-top: 2px;
}



.Actualite .titre1 {
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
   margin-bottom: -1px;
}


.Actualite .titre1 a:hover  {
  color: #FF8100;
  transition: 0.3s;
}

.Actualite .titre a {
  color: var(--heading-color);
  transition: 0.3s;
}

.Actualite .titre a:hover {
  color: #FF8100;
}

.Actualite .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.Actualite .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}

.Actualite .post-date {
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 0;
}


/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination {
  padding-top: 0;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.pagination li a {
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination li a.active,
.pagination li a:hover {
  background: #FF8100;
  color: var(--contrast-color);
  border-radius: 100%;
}

.pagination li a.active a,
.pagination li a:hover a {
  color: var(--contrast-color);

}

.section-50 {
    padding: 50px 0;
}

.m-b-50 {
    margin-bottom: 50px;
}

.dark-link {
    color: #333;
}

.heading-line {
    position: relative;
    padding-bottom: 5px;
}

.heading-line:after {
    content: "";
    height: 4px;
    width: 75px;
    background-color: #29B6F6;
    position: absolute;
    bottom: 0;
    left: 0;
}

.notification-ui_dd-content {
    margin-bottom: 30px;
}

.notification-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 7px;
    background: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}

.notification-list--unread {
    border-left: 2px solid #F5843A;
}

.notification-list .notification-list_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.notification-list .notification-list_content .notification-list_img img {
    height: 48px;
    width: 48px;
    border-radius: 50px;
    margin-right: 20px;
}

.notification-list .notification-list_content .notification-list_detail p {
    margin-bottom: 5px;
    line-height: 1.2;
}

.notification-list .notification-list_feature-img img {
    height: 48px;
    width: 48px;
    border-radius: 5px;
    margin-left: 20px;
}

.mon-champ {
    display: inline-block;
    background-color: transparent;
    border: 1px solid #E0DDDD;
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 15px;
    border-radius: none;
    font-weight: 400;
    color: black;
    vertical-align: middle;
}

.mon-champ {
  height: 48px;
  background: #fff;
  color: #000;
  font-size: 16px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .mon-champ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
     color: black; }
  .mon-champ::-moz-placeholder {
    /* Firefox 19+ */
     color: black; }
  .mon-champ:-ms-input-placeholder {
    /* IE 10+ */
     color: black; }
  .mon-champ:-moz-placeholder {
    /* Firefox 18- */
     color: black; }
  .mon-champ:focus, .mon-champ:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #F5843A; }

.mon-button {
    margin-top: 10px;
  background: #314F9F;
  color:white; border-radius:5px;
  padding:10px; font-size:16px

  }

  .mon-button1 {
    margin-top: 10px;
    margin-right: 4px;
  background-color:#F5843A;
  color:white; border-radius:5px;
  padding:10px; font-size:16px

  }

  .mon-button1:hover{
    margin-top: 10px;
  background-color:#F5843A;
  color:white; border-radius:5px;
  padding:10px; font-size:16px

  }

  .mon-button:hover{
    margin-top: 10px;
  background-color:#F5843A;
  color:white; border-radius:5px;
  padding:10px; font-size:16px

  }

/*--------------------------------------------------------------
# mon Footer
--------------------------------------------------------------*/
.footer {
  color: black;
   background: #F2F5F6;
  font-size: 14px;
  padding-bottom: 50px;
  position: relative;
}

.footer .footer-top {
  padding-top: 50px;
}

.footer .footer-Nos-produits .logo {
  margin-bottom: 25px;
}

.footer .footer-about .logo img {
  max-height: 60px;
  margin-right: 6px;
}

.footer .footer-about .logo1 img {
  max-height: 30px;
  margin-right: 6px;
}

.footer .footer-about .logo span {
  color: white;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: var(--heading-font);
}

.footer .footer-about p {
  font-size: 14px;
  font-family: var(--heading-font);
}

.footer .social-links a {
  display: flex;
  align-items: center;
  background-color:#FF8100;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 16px;
    color: white;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links h4 {

  color: white;
}


.footer .social-links a:hover {
  color: white;
  background-color:#0062FF;
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-links {
  margin-bottom: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

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

.footer .footer-links ul a {
  display: inline-block;
  color: black;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #FF8100;
}

.footer .footer-contact p {
  margin-bottom: 5px;
}

.footer .copyright {
  width: 100%;
  color: :white;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #FF8100;
}

.footer .copyright p {
  margin-bottom: 0;
  color: :white;
}

.footer .credits {
  margin-top: 6px;
  font-size: 13px;
}


/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item+.info-item {
  margin-top: 40px;
}

.contact .info-item i {
  color: var(--accent-color);
  background: color-mix(in srgb, var(--accent-color), transparent 92%);
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.contact .info-item:hover i {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.contact .php-email-form {
  height: 100%;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email],
.contact .php-email-form textarea {
  font-size: 14px;
  padding: 10px 15px;
  box-shadow: none;
  border-radius: 0;
  color: var(--default-color);
  background-color: color-mix(in srgb, var(--background-color), transparent 50%);
  border-color: color-mix(in srgb, var(--default-color), transparent 80%);
}

.contact .php-email-form input[type=text]:focus,
.contact .php-email-form input[type=email]:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.contact .php-email-form input[type=text]::placeholder,
.contact .php-email-form input[type=email]::placeholder,
.contact .php-email-form textarea::placeholder {
   color: white;
}

.contact .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 25%);
}

/*--------------------------------------------------------------
# detail produit slide
--------------------------------------------------------------*/
.detail-produit .detail-produit-slider img {
  width: 100%;
  max-height: 100%;
}

.detail-produit .swiper-wrapper {
  height: auto;
}

.swiper-slide{
  height: auto;
}

.detail-produit .swiper-button-prev,
.detail-produit .swiper-button-next {
  width: 48px;
  height: 48px;
}

.detail-produit .swiper-button-prev:after,
.detail-produit .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.15);
  font-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.detail-produit .swiper-button-prev:hover:after,
.detail-produit .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.3);
}

@media (max-width: 575px) {

  .detail-produit .swiper-button-prev,
  .detail-produit .swiper-button-next {
    display: none;
  }
}

.detail-produit .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.detail-produit .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: color-mix(in srgb, var(--default-color), transparent 85%);
  opacity: 1;
}

.detail-produit .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.detail-produit .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.detail-produit .portfolio-info h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  bottom: 0;
}

.detail-produit .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.detail-produit .portfolio-info ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.detail-produit .portfolio-info ul strong {
  text-transform: uppercase;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
}

.detail-produit .portfolio-info .btn-visit {
  padding: 8px 40px;
  background: var(--accent-color);
  color: var(--contrast-color);
  border-radius: 50px;
  transition: 0.3s;
}

.detail-produit .portfolio-info .btn-visit:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.detail-produit .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.detail-produit .portfolio-description p {
  padding: 0;
}

.detail-produit .portfolio-description .testimonial-item {
  padding: 30px 30px 0 30px;
  position: relative;
  background: color-mix(in srgb, var(--default-color), transparent 97%);
  margin-bottom: 50px;
}

.detail-produit .portfolio-description .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid var(--background-color);
  float: left;
  margin: 0 10px 0 0;
}

.detail-produit .portfolio-description .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding-top: 20px;
}

.detail-produit .portfolio-description .testimonial-item h4 {
  font-size: 14px;
  color: #6c757d;
  margin: 0;
}

.detail-produit .portfolio-description .testimonial-item .quote-icon-left,
.detail-produit .portfolio-description .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 50%);
  font-size: 26px;
  line-height: 0;
}

.detail-produit .portfolio-description .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.detail-produit .portfolio-description .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.detail-produit .portfolio-description .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 0 0 0;
  padding: 0;
}


/*--------------------------------------------------------------
# envoi-demande
--------------------------------------------------------------*/
.envoi-demande {
  padding-top: 10px;
}

.envoi-demande form {
  background-color: var(--surface-color);
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.envoi-demande form h4 {
  font-weight: bold;
  font-size: 22px;
}

.envoi-demande form p {
  font-size: 14px;
}

.envoi-demande form input {
  background-color: var(--surface-color);
  color: var(--default-color);
  border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 10px;
}

.envoi-demande form input:focus {
  color: var(--default-color);
  background-color: var(--surface-color);
  box-shadow: none;
  border-color: #FF8100;
}

.envoi-demande form input::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.envoi-demande form textarea {
  background-color: var(--surface-color);
  color: var(--default-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 70%);
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
  height: 120px;
}

.envoi-demande form textarea:focus {
  color: var(--default-color);
  box-shadow: none;
  border-color: #FF8100;
  background-color: var(--surface-color);
}

.envoi-demande form textarea::placeholder {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.envoi-demande form .form-group {
  margin-bottom: 25px;
}

.envoi-demande form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #FF8100;
  color: var(--contrast-color);
  padding: 12px 40px;
}

.envoi-demande form .btn-primary:hover {
  color: var(--contrast-color);
  background-color: color-mix(in srgb, #FF8100, transparent 20%);
}

/*--------------------------------------------------------------
# Projet-general card1
--------------------------------------------------------------*/
.card1 {
  height: 220px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  justify-content: center;
  align-items: left;
  text-align: left;
  background-size: cover;
  border-radius: 10px;
  background-position: center;
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.card1 h5 {
font-size: 20px;
}

.card1 p {
font-size: 16px;
}

/*--------------------------------------------------------------
# Service Details Section
--------------------------------------------------------------*/

.service-details .help-box {
  background-color: #FF8100;
  color: var(--contrast-color);
  margin-top: 30px;
  padding: 30px 15px;
}

.service-details .help-box .help-icon {
  font-size: 48px;
}

.service-details .help-box h4,
.service-details .help-box a {
  color: var(--contrast-color);
}

.service-details .services-img {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# ma table
--------------------------------------------------------------*/
.table_component {
    overflow: auto;
    width: 100%;
}

.table_component table {
    border: 1px solid #dededf;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: left;
}

.table_component caption {
    caption-side: top;
    text-align: left;
}

.table_component th {
    border: 1px solid #dededf;
    background-color: #eceff1;
    color: #000000;
    padding: 5px;
}

.table_component td {
    border: 1px solid #dededf;
    background-color: #ffffff;
    color: #000000;
    padding: 20px;
}


/*--------------------------------------------------------------
# Mes reseaux sociaux
--------------------------------------------------------------*/
.reseaux  {
  color: black;
   background: transparent;
  font-size: 14px;
  padding-bottom: 50px;
  position: relative;
}

.reseaux .social-links li {
  display: flex;
  align-items: center;
  background-color:#FF8100;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 16px;
    color: white;
  margin-right: 10px;
  transition: 0.3s;
}




.reseaux .social-links li:hover {
  color: white;
  background-color:#0062FF;
}

.btn-recherche{
  color: var(--contrast-color);
 background: #314F9F;
  font-size: 14px;
  padding: 10px 26px;
  margin: 0;
  border-radius: 5px;
  transition: 0.3s;
  width:100%;
  border: none;
  padding: 12px 40px;
}

p{
line-height: 25px;
}


/*
tab Panel searche
*/

.shop.single .product-info {
  margin-top: 50px;
}

.shop.single .nav-tabs {
  border: none;
}

.shop.single .nav-tabs li {
  margin-right: 10px;
}

.shop.single .nav-tabs li:last-child {
  margin-right: 0;
}

.shop.single .nav-tabs li a {
  border: 0px solid;
  border-radius: 0px;
  background: #fff;
  color: #333;
  padding: 10px 30px;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #eee;
}

.shop.single .nav-tabs li a i {
  margin-right: 10px;
}

.shop.single .nav-tabs li a.active, .shop.single .nav-tabs li:hover a {
  background: #FF8100;
  color: #ffffff;
  border-color: transparent;
}

.shop.single .tab-single {
}

.shop.single .single-des {
  margin-top: 35px;
}

.shop.single .single-des h4 {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 22px;
}

.shop.single .single-des ul {
}

.shop.single .single-des ul li {
  color: #555;
  display: block;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.shop.single .single-des ul li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 9px;
  height: 7px;
  width: 7px;
  background: #E50916;
  border-radius: 50%;
}

.shop.single .single-des p {
}

.shop.single .item-info {
  width: 100%;
}

.shop.single .item-info tbody {
}

.shop.single .item-info tbody tr {
}

.shop.single .item-info tbody td {
  border: 1px solid #e6e6e6;
  padding: 10px;
}

.shop.single .item-info tbody strong {
}

.shop.single .ratting-main {
}

.shop.single .avg-ratting {
  margin-bottom: 20px;
}

.shop.single .avg-ratting h4 {
  font-size: 18px;
  margin: 0;
}

.shop.single .avg-ratting h4 span {
  font-size: 14px;
}

.shop.single .single-rating {
  margin-bottom: 20px;
}

.shop.single .single-rating:last-child {
  margin: 0;
  border: none;
  padding: 0;
}

.shop.single .rating-author {
  float: left;
  margin-right: 10px;
  padding: 20px;
  padding-right: 10px;
}

.shop.single .rating-author img {
  width: 60px;
  border-radius: 100%;
  height: 60px;
}

.shop.single .rating-des {
  padding-left: 72px;
  background: #f9f8f8;
  padding: 17px 20px 17px 107px;
}

.shop.single .rating-des .ratings {
  margin: 0;
}

.shop.single .rating-des h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.shop.single .ratting-main .single-rating ul {
}

.shop.single .ratting-main .single-rating ul li {
  display: inline-block;
}

.shop.single .ratting-main .single-rating ul li i {
  color: #E50916;
  font-size: 14px;
}

.shop.single .review-inner label {
  display: inline-block;
  margin: 0 5px 0 0;
}

.shop.single .review-inner .ratings {
  overflow: visible;
  display: inline-block;
  margin: 0;
}

.shop.single .review-inner .ratings ul {
  display: inline-block;
}

.shop.single .ratting-main .single-rating ul {
  display: inline-block;
  margin-right: 5px;
}

.shop.single .ratings .rate-count {
  display: inline-block;
  color: #666;
  font-size: 13px;
}

.shop.single .comment-review {
  margin-bottom: 30px;
}

.shop.single .comment-review .add-review {
  margin-top: 30px;
}

.shop.single .comment-review .add-review h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 7px;
}

.shop.single .comment-review .add-review p {
  color: #333;
}

.shop.single .comment-review h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 7px;
  margin-top: 20px;
}

.shop.single .comment-review .review-inner {
  margin-bottom: 15px;
  display: block;
}

.shop.single .comment-review .rating li {
  display: inline-block;
}

.shop.single .comment-review .rating li i {
  color: #E50916;
  font-size: 14px;
}

.shop.single .rating-des p {
  margin-top: 5px;
}

.shop.single .avg-ratting h4 {
  font-size: 20px;
  color: #333;
}

.shop.single .avg-ratting {
}

.shop.single .form .form-group input {
  width: 100%;
  height: 45px;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #ddd;
  resize: none;
  border-radius: 0;
  color: #333;
}

.shop.single .form .form-group button {
  border: none;
  padding: 17px 50px;
}

.shop.single .form .form-group textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;
  resize: none;
  border-radius: 0;
  color: #333;
}

.shop.single .form .form-group label {
  color: #333;
  position: relative;
}

.shop.single .form .form-group label span {
  color: #ff2c18;
  display: inline-block;
  position: absolute;
  right: -12px;
  top: 4px;
  font-size: 16px;
}

.shop.single .review-panel {
  margin-top: 35px;
}

/* ======================================
   End Shop Single CSS
======================================== */


/* case a cocher
*/
.checkbox-container {
      display: flex;
      align-items: center;
      font-family: Arial, sans-serif;
      font-size: 18px;
    }

    .checkbox-container input[type="checkbox"] {
      display: none; /* Masquer la case à cocher native */
    }

    .checkbox-container label {
      position: relative;
      padding-left: 35px;
      cursor: pointer;
      user-select: none;
    }

    .checkbox-container label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      border: 2px solid #007BFF;
      border-radius: 5px;
      background-color: #fff;
      transition: background-color 0.3s, border-color 0.3s;
    }

    .checkbox-container input[type="checkbox"]:checked + label:before {
      background-color: #007BFF;
      border-color: #0056b3;
    }

    .checkbox-container input[type="checkbox"]:checked + label:after {
      content: '✔';
      position: absolute;
      left: 4px;
      top: 0;
      color: white;
      font-size: 16px;
    }
    /*fin case a cocher */

    /*
 Capchat
*/
.captcha-bella{
    width:100%;
}

 .captcha-bella img{
 position: relative;
 height:60px;
 padding-right: 5px;
 }

 #id_captcha_1{
  width:50%;
  padding-left: 5px;
  height: 50px;
  margin-top: 57px;
 }

 .js-captcha-refresh{
    width:100px;
    background-color: #FF8100;
    color:#fff;
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
  margin-bottom: 3px;
 }
/*
Fin capcha
*/