/*
Theme Name: Dioqa Thème Child
Template: dioqatheme
Author: Olivier Roy
*/

.btn-noir-rouge {
  padding: 10px 20px !important;
  border-radius: 100px;
  font-family: "Jakarta";
  font-size: 16px;
  border: 2px solid #dc472d;
  color: black;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}

.btn-noir-rouge:hover {
  background-color: #dc472d;
  color: white;
  cursor: pointer;
}

.btn-noir-rouge:hover span {
  color: white !important;
}

.btn-noir-blanc {
  padding: 10px 20px !important;
  border-radius: 100px;
  font-family: "Jakarta";
  font-size: 16px;
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
}

.btn-noir-blanc:hover {
  background-color: #fff;
  color: #dc472d;
  cursor: pointer;
}

.btn-noir-blanc:hover span {
  color: #dc472d !important;
}

.accent-strong strong {
  font-family: "Jakarta-500"!important;
}

#swiperTrois .swiper-wrapper {
  justify-content: center;
}