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

/* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126 - License: none (public domain)*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;}
body {
	line-height: 1;}
ol, ul {
	list-style: none;}
blockquote, q {
	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: ''; content: none;}
table {
	border-collapse: collapse; border-spacing: 0;}
/* fin reset css */

@font-face {
    font-family: 'dual300';
    src: url('font/Dual-300-webfont.eot');
    src: url('font/Dual-300-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Dual-300-webfont.woff2') format('woff2'),
         url('font/Dual-300-webfont.woff') format('woff'),
         url('font/Dual-300-webfont.ttf') format('truetype'),
         url('font/Dual-300-webfont.svg#dual300') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
	background:url(../img/fond-line.png) no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* spécificités du menu déroulant */
#menu {
	border:solid 0px red;
	position: relative;
	list-style-type : none;
	width: 90%;
	display: inline-block;
	text-align: center;
} 
 
#menu li {
	vertical-align:top;
	position: relative;
	overflow: hidden;
	cursor: pointer;
} 
 
#menu li span { 
  position: relative; 
} 
 
#menu li blockquote {
	position: relative;
	line-height: 200%;
	border:solid 0px green;
	text-align:left;
	padding-left:15%;
	padding-bottom:5%;
} 
blockquote a {
	font-size: 1.3em;
    font-family: 'dual300';
	line-height:200%;
}
#go { clear: both; }

#entreprise, #particulier {
	border:solid 5px rgba(255,255,255,.8);
	background-color:rgba(204,204,204,.7);
	border-radius:10px;
	display:inline-block;
	width:40%;
	padding:1%;
}
.ent {
	border:solid 0px blue;
	text-align:center;
	line-height:200%;
}
.ent:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
#entreprise blockquote a {
	border:solid 0px orange;
	text-align:left;
}
#entreprise h3 {
	text-align:center;
	border:solid 0px red;
}
a {
	color:rgba(0,0,0,1);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
a:hover {
	background-color:rgba(255,255,255,.8);
	border-radius:10px;
}
/* fin des spécificités du menu déroulant */

body {
	text-align:center;}
header {
	background-color:rgba(0,0,0,.91);
	text-align:center;
}
.logo {
	display:block;
	width:100%;
	padding:3% 0;
}
#logotype img {
	width:35%;
	margin-right:auto;
	margin-left:auto;
}
#optimiser img {
	width:50%;
	margin-right:auto;
	margin-left:auto;
}

section {
	margin-left:auto;
	margin-right:auto;
	background-color:rgba(255,255,255,.8);
	padding-top:0%;
	padding-bottom:4%;
	border:solid 0px green;
}
.psy {
	text-align:center;
	background-color:rgba(255,255,255,.8);
	padding-top:4%;
	padding-bottom:4%;
	border:solid 0px red;
}	
.coach {
	margin:2% 20%;
	padding:3%;
	background-color:rgba(255,255,255,1);
	border:solid 0px blue;
}
h1 {
    font-family: 'dual300';
	font-size:2em;
	line-height:120%;
	padding:3%;
	text-align:right;
	color:rgba(255,255,255,1);
}
#psy-1 {
	display:inline-block;
    font-family: 'dual300';
	font-size:1.1em;
	padding:3%;
	line-height:150%;
	text-align:justify;
}
h3 {
    font-family: 'dual300';
	font-size:2em;
	letter-spacing:1px;
	line-height:2em;
	display:inline-block;
}
h5 {
	display:inline-block;
	font-size:1.2em;
	padding-right:5%;
}
.icones {
	display:inline-block;
	font-size:2em;
}
p .icones {
	display:inline-block;
	font-size:1em;
}

#menu {
	padding:2%;
}
blockquote .icones {
	color:rgba(0,0,0,.7);
	font-size:.7em;
	padding:1.5%;
	padding-right:3%;
	text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
	text-align:left;
}
blockquote a:hover {
}
blockquote a {
	padding:4%;
	text-decoration:none;
}

@media screen and (max-width:800px) {
#logotype img {
	width:75%;
}
#optimiser img {
	width:100%;
}
.coach {
	margin:0% 0%;
	padding:0%;
}
#entreprise, #particulier {
	border-radius:10px;
	width:90%;
	margin-bottom:5%;
	background-color:rgba(0,0,0,.2);
}
#menu {
	margin-bottom:30%;
	margin-top:10%;
}
#menu li blockquote {
	padding-left:1%;
}
}