/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #FFFF00;
  color: #000000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #C0C0C0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'icomoon';
  src: url("icomoon.ttf?3u98hc") format("truetype"), url("icomoon.woff?3u98hc") format("woff"), url("icomoon.svg?3u98hc#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icone]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[data-icone="offre-emploi"]:before {
  content: "\e913"; }

[data-icone="materiel"]:before {
  content: "\e914"; }

[data-icone="gerance"]:before {
  content: "\e915"; }

[data-icone="divers"]:before {
  content: "\e916"; }

[data-icone="fonds-commerce"]:before {
  content: "\e917"; }

[data-icone="economie"]:before {
  content: "\e912"; }

[data-icone="boulangerie"]:before {
  content: "\e900"; }

[data-icone="ble"]:before {
  content: "\e901"; }

[data-icone="carte"]:before {
  content: "\e902"; }

[data-icone="chef"]:before {
  content: "\e903"; }

[data-icone="close"]:before {
  content: "\e904"; }

[data-icone="confiserie-chocolaterie"]:before {
  content: "\e905"; }

[data-icone="viennoiserie"]:before {
  content: "\e906"; }

[data-icone="cupcake"]:before {
  content: "\e907"; }

[data-icone="facebook"]:before {
  content: "\e908"; }

[data-icone="glacerie"]:before {
  content: "\e909"; }

[data-icone="loupe"]:before {
  content: "\e90a"; }

[data-icone="recherche-emploi"]:before,
[data-icone="megaphone"]:before {
  content: "\e90b"; }

[data-icone="pain"]:before {
  content: "\e90c"; }

[data-icone="patisserie"]:before {
  content: "\e90d"; }

[data-icone="plus"]:before {
  content: "\e90e"; }

[data-icone="traiteur"]:before {
  content: "\e90f"; }

[data-icone="twitter"]:before {
  content: "\e910"; }

[data-icone="youtube"]:before {
  content: "\e911"; }

@font-face {
  font-family: 'crimsonroman';
  src: url("../fonts/crimson-roman-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'opensans';
  src: url("../fonts/OpenSans-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'opensans';
  src: url("../fonts/OpenSans-Bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
[aria-hidden=true] {
  display: none; }

[data-mobile=show] {
  display: none; }

@media only screen and (max-width: 480px) {
  [data-mobile=show] {
    display: block; }

  [data-mobile=hide] {
    display: none; } }
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  LAYOUT  */
html {
  box-sizing: border-box;
  background-image: linear-gradient(135deg, #FDFCFB 0%, #E2D1C3 100%);
  background-attachment: fixed; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  max-width: 1200px;
  margin: 60px auto;
  min-width: 1000px; }

[role=main] {
  background-color: #5E585B;
  position: relative;
  box-shadow: 20px 50px 160px rgba(12, 9, 7, 0.3), 5px 10px 100px rgba(12, 9, 7, 0.2); }

.wrap {
  padding: 0 50px;
  overflow: hidden; }

.sousAccueil {
  padding: 210px 50px 50px;
  background-color: #E6B980;
  background-image: radial-gradient(circle at top left, #E6B980 0px, #EACDA3 1200px); }
  .sousAccueil h1 {
    font-size: 400%;
    text-align: center;
    color: #442317; }
  .sousAccueil .intro {
    max-width: 600px;
    margin: 20px auto 0 auto;
    text-align: center;
    color: rgba(42, 42, 42, 0.7); }
  .sousAccueil h2 {
    font-size: 320%;
    text-align: center;
    color: #FFFFFF;
    width: 70%;
    margin: 20px auto;
    border-bottom: none; }
  .sousAccueil hr {
    border-color: rgba(255, 255, 255, 0.7); }
    .sousAccueil hr:before {
      border-color: rgba(255, 255, 255, 0.7); }
  .sousAccueil .searchForm {
    margin: 0 auto;
    text-align: center; }

span.amp {
  color: rgba(255, 255, 255, 0.4);
  font-size: 200%;
  line-height: 40%;
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  margin: 0 -20px;
  position: relative;
  z-index: 0; }

hr {
  border: none;
  border-top: 1px solid #978F91;
  position: relative;
  width: 70%;
  margin: 50px auto; }
  hr:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    border: 1px solid #978F91;
    top: -11px;
    border-radius: 20px; }

.cl {
  clear: both; }

.contenu {
  width: 76%;
  float: left;
  padding: 50px;
  background-color: #FFFFFF; }
  .contenu + .contenu {
    padding-top: 0; }

@media only screen and (max-width: 480px) {
  body {
    margin: 0;
    min-width: 0; }

  .wrap {
    padding: 0 20px; }

  .sousAccueil {
    padding: 100px 20px 20px;
    text-align: center; }
    .sousAccueil h1 {
      font-size: 320%; }

  .contenu {
    width: auto;
    float: none;
    padding: 20px; } }
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  FONTES  */
html {
  font-family: 'opensans', Helvetica, sans-serif;
  font-size: 15px; }

h1,
h2,
h3 {
  font-family: 'crimsonroman', 'Minion Pro', sans-serif;
  clear: both;
  font-weight: bold;
  margin: 0;
  position: relative; }
  h1 small,
  h2 small,
  h3 small {
    display: block;
    opacity: .8; }

h2 {
  border-bottom: 1px solid #E5E0E0;
  color: #5E585B;
  margin-bottom: 20px;
  margin-top: 50px;
  margin-right: 8%;
  padding-bottom: 5px;
  font-size: 200%; }
  h2 a {
    float: right;
    font-size: 16px;
    margin-top: 10px;
    font-family: 'opensans', Helvetica, sans-serif;
    font-weight: normal; }
    h2 a:hover {
      color: #588DBB; }

a {
  color: inherit;
  text-decoration: none;
  transition: color .1s, background-color .1s, box-shadow .1s; }

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  TOP HEADER  */
.headerTop {
  margin-bottom: 20px;
  overflow: hidden; }
  .headerTop form {
    float: left;
    border-bottom: 2px solid #978F91;
    line-height: 20px; }
    .headerTop form:hover {
      border-bottom-color: #5E585B; }
    .headerTop form input {
      border: none;
      background-color: transparent;
      width: 300px; }
    .headerTop form i {
      color: #978F91; }
  .headerTop .connexion {
    display: inline-block;
    float: right; }
    .headerTop .connexion .btn {
      border-color: #978F91;
      color: #978F91; }
  .headerTop .btn.pri {
    color: white; }

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  HEADER  */
#tete {
  padding: 20px 50px 80px 50px;
  position: absolute;
  width: 100%;
  z-index: 100;
  background-image: linear-gradient(rgba(230, 185, 128, 0.8) 0px, rgba(230, 185, 128, 0) 160px);
  margin-bottom: -60px; }
  #tete > div {
    padding: 20px 50px; }
  #tete .baseline {
    float: left;
    margin-left: 40px;
    font-size: 20px;
    color: #978F91;
    font-weight: 200; }
    #tete .baseline strong {
      display: block;
      color: #2A2A2A;
      font-weight: 500; }
  #tete form {
    background-color: #FFFFFF;
    float: right;
    border: 1px solid #E5E0E0; }
    #tete form input {
      background-color: transparent;
      border: none;
      padding: 0 10px; }
    #tete form button {
      background-color: #66AD5B;
      color: #FFFFFF;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
  #tete nav {
    line-height: 60px; }
    #tete nav .logo {
      padding-left: 0;
      padding-right: 40px;
      height: 40px; }
    #tete nav ul {
      padding: 0;
      margin: 0; }
      #tete nav ul ul {
        display: none;
        position: absolute;
        background-color: white;
        z-index: 5;
        max-width: 300px;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4); }
        #tete nav ul ul li {
          position: relative;
          z-index: 10;
          display: block;
          line-height: 1;
          text-shadow: none; }
        #tete nav ul ul a {
          color: #5E585B;
          text-shadow: none;
          font-size: 95%;
          padding: 10px;
          display: block;
          min-width: 100px; }
          #tete nav ul ul a:hover {
            color: #FF8E01; }
    #tete nav li {
      display: inline-block;
      list-style: none;
      color: #FFFFFF;
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6); }
      #tete nav li:hover {
        text-shadow: none;
        background-color: rgba(255, 255, 255, 0.8);
        color: #2A2A2A; }
        #tete nav li:hover ul {
          display: block; }
    #tete nav a {
      display: block;
      padding: 0 10px; }
    #tete nav #menuMobile {
      display: none; }
    #tete nav a, #tete nav ul {
      display: inline-block;
      vertical-align: top; }
    #tete nav #cnxMembres,
    #tete nav #rechercher {
      float: right; }
    #tete nav #rechercher {
      font-size: 150%; }

#menuMobile {
  display: none;
  position: fixed;
  overflow: scroll;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  background-color: #2A2A2A;
  color: #E5E0E0;
  z-index: 200; }
  #menuMobile.active {
    display: block; }
  #menuMobile ul {
    padding: 0; }
  #menuMobile li {
    display: block; }
    #menuMobile li a {
      padding: 10px 0;
      display: block; }
  #menuMobile .logo {
    text-align: left; }
  #menuMobile img {
    height: 60px; }
  #menuMobile .headerTop {
    margin-top: 40px; }
    #menuMobile .headerTop form,
    #menuMobile .headerTop .connexion {
      float: none;
      display: block;
      margin-top: 20px; }
    #menuMobile .headerTop .btn {
      display: block;
      margin-bottom: 10px; }
    #menuMobile .headerTop input {
      color: white; }
  #menuMobile #closeMenu {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 50px; }

#menuMobileToggle {
  position: absolute;
  top: 16px;
  right: 20px;
  color: #fff;
  font-size: 30px;
  z-index: 100; }

.mobileHeader {
  background: linear-gradient(rgba(68, 35, 23, 0.5), transparent);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px; }

.logoMobile {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 12px;
  z-index: 100;
  color: white;
  line-height: 14px;
  width: 250px; }
  .logoMobile img {
    float: left;
    margin-right: 10px; }

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  FORMS  */
button,
.btns a,
.btn,
#wp-submit {
  display: inline-block;
  cursor: pointer;
  line-height: 30px;
  padding: 0 15px;
  border: 1px solid #FFFFFF;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 3px;
  transition: background-color .06s;
  background-color: rgba(42, 42, 42, 0.1);
  font-weight: normal !important;
  text-decoration: none; }
  button:before,
  .btns a:before,
  .btn:before,
  #wp-submit:before {
    margin-right: 5px;
    line-height: 1; }
  button:hover,
  .btns a:hover,
  .btn:hover,
  #wp-submit:hover {
    background-color: rgba(255, 255, 255, 0.2); }
  button:active,
  .btns a:active,
  .btn:active,
  #wp-submit:active {
    background-color: rgba(255, 255, 255, 0.4); }
  button:active, button:focus,
  .btns a:active,
  .btns a:focus,
  .btn:active,
  .btn:focus,
  #wp-submit:active,
  #wp-submit:focus {
    outline: none; }
  button.sombre,
  .btns a.sombre,
  .btn.sombre,
  #wp-submit.sombre {
    color: #5E585B;
    border-color: #978F91; }
    button.sombre:hover,
    .btns a.sombre:hover,
    .btn.sombre:hover,
    #wp-submit.sombre:hover {
      color: #2A2A2A;
      border-color: #2A2A2A; }
  button.pri, button#wp-submit,
  .btns a.pri,
  .btns a#wp-submit,
  .btn.pri,
  .btn#wp-submit,
  #wp-submit.pri,
  #wp-submit#wp-submit {
    background-color: #FF8E01;
    font-weight: bold;
    color: #FFFFFF; }
  button + .btn,
  .btns a + .btn,
  .btn + .btn,
  #wp-submit + .btn {
    margin-left: 10px; }

input[type=text],
input[type=password] {
  line-height: 30px;
  height: 30px;
  border: 1px solid #E5E0E0;
  padding: 0 10px;
  border-radius: 3px; }
  input[type=text]:focus,
  input[type=password]:focus {
    outline: none; }

.searchBar input {
  width: 400px;
  border-radius: 3px 0 0 3px;
  border-right: none; }
.searchBar button {
  border-radius: 0 3px 3px 0; }

@media only screen and (max-width: 480px) {
  .searchBar input {
    width: 100%;
    margin-bottom: 10px; } }
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  TETE ILLUSTREE  */
.fondTete {
  background-image: radial-gradient(circle at top left, #E6B980 0px, #EACDA3 1200px);
  background-size: cover;
  background-position: center 10%; }
  .fondTete.illustre .illustration {
    min-height: 550px; }

.illustration {
  min-height: 300px;
  position: relative;
  z-index: 2;
  background-image: radial-gradient(circle at top left, rgba(230, 185, 128, 0.4) 0px, rgba(234, 205, 163, 0.5) 1200px); }
  .illustration h2 {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    max-width: 700px;
    font-size: 200%;
    border-bottom: none; }
    .illustration h2 strong {
      font-size: 120%;
      color: #FFFFFF;
      display: block; }
  .illustration .wrapperCta {
    text-align: center;
    padding: 150px 100px; }

@media only screen and (max-width: 480px) {
  .fondTete.illustre .illustration {
    min-height: 350px; }

  .illustration {
    min-height: 70px; }
    .illustration .wrapperCta {
      padding: 100px 20px 50px; } }
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  HOME  */
.home .illustration {
  padding-top: 180px;
  overflow: visible; }
.home article {
  margin-top: 0; }
.home .contenu {
  margin-top: 50px; }

@media only screen and (max-width: 480px) {
  .home .contenu {
    margin-top: 0; } }
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  ARTICLE  */
article {
  min-height: 500px;
  background-color: #FFFFFF;
  margin-top: -160px;
  color: #5E585B;
  position: relative;
  z-index: 2;
  box-shadow: 20px 50px 100px rgba(12, 9, 7, 0.3), 5px 10px 40px rgba(12, 9, 7, 0.2);
  font-size: 16px;
  line-height: 1.35; }
  article header {
    border-bottom: 1px solid #E5E0E0;
    padding-bottom: 10px;
    margin-bottom: 20px; }
    article header .breadcrumb {
      padding: 10px 0 0 0;
      font-size: 80%;
      color: #FF8E01; }
      article header .breadcrumb a {
        color: inherit; }
    article header time {
      display: block;
      font-size: 60%;
      color: #978F91;
      padding-top: 5px; }
  article h1,
  article h2,
  article h3 {
    color: #2A2A2A;
    line-height: 1; }
  article h1 {
    font-size: 230%;
    color: #2A2A2A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.004); }
  article h2 {
    padding: 40px 0 2px 0;
    margin: 0 0 10px 0;
    font-size: 180%;
    color: #442317; }
  article h3 {
    font-size: 140%;
    margin-bottom: 6px; }
  article a {
    text-decoration: underline;
    color: #588DBB; }
  article p {
    margin: 0 0 10px 0; }
  article .alignleft {
    float: left;
    margin: 0 10px 10px 0; }
  article .alignright {
    float: right;
    margin: 0 0 10px 10px; }
  article .aligncenter {
    display: block;
    margin: 10px auto; }
  article .wp-caption {
    background-color: #F6F4F5;
    padding: 5px; }
    article .wp-caption p {
      padding: 5px 5px 0;
      text-align: center; }

@media only screen and (max-width: 480px) {
  article {
    min-height: 0;
    margin-top: 0; }
    article h1 {
      font-size: 180%;
      margin-bottom: 5px; }
    article img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 10px auto !important;
      float: none !important; } }
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  ASIDE  */
aside {
  width: 15%;
  float: right;
  margin-right: 5%;
  color: #978F91; }
  aside .widget {
    margin-top: 50px; }
  aside h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #E5E0E0;
    font-size: 120%; }
  aside img {
    width: 100%;
    height: auto; }
  aside .btn {
    color: #fff; }
  aside .modifications a {
    display: block;
    color: #E5E0E0; }
  aside .modifications small {
    margin-bottom: 10px;
    display: block; }

@media only screen and (max-width: 480px) {
  aside {
    width: auto;
    float: none;
    margin: 0;
    padding: 0 20px; } }
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  WIDGET : PUBLICITES  */
.widget.annonces img {
  margin-top: 10px; }

@media only screen and (max-width: 480px) {
  .widget.annonces {
    text-align: center; }
    .widget.annonces img {
      max-width: 60%; } }
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  LISTES  */
.liste figure {
  margin: 0; }
.liste h3 {
  color: #442317;
  clear: none; }
.liste > a, .liste > div {
  display: inline-block;
  vertical-align: top; }
.liste time {
  margin: 0;
  color: #978F91; }
.liste p {
  margin: 0; }

.liste.cartes a {
  width: 310px;
  margin: 20px;
  box-shadow: 0 10px 30px -10px rgba(12, 9, 7, 0.3), 0 3px 10px -10px rgba(12, 9, 7, 0.2);
  background-color: #FFFFFF; }
  .liste.cartes a:hover {
    box-shadow: 0 10px 30px -6px rgba(12, 9, 7, 0.3), 0 3px 10px -6px rgba(12, 9, 7, 0.2); }
    .liste.cartes a:hover h3,
    .liste.cartes a:hover div {
      color: #588DBB; }
.liste.cartes img {
  width: 100%;
  height: auto; }
.liste.cartes div {
  padding: 20px;
  color: #978F91; }
.liste.cartes h3 {
  color: #2A2A2A;
  font-size: 160%;
  margin-bottom: 10px; }

.petite.liste a {
  width: 47%;
  margin-right: 2%;
  margin-bottom: 20px; }
  .petite.liste a:hover {
    background-color: white; }
    .petite.liste a:hover h3 {
      color: #588DBB; }
.petite.liste img {
  float: left;
  margin-right: 20px;
  width: 150px;
  height: 150px; }
.petite.liste h3 {
  margin: 0 20px 20px; }

.moyenne.liste figure {
  margin-bottom: 15px; }
.moyenne.liste img {
  width: 100%;
  height: auto; }
.moyenne.liste a {
  width: 42%;
  margin-right: 8%;
  margin-bottom: 8%;
  background-color: #F6F4F5; }
  .moyenne.liste a:hover {
    background-color: white; }
    .moyenne.liste a:hover h3 {
      color: #588DBB; }
.moyenne.liste h3,
.moyenne.liste p {
  margin: 5px 20px 0 20px; }
.moyenne.liste h3 {
  color: #5E585B;
  font-size: 140%; }
.moyenne.liste p {
  color: #978F91;
  margin-bottom: 20px; }

.contacts.liste div {
  padding: 20px;
  background-color: white;
  width: 45%;
  margin-right: 2.5%; }
.contacts.liste .cl {
  padding: 0; }
.contacts.liste h3 {
  font-size: 150%; }
.contacts.liste img {
  float: left;
  margin-right: 20px; }
.contacts.liste ul {
  padding: 0; }
.contacts.liste li {
  list-style: none;
  margin-bottom: 5px; }
.contacts.liste .btn {
  margin-top: 20px; }
.contacts.liste .profilePicture {
  margin-top: 10px;
  float: left;
  width: 100px;
  height: 120px;
  background-size: cover;
  background-position: center center; }

.recherche.liste a {
  padding: 15px 15px 15px 0;
  display: block; }
  .recherche.liste a:hover h3 {
    text-decoration: underline; }
.recherche.liste h3 {
  color: #2663CE;
  margin: 0; }
.recherche.liste p {
  margin: 3px 0;
  color: #5E585B; }
.recherche.liste time {
  color: #978F91; }
.recherche.liste .desc {
  color: #3B6936; }

@media only screen and (max-width: 480px) {
  .petite.liste a {
    display: block;
    width: auto;
    margin: 0 0 20px 0;
    overflow: hidden; }
    .petite.liste a img {
      float: left; }

  .moyenne.liste a {
    display: block;
    width: auto;
    margin: 0 0 20px 0; }
  .moyenne.liste p {
    margin: 0;
    padding: 5px 20px 20px 20px; }

  .contacts.liste div {
    text-align: left;
    width: auto;
    margin: 0 0 20px 0; }
  .contacts.liste .profilePicture {
    width: 70px;
    height: 90px;
    margin-right: 10px; } }
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  FOOTER  */
footer {
  clear: both;
  background-color: #5E585B;
  color: #978F91;
  padding: 50px 0;
  display: table; }
  footer div {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    padding: 0 50px;
    margin: 50px 0;
    border-left: 1px solid #6b6468; }
    footer div:first-child {
      border-left: none; }
  footer h2 {
    color: #E5E0E0;
    margin-bottom: 15px;
    border-bottom: none;
    font-size: 120%;
    margin-top: 0; }
  footer * + h2 {
    margin-top: 40px; }
  footer a {
    display: block;
    margin-bottom: 4px; }
    footer a:hover {
      color: #E5E0E0; }
  footer img {
    max-width: 100px;
    opacity: .8; }

@media only screen and (max-width: 480px) {
  footer {
    padding: 20px 0; }
    footer div {
      padding: 0 20px;
      display: block;
      width: auto; } }
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  TABLES  */
table {
  margin: 50px 0;
  border: 1px solid #E5E0E0; }

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  LOGIN  */
.login {
  background-color: #FFFFFF; }

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  PAGINATION  */
#pagination {
  padding: 0;
  text-align: center;
  display: block;
  margin-top: 50px; }
  #pagination ul {
    padding: 0; }
  #pagination a {
    width: auto;
    margin: 0;
    background-color: transparent; }
  #pagination li {
    list-style: none;
    display: inline-block; }
    #pagination li.active a {
      color: #588DBB;
      border-color: #588DBB; }
  #pagination a,
  #pagination .ellipsis {
    display: block;
    padding: 10px;
    height: 40px;
    line-height: 20px;
    border-radius: 30px; }
  #pagination .pageNum a {
    min-width: 40px;
    text-align: center;
    border: 1px solid #5E585B; }
    #pagination .pageNum a:hover {
      background-color: #F6F4F5; }

@media only screen and (max-width: 480px) {
  #pagination li:not(.pageNum) {
    display: block; } }
/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  SEARCH FORM  */
.searchForm .searchBar {
  padding: 50px 0 15px 0; }

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  PAGE 404  */
.page404 img {
  display: block;
  margin: 0 auto; }
.page404 a {
  text-decoration: underline; }

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  DOCUMENTS  */
.listeDocuments a {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  width: 390px;
  padding: 15px 15px 15px 75px;
  min-height: 100px;
  position: relative;
  text-decoration: none;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+ICAgIDxwYXRoIGZpbGw9IiM5NzhGOTEiIGQ9Ik0gNiAzIEwgNiA0IEwgNiAyOCBMIDYgMjkgTCA3IDI5IEwgMjUgMjkgTCAyNiAyOSBMIDI2IDI4IEwgMjYgMTAgTCAyNiA5LjU5Mzc1IEwgMjUuNzE4NzUgOS4yODEyNSBMIDE5LjcxODc1IDMuMjgxMjUgTCAxOS40MDYyNSAzIEwgMTkgMyBMIDcgMyBMIDYgMyB6IE0gOCA1IEwgMTggNSBMIDE4IDEwIEwgMTggMTEgTCAxOSAxMSBMIDI0IDExIEwgMjQgMjcgTCA4IDI3IEwgOCA1IHogTSAyMCA2LjQzNzUgTCAyMi41NjI1IDkgTCAyMCA5IEwgMjAgNi40Mzc1IHoiPjwvcGF0aD48L3N2Zz4=);
  background-size: 80px 60px;
  background-repeat: no-repeat;
  background-position: 0 10px; }
  .listeDocuments a:hover * {
    color: #588DBB; }
.listeDocuments time {
  font-size: 80%;
  color: #978F91; }
.listeDocuments .docIcon {
  position: absolute;
  top: 50%;
  left: 22px;
  text-transform: uppercase;
  font-size: 80%;
  line-height: 20px;
  margin-top: -7px;
  color: #978F91; }
.listeDocuments h3 {
  font-size: 120%; }

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  PRINT  */
@media print {
  html {
    background: white; }

  body {
    color: #000;
    background: #fff; }

  #tete,
  footer,
  aside,
  .illustration,
  .headerTop,
  .mobileHeader {
    display: none; }

  .contenu {
    width: auto; }

  article {
    margin: 0;
    box-shadow: none; }

  @page {
    margin: 2cm; }
  h2, h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=style.css.map */
