body {
	background-color: #f0f0f0;
	margin: 0;
	font-family: 'Open Sans';
	font-size: 14px;
	margin-top: 50px;
}
/* HEADER */
header {
	z-index: 99;
	position: fixed;
	top:0px;
	left: 0px;
	background-color: #37404a;
	width: 100%;
	height: 40px;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
}
header a {
	color: #ffffff;
	text-decoration: none;
}
#brand, header nav {
	margin-left: 20px;
	height: 100%;
	display: inline-block;
	vertical-align: bottom;
}
#brand-img {
	margin: 5px;
	height: 60%;
	float: left;
}
#brand h1 {
	padding: 0px 0px 0px 10px;
	vertical-align: middle;
	margin: 0;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
	display: inline-block;
}
nav ul li {
	list-style-type: none;
	display: inline-block;
	padding: 0px 15px 0px 15px;
}
nav ul li a{
	width: 100%;
	height: 100%;
	text-decoration: none;
}
nav ul li a:hover, .active a {
	color: #19d1d1;
	text-decoration: none;
}
.right {
	float: right;
	height: 100%;
	margin-right: 20px;
}
.right img {
	padding-top: 50%;
	height: 50%;
}
/* HEADER END */
/* NAV MENU */
header nav .menu2-link {
	display: none;
	margin-top: 33%;
}

.panel-nav {
    position: fixed;
    left: -15.625em; /*right or left and the width of your navigation panel*/
    width: 15.625em; /*should match the above value*/
}
.panel-nav {
	background-color: #37404a;
	color : #ffffff;
	padding-top: 50px;
	z-index: 98;
}
.panel-nav a {
	color : #ffffff;
}
.panel-nav ul {
	padding: 0;
	margin: 0;
	padding-top: 1em;
}
.panel-nav ul > li {
	display: block;
	padding: 0;
	overflow: hidden;
	border-bottom: 1px solid #48535f;
}
.panel-nav ul > li:first-of-type {
	border-top: 1px solid #48535f;
}
.panel-nav ul > li > a {
	display: block;
	padding: 1em 5em;
}
/* END NAV MENU */
/* USER MENU */
.panel-user {
	background-color: #37404a;
	color : #ffffff;
	padding-top: 50px;
	z-index: 98;
}
.panel-user .message {
	text-align: center;
	visibility: visible;
	opacity: 1;
	transition: opacity .5s linear, visibility 0s linear .5s;
}
.panel-user .message.hidden {
	visibility: hidden;
	opacity: 0;
}
.panel-user .message.error {
	color: #ff4500;
}
.panel-user a {
	color : #ffffff;
}
.panel-user h2 {
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.panel-user form {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.panel-user form label {
	width: 100%;
}
.panel-user form input {
	width: 100%;
	height: 2em;
	margin: 5px 0px 15px 0px;
	border: none;
	padding: 5px 0px 5px 0px;
	border-left: 3px solid #19d1d1;
	display: block;
}
.panel-user button h3 {
	-webkit-margin-before: 0.5em;
    -webkit-margin-after: 0.5em;
}
.panel-user button {
	display: block;
	width: 100%;
	border: none;
	background-color: #f0f0f0;
}
.panel-user p {
	text-align: center;
}
.panel-user form p {
	text-align: right;
}
.panel-user .profil {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 50px;
}
.panel-user .profil img {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: #37404a;
}
.panel-user .profil .zone {
	width: 100%;
	border : 1px solid #ffffff;
	margin-top: 20px;
}
.panel-user .profil .zone:hover {
	cursor: pointer;
}
.panel-user .profil .zone img {
	width: 48px;
	height: 48px;
	position: relative;
	left: -50%;
	top:5px;
}
.panel-user .profil a {
	text-decoration: none;
}
.panel-user .profil .zone p {
	margin-top: calc(-24px - 0.6em);
	font-size: 1.2em;
}
/* USER MENU END */
/* SECTION */
section {
	width: 100%;
}
section .content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
section .content h1, section .content h2, section .content h3 {
	color : #37404a;
	text-transform: uppercase;
	text-align: center;
}
.rounded-icon {
	background-color: #37404a;
	border-bottom: 3px solid #19d1d1;
	border-right: 3px solid #19d1d1;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}
.rounded-icon img {
	width: 60%;
	padding: 20%;
}
.div-33 {
	display: inline-table;
	width: 33%;
	text-align: center;
	vertical-align: top;
}
.div-33 p {
	padding: 0px 10px 0px 10px;
}
/* Accueil */
.accueil-img {
	width: 100%;
	height: 60vh;
	background-image: url('../img/head-img.png');
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.message {
    padding: 10px;
}
.message.error, .error-message {
    color: #ff4500;
}
.grecaptcha-badge {
    margin: 0 auto 15px auto;
}
/* End Accueil */
/* Services */
.service {
	width: calc(48% - 2px);
	vertical-align: top;
	margin: 1%;
	margin-top: 110px;
	background-color: #FAFAFA;
	border: 1px solid #e6e6e6;
	border-bottom: 3px solid #37404a;
	flex: 1;
}
.service-row {
	width: 100%;
	display: flex;
}
.logo-service {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	position: relative;
	left: calc(50% - 100px);
	top:-100px;
	background-color: #F4F4F4;
	border: 1px solid #e6e6e6;
	box-shadow: 5px 5px 5px #e6e6e6;
}
.service-content {
	margin-top: -100px;
}
.service-content p {
	padding: 10px;
	text-align: justify;
}
.service-medias {
	float: bottom;
	text-align: right;
	margin: 10px 10px 10px 0px;
}
.service-medias img {
	width: 32px;
	height: 32px;
}
.service-medias img:hover {
	width: 32px;
	height: 32px;
}
/* End Services */
/* Equipe */
.team {
	width: 70%;
	display: inline-block;
	vertical-align: top;
}
.team .member {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}
.team .member h3,.team .member h5 {
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin-left: 100px;
}
.team .member h3 {
	text-align: left;
}
.team .member h4 {
	font-weight: bold;
}
.team .member img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #37404a;
	box-shadow: 5px 5px 5px #e6e6e6;
	float: left;
}
.team-menu {
	list-style-type: none;
}
.team-menu li {
	display:inline-block;
}
.team-menu li a {
	color: black;
	text-align: center;
	vertical-align: top;
	display: inline-block;
	height: 20px;
	padding: 10px;
	border: none;
	border-bottom: 5px solid #37404a;
    text-decoration: none;
}
.team-menu  .ui-state-active a {
	border-bottom: 5px solid #19d1d1;
}
a:focus {
	outline: 0;
}
.recrutement {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}
.recrutement p {
	text-align: justify;
}
.recrutement button, #contact button, .poste-recrutement button {
	display: block;
	width: 100%;
	height: 50px;
	border: none;
	background-color: #37404a;
	border-right: 7px solid #19d1d1;
	border-bottom: 5px solid #19d1d1;
	-webkit-transform: skew(45deg);
    -moz-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
    -webkit-transform-origin: center left;
    -moz-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
}
button:hover {
	cursor: pointer;
}
.recrutement button h3, #contact button h3, .poste-recrutement button h3 {
	color : #ffffff;
	text-align: center;
	vertical-align: top;
	-webkit-transform: skew(-45deg);
    -moz-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
}
/* End Equipe */
/* Partenaires */
#partenaires {
	text-align: center;
}
#partenaires a {
	text-decoration: none;
}
#partenaires .div-20 img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: #37404a;
	border: 1px solid #e6e6e6;
	box-shadow: 5px 5px 5px #e6e6e6;
}
.div-20 {
	display: inline-table;
	width: 20%;
	text-align: center;
	vertical-align: top;
	margin: 0 2.5em;
}
.div-20 p {
	padding: 0px 10px 0px 10px;
}

/* End Partenaires */
/* Contact */
#contact form {
	width: 100%;
}
#contact form label {
	width: 100%;
	margin-left: 10px;
}
#contact form input, #contact form textarea {
	width: 100%;
	height: 2em;
	border-radius: 0px 10px 10px 0px;
	border: none;
	padding: 5px;
	border-left: 3px solid #37404a;
}
#contact form .input {
    margin: 5px 0px 15px 10px;
}
#contact form textarea {
	height: 10em;
}
.div-50 {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	min-width: 400px;
}
#contact p {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
/* End Contact */
/* Page */
.page {
	margin-top: 15vh;
	margin-bottom: 10vh;
	min-height: 60vh;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FAFAFA;
	border-bottom: 3px solid #37404a;
}
.page .content {
	padding: 20px;
}
.page .content p,.page .content h1 {
	text-align: justify;
}
.page .content h3 {
	padding-top: 10px;
}
.page .content h1 {
	font-size: 2.5em;
}
.page .content a {
	color: #37404a;
}
.page .content a:hover{
	color : #19d1d1;
}
.page-recrutement {
	margin-top: 15vh;
	margin-bottom: 10vh;
	min-height: 60vh;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.page-recrutement .poste-recrutement{
	background-color: #FAFAFA;
	border-bottom: 3px solid #37404a;
	margin-bottom: 50px;
}
.logo-recrutement {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	position: relative;
	left: -100px;
	top: 20px;
	background-color: #F4F4F4;
	border: 1px solid #e6e6e6;
	box-shadow: 5px 5px 5px #e6e6e6;
	display: inline-block;
	vertical-align: top;
}
.page-recrutement .poste-recrutement .content {
	padding: 20px;
	width: calc(100% - 250px);
	display: inline-block;
}

.poste-recrutement button {
	width: 40%;
}
/* END SECTION */
/* FOOTER */
.footer {
	width: 100%;
	height: auto;
	margin-left: 0;
	margin-bottom: 0;
	background-color: #FAFAFA;
	border-top: 1px solid #e6e6e6;
	margin-top: 50px;
	padding-bottom: 20px;
	text-align: center;
}
.footer h3 {
	text-align: left;
	text-transform: uppercase;
	padding: 10px 0px 0px 10px;
}
.footer ul {
	padding: 0px 0px 10px 10px;
	text-align: left;
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    min-width: 200px;
}
.footer ul li {
	list-style-type: none;
}
.footer a{
	text-decoration: none;
	color : #37404a;
}
.footer a:hover{
	color : #19d1d1;
}

.footer .div-20 p {
	text-align: left;
}

#socials li {
	display: inline-block;
}

/* END FOOTER */
/* RESPONSIVE */
@media only screen and (max-width: 1000px) {
	.service-row {
		display: block;
	}
	.service, .div-50, .team, .recrutement, .div-33 {
		width: 100%;
		min-width: 0px;
	}
	.recrutement {
		margin-top: 20px;
	}
	.team {
		width: 100%;
	}
	.team .member {
		width: 40%;
	}
}

@media only screen and (max-width: 720px) {
	.team .member {
		width: auto;
		min-width: 49%;
	}
}

@media only screen and (max-width: 920px) {
	header nav ul {
		display:none;
	}
	header nav .menu2-link {
		display:inline-block;
	}
	header #brand h1 {
		font-size: 1.1em;
		margin-top: 0.33em;
	}
}
/* END RESPONSIVE */