@charset "UTF-8";
/* Body */
body {
	font-family: lato;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}
.container_form {
	margin-top: 50px;
	
	margin-right: auto;
	float: left;
  max-width: 400px;
	margin-left: 32%;
	
	vertical-align: middle;
	  border-radius: 0px;
  background-color: #f2f2f2;
  padding: 20px;
	border: solid 1px #C9C6C6;
}
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
	
  width: 400px; /* Full width */
  padding: 10px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 0px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 1px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}
input[type=text]:hover{
	border: solid 1px #00CBFF;
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color:#0ECFF8;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #06B7DC;
}

/* Navigation */
header {
	
	width: 100%;
	height: 100px;
	float: left;
	background-color: #FFFFFF;
	position: fixed;
	z-index: 1000;
	opacity: 0.9;
	filter: alpha(opacity=50);
	
	
}
.logo {
	background: #FFFFFF;
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 15px;
	line-height: 2em;
	
}
.logo img{
	
	max-width: 15%;
	float: left;
	
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	line-height: 2em;
	margin-right: 55px;
}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color:#001A6F;
	text-decoration: none;
	
}
ul li:hover a {
	color: #2C9AB7;
}
.hero_header {
	color: #010089;
	background:linear-gradient(to left,transparent,white,white, transparent);
	font-size: 48px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}
/* Hero Section */
.hero {
	background-color: #2D9AB7;
	background-image: url(../image/connect-20333_1280.jpg);
	height: 400px;
	
	background-size: cover;
	background-repeat: no-repeat;
	
	padding-top: 150px;
	padding-bottom: 0px;
}
.light {
	font-weight: bold;
	color:#00BBFF;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	
	
	margin-left: 20px;
	text-align: justify;
	font-weight:inherit;
	font-size: 20px;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color:#000000;
	margin-top: -5px;
	border-left: #FFFFFF 1px solid;
}

.about {
	
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	display: inline-block;
	background:linear-gradient(to right,transparent,#ECECEC,white) ;
	margin-top: 0px;
	margin-left: 25%
	
}
/* Stats Gallery */
.stats {	
	color:#ABABAB;
	font-size: 15px;
	
	
	
		
}

.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background: #E5EBF8;
	
	
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.thumbnail {
	width: 33%;
	
	text-align: center;
	float: left;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	

}
.thumbnail img{
	max-width: 40px;
	max-height: 30px;
	
			
}
.gallery h2{
	text-align: center;
	font-size: 31px;
	color: #001B66;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #52BAD5;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	background-image: url(../image/connect-20333_1280.jpg);
	height: 250px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.banner a{
	text-decoration: none;
}
.parallax {
	color: #21B6FF;
	text-align: right;
	padding-right: 100px;
	padding-top: 30px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FF9731;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}

.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
#monBouton{
	background: #FFFFFF;
	width: 40px;
	border-radius: 8px;
	border: 1px solid #BCB5B6;
	height: 40px;
	float: right;
	font-size: 40px;
	color: #FB9F4F;
	margin-bottom: 10px;
	text-decoration: none;
	
}
#monBouton:hover {
	color: #E0E0E0;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 100px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}

.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.button1 {
	width: 200px;
	
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 70%;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #F79772;
	background-color: #FF802B;
	color: #ffffff;
	transition: all 0.3s linear;
}



.button1:hover {
	background-color: #FEFEFE;
	color: #FF802B;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #646262;
	padding-top: 60px;
	padding-bottom: 200PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
	
}
.footer_banner a{
	
	text-decoration: none;
	color: #ffffff;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}
.liens{
	cursor: pointer;
	color: #FFFFFF;
	margin: auto;
	margin-left: 10%;
}

.encart{
	
	width: 25%;
	float: left;
	margin-bottom: 60px;
	
}
/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
	
}
	.encart{float: none;
	display: none;
	}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
	float: none;
}
	.logo img{
		float: none;
		min-width: 30%;
	}
	.about{
		margin-left: 0px;
		
	}
	
	header{
		position: relative;
		float: none;
		height: 60px;
		margin-bottom: 20px;
		
	}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #52bad5;
}
header nav ul {
	padding: 0px;
	float: none;
	
	
	
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
	.hero_header{
		
		font-size: 38px;
	}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.container_form{
		margin-left: 0px;
		
		
	}
input[type=text], select, textarea {
	
  width: 300px; /* Full width */
  padding: 10px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 0px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 1px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}	
.footer_column {
	width: 100%;
	margin: 0px;
	float: none;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 100%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
	.footer_banner{
		font-size: 10px;
	}
.copyright{
	font-size: 10px;
	
	}	
.footer_column {
	width: 100%;
}
	.button1{
		margin-left: auto;
		margin-right: auto;
		float: none;
	}	
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
	nav {
		width:80%;
		margin-right: 30px;
		
	}	
.button1{
		margin-left: auto;
		margin-right: auto;
		float: none;
	}
	.parallax{
		text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
	}	
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}
