
/* marge égale entre header-nav-content-articles-footer */

* {
   margin:0;
   padding:0;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }

audio:not([controls]) { display: none; }

[hidden] { display: none; }


html { font-size: 100%; overflow-y: scroll; overflow-x: hidden; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; overflow-x: hidden; font-size: 1em; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }


/* Liens */
a { color: #ddd; text-decoration: none}
a:visited { color: #ddd; }
a:hover { color: #777; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }


/* Typos */
abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; margin: 1em 0; padding: 0; clear: both }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

h1 { font-size: 1.5em; text-align: center; font-weight: normal; padding: 0 0 1em 0 }
h2 { font-size: 1.2em; font-weight: normal; padding: 0.6em 0 }
h3 { font-size: 1.1em; font-weight: normal; padding: 0.6em 0 }
h4 { font-size: 1em; font-weight: normal; padding: 0.6em 0 }

p { line-height: 130%; font-size: 0.9em; padding: 0 0 0.6em 0 }

li { line-height: 130%; font-size: 0.9em; padding: 0 0 0.3em 0 }

/* Listes */
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

figure { margin: 0; }

/* Formulaires */
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

legend { border: 0; *margin-left: -7px; padding: 0; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } /* Remove inner padding and border in FF3/4: h5bp.com/l */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/* Tables */
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


img {
   border: 0;
   width: 100%;
   height: auto
}


body {
   background: #829696;
   color: #fff;
   font-family: Arial, Helvetica, sans-serif;
}

div#container {
   position:relative;
   width: 100%;
   margin: 0;
   background-color: transparent;
}

/* Header */

header {
   position: relative;
   width: 100%;
   max-width: 960px;
   height: 94px;
   margin: 0 auto;
   padding: 1em;
}

div#logo {
   position: relative;
   margin: 0 auto;
   top: 1em;
   max-width: 200px;
   z-index: 500;
}

div#logo img {
   width: 100%;
}


/* Menu */

#toggle, .toggle { display: none; }

nav {
  position: relative;
  float: left;
  width: 100%;
  height: 90px;
  padding: 0;
  margin: 0;
  z-index: 1000;
  text-align: center;
  background: #829696 url(../../images/design/fondmenu.jpg) top center no-repeat;
}

nav ul {
  position: relative;
  text-align: center;
  list-style-type: none;
  margin: 7px 0 0 0;
  padding: 0;
}

nav ul li {
   position:relative;
   display: inline;
   list-style-type: none;
   margin: 0;
   padding: 0.5em;
   background: none;
   font-size: 1em
}

nav ul li a, nav ul li span {
   display: inline-block;
   color: #666;
}

nav ul li a {
   padding: 1.5em;
}

nav a:hover span {
   color: #000;
}

/*  Menu : 1er sous niveau */

nav ul li ul {
   position: absolute;
   top: auto;
   left: 0; 
   display: none;
   padding: 0;
   margin: -1px 0 0 0;
   width: auto;
   height: auto;
}

nav li ul li {
   list-style-type: none;
   text-align: left;
   margin: 0;
   padding: 0.5em 1em;
   float: left;
   min-width: 10em;
   height: auto;
   background: #b1147a;
   left: 0;
   right: 0;
}

nav li ul li a,
nav li.menuactive li a {
   width: 100%;
   font-size: 1em;
   color: #555;
   padding: 0;
   margin: 0;
   background: none;
}

nav li.menuactive {
   background: transparent url(../../images/design/bateaumenu.png) 0 8px no-repeat;
}

.menuactive span {
   color: #000;
}

nav li:hover ul,
nav li.sectionheader a:active ul {
   display: block;
}

#main {
   position: relative;
   width: 100%;
   max-width: 960px;
   margin: 0 auto;
   padding: 1em
}


/* Footer */

footer {
   width: 100%;
   max-width: 960px;
   height: auto;
   margin: 2% auto 0 auto;
   padding: 1em;
   font-size: 0.7em;
}

/* Grille */

.colonne { float: left; margin: 0 0 2% 0;  }
.demi { width:49% }
.quart { width:23.5% }
.tiers { width:32% }
.deuxtiers { width:64% }

.gauche { float: left; margin: 0 2% 0 0; }
.droite { float: right; margin: 0 0 0 2%; }

.last { margin:0 }

section { width: 100% }

/* Actus */


.ListNewsSummary {
   padding: 0 0 2em 0
}

#actus { 
   position: absolute;
   height: 110px;
   width: 100%;
   bottom: 0;
   overflow: hidden;
   z-index: 2000
}

#actus .NewsSummary a { color: #fff }

#actus .NewsSummary {
   width: 49.5%;
   height: 110px;
   color: #fff;
   padding: 1em
}

#actus .NewsSummaryContent {
   width: 100%;
   max-width: 560px;
}

#actus h2, #actus h3, #actus h4, #actus p { padding: 0 }

#actus .more a { color:#ccc }

.ListNewsSummary .more a { padding: 1em 0 0 0 }


#bando { 
   position: relative;
   width: 100%;
   height: auto;
   min-height: 200px;
   margin: 0 0 1em 0;
}

#slides {
  width: 100%;
  height: auto;
}

#slides img {
  display: block;
  width: 100%;
  height: auto;
}

.Return {
   padding: 2em 0 0 0;
}

.NewsSummaryLink { text-align: center }


/* Mobiles */

@media only screen and (max-width: 480px) {

  body { padding: 1em }

   #petites_actus article {
      float: left;
      width: 100%;
      margin: 0 0 2% 0
   }

  nav { margin-top: 16% }


  nav ul > li { list-style: none; float:left; }

  nav ul { display: none; opacity: 0; width: 100%; position: relative; }
  nav ul > li { display: block; width: 100%; margin: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  nav ul > li > a { display: block; width: 100%; text-decoration: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
  .toggle { display: block; position: relative; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; user-select: none; }
  #toggle:checked ~ .menu { display: block; opacity: 1;}

  .toggle:after {
     content: 'Menu';
     display: block;
     width: 100%;
     margin: 0;
     padding: 1em;
     background: red;
     -webkit-border-radius: 2px;
     border-radius: 2px;
     text-align: center;
     font-size: 12px;
     color: #FFFFFF;
     -webkit-transition: all 0.5s linear;
     -moz-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
     transition: all 0.5s linear;
     -webkit-box-sizing: border-box; 
     -moz-box-sizing: border-box; 
     box-sizing: border-box;
  }
	
   .toggle:hover:after{
      background: #000;
   }
	
   #toggle:checked + .toggle:after{
      content: 'Menu';
   }

nav ul > li > a {
   display: block;
   padding: 0.5em;
   text-decoration: none;
   font-weight: normal;
   font-size: 1em;
   line-height: 1;
   -webkit-transition: all 0.25s linear;
   -moz-transition: all 0.25s linear;
   -o-transition: all 0.25s linear;
   transition: all 0.25s linear;
   -webkit-box-sizing: border-box; 
   -moz-box-sizing: border-box; 
   box-sizing: border-box;
}

nav ul > li > a:hover, .menu > li > a:focus{
	background: #F2F2F2;
	box-shadow: inset 0px 2px red;
	color: red;
}

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}


/* Impression */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/* Gallery */

.gallery {
   width: 100%;
}

.gallery .img {
   position: relative;
   text-align: center;
   width: 30%;
   height: 250px;
   float: left;
   display: table;
   padding: 0;
   margin: 1% 5% 1% 0;
}

.gallery .img.last {
  margin-right: 0
}

.gallery .cont {
   display: table-cell;
   height: 250px;
   vertical-align: middle;
}

.gallery .img img {
  position: relative;
  text-align: center;
  width: auto;
  max-width: 250px;
  height: auto;
  max-height: 220px;
  margin: 0 auto;
  border: 1px solid #fff;
}

.gallery .img p {
  position: relative;
  font-size: 0.7em;
  padding: 0.5em 0;
  text-align: center
}


.galleryclear {
   clear: both
}

/* line 7, ../sass/lightbox.sass */
body:after {
  content: url(../../images/design/close.png) url(../../images/design/loading.gif) url(../../images/design/prev.png) url(../../images/design/next.png);
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../../images/design/loading.gif) no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(../../images/design/prev.png) left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(../../images/design/next.png) right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 15px;
  height: 15px;
  background: url(../../images/design/close.png) center center no-repeat;
  background-size: 100%;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(../../images/design/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../../images/design/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../../images/design/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background-color: #829696
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(../../images/design/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(../../images/design/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/* Stylesheet: demart Modified On 2015-05-11 10:44:57 */
