/*===================================
  Styles celineleon.com
  ===================================*/

/*-----------------------------------
  Variables
  -----------------------------------*/

:root {
    /* Couleur des titres */
	--clr-titre: #c6997e;
	
	/* Couleur des liens */
  	--clr-lien: #c67eab;
	--clr-lien-rgb: 198, 126, 171;
	
	/* Couleur du texte */
	--clr-texte: #7a6a63 ;
}

/*-------------------------------------
  General
  -----------------------------------*/

body {
	
	font-family: 'Poppins', sans-serif;
	font-family: "Georgia", serif;
	font-size: 1.1em;
	color: var(--clr-texte);

}

main .container {
	padding-top : 20px;
	padding-bottom : 20px;
}
.container {
	max-width: 1150px;
}

h1 , h2, h3, h4, h5, .h1, .h2, .h3, strong {
	color: var(--clr-titre);
}

h1 {
	margin-bottom: 1rem;
	font-size: 3rem;
}

p {
	line-height: 1.6;
	font-size: 1.2rem;
}

a {
	color: var(--clr-lien);
	font-weight: bold;
	text-decoration: none;
}

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;
}

i {
	opacity:0.8;
	color:  var(--clr-titre);
}

/*-------------------------------------
  Blocs
  -----------------------------------*/
 
div.bloc {
	background-color: #f2e3dd;
	padding:1rem;
	font-size:0.9em;
}
@media (min-width: 576px) {
	div.bloc  {
		border-radius:20px;
	}
}
.bloc h2, .bloc h3, .bloc h4 {
	color: var(--clr-texte); 
}
.bloc p {
	font-size:1rem;
}

/*-------------------------------------
  Header
  -----------------------------------*/

body {
	padding-top: 80px;
	margin-top:0px;
}

nav.navbar {
	background: #fff;
	border-bottom:1px solid #f2e3dd;
	min-height:80px;
}

nav.navbar a {
	color: #be8b6c;
}

ul#brand li a {
	text-decoration: none; 
	line-height:1.2em;
	font-style: italic;
	padding-left:0;
}

span#name {
	letter-spacing: 0.05em;
	font-size:1.6em;
}

span#psy, ul.rubriques a {
	font-size: 1.3rem;
}

@media (min-width: 992px) { 
	.nav-link:hover {
		text-decoration:none;
		color: #be8b6c;
	}
	ul.rubriques .nav-link span {
		padding:0 0 2px 0;
		margin:0 4px ;
	}	
	ul.rubriques .nav-link:hover span, ul.rubriques li.active .nav-link span {
		border-bottom: 4px solid #e8c4b3;
	}
}

@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);
	}
}

/*-------------------------------------
  Bandeaux
  -----------------------------------*/

header #bandeau {
  background-color:#f2e3dd;
  background-size: cover;  
  background-position: center;
  background-repeat: no-repeat;
  height : 161px;
}

body#accueil header #bandeau {
	background-image: url("bandeaux/bandeau-orchidee-haut.jpg");
	background-position:  0 50%;
}

body#approche-therapeutique header #bandeau {
	background-image: url("bandeaux/bandeau-nuages.jpg");
	background-position:  0 50%;
}

body#analyse-de-pratiques header #bandeau{
	background-image: url("bandeaux/bandeau-arbres.jpg");
	background-position:  0 50%;
	background-image: url("bandeaux/bandeau-cimes-arbres.jpg");
	background-position:  0 50%;
}

body#qui-suis-je header  #bandeau {
	background-image: url("bandeaux/bandeau-orchidee-bas.jpg");
	background-position:  0 25%;
}

body#contact header  #bandeau {
	background-image: url("bandeaux/bandeau-feuilles.jpg");
	background-position:  0 10%;
}


@media (min-width: 992px) {
	header #bandeau {
		box-shadow : inset -1px 10px 15px 0 rgb(255 255 255 / 40%), inset -1px -10px 15px 0 rgb(255 255 255 / 40%);
		border-bottom:1px solid #f2e3dd;
	}
}

/*-------------------------------------
  Pieds de page
  -----------------------------------*/

footer {
	padding-top:1rem;
}
footer h2 {
	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 : #8a7d76;
	margin-bottom: 0.8rem;
}
footer p {
	line-height: 1rem;
	color : #8a7d76;
	font-size: 0.9em;
	margin-bottom: 0.8rem;
}

/*-------------------------------------
  Menu bas pour les smartphones
  -----------------------------------*/

div.footer-menu  {
	background:#f5f1ef;
	background-color: rgba(var(--clr-lien-rgb), 0.1);
	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); 
	font-weight:normal;
	padding: 0.25rem 0.5rem 0.25rem 2.25rem ;
	position:relative;
}

.footer-menu li.active a {
  color: #7c4f6b ;
}

.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 h2#bienvenue {
	margin-bottom: 1rem;
	font-size: 3rem;
}

#accueil h1 {
	display:none;
}

#accueil .intro p {
	font-size: 1.2em ;
}

#accueil .bloc h2 {
		margin-top: 0.5rem;

}

.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;
}

p.plus-d-infos a {
	display: inline-block;
	border: 2px solid;
	padding:0.5rem 1.5rem;
	margin-top: 0.5rem;
	border-radius:10px;
}

p.plus-d-infos a:hover {
	text-decoration:none;
	background-color: rgba(255, 255, 255, 0.6);

}

/* 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 : 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
}
