/**
* Theme Name: PhysioZen Child
* Description: This is a child theme of PhysioZen.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: physiozen
* Version: 1.0.0
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: physiozen-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/

/*

***********************************  GLOBAL *************************************************************************

*/

/* TITRES */

/* Titre doubles couleurs  */

.titre_couleur_lk h2 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.titre_couleur_lk span {
  font-family: Jost, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #96c6b8;
}

@media screen and (min-width: 768px) and (max-width: 1180px) {
  .titre_couleur_lk span {
    font-size: 30px;
  }
}

@media screen and (min-width: 1181px) {
  .titre_couleur_lk span {
    font-size: 35px;
  }
}

/* Cache logo recaptcha v3 */

.grecaptcha-badge {
  visibility: hidden !important;
}

/*

***********************************  A PROPOS *************************************************************************

*/

.slider_lk {
  max-width: 200% !important;
}

/*

***********************************  404  *************************************************************************

*/

.lk-404-button {
  margin: 20px;
}

/*

***********************************  FORMULAIRE  *************************************************************************

*/

.texterea_lk textarea {
  height: 120px;
}
