@charset "UTF-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px
}
body {
background: url("../images/bg.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	font-family: 'Roboto', Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:normal;
}

#content{
	width:960px;
	margin:0 auto;
	}
#wrapper{
	background-color: rgba(255,255,255,0.9);
	display: block;
	margin-top: 20px;
	margin-bottom: 60px;
	padding: 20px;
}
a{	color:#009AA9;
	text-decoration:none;
	}
a:hover{
	color:#8ABD24;
	text-decoration:underline;
	cursor: pointer;
	}

/*          Header            */

#header{
	width:320px;
	position:relative;
	top:15px;
	left:-335px;
	}
#header #logo a{
	background-image:url('../images/logo-cabinet117.gif');
	text-indent:-5000px;
	position:absolute;
	width:320px;
	height:290px;
}

/*             navigation        */
#header nav{
	position:absolute;
	width:320px;
	margin-top:290px;
	background-color: white;
}
.navinfos{
	height:70px;
	}


#header nav ul li{
	display:block;
	color:#000;
	width:auto;
	font-size:20px;

}
#header nav ul li a{
	text-decoration:none;
	padding: 15px 0 15px 10px;
	margin: 2px 0 2px 0;
	display:inline-block;
	text-align:left;
	width:310px;
	color:#000;
	transition: 0.5s;	
}
#header nav ul li a:hover{
	color:#fff;
	transition: 0.5s;
	transition-timing-function: ease-out;
	cursor:pointer;
}

#header nav ul li a#navaccueil:hover{
	background:#009AA9;
	background-image: url("../images/navaccueil.gif");
	background-position:left; 
	background-repeat: no-repeat;
	padding-left: 60px;
	width: 260px;

}
#header nav ul li a#navlogopede:hover{
	background:#F9B233;
	color: black;
	background-image: url("../images/logopede.png");
	background-position:left; 
	background-repeat: no-repeat;
	padding-left: 60px;
	width: 260px;

}
#header nav ul li a#navnutri:hover{
	background:#8ABD24;
	background-image: url("../images/nutritionniste.gif");
	background-position:left; 
	background-repeat: no-repeat;
	padding-left: 60px;
	width: 260px;

}
#header nav ul li a#navsexo:hover{
	background:#E71D73;
	background-image: url("../images/sexologie.gif");
	background-position:left; 
	background-repeat: no-repeat;
	padding-left: 60px;
	width: 260px;
}
#header nav ul li a#navpsycho:hover{
	background:#951B81;
	background-image: url("../images/psycho.gif");
	background-position:left; 
	background-repeat: no-repeat;
	padding-left: 60px;
	width: 260px;

}
#header nav ul li a#navcontact:hover{
	background:#36A9E1;
	background-image: url("../images/contact.gif");
	background-position:left; 
	background-repeat: no-repeat;
	padding-left: 60px;
	width: 260px;

}

#header nav ul li.active a#navaccueil{
	background:#76BDC1;
}
#header nav ul li.active a#navlogopede{
	background:#EAC68C;
	color: black;
}
#header nav ul li.active a#navnutri{
	background:#C6DB95;
}
#header nav ul li.active a#navsexo{
	background:#E08CB4;
}
#header nav ul li.active a#navpsycho{
	background:#AF7DA9;
}
#header nav ul li.active a#navcontact{
	background:#8AC6DD;
}

#header nav ul li.active a#navaccueil:hover{
	background:#009AA9;
		background-image: url("../images/navaccueil.gif");
	background-position:left; 
	background-repeat: no-repeat;
	padding-left: 60px;
	width: 260px;

}
#header nav ul li.active a#navlogopede:hover{
	background:#F9B233;
	color: black;
	background-image: url("../images/logopede.png");
	background-position:left; 
	background-repeat: no-repeat;
	padding-left: 60px;
	width: 260px;

}
#header nav ul li.active a#navnutri:hover{
	background:#8ABD24;
	background-image: url("../images/nutritionniste.gif");
	background-position:left; 
	background-repeat: no-repeat;
	padding-left: 60px;
	width: 260px;

}
#header nav ul li.active a#navsexo:hover{
	background:#E71D73;
	background-image: url("../images/sexologie.gif");
	background-position:left; 
	background-repeat: no-repeat;


}
#header nav ul li.active a#navpsycho:hover{
	background:#951B81;
	background-image: url("../images/psycho.gif");
	background-position:left; 
	background-repeat: no-repeat;
	padding-left: 60px;
	width: 260px;

}
#header nav ul li.active a#navcontact:hover{
	background:#36A9E1;
	background-image: url("../images/contact.gif");
	background-position:left; 
	background-repeat: no-repeat;
	padding-left: 60px;
	width: 260px;

}
#header nav ul li.active a{
	/*color:#fff;*/	
	cursor:pointer;
}#header nav ul li.active a:hover{
	/*color:#fff;*/	
	cursor:pointer;
}
#header nav #psycho.hover{
	color:#fff;
	background:#951B81;

	cursor:pointer;
}#header nav #psycho.active{
	color:#fff;
	cursor:pointer;
}

.display{
	display:none;
}

/*#header nav #infos ul li.active .face-like{
	color:#fff;	
	padding-top:8px;
	background:#6c181b;
	cursor:pointer;
}*/
#header nav #psycho ul{
		transition: 0.5s;
	
}#header nav #psycho ul li a{
	padding-left: 50px;
	width:270px;

}

#header nav #psycho.active ul, #header nav #psycho:hover ul{
		display: block;
		transition: 0.5s;
}

#header nav #psycho ul li a:hover{
	color:#fff;	
	background:#951B81;
	background-image: url("../images/psycho.gif");
	background-position:left; 
	background-repeat: no-repeat;
	padding-left: 60px;
	width: 260px;

	cursor:pointer;
}
#header nav #psycho ul li.active a{
	color:#fff;
	background:#AF7DA9;
	cursor:pointer;
}
#header nav #psycho ul li.active a:hover{
	color:#fff;
	background:#951B81;
	background-image: url("../images/psycho.gif");
	background-position:left; 
	background-repeat: no-repeat;
	padding-left: 60px;
	width: 260px;

	cursor:pointer;
	
}
/*            fin navigation        */

/*              fin Header                */

.right{
	float:right;
	margin:10px 0 10px 10px;
	}
.left{
	float:left;
	margin:0 10px 5px -25px;
}

/*				accueil			*/
.accroche{
	
	text-align: center;
	display: block;
	width: 100%;
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 20px;
}
#accueil{
	padding:20px;
	margin-bottom: 20px;
	font-size:38px;
	font-family: 'Montserrat', cursive;
	font-style:inherit;
	text-align: center;
	background-color: #009AA9;
	color: #fff;
	}
img[alt="accueil"]{margin-left: -20px;}	

section .accueil{
	display: inline-block;
}
section .accueil a{
	display: inline-block;
	vertical-align: top;
	width: 400px;
	height: 330px;
	padding: 15px;
	margin: 12px;
	color:#000000;
	border: 1px solid #76BDC1;
	border-radius: 15px;
	transition: 0.5s;

}
section .accueil h3{
	display: block;
	margin: 0 -15px;
	color: #383838;	
	padding: 5px 0 5px 0;
	text-align: center;
	transition: 0.5s;
}
section #Logopede h3 {
	background-color: #EAC68C;
}
section #Nutritionniste h3 {
	background-color: #C6DB95;
}
section #Psycho  h3 {
	background-color: #AF7DA9;
}
section #Sexologue h3 {
	background-color: #E08CB4;
}
section .accueil a:hover{
	border: 4px solid #009AA9;
	background-color: white;
	margin: 9.5px;
	cursor: pointer;
	text-decoration: none;

}

section #Logopede a:hover h3 {
	background-color: #F9B233;
	color: black;
}
section #Nutritionniste a:hover h3 {
	background-color: #8ABD24;
	color: white;
}
section #Psycho a:hover h3 {
	background-color: #951B81;
	color: white;

}
section #Sexologue a:hover h3 {
	background-color: #E71D73;
	color: white;

}
/*             page             */
.page{


	}
h1{
	padding:30px;
	font-style:inherit;
	margin-bottom: 20px;
	font-family: 'Montserrat', cursive;
	font-size:60px;
	background-color: #36A9E1;
	color: #fff;
	}
h2{
	font-family: 'Montserrat', cursive;
	font-size:26px;
	line-height:30px;
	font-weight:100;
	margin-top:10px;
	color:#222d80;
	}
h3{
font-family: 'Palanquin Dark', sans-serif;
	font-size:25px;
	text-decoration: underline;
	line-height:40px;
	font-weight:100;
	margin-top:10px;
	color:#575756;
}
p{
	margin-top:10px;
	font-size: 18px;
	line-height: 25px;
}
p strong{
	font-family: 'Palanquin Dark', sans-serif;
	  font-weight: normal;

}

.page p a{
		cursor: pointer;

}
.page ul li{
	margin-left:50px;
	font-size: 18px;
	line-height: 25px;
	list-style-image: url("../images/bullet.png");
	list-style-position: inside;

	}

/*             fin page             */

/*             Logopede             */
h1.logopede{
	font-size:60px;
	background-color: #F9B233;
	color: #fff;
	}

/*           fin Logopede             */
/*             Nutritioniste             */
h1.Nutritioniste{
	font-size:60px;
	background-color: #8ABD24;
	color: #fff;
	}

/*           fin Nutritioniste             */

/*            quentin             */

h1.psycho{
	font-size:60px;
	display: inline-block;
	background-color: #951B81;
	color: #fff;
	text-decoration: underline;

	}
#quentin{
	background-image: url("../images/QuentinLanthier.jpg");
	height: 250px;
	width: 250px;
	display: block;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	}
/*           fin quentin             */
/*             Fanny             */
#Maya{
	background-image: url("../images/MayaJarjoura.jpg");
	height: 250px;
	width: 250px;
	display: block;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	}

/*           fin fanny             */
/*             Veronique             */
#Veronique{
	background-image: url("../images/VeroniqueGeneste.jpg");
	height: 250px;
	width: 250px;
	display: block;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	}

/*           fin Veronique             */
/*             sarah             */
#Sarah{
	background-image: url("../images/SarahSimon.jpg");
	height: 250px;
	width: 250px;
	display: block;
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	}

/*           fin Sarah             */
/*             psycho générale             */
h1.psycho{
	font-size:60px;
	background-color: #951B81;
	color: #fff;
	}

/*           fin psycho générale             */

/*             sexologue             */
h1.Sexologue{
	font-size:60px;
	background-color: #E71D73;
	color: #fff;
	}

/*           fin sexologue             */

/*                contact              */
#message-contact{
	background-color:#b6d099;
	text-align:center;
	padding:10px;
	color: #575756;
	font-weight:100;
	}
#message-contact-sorry{
	background-color:#af1023;
	text-align:center;
	padding:10px;
	color:#fff;
	font-weight:100;

	}

#contact h1{
	padding:20px;
	margin-bottom: 20px;
	font-family: 'Montserrat', cursive;
	font-size:60px;
	background-color: #36A9E1;
	color: #fff;
	}

#contact p{
	margin-left:35px;
}

#form{
	border:1px solid #36A9E1;
	margin-top:25px;
	}
#form label{
	width:30%;
	text-align:right;
	display:inline-block;
	}
#form legend{
	margin-left:15px;
	padding:10px;
	font-family: 'Montserrat', cursive;
	font-size:40px;
	color: #36A9E1;
	}
#form input[type="text"],#form textarea{
	width:65%;
	max-width:65%;
	display:inline-block;
	height:25px;
	font-size:16px;
	margin:5px;
	padding:5px;
	border:#bfe7f7 1px solid;
	}

.formfield-select--container {
	display: inline-block;
	width: 607px;
	background-color: #8AC6DD;
	border: #36A9E1 1px solid;
	margin: 0 0 0 5px;
	overflow: hidden; }
.formfield-select--container select{
	display: inline-block;
	background-image:url("../images/arrow.png");
	background-repeat: no-repeat;
	background-position:98%;
	width: 600px;
	font-size:16px;
	background-color: transparent;
	margin: 0 0 0 0px;
	padding: 10px;
	width: 607px;
	border: 0px;
	font-family: 'Roboto', Verdana, Arial, Helvetica, sans-serif;
}

.formfield-select--container select::after{
	font-size:16px;
	background-color: #36A9E1;
	margin: 0 5px 0 0px;
	border: 0px;
	font-family: 'Roboto', Verdana, Arial, Helvetica, sans-serif;
}
.formfield-select--container select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* 
		On est sûr de ne plus voir
		la flèche native 
	*/
	height: auto;
	border: 0; 
	margin: 0;
	border-radius: 0;
	

	overflow: hidden;
	text-overflow: ellipsis;
	/* 
		On empêche le texte d'aller
		jusqu'au bout s'il est trop long
	*/

}

#form label[for="comment"]{
vertical-align: top;
margin-top:5px;
}
#form textarea{
	height:60px;
	}
#form .btn{
	display: block;
	float:right;
	font-family: 'Montserrat', cursive;
	font-size: 28px;
	border: 1px solid #36A9E1;
	background: #8AC6DD;
	color:#fff;
	padding:5px;
	margin:10px;
	cursor:pointer;
	}
#form .btn:hover{
	border: 1px solid #36A9E1;
	background: #36A9E1;
	}
/*                fin contact              */
/*                footer              */
footer{
	background:white;
	position:fixed;
	bottom:0;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	color:#1598ac;
	font-size:10px;
	}
	
/*                fin footer              */
.clear{clear:both;}
.red{background:red;}


@media only screen and (max-width:1600px) {
 #content {
	width: auto;
 	margin-top: 15px;

 }
#wrapper{
	margin-top: 4px;
}

#header{
	width:100%;
	display: block;
	top:0;
	left:0px;
	}
#header #logo a{
	background-image:url("../images/logo2-cabinet117.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position:relative;
	width:100%;
	height: 167px;
	z-index: 1;
}
#header nav{
	display: block;
	width:100%;
	position: relative;
	margin-top: 0;
	padding-bottom: 24px;
	vertical-align: middle;
		height: 50px;

}
#header nav ul{
	border-top: 4px solid #76BDC1 ;
	padding: 0;

}
#header nav ul li{
	display: inline-block;
	width:16.4%;
	height: 50px;
	vertical-align: middle;
	padding: 0 ;

}
#header nav ul li a{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: white;
	height: 50px;
	padding: 10px 0 10px 0;
}
#header nav #psycho:hover ul, #header nav #psycho.active ul {
		position: relative;
		left: -250%;
		width: 600%;
		transition: 0.5s;
		display: block;
		border: none;
}
#header nav #psycho.active ul.display {
display: none;}
#header nav #psycho.active:hover ul.display {
display: block;}
#header nav #psycho ul li a:hover,	#header nav #psycho.active ul li a,#header nav #psycho ul li a , #header nav #psycho ul li.active a:hover {
	padding-left: 10px;
}
#header nav ul li a#navaccueil:hover,
#header nav ul li.active a#navaccueil:hover,
#header nav ul li a#navlogopede:hover,
#header nav ul li.active a#navlogopede:hover,
#header nav ul li a#navnutri:hover,
#header nav ul li.active a#navnutri:hover,
#header nav ul li a#navsexo:hover,
#header nav ul li.active a#navsexo:hover,
#header nav ul li a#navpsycho:hover,
#header nav ul li.active a#navpsycho:hover,
#header nav ul li a#navcontact:hover,
#header nav ul li.active a#navcontact:hover{
	padding-left: 10px;
}
	
section .accueil {
	width: 49%;
}
section .accueil a{
	width: 88%;
}
	img[alt="accueil"]{
		width: 100%;
		margin: 0;
	}	
.formfield-select--container {
	width: 65.5%;
	}
.formfield-select--container select {
	width: 100%;
	}
@media only screen and (max-width:600px) {
 body {
 background-color:black;
 color:blue;
 }

}
