
/* 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: #32c4e9; text-decoration: none}
a:visited { color: #dd052b; }
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: 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 { color: #dd052b; font-size: 2em; font-weight: normal; padding: 0 0 0.6em 0  }
h2 { color: #dd052b; font-size: 1.4em; font-weight: normal; padding: 0.6em 0 }
h3 { color: #b1147a; font-size: 1.2em; font-weight: normal; padding: 0.6em 0 }
h4 { font-size: 1em; font-weight: normal; padding: 0.6em 0 }

p { line-height: 130%; font-size: 1em; 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-color: #fff;
   color: #555;
   font-family: 'Ubuntu', sans-serif;
}

div#container {
   position:relative;
   width: 100%;
   margin: 0;
   background-color: transparent;
}

/* Header */

header {
   position: relative;
   width: 100%;
   max-width: 1200px;
   height: 115px;
   margin: 0 auto;
   padding: 1em;
   background-color: #fff;
}

#slogan {
   position: relative;
   top: 0.8em;
   right: 0;
   margin: 0;
   text-align: right
}

#slogan img { width: 180px }

#slogan p { font-size: 0.9em; line-height: 110%; padding: 0 }

div#logo {
   position: relative;
   float: left;
   max-width: 270px;
   z-index: 500;
   top: 1em;
}

div#logo img {
   width: 100%;
}


/* Menu Base */

#toggle, .toggle { display: none; }

nav i { font-style:normal }

nav {
  position: relative;
  /*float: left;*/
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  z-index: 5000;
  text-align: center;
  background-color: #3d4043
}

nav label { width: 100%; float: none; margin: 0 }

nav ul {
  position: relative;
  width: 100%;
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
   z-index: 900
}

nav ul li {
   position:relative;
   width: auto;
   display: inline;
   list-style-type: none;
   margin: 0;
   padding: 0;
   background: none;
   font-size: 1em
}

nav li.menuactive,
ul.slimmenu li ul li.menuactive { background-color: #32c4e9 }

nav ul li a, nav ul li span {
   display: inline-block;
   color: #eee;
}

nav ul li a {
   padding: 1em;
}

nav a:hover span {
   color: #fff;
}

/*  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;
   min-width: 15em;
   height: auto;
   z-index: 1000
}

nav li ul li {
   list-style-type: none;
   text-align: left;
   margin: 0;
   padding: 0.5em 4em 0.5em 0.5em;
   float: left;
   width: 12em;
   height: auto;
   background: #3d4043;
   left: 0;
   right: 0;
}

nav li ul li a,
nav li.menuactive li a {
   width: 100%;
   font-size: 1em;
   color: #000;
   padding: 0;
   margin: 0;
   background: none;
}

.menuactive span {
   color: #fff;
}

/*  Menu : 2e sous niveau */

nav ul li ul li ul {
   position: relative;
   top: auto;
   left: 0; 
   display: none;
   padding: 0;
   margin: -1px 0 0 0;
   width: 100%;
   height: auto;
   z-index: 1000
}

nav li ul li ul li {
   position: relative;
   list-style-type: none;
   text-align: left;
   margin: 0;
   padding: 0.5em;
   float: left;
   width: 100%;
   min-width: none;
   height: auto;
   background-color: #32c4e9
   left: 0;
   right: 0;
}
/* Menu Responsive */


.menu-collapser {
    position: relative;
    float:left;
    background-color: #32c4e9;
    color: #FFF;
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 40px;
    background-color: #0E0E0E;
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    color: #FFFFFF;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 7px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 14px;
    text-align: center;

    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button:hover, .collapse-button:focus {
    background-image: none;
    background-color: #040404;
    color: #FFF;
}
.collapse-button .icon-bar {
    background-color: #F5F5F5;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
}

ul.slimmenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
ul.slimmenu li {
    position: relative;
    display: inline-block;
    /*background-color: #AAA;*/
}

ul.slimmenu > li:first-child { border-left: 0 }
ul.slimmenu > li:last-child { margin-right: 0 }
ul.slimmenu li a {
    display: block;
    color: #333;
    padding: 0.5em 4em 0.5em 0.5em;
    font-size: 1em;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
}
ul.slimmenu li a:hover {
    background-color: #999;
    text-decoration: none;
}
ul.slimmenu li .sub-collapser {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    text-align: center;
    z-index: 999;
    cursor: pointer;
}
ul.slimmenu li .sub-collapser:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
ul.slimmenu li .sub-collapser > i {
    color: #ccc;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
}
ul.slimmenu li ul li { background-color: #3d4043 }
ul.slimmenu li ul li ul li { background-color: #3d4043 }

ul.slimmenu li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 100%;
}
ul.slimmenu li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
}

ul.slimmenu.collapsed li {
    display: block;
    width: 100%;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.075);

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-collapser {
    height: 40px;
}
ul.slimmenu.collapsed li > ul {
    display: none;
    position: static;
}





#main {
   position: relative;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   padding: 3em 0
}


#bas {
  position: relative;
  clear: both;
  width: 100%;
  height: auto;
  padding: 0.6em;
  margin: 1em 0;
  z-index: 1000;
  text-align: center;
  background-color: #3d4043;
  color: #fff
}

#bas p {
   padding: 0
}

/* Footer */

footer {
   width: 100%;
   max-width: 1200px;
   height: auto;
   margin: 0 auto;
   padding: 0.5em;
   font-size: 0.7em;
   background-color: #fff;
}

/* Grille */

.colonne { float: left; margin: 0 0 2% 0;  }
.demi { width:49% }
.quart { width:23.5% }
.tiers { width:32% }

.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: relative;
   height: 380px;
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   z-index: 2000;
   overflow: hidden
}

#actus .NewsSummary a { color: #fff }

#actus .NewsSummary {
   display: table;
   width: 100%;
   height: auto;
   color: #fff;
   padding: 0
}

#actus .NewsSummaryContent {
   width: 100%;
   max-width: 560px;
}

#actus h2, #actus h3, #actus h4, #actus p { color: #fff; padding: 0 }

#actus h2 { font-size: 1.5em; padding-bottom:1em; margin-top: 25% }

#actus h2, #actus h3, #actus p { margin-left: 15% }

#actus .more a { color:#ccc }

#actus img { display: block; width: 100%; margin:0 auto } 

#pager {
  max-width:1200px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  top: -5em;
}

#pager span {
   font-size: 3em;
   padding: 0 0.2em 0 0;
   cursor: pointer;
}

#pager .cycle-pager-active {
   color: #fff
}



#petites_actus {
   width: 100%;
   max-width: 1200px;
   clear: both;
   margin:0 auto
}

#petites_actus article img {
   width: 100%;
   height: auto
}

#petites_actus article {
   background-color: #32c4e9;
   padding: 1em;
   color: #fff;
   min-height: 372px
}

#petites_actus article h3 {
   color: #fff;
   font-size: 1.5em;
   padding: 0 0 0.5em 0;
   margin: 0
}

#petites_actus article.last {
   background-color: #3d4043
}

#petites_actus article p a {
   color: #fff
}

ul.NewsSummaryProduits { padding:0; margin:0 }

ul.NewsSummaryProduits .gauche li { list-style-type: square }

ul.NewsSummaryProduits li { float: left; margin-bottom: 1em; padding:0.5em; border: 2px solid #eee; min-height: 220px; list-style-type: none }

ul.NewsSummaryProduits li ul { margin-top: 0; padding: 0 0 0 2em }

ul.NewsSummaryProduits li ul li { float: none; margin-bottom: 0.3em; padding:0; border: none; min-height: 0px }

.NewsSummaryProduits h3 { color: #32c4e9 }


.ListNewsSummary .more a { padding: 1em 0 0 0 }

.bleu {
   background-color: #32c4e9;
   color: #fff;
   padding: 0.5em;
   margin-bottom: 0.2em
}

.fiche {
   display: block;
   background-color: #32c4e9;
   color: #fff;
   padding: 0.3em 0.5em;
   font-size:1em;
   margin-top: 1em
}

.bleu a, a.fiche {
   color: #fff
}

.bleu a:hover, a.fiche:hover {
   color: #ddd
}



.gris {
   background-color: rgba(72,72,72, 0.8);
   float: right;
}

.gris .NewsSummaryContent {
   float: left;
}

#bando { 
   position: relative;
   width: 100%;
   height: auto;
   min-height: 200px;
   margin: 0;
   background-color: #32c4e9;
}



.Produit.tiers {
   float: left;
}

.Produit {
   margin-bottom: 1em
}

.Return {
   padding: 2em 0 0 0;
}


/* Mobiles */

@media only screen and (max-width: 480px) {

  body { padding: 1em }

  #main { padding: 1em 0; float: left }

  #bando { display:none }

   #petites_actus article {
      float: left;
      width: 100%;
      margin: 0 0 2% 0
   }

   ul.slimmenu li { width:100% } 
      ul.slimmenu li ul li ul {
      width:100%;
      position: relative;
      left: 0;
   }

   ul.slimmenu li ul li { background-color: #32c4e9; width: 100% }

   nav ul li ul { min-width: 100% }

  #logo, #slogan, .demi, .tiers, .quart, iframe { width: 100% }

  #logo, #slogan, nav { float: left }
  #slogan { margin: 1em 0; text-align: center }
  nav { margin-top: 1em }

  #petites_actus article { min-height: 0px }

}

@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; }
}
/* Stylesheet: copytech Modified On 2014-06-30 17:24:53 */
