body {
	background-color: #FBFBFB;
	margin: 0;
}

html {
	opacity: 0;
  	-webkit-font-smoothing: antialiased;
}

.opaPag {
	opacity: 1;
	transition: 1s;
  	-webkit-transition: 1s;
  	-o-transition: 1s;
}

/*Menu*/
.posLogo {
	float: left;
	margin-top: 30px;
}

@keyframes animateleft{from{
	left:-100px;
	opacity:0;
	} to{
		left:0;
		opacity:1;
	}
}

.animate-left {
	animation:animateleft 1.5s;
	position:relative;
}

@keyframes animateright{from{
	opacity:0;
	right:-200px;
	} to{
		opacity:1;
		right:0;
		}
}

.animate-right {
	animation:animateright 1.5s;
	position: relative;
}

.navbar {
    background: url(../images/fond_menu.webp);
	height: 150px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    border: none;
	font-family: 'Work Sans', sans-serif;
	letter-spacing: 1px;
	margin-top: 25px;
	position: relative;
	text-align: right;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.navbar li {
	margin-top: 50px;
	padding: 10px;
}

.navbar ul {
  list-style-type: none;
}

.navbar a {
  	color: #666;
	text-decoration: none;
  	transition: 0.3s;
  	-webkit-transition: 0.3s;
  	-o-transition: 0.3s;
}

.navbar a:hover {
  	color: rebeccapurple;
	opacity: .5;
}

.menuSmall {
	opacity: .7;
	cursor: pointer;
	transition: 0.3s;
  	-webkit-transition: 0.3s;
  	-o-transition: 0.3s;
}

.menuSmall:hover {
	opacity: 1;
}

.menuSmall img {
	margin-right: 20px;
	margin-top: 40px;
}

#menuSmart {
	margin-top: 15px;
	text-align: center;
}

#menuSmart div {
	padding: 10px;
}
/*Menu*/

/*Remerciements*/
	
/*Remerciements*/

/*Section*/
.section-title {
	font-family: 'Raleway', sans-serif;
	padding: 20px;
	text-align: center;
}

.section-title a {
	text-decoration: none;
}

h1 {
	color: #666;
}

h2 {
	color: #333;
	text-decoration: underline;
}

h3 {
	color: #333;
	font-family: 'Raleway', sans-serif;
	text-decoration: underline;
}

.table1, .table4, .table5 {
	border: 0;
	padding: 20px;
	text-align: center;
	width: 100%;
}

.table2 {
	border: 0;
	color: rebeccapurple;
	font-family: 'Raleway', sans-serif;
	margin-left: auto;
  	margin-right: auto;
	text-align: center;
	text-decoration: underline;
}

.table3 {
	border: 0;
	font-family: 'Raleway', sans-serif;
	margin-left: auto;
  	margin-right: auto;
	text-align: justify;
}

.table3 a {
	color: rebeccapurple;
}

.table4 td {
	padding: 10px;
}

.table4 img {
	max-width: 356px;
}

.table4 img:hover{
	-webkit-filter: hue-rotate(50deg);
	filter: hue-rotate(50deg);
	transition: .6s;
}

.table1 img, .table5 img {
	max-width: 800px;
}

.table1 img:hover, .table5 img:hover {
	-webkit-filter: hue-rotate(120deg);
	filter: hue-rotate(120deg);
	transition: .6s;
}

.table6 {
	border: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

.text_mentions {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	line-height: 22px;
	padding: 10px;
}

.text_mentions a{
	color: rebeccapurple;
	text-decoration: underline;
}

.alignText {
	vertical-align: middle;
}

.stylText {
	font-family: 'Work Sans', sans-serif;
	font-size: 14px;
	padding: 10px;
}

.cookies{
	text-align: justify;
	text-align: center;
}

.text-justify{
	font-size: 14px;
	padding: 5px 10px 10px 5px;
}

.page-content {
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}

.content-section {
	display: inline-block;
  	height: auto;
  	left: 50%;
	padding-bottom: 30px;
  	padding-top: 20px;
  	position: relative;
  	text-align: center;
	width: 100%;
  	-webkit-transform: translateX(-50%);
  	-moz-transform: translateX(-50%);
  	-ms-transform: translateX(-50%);
  	-o-transform: translateX(-50%);
  	transform: translateX(-50%);
}

.table7 {
	border: 0;
	margin-left: auto;
	margin-right: auto;
}

.table7 a {
	text-decoration: none;
}

.table7 td {
	padding: 20px;
}

.table7 img {
	max-width: 100%;
}

.table7 img:hover {
	opacity: .7;
}


h7 {
	color: #666;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
}

.feuille1 {
	vertical-align: middle;
}

.textCrea {
	color: #666;
	font-family: 'Raleway', sans-serif;
}

.textCrea a{
	color: rebeccapurple;
}

.feuille2 {
	vertical-align: middle;
	padding: 5px;
}
/*Section*/

/*Form*/
.form-control {
  	border: 1px solid #999;
	border-radius: 5px;
  	box-shadow: none;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	margin: 5px;
  	transition: all 0.4s ease-in-out;
}

.form-control:hover {
  	border-color: rebeccapurple;
}

.container {
	text-align: center;
}

input {
	height: 50px;
}

button {
	border-radius: 5px;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	width: 120px;
	height: 50px;
	margin: 10px;
}

.btnSend {
	cursor: pointer;
}

.messForm {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	text-align: center;
}
/*Form*/

/*Footer*/
#btn-up {
	cursor:pointer;
	display: none;
	opacity: .7;
	position: fixed;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

#btn-up:hover{
	opacity: 1;
}

.footer {
	margin-bottom: 50px;
}
/*Footer*/

/*Screen*/
@media only screen and (min-width:1500px){
	.hidden-xs {
		display:inline-block;
	}
  	.visible-xs {
		display:none;
	}
	.navbar {
		font-size: 20px;
	}
	.section-title {
		margin: 30px 0;
		font-size: 18px;
	}
	.td1 img {
		float: right;
	}
	.td2 img {
		float: left;
	}
	.table2 {
		font-size: 22px;
		padding: 20px;
		width: 50%;
	}
	.table3 {
		font-size: 18px;
		padding: 20px;
		width: 60%;
	}
	#btn-up {
		bottom: 50px;
		left: 50px;
	}
	.feuille {
		height: 101px;
		width: 60px;
	}
	.table6 {
		padding: 20px;
		width: 60%;
	}
	.cookies{
		font-size: 14px;
	}
	textarea {
		padding: 10px;
		width: 60%;
	}

	input {
		padding: 10px;
		width: 60%;
	}
	h7 {
		font-size: 20px;
	}
	h3 {
		font-size: 20px;
		text-align: left;
	}
	.table7 {
		width: 80%;
	}
	.table7 td {
		max-width: 200px;
		text-align: left;
	}
	.textCrea {
		font-size: 16px;
		padding: 10px;
	}
	.posLogo {
		margin-left: 180px;
	}
}

@media only screen and (min-width:1300px) and (max-width: 1499px){
	.hidden-xs {
		display:inline-block;
	}
  	.visible-xs {
		display:none;
	}
	.navbar {
		font-size: 20px;
	}
	.section-title {
		margin: 30px 0;
		font-size: 18px;
	}
	.td1 img {
		float: right;
	}
	.td2 img {
		float: left;
	}
	.table2 {
		font-size: 22px;
		padding: 20px;
		width: 50%;
	}
	.table3 {
		font-size: 18px;
		padding: 20px;
		width: 70%;
	}
	#btn-up {
		bottom: 40px;
		left: 40px;
	}
	.feuille {
		height: 101px;
		width: 60px;
	}
	.table6 {
		padding: 20px;
		width: 60%;
	}
	.cookies{
		font-size: 14px;
	}
	textarea {
		padding: 10px;
		width: 60%;
	}

	input {
		padding: 10px;
		width: 60%;
	}
	h7 {
		font-size: 16px;
	}
	h3 {
		font-size: 20px;
		text-align: left;
	}
	.table7 {
		width: 80%;
	}
	.textCrea {
		font-size: 14px;
		padding: 10px;
	}
	.table7 td {
		max-width: 200px;
		text-align: left;
	}
	.posLogo {
		margin-left: 140px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1299px){
	.hidden-xs {
		display:inline-block;
	}
  	.visible-xs {
		display:none;
	}
	.navbar {
		font-size: 18px;
	}
	.section-title {
		margin: 20px 0;
		font-size: 16px;
	}
	.td1 img {
		float: right;
	}
	.td2 img {
		float: left;
	}
	.table2 {
		font-size: 20px;
		padding: 20px;
		width: 60%;
	}
	.table3 {
		font-size: 16px;
		padding: 10px;
		width: 80%;
	}
	#btn-up {
		bottom: 30px;
		left: 30px;
	}
	.feuille {
		height: 84px;
		width: 50px;
	}
	.table6 {
		padding: 20px;
		width: 80%;
	}
	.cookies{
		font-size: 14px;
	}
	textarea {
		padding: 10px;
		width: 60%;
	}

	input {
		padding: 10px;
		width: 60%;
	}
	h7 {
		font-size: 14px;
	}
	h3 {
		font-size: 20px;
		text-align: left;
	}
	.table7 {
		width: 90%;
	}
	.textCrea {
		font-size: 12px;
		padding: 10px;
	}
	.table7 td {
		max-width: 200px;
		text-align: left;
	}
}

@media only screen and (min-width: 600px) and (max-width: 991px){
	.hidden-xs {
		display: none;
	}
  	.visible-xs {
		display:inline-block;
	}
	.section-title {
		margin: 20px 0;
		font-size: 16px;
	}
	.td1 img {
		float: right;
	}
	.td2 img {
		float: left;
	}
	.table2 {
		font-size: 20px;
		padding: 20px;
		width: 80%;
	}
	.table3 {
		font-size: 16px;
		padding: 20px;
		width: 80%;
	}
	.table7 td {
		display: block;
		text-align: center;
	}
	#btn-up {
		bottom: 20px;
		left: 20px;
	}
	.feuille {
		height: 84px;
		width: 50px;
	}
	.table6 {
		padding: 0;
		width: 90%;
	}
	.cookies{
		font-size: 14px;
	}
	textarea {
		padding: 10px;
		width: 80%;
	}

	input {
		padding: 10px;
		width: 80%;
	}
	h7 {
		font-size: 22px;
	}
	h3 {
		font-size: 18px;
		text-align: center;
	}
	.table7 {
		width: 90%;
	}
	.textCrea {
		font-size: 18px;
		padding: 10px;
	}
	.posLogo {
		margin-left: 50px;
	}
}

@media only screen and (min-width: 400px) and (max-width: 599px){
	.hidden-xs {
		display:none;
	}
  	.visible-xs {
		display:inline-block;
	}
	.section-title {
		margin: 10px 0;
		font-size: 14px;
	}
	.table4 td {
		display: block;
	}
	.table2 {
		font-size: 18px;
		padding: 10px;
		width: 90%;
	}
	.table3 {
		font-size: 14px;
		padding: 10px;
		width: 90%;
	}
	#btn-up {
		bottom: 10px;
		left: 10px;
	}
	.feuille {
		height: 67px;
		width: 40px;
	}
	.table6 {
		padding: 0;
		width: 95%;
	}
	.cookies{
		font-size: 12px;
	}
	textarea {
		padding: 5px;
		width: 90%;
	}

	input {
		padding: 5px;
		width: 90%;
	}
	h7 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
		text-align: center;
	}
	.table7 {
		width: 90%;
	}
	.table7 td{
		display: block;
		text-align: center;
	}
	.textCrea {
		font-size: 16px;
		padding: 10px;
	}
	.posLogo {
		margin-left: 10px;
	}
}

@media only screen and (max-width: 399px){
	.hidden-xs {
		display:none;
	}
  	.visible-xs {
		display:inline-block;
	}
	.section-title {
		margin: 5px 0;
		font-size: 12px;
	}
	.table4 td {
		display: block;
	}
	.table7 td {
		display: block;
	}
	.table2 {
		font-size: 16px;
		padding: 10px;
		width: 100%;
	}
	.table3 {
		font-size: 14px;
		padding: 10px;
		width: 100%;
	}
	#btn-up {
		bottom: 10px;
		left: 10px;
	}
	.feuille {
		height: 59px;
		width: 35px;
	}
	.table6 {
		padding: 0;
		width: 100%;
	}
	.cookies{
		font-size: 8px;
	}
	textarea {
		padding: 5px;
		width: 90%;
	}

	input {
		padding: 5px;
		width: 90%;
	}
	h7 {
		font-size: 20px;
	}
	h3 {
		font-size: 16px;
		text-align: center;
	}
	.table7 {
		width: 90%;
	}
	.table7 td{
		text-align: center;
	}
	.textCrea {
		font-size: 16px;
		padding: 5px;
	}
	.posLogo {
		margin-left: 10px;
	}
}
/*Screen*/

/*Fonts*/

/*Fonts*/