/*Fonts*/

/* Variables */
:root{
	--font-size:1rem;
}

/* Reset */
*{
	box-sizing: border-box;
	margin: 0;
	border: 0;
	outline: none;
	font-size: 100%;
	vertical-align: baseline;
}

ul{
	list-style: none;
}

/* Basic style*/

body {
font-family: Tahoma, Geneva, sans-serif ;
font-size: var(--font-size);
z-index: 1;
}

article, aside, details, figcaption, figure, footer, header, hggroup, menu, nav, section, div {
	display: block;
}

h1{
	text-align: center;
	font-weight: 100;
}

.conteneur{
	width: 100% ;
}

.logo_conteneur{
	position: fixed;
	width: 100%;
	height: 80px;
	top: 0px;
	left: 0px;
	background-color: rgb(255, 221, 168, 1.0);
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*padding: 15px;*/
	z-index: 10;
}

.logo_conteneur h1{
	font-size: 30px;
	font-weight: 100;
	padding-left: 36%;
}

#Bandeaufaçade{
	background: url(../Images_PsychoBérault/Façade.jpg) center center fixed no-repeat;
	position: relative;
	width: 100%;
	height:calc(100vh - 80px);
	margin: 0 auto;
	top: 80px;
	left: 0;
	background-size: cover;
}

#salle_attente{
	position: relative;
	top: 80px;
	left: 0;
	background: url(../Images_PsychoBérault/Salle_attente.JPG) center center fixed no-repeat;
	
	background-size: cover;
	width: 100%;
	height:600vh;

	margin: 0 auto;
}

.opaque{
	background-color: rgba(255, 255, 255, 1);
}


.gris{
	background-color: lightgrey;
}

.blanctransp{
	background-color: rgba(255, 255, 255, 0.8);
}

.jaune{
  background: rgba(255, 221, 168, 1.0);	
}

.jauneT{
	background: rgba(255, 221, 168, 0.6);
}
.CadreO{
	border:solid 4px rgba(140, 47, 41, 1.0);
	border-radius: 10px;
}
.footeradress{
	position: fixed;
	width: 100%;
	height: 30px;
	bottom: 0;
	padding-top: 5px;
	text-align: center;
	z-index: 1500;
	background: white;
}

section.Accueil{
	position: relative;
	width: 75%;
	margin: 0 auto;
	padding: 20px 20px 20px 20px;
	top: 100px;
	background: rgba(255, 255, 255, 0.8);
	font-size: 25px;
	text-align: justify;
}

SECTION.section{
	position: relative;
	width: 60%;
	top: 100px;
	font-size: 20px;
	margin-left: 30%;
	margin-right: 10%;
	/*margin: 0 auto;*/
	padding: 20px;
	text-align: justify;
}

.accueil{
text-align: justify;
}

/**.Présentation h1{
	font-size: 40px;
    text-align: center;
    font-weight: 100;
    padding-top: 30px;
    padding-bottom: 30px;
}**/

.section h1 {
	font-size: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section h2 {
	font-size: 20px;
    /*text-align: center;*/
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
}

.vignetteflottantdroite{
	width: 200px;
	height: auto;
	margin: auto;
	float: right;
	margin-left: 20px;
}

.vignette{
	width: 100%;
	display: flex;
	justify-content: center;
	align-content: center;
	margin: auto;
}

.Portrait{
	width: 300px;
	height: auto;
	float: left;
	margin-right: 30px;
	border:solid 4px dimgrey;
	border-radius: 10px;
}

#Thérapeutes{
	position: relative;
	width: 80%;
	top: 100px;
	background: rgba(255, 255, 255, 1);
	font-size: 20px;
	margin: 0 auto;
	padding: 20px;
	text-align: justify;
}

div#Thérapeutes p{
	margin-bottom: 0;
}

div footer p{
	margin: 0 auto;
	text-align: center;
	font-style: italic;
}

div footer{
	margin-top: 10px;
}

.AnnulFloat{
	clear: both;
}

.Nom{
	font-weight: bold;
}

.Présentation{
	margin: 50px auto;
}

#VidéoEMDR{
	position: relative;
	width: 100%;
	height: auto;
	top: 100px;
	background: rgba(255, 255, 255, 1);
	font-size: 20px;
	margin: 0 auto;
	padding: 20px;
	}

div#VidéoEMDR video{
	display: block;
	width: 1200px;
	height: auto;
	margin: 10px auto;
}

/* Navbar */

#Conteneur_Menu_top{
	position: fixed;
	top: 80px;
	left: 0px;
	width: 100%;
	height: 35px;
	z-index: 20;
}

.Menus_top{
	position: fixed;
	display: flex;
	padding: 0;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	justify-content: space-between;
}

.Menu_top{
	padding: 0 5px;
	height: 35px;
	line-height: 35px;
	text-decoration:none;
	color: black;
	font-size: 20px;
}

.Menu_top_spe{
	padding: 0 5px;
	height: 35px;
	line-height: 35px;
	text-decoration:none;
	color: black;
	font-size: 20px;
}
a.Menu_top_spe:hover{
  color: rgb(160, 160, 160, 1.0);
}

.Menu_deroulant{
	display: none;
  background: rgba(255, 221, 168, 1.0);
  /*background: rgba(255, 255, 255, 1);*/
	position: fixed;
  text-align: left;
  padding-left:0;
	z-index: 30;
}

a.Menu_top:hover{
	color: rgb(160, 160, 160, 1.0);
}

.Aderoulante{
	text-decoration: none;
	color: black;
	text-align: left;
	/*text-justify: left;*/
	
}

a.Aderoulante:hover{
	color: rgb(160, 160, 160, 1.0);
}

ul > li:hover ul{
	display: flex;
	flex-direction: column;
}


/* Mobiles */
@media screen and (max-width:899.98px){
	.Menus_top{
		display: flex;
		flex-direction: column;
		width: 100%;
		height: 350px;
		position: absolute;
		top: 30px;
	}

	.logo_conteneur h1{
	font-size: 25px;
	font-weight: 100;
	padding-left: 5%;
}

#Conteneur_Menu_top{
	/*Display:none;*/
  position: fixed;
	top: 80px;
	left: 0px;
	width: 100%;
	height: 100vh;
	z-index: 20;
  background: rgba(255, 255, 255, 1);
}

SECTION.section{
	position: relative;
	width: 80%;
	top: 100px;
	font-size: 13px;
	margin-left: 10%;
	margin-right: 10%;
	/*margin: 0 auto;*/
	padding: 20px;
	text-align: justify;
}

.vignetteflottantdroite{
	width: 100px;
	height: auto;
	margin: auto;
	float: right;
	margin-left: 20px;
}

  .navbarcont{
    display:none;
  } 
  
.show-nav .navbarcont {
		display: block;}
  
.Menus_top{
  display:none;
	position: fixed;
	display: flex;
  Flex-direction:column;
	Top:100px;
  /*padding: 0;*/
  /*width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	justify-content: space-between;*/
}
 
  .Menu_deroulant{
  background: rgba(255, 255, 255, 1);
}
	

.Menu_top_spe{
	display: block;
	padding-top: 150px;
	height: 35px;
	line-height: 35px;
	text-decoration:none;
	color: black;
	font-size: 20px;
}

	.Menu_deroulant{
	display: block;
	position: relative;
	list-style-type: square;
	padding-left: 150px;
	z-index: 30;
}

.Aderoulante{
	padding-left: 20px;	
}

	;Menu_top >a{
		display: block;
		padding: 1rem;
		font-size: 3rem;
	}
	.burger{
		display: block;
		position: relative;
		top: 0;
		padding-right: 55px;
		width: 45px;
		height: 45px;
		border: none;
		background: transparent;
		cursor: pointer;
	}
  	.barre{
		display: block;
		width: 45px;
		height: 4px;
		position: absolute;
		background-color: dimgrey;
		border-radius: 3px;
		z-index: 30;
	}
  
  .show-nav .barre {
    width:0;
    background:transparent;    
  }
 
	.barre::before, .barre::after{
		content: "";
		width: 45px;
		height: 4px;
		position: absolute;
		left: 0;
		background-color: dimgrey;
		border-radius: 3px;
		z-index: 30;
	}
 .show-nav .barre::before {
    transform:rotate(45deg);
  }
	.barre::before{
		transform: translateY(-12px);
	}

	.barre::after{
		transform: translateY(12px);	
	}
   .show-nav .barre::after {
    transform:rotate(-45deg);
  }
  /*Animation*/
  .show-nav .un {      
    transition: all 1s ease-out;
  } 
  .show-nav .deux {      
    transition: all 1.1s ease-out;
  } 
  .show-nav .trois {      
    transition: all 1.2s ease-out;
  } 
  .show-nav .quatre {      
    transition: all 1.3s ease-out;
  } 
  .show-nav .cinq {      
    transition: all 1.4s ease-out;
  }
}
