/* ==========================================================================
	Imports
/* ========================================================================== */
/**
 * modified version of eric meyer's reset 2.0
 * http://meyerweb.com/eric/tools/css/reset/
 */
/**
 * basic reset
 */
@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Yellowtail");
@import url("https://d1azc1qln24ryf.cloudfront.net/114779/Socicon/style-cf.css?rd5re8");
@import url("https://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css");
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, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/**
 * HTML5 display-role reset for older browsers
 */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section,
main, summary {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/**
 * modified version of normalize.css 3.0.2
 * http://necolas.github.io/normalize.css/
 */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * HTML5 display definitions
 * =============================================================================
 */
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/**
 * Links
 * =============================================================================
 */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * Text-level semantics
 * =============================================================================
 */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * 1. Address styling not present in Safari and Chrome.
 * 2. Set previously resetted italic font-style
 */
dfn,
i, em {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/**
 * Embedded content
 * =============================================================================
 */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/**
 * Grouping content
 * =============================================================================
 */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/**
 * Forms
 * =============================================================================
 */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/**
 * responsive viewport
 */
@viewport {
  width: device-width;
}
/**
 * inherit box model
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * iOS "clickable elements" fix for role="button"
 *
 * Fixes "clickability" issue (and more generally, the firing of events such as focus as well)
 * for traditionally non-focusable elements with role="button"
 * see https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile
 */
[role="button"] {
  cursor: pointer;
}

/**
 * Avoid 300ms click delay on touch devices that support the `touch-action` CSS property.
 *
 * In particular, unlike most other browsers, IE11+Edge on Windows 10 on touch devices and IE Mobile 10-11
 * DON'T remove the click delay when `<meta name="viewport" content="width=device-width">` is present.
 * However, they DO support removing the click delay via `touch-action: manipulation`.
 * See:
 * - http://v4-alpha.getbootstrap.com/content/reboot/#click-delay-optimization-for-touch
 * - http://caniuse.com/#feat=css-touch-action
 * - http://patrickhlauke.github.io/touch/tests/results/#suppressing-300ms-delay
 */
a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/**
 * Always hide an element with the `hidden` HTML attribute (from PureCSS).
 */
[hidden] {
  display: none !important;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

/******************************
**
** breakpoints
**
******************************/
/** media query **/
/** media shortcuts **/
/******************************
**
** Container/Gutters
**
******************************/
.row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 480px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 720px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 960px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1280px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 1600px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@font-face {
  font-family: 'Lakeside';
  src: url("../fonts/LakesideW01-Reg.eot");
  src: url("../fonts/LakesideW01-Reg.eot?#iefix") format("embedded-opentype"), url("../fonts/LakesideW01-Reg.woff2") format("woff2"), url("../fonts/LakesideW01-Reg.woff") format("woff"), url("../fonts/LakesideW01-Reg.ttf") format("truetype"), url("../fonts/LakesideW01-Reg.svg#LakesideW01-Reg") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?5x3t27");
  src: url("../fonts/icomoon.eot?5x3t27#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?5x3t27") format("truetype"), url("../fonts/icomoon.woff?5x3t27") format("woff"), url("../fonts/icomoon.svg?5x3t27#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* 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;
}

.icon-calendar:before {
  content: "\e907";
}

.icon-pains:before {
  content: "\e901";
}

.icon-viennoiseries:before {
  content: "\e902";
}

.icon-patisseries:before {
  content: "\e903";
}

.icon-glaces:before {
  content: "\e904";
}

.icon-chocolats:before {
  content: "\e905";
}

.icon-coeur:before {
  content: "\e906";
}

.icon-chocolats2:before {
  content: "\e900";
}

/* ==========================================================================
	Variables
/* ========================================================================== */
/* Directories */
/* Colors */
/* Font Sizes */
/* ==========================================================================
	Base
/* ========================================================================== */
html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: Arial, sans-serif;
  color: #444;
}

body {
  height: 100%;
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
  background: #fff;
}

/*	Apply to all elements. In a responsive design, this is almost always a good idea */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#map * {
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
}

/* ==========================================================================
	Links
/* ========================================================================== */
a {
  color: #e85a24;
  transition: all 400ms ease;
}

a:focus,
a:hover {
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
	Typography
/* ========================================================================== */
/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  line-height: 1.5em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.3em;
  font-weight: normal;
}

h5, h6 {
  font-size: 1.1em;
}

/* Content Block Elements */
dl,
menu,
ol,
ul,
p,
pre {
  margin: 0 0 1em;
}

/* Paragraphs */
/* Lists */
menu,
ol,
ul {
  padding: 0 0 0 2em;
}

/* Selection Colors */
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
	Helper Classes
/* ========================================================================== */
/* Prefixed with tags to override default tag styling for these elemets if .button is added */
button,
.button,
a.button,
input.button {
  display: inline-block;
  transition: all 400ms ease;
}

/* Responsive Media Styles */
.media {
  /* Set width on this selector based on design and needs */
}

.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Clear Fix */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* Floats */
.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media (min-width: 480px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 720px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 960px) {
  .container {
    max-width: 940px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1200px;
  }
}

/* =============================================================================
	Structural Styles, Media Queries & Page Styling
/* ========================================================================== */
#home-slider {
  width: 100%;
  height: 100vh;
  position: relative;
  box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.25);
  z-index: 2;
}
#home-slider .full-slide {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
}
#home-slider .slick-dots {
  position: absolute;
  right: 35px;
  bottom: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  display: none !important;
}
@media (min-width: 960px) {
  #home-slider .slick-dots {
    display: block !important;
  }
}
#home-slider .slick-dots li {
  display: inline-block;
}
#home-slider .slick-dots li button {
  border: 1px solid black;
  border-radius: 18px;
  height: 18px;
  width: 18px;
  background: transparent;
  font-size: 0;
  margin: 0 4px;
}
#home-slider .slick-dots li.slick-active button {
  background: white;
}
#home-slider .logo {
  position: absolute;
  left: 35px;
  bottom: 30px;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  display: none;
}
@media (min-width: 960px) {
  #home-slider .logo {
    display: block;
  }
}
#home-slider .filigrane {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  width: 80%;
  height: auto;
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
}
@media (min-width: 960px) {
  #home-slider .filigrane {
    width: auto;
  }
}
#home-slider .filigrane img {
  max-width: 100%;
  height: auto;
}
#home-slider .filigrane p {
  font-size: 26px;
  font-family: "Century Gothic";
  color: white;
  font-weight: bold;
  line-height: 0.69;
  text-align: center;
  margin-bottom: -50px;
  margin-top: 30px;
}
#home-slider .suggestion-link {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translate3d(-50%, 0, 0);
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  font-style: italic;
  color: white;
  text-align: center;
  width: 100%;
  text-decoration: none;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}
@media (min-width: 720px) {
  #home-slider .suggestion-link {
    width: auto;
    font-size: 22px;
  }
}
#home-slider .suggestion-link svg {
  width: 25px;
  height: 25px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
@media (min-width: 720px) {
  #home-slider .suggestion-link svg {
    width: 40px;
    height: 40px;
  }
}
#home-slider .suggestion-link svg .a {
  fill: white;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}
#home-slider .suggestion-link:hover {
  color: #e85a24;
}
#home-slider .suggestion-link:hover svg .a {
  fill: #e85a24;
}

.home #page-header {
  position: absolute;
  width: 100%;
  z-index: 5;
}
.home #page-header #page-logo {
  margin: 30px 0 0 30px;
}
.home #page-header #page-logo img {
  width: 90px;
}
@media (min-width: 720px) {
  .home #page-header #page-logo {
    margin: 65px 0 0 65px;
  }
  .home #page-header #page-logo img {
    width: 145px;
  }
}

body:not(.home) #page-header {
  position: relative;
  width: 100%;
  z-index: 5;
  margin-bottom: 60px;
  height: 140px;
}
@media (min-width: 720px) {
  body:not(.home) #page-header {
    height: 140px;
  }
}
body:not(.home) #page-header .banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  background-position: center;
  background-size: cover;
}
body:not(.home) #page-header #page-logo {
  position: absolute;
  top: 140px;
  left: 30px;
}
body:not(.home) #page-header #page-logo img {
  width: 90px;
  margin-top: -45px;
}
@media (min-width: 720px) {
  body:not(.home) #page-header #page-logo {
    left: 65px;
    top: 140px;
  }
  body:not(.home) #page-header #page-logo img {
    width: 100px;
    margin-top: -50px;
  }
}

#passion {
  background-color: #f8f4ef;
  box-shadow: 0px 0px 20px 8px rgba(0, 0, 0, 0.25);
  position: relative;
}
#passion:before {
  content: "";
  background: url("../images/logo.png") no-repeat center;
  background-size: cover;
  width: 120px;
  height: 120px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -60px;
  display: none;
}
@media (min-width: 960px) {
  #passion:before {
    display: block;
  }
}
#passion .passion-bg {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  background: white url("../images/passion.jpg") no-repeat bottom center;
  background-size: contain;
}
@media (min-width: 480px) {
  #passion .passion-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #passion .passion-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #passion .passion-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  #passion .passion-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  #passion .passion-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#passion .passion-content {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 45px;
  padding-bottom: 40px;
  background-color: #f8f4ef;
  background-image: url("../images/white-filigrane.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 75%;
  text-align: center;
  font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #836239;
}
@media (min-width: 480px) {
  #passion .passion-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #passion .passion-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #passion .passion-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  #passion .passion-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  #passion .passion-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#passion .passion-content h2 {
  color: #e85a24;
  font-size: 22px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  font-family: Georgia, Times, "Times New Roman", serif;
  position: relative;
  margin-bottom: 45px;
  max-width: 300px;
}
#passion .passion-content h2:after {
  content: "";
  background: #e85a24;
  width: 100px;
  height: 5px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -50px;
}
#passion .passion-content img {
  max-width: 140px;
}
#passion .passion-content .read-more {
  margin-top: 15px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: "Georgia";
  color: #e85a24;
  font-weight: bold;
  font-style: italic;
  line-height: 1.048;
  text-align: center;
}
@media (min-width: 960px) {
  #passion .passion-content {
    font-size: 14px;
  }
  #passion .passion-content h2 {
    font-size: 28px;
    max-width: 350px;
  }
  #passion .passion-content img {
    max-width: 100%;
  }
}
#passion .passion-content div {
  padding: 0 30px;
}
@media (min-width: 960px) {
  #passion {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 49%, #f8f4ef 50%, #f8f4ef 100%);
    background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 49%, #f8f4ef 50%, #f8f4ef 100%);
    background: linear-gradient(to right, #ffffff 0%, #ffffff 49%, #f8f4ef 50%, #f8f4ef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f4ef',GradientType=1 );
  }
  #passion .flex {
    display: flex;
  }
  #passion .passion-bg {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }
}
@media (min-width: 960px) and (min-width: 480px) {
  #passion .passion-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 720px) {
  #passion .passion-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  #passion .passion-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 1280px) {
  #passion .passion-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 1600px) {
  #passion .passion-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #passion .passion-content {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 480px) {
  #passion .passion-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 720px) {
  #passion .passion-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  #passion .passion-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 1280px) {
  #passion .passion-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 1600px) {
  #passion .passion-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#repas-fetes {
  background-color: #f8f4ef;
}
#repas-fetes .repas-content {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 45px;
  padding-bottom: 40px;
  background-image: url("../images/orange-filigrane.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 125%;
  text-align: center;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  color: #836239;
  font-style: italic;
}
@media (min-width: 480px) {
  #repas-fetes .repas-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #repas-fetes .repas-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #repas-fetes .repas-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  #repas-fetes .repas-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  #repas-fetes .repas-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#repas-fetes .repas-content h2 {
  color: #e85a24;
  font-size: 22px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-family: Georgia, Times, "Times New Roman", serif;
  position: relative;
  margin-bottom: 45px;
  max-width: 600px;
  font-style: normal;
}
#repas-fetes .repas-content h2:after {
  content: "";
  background: #e85a24;
  width: 100px;
  height: 5px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -50px;
}
@media (min-width: 960px) {
  #repas-fetes .repas-content {
    font-size: 14px;
  }
  #repas-fetes .repas-content h2 {
    font-size: 26px;
  }
}
#repas-fetes .repas-content div {
  padding: 0 30px;
}

#boulangerie {
  background: black;
  position: relative;
}
#boulangerie .boulangerie-content {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 80px;
  padding-bottom: 95px;
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  position: relative;
  z-index: 5;
}
@media (min-width: 480px) {
  #boulangerie .boulangerie-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #boulangerie .boulangerie-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #boulangerie .boulangerie-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  #boulangerie .boulangerie-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  #boulangerie .boulangerie-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #boulangerie .boulangerie-content {
    float: left;
    width: 66.66667%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 480px) {
  #boulangerie .boulangerie-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 720px) {
  #boulangerie .boulangerie-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 960px) {
  #boulangerie .boulangerie-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 1280px) {
  #boulangerie .boulangerie-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 1600px) {
  #boulangerie .boulangerie-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 960px) {
  #boulangerie .boulangerie-content {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 480px) {
  #boulangerie .boulangerie-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 720px) {
  #boulangerie .boulangerie-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  #boulangerie .boulangerie-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 1280px) {
  #boulangerie .boulangerie-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 1600px) {
  #boulangerie .boulangerie-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#boulangerie .boulangerie-content h2 {
  color: #e85a24;
  font-size: 22px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  font-family: Georgia, Times, "Times New Roman", serif;
  position: relative;
  margin-bottom: 70px;
  font-style: normal;
  font-weight: normal;
}
#boulangerie .boulangerie-content h2:after {
  content: "";
  background: #e85a24;
  width: 100px;
  height: 5px;
  position: absolute;
  bottom: -30px;
  left: 0;
}
#boulangerie .boulangerie-content h2 br {
  display: none;
}
@media (min-width: 480px) {
  #boulangerie .boulangerie-content h2 br {
    display: block;
  }
}
@media (min-width: 960px) {
  #boulangerie .boulangerie-content h2 {
    font-size: 32px;
  }
}
#boulangerie .boulangerie-content h3 {
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
#boulangerie .boulangerie-content .contact, #boulangerie .boulangerie-content .opening {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  #boulangerie .boulangerie-content .contact, #boulangerie .boulangerie-content .opening {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #boulangerie .boulangerie-content .contact, #boulangerie .boulangerie-content .opening {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #boulangerie .boulangerie-content .contact, #boulangerie .boulangerie-content .opening {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  #boulangerie .boulangerie-content .contact, #boulangerie .boulangerie-content .opening {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  #boulangerie .boulangerie-content .contact, #boulangerie .boulangerie-content .opening {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #boulangerie .boulangerie-content .contact, #boulangerie .boulangerie-content .opening {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 480px) {
  #boulangerie .boulangerie-content .contact, #boulangerie .boulangerie-content .opening {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 720px) {
  #boulangerie .boulangerie-content .contact, #boulangerie .boulangerie-content .opening {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 960px) {
  #boulangerie .boulangerie-content .contact, #boulangerie .boulangerie-content .opening {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 1280px) {
  #boulangerie .boulangerie-content .contact, #boulangerie .boulangerie-content .opening {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 1600px) {
  #boulangerie .boulangerie-content .contact, #boulangerie .boulangerie-content .opening {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#boulangerie .boulangerie-content .opening {
  margin-top: 25px;
}
@media (min-width: 720px) {
  #boulangerie .boulangerie-content .opening {
    margin-top: 0;
  }
}
#boulangerie .boulangerie-bg {
  position: absolute;
  top: 0;
  height: 100%;
  width: 67%;
  left: 33%;
  background-image: url("../images/boulangerie.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  opacity: 0.5;
}
@media (min-width: 720px) {
  #boulangerie .boulangerie-bg {
    left: 50%;
    width: 50%;
  }
}
@media (min-width: 960px) {
  #boulangerie .boulangerie-bg {
    opacity: 1;
  }
}

#nos-produits {
  padding-top: 0;
  clear: both;
}
#nos-produits h2 {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 16px;
  color: white;
  position: relative;
  margin-bottom: 60px;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}
#nos-produits h2:after {
  content: "";
  background: white;
  width: 100px;
  height: 5px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -50px;
}
@media (min-width: 720px) {
  #nos-produits h2 {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  #nos-produits {
    padding-top: 0;
  }
}
#nos-produits .types {
  background: #e85a24;
  padding: 40px 0 10px;
}
@media (min-width: 720px) {
  #nos-produits .types {
    padding: 50px 0 10px;
  }
}
@media (min-width: 960px) {
  #nos-produits .types {
    padding: 80px 0 10px;
  }
}
#nos-produits .types .types-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#nos-produits .types .types-container .type {
  text-decoration: none;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  width: 50%;
}
#nos-produits .types .types-container .type i {
  font-size: 65px;
  color: white;
  display: inline-block;
  margin-bottom: 5px;
}
#nos-produits .types .types-container .type h3 {
  text-transform: uppercase;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: bold;
  color: white;
  text-decoration: none;
  font-size: 16px;
  position: relative;
}
#nos-produits .types .types-container .type h3:after {
  content: "";
  background: white;
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -20px;
}
@media (min-width: 720px) {
  #nos-produits .types .types-container .type {
    width: 33.33333%;
  }
}
@media (min-width: 960px) {
  #nos-produits .types .types-container .type {
    width: 20%;
  }
  #nos-produits .types .types-container .type i {
    font-size: 85px;
  }
  #nos-produits .types .types-container .type h3 {
    font-size: 20px;
  }
}
#nos-produits .types .types-container .type:hover i {
  color: #ffb477;
}
#nos-produits .types .types-container .type:hover h3 {
  color: #ffb477;
}
#nos-produits .types .types-container .type:hover h3:after {
  background: #ffb477;
}

#suggestion {
  padding-top: 65px;
  padding-bottom: 80px;
  text-align: center;
}
#suggestion .suggestion-title {
  text-align: center;
  padding-bottom: 30px;
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  #suggestion .suggestion-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #suggestion .suggestion-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #suggestion .suggestion-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  #suggestion .suggestion-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  #suggestion .suggestion-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#suggestion .suggestion-title .icon-coeur {
  font-size: 40px;
  color: #bd936d;
  margin-bottom: 10px;
  display: inline-block;
}
#suggestion .suggestion-title h2 {
  font-family: 'Yellowtail', cursive;
  font-size: 36px;
  color: #e85a24;
  position: relative;
  margin-bottom: 65px;
  font-style: normal;
  font-weight: normal;
  line-height: 35px;
}
#suggestion .suggestion-title h2:after {
  content: "";
  background: #e85a24;
  width: 100px;
  height: 5px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -50px;
}
#suggestion .suggestion-title p {
  font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #42210b;
}
@media (min-width: 720px) {
  #suggestion .suggestion-title h2 {
    font-size: 48px;
    line-height: 45px;
  }
}
@media (min-width: 960px) {
  #suggestion .suggestion-title .icon-coeur {
    font-size: 60px;
  }
  #suggestion .suggestion-title h2 {
    font-size: 56px;
    margin-bottom: 45px;
    line-height: 55px;
  }
  #suggestion .suggestion-title p {
    font-size: 16px;
  }
}
#suggestion .btn-read-more {
  display: inline-block;
  background: #e85a24;
  line-height: 40px;
  padding: 0 15px;
  font-size: 16px;
  font-family: "Georgia";
  color: white;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  text-decoration: none;
  margin-top: 65px;
}
#suggestion .products {
  background: #f8f4ef;
  padding: 10px 0;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  clear: both;
}
#suggestion .products .product {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  #suggestion .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #suggestion .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #suggestion .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  #suggestion .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  #suggestion .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#suggestion .products .product img {
  max-width: 100%;
  height: auto;
}
#suggestion .products .product h3 {
  color: #e85a24;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-family: Georgia, Times, "Times New Roman", serif;
  position: relative;
  margin-bottom: 12px;
}
#suggestion .products .product h3:after {
  content: "";
  background: #9d7c52;
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -15px;
}
#suggestion .products .product em {
  font-size: 12px;
  color: #9d7c52;
  font-family: "Lato", sans-serif;
  line-height: 1.2;
  display: block;
}
@media (min-width: 480px) {
  #suggestion .products .product {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) and (min-width: 480px) {
  #suggestion .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) and (min-width: 720px) {
  #suggestion .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) and (min-width: 960px) {
  #suggestion .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) and (min-width: 1280px) {
  #suggestion .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) and (min-width: 1600px) {
  #suggestion .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 960px) {
  #suggestion .products .product {
    float: left;
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 480px) {
  #suggestion .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 720px) {
  #suggestion .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  #suggestion .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 1280px) {
  #suggestion .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 1600px) {
  #suggestion .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.product-archive {
  padding-bottom: 160px;
}
.product-archive hgroup {
  text-align: center;
  padding-bottom: 30px;
}
.product-archive hgroup i {
  font-size: 60px;
  color: #bd936d;
  margin-bottom: 10px;
  display: inline-block;
}
.product-archive hgroup h1 {
  font-family: 'Yellowtail', cursive;
  font-size: 36px;
  color: #e85a24;
  position: relative;
  margin-bottom: 65px;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
}
.product-archive hgroup h1:after {
  content: "";
  background: #e85a24;
  width: 100px;
  height: 5px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -50px;
}
.product-archive hgroup h2 {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #e85a24;
  position: relative;
  margin-bottom: 25px;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
}
.product-archive hgroup h2:after {
  content: "";
  background: #e85a24;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -25px;
}
@media (min-width: 720px) {
  .product-archive hgroup h2 {
    font-size: 22px;
  }
}
@media (min-width: 720px) {
  .product-archive hgroup i {
    font-size: 80px;
  }
  .product-archive hgroup h1 {
    font-size: 48px;
    line-height: 45px;
  }
}
@media (min-width: 960px) {
  .product-archive hgroup i {
    font-size: 100px;
  }
  .product-archive hgroup h1 {
    font-size: 56px;
    margin-bottom: 60px;
    line-height: 55px;
  }
}
.product-archive .filters {
  text-align: center;
  margin-bottom: 40px;
}
.product-archive .filters ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
.product-archive .filters ul li {
  display: block;
}
@media (min-width: 720px) {
  .product-archive .filters ul li {
    display: inline-block;
    padding: 0 30px;
    position: relative;
  }
  .product-archive .filters ul li:after {
    content: "";
    background: #bd936d;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: -2px;
    margin-top: -2px;
  }
  .product-archive .filters ul li:last-child:after {
    content: none;
  }
}
.product-archive .filters ul li input {
  display: none;
}
.product-archive .filters ul li label {
  color: #bd936d;
  cursor: pointer;
  font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.product-archive .filters ul li input:checked + label {
  color: black;
}
.product-archive #realisations-block {
  margin-top: 110px;
}
.product-archive .products {
  background: #f8f4ef;
  padding: 10px 0;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  clear: both;
}
.product-archive .products .product {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 480px) {
  .product-archive .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  .product-archive .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  .product-archive .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  .product-archive .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  .product-archive .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-archive .products .product img {
  max-width: 100%;
  height: auto;
}
.product-archive .products .product h3 {
  color: #e85a24;
  font-size: 15px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-family: Georgia, Times, "Times New Roman", serif;
  position: relative;
  margin-bottom: 12px;
}
.product-archive .products .product h3:after {
  content: "";
  background: #9d7c52;
  width: 30px;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -15px;
}
.product-archive .products .product em {
  font-size: 12px;
  color: #9d7c52;
  font-family: "Lato", sans-serif;
  line-height: 1.2;
  display: block;
}
@media (min-width: 480px) {
  .product-archive .products .product {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) and (min-width: 480px) {
  .product-archive .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) and (min-width: 720px) {
  .product-archive .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) and (min-width: 960px) {
  .product-archive .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) and (min-width: 1280px) {
  .product-archive .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) and (min-width: 1600px) {
  .product-archive .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 960px) {
  .product-archive .products .product {
    float: left;
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 480px) {
  .product-archive .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 720px) {
  .product-archive .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .product-archive .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 1280px) {
  .product-archive .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 1600px) {
  .product-archive .products .product {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.product-archive .realisations .realisation {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 50%;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (min-width: 480px) {
  .product-archive .realisations .realisation {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  .product-archive .realisations .realisation {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  .product-archive .realisations .realisation {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  .product-archive .realisations .realisation {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  .product-archive .realisations .realisation {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  .product-archive .realisations .realisation {
    float: left;
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 33.33333333%;
  }
}
@media (min-width: 720px) and (min-width: 480px) {
  .product-archive .realisations .realisation {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 720px) {
  .product-archive .realisations .realisation {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 960px) {
  .product-archive .realisations .realisation {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 1280px) {
  .product-archive .realisations .realisation {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 1600px) {
  .product-archive .realisations .realisation {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 960px) {
  .product-archive .realisations .realisation {
    float: left;
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20%;
  }
}
@media (min-width: 960px) and (min-width: 480px) {
  .product-archive .realisations .realisation {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 720px) {
  .product-archive .realisations .realisation {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .product-archive .realisations .realisation {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 1280px) {
  .product-archive .realisations .realisation {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 1600px) {
  .product-archive .realisations .realisation {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.product-archive .realisations .realisation .gallerie a:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(231, 90, 36, 0.75);
  opacity: 0;
}
.product-archive .realisations .realisation .gallerie a:first-child:before {
  content: '';
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDU4OC41MiA1ODguNTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU4OC41MiA1ODguNTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZD0iTTg2LjU0MSw1MDEuOThjMjYuOTcxLDI2Ljk3MSw1OC4zODUsNDguMTQ4LDkzLjM2OCw2Mi45NDVjMzYuMjMsMTUuMzI0LDc0LjcwNCwyMy4wOTQsMTE0LjM1MiwyMy4wOTQgICAgIGMzOS42NDgsMCw3OC4xMjEtNy43NywxMTQuMzUyLTIzLjA5NGMzNC45ODItMTQuNzk3LDY2LjM5Ni0zNS45NzUsOTMuMzY5LTYyLjk0NWMyNi45NzEtMjYuOTczLDQ4LjE0OC01OC4zODcsNjIuOTQ1LTkzLjM2OSAgICAgYzE1LjMyNC0zNi4yMywyMy4wOTQtNzQuNzAzLDIzLjA5NC0xMTQuMzUyYzAtMzkuNjQ3LTcuNzctNzguMTIxLTIzLjA5NC0xMTQuMzUyYy0xNC43OTctMzQuOTgzLTM1Ljk3NS02Ni4zOTctNjIuOTQ1LTkzLjM2OCAgICAgYy0yNi45NzMtMjYuOTcyLTU4LjM4Ny00OC4xNS05My4zNjktNjIuOTQ3QzM3Mi4zODEsOC4yNywzMzMuOTA4LDAuNSwyOTQuMjYsMC41Yy0zOS42NDcsMC03OC4xMjEsNy43Ny0xMTQuMzUyLDIzLjA5NCAgICAgYy0zNC45ODMsMTQuNzk2LTY2LjM5NiwzNS45NzUtOTMuMzY4LDYyLjk0N2MtMjYuOTcyLDI2Ljk3MS00OC4xNSw1OC4zODUtNjIuOTQ3LDkzLjM2OEM4LjI3LDIxNi4xMzksMC41LDI1NC42MTIsMC41LDI5NC4yNiAgICAgYzAsMzkuNjQ4LDcuNzcsNzguMTIxLDIzLjA5NCwxMTQuMzUyQzM4LjM5MSw0NDMuNTk0LDU5LjU2OSw0NzUuMDA4LDg2LjU0MSw1MDEuOTh6IE02My4wNDksMTk2LjU5NyAgICAgYzEyLjYzNy0yOS44NzcsMzAuNzMyLTU2LjcxNCw1My43ODMtNzkuNzY1YzIzLjA1MS0yMy4wNTEsNDkuODg4LTQxLjE0Niw3OS43NjUtNTMuNzgzICAgICBjMzAuOTItMTMuMDc4LDYzLjc3OS0xOS43MDksOTcuNjYzLTE5LjcwOWMzMy44ODMsMCw2Ni43NDIsNi42MzEsOTcuNjY0LDE5LjcxYzI5Ljg3NSwxMi42MzYsNTYuNzEzLDMwLjczMiw3OS43NjQsNTMuNzgzICAgICBjMjMuMDUxLDIzLjA1MSw0MS4xNDYsNDkuODg4LDUzLjc4Myw3OS43NjVjMTMuMDc4LDMwLjkyLDE5LjcwOSw2My43NzksMTkuNzA5LDk3LjY2MmMwLDMzLjg4My02LjYzMSw2Ni43NDItMTkuNzA5LDk3LjY2NCAgICAgYy0xMi42MzcsMjkuODc1LTMwLjczMiw1Ni43MTMtNTMuNzgzLDc5Ljc2NHMtNDkuODg5LDQxLjE0Ni03OS43NjQsNTMuNzgzYy0zMC45MjIsMTMuMDc4LTYzLjc4MSwxOS43MDktOTcuNjY0LDE5LjcwOSAgICAgYy0zMy44ODMsMC02Ni43NDItNi42MzEtOTcuNjYzLTE5LjcwOWMtMjkuODc3LTEyLjYzNy01Ni43MTQtMzAuNzMyLTc5Ljc2NS01My43ODNzLTQxLjE0Ni00OS44ODktNTMuNzgzLTc5Ljc2NiAgICAgYy0xMy4wNzgtMzAuOTItMTkuNzA5LTYzLjc3OS0xOS43MDktOTcuNjYyQzQzLjM0LDI2MC4zNzYsNDkuOTcxLDIyNy41MTgsNjMuMDQ5LDE5Ni41OTd6IiBmaWxsPSIjRkZGRkZGIi8+CgkJCTxwYXRoIGQ9Ik0yOTQuMjYsNTg4LjUyYy0zOS43MTYsMC03OC4yNTUtNy43ODMtMTE0LjU0Ni0yMy4xMzNjLTM1LjA0My0xNC44MjItNjYuNTEtMzYuMDM2LTkzLjUyNi02My4wNTMgICAgIGMtMjcuMDE3LTI3LjAxOC00OC4yMzEtNTguNDg1LTYzLjA1NC05My41MjhDNy43ODMsMzcyLjUxNCwwLDMzMy45NzUsMCwyOTQuMjZzNy43ODMtNzguMjUzLDIzLjEzMy0xMTQuNTQ2ICAgICBjMTQuODIyLTM1LjA0MywzNi4wMzctNjYuNTEsNjMuMDU0LTkzLjUyNmMyNy4wMTctMjcuMDE4LDU4LjQ4My00OC4yMzIsOTMuNTI2LTYzLjA1NEMyMTYuMDA2LDcuNzgzLDI1NC41NDUsMCwyOTQuMjYsMCAgICAgczc4LjI1NCw3Ljc4MywxMTQuNTQ2LDIzLjEzM2MzNS4wNDMsMTQuODIyLDY2LjUxMSwzNi4wMzcsOTMuNTI4LDYzLjA1NGMyNy4wMTYsMjcuMDE2LDQ4LjIyOSw1OC40ODIsNjMuMDUzLDkzLjUyNiAgICAgYzE1LjM1LDM2LjI5MiwyMy4xMzMsNzQuODMxLDIzLjEzMywxMTQuNTQ2cy03Ljc4Myw3OC4yNTUtMjMuMTMzLDExNC41NDZjLTE0LjgyMiwzNS4wNDMtMzYuMDM2LDY2LjUxMS02My4wNTMsOTMuNTI4ICAgICBjLTI3LjAxOCwyNy4wMTctNTguNDg1LDQ4LjIzLTkzLjUyOCw2My4wNTJDMzcyLjUxNSw1ODAuNzM2LDMzMy45NzYsNTg4LjUyLDI5NC4yNiw1ODguNTJ6IE0yOTQuMjYsMSAgICAgYy0zOS41OCwwLTc3Ljk4OCw3Ljc1Ny0xMTQuMTU3LDIzLjA1NGMtMzQuOTI0LDE0Ljc3MS02Ni4yODQsMzUuOTE0LTkzLjIwOSw2Mi44NGMtMjYuOTI1LDI2LjkyNS00OC4wNjgsNTguMjg1LTYyLjg0LDkzLjIwOSAgICAgQzguNzU3LDIxNi4yNzIsMSwyNTQuNjgsMSwyOTQuMjZzNy43NTcsNzcuOTg4LDIzLjA1NCwxMTQuMTU3YzE0Ljc3MiwzNC45MjMsMzUuOTE0LDY2LjI4Myw2Mi44NCw5My4yMSAgICAgYzI2LjkyNSwyNi45MjUsNTguMjg1LDQ4LjA2Niw5My4yMDksNjIuODM4YzM2LjE2NywxNS4yOTgsNzQuNTc2LDIzLjA1NSwxMTQuMTU3LDIzLjA1NXM3Ny45ODktNy43NTcsMTE0LjE1Ny0yMy4wNTUgICAgIGMzNC45MjMtMTQuNzcxLDY2LjI4My0zNS45MTMsOTMuMjEtNjIuODM4YzI2LjkyNS0yNi45MjcsNDguMDY2LTU4LjI4Nyw2Mi44MzgtOTMuMjEgICAgIGMxNS4yOTgtMzYuMTY4LDIzLjA1NS03NC41NzYsMjMuMDU1LTExNC4xNTdzLTcuNzU3LTc3Ljk4OS0yMy4wNTUtMTE0LjE1N2MtMTQuNzcxLTM0LjkyNS0zNS45MTQtNjYuMjg1LTYyLjgzOC05My4yMDkgICAgIGMtMjYuOTI3LTI2LjkyNi01OC4yODctNDguMDY4LTkzLjIxLTYyLjg0QzM3Mi4yNDgsOC43NTcsMzMzLjg0LDEsMjk0LjI2LDF6IE0yOTQuMjYsNTQ1LjY4ICAgICBjLTMzLjk1MiwwLTY2Ljg3NS02LjY0NS05Ny44NTctMTkuNzQ4Yy0yOS45MzYtMTIuNjYyLTU2LjgyNi0zMC43OTQtNzkuOTIzLTUzLjg5MWMtMjMuMDk2LTIzLjA5Ni00MS4yMjctNDkuOTg2LTUzLjg5LTc5LjkyNSAgICAgQzQ5LjQ4NCwzNjEuMTM1LDQyLjg0LDMyOC4yMTEsNDIuODQsMjk0LjI2YzAtMzMuOTUsNi42NDUtNjYuODc0LDE5Ljc0OS05Ny44NTdjMTIuNjYyLTI5LjkzNiwzMC43OTMtNTYuODI2LDUzLjg5LTc5LjkyMyAgICAgYzIzLjA5Ny0yMy4wOTcsNDkuOTg3LTQxLjIyOCw3OS45MjMtNTMuODljMzAuOTgzLTEzLjEwNCw2My45MDctMTkuNzQ5LDk3Ljg1Ny0xOS43NDljMzMuOTUxLDAsNjYuODc1LDYuNjQ1LDk3Ljg1OCwxOS43NSAgICAgYzI5LjkzNywxMi42NjIsNTYuODI2LDMwLjc5Myw3OS45MjMsNTMuODljMjMuMDk4LDIzLjA5OCw0MS4yMjksNDkuOTg4LDUzLjg5MSw3OS45MjMgICAgIGMxMy4xMDQsMzAuOTgyLDE5Ljc0OCw2My45MDYsMTkuNzQ4LDk3Ljg1N3MtNi42NDUsNjYuODc1LTE5Ljc0OCw5Ny44NThjLTEyLjY2MywyOS45MzctMzAuNzk0LDU2LjgyNy01My44OTEsNzkuOTIzICAgICBjLTIzLjA5NiwyMy4wOTctNDkuOTg2LDQxLjIyOC03OS45MjMsNTMuODlDMzYxLjEzNSw1MzkuMDM1LDMyOC4yMTEsNTQ1LjY4LDI5NC4yNiw1NDUuNjh6IE0yOTQuMjYsNDMuODQgICAgIGMtMzMuODE2LDAtNjYuNjA5LDYuNjE4LTk3LjQ2OCwxOS42N2MtMjkuODE3LDEyLjYxMi01Ni42MDEsMzAuNjcxLTc5LjYwNiw1My42NzZjLTIzLjAwNSwyMy4wMDUtNDEuMDY1LDQ5Ljc4OS01My42NzYsNzkuNjA2ICAgICBjLTEzLjA1MiwzMC44NTktMTkuNjcsNjMuNjUyLTE5LjY3LDk3LjQ2OGMwLDMzLjgxNiw2LjYxOCw2Ni42MDksMTkuNjcsOTcuNDY4YzEyLjYxMywyOS44MTgsMzAuNjcyLDU2LjYwMyw1My42NzYsNzkuNjA2ICAgICBjMjMuMDA2LDIzLjAwNiw0OS43ODksNDEuMDY0LDc5LjYwNiw1My42NzZjMzAuODU4LDEzLjA1Miw2My42NTEsMTkuNjcsOTcuNDY4LDE5LjY3YzMzLjgxNiwwLDY2LjYwOS02LjYxOCw5Ny40Ny0xOS42NyAgICAgYzI5LjgxNi0xMi42MTIsNTYuNi0zMC42NzEsNzkuNjA0LTUzLjY3NnM0MS4wNjMtNDkuNzg4LDUzLjY3Ni03OS42MDRjMTMuMDUyLTMwLjg2LDE5LjY3LTYzLjY1MywxOS42Ny05Ny40NyAgICAgYzAtMzMuODE3LTYuNjE4LTY2LjYwOS0xOS42Ny05Ny40NjdjLTEyLjYxMS0yOS44MTYtMzAuNjctNTYuNi01My42NzYtNzkuNjA2Yy0yMy4wMDUtMjMuMDA1LTQ5Ljc4OC00MS4wNjQtNzkuNjA0LTUzLjY3NiAgICAgQzM2MC44NjksNTAuNDU4LDMyOC4wNzYsNDMuODQsMjk0LjI2LDQzLjg0eiIgZmlsbD0iI0ZGRkZGRiIvPgoJCTwvZz4KCQk8Zz4KCQkJPHBhdGggZD0iTTE2MC44NywzMTUuNjhoMTExLjM1OHYxMTEuMzU5YzAsMTEuODMsOS41OSwyMS40MiwyMS40MiwyMS40MmMxMS44MzEsMCwyMS40Mi05LjU5LDIxLjQyLTIxLjQyVjMxNS42OGgxMTEuMzU3ICAgICBjMTEuODMsMCwyMS40Mi05LjU5LDIxLjQyLTIxLjQyYzAtMTEuODMtOS41OS0yMS40Mi0yMS40Mi0yMS40MkgzMTUuMDY4VjE2MS40ODFjMC0xMS44My05LjU5LTIxLjQyLTIxLjQyLTIxLjQyICAgICBjLTExLjgzLDAtMjEuNDIsOS41OS0yMS40MiwyMS40MlYyNzIuODRIMTYwLjg3Yy0xMS44MywwLTIxLjQyLDkuNTktMjEuNDIsMjEuNDJDMTM5LjQ1LDMwNi4wOSwxNDkuMDQsMzE1LjY4LDE2MC44NywzMTUuNjh6IiBmaWxsPSIjRkZGRkZGIi8+CgkJCTxwYXRoIGQ9Ik0yOTMuNjQ4LDQ0OC45NTljLTEyLjA4NywwLTIxLjkyLTkuODMzLTIxLjkyLTIxLjkyVjMxNi4xOEgxNjAuODdjLTEyLjA4NywwLTIxLjkyLTkuODMzLTIxLjkyLTIxLjkyICAgICBzOS44MzMtMjEuOTIsMjEuOTItMjEuOTJoMTEwLjg1OFYxNjEuNDgxYzAtMTIuMDg3LDkuODMzLTIxLjkyLDIxLjkyLTIxLjkyYzEyLjA4NywwLDIxLjkyLDkuODMzLDIxLjkyLDIxLjkyVjI3Mi4zNGgxMTAuODU3ICAgICBjMTIuMDg3LDAsMjEuOTIsOS44MzMsMjEuOTIsMjEuOTJzLTkuODMzLDIxLjkyLTIxLjkyLDIxLjkySDMxNS41Njh2MTEwLjg1OUMzMTUuNTY4LDQzOS4xMjYsMzA1LjczNSw0NDguOTU5LDI5My42NDgsNDQ4Ljk1OXogICAgICBNMTYwLjg3LDI3My4zNGMtMTEuNTM1LDAtMjAuOTIsOS4zODUtMjAuOTIsMjAuOTJzOS4zODUsMjAuOTIsMjAuOTIsMjAuOTJoMTExLjg1OHYxMTEuODU5YzAsMTEuNTM1LDkuMzg1LDIwLjkyLDIwLjkyLDIwLjkyICAgICBjMTEuNTM2LDAsMjAuOTItOS4zODUsMjAuOTItMjAuOTJWMzE1LjE4aDExMS44NTdjMTEuNTM1LDAsMjAuOTItOS4zODUsMjAuOTItMjAuOTJzLTkuMzg1LTIwLjkyLTIwLjkyLTIwLjkySDMxNC41NjhWMTYxLjQ4MSAgICAgYzAtMTEuNTM1LTkuMzg1LTIwLjkyLTIwLjkyLTIwLjkyYy0xMS41MzUsMC0yMC45Miw5LjM4NS0yMC45MiwyMC45MlYyNzMuMzRIMTYwLjg3eiIgZmlsbD0iI0ZGRkZGRiIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
}
.product-archive .realisations .realisation:hover .gallerie a:first-child {
  opacity: 1;
}

.suggestion-page #suggestion {
  padding-bottom: 0;
}

#actions {
  padding-top: 65px;
  padding-bottom: 115px;
}
#actions .actions-title {
  text-align: center;
  padding-bottom: 30px;
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  #actions .actions-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #actions .actions-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #actions .actions-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  #actions .actions-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  #actions .actions-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#actions .actions-title .icon-calendar {
  font-size: 40px;
  color: #bd936d;
  margin-bottom: 10px;
  display: inline-block;
}
#actions .actions-title h2 {
  font-family: 'Yellowtail', cursive;
  font-size: 36px;
  color: #e85a24;
  position: relative;
  margin-bottom: 65px;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
}
#actions .actions-title h2:after {
  content: "";
  background: #e85a24;
  width: 100px;
  height: 5px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -50px;
}
@media (min-width: 720px) {
  #actions .actions-title h2 {
    font-size: 48px;
    line-height: 45px;
  }
}
@media (min-width: 960px) {
  #actions .actions-title .icon-calendar {
    font-size: 60px;
  }
  #actions .actions-title h2 {
    font-size: 56px;
    margin-bottom: 45px;
    line-height: 55px;
  }
}
#actions .action-list .action {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 480px) {
  #actions .action-list .action {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #actions .action-list .action {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #actions .action-list .action {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  #actions .action-list .action {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  #actions .action-list .action {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#actions .action-list .action h3 {
  font-family: 'Yellowtail', cursive;
  font-size: 28px;
  color: #909090;
  margin-bottom: 25px;
}
#actions .action-list .action > div {
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-top: 62.5%;
}
@media (min-width: 720px) {
  #actions .action-list .action > div {
    padding-top: 40%;
  }
}
@media (min-width: 960px) {
  #actions .action-list .action > div {
    padding-top: 33.333333%;
  }
}
@media (min-width: 1600px) {
  #actions .action-list .action > div {
    padding-top: 25%;
  }
}
#actions .action-list .action > div .aligner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 30px;
  transform: translateY(-50%);
}
#actions .action-list .action > div p {
  text-transform: uppercase;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: bold;
  color: white;
  font-size: 15px;
  padding: 2px 0;
  box-shadow: 10px 0 0 #e85a24, -10px 0 0 #e85a24;
  display: inline;
  background-color: #e85a24;
}
#actions .action-list .action > div a {
  display: inline-block;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-decoration: none;
  color: white;
  font-size: 16px;
  padding: 2px 0;
  box-shadow: 10px 0 0 #e85a24, -10px 0 0 #e85a24;
  background-color: #e85a24;
  margin-top: 25px;
}

#contact {
  padding-top: 75px;
  padding-bottom: 20px;
}
#contact .contact-title {
  text-align: center;
  padding-bottom: 30px;
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  #contact .contact-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #contact .contact-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #contact .contact-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  #contact .contact-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  #contact .contact-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#contact .contact-title h2 {
  font-family: 'Yellowtail', cursive;
  font-size: 36px;
  color: #e85a24;
  position: relative;
  margin-bottom: 65px;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
}
#contact .contact-title h2:after {
  content: "";
  background: #e85a24;
  width: 100px;
  height: 5px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -50px;
}
#contact .contact-title p {
  font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #42210b;
}
@media (min-width: 720px) {
  #contact .contact-title h2 {
    font-size: 48px;
    line-height: 45px;
  }
}
@media (min-width: 960px) {
  #contact .contact-title h2 {
    font-size: 56px;
    margin-bottom: 60px;
    line-height: 55px;
  }
  #contact .contact-title p {
    font-size: 16px;
  }
}

#find-us {
  margin-bottom: 90px;
}
@media (min-width: 720px) {
  #find-us {
    margin-bottom: 180px;
  }
}
#find-us .location {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 35px;
}
@media (min-width: 480px) {
  #find-us .location {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #find-us .location {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #find-us .location {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  #find-us .location {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  #find-us .location {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#find-us .location #map {
  height: 340px;
  width: 100%;
}
#find-us .location h2 {
  color: black;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  font-family: Georgia, Times, "Times New Roman", serif;
  position: relative;
  margin-bottom: 45px;
}
#find-us .location h2:after {
  content: "";
  background: black;
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -35px;
}
@media (min-width: 960px) {
  #find-us .location {
    display: block;
  }
}
#find-us .contact {
  margin-bottom: 55px;
}
#find-us .contact .adresse {
  float: left;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#find-us .contact .adresse strong {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 25px;
  color: black;
  font-size: 20px;
}
@media (min-width: 480px) {
  #find-us .contact .adresse strong {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #find-us .contact .adresse strong {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #find-us .contact .adresse strong {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  #find-us .contact .adresse strong {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  #find-us .contact .adresse strong {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#find-us .contact .adresse div {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #42210b;
}
@media (min-width: 480px) {
  #find-us .contact .adresse div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #find-us .contact .adresse div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #find-us .contact .adresse div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  #find-us .contact .adresse div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  #find-us .contact .adresse div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #find-us .contact .adresse {
    float: left;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
  #find-us .contact .adresse strong {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 480px) {
  #find-us .contact .adresse strong {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 720px) {
  #find-us .contact .adresse strong {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 960px) {
  #find-us .contact .adresse strong {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 1280px) {
  #find-us .contact .adresse strong {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 1600px) {
  #find-us .contact .adresse strong {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #find-us .contact .adresse div {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 480px) {
  #find-us .contact .adresse div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 720px) {
  #find-us .contact .adresse div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 960px) {
  #find-us .contact .adresse div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 1280px) {
  #find-us .contact .adresse div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 1600px) {
  #find-us .contact .adresse div {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#find-us .contact .rs {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 480px) {
  #find-us .contact .rs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #find-us .contact .rs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #find-us .contact .rs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  #find-us .contact .rs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  #find-us .contact .rs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#find-us .contact .rs ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
}
#find-us .contact .rs ul li {
  display: inline-block;
}
#find-us .contact .rs ul li a {
  text-decoration: none;
  color: white;
  background: #e85a24;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: inline-block;
  text-align: center;
}
#find-us .contact .rs ul li a i {
  line-height: 40px;
  font-size: 20px;
}
@media (min-width: 720px) {
  #find-us .contact .rs {
    text-align: right;
    margin-top: 0;
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 480px) {
  #find-us .contact .rs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 720px) {
  #find-us .contact .rs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 960px) {
  #find-us .contact .rs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 1280px) {
  #find-us .contact .rs {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 1600px) {
  #find-us .contact .rs {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.form-row .col-1, .form-row .col-2 {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 480px) {
  .form-row .col-1, .form-row .col-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  .form-row .col-1, .form-row .col-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  .form-row .col-1, .form-row .col-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  .form-row .col-1, .form-row .col-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  .form-row .col-1, .form-row .col-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.form-row label {
  font-size: 15px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: #e75a24;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.308;
  text-align: left;
}
.form-row input, .form-row textarea {
  background: #f3ece9;
  border: 0;
  resize: none;
  width: 100%;
  margin-top: 10px;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-weight: 400;
  color: #42210b;
  font-size: 16px;
  padding: 0 15px;
}
.form-row textarea {
  padding: 10px 15px;
}
.form-row input {
  line-height: 40px;
  height: 40px;
}
.form-row .right {
  text-align: right;
}
.form-row .wpcf7-submit {
  background: #e75a24;
  width: auto;
  font-size: 15px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: white;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 40px;
  height: 40px;
  padding: 0 30px;
  text-align: center;
  margin-top: 0;
}
@media (min-width: 720px) {
  .form-row .col-2 {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 480px) {
  .form-row .col-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 720px) {
  .form-row .col-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 960px) {
  .form-row .col-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 1280px) {
  .form-row .col-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 1600px) {
  .form-row .col-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.form-row span.wpcf7-not-valid-tip {
  text-transform: none;
  font-size: 14px;
  display: block;
  margin-top: 10px;
}

div.wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  clear: both;
  text-align: center;
  padding: 15px 20px;
}
div.wpcf7-response-output.wpcf7-validation-errors {
  border: 0;
  background: #e75a24;
  color: white;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok {
  border: 0;
  background: #e75a24;
  color: white;
}

#page-content.page #page {
  padding-top: 75px;
  padding-bottom: 110px;
}
#page-content.page #page #content {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  #page-content.page #page #content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #page-content.page #page #content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #page-content.page #page #content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  #page-content.page #page #content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  #page-content.page #page #content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#page-content.page .page-title {
  text-align: center;
  padding-bottom: 30px;
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  #page-content.page .page-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #page-content.page .page-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #page-content.page .page-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  #page-content.page .page-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  #page-content.page .page-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#page-content.page .page-title h2 {
  font-family: 'Yellowtail', cursive;
  font-size: 40px;
  color: #e85a24;
  position: relative;
  margin-bottom: 65px;
  font-style: normal;
  font-weight: normal;
  line-height: 55px;
}
#page-content.page .page-title h2:after {
  content: "";
  background: #e85a24;
  width: 100px;
  height: 5px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -50px;
}
#page-content.page .page-title p {
  font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #42210b;
}
@media (min-width: 720px) {
  #page-content.page .page-title h2 {
    font-size: 60px;
    line-height: 55px;
  }
}
@media (min-width: 960px) {
  #page-content.page .page-title h2 {
    font-size: 65px;
    margin-bottom: 75px;
    line-height: 75px;
  }
  #page-content.page .page-title p {
    font-size: 18px;
  }
}
#page-content.page h1, #page-content.page h2, #page-content.page h3, #page-content.page h4 {
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.25;
  color: #e85a24;
}
#page-content.page ul {
  list-style: initial;
}
#page-content.page ol {
  list-style: decimal;
}
#page-content.page p, #page-content.page li {
  font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  color: #42210b;
  font-size: 14px;
}
@media (min-width: 720px) {
  #page-content.page p, #page-content.page li {
    font-size: 16px;
  }
}
#page-content.page a {
  text-decoration: none;
  color: #e85a24;
}
#page-content.page a:hover {
  text-decoration: underline;
}

#entreprise {
  padding-top: 75px;
  padding-bottom: 110px;
}
#entreprise .bloc > div {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  #entreprise .bloc > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #entreprise .bloc > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #entreprise .bloc > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  #entreprise .bloc > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  #entreprise .bloc > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#entreprise .bloc > div img {
  max-width: 75%;
  height: auto;
  margin: 0 auto;
  display: block;
}
@media (min-width: 720px) {
  #entreprise .bloc > div {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 480px) {
  #entreprise .bloc > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 720px) {
  #entreprise .bloc > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 960px) {
  #entreprise .bloc > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 1280px) {
  #entreprise .bloc > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 1600px) {
  #entreprise .bloc > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #entreprise .bloc > div img {
    max-width: 100%;
  }
}
#entreprise .bloc {
  margin-bottom: 80px;
}
#entreprise .bloc:after {
  content: "";
  display: block;
  float: none;
  clear: both;
}
#entreprise .entreprise-title {
  text-align: center;
  padding-bottom: 30px;
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  #entreprise .entreprise-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #entreprise .entreprise-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #entreprise .entreprise-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  #entreprise .entreprise-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  #entreprise .entreprise-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#entreprise .entreprise-title h2 {
  font-family: 'Yellowtail', cursive;
  font-size: 36px;
  color: #e85a24;
  position: relative;
  margin-bottom: 65px;
  font-style: normal;
  font-weight: normal;
  line-height: 35px;
}
#entreprise .entreprise-title h2:after {
  content: "";
  background: #e85a24;
  width: 100px;
  height: 5px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -50px;
}
#entreprise .entreprise-title p {
  font-family: 'Yellowtail', cursive;
  font-size: 20px;
  color: #909090;
}
@media (min-width: 720px) {
  #entreprise .entreprise-title h2 {
    font-size: 48px;
    line-height: 45px;
  }
}
@media (min-width: 960px) {
  #entreprise .entreprise-title h2 {
    font-size: 56px;
    margin-bottom: 60px;
    line-height: 55px;
  }
  #entreprise .entreprise-title p {
    font-size: 28px;
  }
}
#entreprise #entreprise-container {
  background: url(../images/ent-bg.png) top center no-repeat;
  background-size: contain;
}
#entreprise #entreprise-container h2 {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 24px;
  color: #e85a24;
  position: relative;
  margin-bottom: 65px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.25;
  margin-top: 50px;
}
#entreprise #entreprise-container h2:after {
  content: "";
  background: #e85a24;
  width: 100px;
  height: 5px;
  position: absolute;
  bottom: -30px;
  left: 0;
}
#entreprise #entreprise-container .img-center {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
#entreprise #entreprise-container .sign {
  padding: 30px;
}
#entreprise #entreprise-container .content h1, #entreprise #entreprise-container .content h2, #entreprise #entreprise-container .content h3, #entreprise #entreprise-container .content h4 {
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.25;
  color: #e85a24;
}
#entreprise #entreprise-container .content ul {
  list-style: initial;
}
#entreprise #entreprise-container .content ol {
  list-style: decimal;
}
#entreprise #entreprise-container .content p, #entreprise #entreprise-container .content li {
  font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #9a9290;
}
@media (min-width: 720px) {
  #entreprise #entreprise-container .content p, #entreprise #entreprise-container .content li {
    font-size: 15px;
  }
}
#entreprise #entreprise-container .content a {
  text-decoration: none;
  color: #e85a24;
}
#entreprise #entreprise-container .content a:hover {
  text-decoration: underline;
}
#entreprise #entreprise-container .bloc.invert {
  margin-bottom: 40px;
}
#entreprise #entreprise-container .bloc.invert h2 {
  color: black;
  margin-top: 0;
}
#entreprise #entreprise-container .bloc.invert h2:after {
  background: black;
}
#entreprise #entreprise-container .bloc.invert .content p, #entreprise #entreprise-container .bloc.invert .content li {
  color: #e85a24;
}
#entreprise #entreprise-container .bloc.invert .content a {
  color: #42210b;
}

/* ============================================================
  CUSTOM PAGINATION
============================================================ */
.custom-pagination {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 480px) {
  .custom-pagination {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  .custom-pagination {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  .custom-pagination {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  .custom-pagination {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  .custom-pagination {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.custom-pagination span,
.custom-pagination a {
  display: inline-block;
  padding: 2px 3px;
  font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.custom-pagination a {
  color: black;
}

.custom-pagination a:hover {
  color: #e85a24;
}

.custom-pagination span.page-num {
  margin-right: 10px;
  padding: 0;
}

.custom-pagination span.dots {
  padding: 0;
  color: black;
}

.custom-pagination span.current {
  color: #e85a24;
  font-weight: bold;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.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;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 0;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 0;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 20px;
  float: left;
  position: relative;
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMiA2MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iTGVmdCI+CgkJPGc+CgkJCTxwYXRoIGQ9Ik0zNTMuODEyLDE3Mi4xMjVjLTcuNDc4LDAtMTQuMjEsMi45MjYtMTkuMzM1LDcuNjEybC0wLjA1OC0wLjA3N0wyMTkuNjcsMjg0Ljg0OGMtNS45MSw1LjQ1MS05LjI5NSwxMy4xMDEtOS4yOTUsMjEuMTUyICAgICBzMy4zODUsMTUuNzAxLDkuMjk1LDIxLjE1MkwzMzQuNDIsNDMyLjM0bDAuMDU4LTAuMDc2YzUuMTI1LDQuNjg2LDExLjg1Nyw3LjYxMSwxOS4zMzUsNy42MTEgICAgIGMxNS44MzYsMCwyOC42ODgtMTIuODUyLDI4LjY4OC0yOC42ODhjMC04LjM1Ny0zLjYzNC0xNS44MzYtOS4zNTMtMjEuMDc2bDAuMDU4LTAuMDc2TDI4MS41MiwzMDZsOTEuNjg1LTg0LjA1NGwtMC4wNTgtMC4wNzcgICAgIGM1LjcxOS01LjIyMSw5LjM1My0xMi42OCw5LjM1My0yMS4wNTdDMzgyLjUsMTg0Ljk3NywzNjkuNjQ4LDE3Mi4xMjUsMzUzLjgxMiwxNzIuMTI1eiBNMzA2LDBDMTM3LjAxMiwwLDAsMTM3LjAxMiwwLDMwNiAgICAgczEzNy4wMTIsMzA2LDMwNiwzMDZzMzA2LTEzNy4wMTIsMzA2LTMwNlM0NzQuOTg4LDAsMzA2LDB6IE0zMDYsNTU0LjYyNUMxNjguOTEyLDU1NC42MjUsNTcuMzc1LDQ0My4wODgsNTcuMzc1LDMwNiAgICAgUzE2OC45MTIsNTcuMzc1LDMwNiw1Ny4zNzVTNTU0LjYyNSwxNjguOTEyLDU1NC42MjUsMzA2UzQ0My4wODgsNTU0LjYyNSwzMDYsNTU0LjYyNXoiIGZpbGw9IiNGRkZGRkYiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) left 48% no-repeat;
  background-size: 40px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 20px;
  float: right;
  position: relative;
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMiA2MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iUmlnaHQiPgoJCTxnPgoJCQk8cGF0aCBkPSJNMjc3LjU4LDE3OS42NzlsLTAuMDU3LDAuMDc3Yy01LjEyNS00LjcwNS0xMS44NTctNy42MzEtMTkuMzM1LTcuNjMxYy0xNS44MzUsMC0yOC42ODgsMTIuODUyLTI4LjY4OCwyOC42ODggICAgIGMwLDguMzc3LDMuNjM0LDE1LjgzNSw5LjM1MiwyMS4wNzZsLTAuMDU3LDAuMDc3TDMzMC40OCwzMDZsLTkxLjY4Niw4NC4wNTVsMC4wNTcsMC4wNzZjLTUuNzE4LDUuMjIxLTkuMzUyLDEyLjY4LTkuMzUyLDIxLjA1NyAgICAgYzAsMTUuODM2LDEyLjg1MiwyOC42ODgsMjguNjg4LDI4LjY4OGM3LjQ3OCwwLDE0LjIxLTIuOTI2LDE5LjMzNS03LjYxMWwwLjA1NywwLjA3NmwxMTQuNzUtMTA1LjE4OCAgICAgYzUuOTEtNS40NTEsOS4yOTUtMTMuMTAxLDkuMjk1LTIxLjE1MnMtMy4zODUtMTUuNzAyLTkuMjk1LTIxLjE1MkwyNzcuNTgsMTc5LjY3OXogTTMwNiwwQzEzNy4wMTIsMCwwLDEzNy4wMTIsMCwzMDYgICAgIHMxMzcuMDEyLDMwNiwzMDYsMzA2czMwNi0xMzcuMDEyLDMwNi0zMDZTNDc0Ljk4OCwwLDMwNiwweiBNMzA2LDU1NC42MjVDMTY4LjkxMiw1NTQuNjI1LDU3LjM3NSw0NDMuMDg4LDU3LjM3NSwzMDYgICAgIFMxNjguOTEyLDU3LjM3NSwzMDYsNTcuMzc1UzU1NC42MjUsMTY4LjkxMiw1NTQuNjI1LDMwNlM0NDMuMDg4LDU1NC42MjUsMzA2LDU1NC42MjV6IiBmaWxsPSIjRkZGRkZGIi8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) right 48% no-repeat;
  background-size: 40px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.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;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  display: none;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDM1NyAzNTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1NyAzNTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2xvc2UiPgoJCTxwb2x5Z29uIHBvaW50cz0iMzU3LDM1LjcgMzIxLjMsMCAxNzguNSwxNDIuOCAzNS43LDAgMCwzNS43IDE0Mi44LDE3OC41IDAsMzIxLjMgMzUuNywzNTcgMTc4LjUsMjE0LjIgMzIxLjMsMzU3IDM1NywzMjEuMyAgICAgMjE0LjIsMTc4LjUgICAiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) top right no-repeat;
  background-size: cover;
  text-align: right;
  outline: none;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  position: relative;
  left: -15px;
  top: 15px;
}

.archive-news {
  padding-top: 75px;
  padding-bottom: 160px;
}
.archive-news .page-title {
  text-align: center;
  padding-bottom: 30px;
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .archive-news .page-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  .archive-news .page-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  .archive-news .page-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  .archive-news .page-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  .archive-news .page-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.archive-news .page-title h2 {
  font-family: 'Yellowtail', cursive;
  font-size: 36px;
  color: #e85a24;
  position: relative;
  margin-bottom: 65px;
  font-style: normal;
  font-weight: normal;
  line-height: 25px;
}
.archive-news .page-title h2:after {
  content: "";
  background: #e85a24;
  width: 100px;
  height: 5px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -50px;
}
@media (min-width: 720px) {
  .archive-news .page-title h2 {
    font-size: 48px;
    line-height: 45px;
  }
}
@media (min-width: 960px) {
  .archive-news .page-title h2 {
    font-size: 56px;
    margin-bottom: 60px;
    line-height: 55px;
  }
}

.articles {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .articles {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  .articles {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  .articles {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  .articles {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  .articles {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.articles .article {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .articles .article {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  .articles .article {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  .articles .article {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  .articles .article {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  .articles .article {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) {
  .articles .article {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) and (min-width: 480px) {
  .articles .article {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) and (min-width: 720px) {
  .articles .article {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) and (min-width: 960px) {
  .articles .article {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) and (min-width: 1280px) {
  .articles .article {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) and (min-width: 1600px) {
  .articles .article {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 960px) {
  .articles .article {
    float: left;
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 480px) {
  .articles .article {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 720px) {
  .articles .article {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  .articles .article {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 1280px) {
  .articles .article {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 1600px) {
  .articles .article {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.articles .article a {
  display: block;
  height: 0;
  padding-top: 100%;
  position: relative;
  z-index: 2;
}
.articles .article a > span {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  z-index: -1;
}
.articles .article a > div {
  position: absolute;
  padding: 0 30px;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.articles .article a > div p {
  margin: 0;
  display: inline-block;
  font-family: Georgia, Times, "Times New Roman", serif;
  text-decoration: none;
  color: white;
  font-size: 16px;
  padding: 2px 0;
  box-shadow: 10px 0 0 rgba(232, 90, 36, 0.8), -10px 0 0 rgba(232, 90, 36, 0.8);
  background-color: rgba(232, 90, 36, 0.8);
  margin-top: 25px;
}
@media (min-width: 960px) {
  .articles .article a > div p {
    font-size: 18px;
  }
}
.articles .article a > div h3 {
  text-transform: uppercase;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: bold;
  color: white;
  font-size: 14px;
  padding: 2px 0;
  box-shadow: 10px 0 0 rgba(232, 90, 36, 0.8), -10px 0 0 rgba(232, 90, 36, 0.8);
  background-color: rgba(232, 90, 36, 0.8);
  display: inline;
}
@media (min-width: 960px) {
  .articles .article a > div h3 {
    font-size: 16px;
  }
}
.articles .article a:hover > span {
  filter: grayscale(0%);
}
.articles .article:nth-child(even) a > div p {
  box-shadow: 10px 0 0 rgba(0, 0, 0, 0.8), -10px 0 0 rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.8);
}
.articles .article:nth-child(even) a > div h3 {
  box-shadow: 10px 0 0 rgba(0, 0, 0, 0.8), -10px 0 0 rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.8);
}

.article-single > div {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  .article-single > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  .article-single > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  .article-single > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  .article-single > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  .article-single > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  .article-single > div {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 480px) {
  .article-single > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 720px) {
  .article-single > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 960px) {
  .article-single > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 1280px) {
  .article-single > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 1600px) {
  .article-single > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.article-single > div h1 {
  font-size: 28px;
  font-family: Georgia, Times, "Times New Roman", serif;
  color: #e85a24;
  line-height: 1.25;
}
.article-single > div h1 small {
  font-size: 20px;
  padding-bottom: 10px;
  display: inline-block;
}
.article-single > div img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 50px;
}
.article-single > div:last-child {
  background-image: url("../images/orange-filigrane.png");
  background-position: center 60px;
  background-repeat: no-repeat;
  background-size: 80% auto;
}
.article-single > div .content h1, .article-single > div .content h2, .article-single > div .content h3, .article-single > div .content h4 {
  font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.25;
  color: #e85a24;
}
.article-single > div .content ul {
  list-style: initial;
}
.article-single > div .content ol {
  list-style: decimal;
}
.article-single > div .content p, .article-single > div .content li {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 14px;
  color: #754c24;
  font-style: italic;
}
@media (min-width: 720px) {
  .article-single > div .content p, .article-single > div .content li {
    font-size: 15px;
  }
}
.article-single > div .content a {
  text-decoration: none;
  color: #e85a24;
}
.article-single > div .content a:hover {
  text-decoration: underline;
}

.related-post {
  margin-top: 60px;
}
.related-post h2 {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: bold;
  line-height: 1.25;
  color: #e85a24;
  text-transform: uppercase;
  font-size: 18px;
}
@media (min-width: 480px) {
  .related-post h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  .related-post h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  .related-post h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  .related-post h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  .related-post h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.related-post h2 a {
  float: right;
  display: none;
  color: white;
  background: #e85a24;
  text-decoration: none;
  padding: 5px 10px;
  font-size: 14px;
}
@media (min-width: 720px) {
  .related-post h2 a {
    display: inline-block;
  }
}
.related-post .articles .article:last-child {
  display: none;
}
@media (min-width: 960px) {
  .related-post .articles .article:last-child {
    display: block;
  }
}
.related-post .related-link {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  padding: 60px 0 0 0;
  display: inline-block;
}
@media (min-width: 480px) {
  .related-post .related-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  .related-post .related-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  .related-post .related-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  .related-post .related-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  .related-post .related-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  .related-post .related-link {
    display: none;
  }
}
.related-post .related-link a {
  color: white;
  background: #e85a24;
  text-decoration: none;
  padding: 10px 15px;
  font-size: 14px;
}

#nav-icon {
  width: 50px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 50px 20px 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
@media (min-width: 720px) {
  #nav-icon {
    width: 60px;
    height: 40px;
    margin: 50px 35px 0 0;
  }
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: white;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

/* Icon 3 */
#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 18px;
}

#nav-icon span:nth-child(4) {
  top: 36px;
}

#nav-icon.menu-is-open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon.menu-is-open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.menu-is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon.menu-is-open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  text-decoration: none;
}

nav.menu {
  position: fixed;
  z-index: 45;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 380px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  height: 100vh;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
@media (min-width: 720px) {
  nav.menu {
    right: -380px;
    width: 380px;
    background: transparent;
  }
}
nav.menu > span {
  font-family: 'Yellowtail', cursive;
  font-size: 60px;
  color: white;
  line-height: 0;
  display: inline-block;
  margin-top: 60px;
}
@media (min-width: 720px) {
  nav.menu > span {
    margin-top: 70px;
  }
}
nav.menu > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  margin-top: 25px;
  padding: 20px 15px 15px;
  background: rgba(232, 90, 36, 0.77);
}
nav.menu > ul li {
  padding: 5px 0;
  font-size: 14px;
  display: block;
}
@media (min-width: 720px) {
  nav.menu > ul li {
    padding: 10px 0;
  }
}
nav.menu > ul li.menu-item-has-children {
  padding-bottom: 0;
}
nav.menu > ul li a {
  text-transform: uppercase;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
nav.menu > ul li a:hover {
  color: #ffb477;
}
nav.menu > ul li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  padding: 10px 0 0 0;
}
nav.menu > ul li > ul li {
  padding: 5px 0;
  display: block;
}
nav.menu > ul li > ul li a {
  color: black;
}
nav.menu > ul li > ul li a:hover {
  color: #ffb477;
}

body.menu-is-open {
  overflow: hidden;
}
body.menu-is-open nav.menu {
  right: 0;
}
body.menu-is-open #nav-icon {
  z-index: 50;
}

.breadcrumb {
  display: none;
  text-align: right;
  margin-top: -30px;
  color: #9a9290;
  font-size: 14px;
}
@media (min-width: 720px) {
  .breadcrumb {
    display: block;
  }
}
.breadcrumb a {
  text-decoration: none;
  color: #9a9290;
}
.breadcrumb a:hover {
  color: #ffb477;
}

#page-footer {
  position: relative;
}
#page-footer:before {
  content: "";
  background: url("../images/logo.png") no-repeat center;
  background-size: cover;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -45px;
  left: 50%;
  margin-left: -45px;
  z-index: 3;
}
@media (min-width: 720px) {
  #page-footer:before {
    top: -60px;
    width: 120px;
    height: 120px;
    margin-left: -60px;
  }
}
#page-footer .footer-copyright {
  background: black;
  text-align: center;
  padding: 20px 0;
}
#page-footer .footer-copyright .copy {
  color: #e85a24;
  font-size: 12px;
}
#page-footer .footer-copyright .credits {
  color: #e85a24;
  font-size: 12px;
  margin-top: 5px;
}
#page-footer .footer-copyright .credits a {
  color: #e85a24;
  text-decoration: none;
}
@media (min-width: 720px) {
  #page-footer .footer-copyright .copy {
    float: left;
  }
  #page-footer .footer-copyright .credits {
    float: right;
    margin-top: 0;
  }
}
#page-footer .footer {
  background: #f8f4ef;
  padding-top: 130px;
  padding-bottom: 40px;
}
#page-footer .footer .location {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
  margin-bottom: 55px;
}
@media (min-width: 480px) {
  #page-footer .footer .location {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #page-footer .footer .location {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #page-footer .footer .location {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  #page-footer .footer .location {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  #page-footer .footer .location {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#page-footer .footer .location #map {
  height: 340px;
  width: 100%;
}
#page-footer .footer .location h2 {
  color: black;
  font-size: 20px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  font-family: Georgia, Times, "Times New Roman", serif;
  position: relative;
  margin-bottom: 45px;
}
#page-footer .footer .location h2:after {
  content: "";
  background: black;
  width: 70px;
  height: 2px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -35px;
}
@media (min-width: 960px) {
  #page-footer .footer .location {
    display: block;
  }
}
#page-footer .footer .footer-menu {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  #page-footer .footer .footer-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #page-footer .footer .footer-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #page-footer .footer .footer-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  #page-footer .footer .footer-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  #page-footer .footer .footer-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#page-footer .footer .footer-menu ul {
  padding: 0;
  /* margin: 0; */
  list-style: none;
  list-style-image: none;
}
#page-footer .footer .footer-menu > ul > li {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  #page-footer .footer .footer-menu > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #page-footer .footer .footer-menu > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #page-footer .footer .footer-menu > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  #page-footer .footer .footer-menu > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  #page-footer .footer .footer-menu > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#page-footer .footer .footer-menu > ul > li:first-child {
  display: none;
}
@media (min-width: 480px) {
  #page-footer .footer .footer-menu > ul > li {
    float: left;
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) and (min-width: 480px) {
  #page-footer .footer .footer-menu > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) and (min-width: 720px) {
  #page-footer .footer .footer-menu > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) and (min-width: 960px) {
  #page-footer .footer .footer-menu > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) and (min-width: 1280px) {
  #page-footer .footer .footer-menu > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) and (min-width: 1600px) {
  #page-footer .footer .footer-menu > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) {
  #page-footer .footer .footer-menu > ul > li:first-child {
    display: block;
  }
}
#page-footer .footer .footer-menu > ul > li > a {
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
  pointer-events: none;
  cursor: default;
}
#page-footer .footer .footer-menu > ul > li > ul > li > a {
  text-decoration: none;
  color: #909090;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
#page-footer .footer .coordonnates {
  float: left;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: none;
  text-decoration: none;
  color: #909090;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
@media (min-width: 720px) {
  #page-footer .footer .coordonnates {
    display: block;
  }
}
#page-footer .footer .coordonnates strong {
  font-weight: normal;
}
#page-footer .footer .coordonnates h3 {
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
#page-footer .footer .coordonnates .contact, #page-footer .footer .coordonnates .opening {
  float: left;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 480px) {
  #page-footer .footer .coordonnates .contact, #page-footer .footer .coordonnates .opening {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #page-footer .footer .coordonnates .contact, #page-footer .footer .coordonnates .opening {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #page-footer .footer .coordonnates .contact, #page-footer .footer .coordonnates .opening {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  #page-footer .footer .coordonnates .contact, #page-footer .footer .coordonnates .opening {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  #page-footer .footer .coordonnates .contact, #page-footer .footer .coordonnates .opening {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#page-footer .footer .coordonnates .newsletter {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}
@media (min-width: 480px) {
  #page-footer .footer .coordonnates .newsletter {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #page-footer .footer .coordonnates .newsletter {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #page-footer .footer .coordonnates .newsletter {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  #page-footer .footer .coordonnates .newsletter {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1600px) {
  #page-footer .footer .coordonnates .newsletter {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#page-footer .footer .coordonnates .newsletter label {
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  margin-right: 20px;
  display: inline-block;
}
#page-footer .footer .coordonnates .newsletter input.sml_emailinput {
  line-height: 20px;
  padding: 0 5px;
  margin-right: 15px;
  height: 24px;
}
#page-footer .footer .coordonnates .newsletter input.btn.sml_submitbtn {
  background: #e85a24;
  width: auto;
  font-size: 12px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: white;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 24px;
  height: 24px;
  padding: 0 5px;
  text-align: center;
  margin-top: 0;
  border: 0;
}
#page-footer .footer .coordonnates .newsletter p.sml_thankyou {
  background: #e85a24;
  position: fixed;
  left: 0;
  bottom: 0;
  border: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
  margin: 0;
  padding: 10px 20px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: white;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
}
@media (min-width: 960px) {
  #page-footer .footer .coordonnates .newsletter br {
    display: none;
  }
}
@media (min-width: 720px) {
  #page-footer .footer .footer-menu {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 480px) {
  #page-footer .footer .footer-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 720px) {
  #page-footer .footer .footer-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 960px) {
  #page-footer .footer .footer-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 1280px) {
  #page-footer .footer .footer-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 1600px) {
  #page-footer .footer .footer-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #page-footer .footer .footer-menu > ul > li {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 480px) {
  #page-footer .footer .footer-menu > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 720px) {
  #page-footer .footer .footer-menu > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 960px) {
  #page-footer .footer .footer-menu > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 1280px) {
  #page-footer .footer .footer-menu > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) and (min-width: 1600px) {
  #page-footer .footer .footer-menu > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 720px) {
  #page-footer .footer .footer-menu > ul > li:first-child {
    display: none;
  }
  #page-footer .footer .coordonnates {
    float: left;
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 960px) {
  #page-footer .footer .footer-menu > ul > li {
    float: left;
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 480px) {
  #page-footer .footer .footer-menu > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 720px) {
  #page-footer .footer .footer-menu > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 960px) {
  #page-footer .footer .footer-menu > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 1280px) {
  #page-footer .footer .footer-menu > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) and (min-width: 1600px) {
  #page-footer .footer .footer-menu > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 960px) {
  #page-footer .footer .footer-menu > ul > li:first-child {
    display: block;
  }
}
@media (min-width: 1280px) {
  #page-footer .footer .footer-menu {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) and (min-width: 480px) {
  #page-footer .footer .footer-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) and (min-width: 720px) {
  #page-footer .footer .footer-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) and (min-width: 960px) {
  #page-footer .footer .footer-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) and (min-width: 1280px) {
  #page-footer .footer .footer-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) and (min-width: 1600px) {
  #page-footer .footer .footer-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  #page-footer .footer .coordonnates {
    margin-left: 8.33333%;
    float: left;
    width: 33.33333%;
    padding-left: 0;
    padding-right: 0;
  }
}

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