/* =========================== 

	MYRINIAL

 ========================== */
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* ---------------------------- */
/* UTILE                        */
/* ---------------------------- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* ---------------------------- */
/* INIT                         */
/* ---------------------------- */
strong {
  font-weight: bold; }

em {
  font-style: italic; }

pre {
  overflow: hidden; }

/* ---------------------------- */
/* MIXINS                       */
/* ---------------------------- */
/* ---------------------------- */
/* Variables                    */
/* ---------------------------- */
/* ---------------------------- */
/* STRUCTURE                    */
/* ---------------------------- */
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 160%;
  margin: 5px;
  color: #555;
  margin-top: 20px;
  background-color: #EB6909;
  background-image: url('http://www.myrinial.fr/img/body.png?1425764566');
  background-repeat: repeat;
  background-position: top left; }

.container {
  -moz-box-shadow: gray 2px 2px 10px;
  -webkit-box-shadow: gray 2px 2px 10px;
  box-shadow: gray 2px 2px 10px;
  padding-left: 0;
  padding-right: 0; }

/* ---------------------------- */
/* TITRES                    */
/* ---------------------------- */
.wrapper_h1 {
  padding: 20px 0;
  margin-bottom: 20px;
  border-bottom: 4px double #e7e7e7; }
  .wrapper_h1 h1 {
    color: #666;
    margin: 0;
    font-size: 2em; }
    .wrapper_h1 h1 span {
      color: #EB6909; }
  .wrapper_h1 p {
    margin-bottom: 10px;
    color: #666; }

.wrapper_h2 {
  border-bottom: 1px dotted #e4e9f0;
  display: block;
  margin: 10px 0 25px; }
  .wrapper_h2 h2 {
    display: inline-block;
    margin: 0;
    padding-bottom: 10px;
    color: black;
    font-size: 1.3em;
    text-transform: uppercase;
    border-bottom: 2px solid #EB6909; }
    .wrapper_h2 h2 i {
      color: #EB6909; }
    .wrapper_h2 h2 img {
      vertical-align: middle;
      height: 20px; }
    .wrapper_h2 h2 small {
      color: #999;
      font-size: 0.6em; }
  .wrapper_h2 aside {
    display: inline-block;
    padding: 5px 10px;
    background: #FFF;
    border: 1px solid #EB6909;
    color: #EB6909;
    font-size: 1.5em;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; }

/* ---------------------------- */
/* MENU LATTERAL                    */
/* ---------------------------- */
#nav_secondaire {
  margin-top: 20px; }

#menu {
  border: 1px solid #F7F7F7; }
  #menu a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    padding: 14px 5px;
    font-size: 1.2em; }
    #menu a:hover, #menu a.active, #menu a.active:hover {
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      background: white;
      color: black; }
      #menu a:hover i, #menu a.active i, #menu a.active:hover i {
        color: #EB6909; }
    #menu a i {
      color: #e7e7e7; }

/* ---------------------------- */
/* HEADER                       */
/* ---------------------------- */
header.site {
  position: relative;
  padding: 10px 10px 0px 10px;
  background: #fff; }
  header.site .nav {
    background: #F7F7F7;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7; }
    header.site .nav li {
      border-right: 1px solid #e7e7e7; }
    header.site .nav a {
      color: #96979d;
      text-transform: uppercase;
      font-size: 1.1em;
      line-height: 120%;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0; }
      header.site .nav a small {
        font-size: 0.6em;
        line-height: 100%; }
      header.site .nav a:hover, header.site .nav a.active {
        background: #EB6909;
        color: white; }
  header.site h1 {
    line-height: 100px;
    color: black;
    font-weight: bold;
    margin: 0;
    font-family: "Comic Sans MS", Sans-Serif;
    font-size: 3em; }
    header.site h1 img {
      margin: 10px;
      vertical-align: middle; }
    header.site h1 small {
      color: black; }
    header.site h1 span {
      color: #EB6909; }
    header.site h1 a {
      display: inline-block;
      color: inherit; }
      header.site h1 a:hover {
        text-decoration: none; }
  header.site .info {
    padding-top: 10px;
    font-family: "open sans",arial,sans-serif; }
    header.site .info ul {
      color: #97989e;
      font-size: 0.8; }
      header.site .info ul a {
        color: inherit; }
        header.site .info ul a:hover {
          text-decoration: none; }
      header.site .info ul .divider {
        border-right: 1px solid #CCC; }
    header.site .info i {
      color: #EB6909; }
    header.site .info p {
      color: #97989e;
      font-size: 1.1em;
      line-height: 200%; }
      header.site .info p a {
        color: inherit; }

/* ---------------------------- */
/* Footer                       */
/* ---------------------------- */
footer.site {
  position: relative;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8); }
  footer.site ul {
    margin: 0; }
    footer.site ul a {
      color: white;
      font-size: 1em;
      line-height: 300%; }

/* ---------------------------- */
/* Content                      */
/* ---------------------------- */
section.site {
  position: relative;
  padding: 10px;
  width: auto;
  height: auto;
  min-height: 700px;
  background: white; }
  section.site article {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dashed #CCC; }
    section.site article .info {
      margin-bottom: 20px; }
    section.site article .zoom_article {
      height: 300px;
      overflow: hidden; }
      section.site article .zoom_article img {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        max-height: 300px; }
    section.site article .item_produit img {
      max-width: 200px;
      max-height: 100px; }
    section.site article ul li {
      margin-bottom: 20px;
      height: 100px; }
    section.site article ul a:hover {
      text-decoration: none;
      opacity: 0.8; }
