@import 'root.css';
html {
  scroll-behavior: smooth;
}

body
{
    font-family: "Tahoma", Verdana, Segoe, sans-serif;
	width:100%;
	margin:0px;
}

p{	
	font-family: "Tahoma", Verdana, Segoe, sans-serif;
	font-size:1.2em;	
}

p::first-letter {
  font-weight: bold;
  font-size: 1.4em;
}

h2{	
	text-transform: uppercase;
	font-size:2em;
	font-style: italic;
	color:rgb(39,39,39);
}

.h1refer, .h2refer{
	display:none;
}

header{
	display:flex;
	text-align:center;
	justify-content: space-around;
	font-size:1em;
	height:100px;
	width:100%;
	background-color:white;
	z-index:555;
}


.titre-Page{
	width:20%;
	margin: auto;
}

.titre-Page img{
	height: 90px;
}

#separator-top{
	width: 40%;
	margin-right: 20px;
	  text-align:center;
	  background-image: url("../images/design/separator_top.png");
	  background-position: center;
	  background-repeat-y: no-repeat;
}

#menu{
	width:40%;
	margin: right;
}

/*
menu
*/
#menu {
	display:flex;
	justify-content: right;
}

#menu .menu-link a{
	color:rgb(108,112,117);
	font-family: "Tahoma", Verdana, Segoe, sans-serif;
	text-decoration:none;
}

#menu .menu-link{	
	border-top:3px ridge transparent;
}

#menu .menu-link:hover{
	border-top:3px ridge #F0AAAA;
}


#menu .menu-link{
	width:25%;
	height:100px;
	padding-top:35px;
}

/*
slider
*/

#header{
	position: relative;
	width: 100%;
	margin: auto;
	text-align: center;
}

#header img{
	width:100%;
	height:100vh;
	float:left;
}

#slider{
    position:relative;
    height:calc(100vw/3);
    width:100%;
    margin:auto;
	z-index:1;
	background-color:grey;
	overflow:hidden;
}

#slider-img-div{
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
}

#slider img{
	width:100%;
	height:100%;
	float:left;
	
}


#slider .slider-text{
	margin:auto;
}



#slider .slider-text p{
	color:white;
	font-size: 2em;
	text-transform: uppercase;
}

#slider .slider-text-agency{
	color:rgb(92,173,211);
}

#slider .slider-text-agency-small{
	font-size:0.5em;
	text-transform: none;
}
#slider a{
	text-decoration: none;
	color: white;
	padding: 10px 15px 10px 15px;
	border-radius: 3px;
	background-color: rgb(92,173,211);
	border-bottom: 3px solid #4494BB;
}

/*
Ancres
*/

#ancre-hypnose, #ancre-pourquoi, #ancre-comment, #ancre-contact{
	position:absolute;
	top:-100px;
}

/*
Global sections
*/




section{
	position:relative;
	width:100%;
}

#hypnose, #pourquoi, #comment, #login, #error, #admin{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:0px;
	padding-bottom:50px;
}

#admin{
	flex-direction: column;
}


#comment{
	display:flex;
	text-align:center;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
}

#comment-full{
	width: 40%;
}

#bloc-contact{
	display:flex;
	text-align:center;
	justify-content: space-evenly;
	flex-wrap: wrap;
	width: 100%;
	height: 500px;
	font-style: italic;
    color: #5d473e;
}

#left-contact{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 30%;
	height: 100%;
	background-image: url('../images/design/contact.png');
	background-position: center;
	background-repeat: no-repeat;
}
#right-contact{
	width: 30%;
}

#left-contact p{
	text-align: left;
	/*color: #e9b3a3;*/
}

.social-logo{
	margin-top: 20px;
	width: 30px;
}


/*
Book
*/

#book{
	width: 30%;
	height: 100%;
}

#book-commentaries{
	display: flex;
	width: 100%;	
	margin: auto;
	justify-content: space-evenly;
  flex-wrap: wrap;
}

.book-commentary{
	width: 100%;
	border-radius: 5px;
	box-shadow: 10px 5px 5px black;
	margin-bottom: 20px;
	font-style: italic;
}

#book-current-commentary-background{
	width: 100%;
	height: 70%;
	background-image: url('../images/design/commentary.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

#book-current-commentary{
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
}

#form-book{
	width: 100%;
	height: 30%;

}



/*
hypnose
*/

#top-hypnose, #top-pourquoi, #top-comment, #top-contact, #top-login{
	width:100%;
	text-align:center;
	margin-bottom:20px;
}

#top-hypnose p{
	margin-left:25%;
	width:50%;
}

#left-hypnose, #right-hypnose, #left-pourquoi, #right-pourquoi{
	width:40%;
}

#right-hypnose, #left-pourquoi{
	width: 30%;
}

#left-pourquoi p{
	display: block;
	text-align: left;
	overflow-wrap: break-word;
	padding: 30px;

}

#left-hypnose-geometric{
	background-color: var(--section-1-color);
    width: 90%;
    height: 100%;
    padding: 10px 20px 0 20px;
    -webkit-transform: skew(13deg);
       -moz-transform: skew(13deg);
         -o-transform: skew(13deg);
    border-radius: 20px;
    opacity: 0.8;
    padding-bottom: 10px;
}

#left-hypnose-geometric p{
	color: #5d473e;
}

#right-pourquoi-geometric{
	font-style: normal;
	text-align:justify;
	background-color: var(--section-2-color);
    width: 90%;
    height: 100%;
    padding: 10px 20px 0 20px;
    margin: 0 0 0 0;
    -webkit-transform: skew(-13deg);
       -moz-transform: skew(-13deg);
         -o-transform: skew(-13deg);
    border-radius: 20px;
    opacity: 0.8;
    padding-bottom: 10px;
}

#right-pourquoi-geometric p{
	color: #5d473e;
}



#separator-hypnose, #separator-pourquoi{
	width: 5%;
}


#bloc-img-pourquoi{
	width: 100%;
	height: 100%;
	text-align: center;
	   background-image: url('../images/design/pourquoi.png');
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    /* you need to match the shadow color to your background or image border for the desired effect
    box-shadow: 0 0 20px 20px white inset;
    border-radius: 25%;
	*/
}


#bloc-img-hypnose{
	width: 100%;
	height: 100%;
	text-align: center;
	   background-image: url('../images/design/hypnose.png');
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
    /* you need to match the shadow color to your background or image border for the desired effect
    box-shadow: 0 0 20px 20px white inset;
    border-radius: 25%;
	*/
}

#bloc-img-left-comment{
	width: 20%;
	text-align: center;
	   background-image: url('../images/design/comment-left.png');
    background-size: contain;
	background-repeat: no-repeat;
	background-position: left;	
}

#bloc-img-right-comment{
	width: 20%;
	text-align: center;
	   background-image: url('../images/design/comment-right.png');
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center;	
}

#bloc-img-pourquoi, #bloc-img-hypnose{
	width: 100%;
	height: 100%;
	text-align: center;
}

#comment p{
	font-style: italic;	
	color: #5d473e;
}



.list-logo{
	float:left;
	margin-right:20px;
}

.list-logo-fa{
	position:relative;
	float:left;
}

/*
Error
*/

#information{
	width: 30%;
	margin-left: 35%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	border-radius: 5px;
	background-color: var(--section-1-color);
}



/*
Footer
*/

footer{
	padding-top: 100px;
	text-align:center;
}


footer #Copyright{
	padding-top:100px;
}

footer a{
	color:rgb(108,112,117);
	text-decoration:none;
}




.titre{
	  width:100%;
	  text-align:center;
	  color: #5d473e;
}


@media screen and (min-width: 769px){	
	header{		
		border-bottom:5px solid #edeff0;
		position:fixed;
	}
	#slider{		
		top:100px;
	}
	#contact-mobile{
		display:none;
	}
}