/* START banner */

.banner{
    background-color: #c9f2e2;
    font-style: italic;
}

.banner p{
    max-width: 48rem;
    font-family:"Salsa", cursive;
    font-size: 1.2em;
    color: #72A29A;
}

.banner p{
    margin: auto;
    text-align: center;
}

.banner p strong{
    color: #324158;
}

#banner-1{
    background: linear-gradient(white, #c9f2e2 70% 100%);
    padding-top: 9rem;
}

#banner-2{
    padding: 2.5rem;
    background: linear-gradient(#c9f2e2 70%, #f7ebd7); 
}

#banner-3{
    padding: 2.5rem;
    background: linear-gradient(#f7ebd7, #c9f2e2 30%); 
}

/* END banner */

/* START home */


#home{
    background-image: url("../resources/images/background/bebe-1.webp");
}

#home .content{
    padding: 2rem;
    margin: auto;
    border: 0.12rem solid #62645f;
    border-radius: 15px 50px 30px;
}

/* END home */

/* START about-me */

#wendy{
    box-shadow: 8px 8px 12px #aaa;
}

/* END about-me */

/* START choose-me */

/* END choose-me */

/* START referral */

#referral ul {
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
}

#referral li {
    margin-left: 5%;
    display: inline-block;
    vertical-align: top;
}

#referral img{
    width: 6rem;
    height: 6rem;
    border-radius: 5rem;
    background-color: antiquewhite;
}

#referral img:hover{
	transform: scale(1.03);
}

/* END referral */

/* START services */


#services{
    background-image: url("../resources/images/background/bebe-et-nounours.webp");
    text-align: center;
}


#services .content, #tarifs .content{
    box-shadow: 8px 8px 12px #aaa;
    border-radius: 1.8rem;
    background: linear-gradient( #c9f2e2, white);
    padding: 1.5rem;
}

#tarifs .highlight .content {
    background: linear-gradient( #6cc7da, white);
}


#services .content:hover, #tarifs .content:hover{
	transform: scale(1.03);
}

/* END services */

/* START tarifs */

#tarifs{
    
    font-family:"Nunito", sans-serif;
}

#tarifs ul{
    list-style:none;
    padding: 0px;
        font-family:"Nunito", sans-serif;
}

#tarifs h3, #tarifs h2{
    text-align: center;
}

.hidden{
    display:none;
}

.nok b, .ok{
    font-weight: bolder;
}

.nok b{
    color:Tomato;
}

.ok b{
    color:MediumSeaGreen; /* #72A29A; */
}

.nok{
    color:lightslategray;
}

.info{
    color:#0d6efd;
    font-weight: bolder;
}

/* Style pour les prix dans h3 */
#tarifs h3 {
  font-size: 1.5rem;
  margin: 10px 0;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

/* Style pour l'ancien prix (barré en rouge) */
.old-price {
  text-decoration: line-through;
  color: #dc3545; /* Bootstrap danger color */
  font-size: 1rem;
}

/* Style pour le prix par séance */
.per-session {
  font-size: 0.9rem;
  color: #6c757d; /* Bootstrap secondary color */
  font-style: italic;
}

/* Style pour la note en bas */
.note {
  font-size: 0.85rem;
  color: #343a40; /* Bootstrap dark color */
  margin: 5px 0;
  font-style: italic;
}

/* END tarifs */

/* START testimonials */

#testimonials .content{
    box-shadow: 8px 8px 12px #aaa;
    border-radius: 1.8rem;
    background: linear-gradient( #c9f2e2, #f7ebd7);
    max-width: 40rem;
}


/* END testimonials */

/* START Contact */

#contact ul{
    list-style-type: none;
}

#contact .form-group{
    margin: 1.5rem;
}

#contact h3{
    font-size: 1.1rem;
}

#contact a, footer a{
    text-decoration: none;
    color:#72A29A;;
    font-weight: bold;
}

#social-bar li, #social-bar figure{
    display: inline;
}


#social-bar figure:hover img {
	transform: scale(1.3);
}

/* END Contact */

/* START general design */

p strong{
    color: #72A29A;
}

/* END general design */