html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, a, img, ul, li, form, label, table, caption, tr, th, td, embed {
    font-family: 'titilliumregular';
	margin: 0;
	padding: 0;
}
@font-face {
    font-family: 'robotocondensed';
    src: url('../font/roboto-condensed-webfont.eot');
    src: url('../font/roboto-condensed-webfont.eot?#iefix') format('embedded-opentype'),
	url('../font/roboto-condensed-webfont.woff2') format('woff2'),
	url('../font/roboto-condensed-webfont.woff') format('woff'),
	url('../font/roboto-condensed-webfont.ttf') format('truetype'),
	url('../font/roboto-condensed-webfont.svg#robotocondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'titilliumregular';
    src: url('../font/titillium-regular-webfont.eot');
    src: url('../font/titillium-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../font/titillium-regular-webfont.woff2') format('woff2'),
	url('../font/titillium-regular-webfont.woff') format('woff'),
	url('../font/titillium-regular-webfont.ttf') format('truetype'),
	url('../font/titillium-regular-webfont.svg#titilliumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
img {
	border: none;
	max-width: 100%;
	width: auto;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background:#fff;
	font-size:16px;
}
a:hover {
	-moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
	-webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

/* ___ BANDEAU SLIDE NAV MENU ___ */

#bandeau {
	height: auto;
	position:relative;
	width:100%;
	height:auto;
}
nav {
	height:auto;
	width:100%;
	background:rgba(255,255,255,0.8);
	border-top:rgba(0,0,0,0.4) 1px solid;
	border-bottom:rgba(0,0,0,0.4) 1px solid;
	text-align:center;
	z-index:2000;
	position:absolute;
	left:0;
	top:50px;
	font-size:18px;
}
#menu {
	text-align:center;
	width:80%;
	margin:0 auto;
}
#menu img {
	margin-right:4em;
}
#menu li {
	list-style:none;
	display:inline;
	line-height:40px;
}
#menu li a {
	text-decoration:none;
	color:#000;
	font-size:1em;
	padding:3px 10px;
	font-weight:bold;
	letter-spacing:2px;
}
#menu li a:hover, #menu li a.select {
	color:#256;
}
.slicknav_menu {
	display:none;
}
.logonav {
	margin-bottom:-14px;
}
.logonav0 {
	display:none;
}
.menu-rd {
	text-align:center;
	background:#fff;
	padding:0.5em;
}
#slide {
	width: 100%;
	height: auto;
	z-index: 1;
	overflow:hidden;
}
.rslides {
  	position: relative;
  	list-style: none;
  	overflow: hidden;
  	width: 100%;
}
.rslides li {
  	-webkit-backface-visibility: hidden;
  	position: absolute;
  	display: none;
  	width: 100%;
  	left: 0;
  	top: 0;
}
.rslides li:first-child {
  	position: relative;
  	display: block;
  	float: left;
}
.rslides img {
  	display: block;
  	height: auto;
  	float: left;
  	width: 100%;
  	border: 0;
}

/*___ CONTENU EDITORIAL ___*/

#contenu {
	position:relative;
}
#contenu h1 {
	font-size:2.7em;
	margin-bottom:0.4em;
	line-height:1em;
	font-weight:normal;
	color:#fff;
	text-transform:uppercase;
}
#contenu .h1petit {
	font-size:0.5em;
}
#contenu h4, #contenu h3, #contenu h2 {
	margin:0.5em 0;
	font-weight:normal;
	line-height:1em;
	text-transform:uppercase;
}
#contenu p {
	margin:0.6em 0;
}
#contenu a, #contenu li a, #contenu h2 a, #contenu h3 a, #contenu h4 a {
	font-size: 1em;
	color:#900;
	text-decoration:none;
}
#contenu p a:hover, #contenu li a:hover, #contenu h2 a:hover, #contenu h3 a:hover, #contenu h4 a:hover {
	color:#f30;
}

/* --------- PDP -- */

#pdp {
	background: #031929;
	color:#fff;
	padding:1.5em 0;
}
#pied {
	width:80%;
	margin:0.5em auto;
	font-size:14px;
	text-shadow:#000 1px 1px 2px;
}
#pied p {
	font-size:1em;
	text-decoration:none;
	color:#fff;
	margin:0.1em 0;
}
#pied h2 {
	font-size:2em;
	font-weight:normal;
	line-height:1em;
}
#pied h3 {
	font-size:0.8em;
	text-transform:uppercase;
	font-weight:normal;
}
#pied p.tel {
	font-size:2em;
	color:#39a;
	line-height:1em;
	margin:0.2em 0;
}
#pied a:hover, #pied a {
	text-decoration: none;
	color:#fff;
	font-size:1em;
}
#pied ul {
	border-left:#39a 1px solid;	
	font-size:1.1em;
	margin:0.5em 0;
	padding-left:12px;
}
#pied ul li {
	font-size:1em;
	margin:0.4em 0;
	list-style:none inside;	
}
#pied strong {
	letter-spacing:1px;	
}
.blocpdp {
	width:22%;
	display: inline-block;
	margin:1%;
	vertical-align:top;
}

/* --------- EODYS -- */

#eodys {
	width: 100%;
	text-align: center;
	padding:0.3em 0;
	background:#023;
	color:#bbb;
	font-size:13px;
	border-top:#134 1px solid;
}
#eodys p {
	font-size: 1em;
	font-weight:normal;
}
#eodys p img {
	margin-bottom:-2px;
}
#eodys a, #eodys a:hover {
	font-size: 1em;
	color:#bbb;
	text-decoration:none;
}

/* --------- MENTIONS LEGALES -- */

.mlgauche {
	width:30%;
	float:left;	
}
.mldroite {
	width:64%;
	float:right;
	border-left:#000 1px solid;
	padding-left:2%;
	text-align:justify;	
}
.ulml {
	text-align:right;
	margin:1em 0;
}
.ulml li {
	list-style:none;
	margin:1em 0;
	font-size:1.2em;
}

/* --------- CONTENEURS -- */

.conteneur {
	width: 80%;
	margin: 0 auto;
	position:relative;
}
.fd-dbdcdb {
	padding:2em 0;
	color:#000;
	background:#cde;
	text-shadow:rgba(255,255,255,0.8) 1px 1px 1px;
}
.fd-3b3c3b {
	background: url(../images/fd.jpg) top center no-repeat #034 fixed;
	padding:2em 0;
	color:#fff;
	text-shadow:#000 1px 1px 2px;
}
.fd-bleu {
	background:#6cd;
	padding:2em 0;
	color:#fff;
}
.fd-neutre {
	padding:2em 0;
	color:#023;
}
.bloc2 {
	width:45%;
	display: inline-block;
	margin:2%;
	vertical-align: middle;
}
.bloc3 {
	width:28%;
	display: inline-block;
	margin:2%;
	vertical-align:top;
}
.bloc48 {
	width:48%;
}
ul.ulblanc {
	border-left:#39a 3px solid;
	padding-left:12px;
}
ul.ulblanc li {
	list-style:none inside;
	font-size:1.1em;
	margin:6px 0;
	line-height:1em;
}
.brd-bloc {
	border-left:#39a 3px solid;
	padding-left:12px;	
}
.bg-bleu {
	background:#39a;
	color:#fff;
	padding:1% 2%;	
	text-shadow: none;
}

/* --------- FORMAT TITRES ET TEXTES -- */

.titre-1 {
	font-size:2.5em;
}
.titre-2 {
	font-size:1.7em;
}
.titre-3 {
	font-size:1.3em;
}
.txt-1 {
	font-size:1.2em;
}
.txt-2 {
	font-size:1.1em;
}
.titre-1, .titre-2, .titre-3  {
	text-transform:uppercase;
}
.txt-bleu {
	color:#39a;
}

/* --------- MISE EN PAGE -- */

.pad2pc {
	padding:2%;	
}
.pad02pc {
	padding:0 2%;	
}
.gauche{
	float:left;
}
.droite{
	float:right;
}
.txt-centrage {
	text-align:center;
}
.txt-droit {
	text-align:right;
}
.ligne {
	border-top:rgba(255,255,255,0.3) 1px solid;
	border-bottom:rgba(0,0,0,0.3) 1px solid;
	margin:1.5em 0;
	height:0;
	line-height:0;
}
.clear {
	clear:both;
	line-height:0;	
}
.cache {
	display: none;
}
.clearfix:after{
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix{
    display: block;
}
html[xmlns].clearfix{
    display: block;
}
*.clearfix{
    height: 1%;
}

/*-------remonter en haut-------*/

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.7);
    width: 40px;
    height: 40px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	z-index:10000;
	border:#fff 2px solid;
}
#return-to-top b {
    color: #fff;
	margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover b {
    color: #fff;
    top: 5px;
}

/*-------alerte cookies-------*/

#cookie-bar {
	display: block;
    overflow: hidden;
    background: rgba(0,0,0,0.7);
    color: #fff;
	text-shadow:#000 1px 1px 2px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10000;
    width: 100%; 
 	text-align:center;
	padding:5px 0;
    -webkit-animation: apparitioncookie 2s 1 ease;
    -moz-animation: apparitioncookie 2s 1 ease;
    -o-animation: apparitioncookie 2s 1 ease;
}
#cookie-bar p {
    color: #fff;
	font-size:0.9em;
	line-height:1.8em;
}
#cookie-bar a {
    color: #fff;
	font-size:1.1em;
}
#cookie-bar .cb-enable {
	background:#070;
	padding:3px 6px;
}
#cookie-bar .cb-enable:hover {
	background:#292;
}
@-webkit-keyframes apparitioncookie {
    from { 
	bottom : -90px;
	}
    to { 
	bottom: 0;
	}
}
@-moz-keyframes apparitioncookie {
    from { 
	bottom : -90px;
	}
    to { 
	bottom: 0;
	}
}
@-o-keyframes apparitioncookie {
    from { 
	bottom : -90px;
	}
    to { 
	bottom: 0;
	}
}

/*-------zoom sur vignette bloc5-------*/

div.vignette {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.hover01.vignette img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover01.vignette:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

/*-------transition sur apparition des bloc a l'écran------------------------*/

 .bounce-up   {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view   {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}



@media screen and (max-width:1300px) {
	
.conteneur, #pied {
	width:96%;
	padding:2%;
}
#menu {
	text-align:center;
	width:96%;
	margin:0 auto;
}
#menu li a {
	padding:3px;
}
nav {
	font-size:11px;	
}

}



@media screen and (max-width:970px) {

	
body {
	margin:5%;
}
nav {
	height:0;
	border-bottom: none;
	border-top: none;
}
.conteneur, #pied {
	width:96%;
	padding:2%;
}
#contenu h1 {
	font-size:2.2em;
}
h2.titre-1, h3.titre-1, h4.titre-1 {
	font-size:2em;
}
h2.titre-2, h3.titre-2, h4.titre-2 {
	font-size:1.5em;
}
p.txt-1, h3.txt-1, h4.txt-1, p.titre-3, h3.titre-3, h4.titre-3 {
	font-size:1.1em;
}
.pad2em0 {
	padding:1em 0;
}
.bloc48, .blocintro, .bloc3, .bloc2, .blocpdp {
	width:100%;
	margin:0.8em 0;
	text-align:center;
	height:auto;
}
.titre-1 {
	font-size:1.7em;
}
.titre-2 {
	font-size:1.4em;
}
.txt-1 {
	font-size:1.1em;
}
.txt-2 {
	font-size:1em;
}
.dspl {
	display:none;	
}
.cache {
	display: inherit;
}
.ligne {
	margin:1em 0;
}
.gauche, .droite {
	float:none;
}
.js #menu {
	display:none;
}
.js .slicknav_menu {
	display:block;
}
.mlgauche {
	width:96%;
	float:none;
	padding:2%;	
}
.mldroite {
	width:96%;
	float:none;
	border-left: inherit;
	padding:2%;
}
.ulml {
	text-align:center;
	margin:0.5em 0;
}
.ulml li {
	list-style:none;
	margin:0.5em 0;
	font-size:1em;
}
#pied ul {
	padding:0;
	border:none;	
}
.brd-bloc {
	border-left: none;
	padding-left: inherit;	
}
ul.ulblanc {
	border: none;
	padding:1%;
	text-align:center;
}


}

