@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600);

#errors.visible, #success.visible {
	display:block;
	list-style:none;
	padding-bottom:1em;
}

form.stop {
	display:none;
}


#errors {
	display:none;
}
#success {
    display: none;
   
}
.g-recaptcha {
    float: right;
    clear: both;
	margin-top: 0.25vw;
}

#form_sujet{
	    padding-left: 2%;
    padding-top: 2em;
    padding-bottom: 0.25em;
}

.with-errors li{list-style: none;margin: 0;}
.with-errors ul{list-style: none;margin: 0;}
.with-errors {
    font-size: 14px;
    font-size: 1.1vw;
    color:#E63827;
    padding: 2% 5%;
	
	
}


.d-none {
    display: none!important;
}
.row {
    float: left;
    width: 45%;
    padding: 2.5%;
}
.catcha-group {
    display: block;
    clear: both;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans bold';
	src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans Light';
	src: url('../fonts/OpenSans-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
html {
	-webkit-font-smoothing: antialiased;
	overflow-x:hidden;
	height: 100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	color:#333;
}
header {
	width:100%;
	height:120px;
	background-color:#fff;
	position:fixed;
	z-index:1;
	top:0;
}
.logo-com {
	height:90%;
	float:left;
}
#home {
	z-index:10;
	width:95%;
	float:left;
	clear:both;
	padding:14em 0% 9em 5%;
	background:url(../img/bg-home.jpg) bottom repeat-x;
}



/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
from {
opacity:0;
}
to {
	opacity:1;
}
}
@-moz-keyframes fadeIn {
from {
opacity:0;
}
to {
	opacity:1;
}
}
@keyframes fadeIn {
from {
opacity:0;
}
to {
	opacity:1;
}
}
#home-l {
	width:90%;
	padding-bottom:8em;
	float:left;
	
	overflow: visible;
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;
	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;
	-webkit-animation-duration:3s;
	-moz-animation-duration:3s;
	animation-duration:3s;
}
#home-r {
	width:10%;
	float:left;
}
#home-r span {
	width:70%;
	float:right;
	text-align:right;
	font-size:3.375em;
	font-style:italic;
	color:#668;
	padding-right:30%;
	margin-top:0.7em;
	font-family: 'Open Sans Light', sans-serif;
	background:url(../img/border01.svg) bottom right no-repeat;
	background-size:30% 100%;
}
#metiers {
	float:left;
	padding-left:65px;
	padding:1em 0em 1em 4.063em;
	clear:both;
}
#home h1 {
	font-family: 'Open Sans', sans-serif;
	color:#41a4bc;
	font-size:2.125em;
	font-size:normal;
	font-weight:normal;
	text-align:left;
	text-transform:uppercase;
	float:left;
	clear:both;
	width:80%;
	text-indent:190px;
}
#com {
	font-family: 'Open Sans Bold', sans-serif;
	color:#666668;
	font-size:55px;
	font-weight:normal;
	text-transform:uppercase;
	background:url(../img/ligne.gif) bottom repeat-x;
	padding:5px 5px 0px 5px;
	float:left;
	width:auto;
	clear:both;
	text-indent:0%;
}
#exp {
	font-family: 'Open Sans', sans-serif;
	font-size:42px;
	width:100%;
	padding-top:0.25em;
	padding-bottom:0.25em;
	font-weight:normal;
	text-transform:uppercase;
	float:left;
	text-indent:40px;
}
#home h2 {
	font-family: 'Open Sans Light', sans-serif;
	color:#333;
	font-size:1.05em;
	letter-spacing:0.5px;
	font-weight:bold;
	padding:0.5em 0em;
	text-transform:uppercase;
	line-height:1.55em;
	float:left;
	clear:both;
}
#home h3 {
	font-family: 'Open Sans ', sans-serif;
	color:#fff;
	position:relative;
	font-size:1.125em;
	font-weight:normal;
	text-transform:uppercase;
	background-color:#000;
	height:40px;
	line-height:40px;
	padding:0px 50px 0px 20px;
	float:left;
	clear:both;
}
#home h3:before {
	content: "";
	position: absolute;
	right: 0px;
	border:20px solid;
	border-color:#000 #FFF #FFF #000;
	height: 0px;
	width: 0px;
	display: block;
}
#presentation h1 {
	font-family: 'Open Sans', sans-serif;
	font-size:2.25em;
	text-transform:uppercase;
	line-height:1.5em;
	font-weight:normal;
	padding:2em 0em 0.75em 0em;
	float:left;
	clear:both;
	width:100%;
}
#presentation h1 span {
	color:#41a4bc;
}
#pre-g {
	width:80%;
	float:right;
	text-align:right;
}
#pre-g span {
	width:100%;
	float:right;
	text-align:right;
	font-size:1.75em;
	font-style:italic;
	color:#fff;
	margin-top:0.95em;
	font-family: 'Open Sans Light', sans-serif;
	font-weight:normal;
	text-transform:uppercase;
}
#pre-r {
	width:10%;
	float:right;
}
#pre-r span {
	width:65%;
	float:right;
	text-align:right;
	font-size:2.5em;
	font-style:italic;
	color:#fff;
	padding-right:35%;
	margin-top:0.5em;
	font-family: 'Open Sans Light', sans-serif;
	background:url(../img/border02.svg) bottom right no-repeat;
	background-size:30% 100%;
	font-weight:normal;
}
#presentation {
	z-index:10;
	float:left;
	clear:both;
	width:95%;
	padding:0 0% 0 5%;
	color:#fff;
	background: rgb(51,51,51);
	background: -moz-linear-gradient(top, rgb(51,51,51) 0%, rgb(31,32,32) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(51,51,51)), color-stop(100%, rgb(31,32,32)));
	background: -webkit-linear-gradient(top, rgb(51,51,51) 0%, rgb(31,32,32) 100%);
	background: -o-linear-gradient(top, rgb(51,51,51) 0%, rgb(31,32,32) 100%);
	background: -ms-linear-gradient(top, rgb(51,51,51) 0%, rgb(31,32,32) 100%);
	background: linear-gradient(to bottom, rgb(51,51,51) 0%, rgb(31,32,32) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#1f2020', GradientType=0 );
}
#presentation h2 {
	font-family: 'Open Sans Light', sans-serif;
	font-size:2em;
	line-height:1.75em;
	width:70%;
	padding:0 17.5% 0 12.5%;
	padding-bottom:0.75em;
	float:left;
	clear:both;
}
.chapeau {
	font-family: 'Open Sans', sans-serif;
	font-size:1.25em;
	word-spacing:2px;
	letter-spacing:1px;
	width:65%;
	padding:0 22.5% 0 12.5%;
	line-height:1.5em;
	text-align:justify;
	padding-bottom:1em;
	float:left;
	clear:both;
}

#mentions{ padding-top:5%; padding-bottom:5%;}

#mentions p {
	font-family: 'Open Sans', sans-serif;
	font-size:0.75em;
	word-spacing:2px;
	letter-spacing:1px;
	width:65%;
	padding:0 22.5% 0 12.5%;
	line-height:1.5em;
	text-align:justify;
	padding-bottom:1em;
	float:left;
	clear:both;
	color:#333;
}

.gros{
	font-family: 'Open Sans Bold', sans-serif;
	font-size:1.25em;
	padding-bottom:1.5em;
	color:#40a3ba;
}

#end-presentation {
	float:left;
	clear:both;
	width:100%;
	background:url(../img/bg-pre.jpg) top repeat-x #40a3ba;
}

#end-projet {
	float:left;
	clear:both;
	width:100%;
	background:url(../img/bg-pro.jpg) top repeat-x #323232;
}

#end-projet div {
	margin:0 auto;
	width:81px;
}

#end-presentation div {
	margin:0 auto;
	width:85px;
}
#projets {
	z-index:10;
	float:left;
	clear:both;
	width:100%;
	padding:0;
	color:#fff;
	background-color:#40a3ba;
}

#contact {
	z-index:10;
	float:left;
	clear:both;
	width:100%;
	padding:0;
	color:#fff;
	background-color:#323232;
}

#adresses{
	padding:5em 3% 3em 7%;
	width:30%;
	float:left;
}

#adresses adress{
	font-size:1em;
	font-family: 'Open Sans light', sans-serif;
	line-height:1.5em;
	padding-bottom:2em;
	float:left;
	clear:both;
}



h4{
	font-size:1.35em;
	font-family: 'Open Sans light', sans-serif;
	line-height:1.25em;
	text-transform:uppercase;
	font-weight:normal;
	padding-bottom:0.25em;
	background:url(../img/border-line.png) bottom right no-repeat;
	width:100%;
	float:left;
	clear:both;
}


#formulaire{
	padding:5em 7% 8em 8%;
	width:45%;
	float:left;
	color:#fff;
}

#site{
	margin-top:1em;
	font-size:1em;
	font-family: 'Open Sans light', sans-serif;
	line-height:1.25em;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	float:left;
	clear:both;
	padding:2em 0em 2em 7.5em;
	background:url(../img/acomm-logo.png) center left no-repeat;
}

#site span{
	text-transform:none;
	font-size:0.75em;
}

input[type=text] {
	color:#fff;
	font-size:1em;
	font-family: 'Open Sans light', sans-serif;
	line-height:1.5em;
	font-weight:normal;
	padding-left:2%;
	padding-bottom:0.25em;
	background:url(../img/border-line.png) bottom right no-repeat;
	width:98%;
	float:left;
	clear:both;
	border:none;
	outline:none;
	
}
input[type=email] {
	color:#fff;
	font-size:1em;
	font-family: 'Open Sans light', sans-serif;
	line-height:1.5em;
	font-weight:normal;
	padding-left:2%;
	padding-top:2em;
	padding-bottom:0.25em;
	background:url(../img/border-line.png) bottom right no-repeat;
	width:98%;
	float:left;
	clear:both;
	border:none;
	outline:none;
}

input[type=tel] {
	color:#fff;
	font-size:1em;
	font-family: 'Open Sans light', sans-serif;
	line-height:1.5em;
	font-weight:normal;
	padding-left:2%;
	padding-top:2em;
	padding-bottom:0.25em;
	background:url(../img/border-line.png) bottom right no-repeat;
	width:98%;
	float:left;
	clear:both;
	border:none;
	outline:none;
}
textarea{
	color:#fff;
	font-size:1em;
	font-family: 'Open Sans light', sans-serif;
	line-height:1.5em;
	font-weight:normal;
	padding-left:2%;
	padding-top:2em;
	padding-bottom:0.25em;
	background:url(../img/border-line.png) bottom right no-repeat;
	width:98%;
	float:left;
	clear:both;
	border:none;
	outline:none;
}
input[type=submit] {
	color:#fff;
	font-size:1em;
	font-family: 'Open Sans', sans-serif;
	font-style:italic;
	text-transform:uppercase;
	line-height:1em;
	font-weight:normal;
	padding:2em 1.5% 0 1.5%;
	cursor:pointer;
	border-bottom:1px solid #fff;
	background:none;
	float:right;
	clear:both;
	border-top:none;
	border-left:none;
	border-right:none;
	
}

input[type=submit]:hover{
	color:#40a3ba;
	border-bottom:1px solid #40a3ba;
}

/* all */
::-webkit-input-placeholder { color:#fff; }
::-moz-placeholder { color:#fff; } /* firefox 19+ */
:-ms-input-placeholder { color:#fff; } /* ie */
input:-moz-placeholder { color:#fff; }

 @media only screen and (min-width: 56.250em) and (max-width: 71.5em) {
#home h1 {
	font-size:1.75em;
	width:90%;
	padding-right:10%;
	text-indent:155px;
}
#home {
	padding:12em 0% 9em 5%;
}
#home h2 {
	font-size:0.8em;
}
#com {
	font-size:45px;
}
#exp {
	font-size:34px;
}
#home h3 {
	font-size:0.75em;
}
#presentation h1 {
	font-size:1.75em;
}
#presentation h2 {
	font-size:1.5em;
}
.chapeau {
	font-size:1em;
}
.accordion section p {
	font-size:1em;
}
#home-l {
	background-size:46%;
}
#home-r span {
	margin-top:0.65em;
	font-size:2.813em;
}
}
@media only screen and (min-width: 108em) {
	#home-l {
	max-width:83em;
	
}
#home-r {
	width:10%;
	float:right;
}

	}
 @media only screen and (min-width: 39.375em) and (max-width: 56.250em) {
#home h1 {
	font-size:1.5em;
	width:98%;
	padding-right:0%;
	text-indent:100px;
}
header {
	width:100%;
	height:100px;
	float:left;
	background-color:#fff;
	position:fixed;
	z-index:1;
	top:0;
}
#trigger-overlay {
	height:100Px;
	width:100px;
}
.overlay .overlay-close {
	height:100Px;
	width:100px;
}
#home {
	padding:10em 0% 9em 5%;
}
#home h2 {
	font-size:0.75em;
}
#com {
	font-size:35px;
	padding:5px 5px 1px 5px;
}
#exp {
	font-size:25px;
	text-indent:30px;
}
#home h3 {
	font-size:0.75em;
}
#presentation h1 {
	font-size:1.5em;
}
#presentation h2 {
	font-size:1.25em;
}
.chapeau {
	font-size:0.8em;
}
.accordion section p {
	font-size:0.8em;
}
#home-l {
	background-size:53%;
}
#home-r span {
	margin-top:0.7em;
	font-size:2.188em;
}
#pre-g {
	width:85%;
}
#pre-g span {
	margin-top:0.85em;
	font-size:1.5em;
}
#pre-r {
	width:15%;
}
#pre-r span {
	font-size:2em;
}
}
 @media only screen and (min-width: 200px) and (max-width: 39.375em) {
	 body {
		overflow-x:hidden;
		overflow-y: scroll !important;
}
#home-r {
	display:none;
}
header {
	width:100%;
	height:90px;
	float:left;
	background-color:#fff;
	position:fixed;
	z-index:1;
	top:0;
}

.overlay .overlay-close {
	height:90Px;
	width:90px;
}
#home {
	width:100%;
	padding:9em 0% 5em 5%;
}
#home h1 {
	font-size:1em;
	width:100%;
	padding-right:0%;
	text-indent:0px;
}
#com {
	font-size:30px;
	padding:5px 0px 1px 0px;
	background:none;
}
#exp {
	font-size:22px;
	text-indent:0px;
}
#home h2 {
	font-size:0.75em;
}
#home h3 {
	font-size:0.75em;
	line-height:30px;
	height:25px;
}
#home h3:before {
	content: "";
	position: absolute;
	right: 0px;
	border:13px solid;
	border-color:#000 #FFF #FFF #000;
	height: 0px;
	width: 0px;
	display: block;
}
#presentation {
	float:left;
	clear:both;
	width:95%;
	padding:0 0% 0% 5%;
}
#presentation h1 {
	font-size:1.5em;
}
#metiers {
	float:left;
	padding:0px;
	clear:both;
}
#presentation h2 {
	font-size:1.25em;
	width:100%;
	padding:0;
	padding-bottom:0.75em;
}
.chapeau {
	font-size:0.8em;
	line-height:18px;
	width:95%;
	padding:0 0 5px 0;
}
.vertical {
	float: left;
	clear:both;
	width:100%;
	padding:0;
}
.accordion section p {
	font-size:0.8em;
	line-height:18px;
	width:95%;
	padding:0 0 5px 0;
}
#home-l {
	background-size:50%;
}
#pre-g {
	width:80%;
}
#pre-g span {
	margin-top:0.85em;
	font-size:1.5em;
	text-align:left;
}
#pre-r {
	width:20%;
}
#pre-r span {
	font-size:2em;
}
#projets {
	float:left;
	clear:both;
	width:100%;
	padding:0;
}
#projets #pre-g {
	width:75%;
	padding-left:5%;
}

#contact #pre-g {
	width:75%;
	padding-left:5%;
}
.logo-com {
	width:70%;
	float:left;
}
#trigger-overlay {
	height:90px;
	width: 30%;
}
.overlay nav li a {
	font-size: 0.8em;
}
.accordion section span a {
	color: transparent;
}
#no-mobile {
	display:none;
}

#adresses{
	padding:3em 5%;
	width:90%;
	float:left;
}

#formulaire{
	padding:3em 5%;
	width:90%;
	float:left;
	color:#fff;
}
}
