/* ---------- new */
@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Rowdies:wght@300&display=swap");
:root {
  --gradient: linear-gradient(to left top, #1e1261 10%, #e22323 90%) !important;
}

* {
  font-family: "Montserrat", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #D2CAEC;
}

main {
  overflow: hidden;
  min-height: 100vh;
}

.app-card {
  padding: 10px;
  /* background: red; */
  border-radius: 8px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.app-card img {
  width: 100%;
}

/*  cahier-charge start */
.btn-cahier-charge-card {
  position: fixed;
  top: 100px;
  right: 30px;
  width: 100px;
  overflow: hidden;
}

/*  cahier-charge end */
/* loader start */
#loader-pmd {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 100;
  color: #fff;
  font-weight: bold;
  background: #010E21;
  text-align: center;
}

/* loader end */
/*document start*/
.document {
  background: #fff;
  border-radius: 5px;
  width: 80%;
  margin: 0 auto;
}

.cv-card-img img {
  width: 200px;
  border: 5px solid rgba(216, 220, 238, 0.1294117647);
  border-radius: 100px;
  transition: 0.5s ease-out;
}

.cv-card-img img:hover {
  width: 200px;
  border-radius: 5px;
  transition: 0.5s ease-in-out;
}

/*document end*/
/* btn croll start */
#btn-scroll {
  width: 60px;
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 65px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  border: 2px solid #e22323;
  /* Remove outline */
  /* background-color: #ea0505f0; */
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 8px;
  /* Some padding */
  border-radius: 7px;
  /* Rounded corners */
  font-size: 28px;
  /* Increase font size */
}

#btn-scroll:hover {
  background-color: #e22323;
  /* Add a dark-grey background on hover */
}

/* btn croll end */
/* breadcrumb start */
.breadcrumb-1 {
  border-radius: 0px;
}

.breadcrumb-1 a,
.breadcrumb-1 span {
  letter-spacing: 1px;
}

.breadcrumb-1 a:hover {
  color: #e22323;
  text-decoration: none;
}

/* breadcrumb end */
#creations .card {
  background: #010E21;
  border: 1px solid #dd2476;
  color: rgba(250, 250, 250, 0.8) !important;
  margin-bottom: 2rem;
}

/* button start */
.btn-primary {
  background: #011431 !important;
  border-radius: 5px;
  padding: 3px 10px 3px 10px;
  color: #fff;
}

/* .btn-1 {
  border: 5px solid;
  border-image-slice: 1;
  color: #011431!important;
  background: var(--gradient) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  border-image-source:  var(--gradient) !important; 
  text-decoration: none;
  transition: all .4s ease;
} */
.btn-1,
#creations .btn-1:focus {
  background: var(--gradient) !important;
  -webkit-background-clip: none !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration: underline;
  border: 5px solid transparent !important;
  /* box-shadow          : #222 1px 0 10px; */
}

.btn-1:hover {
  background: #e22323 !important;
  border: 5px solid #fff !important;
  box-shadow: #222 1px 0 10px;
}

.btn-2 {
  border: 5px solid;
  border-image-slice: 1;
  color: #011431 !important;
  background: var(--gradient) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  border-image-source: var(--gradient) !important;
  text-decoration: none;
  transition: all 0.4s ease;
}

.btn-2:hover,
.btn-2:focus {
  background: var(--gradient) !important;
  -webkit-background-clip: none !important;
  -webkit-text-fill-color: #fff !important;
  border: 5px solid #fff !important;
  box-shadow: #222 1px 0 10px;
  text-decoration: underline;
}

.circle-1 {
  border: 6px solid #0b0a31;
  box-shadow: 0px 0px 8px 1px rgba(234, 5, 5, 0.9411764706);
}

.circle-1:hover {
  transition: 0.5s;
  border: 6px solid transparent;
  box-shadow: 0px 0px 8px 10px rgba(234, 5, 5, 0.9411764706);
}

.sh-2 {
  border: 6px solid #0b0a31;
  box-shadow: 0px 0px 8px 1px #fff;
}

.sh-2:hover {
  transition: 0.5s;
  border: 6px solid transparent;
  box-shadow: 0px 0px 8px 10px #fff;
}

.first {
  font-size: 3rem;
  color: rgba(234, 5, 5, 0.9411764706);
  font-weight: 700;
}

.bg-1 {
  background: #010E21;
  color: #fff !important;
}

.bg-1 a {
  color: #fff !important;
}

.bg-1 a:hover {
  color: rgba(234, 5, 5, 0.9411764706) !important;
}

.bg-2 {
  background: #011431;
}

.bg-3 {
  background: rgba(3, 19, 40, 0.6784313725);
}

.bg-4 {
  background: rgba(234, 5, 5, 0.9411764706);
}

.main-header.position-fixed {
  min-height: 60px !important;
  transition: 1s ease-in;
}

.img-nav.img-nav-fixed {
  width: 120px;
}

.img-nav {
  width: 200px;
}

/* header nav{
    height: 80px;
    font-size: 18px;
} */
section {
  margin: 0;
  min-height: 100px;
  padding-bottom: 15px;
  overflow: hidden;
}

section > h3 {
  color: #010E21;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding-top: 30px;
}

section > p {
  color: #010E21;
  padding-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

section#services {
  background: #010E21;
  color: #fff;
}

#services h3,
#services p {
  color: #fff;
}

section#home {
  /* background-image: url(../img/icons/header-2.jpg); */
  /* background-size: cover; */
  background-color: #fff;
  padding: 0;
  overflow: hidden;
  min-height: 400px;
}

section#description {
  padding-top: 100px;
  background-image: url(../img/icons/header-2.jpg);
  background-size: cover;
}

section#error_404 {
  padding-top: 100px;
  background-image: url(../img/icons/404.jpg);
  height: 100vh;
  background-size: cover;
}

section#about {
  background: #fff;
}

#cahier-de-charge {
  background-color: #fff;
}

.cahier-loading {
  display: none;
}

#cahier-de-charge-success {
  padding: 30px 10px;
  min-height: 400px;
  background: #fff;
}

section#cahier-de-charge h3 {
  background-color: #fff;
  font-weight: bold;
}

.cahier-de-charge-img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

.span-1 {
  font-size: 2rem;
  padding: 0;
  margin: 0;
  color: rgba(234, 5, 5, 0.9411764706);
  padding: 0 10px;
}

#about .about-img {
  width: 100%;
  border-radius: 5px;
}

#about .about-title {
  text-align: center;
  color: #010E21;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding-top: 26px;
  letter-spacing: 1px;
}

#about .about-content {
  letter-spacing: 0px;
  line-height: 35px;
  font-size: 18px;
}

footer {
  padding-top: 20px;
  min-height: 100px;
  background: #010E21;
  color: #fff;
}

footer .col-lg-4 > p {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

footer .col-lg-4 > ul li {
  list-style: none;
  padding-bottom: 10px;
  text-align: center;
}

footer .col-lg-12 > p {
  text-align: center;
}

/**

*/
/* main-header start */
[data-target="#mainMenu"] {
  position: relative;
  z-index: 999;
}

#mainMenu li > a {
  font-size: 12px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 400;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.main-header.fixed-nav #mainMenu li > a {
  color: #fff;
  text-decoration: none;
}

#mainMenu li:not(:last-of-type) {
  margin-right: 30px;
}

#mainMenu li > a::before {
  position: absolute;
  content: "";
  width: calc(100% - 1px);
  height: 1px;
  background: rgba(234, 5, 5, 0.9411764706);
  bottom: -6px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: right center;
  z-index: -1;
  transition: transform 0.5s ease;
}

#mainMenu li > a:hover::before,
#mainMenu li > a.active::before {
  transform: scale(1, 1);
  transform-origin: left center;
}

.main-header.fixed-nav #mainMenu li > a::before {
  background: #000;
}

.main-header {
  position: relative;
  top: 0px !important;
  left: 0;
  z-index: 99;
  width: 100%;
  transition: all 0.6s ease;
  background: #010E21;
  height: auto !important;
  border-bottom: 1px solid rgba(234, 5, 5, 0.9411764706);
}

.main-header.fixed-nav {
  top: 0;
  background: #fff;
  box-shadow: 0 8px 12px -8px rgba(0, 0, 0, 0.09);
  transition: all 0.4s ease;
}

.main-header.fixed-nav .navbar-brand > img:last-of-type {
  display: block;
}

.main-header.fixed-nav .navbar-brand > img:first-of-type {
  display: none;
}

.navbar-brand {
  color: #fff;
}

.main-header .navbar-brand img {
  max-width: 40px;
  animation: fadeInLeft 0.4s both 0.4s;
}

.owl-theme .owl-nav [class*=owl-] {
  background: transparent;
}

@media only screen and (max-width: 991px) {
  .owl-prev {
    left: 1rem !important;
  }
  .owl-next {
    right: 1rem !important;
  }
  .produit .produit-card-panier {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(0);
  }
  .produit-card-panier {
    /* position: relative!important; */
    /* top:  0px;
    overflow: visible;
    transform: translateX(0px);
    visibility: visible;
    opacity: 1; */
  }
  .produit-card-desc {
    max-height: 40px;
    overflow: hidden;
  }
  .produit-vote {
    font-size: 10px !important;
  }
  .produit-card-nom {
    max-height: 33px !important;
    overflow: hidden;
  }
  .produit-card-img {
    width: 150px !important;
    margin: 0 auto;
  }
  .btn-produit-add {
    font-size: 0.8rem !important;
  }
  .produit-nom,
  .produit-nom:hover {
    font-size: 12px !important;
  }
  .produit-nom a:hover {
    color: rgba(234, 5, 5, 0.9411764706) !important;
  }
  .produit-prix {
    font-size: 12px !important;
  }
}
/* main-header end */
@media (max-width: 991px) {
  .sous-menu-item {
    position: relative !important;
    top: 0px !important;
  }
  /*header starts*/
  .document {
    width: 100%;
  }
  .collapse.in {
    display: block !important;
    padding: 0;
    clear: both;
  }
  .navbar-toggler {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
    right: 0;
    border: none;
    border-radius: 0;
    outline: none !important;
  }
  .main-header .navbar {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    /* text-align: center; */
  }
  #mainMenu li:not(:last-of-type) {
    margin: 3px 0 3px 0;
  }
  .main-header .navbar-nav {
    margin-top: 10px;
  }
  .main-header .navbar-nav li .nav-link {
    text-align: center;
    padding: 20px 15px;
    border-radius: 0px;
  }
  /**/
  .main-header .navbar-toggler .icon-bar {
    background-color: #fff;
    margin: 0 auto 6px;
    border-radius: 0;
    width: 30px;
    height: 3px;
    position: absolute;
    right: 0;
    transition: all 0.2s ease;
  }
  .main-header .navbar .navbar-toggler .icon-bar:first-child {
    margin-top: 3px;
  }
  .main-header .navbar-toggler .icon-bar-1 {
    width: 10px;
    top: 0px;
  }
  .main-header .navbar-toggler .icon-bar-2 {
    width: 16px;
    top: 12px;
  }
  .main-header .navbar-toggler .icon-bar-3 {
    width: 20px;
    top: 21px;
  }
  .main-header .current .icon-bar {
    margin-bottom: 5px;
    border-radius: 0;
    display: block;
  }
  .main-header .current .icon-bar-1 {
    width: 18px;
  }
  .main-header .current .icon-bar-2 {
    width: 30px;
  }
  .main-header .current .icon-bar-3 {
    width: 10px;
  }
  .main-header .navbar-toggler:hover .icon-bar {
    background-color: #fff;
  }
  .main-header .navbar-toggler:focus .icon-bar {
    background-color: #fff;
  }
  /*header ends*/
}
.footer-top,
.footer-bottom {
  background-color: #1c1f2f;
}

.footer-bottom {
  padding: 15px 0;
  border-top: 1px solid #313646;
  background-color: #181828 !important;
  color: #b0b0b0;
  /* font-family  : rubik; */
}

/* color: #99a9b5;
    padding-top: 15px;
} */
.footer-site-info {
  font-size: 92.86%;
}

#footer-navigation,
#footer-navigation li a:hover,
.custom-footer,
.custom-footer li a:hover {
  color: white;
}

#footer-navigation,
#footer-navigation li a,
.custom-footer,
.custom-footer li a {
  color: #99a9b5;
  padding-top: 15px;
}

.footer-bottom ul {
  margin: 0;
}

.inline-inside {
  font-size: 0;
  line-height: 0;
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}

#footer-menu li {
  display: inline-block;
  padding: 0 21px;
  position: relative;
  line-height: 1;
}

#footer-navigation,
#footer-navigation li a,
.custom-footer,
.custom-footer li a {
  color: #99a9b5;
  padding-top: 15px;
}

#footer-navigation,
#footer-navigation li a,
.custom-footer,
.custom-footer li a {
  color: #99a9b5;
  padding-top: 15px;
}

#footer-menu li + li:before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  font-size: 0;
  border-left: 1px solid #232234;
  border-right: 1px solid #333146;
}

navigation li a,
.custom-footer,
.custom-footer li a {
  color: #99a9b5;
  padding-top: 15px;
}

#footer-socials {
  text-align: right;
}

#footer-socials .socials {
  text-align: right;
  margin: 0 -7px;
  display: inline-block;
  vertical-align: middle;
}

a.socials-item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  transition: all 0.3s;
  margin: 0 5px;
  line-height: 16px;
  padding: 10px;
  border-radius: 50%;
  background-color: #141421;
  border: 1px solid #2e2e4c;
  box-shadow: 3px 9px 16px rgba(0, 0, 0, 0.4), -3px -3px 10px rgba(255, 255, 255, 0.06), inset 14px 14px 26px rgba(0, 0, 0, 0.3), inset -3px -3px 15px rgba(255, 255, 255, 0.05);
}

.socials-item i {
  display: inline-block;
  font-weight: normal;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  vertical-align: top;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
}

.facebook {
  color: #4e64b5;
}

.whatsapp {
  color: lime;
}

.linkedin {
  color: #00aced;
}

.twitter {
  color: #00aced;
}

.instagram {
  color: #9a8f62;
}

.youtube {
  color: #c82929;
}

.telegram {
  color: #2ca5e0;
}

a:hover {
  color: rgba(234, 5, 5, 0.9411764706);
  text-decoration: none;
  font-size: 1rem;
}

a.socials-item:hover {
  box-shadow: 0 0px 20px rgba(84, 1, 74, 0.7);
  border-color: rgba(255, 6, 224, 0.61);
  background: linear-gradient(to right, rgba(255, 9, 9, 0.1294117647), rgba(192, 0, 255, 0.7098039216), rgba(255, 0, 94, 0.14));
}

.footer-bottom a:hover {
  color: white;
}

.footer-10 .subscribe-form .form-group .submit {
  color: #fff !important;
  display: block;
  width: 130px;
  height: 52px;
  font-size: 16px;
  background: rgba(234, 5, 5, 0.9411764706) !important;
  border: none;
  border-radius: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.footer-10 .subscribe-form .form-group input {
  background: #fff !important;
  border: none !important;
  outline: none !important;
  color: rgba(0, 0, 0, 0.3) !important;
  font-size: 16px;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.footer-10 .subscribe-form .form-group {
  position: relative;
  margin-bottom: 0;
  border-radius: 0;
}

.footer-10 .footer-heading {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.footer-10 .con-info .icon {
  width: 50px;
  height: 50px;
  background: rgba(234, 5, 5, 0.9411764706);
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-bottom: 10px;
}

.size-input {
  height: 52px;
  border-radius: 10px;
}

#message form textarea {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

/* #message form .btn {
    background: #ea0505f0 !important;
    border-radius: 10px;
    font-size: 18px;
    color: #fff;
    width: 100%;
} */
#message form .col-lg-6 label {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}

#message form .col-md-4 button {
  font-size: 25px;
}

#message form .col-lg-6 span {
  color: rgba(234, 5, 5, 0.9411764706);
}

#coordonee .col-lg-6 .tel {
  margin-right: 20px;
  color: rgba(234, 5, 5, 0.9411764706);
}

#coordonee .col-lg-6 .mail {
  margin-right: 20px;
  color: rgba(234, 5, 5, 0.9411764706);
}

section#coordonee h3 {
  color: #fff;
}

section#message {
  background-image: url(../img/icons/globe.jpg);
  background-size: cover;
}

section#message h3 {
  color: #fff;
}

#home p {
  color: #fff;
  text-align: center;
}

.home-title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: rgba(234, 5, 5, 0.9411764706) 1px 0px 10px;
}

.title-404 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  text-shadow: rgba(234, 5, 5, 0.9411764706) 1px 0px 10px;
}

/* CAHIER DE CHARGE */
fieldset {
  /* background-color: #222; */
}

.cahier-de-charge .title {
  text-align: center;
  padding: 40px;
}

.cahier-de-charge .title h2 {
  font-weight: bold;
}

.label-1 {
  font-weight: bold;
}

.label-2 {
  margin-bottom: 4px;
}

.question-content {
  padding-inline: 2%;
}

.reponse {
  background: #011431;
  padding-left: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  display: none;
  color: #fff;
  margin-bottom: 10px;
}

.reponse-autre {
  display: none;
}

.question-item {
  margin-top: 10px;
  margin-bottom: 10px;
}

.reponse {
  border-top: 3px solid #e22323;
}

/* header-cv start */
.header-cv {
  position: fixed;
  font-size: 15px;
  color: #fff;
  top: 60px !important;
  z-index: 98;
}

/* header-cv end */
/* errror start */
.error {
  color: #ff0909 !important;
}

/* user dropdow start */
#user-icon {
  text-align: center;
  display: inline-flex;
  cursor: pointer;
}

#user-icon img {
  display: inline-block;
  border: 2px solid #fff;
  width: 30px;
  border-radius: 50%;
}

#user-icon .user-content {
  color: #fff;
  padding-left: 5px;
}

.user-icon-dropdown hr {
  margin-bottom: 3px;
}

.user-icon-dropdown {
  background: white;
  position: absolute;
  right: -65px;
  border-radius: 5px;
  right: 0;
  display: none;
  padding: 10px;
}

.user-icon-dropdown a div:first-child {
  background: white;
  display: inline-block;
}

.user-icon-dropdown a div {
  margin-top: 10px;
  display: inline-block;
}

.user-icon-dropdown a {
  background: white;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #011431;
}

.user-icon-dropdown a div:first-child {
  text-align: center;
  width: 20px;
}

.user-icon-dropdown a div i {
  color: #e22323 !important;
}

/* user dropdow end */
/* start global */
.bg-1 {
  background: #010E21;
  color: #fff !important;
}

.bg-1 a {
  color: #fff !important;
}

.bg-1 a:hover {
  color: rgba(234, 5, 5, 0.9411764706) !important;
}

.bg-2 {
  background: #011431;
  color: #fff;
}

.bg-3 {
  color: #fff;
  background: rgba(3, 19, 40, 0.6784313725);
}

.bg-4 {
  background: rgba(234, 5, 5, 0.9411764706);
}

.a2 {
  color: #003;
}

.card-2 {
  box-shadow: 14px 7px 5px -2px rgba(0, 0, 0, 0.13);
}

.p-2 {
  background: #011431;
  color: #fff;
}

/* end global */
/*  start boutique */
#boutiques {
  background: #fff;
}

.produit {
  padding-bottom: 10px;
  overflow: hidden;
}

.produit-card-nom {
  height: 50px;
}

.produit-card-desc {
  height: 40px;
}

.produit-vote div {
  /* text-align: center; */
  font-size: 1em;
  padding-left: 0px !important;
  padding: 5px;
  display: inline-block;
}

.produit-vote {
  font-size: 10px;
}

.produit p {
  margin: 0;
  padding: 0;
}

.produit-prix {
  color: rgba(234, 5, 5, 0.9411764706);
  font-size: 1em;
  font-weight: bold;
}

.produit-nom {
  /* font-size: 14px; */
  font-weight: bold;
}

.produit-card-nom {
  overflow: hidden;
}

.produit-card-nom a {
  color: #003;
}

/* .produit-nom a:hover{
    color: #ea0505f0;
} */
.produit-desc {
  font-size: 14px;
}

.produit-card-img {
  width: 185px;
  margin: 0 auto;
}

.produit-card-img img {
  width: 100%;
  height: 100%;
}

.btn-produit-add {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border: 1px solid transparent;
  line-height: 1.5;
  background-color: #0b0a31;
  font-size: 1rem;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  color: #fff;
}

.produit-card-panier {
  position: absolute;
  right: 0.5rem;
  top: 90px;
  overflow: hidden;
  transform: translateX(10px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease;
  text-align: center;
}

.produit-card-badge {
  position: absolute;
  color: #fff;
  height: 30px;
  top: 10px;
  left: 0.375rem;
  line-height: 30px;
}

.badge {
  padding: 0.375rem;
}

.badge-new {
  background-color: rgba(43, 235, 75, 0.9411764706);
}

.produit-card-categorie {
  font-size: 0.8rem;
  text-align: center;
}

.produit-card-favoris {
  position: absolute;
  right: 0.5rem;
  top: 10px;
  overflow: hidden;
  transform: translateX(10px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.35s ease;
}

.produit:hover .produit-card-favoris, .produit:hover .produit-card-panier {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/*  ./end boutique */
/*  start Tutoriels */
section#tuto {
  background-image: url(../img/icons/tutoriel.jpg);
  background-size: cover;
  height: 200px;
  background-size: 100%;
  display: flex;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  background-position-y: -120px;
}

section#tutoriel {
  background: #fff;
}

.row-tuto {
  margin-top: 10px;
}

.card-tuto {
  width: 100%;
  margin: 10px 0;
  height: 252px;
  overflow: hidden;
}

.card-tuto img {
  width: 100%;
}

.card-tuto .card-title {
  text-transform: uppercase;
}

.card-tuto .tuto-name {
  font-size: 1rem;
  font-weight: bold;
}

/*  end Tutoriels */
/* start search */
.btn-search {
  color: #fff;
}

.btn-search:hover {
  background-color: rgba(234, 5, 5, 0.9411764706);
  color: #fff;
}

/* end search */
/* Tutoriel detail */
section#tutoriel-detail {
  background-color: #fff;
  padding-top: 30px;
  min-height: 100vh;
}

.tutoriel-list-icon {
  width: 100px;
}

.tutoriel-list-btn {
  color: #fff;
}

/* Tutoriel end */
/* pagination start */
#pagination {
  display: flex;
  justify-content: center;
}

.page-item.active .page-link {
  background-color: #010E21;
  border-color: #010E21;
}

.page-link {
  color: #003;
}

.page-link:hover {
  color: #e22323;
}

/* pagination end */
/* button start */
.btn-3 {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFFFFF;
  border-radius: 40em;
  border-style: none;
  box-shadow: #ADCFFF 0 -12px 6px inset;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.24px;
  margin: 0;
  outline: none;
  padding: 1rem 1.3rem;
  quotes: auto;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.btn-3:hover {
  background-color: #010E21;
  color: #fff;
  box-shadow: rgba(234, 5, 5, 0.9411764706) 0 -6px 8px inset;
  transform: scale(1.125);
}

.btn-3:active {
  transform: scale(1.025);
}

.btn-4 {
  color: #fff;
  background: rgba(0, 0, 0, 0.5607843137);
}

.btn-4:hover {
  color: rgba(234, 5, 5, 0.9411764706);
}

/* button end */
/* tutoriel collaped start */
.tutoriel-list-btn:hover {
  text-decoration: none;
}

.tutoriel-list-btn span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: 45px;
  text-decoration: none;
}

.tutoriel-list-btn:hover span::before, .tutoriel-list-btn.active span::before {
  background-color: rgba(234, 5, 5, 0.9411764706) !important;
  animation: active-bar 0.5s ease;
}

.tutoriel-list-btn:focus span::before {
  background-color: rgba(234, 5, 5, 0.9411764706) !important;
  animation: active-bar 0.5s ease;
}

.tutoriel-list-btn.active span::before {
  background-color: rgba(234, 5, 5, 0.9411764706) !important;
  animation: active-bar 0.5s ease;
}

@keyframes active-bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* tutoriel collaped start */
/* Sous menu start */
.sous-menu-item {
  display: none;
  position: absolute;
  background: #003;
  top: 50px;
  list-style: none;
  border-radius: 5px;
  padding: 0px 15px 15px 15px;
  border: 2px solid rgba(234, 5, 5, 0.9411764706);
  min-width: 200px;
}

.main-header.position-fixed .sous-menu-item {
  top: 40px;
}

.sous-menu-item li:hover {
  display: block;
}

.sous-menu-item li {
  padding-top: 10px;
}

li:hover .sous-menu-item {
  display: block;
}

/* ./Sous menu end */
/* caroussel start */
.owl-theme .owl-nav {
  margin: 0;
}

.owl-prev, .owl-next {
  position: absolute;
  top: 40%;
}

.owl-prev {
  left: 5rem;
}

.owl-prev:hover {
  background-color: red;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent !important;
  color: #e22323 !important;
}

.owl-next {
  right: 5rem;
}

.owl-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  bottom: 10px;
  color: #e22323;
}

.owl-theme .owl-dots .owl-dot span {
  background-color: #00aced;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #e22323;
}

.slide {
  background-size: cover;
  background-position: center center;
  /* background-image: url(https://via.placeholder.com/1920x400);  */
  height: 400px;
  overflow: hidden;
}

.slide-card {
  width: 80%;
  max-height: 350px;
  position: relative;
  top: 20px;
  margin: 0 auto;
  overflow: hidden;
  /* background-color: red; */
}

@media (max-width: 991px) {
  .slide-card {
    width: 70% !important;
  }
  .home-title {
    font-size: 25px !important;
  }
  .slide-home-1, .slide-home-3 {
    background-image: url(../img/slide/slide-home-mobile.png) !important;
  }
}
.slide-home-1 {
  background-image: url(../img/slide/slide-home.png);
  /* background-image: url(https://via.placeholder.com/1900x400);  */
}

.slide-home-2 {
  background-image: url(../img/slide/pmd-home-2.png);
}

.slide-home-3 {
  background-image: url(../img/slide/slide-home.png);
}

/* ./caroussel end */
/* list group */
.list-group {
  border-radius: 0;
}

.list-group-item {
  color: #000;
  padding: 0.5rem 0.375rem;
  font-size: 1rem;
}

.list-group-item span {
  margin-right: 1px;
  display: inline-block;
  width: 20px;
  text-align: center;
}

.list-group-item.active {
  background-color: #0b0a31;
  border-color: #0b0b0b;
}

/* ./list group */
section#realisation {
  min-height: 100vh;
}

.card-realisation .name {
  color: #000;
  font-weight: bold;
}

.card-img {
  width: 300px;
  margin: 0 auto;
}

.card-img img {
  width: 100%;
}

.main-timeline {
  position: relative;
}

.main-timeline:before {
  content: "";
  width: 5px;
  height: 100%;
  border-radius: 20px;
  margin: 0 auto;
  background: #242922;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.main-timeline .timeline {
  display: inline-block;
  margin-bottom: 50px;
  position: relative;
}

.main-timeline .timeline:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #fff;
  background: #ec496e;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.main-timeline .timeline-icon {
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 3px solid #ec496e;
  padding: 13px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translateY(-50%);
}

.main-timeline .timeline-icon i {
  display: block;
  border-radius: 50%;
  background: #ec496e;
  font-size: 64px;
  color: #fff;
  line-height: 100px;
  z-index: 1;
  position: relative;
}

.main-timeline .timeline-icon:after, .main-timeline .timeline-icon:before {
  content: "";
  width: 100px;
  height: 4px;
  background: #ec496e;
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
}

.main-timeline .timeline-icon:after {
  width: 70px;
  height: 50px;
  background: #fff;
  top: 89px;
  right: -30px;
}

.main-timeline .timeline-content {
  width: 50%;
  padding: 0 50px;
  margin: 52px 0 0;
  float: right;
  position: relative;
}

.main-timeline .timeline-content:before {
  content: "";
  width: 70%;
  height: 100%;
  border: 3px solid #ec496e;
  border-top: none;
  border-right: none;
  position: absolute;
  bottom: -13px;
  left: 35px;
}

.main-timeline .timeline-content:after {
  content: "";
  width: 37px;
  height: 3px;
  background: #ec496e;
  position: absolute;
  top: 13px;
  left: 0;
}

.main-timeline .title {
  font-size: 20px;
  font-weight: 600;
  color: #ec496e;
  text-transform: uppercase;
  margin: 0 0 5px;
}

.main-timeline .description {
  display: inline-block;
  font-size: 16px;
  color: #404040;
  line-height: 20px;
  letter-spacing: 1px;
  margin: 0;
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: 30%;
}

.main-timeline .timeline:nth-child(even) .timeline-icon:before {
  right: auto;
  left: -100px;
}

.main-timeline .timeline:nth-child(even) .timeline-icon:after {
  right: auto;
  left: -30px;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
  float: left;
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
  left: auto;
  right: 35px;
  transform: rotateY(180deg);
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
  left: auto;
  right: 0;
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after, .main-timeline .timeline:nth-child(2n) .timeline-icon i, .main-timeline .timeline:nth-child(2n) .timeline-icon:before, .main-timeline .timeline:nth-child(2n):before {
  background: #f9850f;
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
  border-color: #f9850f;
}

.main-timeline .timeline:nth-child(2n) .title {
  color: #f9850f;
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before {
  border-left-color: #f9850f;
  border-bottom-color: #f9850f;
}

.main-timeline .timeline:nth-child(3n) .timeline-content:after, .main-timeline .timeline:nth-child(3n) .timeline-icon i, .main-timeline .timeline:nth-child(3n) .timeline-icon:before, .main-timeline .timeline:nth-child(3n):before {
  background: #8fb800;
}

.main-timeline .timeline:nth-child(3n) .timeline-icon {
  border-color: #8fb800;
}

.main-timeline .timeline:nth-child(3n) .title {
  color: #8fb800;
}

.main-timeline .timeline:nth-child(3n) .timeline-content:before {
  border-left-color: #8fb800;
  border-bottom-color: #8fb800;
}

.main-timeline .timeline:nth-child(4n) .timeline-content:after, .main-timeline .timeline:nth-child(4n) .timeline-icon i, .main-timeline .timeline:nth-child(4n) .timeline-icon:before, .main-timeline .timeline:nth-child(4n):before {
  background: #2fcea5;
}

.main-timeline .timeline:nth-child(4n) .timeline-icon {
  border-color: #2fcea5;
}

.main-timeline .timeline:nth-child(4n) .title {
  color: #2fcea5;
}

.main-timeline .timeline:nth-child(4n) .timeline-content:before {
  border-left-color: #2fcea5;
  border-bottom-color: #2fcea5;
}

@media only screen and (max-width: 1200px) {
  .main-timeline .timeline-icon:before {
    width: 50px;
    right: -50px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon:before {
    right: auto;
    left: -50px;
  }
  .main-timeline .timeline-content {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 990px) {
  .main-timeline .timeline {
    margin: 0 0 10px;
  }
  .main-timeline .timeline-icon {
    left: 25%;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    right: 25%;
  }
  .main-timeline .timeline-content {
    margin-top: 115px;
  }
}
@media only screen and (max-width: 767px) {
  .main-timeline {
    padding-top: 50px;
  }
  .main-timeline:before {
    left: 80px;
    right: 0;
    margin: 0;
  }
  .main-timeline .timeline {
    margin-bottom: 70px;
  }
  .main-timeline .timeline:before {
    top: 0;
    left: 83px;
    right: 0;
    margin: 0;
  }
  .main-timeline .timeline-icon {
    width: 60px;
    height: 60px;
    line-height: 40px;
    padding: 5px;
    top: 0;
    left: 0;
  }
  .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: 0;
    right: auto;
  }
  .main-timeline .timeline-icon:before, .main-timeline .timeline:nth-child(even) .timeline-icon:before {
    width: 25px;
    left: auto;
    right: -25px;
  }
  .main-timeline .timeline-icon:after, .main-timeline .timeline:nth-child(even) .timeline-icon:after {
    width: 25px;
    height: 30px;
    top: 44px;
    left: auto;
    right: -5px;
  }
  .main-timeline .timeline-icon i {
    font-size: 30px;
    line-height: 45px;
  }
  .main-timeline .timeline-content, .main-timeline .timeline:nth-child(even) .timeline-content {
    width: 100%;
    margin-top: -15px;
    padding-left: 130px;
    padding-right: 5px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content {
    float: right;
  }
  .main-timeline .timeline-content:before, .main-timeline .timeline:nth-child(even) .timeline-content:before {
    width: 50%;
    left: 120px;
  }
  .main-timeline .timeline:nth-child(even) .timeline-content:before {
    right: auto;
    transform: rotateY(0);
  }
  .main-timeline .timeline-content:after, .main-timeline .timeline:nth-child(even) .timeline-content:after {
    left: 85px;
  }
}
@media only screen and (max-width: 479px) {
  .main-timeline .timeline-content, .main-timeline .timeline:nth-child(2n) .timeline-content {
    padding-left: 110px;
  }
  .main-timeline .timeline-content:before, .main-timeline .timeline:nth-child(2n) .timeline-content:before {
    left: 99px;
  }
  .main-timeline .timeline-content:after, .main-timeline .timeline:nth-child(2n) .timeline-content:after {
    left: 65px;
  }
}/*# sourceMappingURL=pmd.css.map */