@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'GothamExtraLight';
    src: url('fonts/GothamExtraLight.eot');
    src: url('fonts/GothamExtraLight.eot?#iefix') format('embedded-opentype'),
         url('fonts/GothamExtraLight.ttf') format('truetype'),
         url('fonts/GothamExtraLight.svg#GothamExtraLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Light';
    src: url('fonts/Gotham-Light.eot');
    src: url('fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gotham-Light.ttf') format('truetype'),
         url('fonts/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham-Book';
    src: url('fonts/Gotham-Book.eot');
    src: url('fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gotham-Book.ttf') format('truetype'),
         url('fonts/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamBook-Italic';
    src: url('fonts/GothamBook-Italic.eot');
    src: url('fonts/GothamBook-Italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/GothamBook-Italic.ttf') format('truetype'),
         url('fonts/GothamBook-Italic.svg#GothamBook-Italic') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Gotham-Medium';
    src: url('fonts/Gotham-Medium.eot');
    src: url('fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/Gotham-Medium.ttf') format('truetype'),
         url('fonts/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'TradeGothicLTStd-Extended';
    src: url('fonts/TradeGothicLTStd-Extended.eot');
    src: url('fonts/TradeGothicLTStd-Extended.eot?#iefix') format('embedded-opentype'),
         url('fonts/TradeGothicLTStd-Extended.ttf') format('truetype'),
         url('fonts/TradeGothicLTStd-Extended.svg#TradeGothicLTStd-Extended') format('svg');
    font-weight: normal;
    font-style: normal
}
* {
     -moz-box-sizing: border-box;
     -webkit-box-sizing:border-box; 
	 box-sizing: border-box
}

html {
	max-width: 1920px;
	height: 100%;
	--text-col: rgba(102,102,102,1.00); /*rgba(125,125,114,1.00);*/
	--back-col: rgba(255,255,255,1.00);
	--back-col-menu: rgba(255,255,255,1.00);
	--font-extra-light: 'GothamExtraLight';
	--font-light: 'Gotham-Light';
	--font-book: 'Gotham-Book';
	--font-medium: 'Gotham-Medium';
	--font-italic: 'GothamBook-Italic';
}
body {
	position: relative;
	font-family: var(--font-light);
	margin: 0;
	padding: 0;
	line-height: 1em;
	height: 100%;
	max-width: 1920px;
	min-width: 320px;
	color: var(--text-col);
	background-color: var(--back-col);
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	display: inline;	
}
strong {
	font-weight: normal;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}
img[alt] {
	font-size: 0.75em
}
a:link, a:active, a:visited, a:focus {
	text-decoration: none;
	border: none;
	outline: 0;
}
a:hover {
	border: none;
	text-decoration: none;
}
input {
	color: var(--text-col);
}
textarea {
	font-family: var(--font-book);
	color: var(--text-col);
}
.cover {
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	-webkit-background-size: cover; /* pour Chrome et Safari */
	-moz-background-size: cover; /* pour Firefox */
	-o-background-size: cover; /* pour Opera */
	background-size: cover; /* version standardisée */
}
.quatre_trois {
	width: 33,33333%;
	height: 100%;
	max-width: 300px;
	
}
.enginewords {
	position: absolute;
	visibility: hidden;
}
#sociaux {
	width: 24px;
	height: auto;
	margin-top: 30px;
	position: absolute;
	right: 3%;
	z-index: 1;
}
#sociaux.floatable {
	position: fixed;
	top: 10;
	right: 0;
		}
#sociaux img {
	margin-bottom: 4px;
	width: 24px;
}
.primaryContainer {
	width: 100%;
	min-height: 100%;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	display: block;
	z-index: 1;
	top: 0;
	max-width: 1920px;
}
/*  ****************** DEBUT EN TETE ET MENUS ************************* */
header {
	width: 100%;
	min-width: 320px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;
	background-color: var(--back-col);
}
header {
	position: fixed;
	height: 60px;
}
.logo {
	display: inline-block;
	position: relative;
	width: 30%;
	height: auto;
	max-width: 300px;
	height: auto;
	z-index: 15;
	left: 0;
	top: 0;
	line-height: 110px;
	padding-left: 2%;
}
.logo img {
	width: 280px;
	height: auto;
}

.entete_droite {
	display: block;
	position: absolute;
	right: 4%;
	top: 8px;
	height: auto;
	width: 160px;
}
.conteneurdrapeaux {
	display: block;
	float: right;
	margin-left: 10px;
}
.conteneurdrapeaux img {
	width: 16px;
	margin-right: 3px;
}
#barremenutop {
	margin-top: 12px;
	float: right;
	margin-right: 0px;
	width: 100%;
	font-style: italic;
}
nav {
	position: relative;
	top:0;
	width: 76%;
	margin-top: 0px;
	display:inline-block;
	height: 100%;
	margin-left:0;
	padding-top: 14px;
	padding-left:2%;
	padding-right:2%;
	vertical-align: top;
	background-color: var(--back-col);
}

/* ******************************  M E N U   N E W **************************** */
.toggleMenu {
    display:  none;
    padding: 10px 15px;
    color: var(--text-col);
}
#menu_resp {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	font-family: 'TradeGothicLTStd-Extended';
	font-size: 0.75em;
	height: 100%;
	border-bottom: 1px solid rgba(125,125,114,0.8);

}
#menu_resp, #menu_resp ul {
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}

#menu_resp li{
	position: relative;
	left:0;
	top:0;
	z-index:1001;
	background-color: var(--back-col-menu);
	border-left: 1px solid rgba(125,125,114,0.0);
	border-right: 1px solid rgba(125,125,114,0.0);
	border-top: 1px solid rgba(125,125,114,0.0);
	width:100%;
}

#menu_resp li:hover{
	position:relative;
	-webkit-box-shadow: 1px 0px 2px rgba(0,0,0,0.10);
	box-shadow: 1px 0px 2px rgba(0,0,0,0.10);
	margin-bottom: -0px;
	margin-left: 0px;
	margin-right: 0px;
	border-left: 1px solid rgba(125,125,114,0.08);
	border-right: 1px solid rgba(125,125,114,0.08);
	border-top: 1px solid rgba(125,125,114,0.08);
}
#menu_resp ul li{
	display:inherit;
	border-radius:0;
	font-family: var(--font-light);
	font-size: 0.875em;
	line-height: 1.2em;
	background-color-menu: var(--back-col-menu);
	z-index: 1011;
}
#menu_resp ul li:first-child{
	padding-top: 2px;
}
#menu_resp ul li:last-child{
	padding-bottom: 8px;
	border-radius: 0 0 2px 2px;
}
#menu_resp ul {
	position: absolute;
	z-index: 1010;
	max-height: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	-moz-transition: max-height 0.5s ease-in, opacity 0.4s ease-out;
	-webkit-transition: max-height 0.5s ease-in, opacity 0.4s ease-out;
	transition: max-height 0.5s ease-in, opacity 0.4s ease-out;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.10);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.10);
	opacity: 0;
	margin-top: -4px;
	margin-right: -1px;
	margin-left: -1px;
	margin-bottom: 0px;
	border-left: 1px solid rgba(125,125,114,0.08);
	border-right: 1px solid rgba(125,125,114,0.08);
	border-bottom: 1px solid rgba(125,125,114,0.08);
} 
#menu_resp li:hover ul{
	max-height:45em;
	opacity: 1;
	z-index:1010;
}

/* background des liens menus et sous menus au survol */
#menu_resp li li:hover{
	font-family: var(--font-book);
    -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0.00);
	box-shadow: 0px 0px 0px rgba(0,0,0,0.00);
	border:none;
}

/* les a href */
#menu_resp a{
	text-decoration:none;
	display:block;
	padding:8px 18px;
}
#menu_resp ul a{
	padding:8px 0;
}
#menu_resp li:hover li a{
	text-transform:inherit;
}
#menu_resp li:hover a, #menu_resp li li:hover a{
/*color:#000;*/
}

/* ******************************  M E N U OLD **************************** */
.container {
    width: 100%;
    margin: 10px auto;
}

.menu_actif {
    /*font-family: 'Gotham-Medium';*/
}

/* ******************************  M E N U   L A N G U E S **************************** */

.menu_langues {
	position: absolute;
	right: 1%;
	top: 4px;
	z-index: 2000;
}
.menu_langues select {
	font-size: 0.75em;
	color: var(--text-col);
	border: none;
	background-color: #fff;
}

/*  ****************** FIN EN TETE ET MENUS ************************* */

/*  ****************** BREADCRUMBS ************************* */

.breadcrumbs {
	font-size: 0.688em;
	width: 100%;
	line-height: 20px;
	margin-bottom: 6px;
	margin-top: -4px;
}
section {
	position: relative;
	margin-top: 50px;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	padding-top:60px;
	padding-bottom: 120px;
}
.section_home {
	margin-top: 40px;
}
.entete_titre {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 60px;
	padding: 0;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 20px;
	z-index: 100;
	color: white;
}
.entete_titre h1 {
	display: block;
	text-align: center;
	font-family: var(--font-light);
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0;
	margin-bottom: 10px;
	z-index: 100;
	
}
.entete_titre h2 {
	display: block;
	text-align: center;
	font-family: var(--font-light);
	font-size: 0.75em;
	line-height: 1em;
}
.contslide {
	display: block;
	width: 94%;
	max-width: 1600px;
	max-height: 714px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 80px;
	margin-top: 0px;
	z-index: 0;
}
.contenu_page {
	height: auto;
	position: relative;
	/*margin-left: 7.5%;
	margin-right: 7.5%;*/
	padding-top: 0px;
	/*padding-right: 40px;
	padding-left: 40px;*/
	padding-bottom: 20px;
	background-color: var(--back-col);
}
.trait_text {
	display: block;
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: var(--text-col);
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	opacity: 0.6;
}
.titlepage {
    font-family: var(--font-light);
	font-size: 1.3em;
	letter-spacing: 0.01em;
	line-height: 1em;
	margin-bottom: 40px;
	width: 88%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
}
.cont_text {
	font-family: 'Gotham-Light' !important;
	font-size: 0.875em !important;
	text-align: justify;
	line-height: 1.2em;
	padding-top: 0px;
	/*padding-right: 20px;
	padding-left: 20px;*/
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-radius: 8px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	/*float: left;*/
}
.large {
	width: 100%;
	float: none;
	margin-top: 20px;
}
.text_page {
    font-family: 'Gotham-Light' !important;
	font-size: 0.938em;
	width: 86%;
	margin-bottom: 36px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.text_page p, .text_page span, .text_page h1, .text_page h2, .text_page h3, .text_page h4 {
	    font-family: 'Gotham-Light' !important;
}
.short {
}
.text_page h3 {
	font-variant: small-caps;
	font-size: 1.2em;
	letter-spacing:0.01em;	
	text-align: center !important;
	line-height: 1.5em;
}
.long {
	text-align: center;
	font-size: 1em;
	line-height: 1.6em;	
}
.text_page p {
	margin-bottom: 20px;
}

.text_page h3 p {
	text-align:center !important;
}
.text_page ul {
	margin-left: -1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.text_page ul li {
	margin-bottom: 0.2em;
}
.title_art {
	font-family: 'GothamExtraLight';
	font-size: 1.2em;
	margin-top: 6px;
	margin-bottom: 10px;
	opacity: 0.9;
	letter-spacing: 0.02em;
	line-height: 22px;
}
.photo_art {
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 22.37037037037037%;
	margin-right: 20px;
}
.photo_art img {
	width: 100%;
	height: auto;
}


/* --------------------------------   ARTICLES -------*/

/* --------------------- pages génériques (type + ligne produit) -------*/

.cont_articles{
	width: 86%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	/*border: 1px solid rgba(145,141,141,0.50);*/
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;	
}
.box_article{
	float: left;
	position: relative;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom:60px;
	width: 33,333333%;
	min-width: 140px;
	max-width: 222px;
	height: auto;
	border-bottom: 1px solid rgba(125,125,114,0.60);
	border-top: 1px solid rgba(125,125,114,0.00);
	border-left: 1px solid rgba(125,125,114,0.00);
	border-right: 1px solid rgba(125,125,114,0.00);
	-moz-transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	opacity: 0.9;

}
.box_article img {
	width: 100%;
	height: auto;
}
.box_article:hover {
	cursor: pointer;
	border-top: 1px solid rgba(125,125,114,0.60);
	border-left: 1px solid rgba(125,125,114,0.60);
	border-right: 1px solid rgba(125,125,114,0.60);
	opacity: 1;
}

.box_title_art {
	text-align: center;
	margin-top: 0;
	padding: 6px;
	font-family: 'Gotham-Book';
	font-size: 0.938em;
	font-variant: small-caps;
}

/* --------------------- pages détail article  -------*/

.contenu_article {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}
.cont_slide_article {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	min_width: 300px;
	float:left;
	}
.cont_text_article {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	min_width: 300px;	
	padding-left: 10px;
	padding-right: 10px;
	float:right;
}
.nom_art {
	font-family: var(--font-light);
	font-size: 1.2em;
	line-height: 1em;
	letter-spacing:0.02em;
	margin-bottom: 10px;
	text-align: center;
}
.ligne_prod_art {
	font-family: var(--font-italic);
	font-size: 0.75em;
	text-align: center;
	margin-bottom: 60px;
}
.text_art {
	display: block;
	width: 100%;
	font-size: 0.875em;
	text-align: justify;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.6em;
	margin-bottom: 30px;
}
.text_art p, .text_art span, .text_art h1, .text_art h2, .text_art h3, .text_art h4 {
	    font-family: 'Gotham-Light' !important;
}
.trait_article {
	width: 100%;
	margin-bottom: 30px;
}
.trait_court {
	width: 60%;
	margin-bottom: 30px;
	margin-left: 0;
}
.sous_titre_art {
	font-size: 1em;
	margin-bottom: 20px;
	font-family: var(--font-book);
}
.data_art {
	/*font-family: var(--font-light);*/
	font-size: 0.875em;
	line-height: 1.1em;
	width: 100%;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}
.acessorio {
	margin-bottom: 30px;
}
.line {
	padding: 0;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0;
	
}
/*.line p:first-child {
	width: 50%;
	padding-left: 20px;
}*/
.line p:last-child {
	margin-left: 4px;
}
.line p {
	display: inline;
}
.prix {
	font-family: var(--font-book);
	padding-top:10px;
	margin-bottom: 12px;
}

.liens_art {
	font-size: 0.875em;
	margin-bottom: 30px;
	margin-top: 30px;
}

.liens_art span {
	padding-top: 10px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 8px;
	border: 1px solid;
	border-color : var(--text-col);
	font-family: var(--font-medium);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.25);
}
.liens_art_l1 {
	line-height: 1.6em;
	margin:0;
	padding:0;
}
.liens_art_l1 a {
	font-family: var(--font-light);
}
.liens_art_l1 a:hover {
	font-family: var(--font-book);
	letter-spacing:-0.02em;
}
.botao_form_pedido {
	text-align: right;
	font-family: 'GothamBook-Italic';
	font-size: 0.75em;
	margin-right: auto;
	margin-left: auto;
	width: 96%
}

/* -------  FORMULAIRE DEMANDE INFO PRODUITS -------*/

.form_info {
	max-width: 400px;
}
.form_art {
	font-family: 'Gotham-Book';
	font-size: 0.875em;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 6px;
}
.form_art_titre {
	text-align: center;
	font-size: 0.938em;
}
.form_art input {
	width: 96%;
	height: 22px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
	font-size: 0.875em;
	border: none;
	border-bottom: 1px solid var(--text-col);
}
.form_art textarea {
	display: block;
	width: 96%;
	font-size: 1em !important;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: auto;
	margin-right: auto;
}

.botao_form_pedido img {
	position: relative;
	right: 4px;
	height: 9px;
	width: 8px;
	opacity: 0.7;
}
.logo_aside_zoom img {
	width: 100%;
	max-width: 200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.logo_aside_zoom {
	text-align: center;
}
.ligne_form_pedido {
	line-height: 1.8em;
}
.titre_form {
	font-family: var(--font-light);
	font-size: 1.2em;
	border: 1px solid var(--text-col);
	width: 100%;
	text-align: center;
	line-height: 20px;
	padding: 5px;
}
.nom_form {
	font-size: 1.4em;
	font-family: var(--font-book);
}
.enviar_form_pedido {
	color: var(--text-color);
	background: none;
	border: 1px solid #000;
}
.messageok {
	width: 100%;
	position: absolute;
	top: 330px;
	background: none;
	z-index: 9999;
}
.messageok p {
	width: 20%;
	height: auto;
	background-color: rgba(146,221,153,1.00);
	margin-right: auto;
	margin-left:auto;
	padding: 10px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.37);
	box-shadow: 0px 0px 7px rgba(0,0,0,0.37);
	text-align: center;
	font-size: 0.875em;
}
.messageerro {
	font-size: 0.75em;
	color: #FFF;
	border-radius: 6px;
	text-align: center;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	padding: 8px 4px 4px;
	z-index: 999999;
	position: absolute;
	margin-left: 10%;
	background-color: rgba(92, 46, 50, 0.7);
	top: -20px;
}

/* --------------------- PAGE CONTACT -------------------*/
.titre_contact {
	font-family: var(--font-light);
	font-size: 1.1em;
	letter-spacing: 0.02em;
	line-height: 1em;
	width: 100%;
	margin-bottom: 40px;
	text-align: left;
	border-bottom: 1px solid var(--text-col);
	padding-bottom: 14px;
}
.formulario {
	width: 96%;
	margin-left: auto;
	margin-right: auto;	
}

/* --------------------- F O O T E R -------------------*/

footer {
	/*margin-top: 26px;*/
	background-color: var(--back-col);
	width: 100%; 
	height: 80px;
	position: absolute;
	bottom:0;
}
.cont_bas_page {
	display: block;
	width: 100%;
	height: auto;
	max-height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 6px;
	clear: both;
	border-top: 1px solid rgba(0,0,0,0.15);
}
.texte_bas_page {
	font-family: var(--font-book);
	font-size: 0.75em;
	letter-spacing: 0.01em;
	line-height: 1.5em;
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8px;
	text-align: center;
	font-variant: small-caps;
}
.texte_bas_page a:hover {
	font-family: var(--font-medium);
}	
#menu ul:hover {
	-webkit-opacity: 1;
	opacity: 1;
}
.cont_cartouche {
	font-size: 0.563em;
	height: 20px;
	margin-top:8px;
	margin-bottom: 10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.copyright {
	width:100%;
	text-align: center
}
.site_de {
	width:100%;
	text-align: center;
	margin-bottom: 10px;
	opacity: 0.9;
}
/*  ****************** TEXTES DEFILANT POUR ANNONCES ************************* */
.cont_text_defil {
	display: block;
	position: relative;
	top: 0;
	z-index: 2;
	clear: both;
	width: 100%;
	height: 36px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 4px;
	border: 1px solid rgba(105,84,66,0.15);
	border-radius: 8px;
}
	
.cont_text_defil:hover {
	border: 1px solid rgba(106,170,223,0.61);
	position: relative;
	/*cursor: pointer;*/
	background-image: -webkit-linear-gradient(270deg,rgba(147,220,250,0.15) 0%,rgba(0,171,242,0.15) 48.35%,rgba(147,220,250,0.15) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(147,220,250,0.15) 0%,rgba(0,171,242,0.15) 48.35%,rgba(147,220,250,0.15) 100%);
	background-image: -o-linear-gradient(270deg,rgba(147,220,250,0.15) 0%,rgba(0,171,242,0.15) 48.35%,rgba(147,220,250,0.15) 100%);
	background-image: linear-gradient(180deg,rgba(147,220,250,0.15) 0%,rgba(0,171,242,0.15) 48.35%,rgba(147,220,250,0.15) 100%);
	box-shadow: 0px 0px 4px rgba(0,0,0,0.12);
}
.botao_id {
	display: block;
	position: absolute;
	width: 9%;
	z-index: 11;
}
.botao_id img {
	height: auto;
	width: 90%;
}
.botao_id_fade {
	display: block;
	z-index: 10;
	position: relative;
	margin-left: 5.5%;
	height: 20px;
	top: 4px;
	right: 0px;
	width: 95%;
	background-image: -webkit-linear-gradient(0deg,rgba(242,252,255,0.89) 3.33%,rgba(255,255,255,0.00) 7.56%,rgba(255,255,255,0.00) 95.46%,rgba(242,252,255,0.89) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(242,252,255,0.89) 3.33%,rgba(255,255,255,0.00) 7.56%,rgba(255,255,255,0.00) 95.46%,rgba(242,252,255,0.89) 100%);
	background-image: -o-linear-gradient(0deg,rgba(242,252,255,0.89) 3.33%,rgba(255,255,255,0.00) 7.56%,rgba(255,255,255,0.00) 95.46%,rgba(242,252,255,0.89) 100%);
	background-image: linear-gradient(90deg,rgba(242,252,255,0.89) 3.33%,rgba(255,255,255,0.00) 7.56%,rgba(255,255,255,0.00) 95.46%,rgba(242,252,255,0.89) 100%);
	border-radius: 6px;
}
#marquee
{
	font-family: 'Gotham-Book';
	width: 91.5%;
	float: right;
	margin-bottom: 0;
	margin-left: 0%;
	margin-top: 0;
	font-size: 1.1em;
	height: 36px;
	line-height: 30px;
	letter-spacing: 0.05em;
}
#marquee a{
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
	color: #003db5;
	font-weight: 500;
}
#marquee div
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.wop
{
	margin: 0;
	padding-bottom: 0px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 4px;
}

/*PAGE CONTACT*/
.contformcontact {
	height: auto;
	display: inline-block;
	padding: 0;
	margin-top: 0px;
	margin-left: 3%;
	width: 35%;
	vertical-align: top;
}
.contformcontact .titre  {
	margin-top: -4px;
	margin-bottom: 30px;
	height: auto;
	width: auto;
	letter-spacing: 0.2em;
	font-size: 1em;
}
.libformulaire {
	font-size: 0.938em;
	text-align: left;
	width:15%;
}
.textechampform {
	font-size: 0.875em;
	height: 22px;
	width: 100%;
	background-color: #fff;
	border: 1px solid rgba(44,32,8,0.44);
}
.formulario #enviar {
	font-size: 0.875em;
}
.champformerro {
	font-size: 0.75em;
	height: 22px;
	width: 80%;
	background-color: rgba(207,111,113,0.21);
	border: 1px solid rgba(76,21,21,0.62);
	color: rgba(69,64,63,1.00);
}
.message {
	height: auto;
}
:required {
	/*background-color: #FBF6F0;
	border-width: 1px;*/
	
}
.formulario form table tr td {
	/*height: 40px;*/
}
.adresse {
	padding: 0;
	font-size: 0.938em;
	display: inline-block;
	vertical-align: top;
	margin-left: 2%;
	margin-right: 0;
	width: 25%;
	line-height: 1.4em;
}
.adresse p {
	line-height: 1.4em;
	/*padding-left: 3%;*/
}

#apDiv1 {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 20px;
	height: 10px;
	z-index: 998;
	visibility: visible;
}
.apDiv2 {
	position: absolute;
	left: 50%;
	top: 58%;
	z-index: 999999;
	visibility: visible;
	width: 30%;
	height: 1px;
	background-color: rgba(152,139,139,1.00);
}

#textocontato {	float: left;
	width: 330px;
	z-index: 8;
	position: absolute;
}
.chegar {
	padding: 0;
	font-size: 1em;
	display: inline-block;
	vertical-align: top;
	margin-left: 2%;
	margin-right: 0;
	width: 29%;
}
.chegar img {
	float: right;
	width: 100%;
	max-width: 284px;
	height: auto;
	margin-right: 0;
}
.link_mapa_google {
	display: block;
	clear: both;
	float: left;
	font-family: var(--font-light);
	font-size: 0.875em;
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.link_mapa_google:hover {
	font-family: var(--font-book);
}
/* IMAGE DANS ASIDE */
.aside_image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

::-webkit-input-placeholder {
    font-family: 'Gotham-Light';
    font-size: 0.938em;
    font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
    font-family: 'Gotham-Light';
    font-size: 0.938em;
    font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
    font-family: 'Gotham-Light';
    font-size: 0.938em;
    font-style: italic;
}

:-ms-input-placeholder {  
    font-family: 'Gotham-Light';
    font-size: 0.938em;
    font-style: italic;
}

/* ---------------------------------------------------------------------- */
@media screen and (max-width: 1270px) {
nav {
	width:72%;
	}
}
@media screen and (max-width: 1176px) {
#menu_resp {
	font-size: 0.688em;
}
nav {
	width:70%;
}
#menu_resp a {
	padding-right: 10px;
	padding-left: 10px;
	}
}
@media screen and (max-width: 1024px) {
header {
	height: 120px;
}
.logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 60px;
	padding: 0;
	line-height: 120px;
	width: 300px;
}
nav {
	width:96%;
	margin-left: auto;
	margin-right: auto;	
	display: block;
	height: 40px;
	padding-top: 0;
	margin-top:20px;
}
#menu_resp a {
	padding-right: 16px;
	padding-left: 16px;
}
section {
	margin-top: 110px;
	width: 96%;	
}
.section_home {
	margin-top: 80px !important;
}
}
@media screen and (max-width: 870px) {
.contformcontact {
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
	margin-bottom: 30px;
}
.adresse {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	margin-bottom: 40px;
}
.chegar {
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	height: auto;
}

}

@media screen and (max-width: 768px) {

	nav {
		width: 40%;
		min-width: 320px;
		margin-top:0;
		margin-right:2.9%;
		height:0;	
	}
	#menu_resp {
		list-style: none;
		*zoom: 1;
		display: block;
		font-size: 0.813em;
	}
	#menu_resp:before,
	#menu_resp:after {
		content: " "; 
		display: table; 
	}
	#menu_resp:after {
		clear: both;
	}
	#menu_resp ul {
			display: block;
			width: 100%;
		-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.10);
		box-shadow: 0px 0px 0px rgba(0,0,0,0);

		margin-top: -4px;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 0px;
		border:none;
	} 
	#menu_resp a {
		clear:both;
		padding: 8px 15px;
	}

	#menu_resp li {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	#menu_resp > li {
		float: none;
		/*border-top: 1px solid #104336;*/
	}

	/*FLECHES A DROITE DES MENUS*/

	#menu_resp > li > .parent {
		background-image: url("downArrow.png");
		background-repeat: no-repeat;
		background-position: 95% 50%;
	}

	#menu_resp > li > a {
		display: block;
	}
	#menu_resp li  ul {
		position: absolute;
		left: -9999px;
	}
	#menu_resp > li.hover > ul {
		left: 0;
	}
	#menu_resp li li.hover ul {
		left: 100%;
		top: 0;
	}
	#menu_resp ul li a {
		display: block;
		position: relative;
		z-index: 100;
		-webkit-box-shadow: inset 0px 0px 0px rgba(0,0,0,0.26);
		box-shadow: inset 0px 0px 0px rgba(0,0,0,0.26);
		border: none;
	}

	#menu_resp li li li a {
		background:#249578;
		z-index:200;
		border-top: 1px solid #1d7a62;
	}	


	#menu_resp ul li {
		line-height: 1.3em;
		padding-top: 0;
		padding-bottom: 0;
	}


	.active {
			display: block;
		}


	#menu_resp li li .parent {
			background-image: url("downArrow.png");
			background-repeat: no-repeat;
			background-position: 95% 50%;
		}
	#menu_resp li li a {
		width:98%;
		margin-left: auto;
		margin-right: auto;
	}
	#menu_resp > li.hover > ul , .nav li li.hover ul {
			position: static;
		}
	header {
		height: 84px;
	}
	.logo {
		margin-left: 4%;
		margin-right:0;	
	}
	section {
		margin-top: 40px;
	}
	.section_home {
		margin-top: 20px !important;
	}
	.toggleMenu {
		display: block !important;
		z-index:10;
		/*text-align: center;*/
	}
	.toggleMenu img {
		float: right;
		margin-right: 4%;
		margin-top: -40px;
		height: 18px;
	}

	#menu_resp li:hover{
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-bottom: -0px;
		margin-left: 0px;
		margin-right: 0px;
	}

	/*---------------------------*/	



	.textechampform {
		height: 28px;
		margin-bottom: 8px;
		font-size: 1em;
	}
	/* Return on top */

	#returnOnTop {
		position: fixed;
		background: url('../imagens/return_on_top.png') no-repeat;
		background-size: 80%;
		background-position: center;
		bottom: 12px;
		right: 10px;
		cursor: pointer;
		display: none;
		filter: alpha(opacity = 70); /* IE < 8 */
		opacity: 0.7;
		width: 34px;
		height: 51px;
		z-index: 1000;
	}

	#returnOnTop:hover {
		filter: alpha(opacity = 100); /* IE < 8 */
		opacity: 1;
	}
	.cont_cartouche {
		margin-top:4px;
		top: 0px;
		position:none;
	}
}
@media screen and (max-width: 600px) {
nav {
	width: auto;	
}
.box_article {
		 max-width: 240px;
	}
.cont_slide_article {
	width: 90%;
	float: none;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: -20px;
	margin-bottom: -10px;
}
.cont_text_article {
	width: 90%;
	float: none;
	margin-left: 5%;
	margin-right: 5%;
	
}
.entete_titre {
	font-size: 0.875em;
}
#wowslider-container1 .ws-title span { 
	font-size: 2em !important;
}

}
@media screen and (max-width: 360px) {
.logo, .logo img {
	width: 200px;
	line-height: 100px;
}
.entete_titre {
	margin-bottom: 40px;
	font-size: 0.75em;
}
nav {
	top: -20px;
}
section {
	margin-top: 30px;
}
.section_home {
	margin-top: 60px !important;
}
.titlepage {
	margin-bottom: 30px;	
}
.contslide {
	margin-bottom: 60px;	
}
.text_page h3 {
	font-size: 1em;
}
.contformcontact {
	margin-left: 2%;
	width: 90%;
}
.textechampform {
	font-size: 1.2em;
}
.copyright {
	float:none;
}
.site_de {
	float:none;
}
}


