/*!
Theme Name: HealthFlex
Theme URI: http://plethorathemes.com/healthflex/
Description: Multipurpose Medical WordPress Theme
Version: 2.5.0
Author: Plethora Themes
Author URI: http://plethorathemes.com
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: theme-options, translation-ready
Text Domain: healthflex
*/

/*
WARNING FOR DEVs: DO NOT MODIFY TEXT DOMAIN VALUE OF THIS FILE;

The styles of the theme are compiled by less.php and stored in the uploads folder.

Do not alter or delete this file.

*/

/*
=================================================================


REQUIRED WORDPRESS STYLES
(are styled by less)



=================================================================
*/

/* CSS */
/* CSS */
/* CSS */
/* CSS */
.doctolib-button a {
  align-items: center !important;
  background-color: #0A66C2 !important;
  border: 0 !important;
  border-radius: 100px !important;
  box-sizing: border-box !important;
  color: #ffffff !important;
  cursor: pointer !important;
  display: inline-flex !important;
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  justify-content: center !important;
  line-height: 20px !important;
  min-height: 30px !important;
  padding: 0px 20px !important; /* Adaptation pour le lien */
  text-align: center !important;
  touch-action: manipulation !important;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s !important;
  user-select: none !important;
  -webkit-user-select: none !important;
  vertical-align: middle !important;
  text-decoration: none !important; /* Enlève le soulignement du lien */
}

.doctolib-button a:hover,
.doctolib-button a:focus { 
  background-color: #16437E !important;
  color: #ffffff !important;
}

.doctolib-button a:active {
  background-color: #09223b !important;
  color: rgba(255, 255, 255, 0.7) !important;
}

.doctolib-button a:disabled { 
  cursor: not-allowed !important;
  background-color: rgba(0, 0, 0, 0.08) !important;
  color: rgba(0, 0, 0, 0.3) !important;
}

/* Responsivité */
@media (max-width: 768px) {
  .doctolib-button a {
    font-size: 14px !important; /* Taille de police plus petite pour les appareils mobiles */
    padding: 0px 15px !important; /* Moins d'espace sur les côtés */
  }
}


.aligncenter,
.alignright,
.alignleft,
.floatleft,
.floatright,
.textcenter,
.textright,
.textleft,
.wp-caption,
.gallery-caption,
.wp-caption-text,
.wp-smiley,
blockquote,
.sticky,
.bypostauthor,
.screen-reader-text {}

/*
=================================================================
*/