/*
Theme Name: AtypikHouse theme
Theme URI: https://atypik.web-b.fr/
Author: Benjamin Benkessas
Author URI: https://benjamin.benkessas.fr
Description: Thème WordPress pour un site internet fictif basé sur une version modifiée de bootstrap 5
Version: 1.0
*/
/* Intégration de la police Montserrat depuis Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Utilisation de la police Montserrat pour le texte du corps */


/* Vous pouvez ajouter d'autres styles pour votre site ici */

.btn-primary {
  color: #fff;
  background-color: black!important;
  border-color: black!important;
}
.accordion-button:not(.collapsed){
  color: black!important;
  background-color: #e4e4e4!important;
  box-shadow: inset 0 -1px 0 rgb(0 0 0)!important;
}
.accordion-button:focus{
  box-shadow: 0 0 0 0.25rem #060606!important;
}
.accordion-button:not(.collapsed)::after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")!important;
}
.wrapper {
  --color: #1F242D;
  --color-invert: #ffffff;
  --clip-path: circle(15px at left);
  --clip-path-hover: circle(70px at left);
  --clip-path-clicked: circle(100vw at left);
  --duration: .4s;
  --timing-function: ease;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.wrapper .video {
  height: 30vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  -webkit-clip-path: var(--clip-path);
  clip-path: var(--clip-path);
  transition: -webkit-clip-path var(--duration) var(--timing-function);
  transition: clip-path var(--duration) var(--timing-function);
  transition: clip-path var(--duration) var(--timing-function), -webkit-clip-path var(--duration) var(--timing-function);
}

.wrapper .video video {
  position: fixed;
  background: #c4cbde;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

.wrapper .text {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2px;
  opacity: var(--opacity, 1);
  transition: opacity 0.3s var(--timing-function) 0.2s;
}

.wrapper .text::before,
.wrapper .text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  right: 25px;
  height: 0;
}

.wrapper .text::before {
  box-shadow: 26px 0 0 1px var(--color);
  right: var(--r, 100%);
  opacity: var(--opacity, 0);
  transition: right 0.5s ease-in, opacity 0.1s linear;
}

.wrapper .text::after {
  box-shadow: 26px 0 0 1px var(--color-invert);
  -webkit-clip-path: var(--clip-path);
  clip-path: var(--clip-path);
  transition: -webkit-clip-path var(--duration) var(--timing-function);
  transition: clip-path var(--duration) var(--timing-function);
  transition: clip-path var(--duration) var(--timing-function), -webkit-clip-path var(--duration) var(--timing-function);
}

.wrapper .text>span::before,
.wrapper .text>span::after {
  content: attr(data-text);
  padding-left: 26px;
}

.wrapper .text>span::before {
  color: var(--color);
}

.wrapper .text>span::after {
  color: var(--color-invert);
  -webkit-clip-path: var(--clip-path);
  clip-path: var(--clip-path);
  transition: -webkit-clip-path var(--duration) var(--timing-function);
  transition: clip-path var(--duration) var(--timing-function);
  transition: clip-path var(--duration) var(--timing-function), -webkit-clip-path var(--duration) var(--timing-function);
  position: absolute;
  left: 0;
}

.wrapper input {
  width: 220px;
  height: 40px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 40px;
  outline: none;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.wrapper input:focus {
  outline: 0;
}

.wrapper input:hover~.video {
  -webkit-clip-path: var(--clip-path-hover);
  clip-path: var(--clip-path-hover);
}

.wrapper input:hover~.text::before {
  --r: 25px;
  --opacity: 1;
}

.wrapper input:hover~.text::after {
  -webkit-clip-path: var(--clip-path-hover);
  clip-path: var(--clip-path-hover);
}

.wrapper input:hover~.text>span::after {
  -webkit-clip-path: var(--clip-path-hover);
  clip-path: var(--clip-path-hover);
}

.wrapper input:checked {
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.wrapper input:checked~.video {
  -webkit-clip-path: var(--clip-path-clicked);
  clip-path: var(--clip-path-clicked);
}

.wrapper input:checked~.text {
  --opacity: 0;
  transition: opacity 0.3s var(--timing-function);
}

.wrapper input:checked~.text::after {
  -webkit-clip-path: var(--clip-path-clicked);
  clip-path: var(--clip-path-clicked);
}

.wrapper input:checked~.text>span::after {
  -webkit-clip-path: var(--clip-path-clicked);
  clip-path: var(--clip-path-clicked);
}
#menu-principal li a {
  color:black!important;
}
.button1 {
  align-self: center;
  background-color: #fff;
  background-image: none;
  background-position: 0 90%;
  background-repeat: repeat no-repeat;
  background-size: 4px 3px;
  border-radius: 15px 225px 255px 15px 15px 255px 225px 15px;
  border-style: solid;
  border-width: 2px;
  box-shadow: rgba(0, 0, 0, .2) 15px 28px 25px -18px;
  box-sizing: border-box;
  color: #41403e;
  cursor: pointer;
  display: inline-block;
  font-family: Neucha, sans-serif;
  font-size: 1rem;
  line-height: 23px;
  outline: none;
  padding: .75rem;
  text-decoration: none;
  transition: all 235ms ease-in-out;
  border-bottom-left-radius: 15px 255px;
  border-bottom-right-radius: 225px 15px;
  border-top-left-radius: 255px 15px;
  border-top-right-radius: 15px 225px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button1:hover {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
  transform: translate3d(0, 2px, 0);
}

.button1:focus {
  box-shadow: rgba(0, 0, 0, .3) 2px 8px 4px -6px;
}

body {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Montserrat', serif !important;
  font-weight: inherit;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 56px;
}

h3 {
  font-size: 40px;
}

footer a:hover {
  color: white !important;
}
a:hover {
  color: black !important;
  text-decoration: none!important;
}
a{
  font-weight: 600;
  text-decoration: none!important;
}
/* forcer retour ligne responsive */
.dont-break-out {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
/* max height img article */
#actual-article img {
  max-height: 400px !important;
}
#actual-article h1,
#actual-article h2,
#actual-article h3,
#actual-article h4,
#actual-article h5,
#actual-article h6 {
  padding-bottom: 20px;
  padding-top: 20px;
}
/* supression barre x pour bug */
body {
  overflow-x: hidden;
}


/* Reverse image on mobile */
@media screen and (max-width: 980px) {
  .inverse {
    display: flex;
    flex-flow: column-reverse;
  }
  .img-legende{
    width: 65%;
  }
  .btn-dossierPresse {
    font-size: 18px !important;
  }
}


@media screen and (max-width: 991px) {
  body.offcanvas-active {
    overflow-y: hidden
  }

  body.offcanvas-active #main,
  body.offcanvas-active footer {
    display: none
  }
}

#navbar_top.navbar {
  align-items: flex-start;
  transition: 0.25s height ease;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03)
}

#navbar_top.navbar .list-group-item a {
  text-decoration: none;
  color: inherit
}

#navbar_top.navbar .list-group-item a:hover {
  color: #46C815
}

#navbar_top.navbar .megamenu {
  background-color: #F4F4F6;
  border: none
}

@media screen and (min-width: 992px) {
  #navbar_top.navbar .megamenu {
    padding: 1rem;
    padding-top: 24px;
    padding-bottom: 62px
  }
}

@media screen and (max-width: 991px) {
  #navbar_top.navbar.open {
    height: 100vh
  }

}

#navbar_top.navbar .nav-link {
  color: #000;
  height: 44px;
  position: relative;
  font-size: 12px;
  font-weight: 600
}

#navbar_top.navbar .nav-link.show {
  border: none;
  box-shadow: inset 0 -2px 0 0 #46C815
}

#navbar_top.navbar .nav-link:hover,
#navbar_top.navbar .nav-link:focus {
  color: #000
}

#navbar_top.navbar .navRight .nav-link {
  font-size: 10px;
  line-height: initial;
  border: none
}

#navbar_top.navbar .navRight .nav-link i {
  margin-right: 5px;
  font-size: 14px;
  width: 14px
}

@media (min-width: 991px) {
  #navbar_top.navbar .navRight {
    align-items: center
  }
}

#navbar_top.navbar .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0;
  vertical-align: 0;
  content: "";
  border: none
}

#navbar_top.navbar .btn-outline-secondary {
  border-radius: 25px;
  color: #000;
  border: 0;
  font-size: 18px;
  font-weight: 600;
  min-width: 152px
}

#navbar_top.navbar .btn-outline-secondary:hover {
  border-radius: 25px;
  color: #000;
  background-color: transparent
}

#navbar_top.navbar .card {
  overflow: hidden;
  border-radius: 8px;
  border: none
}

#navbar_top.navbar .card.auto {
  margin-top: 8px
}

@media screen and (max-width: 991px) {
  #navbar_top.navbar .card.auto {
    margin: 16px 0
  }
}

#navbar_top.navbar .card.op .card-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600
}

@media (min-width: 992px) {
  #navbar_top.navbar .card.op .card-title {
    font-size: 20px
  }
}

#navbar_top.navbar .card.op img {
  transition: all 0.3s ease
}

#navbar_top.navbar .card.op:hover .layer-dark {
  opacity: 0.3
}

#navbar_top.navbar .card.op:hover img {
  transform: scale(1.2)
}

#navbar_top.navbar .card.app {
  min-height: 267px
}

#navbar_top.navbar .card.app .card-title {
  position: absolute;
  right: 24px;
  top: 36px;
  font-weight: 600;
  font-size: 20px
}

#navbar_top.navbar .card.app .card-img {
  position: absolute;
  top: 16px;
  left: 8px;
  width: 73%
}

@media screen and (max-width: 991px) {
  #navbar_top.navbar .card.app {
    min-height: 64px;
    margin-bottom: 16px
  }

  #navbar_top.navbar .card.app .card-img {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 20%
  }

  #navbar_top.navbar .card.app .card-title {
    position: relative;
    left: calc(20% - -20px);
    top: calc(32px - 24px);
    font-weight: 600;
    font-size: 14px
  }
}

#navbar_top.navbar .card .list-group-item {
  padding: 0;
  border: 1px solid #F4F4F6
}

#navbar_top.navbar .card .list-group-item .row {
  align-items: center
}

@media screen and (max-width: 991px) {
  #navbar_top.navbar .card .list-group-item .row {
    height: 64px
  }
}

#navbar_top.navbar .card .list-group-item img {
  max-height: 50px
}

#navbar_top.navbar .card .card-title {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0
}

#navbar_top.navbar .service .card .card-body {
  display: flex;
  align-items: center
}

#navbar_top.navbar .service .card .card-body i {
  color: #46C815;
  margin-left: 16px
}

@media screen and (max-width: 991px) {
  #navbar_top.navbar .service .card .card-body i {
    flex: 1;
    text-align: right
  }
}

@media screen and (max-width: 991px) {
  #navbar_top.navbar .service .card .card-body {
    height: 64px
  }
}

#navbar_top.navbar .service .card:nth-child(2) {
  margin-top: 8px
}

@media screen and (max-width: 991px) {
  #navbar_top.navbar .service .card:nth-child(2) {
    margin-top: 16px;
    margin-bottom: 75px
  }
}

@media screen and (max-width: 991px) {
  #navbar_top.navbar #shop .service .card {
    margin-top: 16px;
    margin-bottom: 16px
  }
}

@media screen and (max-width: 991px) {
  #navbar_top.navbar #shop .col-op {
    order: 0;
    margin-bottom: 75px
  }

  #navbar_top.navbar #shop .card-body .col-md-4:nth-child(2),
  #navbar_top.navbar #shop .card-body .col-md-4:nth-child(3) {
    padding-top: 16px
  }
}

#navbar_top.navbar .propos .card .card-body .card-text {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px
}

#navbar_top.navbar .propos .card .card-body .card-text i {
  color: #46C815;
  margin-left: 16px
}

@media screen and (max-width: 991px) {
  #navbar_top.navbar .propos .card .card-body .card-text i {
    flex: 1;
    text-align: right
  }
}

@media screen and (max-width: 991px) {
  #navbar_top.navbar .propos .card .card-body {
    height: 64px;
    align-items: center;
    display: flex;
    width: 100%
  }

  #navbar_top.navbar .propos .card .card-body img {
    display: none
  }
}

@media screen and (max-width: 991px) {
  #navbar_top.navbar .propos .card {
    margin-top: 16px
  }

  #navbar_top.navbar .propos .card img {
    display: none
  }
}

@media screen and (max-width: 991px) {
  #navbar_top.navbar .propos .col-md-2:first-child .card {
    margin-top: 0
  }
}

#navbar_top.navbar .secure .card-img-overlay {
  display: flex;
  align-items: end;
  justify-content: end
}

@media screen and (max-width: 991px) {
  #navbar_top.navbar .secure {
    justify-content: center;
    margin-bottom: 16px;
    height: 96px
  }

  #navbar_top.navbar .secure .card-img {
    width: 40%;
    align-items: center
  }

  #navbar_top.navbar .secure .card-img-overlay {
    justify-content: center;
    align-items: center;
    margin-left: calc(40% - 36px)
  }
}

#navbar_top.navbar .shop a {
  text-decoration: none;
  display: block;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  padding-top: 16px
}

#navbar_top.navbar .shop a:hover {
  color: #46C815
}

#navbar_top.navbar .shop a:first-child {
  padding-top: 0
}

@media (min-width: 992px) {
  #navbar_top.navbar .padBord {
    padding: 0 8px;
    border: none;
    border-left: 1px solid #F4F4F6
  }
}

@media (min-width: 991px) {
  .navbar .has-megamenu {
    position: static !important
  }

  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0
  }

  .navbar.heightNav {
    font-weight: 600
  }

  .offcanvas-header {
    display: none
  }
}

@media (max-width: 991px) {
  #navbar_top .btn-close {
    height: auto;
    width: auto;
    opacity: 1 !important
  }

  #navbar_top .navbar.fixed-top .navbar-collapse,
  #navbar_top .navbar.sticky-top .navbar-collapse {
    min-height: 90vh;
    margin-top: 10px;
    padding: 8px
  }

  #navbar_top .navbar-brand {
    margin-right: 0;
    margin-right: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 10px
  }

  #navbar_top .nav-link {
    font-size: 14px
  }

  #navbar_top .navbar .megamenu {
    padding: 0
  }

  #navbar_top .dropdown {
    position: inherit
  }

  #navbar_top .navbar-collapse {
    margin-top: 0.75rem;
    position: relative;
    opacity: 0;
    transition: 0.2s all ease
  }

  #navbar_top .navbar-collapse.show {
    opacity: 1
  }

  @keyframes height100vh {
    from {
      height: 0
    }

    to {
      height: 100vh
    }
  }

  .col-op {
    order: -1
  }

  .col-op .card {
    height: 110px;
    margin-bottom: 16px
  }

  .col-op .card .date-badge {
    margin-bottom: 8px;
    text-align: left;
    margin-left: 0;
    display: table
  }

  .col-op .card .card-title {
    text-align: left
  }

  .navRight.incollapse {
    padding-top: 24px
  }

  .navRight.incollapse .nav-link {
    font-size: 12px
  }

  .navRight.incollapse .nav-link i {
    font-size: 24px
  }

  .navRight.incollapse button {
    margin: 0;
    margin-top: 36px;
    display: block;
    width: 100%;
    height: 48px;
    font-size: 14px
  }

  .navbar-collapse .nav-link {
    display: flex;
    box-shadow: 0px 1px 0px 0px #F4F4F6;
    align-items: center
  }

  .navbar-collapse .nav-link .bi-chevron-right {
    flex: 1;
    text-align: right
  }

  .navbar-toggler {
    border: 0 !important
  }

  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important
  }

  .toggler-icon {
    width: 25px;
    height: 2px;
    background-color: #000;
    display: block;
    transition: all 0.2s
  }

  .middle-bar {
    margin: 5px auto
  }

  .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%
  }

  .navbar-toggler .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0)
  }

  .navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%
  }

  .navbar-toggler.collapsed .top-bar {
    transform: rotate(0)
  }

  .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100)
  }

  .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0)
  }

  .navbar-toggler.collapsed .toggler-icon {
    background-color: #000
  }

  .offcanvas-header {
    display: block;
    height: 56px;
    position: relative
  }

  .offcanvas-header .btn-close {
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    color: #000;
    background: none;
    width: auto;
    opacity: 1
  }

  .offcanvas-header .btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 0
  }

  .mobile-offcanvas {
    display: block;
    margin: 0 -1rem !important;
    width: calc(100% + 2rem);
    visibility: hidden;
    transform: translateX(100%);
    border-radius: 0;
    position: absolute !important;
    top: -0.25rem;
    left: 0;
    min-height: calc(100vh - 66px);
    height: 0;
    z-index: 1200;
    transition: visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    overflow: hidden !important
  }

  .mobile-offcanvas.show {
    display: block;
    height: auto;
    width: calc(100% + 2rem);
    transform: translateX(0);
    visibility: visible;
    position: absolute;
    top: -0.25rem;
    left: 0
  }

  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block
  }
}

a.card {
  text-decoration: none;
  color: inherit
}

a.card:hover {
  color: #46C815
}

.textImg img {
  max-height: 32px;
  margin-right: 8px
}

.devices-bg {
  background: url() center center/auto
}

@media screen and (max-width: 991px) {
  .devices-bg {
    background: url() center center/cover
  }
}

.layer-dark {
  background: #000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 35%, black 100%);
  opacity: 0.4;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.2s
}

.layer-gradient-dark {
  background: #020112;
  background: linear-gradient(294deg, #020112 0%, rgba(7, 5, 44, 0.3594480028) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}

.visible-content {
  z-index: 1;
  position: relative
}

.carousel-indicators .secure-bg-color {
  background-color: #04021b
}

.carousel-indicators .secure-bg-color .text {
  color: #fff
}

@media screen and (max-width: 991px) {
  .header .container-xl {
    padding: 0
  }

  .header .carousel {
    margin: 0
  }
}

.header .carousel {
  flex-wrap: nowrap
}

.header .col {
  cursor: pointer
}

.header .col .progress-bar {
  width: 0;
  opacity: 0;
  transition: width 10s linear
}

.header .col .onlyActive,
.header .col .onlyActiveDesktop {
  display: none !important
}

.header .col.carousel-item.active:hover .progress-bar {
  width: 0% !important;
  transition: width 0.2s linear !important
}

.header .col.carousel-item.active {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66667%
}

.header .col.carousel-item.active.loading .progress-bar {
  opacity: 1;
  width: 100%;
  transition: width 10s linear
}

.header .col.carousel-item.active .onlyActive {
  display: block !important
}

@media screen and (min-width: 992px) {
  .header .col.carousel-item.active .onlyActiveDesktop {
    display: block !important
  }
}

.header .progress {
  height: 6px;
  background-color: transparent;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%
}

.header .progress-bar {
  background-color: #64e61e;
  border-bottom-left-radius: 8px 8px
}

.header .absolutElmt-botom {
  position: absolute;
  bottom: 24px
}

.header .content-header-card {
  border-radius: 8px;
  height: 30em;
  padding: 16px;
  position: relative;
  overflow: hidden
}

@media screen and (min-width: 1200px) {
  .header .content-header-card {
    padding: 24px
  }
}

.header .promoDevices {
  max-width: 146%;
  margin-bottom: 24px;
  left: -26%;
  position: relative
}

.header .securImg {
  position: absolute;
  bottom: 16px;
  min-width: 150%;
  right: 0
}

.header .cardsProductsImg {
  position: absolute;
  min-width: 100%;
  left: -5%;
  bottom: -10%
}

.header .appImg {
  min-width: auto;
  right: 8%;
  position: absolute;
  bottom: -10%
}

.header .noPromo.appImg {
  width: 75%;
  right: 13%;
  position: absolute;
  bottom: -20%
}

.header .carousel-item.active,
.header .carousel-item-next,
.header .carousel-item-prev {
  display: initial
}

.header .carousel-item.active .promoDevices,
.header .carousel-item-next .promoDevices,
.header .carousel-item-prev .promoDevices {
  max-width: 50%;
  margin: 0 auto;
  display: block;
  margin-bottom: 24px;
  left: initial
}

@media screen and (max-width: 991px) {

  .header .carousel-item.active .promoDevices,
  .header .carousel-item-next .promoDevices,
  .header .carousel-item-prev .promoDevices {
    max-width: 100%
  }
}

.header .carousel-item.active .securImg,
.header .carousel-item-next .securImg,
.header .carousel-item-prev .securImg {
  max-width: 50%;
  min-width: auto;
  right: 16px
}

.header .carousel-item.active .cardsProductsImg,
.header .carousel-item-next .cardsProductsImg,
.header .carousel-item-prev .cardsProductsImg {
  min-width: auto;
  left: 50%;
  bottom: 36px
}

.header .carousel-item.active .appImg,
.header .carousel-item-next .appImg,
.header .carousel-item-prev .appImg {
  width: 23%;
  right: 15%;
  position: absolute;
  bottom: 36px
}

.header .carousel-item.active .noPromo.appImg,
.header .carousel-item-next .noPromo.appImg,
.header .carousel-item-prev .noPromo.appImg {
  width: 20%
}

.header .carousel-item {
  position: initial;
  display: initial;
  float: none;
  width: initial;
  margin-right: initial
}

.header h1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 0
}

.header h1 span {
  color: #64e61e;
  font-weight: 600
}

@media screen and (max-width: 991px) {
  .header .g-3 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0
  }

  .header .app-bg-color {
    background-color: #F4F4F6
  }

  .header .container-lg {
    padding: 0
  }

  .header .col.carousel-item.active {
    width: 100%
  }

  .header .carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    padding: 0
  }

  .header .content-header-card {
    border-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 552px;
    text-align: center
  }

  .header .absolutElmt-botom {
    position: relative;
    top: 24px
  }

  .header .securImg {
    top: 36%;
    left: 0;
    margin: 0 auto;
    max-width: 320px !important;
    min-width: auto
  }

  .header .cardsProductsImg {
    top: 45%;
    left: 0 !important;
    right: 0;
    margin: 0 auto
  }

  .header .appImg {
    top: 46%;
    margin: 0 auto;
    left: 15%;
    width: 59% !important;
    max-width: 215px
  }

  .header .carousel-indicators {
    padding: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    list-style: none
  }

  .header .carousel-indicators .text {
    font-size: 20px;
    font-weight: 600;
    padding: 16px
  }

  .header .carousel-indicators .text span {
    color: #46C815;
    font-weight: 600
  }

  .header .carousel-indicators [data-bs-target] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    height: 110px;
    padding: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    text-indent: inherit;
    background-clip: inherit;
    border: 0;
    border-top: none;
    border-bottom: none;
    opacity: 1;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear
  }

  .header .carousel-indicators {
    opacity: 1
  }

  .header .carousel-indicators .col {
    position: relative
  }

  .header .carousel-indicators .col.devices-bg {
    background: url() center center/cover
  }

  .header .carousel-indicators .col.devices-bg.active {
    background: none !important
  }

  .header .carousel-indicators .col .progress-bar {
    width: 0;
    opacity: 0;
    -webkit-transition: width 10s linear;
    transition: width 10s linear;
    border-radius: 0
  }

  .header .carousel-indicators .col.active {
    opacity: 1;
    background: transparent
  }

  .header .carousel-indicators .col.active.loading .layer-dark {
    display: none
  }

  .header .carousel-indicators .col.active.loading .progress-bar {
    opacity: 1;
    width: 100%;
    transition: width 10s
  }

  .header .carousel-indicators .col.active.app-bg-color {
    background-color: #F4F4F6
  }

  .header .carousel-indicators .col.active.cardsProducts-bg-color {
    background-color: #F4F4F6
  }
}

.blk {
  position: relative
}

.blk:hover .tooltip {
  display: block !important
}

.blk .tooltip {
  display: none;
  border-radius: 8px;
  text-align: center;
  opacity: 1;
  padding: 16px;
  background: #ffffff;
  top: 103%;
  width: 100%;
  left: 0;
  -webkit-animation: tooltipfadein 0.3s;
  animation: tooltipfadein 0.3s;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1)
}

.blk .tooltip:before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent white transparent
}

@media (min-width: 768px) {
  .card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
  }
}
.product-description {
    font-size: 16px;
    line-height: 1.5;
}
.btn-primary a:hover{
  color: white!important;
}
.card {
  position: relative;
  overflow: hidden;
}

.card img {
  transition: transform 1.5s cubic-bezier(0, 0, 0.2, 1); /* Animation de transformation */
}

.card:hover img {
  transform: scale(1.1); /* Zoom de 110% au survol */
}

/* Empêche l'image de sortir de la card */
.card-body {
  overflow: hidden;
}
.btn-primary:hover{
  color: white!important;
}
  


/* MEDIA */

@media only screen and (min-width: 1200px) {
    .img-hover-zoom--colorize img {
        width: 200px;
    }
}

@media only screen and (min-width: 1200px) {
    .h1,
    h1 {
        font-size: 2rem;
    }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white; /* Fond blanc */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 1s ease;
}

.loader {
  width: 50px;
  height: 50px;
  border: 5px solid #000; /* Bordure noire */
  border-top: 5px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.navbar-light .navbar-nav .nav-link{
  color: black!important;
}
.card {
  position: relative;
  border: 1px solid #FFF;
  border-radius: 8px;
  background-color: #FFF
}
h2,h3 {
  font-weight: 600;
  line-height: 1
}

.bold {
  font-weight: 700
}

.bg-white {
  background-color: #FFF !important
}

.bg-light {
  background-color: #F4F4F6 !important
}

.text-white {
  color: #FFF !important
}
.container,.container-fluid {
  padding-right: 1rem;
  padding-left: 1rem
}

.row {
  margin-right: -0.5rem;
  margin-left: -0.5rem
}

.row>* {
  padding-right: 0.5rem;
  padding-left: 0.5rem
}

.p-s {
  padding: 3rem !important
}

.pt-s {
  padding-top: 3rem !important
}

.pb-s {
  padding-bottom: 3rem !important
}

.px-s {
  padding-left: 3rem !important;
  padding-right: 3rem !important
}

.py-s {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

@media (min-width: 921px) {
  .p-s {
      padding:4rem !important
  }

  .pt-s {
      padding-top: 4rem !important
  }

  .pb-s {
      padding-bottom: 4rem !important
  }

  .px-s {
      padding-left: 4rem !important;
      padding-right: 4rem !important
  }

  .py-s {
      padding-top: 4rem !important;
      padding-bottom: 4rem !important
  }
}

@media (min-width: 1400px) {
  .p-s {
      padding:5rem !important
  }

  .pt-s {
      padding-top: 5rem !important
  }

  .pb-s {
      padding-bottom: 5rem !important
  }

  .px-s {
      padding-left: 5rem !important;
      padding-right: 5rem !important
  }

  .py-s {
      padding-top: 5rem !important;
      padding-bottom: 5rem !important
  }
}
.d-block {
  display: block !important
}

.d-none {
  display: none !important
}

.h-100 {
  height: 100% !important
}

.min-vh-100 {
  min-height: 100vh !important
}

.align-items-center {
  align-items: center !important
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important
}

.mb-2 {
  margin-bottom: 0.5rem !important
}

.ms-auto {
  margin-left: auto !important
}

.p-0 {
  padding: 0 !important
}

.p-3 {
  padding: 1rem !important
}

.p-5 {
  padding: 3rem !important
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

.pt-3 {
  padding-top: 1rem !important
}

.pt-4 {
  padding-top: 1.5rem !important
}

.text-end {
  text-align: right !important
}

.text-center {
  text-align: center !important
}

.text-uppercase {
  text-transform: uppercase !important
}

.text-white {
  color: #fff !important
}

.bg-light {
  background-color: #f8f9fa !important
}

.bg-white {
  background-color: #fff !important
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.navbar>.container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between
}

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .navbar-toggler {
      transition: none
  }
}

.navbar-toggler:hover {
  text-decoration: none
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%
}

@media (min-width: 992px) {
  .navbar-expand-lg {
      flex-wrap:nowrap;
      justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
      flex-direction: row
  }

  .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
      display: none
  }
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem
}
.img-fluid {
  max-width: 100%;
  height: auto
}

.container,.container-fluid {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto
}

@media (min-width: 576px) {
  .container {
      max-width:540px
  }
}

@media (min-width: 768px) {
  .container {
      max-width:720px
  }
}

@media (min-width: 992px) {
  .container {
      max-width:960px
  }
}

@media (min-width: 1200px) {
  .container {
      max-width:1140px
  }
}

@media (min-width: 1400px) {
  .container {
      max-width:1320px
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y)
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%
}

.col-6 {
  flex: 0 0 auto;
  width: 50%
}

.g-0 {
  --bs-gutter-x: 0
}

.g-0 {
  --bs-gutter-y: 0
}

@media (min-width: 576px) {
  .col-sm-2 {
      flex:0 0 auto;
      width: 16.66666667%
  }

  .col-sm-3 {
      flex: 0 0 auto;
      width: 25%
  }

  .col-sm-4 {
      flex: 0 0 auto;
      width: 33.33333333%
  }

  .col-sm-5 {
      flex: 0 0 auto;
      width: 41.66666667%
  }

  .col-sm-6 {
      flex: 0 0 auto;
      width: 50%
  }

  .col-sm-7 {
      flex: 0 0 auto;
      width: 58.33333333%
  }

  .col-sm-8 {
      flex: 0 0 auto;
      width: 66.66666667%
  }
}
img,svg {
  vertical-align: middle
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button {
  text-transform: none
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

h2,h3,h4,h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2
}

h2 {
  font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
  h2 {
      font-size:2.5rem
  }
}

h3 {
  font-size: calc(1.325rem + 0.9vw)
}

@media (min-width: 1200px) {
  h3 {
      font-size:2rem
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw)
}

@media (min-width: 1200px) {
  h4 {
      font-size:1.5rem
  }
}

h5 {
  font-size: 1.25rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

ul {
  padding-left: 2rem
}

ul {
  margin-top: 0;
  margin-bottom: 1rem
}

b {
  font-weight: bolder
}
.pacifico {
  font-family: 'Pacifico', cursive!important;
}
nav{
  border-bottom: 2px solid black!important;
}
.brdr{
  border: 2px solid black!important;
}

.card{
  border: 2px solid black!important;
  cursor: pointer!important;
}
.img-home{
  z-index: 3;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt{
  background-color: black!important;
  color: white!important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt{
  background-color: black;
  color: white!important;
}
a{
  color: black!important;
}