@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
    --current: #0b0a12;
    --primary-color:#007aad;
    --secondary-color:#d7e5ee;
}
hr {
  margin: 1rem 0;
  color: #85878a;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 3.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 3rem;
  }
}

h3, .h3 {
  font-size: calc(1.355rem + 1.26vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2.3rem;
  }
}

h4, .h4 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.75rem;
  }
}

h5, .h5 {
  font-size: calc(1.255rem + 0.06vw);
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 1.3rem;
  }
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: var(--current);
  text-decoration: none;
  opacity: 1
}
a:hover {
  color: var(--current);
  opacity: 0.7
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

/**/

body{
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.navbar:before{
    content: "";
    width: 100%;
    position: absolute;
    background-color: var(--primary-color);
    height: 20px;
    top: -30px;
}
.navbar{
    border-top : 10px solid var(--secondary-color);
    border-bottom : 1px solid #ededf0;    
    box-shadow: 0 .5rem 2rem -.25rem hsla(216,9%,44%,.1);    
    margin-top:20px;
    padding-top: unset;
}
.navbar-brand{
}
.navbar-brand-item{
    min-width: 160px;
}
#home-slider,#home-slider .owl-stage-outer,#home-slider .owl-item{
    height: 600px;
    border-radius: 25px;
}

#home-slider picture,#home-slider .item-slider{
    height: 100%;
    width: 100%;
}
#home-slider img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bg-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.3 !important
      
}
.item-slider .card-img-overlay {
  z-index: 2;
}
.shortcutOne{
}
.shortcutOne h4{
    font-size: 1.5rem;
}
.owl-slider-shortcutOne figure {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius:50%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.owl-slider-shortcutOne figure img{
    max-width: 70px;
    max-height: 70px;
    object-fit: contain;
    object-position: 50% 50%;
}
.shortcutOne .icon-svg{
    width: 16px
}
.card-product{
    height: 100% !important;
    border: none;
    border-radius: 1rem;
}
.card-product .card-img-top{
    border-radius: 1rem 1rem 0 0;
}
.card-news{
    height: 100% !important;
    border: none;
    border-radius: 1rem;
    padding: 1rem
}
.card-news .card-img{
    border-radius: 1rem;
}
.card-news-title{
    font-size: 1.4rem;
    display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
#homeProductSelect,#homeNews, .codeOne{
    padding-top: 5.5rem;
    padding-bottom: 3.5rem;
}
.codeOne{
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;
}
.img-codeOne{
    border-radius: 1rem;
    margin-bottom: 1rem;
}
/*Content page*/
.content-page .row{
    margin-bottom: 4rem !important;
}
.content-page picture {
  display: flex;
  height: 100%;
  width: 100%;
}
.content-page picture img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center center;
  border-radius: 15px;
}
.content-page a{
    border-bottom: 1.5px dotted var(--primary-color)
}
/*Product*/
.product-header h1{
    font-weight: 400;
    font-size: 2.75rem;
}
#AddToCart{
    border:1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 40px;
    background-color: #fff;
    padding: 0 30px;
    line-height: 40px;
}
#AddToCart:hover{
    border:1px solid var(--primary-color);
    color: #fff;
    background-color: var(--primary-color);
}
.quantity_button {
	display: inline-flex;
	align-items: center;
	border:1px solid var(--primary-color);
	background-color: rgba(255, 255, 255, 0.05);
	border-radius:40px;
}
.quantity_button .button {
  color: var(--primary-color);
  background-color: transparent;
  border: none;
  padding: 0 1rem;
  line-height:40px;
}
.quantity_button input {
  border: none;
  text-align: center;
  width: 1.5rem;
  padding: 0;
  border: 0;
  background: 0 !important;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  -moz-appearance: textfield;
  color:var(--primary-color) !important; 
}
.btn-connect {
    border:1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 40px;
    background-color: #fff;
    padding: 0 30px;
    line-height: 40px;
    margin: 30px auto;
}
.btn-connect:hover{
    border:1px solid var(--primary-color);
    color: #fff;
    background-color: var(--primary-color);
}

/* CSS */
.button-customOne {
  background-color: transparent;
  background-image: linear-gradient(#fff, #f5f5fa);
  border: 0 solid #003dff;
  border-radius: 9999px;
  box-shadow: rgba(37, 44, 97, .15) 0 4px 11px 0, rgba(93, 100, 148, .2) 0 1px 3px 0;
  box-sizing: border-box;
  color: #484c7a;
  cursor: pointer;
  display: inline-block;
  font-family: Hind, system-ui, BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 600;
  margin: 4px;
  padding: 16px 24px;
  text-align: center;
  text-decoration: inherit;
  text-wrap: nowrap;
  transition: all .2s ease-out;
  transition-behavior: normal;
  white-space-collapse: collapse;
  line-height: 1.15;
}

@media (min-width: 576px) {
  .button-customOne {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}

.button-customOne:after, .button-customOne:before {
  border: 0 solid #003dff;
  box-sizing: border-box;
}

.button-customOne:hover {
  box-shadow: rgba(37, 44, 97, .15) 0 8px 22px 0, rgba(93, 100, 148, .2) 0 4px 6px 0;
}

.button-customOne:disabled {
  cursor: not-allowed;
  opacity: .5;
}

/*Cart*/
.steps {
  display: flex;
  width: 100%;
}
.step-item {
  flex-basis: 0;
  flex-grow: 1;
  transition: color 0.25s ease-in-out;
  text-align: center;
  text-decoration: none !important;
}
.steps-light .step-item {
  color: #000;
}
.step-progress {
  position: relative;
  width: 100%;
  height: .25rem;
}
.step-count {
  position: absolute;
  top: -.75rem;
  left: 50%;
  width: 1.625rem;
  height: 1.625rem;
  margin-left: -.8125rem;
  border-radius: 50%;
  font-size: .875rem;
  line-height: 1.625rem;
}
.step-label {
  padding-top: 1.5625rem;
	color:var(--primary-color);
  
}
.step-label > i {
  margin-top: -.25rem;
  margin-right: .425rem;
  font-size: 1.2em;
  vertical-align: middle;
}
.steps-light .step-count, .steps-light .step-progress {
  color: #fff;
  background-color: var(--secondary-color);
}
.steps-light .step-item.active .step-count, .steps-light .step-item.active .step-progress {
  color: #fff;
  background-color: var(--primary-color);
}
/*SearchBar*/
#search-container {
    position: relative;
    display: flex;
    align-items: center;
}

#search-icon {
    cursor: pointer;
    font-size: 20px;
    margin-right: 10px;
}

#search-input {
    width: 0;
    padding: 5px;
    transition: width 0.5s ease;
    opacity: 0;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Classe active pour afficher le champ de recherche */
#search-input.active {
    width: 200px;
    opacity: 1;
}
/*Page*/
.section-header{
    color:var(--primary-color);
    background-color: var(--secondary-color);
}
/*faq*/
#homeFaq h2 a{
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.48px;
    
}
.chevron-arrow{
    width: 18px;
    display: inline-block;
    transition: .5s ease-in-out;
}
[aria-expanded="true"] .chevron-arrow {
  transform: rotate(-135deg);
}
.collapseFaqAnswer{
    color:#64748b
}

/* CSS */
.thm-button, .btn-next-step {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
  min-height: 40px;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

.thm-button:hover,.thm-button:active, .btn-next-step:hover, .btn-next-step:active {
  background-color: initial;
  background-position: 0 0;
  color: var(--primary-color);
}

.thm-button:active, .btn-next-step:active {
  opacity: .5;
}
/*product page*/
.breadcrumb-section{
    background-color: var(--secondary-color);
    color: #fff;
    font-size: 0.8rem;
}
    
.title_block_product h3{
    border-bottom: 1px solid #e0e5eb;
    padding-bottom: 1rem !important;
    line-height: 1.3;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
}
.modal-cart-count{
position: absolute;
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  padding: 6px 8px;
  font-size: 0.8rem;
  top: 12px;
  margin-left: 6px;
}
/*footer*/
footer{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;    
    color: #fff;
    background-color: rgb(34,41,52)
}
.footer-logo{
    max-width: 160px;
}
.navbar-toggler-animation svg {
    width: 20px;
}