@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;
}
.titre {
	color:rgba(0,0,0,1);
	text-align:right;
    font-family: 'dual300';
}
.titre .entreprise h1 {
	background-color:rgba(200,235,137,.8);
}
.titre .particulier h1 {
	background-color:rgba(251,248,203,1);
}
body {
	text-align:center;}
header {
	background-color:rgba(0,0,0,.91);
	text-align:center;
}
.logo {
	display:block;
	width:100%;
	padding:2% 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 {
	display:block;
	text-align:center;
	background-color:rgba(255,255,255,.8);
	padding-top:2%;
	padding-bottom:2%;
	border:solid 0px red;
}	
.coach {
	margin:0% 20%;
	padding:3%;
	background-color:rgba(255,255,255,1);
	border:solid 0px blue;
}
h1 {
    font-family: 'dual300';
	font-size:2em;
	line-height:170%;
	margin-left:auto;
	margin-right:auto;
	padding:3%;
}
.coach h1 {
	text-align:left;
}
#psy-1 {
	display:inline-block;
    font-family: 'dual300';
	font-size:1.1em;
	padding:3%;
	line-height:150%;
	text-align:justify;
}
strong {
	font-family: 'Dual300';
	font-size: 2em;
}
mark {
	font-size:130%;
	text-decoration:none;
	background-color:inherit;
}
em {
	font-style:italic;
}
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%;
}

.conviction {
	margin-top:4%;
	margin-bottom:2%;
	font-size:larger;
}
.conviction h2 {
	font-size: 1.5em;
	margin-bottom: 1.5%;
}
.conviction li {
	font-size:smaller;
	list-style:circle;
}

h6 a {
	display:block;
	text-align:right;
	font-size:14px;
	padding:3%;
	font-style: italic;
	text-decoration:none;
	border:solid 0px green;
	font-family: times;
}

h6 a:hover {
	background-color:rgba(251,248,203,1);
}
aside {
	position:fixed;
	bottom:30px;
	left:0px;
	text-align:left;

    margin: 0;
    padding: 0;
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.copy a {
	color:rgba(102,102,102,1);
	opacity:.6;
	text-decoration:none;
	font-size:13px;
}
.copy a:hover {
	border:solid 0px red;
}


footer {
	background-color:rgba(0,0,0,.9	);
	text-align:right;
}
.contact {
	padding:3%;
	background-color:rgba(51,51,51,.4);

	-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;
}
.contact a {
	text-decoration:none;
}
.contact:hover {
	background-color:rgba(211,240,161,.8);
}
footer h2 {
	color:rgba(255,255,255,1);
    font-family: 'dual300';
	font-size:2em;
}

@media screen and (max-width:800px) {
#logotype img {
	width:75%;
}
#optimiser img {
	width:100%;
}
.coach {
	margin-top:0%;
	margin-right: 0%;
	margin-left:0%;
	margin-bottom:0%;
	padding:0%;
}
.contact {
	padding:8%;
}
aside {
	display:none;
}
}