<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* RESET CSS */
*{
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	outline: none;
}

html { height: 101%;}
body {
	position:relative;
	display:block;
	font-size: 12px;
	line-height: 1;
	font-family: 'Roboto', sans-serif;
	color:#1e1f32;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

p {
	font-size: 12px;
	line-height: 15px;
	color:#3b4254;
}

a{text-decoration: none; color:inherit;}

.vi a{
	color :#F06E26;
}

.vi a:hover{
	color :#f03e26;
}

.gt a{
	color:#F06E26;
}

.gt a:hover{
	color:#5D8AC6;
}


.gt footer a{
	color:#ffffff;
}

.gt footer a:hover{
	color:#5D8AC6;
}

/****************** Clearfix ************************/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/****************** COULEURS VI ************************/
.vi .f-blancvi{background-color: #ffffff;}
.vi .f-noirvi{background-color: #000000;}
.vi .t-blancvi{color: #ffffff;}
.vi .t-noirvi{color: #1a1a1a;}

.vi .f-bleutung{background-color: #445066;}
.vi .f-bleufonce{background-color: #0062A8;}
.vi .f-bleumoyen{background-color: #89B8CF;}
.vi .f-bleuclair{background-color: #D5E8F6;}
.vi .f-bleuciel{background-color: #BCDAF0;}
.vi .f-grismoyen{background-color: #D7D7DC;}
.vi .f-grisclair{background-color: #E9E9F2;}
.vi .f-grisplus{background-color: #f5f5f5;}
.vi .f-orangevi{background-color: #F06E26;}
.vi .f-jaunevi{background-color: #FFE108;}

.vi .t-bleutung{color: #445066;}
.vi .t-bleufonce{color: #0062A8;}
.vi .t-bleumoyen{color: #89B8CF;}
.vi .t-bleuclair{color: #D5E8F6;}
.vi .t-bleuciel{color: #BCDAF0;}
.vi .t-grismoyen{color: #D7D7DC;}
.vi .t-grisclair{color: #E9E9F2;}
.vi .t-grisplus{color: #f5f5f5;}
.vi .t-orange{color: #F06E26;}
.vi .t-jaune{color: #FFE108;}

.vi .b-bleutung{border-color:#445066;}
.vi .b-jaune{border-color:#FFE107;}


.gt .f-blancgt{background-color: #ffffff;}
.gt .f-noirgt{background-color: #000000;}
.gt .t-blancgt{color: #e6e6e6;}
.gt .t-noirgt{color: #1a1a1a;}

.gt .f-perle{background-color: #f0f0dc;}
.gt .f-grisclair{background-color: #e6e6e6;}
.gt .f-orangegt{background-color: #fa6400;}
.gt .f-vert{background-color: #6fbf44;}
.gt .f-jaunegt{background-color: #ffcb4b;}
.gt .f-bleu{background-color: #5d8ac6;}
.gt .f-beige{background-color: #dcdcaa;}
.gt .f-taupe{background-color: #424236;}
.gt .f-bas{background-color: #83826e;}
.gt .f-blanc50{background-color: rgba(255, 255, 255, 0.5);}

.gt .t-bleugt{color: #26537e;}
.gt .t-perle{color: #f0f0dc;}
.gt .t-grisclairgt{color: #e6e6e6;}
.gt .t-orangegt{color: #fa6400;}
.gt .t-vert{color: #6fbf44;}
.gt .t-jaunegt{color: #ffcb4b;}
.gt .t-beige{color: #dcdcaa;}
.gt .t-taupe{color: #424236;}

.gt .b-bleu{border-color:#5d8ac6;}

/******************************************/

.gt body{
	background-repeat: no-repeat;
	background-position:center center;
	background-attachment:fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

header{
	position:relative;
}

header .content-header{
	display: block;
	position:relative;
	max-width:1000px;
	height: 165px;
	margin:auto;
}

header h1{
	position: absolute;
	top:-1000px;
}

.vi header .logo{
	display: block;
	position: relative;
	background: url(../img/sprite.png) 44px -40px;
	width:350px;
	height: 85px;
}

.gt header .logo{
	display: block;
	position: relative;
	background: url(../img/GEMOTEC_Logo_V2.0.png);
        background-size: 350px 98px;
	width:350px;
	height: 85px;
}

.vi header .content-header .contact{
	display: block;
	float:right;
	position: relative;
	width: 65px;
	height: 50px;
	background: #f06e26 url(../img/sprite.png) -33px -230px;
	margin-right: 20px;
}

.vi header .content-header .contact:hover{
	background-color: #f03e26;
}

.vi header .content-header .connexion:hover{
	background-color: #f03e26;
}

.vi header .content-header .connexion{
	display: block;
	float:right;
	position: relative;
	width: 65px;
	height: 50px;
	background: #f06e26 url(../img/sprite.png) -120px -231px;
	margin-right: 20px;
}

.vi header .content-header .contact.gt{display: none;}

.gt header .content-header .contact.vi{display: none;}

.gt header .content-header .contact{
	color:#000000;
	display: block;
	float:right;
	position: relative;
	width: 140px;
	height: 50px;
	padding:16px 0px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #ffcb4b;
	margin-right: 30px;
	margin-top: 10px;
	font-weight:bold;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}

.gt header .content-header a.contact:hover{
	background-color: #F06E26;
	color:#5D8AC6;
}

header nav{
	z-index: 99;
	display: block;
	margin-top: 41px;
	margin-left: 20px;
}

header nav ul.menu{
	display: block;
}

header nav ul.menu&gt;li{
	display: inline-block;
	cursor: pointer;
	float:left;
}

header nav ul.menu&gt;li&gt;span{
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	color:#000000;
	padding:7px;
}

.vi header nav.desktop ul.menu&gt;li:hover, .vi header nav.desktop ul.menu&gt;li.ouvert{
	border-bottom:7px solid #f26e24;
}

.gt header nav.desktop ul.menu&gt;li:hover, .gt header nav.desktop ul.menu&gt;li.ouvert{
	border-bottom:7px solid #6fbf44;
}

.vi header nav.desktop ul.menu&gt;li.ouvert, .gt header nav.desktop ul.menu&gt;li.ouvert{
	font-weight: bold;
}

header nav ul li ul li{
	display:none;
}

header nav ul li ul li ul li{
	display:none;
}

/* CORRECTION */
header nav.mobile&gt;ul&gt;li&gt;ul&gt;li {
	display:block;
}

header nav.mobile&gt;ul&gt;li&gt;ul {
	display:none;
}

header nav.mobile&gt;ul&gt;li&gt;ul&gt;li&gt;ul&gt;li {
	display:inline-block;
}

header nav.mobile&gt;ul&gt;li&gt;ul&gt;ul&gt;li {
	display:none;
}
header nav.mobile ul.sousous-menu {
	display:none;
}


header nav.mobile ul li ul li ul li img {
    float: left;
}


/* FIN CORRECTION */

header nav.desktop ul li ul li:hover + li ul{
	display:none;
	/*position: absolute;*/
}


header nav.desktop ul li ul li:hover ul li{
	display:inline-block;
	/*position: absolute;*/
}

header nav ul li ul li ul li p{
	font-size: 12px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

header nav ul li ul li ul li img{
	width:60px;
	height:60px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	behavior: url(js/PIE.htc);
}

header nav.desktop ul li.ouvert ul.sous-menu{
	display: inline-block;
	width:1000px;
	min-height:275px;
	position: absolute;
	top: 165px;
	left: 0px;
	z-index: 10000;
	border-bottom-width:30px;
	border-bottom-style:solid;
	-moz-box-shadow: 0px 4px 10px #555555;
	-webkit-box-shadow: 0px 4px 10px #555555;
	box-shadow: 0px 4px 10px #555555;
	padding-top:12px;
	margin-left:0px;
}


header nav.desktop ul li.ouvert ul.sous-menu&gt;li{
	display: block;
	color:#0060b2;
	width: 355px;
	padding:6px;
	font-size: 14px;
	border-top: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
}

header nav.desktop ul li.ouvert ul.sous-menu li:hover{
	display: block;
	color:#ffffff;
	background: #F06E26 url(../img/sprite.png) 282px -355px no-repeat;

}

header nav.desktop ul li.ouvert ul.sous-menu li:hover ul.sousous-menu{
	display:block;
}


header nav.desktop ul li.ouvert ul.sous-menu li ul.sousous-menu{
	display:none;
	width:340px;
	min-height: 245px;
	height:100%;
	position: absolute;
	top: 0px;
	left: 330px;


/*position: relative;
top: -37px;
left: 314px;
float: left;*/

}

header nav.desktop ul li.ouvert ul.sous-menu li ul.sousous-menu li{
	height: 60px;
	margin: 10px;
	width: 316px;
	border: none;
	/*overflow: hidden;*/
	padding: 0px;
	position:relative;
	display: block;
}

header nav.desktop ul li.ouvert ul.sous-menu li ul.sousous-menu li.no-widget{
	height: auto;
        margin-bottom: 0px;
}

header nav.desktop ul li.ouvert ul.sous-menu li ul.sousous-menu li.no-widget a:hover span{
	text-decoration: underline;
}

header nav.desktop ul li.ouvert ul.sous-menu li ul.sousous-menu li.no-widget a{
	text-decoration: none;
}

header nav.desktop ul li.ouvert ul.sous-menu li ul.sousous-menu li.no-widget:first-child{
        margin-top: 10px;
}

/*
header nav.desktop ul li:hover ul.sous-menu li ul.sousous-menu li:after{
	content: "...";
	position:absolute;
	display: block;
	bottom: 3px;
	right: 15px;
	background:#D5E8F6;
	padding-left:3px;
}
*/

header nav.desktop ul li.ouvert ul.sous-menu li ul.sousous-menu li:hover{
	background: none;
	color:#F26E24;
}

header nav.desktop ul li.ouvert ul.sous-menu li ul.sousous-menu li img{
	float:left;
	margin-right:10px;
}

header nav.desktop ul li.ouvert ul.sous-menu li ul.sousous-menu li .titre{
	font-size:12px;
	font-weight: bold;
	display: inline-block;
	margin-bottom:5px;
	line-height: 15px;
	width:245px;
}

header nav.desktop ul li.ouvert ul.sous-menu li ul.sousous-menu li:hover .titre{
	color:#F26E24;
}

header nav.desktop ul li.ouvert ul.sous-menu li ul.sousous-menu li p{
	font-size:12px;
	font-weight: normal;
	line-height: 15px;
	width:245px;
	display:inline-block;

}

header nav.desktop ul li.ouvert ul.sous-menu li ul.sousous-menu li:hover p{
	color:#F26E24;
}

header nav ul li .zoom{
	display:none;
}

header nav ul li.ouvert .zoom{
	display:block;
}

header nav ul li.ouvert .zoom a{
	color:inherit;
	text-decoration: none;
}

.vi header nav.desktop ul li .zoom{
	background: #445066;
}
.gt header nav.desktop ul li .zoom{
	background: #424236;
}



header nav.desktop ul li .zoom{
	width:330px;
	height:100%;
	position: absolute;
	top:0px;
	right:0px;
	color:#ffffff;
	padding:22px;
}

header nav.desktop ul li .zoom span{
	font-size: 16px;
	display: inline-block;
	margin-bottom:10px;
}

header nav.desktop ul li .zoom img{
	margin-bottom:10px;
}

header nav.desktop ul li .zoom p{
	color:#ffffff;
	font-weight: normal;
	font-size: 11px;
	line-height:14px;
	text-align: justify;
}

section.fil{
	width: 100%;
	color:#000000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	position: relative;
	display: block;
}

section.fil div{
	width:1000px;
	margin:auto;
	padding:8px;
}

section.fil div a{
	color:#000000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	cursor: text;
}

section.fil div a:hover{
	color:#000000;
	text-decoration: none;
}

section.fil .picto-home{
	width: 15px;
	height: 14px;
	display: inline-block;
	position: relative;
	background: url(../img/picto-home.png);
	margin:0px 15px 0px 10px;
}

/***************************************************************/

section.content{
	display: block;
	position:relative;
	max-width:1000px;
	margin:auto;
	background:#ffffff;
}

.diapo-accueil{
	display: inline-block;
	position: relative;
	float:left;
	width: 500px;
	height:550px;
	text-align: center;
}

.diapo-accueil ul{
	width: 500px;
	height:400px;
	border-left-width:45px;
	border-left-style:solid;
}

.diapo-accueil ul li{
	/*width:auto;*/
	width: 455px !important;
}

.diapo-accueil img{
	margin-left:12px;
	width:430px;
	height:400px;
}

.diapo-accueil .bouton-prev{
	top:360px;
	left:10px;
}

.diapo-accueil .bouton-next{
	top: 360px;
	right: -36px;
}

.diapo-accueil .bx-wrapper{
	margin:0px;
}

.vi .diapo-accueil .bx-wrapper .bx-caption{
	position: absolute;
	bottom: 68px;
	left: 0;
	background: rgba(255, 255, 255, 0.8) !important;
	width: 455px;
	padding:10px 30px;
	text-align: center;
}

.gt .diapo-accueil .bx-wrapper .bx-caption{
	position: absolute;
	bottom: 96px;
	left: 0;
	background: rgba(55, 55, 55, 0.8) !important;
	width: 455px;
	padding:10px 30px;
	text-align: center;
}

.vi .diapo-accueil .bx-wrapper .bx-caption span{
	color: #000;
	font-family: Arial;
	display: block;
	font-size: 20px;
	padding: 10px;
}

.gt .diapo-accueil .bx-wrapper .bx-caption span{
	color: #e6e6e6;
	font-family: Arial;
	display: block;
	font-size: 20px;
	padding: 10px;
}

.diapo-accueil  .bx-wrapper .bx-pager{
	padding-top: 0px;
	top: 510px;
}

.diapo-accueil .bx-wrapper .bx-pager.bx-default-pager a {
	background: #D7D7DC;
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 2px;
	outline: 0;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	behavior: url(js/PIE.htc);
}

.gt .diapo-accueil .bx-wrapper .bx-pager.bx-default-pager a{
	background:#5d8ac6;
}

.gt .diapo-accueil .bx-wrapper .bx-pager.bx-default-pager a:hover, .gt .diapo-accueil .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:#F06E26;
}

.diapo-accueil .bx-wrapper .bx-pager.bx-default-pager a:hover, .diapo-accueil .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #F06E26;
}

.diapo-accueil .decouvrir{
	display: inline-block;
	margin:auto;
	padding: 10px;
	margin-top: 30px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

.gt .diapo-accueil .decouvrir{
	padding: 15px;
	-moz-border-radius: 65px;
	-webkit-border-radius: 65px;
	border-radius: 65px;
	behavior: url(js/PIE.htc);
}

.liste{
	display: inline-block;
	position: relative;
	float:left;
	width: 500px;
	height:400px;
	border-left-width:45px;
	border-left-style:solid;
}

.liste ul {
}

.liste ul li{
    height: 134px;
    padding: 15px 16px;
}

.liste ul a li:hover{
	background-color:#f3f2f7;
    -moz-box-shadow: 0 0 0 5px #111 inset;
    -webkit-box-shadow: 0 0 0 0 #111 inset;
    -o-box-shadow: 0 0 0 0 #111 inset;
    box-shadow: 0 0 5px 5px #ccc inset;
    behavior: url(js/PIE/PIE.htc);
}

.liste ul a li span{
	font-size: 18px;
	display: block;
	padding-bottom:10px;
	width: 280px;
}

.gt .liste ul a li:hover span{
	color:#F06E26;
}
.gt .liste ul a li:hover p{
	color:#F06E26;
}

.vi .liste ul a li:hover  span{
	color:#f03e26;
}
.vi .liste ul a li:hover  p{
	color:#f03e26;
}

.liste ul a li p{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height:15px;
}

.liste ul a li img{
	width:100px;
	height:100px;
	float:right;
	overflow:hidden;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    behavior: url(js/PIE.htc);
	margin-left:20px;
}

.recherche-accueil{
	display: inline-block;
	position: relative;
	width:500px;
	height: 150px;
	padding-left: 67px;
	padding-top: 20px;
}

.vi .recherche-accueil input[type=text]{
	width:345px;
	height:50px;
	border:none;
	padding:0px;
	margin:0px;
	float:left;
	padding-left:15px;
}

.vi .recherche-accueil input[type=submit]{
	width:65px;
	height:50px;
	border:none;
	padding:0px;
	margin:0px;
	background: #F06E26 url(../img/sprite.png) 18px -4px no-repeat;
	float:left;
	cursor: pointer;
}

.vi .recherche-accueil input[type=submit]:hover{
	background-color:#f03e26;
}

.gt .recherche-accueil input[type=text]{
	width:345px;
	height:50px;
	border:none;
	padding:0px;
	margin:0px;
	float:left;
	margin-right: 10px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	behavior: url(js/PIE.htc);
	padding-left:15px;

}

.gt .recherche-accueil input[type=submit]{
	width:50px;
	height:50px;
	border:none;
	padding:0px;
	margin:0px;
	background: #ffcb4b url(../img/sprite.png) -237px -4px no-repeat;
	float:left;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	behavior: url(js/PIE.htc);
}

.gt .recherche-accueil input[type=submit]:hover{
	background-color:#F06E26;
}

.vi .bande-blanche{
	width: 100%;
	height:400px;
	position: absolute;
	top:165px;
	left:0px;
	background: #ffffff;
}

.gt .bande-blanche{
	width: 100%;
	height:82px;
	position: absolute;
	top:165px;
	left:0px;
	background-color: rgba(55, 55, 55, 0.5);
}

.bande-blanche-page{
	width: 100%;
	height:50px;
	position: absolute;
	top:197px;
	left:0px;
	background: #ffffff;
}

.gt .bande-blanche-page{
	width: 100%;
	height:50px;
	position: absolute;
	top:197px;
	left:0px;
	background-color: rgba(55, 55, 55, 0.5);
}

footer{
	display: block;
	position:relative;
	max-width:1000px;
	margin:auto;
	margin-top:-1px;
}

footer .content{
	padding:20px 20px 0px 20px;
}

footer .content img{
	max-height: 150px;
}

footer .content h3{
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom:5px;
}

footer .content .presentation{
	display: inline-block;
	float: left;
	width:580px;
}

footer .content .presentation p{
	text-align:justify;
	font-size: 12px;
	line-height: 15px;
}

footer .content .presentation img{
	margin:20px 5px;
	float:left;
	width: 100px;
	height: 25px;

}

footer .content .liste-liens{
	display: inline-block;
	float:left;
	width:380px;
	font-size: 12px;
	padding-left:22px;
}

footer .content .liste-liens ul li{
	margin-bottom:8px;
	line-height: 16px;
	font-size: 12px;
}

.gt footer .liste-liens a {
	color: #424236;
}

footer .content .newsletter{
	display:inline-block;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	text-transform: uppercase;
	padding-left: 5px;
	height:26px;
	margin-bottom: -7px;
}

footer .content .newsletter .text{
	padding-top:5px;
	padding-right:5px;
	display:inline-block;
	float:left;
}

footer .content .newsletter input[type=text]{
	border: none;
	height: 26px;
	padding:0px;
	padding-left:5px;
	margin: 0px;
	float:right;
}

.vi footer .content .newsletter input[type=submit]{
	border: none;
	height:26px;
	width:34px;
	margin: 0px;
	padding:0px;
	background:#F06E26 url(../img/sprite.png) -150px -13px no-repeat;
	float:right;
	cursor:pointer;
}

.gt footer .content .newsletter input[type=submit]{
	border: none;
	height:26px;
	width:34px;
	margin: 0px;
	padding:0px;
	background:#6fbf44 url(../img/sprite.png) -150px -13px no-repeat;
	float:right;
	cursor:pointer;
}

footer .logo{
	float:left;
}

footer .bas{
	display: block;
	width:100%;
	padding:22px;
	font-size: 12px;
}

footer .bas .credits a{
	font-weight: bold;
	padding:10px;
}

footer .bas .langues{
	float:right;
}

footer .bas .langues a{
	display: inline-block;
	border-left:1px solid #999999;
	padding:3px 9px;
}

.gauche{
	display: block;
	float:left;
	width:600px;
	padding-bottom:20px;
}

.gauche .diapo{
	display: inline-block;
	position: relative;
	width: 600px;
	/*height:250px;*/
	text-align: center;
}

.gauche .diapo ul{
	width: 600px;
	height:250px;
	border-left-width:45px;
	border-left-style: solid;
	border-right-width:45px;
	border-right-style: solid;
}

.gauche .diapo ul li img{
	height:250px;
}

.gauche .diapo ul li{
	width:auto !important;
	margin-left:15px;
}

.gauche .diapo .decouvrir{
	display: inline-block;
	margin:auto;
	padding: 10px;
	max-width: 480px;
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}

.diapo .bouton-prev{
	top:200px;
	left:10px;
}

.diapo .bouton-next{
	top:200px;
	right:10px;
}

.vi .diapo .bx-wrapper .bx-caption{
	background: rgba(248,248,248,0.8) !important;
	text-align: left;
	font-size: 11px;
}

.gt .diapo .bx-wrapper .bx-caption{
	background: rgba(55,55,55,0.8) !important;
	text-align: left;
	font-size: 11px;
}

.vi .diapo .bx-wrapper .bx-caption span{
	color:#000000;
}

.gt .diapo .bx-wrapper .bx-caption span{
	color:#E6E6E6;
}

.gauche .date{
	margin: 10px 55px 0px 55px;
	display: block;
}

.gauche .contenu{
	/*padding: 27px 55px 0px 55px;*/
	max-width:100%;
}

.gauche .contenu h1{
	font-size: 24px;
	margin-bottom:20px;
	padding: 13px 24px;
}



.gauche .contenu p{
	font-size: 12px;
	line-height: 15px;
	color:#3b4254;
	padding: 0px 20px;
	text-align:justify;
}

.gauche .contenu ul{
	list-style: circle;
	list-style-position: inside;
	text-align: justify;
	line-height: 14px;
	padding: 0px 20px;
}

.gauche .contenu .date{
	font-size:12px;
	font-style: italic;
}

.gauche .contenu figure{
	display: inline-block;
	position: relative;
	margin-bottom:10px;
	max-width: 100%;
}

.gauche .contenu figure img{
	max-width:100%;
}

.gauche .contenu figure.right{
	float:right;
	padding-right:20px;
	margin-left:15px;
}

.gauche .contenu figure.left{
	float:left;
	margin-right:15px;
	padding-left:20px;
}

.gauche .contenu figure figcaption{
	background: #ffffff;
	padding: 10px;
}

aside{
	display: block;
	float:left;
	width:400px;
}

aside .menubis{
	display: block;
	position: relative;
	padding-left:22px;
	padding-bottom:22px;
}

.aside-recherche{
	padding-left:22px;
	padding-bottom:22px;
}

.vi .aside-recherche{
	background: #89B8CF;
}

.gt .aside-recherche{
	background: #DCDCAA
;}


.recherche{
	padding:0px 0px 10px 0px;
	height: 50px;
}

.vi .recherche input[type=text]{
	width: 295px;
	height: 30px;
	border: none;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	float:left;
	margin-top:10px;
	background-color: #daebf7;
}

.vi .recherche input[type=submit]{
	width: 65px;
	height: 50px;
	border: none;
	padding: 0px;
	margin: 0px;
	background: #F26E24 url(../img/sprite.png) 17px -2px no-repeat;
	float:left;
}

.vi .recherche input[type=submit]:hover{
	background-color: #f03e26;
}

.gt .recherche input[type=text]{
	width: 300px;
	height: 30px;
	border: none;
	padding: 0px;
	margin: 0px;
	float:left;
	margin-top:15px;
	margin-right:15px;
	padding-left:15px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	behavior: url(js/PIE.htc);
}

.gt .recherche input[type=submit]{
	width: 30px;
	height: 30px;
	border: none;
	padding: 0px;
	margin: 0px;
	background: url(../img/sprite.png) -350px -5px no-repeat;
	background-color: #FFCB4B;
	float:left;
	margin-top:15px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	behavior: url(js/PIE.htc);
}

.gt .recherche input[type=submit]:hover{
	background-color: #F06E26;
}

aside .menubis .titre{
	display: block;
	font-size: 16px;
	font-weight:bold;
	padding:20px 0px 15px 0px;
	border-bottom:1px solid #9fc8dc;
	text-transform: uppercase;
}

.gt aside .menubis .titre{
	border-bottom:1px solid #bbba8a;
}

aside .menubis ul li a{
	position:relative;
	display: block;
	color:#ffffff;
	font-size: 14px;
	padding:10px 20px;
}

.vi aside .menubis ul li a.current{
	color:#0062a8;
}

.vi aside .menubis ul li a.current:before{
	content: " &gt;";
	position: absolute;
	left: 8px;
	top:8px;
	font-size: 16px;
}

.vi aside .menubis ul li ul li a.current:before{
	top:7px;
}

.gt aside .menubis ul li a.current:before{
	content: " &gt;";
	position: absolute;
	left: 8px;
	top: 7px;
	font-size: 16px;
}

.gt aside .menubis ul li a.current{
	color:#fa6400;
}

.gt aside .menubis ul li{
	border-bottom:1px solid #bbba8a;
}

aside .menubis ul li{
	border-bottom:1px solid #9fc8dc;
}


aside .menubis ul li a.current{
	color:#0060B2;
	font-weight: bold;
}

aside .menubis ul li ul li{
	border-bottom:none;

}

aside .menubis ul li ul li a{
	display: block;
	color:#ffffff;
	font-size: 12px;
	padding:10px 20px;
}

aside .menubis ul li ul{
	padding-bottom:10px;
}

aside .adecouvrir{
	display: block;
	position: relative;
	padding-bottom:22px;
	padding-left:22px;
}

aside .adecouvrir span{
	display: block;
	color:#000000;
	font-size: 12px;
	font-weight:bold;
	padding:22px 0px 10px 0px;
}

aside .adecouvrir ul li a{
	display: block;
	font-size: 12px;
	padding:3px 0px;
}

aside .actus{
	display: block;
	position: relative;
	padding-left:22px;
}

aside .actus span.titre{
	display: block;
	color:#000000;
	font-size: 12px;
	font-weight:bold;
	padding:10px 0px;
}

aside .actus ul li{
	margin:20px 0px;
	min-height:102px;
}

aside .actus ul a li img{
	width:100px;
	height:100px;
	float: right;
	margin-right:10px;
	overflow:hidden;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    behavior: url(js/PIE.htc);
}

aside .actus ul a li span{
	display: block;
	font-size: 16px;
	padding:10px 0px;
	width: 240px;
}

.gt aside .actus ul li a:hover span{
	color:#F06E26;
}

.vi aside .actus ul li a:hover span{
	color:#f03e26;
}


aside .actus ul li a p{
	display: block;
	font-size: 12px;
	line-height: 14px;
	width: 240px;
}

.vi aside .actus ul li a:hover p{
	color:#F06E26 !important;
}

/*********** SSCAT *****************/
.sscat h1{
	font-size: 26px;
	display: block;
	/*padding: 12px 24px;*/
	margin-bottom: 60px;
}

.sscat ul a li:hover{
	background-color:#f3f2f7;
    -moz-box-shadow: 0 0 0 5px #111 inset;
    -webkit-box-shadow: 0 0 0 0 #111 inset;
    -o-box-shadow: 0 0 0 0 #111 inset;
    box-shadow: 0 0 5px 5px #ccc inset;
    behavior: url(js/PIE/PIE.htc);
}

.sscat ul {
	margin-top:22px;
}

.sscat ul li{
	display: block;
	height: 124px;
	padding:12px 16px;
}

.sscat ul li h2{
	color:#0060B2;
	font-size: 16px;
	margin-bottom:12px;
}

.sscat ul li p{
	font-size: 12px;
	line-height: 14px;
	width:540px;
}

.sscat ul li img{
	float:left;
	margin-right:20px;
	overflow: hidden;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	behavior: url(js/PIE.htc);
}

/*********** RECHERCHE *****************/
.gauche .recherche{
	padding: 0px;
	height: auto;
}

.recherche a:hover{
	text-decoration: none;

}

.vi .recherche a:hover{
	color:#F03E26;
}

.gt .recherche a:hover{
	color:#5D8AC6;
}


.recherche h1{
	font-size: 26px;
	display: block;
	padding: 12px 24px;
	margin-bottom: 60px;
}

.recherche ul li{
	display: block;
	height:100px;
	margin:20px;
}

.recherche ul li h2{
	color:#0060B2;
	font-size: 16px;
	margin-bottom:12px;
}

.recherche ul li p{
	font-size: 11px;
	line-height: 12px;
	width:540px;
}

.recherche ul li img{
	float:left;
	width:100px;
	height:100px;
	margin-right:20px;
	overflow: hidden;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	behavior: url(js/PIE.htc);
}

/*********** produit *****************/
.produit h1{
	font-size: 26px;
	display: block;
	padding: 12px 24px;
}

.produit .contenu{
	margin:20px;
	padding:0px;
}

.produit .contenu p{
	font-size: 12px;
	line-height: 15px;
	width:auto;
	padding:0px 0px 10px 0px;
	text-align: justify;
}

.produit .contenu p.intro{
	font-weight: bold;
}

.produit .contenu ul{
	list-style: circle;
	list-style-position: inside;
	text-align: justify;
	line-height: 14px;
	padding-left:22px;
}

.produit .contenu .diapo-produit{
	float:right;
	position: relative;
	display: inline-block;
	width: 295px;
	right: -20px;
	margin-left: 30px;
	border-top: 45px solid #445066;
	padding-top: 10px;
	padding-bottom: 20px;
}

.produit .contenu .diapo-produit .logo{
	float:right;
	width:295px;
	height:73px;
}

.produit .contenu table{
	font-size:11px;
	width:100%;
	margin-top:15px;
}

.produit .contenu table a{
	color:#ffffff;
}

.produit .contenu table tr th{
	color:#ffffff;
	padding:5px 0px;
	text-align: center;
}

.produit .contenu table tr td{
	color:#3a4354;
	border-bottom:#3a4354 1px solid;
	padding:5px 0px;
	text-align: center;
}

.produit .contenu table tr td:last-child{
	background-color: #f86402;
	color:#ffffff;
}

.produit .contenu .diapo-produit .bouton-prev{
	top: -35px;
	left: 10px;
}

.gt .produit .contenu .diapo-produit .bouton-prev{
	background-color: #FFCB4B;
}

.gt .produit .contenu .diapo-produit .bouton-next{
	background-color: #FFCB4B;
}

.bouton-prev{
	display: inline-block;
	position: absolute;
	width:26px;
	height:26px;
	z-index: 70;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	border-radius: 26px;
	behavior: url(js/PIE.htc);
}

.produit .contenu .diapo-produit .bouton-next{
	top: -35px;
	right: 10px;
}

.bouton-next{
	display: inline-block;
	position: absolute;
	width:26px;
	height:26px;
	z-index: 70 ;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	border-radius: 26px;
	behavior: url(js/PIE.htc);
}

.bouton-loupe{
	display: inline-block;
	position: absolute;
	width:26px;
	height:26px;
	z-index: 70 ;
	-moz-border-radius: 26px;
	-webkit-border-radius: 26px;
	border-radius: 26px;
	behavior: url(js/PIE.htc);
	cursor: pointer;
}

.produit .contenu .diapo-produit .bouton-loupe{
	top: -35px;
	left: 50%;
	margin-left: -13px;
}

.diapo-accueil .bouton-loupe{
	top: 12px;
	right: -36px;
}

.diapo .bouton-loupe{
	top: 12px;
	right: 10px;
}

.gt .bouton-loupe{
	background: #ffffff url(../img/sprite.png) -34px -436px no-repeat;
}

.vi .bouton-loupe{
	background: #F06E26 url(../img/sprite.png) -35px -458px no-repeat;
}

.gt .bouton-next{
	background: #ffffff url(../img/sprite.png) -317px -12px no-repeat;
}

.gt .bouton-prev{
	background: #ffffff url(../img/sprite.png) -293px -12px no-repeat;
}

.vi .bouton-next{
	background: #F06E26 url(../img/sprite.png) -213px -12px no-repeat;
}

.vi .bouton-prev{
	background: #F06E26 url(../img/sprite.png) -190px -12px no-repeat;

}

.bx-prev, .bx-next{
	display:block;
	width: 100%;
	height: 100%;
}

.gt .bouton-next:hover, .gt .bouton-prev:hover, .gt .bouton-loupe:hover{
	background-color:#F06E26;
}

.vi .bouton-next:hover, .vi .bouton-prev:hover, .vi .bouton-loupe:hover{
	background-color:#f03e26;
}

/* ----------------------------------*/
/* ------------ PRIVATE ------------ */
html.private{
	background: #ffffff;
}

.private body{
	background: transparent !important;
}

.private .fil{
	display: none;
}

.private footer{
	margin-top:20px;
}

.private footer .content{
	display:none;
}

.private section.content{
	background: #ffffff;
	padding-top:50px;
}

.private table.dataTable{
	width:100%;
        clear: both;
}

.private table.dataTable tr{
	border-bottom:#445066 1px solid;
}

.private table.dataTable th{
	color:#ffffff;
	padding:5px;
}

.odd{
	background: #efeeed;
}

.private table.dataTable tr:hover{
	background: #F06E26;
	color:#ffffff !important;
}

.private table.dataTable tr td.details a{
	margin-bottom:10px;
	display: inline-block;
}

.private table.dataTable tr:hover td.details a{
	color:#F03E26! important;
}

.private table.dataTable tr:hover a{
	color:#ffffff! important;
}


.private table.dataTable tr:hover td{
	color:#ffffff !important;
}

.private table.dataTable td{
	padding:6px;
	text-align: center;
}

.private table.dataTable td.details {
	background-color: #F5F5F5;
	border-top: 1px solid #A19B9E;
	border-bottom: 1px solid #A19B9E;
	border-left: 0px solid #A19B9E;
	border-right: 0px solid #A19B9E;
    text-align: left;
    padding-left: 250px;
}

.private.vi header{
	z-index: 10;
	height:115px;
}

.private.vi header .content-header .contact{
	position: absolute;
	bottom:0px;
	right:0px;
}

.private .bande-blanche-page{
	display: block;
	/*z-index: 11;*/
	top:115px;
}

.private header .content-header{
	z-index: 12;
	border-bottom:4px solid #445066;
}

.private .tooltip-assist{
	position: absolute;
	top:-45px;
	bottom:auto;
	left:-16px;
	background: #445066;
	text-align: center;
	color:#ffffff;
	font-weight: bold;
	padding:8px;
	display: none;
	text-transform: uppercase;
}

.private .tooltip-assist .triangle{
	position: absolute;
	bottom:-10px;
	top:auto;
	left:43%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 7.5px 0 7.5px;
	border-color: #445066 transparent transparent transparent;
}

.tooltip-assist{
	position: absolute;
	top: 59px;
	left: -4px;
	background: #445066;
	text-align: center;
	color:#ffffff;
	font-weight: bold;
	padding:8px;
	display: none;
	text-transform: uppercase;
	z-index:1000;
}

.tooltip-assist .triangle{
	position: absolute;
	top:-10px;
	left:43%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 7.5px 10px 7.5px;
	border-color: transparent transparent #445066 transparent;
}

header .content-header .contact:hover .tooltip-assist{
	display:block;
}


.tooltip-deco{
	position: absolute;
	top: 59px;
	left: -9px;
	background: #445066;
	text-align: center;
	color:#ffffff;
	font-weight: bold;
	padding:8px;
	display: none;
	text-transform: uppercase;
	z-index:1000;
}

.tooltip-deco .triangle{
	position: absolute;
	top:-10px;
	left:43%;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 7.5px 10px 7.5px;
	border-color: transparent transparent #445066 transparent;
}

header .content-header .connexion:hover .tooltip-deco{
	display:block;
}

.private header nav{
	float:right;
	margin-left:0px;
	margin-right:100px;
}

.private header nav ul.menu&gt;li{
	margin: 0px 30px;
}

.private header nav ul.menu&gt;li.actif{
	font-weight: bold;
	border-bottom: 7px solid #F26E24;

}

.private header nav ul.menu&gt;li a,
.private header nav ul.menu&gt;li a:hover{
	color:#000000;
}


.private header .bonjour{
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	color: #2bb3e7;
	padding: 7px;
	margin-top: 41px;
	float:left;
}

.private header .bonjour .nom{
	color: #000;
}

.private .langues{
	display: none;
}

.private footer .bas .credits{
	font-size: 14px;
	color:#0062a8;
}

.produit .contenu .diapo-produit ul{
	padding:0px;
}

.produit .contenu .diapo-produit ul li img{
	width:295px;
	/*height:185px;*/
}

.produit .contenu .diapo-produit .bx-caption{
	position:relative !important;
}















/* -------------------------------------*/
/* -------------------------------------*/
/* -------------------------------------*/
/* -------------------------------------*/
/* -------------------------------------*/
/* -------------------------------------*/
/* -------------------------------------*/
/* -------------------------------------*/
/* -------------------------------------*/
/* -------------------------------------*/
/* -------------------------------------*/
/* ------------ RESPONSIVE ------------ */
.mobile{
	display:none !important;
}

.desktop{
	display: block !important;
}

.recherche-accueil.desktop{
	display:inline-block !important;
}

/* ----------------------------------*/
/* ------------ RESPONSIVE --------- */
@media screen and (max-width:1000px) {

	.powered{
		display:none;
	}

	.mobile{
		display:block !important;
	}

	.desktop{
		display: none !important;
	}

	.recherche-accueil.desktop{
		display:none !important;
	}

	*{
		max-width: 100% !important;
	}

	.sscat ul li img{
		margin-top: -12px;
	}

	.gt .bande-blanche{
		display: none;
	}

	.bande-blanche-page{
		display: none;
	}

	.vi header .content-header .connexion{
		display: none;
	}

	.vi header .content-header .contact{
		margin:0px;
		height:100px;
		background: #F06E26 url(../img/sprite.png) -33px -204px;
	}

	.liste{
		width:100%;
		height: auto;
	}

	.liste ul li a p{
		width:auto;
		padding-right:15px;
	}

	.diapo-accueil{
		width:100%;
	}

	.diapo-accueil ul{
		border-right-width: 45px;
		border-right-style: solid;
	}

	.diapo-accueil ul li{
		text-align: center;
	}

	.bx-wrapper img{
		display:inline-block !important;
	}

	.bx-wrapper ul{
		padding:0px;
	}

	.gauche .bx-wrapper img{
		width:480px;
		height:250px;
	}

	.diapo-accueil .bouton-next{
		right:9px;
		bottom:70px;
		top:auto;
	}

	.diapo-accueil .bouton-prev{
		bottom:70px;
		top:auto;

	}

	.vi .diapo-accueil .bx-wrapper .bx-caption, .gt .diapo-accueil .bx-wrapper .bx-caption{
		width:100%;
	}

	aside{
		display: none;
	}

	.gauche{
		width:100%;
	}

	.gauche .diapo{
		height: auto;
		width:100%;
	}

	.gauche .diapo ul li{
		position: relative !important;
		margin-left:0px;
	}

	.vi .diapo .bx-wrapper .bx-caption, .gt .diapo .bx-wrapper .bx-caption{
		text-align: center;
		bottom:1px;
	}

	.diapo .bouton-next{
		right:9px;
		bottom:20px;
		top:auto;
	}

	.diapo .bouton-prev{
		bottom:20px;
		top:auto;
	}

	.gauche .contenu{
		padding:10px;
	}

	footer .content .presentation{
		width:50%;
	}

	footer .content .liste-liens{
		width:50%;
	}

	.recherche-accueil {
		display: inline-block;
		position: relative;
		width: 100%;
		height: auto;
		padding-left: 0px;
		padding-top: 0px;
	}

	.recherche-accueil form{
		position: relative;
		width:100%;
	}

	.vi .recherche-accueil input[type=text]{
		width:100%;
		padding-left:15px;
	}

	.vi .recherche-accueil input[type=submit], .gt .recherche-accueil input[type=submit]{
		position: absolute;
		top: 0px;
		right: 0px;
	}

	.gt .recherche-accueil input[type=text]{
		width:100%;
	}

	.recherche{
		display: inline-block !important;
		position: relative;
		width: 100%;
		height: auto;
		padding: 0px;
	}

	.vi .recherche input[type=text]{
		width:100%;
		padding-left:15px;
		height: 49px;
		margin:0px;
	}

	.vi .recherche input[type=submit], .gt .recherche input[type=submit]{
		position: absolute;
		top: 0px;
		right: 0px;
	}

	.vi .recherche input[type=submit]:hover, .gt .recherche input[type=submit]:hover{
		cursor: pointer;
	}

	.gt .recherche input[type=text]{
		width:100%;
		padding:20px;
		margin:0px;
	}

	.gt .recherche input[type=submit]{
		margin:0px;
		padding:20px;
		background: #FFCB4B url(../img/sprite.png) -344px 0px no-repeat;
	}

	.sscat ul li{
		height: auto;
		min-height: 100px;
	}

	.sscat ul li a p{
		color:#3B4254;
	}

	.sscat ul li a:hover h2{
		color:#F06E26;
	}

	.sscat ul li a:hover p{
		color:#F06E26;
	}

	.gt header .logo{

	}

	header nav.mobile{
		margin-left:0px;
		margin-top:20px
	}

	header nav.mobile a{
		display:block;
	}

	header nav.mobile a img{
		margin-right:10px;
	}

	header nav.mobile a p{
		min-height: 46px;
	}

	header nav.mobile span{
		display:block !important;
	}

	header nav.mobile ul li{
		border-bottom:1px solid #f6f6f6;
	}


	header nav.mobile ul li ul li{
		padding:7px;
		font-size:14px;
		display:block !important;
	}

	header nav.mobile ul li ul.sous-menu{
		top:40px;
	}


	header nav.mobile ul.menu&gt;li{
		display: block;
		width: 100%;
		text-align: center;
	}


	header .content-header{
		height:auto;
	}

	.produit .contenu p{
		width:100%;
	}

	.gauche .contenu figure{
		clear:both !important;
		float:none !important;
		display:block;
		margin:auto auto auto 10px auto!important;
		width:auto;
	}

	.gauche .contenu figure img{
		display:block;
		margin:auto !important;
	}

	.gauche .contenu figure figcaption{
		text-align: center;
	}

	footer .bas .langues{
		margin:10px;
		float:none;
		display: block;
		position: relative;
		text-align: center;
	}

}

/* ----------------------------------*/
/* ----------------------------------*/
@media screen and (max-width:790px) {

	.gt header .content-header .contact{
		margin: 0px;
		height: 85px;
		background: #FFCB4B url(../img/sprite.png) -31px -210px;
		display: block;
		float: right;
		position: relative;
		width: 65px;
		content: "";
		-webkit-border-top-right-radius: 0px;
		-webkit-border-bottom-right-radius: 0px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomright: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		font-size: 0px;
	}

	.gt .diapo-accueil .decouvrir {
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}

	.gt .recherche-accueil input[type=text]{
		padding-left:15px;
		display: block;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	footer .content{
		display:none;
	}

	.gt header .logo{
		height: 100px;
	}

}

/* ----------------------------------*/
/* ----------------------------------*/
@media screen and (max-width:680px) {

}


/* ----------------------------------*/
/* ----------------------------------*/
@media screen and (max-width:520px) {

	.diapo-accueil{
		height: auto;
	}

	.diapo-accueil ul{
		border:none;
		width:100%;
	}

	.diapo-accueil ul li{
		text-align: center;
		width:100% !important;
	}

	.bx-wrapper img{
		display:inline-block !important;
		width:100%;
		margin:0px;
	}

	.bx-controls{
		display: none;
	}

	.diapo-accueil .decouvrir {
		display: inline-block;
		margin: auto;
		padding: 10px;
		margin-top: 0px;
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		color: #000;
		width:100%;
	}

	.gt header .logo{
		background: url(../img/sprite.png) -200px -380px no-repeat;
		width:250px;
		height: 100px;
	}

	.produit .contenu .diapo-produit{
		width: 100%;
		margin: auto;
		position: relative;
		display: inline-block;
		right:auto;
		margin-bottom:30px;
	}

	.produit .contenu .diapo-produit .logo{
		margin: auto;
		display: block;
		float: none;
	}

	.produit .contenu .diapo-produit img{
		width:295px;
		height:185px;
	}


	.pop-contact{
		width: 100% !important;
		top: 30px !important;
		left: 0px !important;
		margin-left: 0px !important;
	}

	.vi .diapo-accueil .bx-wrapper .bx-caption{
		bottom:39px;
	}

}


/* ----------------------------------*/
/* ----------------------------------*/
@media screen and (max-width:370px) {
	.vi header .logo{
		background: url(../img/sprite.png) -266px -255px no-repeat;
		width:200px;
		height: 100px;
	}

	.liste ul li{
		height: auto;
	}
}


/* ----------------------------------*/
/* -------------- Contact -----------*/
.voile{
	display:none;
	width: 100%;
	height:100%;
	position: fixed;
	top:0px;
	left:0px;
	background: rgba(0, 0, 0, 0.4);
	z-index: 999;
}

.pop-contact{
	position: absolute;
	width: 400px;
	padding: 40px;
	top: 100px;
	left: 50%;
	margin-left: -200px;
	background: #ffffff;
}

.pop-contact input, .pop-contact select{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #ddd;
	width:100%;
	margin:0 0 10px 0;
	font-family: 'Roboto', arial, sans-serif;
}

.pop-contact textarea{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #ddd;
	width:100%;
	margin:0 0 10px 0;
	font-family: 'Roboto', arial, sans-serif;
	min-height:70px;
}

.pop-contact button{
	clear:both;
	height:31px;
	text-align:center;
	line-height:1.5;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	border:0;
	margin:0;
	padding:0;
	font-family: 'Roboto', arial, sans-serif;
	background:#f56a00;
	width:100%;
}

.pop-contact button:hover,.button:focus, .pop-contact button:active, .fermer{
	background: #f03e26;
}

.pop-contact h1 {
	font-family: 'Roboto', arial, sans-serif;
	font-size:20px;
	color:#0062a8;
	font-weight: 700;
}

.pop-contact h2{
	margin-top:20px;
	margin-bottom:10px;
	font-family: 'Roboto', arial, sans-serif;
	font-size:16px;
	color:#0062a8;
	font-weight: 700;
}

.pop-contact .label {
	display: block;
	margin-bottom:4px;
	font-family: 'Roboto', arial, sans-serif;
	font-size:12px;
	line-height: 14px;
	color:#000000;
}

.pop-contact div span{
	display: block;
	line-height: 14px;
	color:#777777;
}

.picto-contact{
	background: #f06e26 url(../img/sprite.png) -33px -230px;
	position: absolute;
	top:0px;
	right:40px;
	height:50px;
	width:65px;
	z-index:50;
}

.fermer{
	position: absolute;
	top:-12px;
	right:-12px;
	height:26px;
	width:26px;
	padding-top:6px;
	padding-right:1px;
	z-index:50;
	font-size: 13px;
	font-weight:bold;
	color:#ffffff;
	text-align: center;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	cursor: pointer;
	background:#F56A00 url(../img/sprite.png) 6px -459px;
}

.fermer:hover{
	background-color: #f03e26;
}

.jaune {
	color:#ffe108;
}

.tungstÃ¨ne {
	color:#445066;
}

.noir {
	color:#000000;
}

.bleu {
	color:#0062a8;
}

.orange {
	color:#f06e26;
}

.gris {
	color:#707E84;
}


/* FORMULAIRE DE CONTACT ERRORS*/
input.error, select.error, textarea.error {
    border-color: rgba(255, 0, 0, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6);
    outline: 0 none;
    color: rgba(255, 0, 0, 0.6);
}

textarea.error:focus, input.error[type="text"]:focus, input.error[type="password"]:focus, input.error[type="datetime"]:focus, input.error[type="datetime-local"]:focus, input.error[type="date"]:focus, input.error[type="month"]:focus, input.error[type="time"]:focus, input.error[type="week"]:focus, input.error[type="number"]:focus, input.error[type="email"]:focus, input.error[type="url"]:focus, input.error[type="search"]:focus, input.error[type="tel"]:focus, input.error[type="color"]:focus, .uneditable-input.error:focus {
    border-color: rgba(255, 0, 0, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6);
    outline: 0 none;
    color: rgba(255, 0, 0, 0.6);
}





/***************************************************************************/
/********************* POP-UP acces prive **********************************/

.voile2{
	display:none;
	width: 100%;
	height:100%;
	position: fixed;
	top:0px;
	left:0px;
	background: rgba(0, 0, 0, 0.4);
	z-index: 999;
}



.pop-private{
	position: absolute;
	width: 400px;
	padding: 40px 40px 18px;
	top: 100px;
	left: 50%;
	margin-left: -200px;
	background: #ffffff;
}

.pop-private input, .pop-private select{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #ddd;
	width:100%;
	margin:0 0 10px 0;
	font-family: 'Roboto', arial, sans-serif;
}

.pop-private textarea{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #ddd;
	width:100%;
	margin:0 0 10px 0;
	font-family: 'Roboto', arial, sans-serif;
	min-height:70px;
}

.pop-private button{
	clear:both;
	height:31px;
	text-align:center;
	line-height:1.5;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	border:0;
	margin:0;
	padding:0;
	font-family: 'Roboto', arial, sans-serif;
	background:#f56a00;
	width:100%;
}

.pop-private button:hover,.button:focus, .pop-private button:active{
	background: #f03e26;
}

.pop-private h1 {
	font-family: 'Roboto', arial, sans-serif;
	font-size:20px;
	color:#0062a8;
	font-weight: 700;
	margin-bottom:30px;
}

.pop-private h2{
	margin-top:20px;
	margin-bottom:10px;
	font-family: 'Roboto', arial, sans-serif;
	font-size:16px;
	color:#0062a8;
	font-weight: 700;
}

.pop-private .label {
	display: block;
	margin-bottom:4px;
	font-family: 'Roboto', arial, sans-serif;
	font-size:12px;
	line-height: 14px;
	color:#000000;
}

.pop-private div span{
	display: block;
	line-height: 14px;
	color:#777777;
}

.picto-connexion{
	background: #f06e26 url(../img/sprite.png) -120px -231px;
	position: absolute;
	top:0px;
	right:40px;
	height:50px;
	width:65px;
	z-index:50;
}

.fermer2{
	position: absolute;
	top:-12px;
	right:-12px;
	height:27px;
	width:27px;
	padding-top:6px;
	padding-right:1px;
	z-index:50;
	font-size: 13px;
	font-weight:bold;
	color:#ffffff;
	background: #f06e26;
	text-align: center;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	cursor: pointer;
}

.fermer2:hover{
	background: #f03e26;
}

/**************** Mentions lÃ©gales ************************/
.mentions{
	padding:40px;
}

.vi .mentions h1{
	color:#0062A8;
	font-size: 20px;
	font-weight: bold;
}

.vi .mentions h3{
	color:#0062A8;
	font-size: 14px;
	font-weight: bold;
	margin-top:20px;
}

.gt .mentions h1{
	color:#0062A8;
	font-size: 18px;
	font-weight: bold;
}

.gt .mentions h3{
	color:#0062A8;
	font-size: 14px;
	font-weight: bold;
	margin-top:20px;
}

.support{
	margin-top:30px;
	margin-bottom:60px;
}

.support h1{
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #3B4254;
}

.support .formulaire_support{
	width:500px;
	margin:auto;
}

.support .formulaire_support input,
.support .formulaire_support select,
.support .formulaire_support textarea{
	width:100%;

	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #DDD;
	width: 100%;
	margin: 0 0 10px 0;
	font-family: 'Roboto', arial, sans-serif;
}

.support .formulaire_support button{
	clear: both;
	height: 31px;
	text-align: center;
	line-height: 1.5;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: 'Roboto', arial, sans-serif;
	background: #F56A00;
	width: 100%;
}

.support .formulaire_support button:hover{
	background: #f03e26;
}

.support .formulaire_support label{
	display: block;
	width:49%;
	float:left;
	height:20px;
	margin:0px;
	padding:0px;
}

.support .formulaire_support label:hover{
	cursor: pointer;
}

.support .formulaire_support .line{
	display:block;
	height:20px;
}


.support .formulaire_support input[type="radio"]{
	display: block;
	width:49%;
	float:right;
	margin:0px;
	padding:0px;
}

.support .formulaire_support input[type="radio"]:hover{
	cursor: pointer;
}


/**************** Style pour le sceau HTTPS ************************/
.pop-private .sceau {
    float: right;
    margin-top: 30px;
}


footer .sceau {
    position: absolute;
    right: 0;
    top: 0;
}


.powered{
	position:absolute;
	top: 70px;
	right: 20px;;
}
</pre></body></html>