@charset "UTF-8";
/*
Projet: One page Go Green
Author: Emmanuelle gaumont- emmanuelle.gaumont@gmail.com
Version: 1.0
Date: Fevrier 2015
*/
@font-face {
    font-family: 'robotothin';
    src: url('../font/roboto-thin-webfont.eot');
    src: url('../font/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-thin-webfont.woff2') format('woff2'),
         url('../font/roboto-thin-webfont.woff') format('woff'),
         url('../font/roboto-thin-webfont.ttf') format('truetype'),
         url('../font/roboto-thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('../font/roboto-regular-webfont.eot');
    src: url('../font/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/roboto-regular-webfont.woff2') format('woff2'),
         url('../font/roboto-regular-webfont.woff') format('woff'),
         url('../font/roboto-regular-webfont.ttf') format('truetype'),
         url('../font/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'essence_sansregular';
    src: url('../font/essence_sans-webfont.eot');
    src: url('../font/essence_sans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/essence_sans-webfont.woff2') format('woff2'),
         url('../font/essence_sans-webfont.woff') format('woff'),
         url('../font/essence_sans-webfont.ttf') format('truetype'),
         url('../font/essence_sans-webfont.svg#essence_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'essence_sanslight';
    src: url('../font/essence_sans_light-webfont.eot');
    src: url('../font/essence_sans_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/essence_sans_light-webfont.woff2') format('woff2'),
         url('../font/essence_sans_light-webfont.woff') format('woff'),
         url('../font/essence_sans_light-webfont.ttf') format('truetype'),
         url('../font/essence_sans_light-webfont.svg#essence_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'socialicoregular';
    src: url('../font/socialico-webfont.eot');
    src: url('../font/socialico-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/socialico-webfont.woff2') format('woff2'),
         url('../font/socialico-webfont.woff') format('woff'),
         url('../font/socialico-webfont.ttf') format('truetype'),
         url('../font/socialico-webfont.svg#socialicoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    box-sizing: border-box;
    height: 100%;
    font-size: 100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    height: 100%;
    font-family: 'robotothin';
    font-size: 1em;
    font-weight: 300;
    color: #000;

}
h1 {
	font-family: 'essence_sanslight';
}

h2 {
	font-size: 2em;
	color: black;
	font-family: 'essence_sanslight';
	text-transform: uppercase;
}

.trait_dessous {
	border-top: 2px solid  #14a085;
	width: 40px;
	margin: auto;
	padding-top: 50px;
}

#menu {

	transition: 0.6s ease-out;
	padding: 1em 0;
}

#menu .cell {
	vertical-align: middle;
}

#menu.fixed {
	z-index: 9999;
	width: 100%;
	position: fixed;
	left: 0;
	top:0;
	background-color: #bee1f0;
	margin: 0;
}

#menu img {
	margin-left: 1em;
}

header {
	padding: 20em;
	z-index: -2;
}

.logo {
	font-size: 1em;
	display: inline-block;
	margin: 0;
}
.logo:hover {
	opacity: 0.75;
}

.menu li {
	display: inline-block;
	padding-right: .5em;

}

.menu a {
	display: block;
	padding: .5em 1em;
	font-size: 1em;
	font-family: 'essence_sansregular';
	text-transform: uppercase;
	color: #fff;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
}

.menu a:hover {
	color: #e94451;
}
.menu .active {
	color: #000;

}

#fonction {
	padding: 50px;
	background-color: #bee1f0;
	background-size: cover;

}

.couv {
	position: relative; 
	text-align: center;
	vertical-align: middle;
	background-image: url(../img/placeit.jpg);
	background-size: cover;
}
.ensemble {
	position: absolute;
	width: 50%;
	top: 10em;
	left: 27em;
}
.couv__title {
	color: #fff;
	font-size: 5em;
}
span {
	color: #14a085;
}

.couv__subtitle {
	color: #fff;
	font-family: 'robotothin';
	font-weight: 300;
	font-size: 1.875em;
}


.couv .list-inline li + li {
	margin-left: 0;
}
.list-inline>li {
    display: inline-block;
    vertical-align: middle;
}


.rond {
	border-radius: 130px;
}
#equipe {
	background-color: #bee1f0;
	background-size: cover;
}
.espace {
	margin-top: 5em;
}

.btn_app {
	text-align: center;
	display: block;
	margin-top: 5em;
}
#temoin-footer{

	padding-top: 100px;
}
q::before {
  content: '"';
  color: #14a085;
  font-size: 2em;}

q::after {
  content: '"';
  color: #14a085;
  font-size: 2em;
}

#fonction{
	padding-top: 100px;
}

#footer {
    font-family: 'robotothin';
    color: black;
    background-color: white;
}

#footer ul {
    display: table;
    width: 100%;
    padding: 0 20px;
    table-layout: fixed;
}
#footer li {
    display: table-cell;

}
#footer li a {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
}

#footer li a:hover {
    opacity: .5;
}
#footer li .rsFb {
    background: url("../img/facebook.png") center no-repeat;
    text-indent: -9999%;
    width: 70px;
    height: 70px;

}
#footer li .rsTw {
    background: url("../img/twitter.png") center no-repeat;
    text-indent: -9999%;
    width: 70px;
    height: 70px;

}

body .margin-bottom {
	margin-bottom: 14em;
}


/*------------------------------------*\
	== Base
\*------------------------------------*/

.wrap {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5em;
}
.wrap--small {
	max-width: 860px;
}

.table {
	display: table;
	width: 100%;
}

.cell {
	display: table-cell;
	vertical-align: middle;
}
.v-middle {
	vertical-align: middle;
}

 .txt-left {
 	text-align: left;
 }

 .txt-center {
 	text-align: center;
 }

 .txt-right {
 	text-align: right;
 	float: right;
 }

[class*="col-"] {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

.col-1 {
	width: 25%;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: ' ';
}
.clearfix:after {
	clear: both;
}
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
a {
	color:#000;
	text-decoration: none;
}


img {
    height: auto;
    max-width: 100%;
}

.spacer {
	padding-top: 8em;
	padding-bottom: 2em;

}

/*------------------------------------*\
	== Icon
\*------------------------------------*/

[class*="icon-"] {
	font-size: 0;
}

[class*="icon-"]:before {
	display: inline-block;
	vertical-align: middle;
	color: #e64654;
	font-size: 32px;
	font-size: 2rem;
	font-family: 'socialicoregular';
	transition: all 0.3s ease-in-out;
}

[class*="icon-"]:hover:before {
	transform: scale(1.1);
}

.icon-facebook:before {
	content: 'f';
}

.icon-facebook:hover:before {
	color: #fff;
}


.icon-linkedin:before {
	content: 'i';
}

.icon-linkedin:hover:before {
	color: #fff;
}

.icon-tumblr:before {
	content: 'o';
}

.icon-tumblr:hover:before {
	color: #fff;
}

.icon-p:before {
	content: 'u';
}

.icon-p:hover:before {
	color: #e64654;
}


/*------------------------------------*\
	== rwd
\*------------------------------------*/
@media (max-width: 1400px) {

	.ensemble {
		top: 10em;
		left: 21em;
	}
}

@media (max-width: 1360px) {

	.ensemble {
		font-size: 0.875em;
	}
}
@media (max-width: 1190px) {

	.ensemble {
		font-size: 0.775em;
	}
	.couv__subtitle {
	color: #fff;
	
}
}


@media (max-width: 900px) {
	.menu {
		font-size: 0.875em;}
	.ensemble {
		left:14em;
		top:12em;
	}
	.couv__subtitle {
	color: #000;
	
}

	}

@media (max-width: 800px) {
	.menu {
		font-size: 0.775em;
	}
}
@media (max-width: 720px) {
	.menu {
		font-size: 0.675em;
	}

	}
	@media (max-width: 650px) {
	.menu {
		font-size: 0.575em;}
	.ensemble {
		left:12em;
		top:12em;
	}

	}

	@media (max-width: 560px) {
	.menu {
		font-size: 0.475em;

	}
	.ensemble {
		left:8em;
		top:12em;
	}
}
	
	@media (max-width: 485px) {
	
	.ensemble {
		left:0em;
		top:9em;
	}
	.col-1 {
		width: 100%;
	}
		.couv__subtitle {
	color: #fff;
	}
}

	@media (max-width: 400px) {
	
	.ensemble {
		left:0em;
		top:9em;
	}
}
		
	@media (max-width: 300px) {
	
	.ensemble {
		font-size: 1em;
		left:12em;
		top:12em;
	}
}

	



