/*===================================
  Styles celineleon.com
  ===================================*/

/*-----------------------------------
  Variables
  -----------------------------------*/



/*-------------------------------------
  General
  -----------------------------------*/

body {
	font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
	font-family: "Georgia", serif;
}

main .container {
	padding-top : 2.5rem;
	padding-bottom : 20px;
}

main .container .row {
	--bs-gutter-x : 2rem;
	--bs-gutter-y : 2rem;

}
.container {
	max-width: 1150px;
}


h1, h2#bienvenue {
	font-size: 2.75rem;
	margin-bottom:1.3rem;
}

p {
	font-size: 1.2rem;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	box-shadow: 0 5px 20px #e9d2c2;
	margin-bottom: 0.75rem
}

a:hover img {
	box-shadow: 0 5px 20px #dbb69d;
	
}

main li {
	list-style-type: square;
	margin-top:0.25em;
	margin-bottom:0.25em;
}


main .fa-ul li {
	list-style-type: none;
	font-size: 1.2rem;
}

h2 a {
		text-decoration:none;

}

.plus-d-infos a {
	display: inline-block;
	padding:0.5rem 1.5rem;
	margin-top: 0.5rem;
	border-radius:10px;
	border: 2px solid;
	text-decoration:none;
	font-weight:bold;
}

.autrice {
	  opacity:0.8;

}

.reference-image a {
	color:inherit;
}


 
.bloc {
	border-radius:15px;
	padding:1.5rem;
}




/*-------------------------------------
  Header
  -----------------------------------*/

body {
	margin-top:0px;
}

nav.navbar {
	background-color: var(--bg-header);
	border-bottom: none;
}
nav.navbar {
  border-bottom: 1px solid transparent; /* Bordure invisible par défaut */
  transition: border-bottom 0.3s ease; /* Animation fluide */
}
 
nav.navbar.scrolled {
  border-bottom: 1px solid hsl(43 20% 85%) !important; /* Couleur de la bordure au scroll */
}

nav.navbar a {
	color: var(--clr-lien-coeur);
	font-size: 1.2rem;
}

/*
nav.navbar > .container {
		position:relative;
}
ul#brand a.my-navbar-brand {
	position: absolute;
	top:0px;
	left:10px;
	width:15rem; 
}
*/
ul#brand {
	font-family: "Georgia", serif;
}
span#name {
	letter-spacing: 0.05em;
	font-size:2.2rem;
}
span#psy {
	font-size: 1.2rem;
}

ul#brand li a {
	text-decoration: none; 
	line-height:1.2em;
	font-style: italic;
	padding-left:0;
}


@media (min-width: 992px) { 
	.nav-link:hover {
		text-decoration:none;
		color: var(--clr-lien-hover-coeur);
	}
	ul.rubriques .nav-link span {
		font-weight: 500;
		padding:0 0 2px 0;
		margin:0 4px ;
	}	
	/* ul.rubriques .nav-link:hover span,  */
	ul.rubriques li.active .nav-link span {
		color: var(--clr-lien-actif-coeur);
		
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	ul.rubriques a.nav-link {
		font-size:1em;
	}

	
}

@media (max-width: 992px) {
	nav:has(.show) {
		box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
	}
	nav.navbar {
		background-color: #fff;
		border-bottom: none;
	}
}

@media (min-width: 992px) {
	main {
		box-shadow : -1px 10px 30px 0 rgb(0 0 0 / 20%);
	}
	footer {
		background:#fff;
	}
	nav.navbar.scrolled {
	  background: #fff;
	  box-shadow : 1px 5px 10px 0 rgb(0 0 0 / 5%);
	}
	
	/* Agrandir le logo */
	.not nav.navbar:not(.scrolled) ul#brand {
		position:relative; top : 0.5rem;
	}
	.not nav.navbar.scrolled span#psy {
	    display:none;
	}
	nav.navbar {
			padding-top:0;
	}
	nav.navbar ul#brand li a {
		position:relative; top : 0.6rem;
	}
}


/*-------------------------------------
  Bandeaux
  -----------------------------------*/
header #bandeau {
	background-color: var(--bg-header);
	opacity:  1;
	box-shadow:none;
	height:320px;
	padding-top:80px;
}

header #bandeau-image {
	height:240px;
	margin: 0 auto;
	max-width:1350px ;
	background-size: cover;  
	background-repeat: no-repeat;
	background-image: url("bandeau-layer-1742-332.png");
	background-position: 0 0 ;
}	

/*-------------------------------------
  Pieds de page
  -----------------------------------*/

footer {
	padding-top:1rem;
}
footer h2 {
	color: var(--clr-lien-actif-coeur);
	color: var(--clr-titre-lilas) ;
	font-style: italic;
	line-height: 1rem;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	margin-top: 2rem;
	font-size: 1.1rem;
	margin-bottom: 0.8rem;
	font-weight: bold;
}
footer h3 {
	line-height: 1rem;
	font-size:1rem;
	color : var(--clr-texte-nature);
	margin-bottom: 0.8rem;
}
footer p {
	line-height: 1rem;
	color : var(--clr-texte-nature);
	font-size: 0.9em;
	margin-bottom: 0.8rem;
}

/*-------------------------------------
  Menu bas pour les smartphones
  -----------------------------------*/

div.footer-menu  {
	background:#f5f1ef;
	background-color: var(--clr-fond-coeur-light) ;
	padding: 2rem 0 0.5rem 0 ;
	font-size:1.2rem ;
	border-radius:20px;
}

.footer-menu p {
	padding-left: 1rem ;
	opacity:0.9 ;
	font-size:1.2rem ;
}

.footer-menu ul {
	padding: 0  0.5em ; 
}

.footer-menu li {
	list-style: none;
	padding:0;
	margin:0;
}

.footer-menu ul li a {
	display:block;
	color: var(--clr-lien-coeur); 
	font-weight:normal;
	padding: 0.25rem 0.5rem 0.25rem 2.25rem ;
	position:relative;
	text-decoration:none;
}

.footer-menu li.active a {
  color: #7c4f6b ;
}

.reference a {
	color:inherit;
}

.footer-menu li.active a::before {
  content: "»";
  position: absolute;
  left: 1rem;
  top: 0.25em;
  font-weight: bold;
}

@media (max-width: 576px) {
	footer {
		padding-top:1.5rem;
		box-shadow:	inset 0 5px 5px 0 rgb(0 0 0 / 10%);
	}
}

/*-------------------------------------
  Page : Index 
 -----------------------------------*/
 
#accueil h1 {
	display:none;
}


.bloc ul.liste-mots-cles {
	padding: 0.5rem 0 0.5rem 0;
	list-style: none;
	font-size:inherit;
}

.bloc ul.liste-mots-cles li {
	font-size: 1.2rem;
	padding-left: 0;
	list-style: none;
	margin: 0.25rem 0;
}


/* Thérapie individuelle sur deux lignes */
@media (min-width: 992px) { 
	#accueil .bloc h2 {
		line-height: 1em;
		margin-bottom: 1rem;
	}
	#accueil  .bloc.therapie-individuelle h2 {
		line-height :2em ;
	}
}

/*-------------------------------------
  Page : blog
  -----------------------------------*/
 
 .sommaire-blog h2 a {
	color:inherit;
 }
  
  
 div.image-lien-blog {
	 margin-bottom: 1rem;
 }

.reference-image {
  text-align:center;
  opacity:0.6;
  font-size:0.9rem;
  position: relative;
  top:-0.5rem;
}


/*-------------------------------------
  Page : qui-suis-je
  -----------------------------------*/


@media (min-width: 992px) {
	.bloc-portrait {
		text-align:right;
	}
	.bloc-portrait img {
		max-height:400px !important;
		object-fit: contain; 
	}
}

/*-------------------------------------
  Page : Contact
  -----------------------------------*/

.carousel-control-prev, .carousel-control-next {
	opacity: 0.8 ;
	width:10%;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
	opacity: 1 ;
}

.carousel .carousel-indicators button {
   width: 10px;
   height: 10px;
   border-radius: 100%;
 }
 
.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 4.5rem;
  height: 4.5rem;
  background-size: 100% 100%;
}	

/*-------------------------------------
  Masquage mail / téléphone
  -----------------------------------*/

#fraise .ananas {
	display: none;
}
#fraise .mangue {
	display: none
}
#fraise .raisin {
	display: none
}
#fraise .prune {
	display: none
}
