/**
Theme Name: Astra child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* style pour les cards */


.cardsTcds {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.cardTcds {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  flex: 1 1 250px;
  max-width: 300px;
  padding: 25px;
  text-align: left;
  transition: transform 0.3s ease;
  position: relative;
  z-index: 1;
}

.cardTcds:hover {
  transform: scale(1.03);
}

.cardTcds h3 {
  text-align: center !important;
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #444;
}

.subtitle {
  text-align: center !important;
  font-size: 1rem;
  color: #888;
  margin-bottom: 10px;
}

.price {
  font-size: 1.8rem;
  color: #e67375;
  margin: 15px 0;
}

.price span {
  font-size: 0.8rem;
}

.note {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 15px;
}

.cardTcds ul {
  list-style: none;
  padding: 0;
}

.cardTcds ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.cardTcds ul li.yes::before {
  content: "✓";
  color: green; /* #e67375;*/
  position: absolute;
  left: 0;
}

.cardTcds ul li.no::before {
  content: "❌";
  color: red; /* #e67375;*/
  position: absolute;
  left: 0;
}

.cardTcds:after {
  content: "";
  position: absolute;
  bottom: -20px; /* pour le placer sous la carte */
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 20px;
  border-radius: 0 0 15px 15px;
  z-index: 0; /* derrière la carte */
  transition: transform 0.3s ease;
}
.cardTcds.premium:after{ bottom: -22px; }
.cardTcds.bleu:after {background-color: #e0f0ff; }
.cardTcds.rose:after {background-color: #f6d1c1; }
.cardTcds.jaune:after {background-color: #ffd700; }
.cardTcds.vert:after {background-color: #a8d5ba; }

.cardTcds:hover:after{
	transform: translateX(-50%) scaleY(1);
	height: 30px;
	bottom: -30px;
}


.premium {
  border: 2px solid gold;
  background: #fff8e1;
}

@media (max-width: 900px) {
  .cardsTcds {
    flex-direction: column;
    align-items: center;
  }
}

/* Style pour les boutons */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn:disabled,
.btn.disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-block {
  display: block;
  width: 100%;
}

/*override couleurs btn*/
.btn {
	text-decoration: none !important;
}
.btn-bleu {
	background-color: #e0f0ff;
	border-color: #e0f0ff;
}
.btn-bleu:hover,
.btn-bleu:focus{
	background-color: #b3d4f2;
	border-color: #b3d4f2;
}

.btn-rose {
	background-color: #f6d1c1;
	border-color: #f6d1c1;
}
.btn-rose:hover,
.btn-rose:focus{
	background-color: #e6b39e;
	border-color: #e6b39e;
}

.btn-jaune {
	background-color: #ffd700;
	border-color: #ffd700;
}
.btn-jaune:hover,
.btn-jaune:focus{
	background-color: #e6c200;
	border-color: #e6c200;
}

.btn-vert {
	background-color: #a8d5ba;
	border-color: #a8d5ba;
}
.btn-vert:hover,
.btn-vert:focus{
	background-color: #89ba9f;
	border-color: #89ba9f;
}

/* Modifs style Bookly */
.bookly-css-root .bookly-services-service-mark .bookly\:right-2.bookly\:card-title{
  right: 2% !important;
  width: 96% !important;
  text-align: center;	
	top: 20px !important;
	bottom: 20px !important;

}
.bookly-css-root .bookly-services-service-mark .bookly\:float-right.bookly\:card-title{
  float: none;
}

/* Forfaits conciergerie */
.conciergerie { position: relative;}

.conciergerie .bandeau {
  margin: 0 -25px;
  text-align: center;
  color: white;
  padding: 15px;
}

.conciergerie.color1 .bandeau,
.conciergeriecolor1{background: #0056d2;}
.conciergerie.color2 .bandeau,
.conciergeriecolor2{background: #2C3E50;}
.conciergerie.color3 .bandeau,
.conciergeriecolor3{background: #000;}

.conciergeriecolor1,
.conciergeriecolor2,
.conciergeriecolor3 {
	color: white;
}
.conciergeriecolor1:hover,
.conciergeriecolor2:hover,
.conciergeriecolor3:hover {
	color: #e4dddd;
}


.cardTcds.color1:after {background-color: #0056d2; }
.cardTcds.color2:after {background-color: #2C3E50; }
.cardTcds.color3:after {background-color: #000; }

.stars {
	position: absolute;
	top:-7%;
	left:0;
	right:0;
	width:100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
}

.star {
  color: gold;
  line-height: 1;
}

.star.big {
  font-size: 65px;
}
.star.medium {
	font-size: 50px;
}

.star.small {
  font-size: 35px;
  margin-top: 8px; /* pour décaler un peu les petites vers le bas */
}