body {
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.banner-slider .zpheading{
  font-family:"Lora",sans-serif;
  line-height:normal;
}
.banner-slider .zpheading:after {
 background:#ffffff;
}
.banner-slider .button-space {
 margin-top:30px;   
}
.zpheading {
 line-height:normal;   
}
.column-spacing {
 padding:15px 30px !important;
}
.box-container {
 padding:30px;   
}
.padding-left-medium {
 padding-left:30px;
}
.box-spacing {
 padding:35px;   
}
.margin-top-none {
 margin-top:0px;   
}
.column-box {
 padding:35px !important;   
}
.custom-box {
 padding:35px;   
}
.custom-box .zpheading, .custom-box .zptext {
 color:#3C4576;
}
.custom-box .zpbutton-container .zpbutton-type-primary {
 background:#5B62FE;
 color:#ffffff;
}
.sub-heading h3, .sub-heading h4, .sub-heading h5, .sub-heading h6 {
 color:#5B62FE;
}
@media only screen and (max-width: 768px) {
    .order-change {
     order:-1;   
    }
}
a {
  color: inherit;
}

/** style bouton whatsap **/
.whatsapp-fixed {
  position: fixed;
  bottom: 20px; /* Distance du bas */
  right: 20px;  /* Distance de la droite */
  background-color: #25d366; /* Couleur officielle WhatsApp */
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
  z-index: 9999;
  transition: transform 0.3s ease;
  
  /* L'animation fluide */
  animation: pulse-green 2s infinite;
}

.whatsapp-fixed:hover {
  transform: scale(1.1); /* Grossit légèrement au survol */
}

@keyframes pulse-green {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
/** fin style **/
