

/* Paramètres généraux (polices, couleurs, tailles...)  */


/*.taille
{
	min-height: 100%;
}*/

html
{
	min-height: 100vh;	
}

body
{
	color: #393835;
	
	font-family: comic-ms;
	font-size: 1em;
	background-color: #efefef;
	margin: auto;
	width: 75%;
	/*max-width: 1200px;*/
	min-width: 750px;
	}

header
{
	padding: 10px 10px 10px 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	
}

section {
	display: flex;
	justify-content: space-between;
	background-color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 3px;
	border:3px solid #c5c2bb;
	
}

nav
{
	background-color: #c7c7ff;
	flex:1;
	padding: 30px 20px 20px 20px;
	box-shadow: -1px 0 5px #555;
	margin-right: 10px;

}

footer
{
	font-size: 1.4em;
	height:100px;
	position: relative;
}

h1,h2 {
	font-weight: normal;
}

article h1
{
	font-size: 1.4em;
	text-transform: uppercase;
	
}

nav h1
{
	font-size: 1.2em;
	}

article
{
	flex:3;
	min-width: 300px;
	padding-right: 60px;
	padding-left: 40px;
}

article p
{
	text-align: justify;
	padding-left: 20px;
}



/* Header */



#divan {
	border: 3px solid #c5c2bb;
	width: 80%;
	border-radius: 2px;
	margin-left: 30px;
}
#divan img {
	margin-bottom: -4px;
}

#logo_psy
{
	border: 3px solid #c5c2bb;
	border-radius: 2px;
	width: 20%;
	min-width: 110px;
	padding: 4px 4px 0 4px;
}


#entete
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	max-width: 1200px;
	color:#393835;
	
}

#entete h1 {
	font-size: 3vw;
	font-min-size:1.5em;
}

#entete h2
{	
	text-transform: uppercase;
	font-family: serif;
	font-size: 2vw;
}


#titre_principal
{
	margin: auto;
	
}



/* Menu de navigation */







#navigation ul
{
	list-style-type: none;
	margin-bottom: 60px;
	padding-left: 20px;
}

#navigation li {
	margin-bottom: 20px;
}

#navigation a
{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 3px;
	margin-right: 10px;
	color: #393835;
}

#navigation a:hover
{
	border-bottom: 2px solid #393835;
	font-weight: bold;
}


/* Corps */
}

.plan
{
	width: 100%;
	margin: auto;
}

article li
{
	margin-bottom: 20px;
}


#liens ul
{
	padding-right: 20px;
	padding-left: 20px;
}

#liens li {
	margin-bottom: 10px;
}

#liens a {
	color : #393835;
}
.adresse
{
	margin-left: 20px;
	font-size: 1.1em;
}

.titre_adresse
{
	margin-top: 40px;
}






/* Footer */



#siret {
	text-align: right;
	font-size: 0.5em;
	font-style: italic;
	padding-right: 30px;
}
#citation1
{
	font-style: italic;
	position: absolute;
	top: -5px;
	left: 65px;
	color:  white;
	text-shadow: #c5c2bb 1px 1px, #c5c2bb -1px 1px, #c5c2bb -1px -1px, #c5c2bb 1px -1px;
}

#citation2
{
	font-style: italic;
	position: absolute;
	bottom: 10px;
	right: 65px;
	color:  white;
	text-shadow: #c5c2bb 1px 1px, #c5c2bb -1px 1px, #c5c2bb -1px -1px, #c5c2bb 1px -1px;
}







@media screen and (max-width: 900px)
{
article {
	font-size: 1em;
}
article h1 {
	font-size: 1.1em;
}

#titre_principal h1 {
	font-size : 4vw;


}

#titre_principal h2 {
	font-size: 3vw;
}
}









@media screen and (max-width: 750px) 
{


	body {
		width: 95%;
		min-width: 0;
	}

	header,section,article,footer,nav
	{
		width: auto;	
		min-width: 0;
		margin: auto;
	}
	
	header
	{

	}
	
	header img
	{
		
	}
	article {
		font-size: 1em;
		padding-left: 4vw;
		padding-right: 4vw;
	}
	

	article h1
	{
		font-size : 2.5vw;
	}
	
	#entete
	{
	
	}
	
	nav
	{
		/*font-size: 0.9em;*/
		
	}
	
	
	section
	{
		flex-direction: column;
		
	}	
	
	nav
	{
		display: flex;
		flex-direction: column;
		width: 80%;
		padding-top: 10px;
		margin-top: 50px;

	}
	
	nav div:nth-child(1)
	{
		flex: 1;	
		
		padding-left: 20px;
	}
	
	nav div:nth-child(2)
	{
		flex: 1;	
		padding-left: 20px;
	}
	

	footer {
		font-size: 1.2em;
	}

	#titre_principal h1 {
		font-size : 4vw;

	}
	#titre_principal h2 {
		font-size : 3vw;
	}

	#navigation ul {
		padding-left: 0px;
		margin-bottom: 10px;
	}

	#navigation {
		font-size: 1em;
	}

	#divan {
		margin: auto;
	}


}



@media screen and (max-width: 600px)
{
article {
	font-size: 1em;
}
article h1 {
	font-size: 1em;
}

#titre_principal h1 {
	font-size: 1.4em;

}

#titre_principal h2 {
	font-size: 1.2em;
}
}











