@charset "UTF-8";
/*
Bleu gris   : #7D98AA
*/
a:link {
	color:#363B3A;
	text-decoration:none;
	outline:none;
}
a:visited {
	color:#363B3A;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#363B3A;
	text-decoration:underline;
	outline:none;
}
a:active {
	color:#363B3A;
	text-decoration:none;
	outline:none;
}
#animated1 {
	vertical-align: top;
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s;
}
#animated2 {
	vertical-align: top;
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s;
}
.banner h1{
	border-bottom: none !important;
	color:#000000;
	text-shadow:0px 0px 5px #FFFFFF;
	-o-text-shadow:0px 0px 5px #FFFFFF;
	-moz-text-shadow:0px 0px 5px #FFFFFF;
	-webkit-text-shadow:0px 0px 5px #FFFFFF;
}
body {
	padding:0;
	margin:0;
	background-position:center top;
	background-size:cover;
}
body,div,td,span,label,legend {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	box-sizing:border-box;
}
.contact-map{
	width: 100vw;  
    height: 56.25vw;
}
.demande_info {
	text-align: center;
	display: block;
	background:#2EA7E2 url(../img/bt-triangle-blanc.png) no-repeat;
	color: #FFFFFF !important;
	padding:10px 0px;
	font-size:18px;
	transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	width:100%;
	background-position:4%;
}
.demande_info:hover {
	background:#EA0080 url(../img/bt-triangle-blanc.png) no-repeat;
	color:#FFFFFF !important;
	text-decoration:none;
	background-position:8%;
}
.head {
	background:#C8E8E7;
}
img {
	border:none;
}
input[type=color] {
	height: 36px;
}
h1 {
	color:#606060;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	padding-bottom:10px;
	margin-top: 20px;
	font-weight:normal;
	font-size:30px;
	margin-bottom:10px;
	width:100%;
	border-bottom:solid 1px #363B3A;
}
h2 {
	color:#606060;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:25px;
	margin-bottom:10px;
}
.head-contact img {
	margin-bottom: -3px;
	margin-right: 5px;
}
.head-top {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px;
}
.ligne {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	border:#CCCCCC dotted 1px;
	font-size:14px;
	margin-bottom:20px;
	overflow:hidden;
	background:rgba(234,234,234,0.75);
	transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
}
.ligne:hover {
	border:#666666 solid 1px;
	background:#E2E2E2;
}
.produit_photo{
	background-size: cover !important;
}
tr.unsurdeux:nth-child(even) {
	background-color:#F2F2F2;
}
tr.unsurdeux:nth-child(odd) {
	background-color:#E2E2E2;
}
tr.unsurdeux:hover {
	background-color:#7D98AA;
	color:#FFFFFF !important;
}

@media (min-width: 1000px) {
	/* CSS desktop */
	.banner h1{
		margin-left: 30px;
		margin-top: 30px;
	}
	.column_left {
		width:240px;
		float:left;
		transition: all .3s ease-in-out 0s;
		-o-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		-webkit-transition: all .3s ease-in-out 0s;
	}
	.column_right {
		width:240px;
		margin-left:20px;
		line-height:110%;
		float:right;
		background:#E2E2E2;
		padding:10px;
		transition: all .3s ease-in-out 0s;
		-o-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		-webkit-transition: all .3s ease-in-out 0s;
	}
	.column_right_table {
		width:370px;
		line-height:110%;
		float:right;
		transition: all .3s ease-in-out 0s;
		-o-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		-webkit-transition: all .3s ease-in-out 0s;
		overflow: hidden;
	}
	.contact {
		width:200px !important;
	}
	.content_right {
		width:720px;
		background:rgba(255,255,255,0.5);
		padding:30px; float:right;
		overflow:hidden;
		font-size:14px;
		transition: all .3s ease-in-out 0s;
		-o-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		-webkit-transition: all .3s ease-in-out 0s;
	}
	.content {
		background:#FFFFFF;
		width:1000px;
		overflow:hidden;
		margin:auto;
		padding:20px;
		box-sizing:border-box;
	}
	.head_banner {
		width:1000px;
		overflow:hidden;
		margin:auto;
		position:relative;
	}
	.head_title {
		margin-bottom:-80px;
		margin-top:20px;
		margin-left:20px;
		font-size:50px;
		z-index:2;
		position:relative;	
		color:#FFFFFF;
		text-shadow:0px 0px 8px #333;
		-o-text-shadow:0px 0px 8px #333;
		-moz-text-shadow:0px 0px 8px #333;
		-webkit-text-shadow:0px 0px 8px #333;
	}
	.head-contact{
		float: right;
		margin-bottom: 0px;
		text-align: right;
	}
	.head-top {
		font-size: 20px;
	}
	.image_admin {
		float:right;
		width:250px;
	}
	input[type=text],input[type=password],input[type=file],input[type=email],input[type=date],input[type=color],select {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
		padding: 8px;
		margin-bottom:8px;
		width:350px;
		border:solid #363B3A 1px;
	}
	input[type=checkbox],input[type=radio] {
		margin-bottom:8px;
	}
	input[type=submit],button {
		margin-left:200px;
		border:solid #363B3A 1px;
		background:#4E6266;
		color:#FFFFFF;
		padding:5px 15px;
		box-sizing:border-box;
		font-size:16px;
	}
	label {
		width:180px;
		float:left;
		text-align:right;
		margin-right:20px;
	}
	.contact-form label {
		width:250px;
		float:left;
		text-align:right;
		margin-right:20px;
	}
	.contact-form input[type=submit],button {
		margin-left:270px !important;
	}
	.mobile_only {
		display:none;
	}
	.tabactive {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:16px;
		float:left;
		text-align:center;
		-moz-border-top-left-radius:8px;
		-moz-border-top-right-radius:8px;
		-webkit-border-top-left-radius:8px;
		-webkit-border-top-right-radius:8px;
		border-top-left-radius:8px;
		border-top-right-radius:8px;
		background:#FFFFFF;
		border-top:#999999 solid 1px;
		border-left:#999999 solid 1px;
		border-right:#999999 solid 1px;
		z-index:10;
		padding:5px 15px 5px 15px;
		margin-right:6px;
		font-weight: bold;
	}
	.tabactive a {
		color:#000000 !important;
	}
	.tabinactive {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:16px;
		float:left;
		text-align:center;
		-moz-border-top-left-radius:8px;
		-moz-border-top-right-radius:8px;
		-webkit-border-top-left-radius:8px;
		-webkit-border-top-right-radius:8px;
		border-top-left-radius:8px;
		border-top-right-radius:8px;
		background:#E2E2E2;
		border-top:#999999 solid 1px;
		border-left:#999999 solid 1px;
		border-right:#999999 solid 1px;
		padding:5px 15px 5px 15px;
		margin-right:6px;
	}
	.tagline {
		margin-bottom:0px;
		text-shadow:0px 0px 5px #FFFFFF;
		-o-text-shadow:0px 0px 5px #FFFFFF;
		-moz-text-shadow:0px 0px 5px #FFFFFF;
		-webkit-text-shadow:0px 0px 5px #FFFFFF;
	}
	textarea {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
		padding: 8px;
		margin-bottom:8px;
		width:350px;
		border:solid #363B3A 1px;
	}
}
@media (max-width: 1000px) {
	/* CSS mobile */
	.banner h1{
		margin-left: 10px;
		margin-top: 10px;
		font-size: 20px;
	}
	.column_left {
		width:100%;
		float:none;
		transition: all .3s ease-in-out 0s;
		-o-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		-webkit-transition: all .3s ease-in-out 0s;
		margin-bottom:20px;
	}
	.column_right {
		width:100%;
		float:none;
		transition: all .3s ease-in-out 0s;
		-o-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		-webkit-transition: all .3s ease-in-out 0s;
		background:#E2E2E2;
		padding:10px;
		margin-bottom:20px;
	}
	.column_right_table {
		width:100%;
		float:none;
		transition: all .3s ease-in-out 0s;
		-o-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		-webkit-transition: all .3s ease-in-out 0s;
		background:#E2E2E2;
		overflow: hidden;
	}
	.content_right {
		width:100%;
		background:rgba(255,255,255,0.5);
		padding:20px;
		float:none;
		overflow:hidden;
		font-size:14px;
		transition: all .3s ease-in-out 0s;
		-o-transition: all .3s ease-in-out 0s;
		-moz-transition: all .3s ease-in-out 0s;
		-webkit-transition: all .3s ease-in-out 0s;
	}
	.content {
		background:rgba(255,255,255,0.75);
		width:100%;
		overflow:hidden;
		padding:20px;
		box-sizing:border-box;
	}
	.desktop_only {
		display:none;
	}
	.famille_new {
		text-align:left;
	}
	.footer {
		line-height: 30px;
	}
	.footer a:hover{
		background: #363B3A;
	}
	.head-contact{
		float: none;
		margin-bottom: 5px;
		text-align: center;
	}
	.head-top {
		font-size: 16px;
		text-align: center;
	}
	.image_admin {
		margin:auto;
		width:200px;
		margin-bottom:10px;
	}
	input[type=text],input[type=password],input[type=file],input[type=email],input[type=date],input[type=color],select {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
		margin-bottom:8px;
		border:solid #363B3A 1px;
		width:100%;
		display:block;
	}
	input[type=submit],button {
		border:solid #363B3A 1px;
		background:#4E6266;
		color:#FFFFFF;
		padding:1px 10px;
		box-sizing:border-box;
		width:100%;
		font-size:16px;
	}
	label {
		width:100%;
		float:none;
		display:block;
		text-align:center;
		margin-right:0px;
	}
	.tabactive {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:16px;
		float:none;
		text-align:center;
		background:#FFFFFF;
		border-top:#999999 solid 1px;
		border-right:#999999 solid 1px;
		border-left:#999999 solid 1px;
		padding:5px 0px;
		font-weight: bold;
	}
	.tabactive a {
		color:#000000 !important;
	}
	.tabinactive {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:16px;
		float:none;
		text-align:center;
		background:#E2E2E2;
		border-top:#999999 solid 1px;
		border-right:#999999 solid 1px;
		border-left:#999999 solid 1px;
		padding:5px 0px;
	}
	.tagline {
		margin-bottom:0px;
		text-shadow:0px 0px 5px #FFFFFF;
		-o-text-shadow:0px 0px 5px #FFFFFF;
		-moz-text-shadow:0px 0px 5px #FFFFFF;
		-webkit-text-shadow:0px 0px 5px #FFFFFF;
	}
	textarea {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
		padding: 8px;
		margin-bottom:8px;
		border:solid #363B3A 1px;
		width:100%;
		display:block;
	}
	.footer a {
		display: block;
	}
}