@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	18;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
.bouton {
	text-align: center;
	color: #FFFFFF;
	background-color: #B49D29;
	border: 1px solid #A49237;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
}
.bouton a {
	color: #FFFFFF;
	text-decoration: none;
}
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}
.img1 {
	float: left;
	width: 33%;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #929292;
}

.img2 {
	width: 100%;
	border: 1px solid #929292;
}
.fantome {
	display: block;
}
.sombre {
	-webkit-box-shadow: 2px 2px 4px hsla(0,0%,0%,0.47);
	box-shadow: 2px 2px 4px hsla(0,0%,0%,0.47);
}
.titre1 {
	font-size: 20px;
	color: #D4C05A;
	text-shadow: 0px 0px;
}
.titre4 {
	font-size: 20px;
	color: #B49D29;
	text-shadow: 0px 0px;
	text-transform: uppercase;
}
.titre2 {
	font-size: 16px;
	color: #F58E00;
	text-shadow: 0px 0px;
}
.titre2b {
	font-size: 20px;
	color: #F58E00;
	text-shadow: 0px 0px;
	text-transform: uppercase;
}
.titre3 {
	color: #4F4F4F;
	font-weight: bold;
}
.texte_petit {
	font-size: 14px;
	color: #EC8D06;
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.9666%;
	padding-left: 1.5166%;
	padding-right: 1.5166%;
	clear: none;
	float: none;
}
#cabecera {
	z-index: 10;
	position: relative;
}
#language {
	background-color: #554635;
	width: 100%;
	text-align: center;
	height: 40px;
	padding-top: 10px;
	border-bottom: 3px solid #DFDFDF;
	position: relative;
}
#container_menu {
	margin-top: 10px;
	z-index: 10;
}
#fantome1 {
	display: none;
}
.fantome2 {
	display: none;
}
#logo {
	background-color: #554635;
	text-align: center;
	background-image: -webkit-linear-gradient(270deg,rgba(85,70,53,1.00) 0%,rgba(207,195,177,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(85,70,53,1.00) 0%,rgba(207,195,177,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(85,70,53,1.00) 0%,rgba(207,195,177,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(85,70,53,1.00) 0%,rgba(207,195,177,1.00) 100%);
}
#logo img {
	width : 300px
}
#div1 {
}
#cabecera2 {
	clear: both;
	margin-top: 248px;
	position: relative;
	border-bottom: 5px solid #5E5556;
}
#container_fond {
}
#div2 {
}
#img_fon_cabecera {
}
#container_principal {
}
#slogan {
	position: absolute;
	width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
	top: 60px;
}
#slogan img {
	width: 60%;
	border-radius: 50%;
	border: 5px solid #FFFFFF;
	background-image: -webkit-linear-gradient(270deg,rgba(207,195,177,1.00) 0%,rgba(236,236,236,1.00) 62.18%,rgba(229,229,229,1.00) 97.41%);
	background-image: -moz-linear-gradient(270deg,rgba(207,195,177,1.00) 0%,rgba(236,236,236,1.00) 62.18%,rgba(229,229,229,1.00) 97.41%);
	background-image: -o-linear-gradient(270deg,rgba(207,195,177,1.00) 0%,rgba(236,236,236,1.00) 62.18%,rgba(229,229,229,1.00) 97.41%);
	background-image: linear-gradient(180deg,rgba(207,195,177,1.00) 0%,rgba(236,236,236,1.00) 62.18%,rgba(229,229,229,1.00) 97.41%);
	margin-top: -31px;
	z-index: 200;
	-webkit-box-shadow: 2px 2px 3px hsla(0,0%,0%,0.40);
	box-shadow: 2px 2px 3px hsla(0,0%,0%,0.40);
	background-color: #cfc3b1;
	}
.img_cabecera {
	height: 100%;
	width: auto;
}
#bloc1 {
	width: 96%;
	margin-top: 65%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
#bloc2 {
	width: 96%;
	margin-top: 4%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
#bloc_massage {
	border-top: 4px solid #5E5556;
	margin-top: 4%;
}
#texte_intro {
	margin-top: 68%;
}
#form1 {
	clear: none;
	margin-top: 2%;
	margin-bottom: 2%;
}
#pied {
	margin-top: 10%;
	position: relative;
	background-color: #584e42;
	height: 200px;
}
#rond_peid {
	content: "";
	/* position: absolute; */
	display: block;
	margin-top: 0px;
	width: 80%;
	height: 0;
	padding-top: 80%;
	/* background: #4679BD; */
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 10%;
	top: -50px;
	background-image: -webkit-linear-gradient(270deg,rgba(131,131,131,1.00) 0%,rgba(236,236,236,1.00) 21.25%,rgba(255,255,255,1.00) 48.19%,rgba(229,229,229,1.00) 77.72%,rgba(131,131,131,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(131,131,131,1.00) 0%,rgba(236,236,236,1.00) 21.25%,rgba(255,255,255,1.00) 48.19%,rgba(229,229,229,1.00) 77.72%,rgba(131,131,131,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(131,131,131,1.00) 0%,rgba(236,236,236,1.00) 21.25%,rgba(255,255,255,1.00) 48.19%,rgba(229,229,229,1.00) 77.72%,rgba(131,131,131,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(131,131,131,1.00) 0%,rgba(236,236,236,1.00) 21.25%,rgba(255,255,255,1.00) 48.19%,rgba(229,229,229,1.00) 77.72%,rgba(131,131,131,1.00) 100%);
	margin-top: -31px;
	z-index: 200;
	-webkit-box-shadow: 2px 2px 3px hsla(0,0%,0%,0.40);
	box-shadow: 2px 2px 3px hsla(0,0%,0%,0.40);
	border: 10px solid #FFFFFF;
}
#texte_rond {
	text-align: center;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	margin-top: -76%;
}
#omline {
	display: none;
	color: #FFFFFF;
	font-size: 12px;
	width: 98%;
	padding-left: 2%;
	position: absolute;
	top: 10px;
}
#omline a {
	color: #FFFFFF;
	text-decoration: none;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 699px) {

.gridContainer {
	width: 91.45%;
	padding-left: 0.775%;
	padding-right: 0.775%;
	clear: none;
	float: none;
	margin-left: auto;
}
#cabecera {
	position: relative;
}
#language {
	height: 41px;

}
#container_menu {
	margin-top: 10px;

}
#fantome1 {
	display: none;
}
.fantome {
	display: block;
}
.fantome2 {
	display: none;
}
#logo {

}
.img2 {
	float: left;
	width: 33%;
	margin-bottom: 10px;
	margin-right: 10px;
}
#logo img {
	width : auto;
}
#div1 {
}
#cabecera2 {
	clear: both;
	margin-top: 322px;
	position: relative;
}
#container_fond {
}
#div2 {
}
#img_fon_cabecera {
}
#container_principal {
	clear: both;
}
#slogan {
	position: absolute;
	width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
	top: 69px;
}
#slogan img {
	width: 30%;
}
.img_cabecera {
	height: 100%;
	width: auto;
}
#bloc1 {
	margin-top: 25%;
}
#bloc2 {

}
#bloc_massage {
}
#texte_intro {
	margin-top: 27%;
}
#form1 {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
#pied {
	margin-top: 10%;
}
#rond_peid {
	width: 30%;
	height: 0;
	padding-top: 30%;
	left: 35%;
}
#texte_rond {
	margin-top: -76%;
}
#omline {
	display: block;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1169px) {

.gridContainer {
	width: 61%;
	max-width: 1232px;
	padding-left: 0.5%;
	padding-right: 0.5%;
	margin: auto;
	clear: both;
	float: none;
	margin-left: 28%;
	margin-right: 10%;
}
#cabecera {
	position: fixed;
}
#language {
	height: 41px;
	text-align: right;
	position: fixed;
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 10px;
}
#container_menu {
	max-width: 300px;
	margin-top: -10px;
	width: 20%;
	top: 0px;
	min-width: 200px;
	-webkit-box-shadow: 3px 0 0 hsla(0,0%,0%,0.45);
	box-shadow: 3px 0 0 hsla(0,0%,0%,0.45);
}
#fantome1 {
	display: block;
}
.fantome2 {
	display: block;
}
#logo {
	display: block;
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
}
#div1 {
	width: 20%;
	clear: none;
}
#cabecera2 {
	margin-top: 41px;
	position: relative;

}
#container_fond {
	width: 60%;
	clear: none;
	position: relative;
	margin-left: 48%;
}
#div2 {
	width: 20%;
	clear: none;
}
#img_fon_cabecera {
	width: 60%;
	position: absolute;
	left: 20%;
	top: 0%;
	
}
#img_fon_cabecera img {
	border-bottom: 3px solid #F18D00;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    margin-top: -11%;
	
}
.fantome {
	display: none;
}
#container_principal {
	clear: both;
	margin-top: 50px;
}
#slogan {
	position: absolute;
	width: 100%;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: left;
	top: 30%;
}
#slogan img {
	width: 17%;
	height: auto;
	margin-left: 50.5%;
	
}
.img_cabecera {
	height: auto;
	width: 100%;
}
#bloc1 {
	margin-top: 2%;
	width: 44%;
	margin-right: 2%;
}
#bloc2 {
	margin-top: 2%;
	width: 43.7%;
	margin-right: 2%;
	clear: none;
	border-left: 1px dashed #828282;
}
#bloc_massage {
}
#texte_intro {
	margin-top: 4%;
}
#form1 {
}
#pied {
	border-top: 3px solid #DFDFDF;
	margin-top: 4%;
}
#rond_peid {
	margin-top: 0px;
	width: 17%;
	height: 0;
	padding-top: 17%;
	left: 50.5%;
}
#texte_rond {
	margin-top: -75%;
}
#omline {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
