@charset "utf-8";

/* Silver 6 horizontal big slide*/
html {
  margin:0;
  padding:0;
  background:url(../charte/fond-page.jpg) repeat-x top center #fff;
 /* background: url(../charte/bg.jpg) no-repeat center fixed; 
  -webkit-background-size: cover;  pour anciens Chrome et Safari 
  background-size: cover;  version standardisée */
  }

body {margin:0;padding:0; font-size:16px}

/*-------------------------------CHARTE-------------------------------*/

#conteneur	{
	width:60em;
	margin:0px auto;
		background:rgba(255,255,255,0.8);
}
#entete {height:280px; background:url(../charte/fond-page.jpg) repeat-x top center #222222;}
#logo	{
	height:200px;
	width:960px;
	background:url(../charte/fond-logo.jpg) no-repeat top center;
}
#slogan	{
	font-family:'Open Sans', sans-serif;
	height:80px;
	width:960px;
	background:none;
}
#slogan p{ font-size:18px; text-align:center; color:#3e3e3e; margin:0px;padding:10px 0px;}
#slogan p a { color:#0074b3; text-decoration:none}
#animation	{
	height:auto;
	width:100%;
	clear:both;
	background:url(../charte/fond-animation.jpg) no-repeat top center;
	margin:340px auto 0; }


nav	{
	text-align:center;
	width:60em;
	padding:0;
	margin:0;
	height:60px;
	min-height:60px;
	background:url(../charte/fond-navigation.jpg) no-repeat top center #222222;
}

#masque > img {
    position:absolute;
	z-index:15
}

#navigation > li {margin-left:1.875em}


section#integration	{
	padding:0.3125em 1em;
	width:58em;
	min-height:400px; /* 0.3125em = 5px x 2 = 10px a soustraire à la hauteur */

}
footer	{
	height:70px;
	clear:left;
	color:#fff;
}
footer p {font-size:12px;text-align:center; padding-top:30px; margin:0; color:#fefefe}
footer p a:link {color:#fefefe; text-decoration: none}
footer p a:hover {color:#fefefe; text-decoration: none}
footer p a:visited {color:#fefefe; text-decoration: none}
footer ul	{text-align:center;}
footer ul li	{
	display:inline;
	margin:0.3125em;
	font-size:11px;
}
footer ul li a:link	{
	color:#FFF;
}
footer ul li a:hover	{
	color:#FFF;
	text-decoration:none;
}
footer ul li a:visited	{
	color:#FFF;
}
#pied	{
	clear: both;
	position: absolute; 
	margin: 0;
	width:100%;
	/*min-height:110px;*/ height: auto;
	border-top:2px solid #06396f;
	background-color:#0074b3;
}

#baspage	{
	width:960px;
	margin:0 auto;
	text-align:center;
}
div#logo-distributeur > a {text-decoration:none;display:block;width:3.75em;height:5em;background:none no-repeat top left transparent;float:right;margin-right:-3.75em;}

div#logo-distributeur > a.distal {background-image:url('../charte/logo-al.png')}
div#logo-distributeur > a.distar {background-image:url('../charte/logo-ar.png')}
div#logo-distributeur > a.distco {background-image:url('../charte/logo-co.png')}
div#logo-distributeur > a.disteo {background-image:url('../charte/logo-eo.png')}
div#logo-distributeur > a.distsi {background-image:url('../charte/logo-si.png')}
div#logo-distributeur > a.distpr {background-image:url('../charte/logo-pr.png'); width:100px;height:60px;}

#liens-referencement {font-size:11px;text-align:center}
#liens-referencement a {color:#3e3e3e}

/* Style navigation */


nav ul {
	
list-style: none;
margin: 0;
padding: 0;
	
}
nav ul li {

float: left;
position: relative; 

}
nav ul li a,
nav ul li a:visited {

display: block;
padding: 10px 40px;
line-height: 40px;

color: #0074b3;
text-decoration: none; 
font-family:'Open Sans', sans-serif;
font-size:20px;	
	text-align:center;
	
}
nav ul li a.current  {
	
		background:#0074b3;
color:#f2fd00;
}

ul li a:hover, nav ul li a:visited:hover {
	background:#0074b3;
color:#f2fd00;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
padding-left: 4px;
content: " ▾";
}


nav ul li ul li {
	border-top:1px solid #eee;
min-width:100%;
	
}
nav ul li ul li a {
	text-align:center;
	color:#0074B3;
	font-size:16px;
padding: 10px;
line-height: 20px;
}
.nav-dropdown {
	background:#fff;
position: absolute;
display: none;
z-index: 1;
box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
display: none;
position: absolute;
top: 15px;
right: 5px;
background: #b7b7b7;
height: 35px;
width: 35px;
}
@media only screen and (max-width: 730px) {
.nav-mobile {
display: block;
}
nav {
width: 100%;
padding: 10px 0 15px;
	
}
nav ul {
display: none;
}
nav ul li {
float: none;
}
 nav ul li a {
padding: 15px;
line-height: 20px;border-top: 1px solid #fff;
}
 nav ul li ul li a {
padding-left: 30px; background:#fff
}
.nav-dropdown {
position: static;
}
}
@media screen and (min-width: 799px) {
.nav-list {
display: block !important;
}
}
#nav-toggle {
position: absolute;
left: 5px;
top: 3px;
cursor: pointer;
padding: 12px 35px 16px 2px;
line-height: 1px
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
cursor: pointer;
border-radius: 1px;
height: 3px;
width: 20px;
background: #ffffff;
position: absolute;
display: block;
content: "";
transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
 top: -10px;
}
#nav-toggle span:after {
bottom: -10px;
}
#nav-toggle.active span {
background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
top: 0;
}
#nav-toggle.active span:before {
transform: rotate(45deg);
}
#nav-toggle.active span:after {
transform: rotate(-45deg);
}


	
/** ScrollToTop **/
#scrollToTop a{
position: fixed;
right: 1.25em;
bottom: 0.625em;
background-color: #000; /** rgba fallback**/
background-color: #000;
padding: 0.4375em 0.625em;
border-radius:6.25em;
text-decoration:none;
color:#fff
}


#scrollToTop a:hover{
box-shadow: 0px 0px 5px #222;
-moz-box-shadow: 0px 0px 5px #222;
-webkit-box-shadow: 0px 0px 5px #222;
text-decoration: none !important;
}

/** Actualités **/
#actu a{
	width:200px; 
	height:40px; 
	background:rgba(0,0,0,0.7); 
	color:#fff; 
	text-align: center; 
	color:#fff;
	line-height: 40px;
	font-size:16px;
	text-decoration:none; 
	transition: all 0.3s ease 0s;
	position:absolute; 
	margin:10px 0 0 420px; 
	z-index:99999
	}
#actu a:hover{background: rgba(255,255,255,0.7); color:#000; transition: all 0.3s ease 0s;}

/** bt-slide **/
#prev{
                width:40px; 
                height:40px; 
                background:rgba(0,115,178,0.7); 
                color:#fff;
                font-family: Arial, Helvetica, sans-serif; 
                font-size:48px; 
                text-align:center;
                line-height:40px;
                text-decoration:none; 
                transition: all 0.3s ease 0s;
                position:absolute; 
                margin:10% 0 0 10px; 
                cursor: pointer;
                z-index:999
                }
#prev:hover{background:rgba(255,255,255,0.7); color:#0073B2; transition: all 0.3s ease 0s;}
#next{
                width:40px; 
                height:40px; 
                background:rgba(0,115,178,0.7);  
                color:#fff;
                font-family: Arial, Helvetica, sans-serif; 
                font-size:48px; 
                text-align:center;
                line-height:40px;
                text-decoration:none; 
                transition: all 0.3s ease 0s;
                position:absolute; 
                margin:10% 0 0 910px; 
                cursor: pointer;
                z-index:999
                }
#next:hover{background:rgba(255,255,255,0.7); color:#0073B2; transition: all 0.3s ease 0s;}




.mobile {display:none;}
.menu-open {display:none;}
#pav	{height:180px;width:60em;float:none;background:url(../charte/fond-pav.jpg) no-repeat top center;}
#pav ul {padding:0 ; margin:0 auto; display:inline; list-style:none}
#pav ul li a{width:310px; height:100px; float:left; line-height:20px; text-align:center; background:#000; color:#2c2d3d; font-family:bebas_neueregular; text-decoration:none; font-size:24px; margin:10px 5px 0 5px; box-shadow:0px 0px 3px #000;}
#pav ul li a img{margin:10px auto 0px; float:none0}
#pav ul li a:hover{background: #2c2d3d; color:#fff}
#pav ul li a.current{background: #2c2d3d; color:#fff}
#pav ul li a div.tgros {width:100%; margin:0px auto 0; font-size:30px; line-height:30px; transition: all 0.3s ease 0s; background:rgba(255,255,255,0.7); letter-spacing:5px}
#pav ul li a div.tpetit {width:100%; margin:50px auto 0; font-size:20px; line-height:20px; transition: all 0.3s ease 0s; background:rgba(255,255,255,0.7); letter-spacing:3px}
#pav ul li a:hover div.tgros {width:100%; margin:0px auto 0;transition: all 0.3s ease 0s; background:rgba(44,45,61,0.6); text-shadow:0px 0px 3px #000; padding:30px 0 0 0}
#pav ul li a:hover div.tpetit {width:100%; margin:0px auto 0;transition: all 0.3s ease 0s; background:rgba(44,45,61,0.6); text-shadow:0px 0px 3px #000; padding:0 0 20px 0}
#pav ul li a div.plus {width:30px; height:30px; border-radius:15px; background:#fff; color:#2c2d3d; font-family:bebas_neueregular; display:none; margin:60px 0 0 270px; position:absolute; text-align:center; line-height:30px; font-size:30px;transition: all 0.3s ease 0s;}
#pav ul li a:hover div.plus {display:block;transition: all 0.3s ease 0s;}

#slideshow img {width: 100%}