@charset "UTF-8";
/* 
Project : Richnou Passion
Author  : Richnou
Version : v1.0.0
*/
@font-face {
  font-family: "gibson-regular";
  src: url("../fonts/Gibson/gibson-regular-webfont.ttf") format("truetype"), url("../fonts/Gibson/gibson-regular-webfont.woff") format("woff"), url("../fonts/Gibson/gibson-regular-webfont.woof2") format("woff2"); }
@font-face {
  font-family: "gibson-bold";
  src: url("../fonts/Gibson/gibson-bold-webfont.ttf") format("truetype"), url("../fonts/Gibson/gibson-bold-webfont.woff") format("woff"), url("../fonts/Gibson/gibson-bold-webfont.woof2") format("woff2");
  font-weight: 700; }
@font-face {
  font-family: "SF Compact";
  src: url("../fonts/SF Compact/sf-compact-text-regular-webfont.woff2") format("woff2"), url("../fonts/SF Compact/sf-compact-text-regular-webfont.woff") format("woff"), url("../fonts/SF Compact/sf-compact-text-regular-webfont.ttf") format("truetype"); }
/* footer Elodie */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/*--------------------------------------------------------*/
/* GLOBAL */
/*--------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  position: relative;
  font-family: "gibson-regular", helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #2A2E43;
  background-color: #fff; }

/* Typography */
/*-------------------*/
h2, .h2-like,
h3, .h3-like,
h4, .h4-like,
h5, .h5-like,
h6, .h6-like {
  font-family: "gibson-regular", helvetica, Arial, sans-serif;
  color: #2A2E43;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 0.625em 0; }

h1, .h1-like {
  font-family: "SF Compact", helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 1.7em; }

h2, .h2-like {
  font-size: 1.75em; }

h3, .h3-like {
  font-size: 1.5em; }

h4, .h4-like {
  font-size: 1.25em; }

h5, .h5-like {
  font-size: 1.125em; }

h6, .h6-like {
  font-size: 1em;
  font-style: italic; }

p {
  margin: 0 0 1.250em 0; }

.strong {
  font-weight: 700; }

/* links */
/*-------------------*/
a {
  text-decoration: none;
  color: #E4543F; }

/* btn */
/*-------------------*/
/*https://www.alsacreations.com/article/lire/1641-bonnes-pratiques-en-css-bem-et-oocss.html*/
.btn {
  display: inline-block;
  border: none;
  padding: 0 1.25em;
  line-height: 2.5;
  text-decoration: none;
  border-radius: 5px;
  background: -webkit-linear-gradient(left, rgba(255, 138, 72, 0.8) 0%, #E0523D 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 138, 72, 0.8) 0%, #E0523D 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff; }

.btn--small {
  font-size: 0.75em; }

.btn--large {
  font-size: 1.5em; }

.btn--secondary {
  background-color: #e27857;
  color: #666; }

/* Links */
/*-------------------*/
a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:hover {
  color: #a62917; }

/* btn */
/*-------------------*/
.btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.btn:hover {
  background-color: #990000;
  color: #fff; }

.btn--secondary:hover {
  background-color: #e27857;
  color: #666; }

.totop {
  display: block;
  text-align: center;
  background-color: #E4543F;
  color: #fff;
  padding: 1em 2em;
  border-radius: 5px;
  margin-top: 20px; }

@media (min-width: 769px) {
  /* footer */
  /*-------------------*/
  .totop {
    display: initial;
    text-align: initial;
    background-color: transparent;
    color: #E4543F;
    padding: 0;
    border-radius: 0;
    margin-top: 0; } }
/* others */
/*-------------------*/
img,
audio,
video {
  max-width: 100%;
  height: auto;
  vertical-align: top; }

audio {
  min-height: 55px; }

figure {
  margin: 0; }

/* box-iframe */
/*-------------------*/
.box-iframe {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.box-iframe iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* helpers */
/*-------------------*/
.img-left {
  float: left;
  /* l'image va flotter par la gauche */
  margin-right: 10px; }

.img-right {
  float: right;
  /* l'image va flotter par la droite */
  margin-left: 10px; }

.clear {
  clear: both;
  /* permet de stopper le débordement des float 
                     à placer après un élément qui reçoit du flaot*/ }

.overflow {
  overflow: hidden; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.align-center {
  align-items: center; }

.justify-center {
  justify-content: center; }

.bg-light {
  background-color: #f9f9f9; }

.bg-medium {
  background-color: #c6c6c6; }

.bg-dark {
  background-color: #939393; }

.txt-light {
  color: #fff; }

.txt-medium {
  color: #878787; }

.txt-dark {
  color: #212121; }

.v-top {
  vertical-align: top; }

.v-middle {
  vertical-align: middle; }

.v-bottom {
  vertical-align: bottom; }

.txt-left {
  text-align: left; }

.txt-center {
  text-align: center; }

.txt-right {
  text-align: right; }

.round-box {
  border-radius: 50%; }

.border-s {
  border: 1px solid #65499c; }

.border-m {
  border: 5px solid #65499c; }

.border-l {
  border: 10px solid #65499c; }

/*
m = margin  p = padding
a, t, b = all, top, bottom
n, s, m, l = none, small (20), medium (40), large (60)
*/
.mal {
  margin: 60px !important; }

.mtl {
  margin-top: 60px !important; }

.mbl {
  margin-bottom: 60px !important; }

.mll {
  margin-left: 60px !important; }

.mrl {
  margin-rigth: 60px !important; }

.pal {
  padding: 60px !important; }

.ptl {
  padding-top: 60px !important; }

.pbl {
  padding-bottom: 60px !important; }

.pll {
  padding-left: 60px !important; }

.prl {
  padding-right: 60px !important; }

.mam {
  margin: 40px !important; }

.mtm {
  margin-top: 40px !important; }

.mbm {
  margin-bottom: 40px !important; }

.mlm {
  margin-left: 40px !important; }

.mrm {
  margin-rigth: 40px !important; }

.pam {
  padding: 40px !important; }

.ptm {
  padding-top: 40px !important; }

.pbm {
  padding-bottom: 40px !important; }

.plm {
  padding-left: 40px !important; }

.prm {
  padding-right: 40px !important; }

.mas {
  margin: 20px !important; }

.mts {
  margin-top: 20px !important; }

.mbs {
  margin-bottom: 20px !important; }

.mls {
  margin-left: 20px !important; }

.mrs {
  margin-rigth: 20px !important; }

.pas {
  padding: 20px !important; }

.pts {
  padding-top: 20px !important; }

.pbs {
  padding-bottom: 20px !important; }

.pls {
  padding-left: 20px !important; }

.prs {
  padding-right: 20px !important; }

.man {
  margin: 0px !important; }

.mtn {
  margin-top: 0px !important; }

.mbn {
  margin-bottom: 0px !important; }

.mln {
  margin-left: 0px !important; }

.mrn {
  margin-rigth: 0px !important; }

.pan {
  padding: 0px !important; }

.ptn {
  padding-top: 0px !important; }

.pbn {
  padding-bottom: 0px !important; }

.pln {
  padding-left: 0px !important; }

.prn {
  padding-right: 0px !important; }

.ul-clean {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none; }

.center-box {
  margin-left: auto !important;
  margin-right: auto !important; }

/* table */
/*---------------------------*/
table {
  width: 100%;
  margin: 0.625em 0;
  table-layout: fixed;
  border-collapse: collapse; }

tr,
td,
th {
  vertical-align: middle; }

thead th {
  padding: 0.625em 0;
  border-bottom: 2 px solid #c1c1c4;
  text-align: left;
  font-weight: 700; }

tbody td {
  padding: 0.625em;
  border-bottom: 1px solid #c1c1c4; }

tbody tr:nth-child(even) {
  background: #f5f5f6; }

/* Forms */
/* -----------------------------------------------------*/
form ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

input,
label,
select {
  display: block;
  font-family: "gibson-regular", helvetica, Arial, sans-serif;
  font-size: 1em; }

label {
  margin-bottom: .35938em;
  font-weight: 700;
  cursor: pointer; }

label.required:after {
  content: " *"; }

textarea,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
select[multiple="multiple"] {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: .71875em;
  padding: .625em;
  border: 1px solid #e8e8e9;
  border-radius: 0;
  font-family: "gibson-regular", helvetica, Arial, sans-serif;
  font-size: 1em;
  background-color: #fff;
  box-shadow: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

textarea:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="url"]:hover,
input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
select[multiple="multiple"]:hover {
  border-color: #b4b4b7; }

textarea:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
select[multiple="multiple"]:focus {
  border-color: #E4543F;
  outline: none;
  box-shadow: 0 0 5px rgba(228, 84, 63, 0.3); }

textarea {
  resize: vertical; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: .71875em; }

input[type="file"] {
  width: 100%;
  margin-bottom: .71875em;
  padding-bottom: .23958em; }

input[type="submit"] {
  cursor: pointer; }

select {
  width: auto;
  margin-bottom: .71875em;
  max-width: 100%; }

fieldset {
  margin: 0 0 .71875em 0;
  padding: 1.4375em;
  border: 1px solid #b4b4b7;
  border-radius: 0;
  background: white; }

::-webkit-input-placeholder {
  color: #b4b4b7; }

:-moz-placeholder {
  color: #b4b4b7; }

::-moz-placeholder {
  color: #b4b4b7; }

:-ms-input-placeholder {
  color: #b4b4b7; }

/*input[id="nom"], input[id="prenom"] {
    display: inline-block;
    width: 75%;
}
 label[for="nom"], label[for="prenom"] {
    display: inline-block;
    width: 20%;
}*/
/* CSS GRID */
/*-------------------*/
/*
Flex container = grid
flex items = les enfants DIRECTS de grid recevront le display flex
*/
/* CSS GRID */
/*-------------------*/
/*
Flex container = grid
flex items = les enfants DIRECTS de grid recevront le display flex
*/
/* utilisation de la grille
1- j'ai besoin d'un container pour les colonnes qui aura la classe .grid
2- je pose la class col-XX sur les éléments enfants colonnes
3- ex: section.grid / puis enfants article.col-6 
        ==> si j'ai un titre entre les 2 je mets un col-12
4- je ne mets jamais un wrap et un grid ensemble 
        ==> car grid à un margin négatif et wrap un margin auto
4- Si j'ai besoin d'un fond de couleur sur un élément qui a un col je ne le pose pas sur le col-xx 
je remet une div a l'intérieur qui recevra le fond de couleur 
(à cause des paddings qui servent nos gouttières)
5- Si j'ai dans élément en col-xx d'autres éléments a positionner avec des col-xx
        ==> je remet un grid sur le parent des autres col-x
                ex : main.col-9 > article.col-3 + article.col-3 + article.col-3 
                ==> je met main.col-9 > div.grid > article.col-3 + article.col-3 + article.col-3 
*/
.grid {
  margin-right: -7px;
  margin-left: -7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /* les flex items recoivent la propriété flex en block */
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* retour à la ligne des flex items */
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  /* les flex items se mettent à la taille en hauteur du plus grands */ }

.grid [class*="col-"] {
  padding-left: 7px;
  padding-right: 7px; }

[class*="col-"] {
  width: 100%; }

.col-m-1 {
  width: 8.3333333333%; }

.order-m-1 {
  order: 1; }

.col-m-2 {
  width: 16.6666666667%; }

.order-m-2 {
  order: 2; }

.col-m-3 {
  width: 25%; }

.order-m-3 {
  order: 3; }

.col-m-4 {
  width: 33.3333333333%; }

.order-m-4 {
  order: 4; }

.col-m-5 {
  width: 41.6666666667%; }

.order-m-5 {
  order: 5; }

.col-m-6 {
  width: 50%; }

.order-m-6 {
  order: 6; }

.col-m-7 {
  width: 58.3333333333%; }

.order-m-7 {
  order: 7; }

.col-m-8 {
  width: 66.6666666667%; }

.order-m-8 {
  order: 8; }

.col-m-9 {
  width: 75%; }

.order-m-9 {
  order: 9; }

.col-m-10 {
  width: 83.3333333333%; }

.order-m-10 {
  order: 10; }

.col-m-11 {
  width: 91.6666666667%; }

.order-m-11 {
  order: 11; }

.col-m-12 {
  width: 100%; }

.order-m-12 {
  order: 12; }

.offset-m-0 {
  margin-left: 0%; }

.offset-m-1 {
  margin-left: 8.3333333333%; }

.offset-m-2 {
  margin-left: 16.6666666667%; }

.offset-m-3 {
  margin-left: 25%; }

.offset-m-4 {
  margin-left: 33.3333333333%; }

.offset-m-5 {
  margin-left: 41.6666666667%; }

.offset-m-6 {
  margin-left: 50%; }

.offset-m-7 {
  margin-left: 58.3333333333%; }

.offset-m-8 {
  margin-left: 66.6666666667%; }

.offset-m-9 {
  margin-left: 75%; }

.offset-m-10 {
  margin-left: 83.3333333333%; }

.offset-m-11 {
  margin-left: 91.6666666667%; }

.offset-m-12 {
  margin-left: 100%; }

/*show hide*/
/*-------------------*/
.show-m {
  display: block; }

.hide-m {
  display: none; }

/* tablet view GRID CSS */
/*-------------------*/
@media (min-width: 481px) {
  .col-t-1 {
    width: 8.3333333333%; }

  .order-t-1 {
    order: 1; }

  .col-t-2 {
    width: 16.6666666667%; }

  .order-t-2 {
    order: 2; }

  .col-t-3 {
    width: 25%; }

  .order-t-3 {
    order: 3; }

  .col-t-4 {
    width: 33.3333333333%; }

  .order-t-4 {
    order: 4; }

  .col-t-5 {
    width: 41.6666666667%; }

  .order-t-5 {
    order: 5; }

  .col-t-6 {
    width: 50%; }

  .order-t-6 {
    order: 6; }

  .col-t-7 {
    width: 58.3333333333%; }

  .order-t-7 {
    order: 7; }

  .col-t-8 {
    width: 66.6666666667%; }

  .order-t-8 {
    order: 8; }

  .col-t-9 {
    width: 75%; }

  .order-t-9 {
    order: 9; }

  .col-t-10 {
    width: 83.3333333333%; }

  .order-t-10 {
    order: 10; }

  .col-t-11 {
    width: 91.6666666667%; }

  .order-t-11 {
    order: 11; }

  .col-t-12 {
    width: 100%; }

  .order-t-12 {
    order: 12; }

  .offset-t-0 {
    margin-left: 0%; }

  .offset-t-1 {
    margin-left: 8.3333333333%; }

  .offset-t-2 {
    margin-left: 16.6666666667%; }

  .offset-t-3 {
    margin-left: 25%; }

  .offset-t-4 {
    margin-left: 33.3333333333%; }

  .offset-t-5 {
    margin-left: 41.6666666667%; }

  .offset-t-6 {
    margin-left: 50%; }

  .offset-t-7 {
    margin-left: 58.3333333333%; }

  .offset-t-8 {
    margin-left: 66.6666666667%; }

  .offset-t-9 {
    margin-left: 75%; }

  .offset-t-10 {
    margin-left: 83.3333333333%; }

  .offset-t-11 {
    margin-left: 91.6666666667%; }

  .offset-t-12 {
    margin-left: 100%; }

  /*show hide*/
  /*-------------------*/
  .show-t {
    display: block; }

  .hide-t {
    display: none; } }
/*--end of tablet view--*/
/* desktop view GRID CSS */
/*-------------------*/
@media (min-width: 769px) {
  .col-d-1 {
    width: 8.3333333333%; }

  .order-d-1 {
    order: 1; }

  .col-d-2 {
    width: 16.6666666667%; }

  .order-d-2 {
    order: 2; }

  .col-d-3 {
    width: 25%; }

  .order-d-3 {
    order: 3; }

  .col-d-4 {
    width: 33.3333333333%; }

  .order-d-4 {
    order: 4; }

  .col-d-5 {
    width: 41.6666666667%; }

  .order-d-5 {
    order: 5; }

  .col-d-6 {
    width: 50%; }

  .order-d-6 {
    order: 6; }

  .col-d-7 {
    width: 58.3333333333%; }

  .order-d-7 {
    order: 7; }

  .col-d-8 {
    width: 66.6666666667%; }

  .order-d-8 {
    order: 8; }

  .col-d-9 {
    width: 75%; }

  .order-d-9 {
    order: 9; }

  .col-d-10 {
    width: 83.3333333333%; }

  .order-d-10 {
    order: 10; }

  .col-d-11 {
    width: 91.6666666667%; }

  .order-d-11 {
    order: 11; }

  .col-d-12 {
    width: 100%; }

  .order-d-12 {
    order: 12; }

  .offset-d-0 {
    margin-left: 0%; }

  .offset-d-1 {
    margin-left: 8.3333333333%; }

  .offset-d-2 {
    margin-left: 16.6666666667%; }

  .offset-d-3 {
    margin-left: 25%; }

  .offset-d-4 {
    margin-left: 33.3333333333%; }

  .offset-d-5 {
    margin-left: 41.6666666667%; }

  .offset-d-6 {
    margin-left: 50%; }

  .offset-d-7 {
    margin-left: 58.3333333333%; }

  .offset-d-8 {
    margin-left: 66.6666666667%; }

  .offset-d-9 {
    margin-left: 75%; }

  .offset-d-10 {
    margin-left: 83.3333333333%; }

  .offset-d-11 {
    margin-left: 91.6666666667%; }

  .offset-d-12 {
    margin-left: 100%; }

  /*show hide*/
  /*-------------------*/
  .show-d {
    display: block; }

  .hide-d {
    display: none; } }
/*--end of desktop view--*/
.wrap {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7px;
  padding-right: 7px; }

/* browser */
/*-------------------*/
.browser {
  background-color: #f25648;
  color: #c61d0e;
  padding: 20px;
  margin: 20px 0;
  border: 10px solid;
  text-align: center; }

.browser a {
  color: #fff;
  text-decoration: underline; }

.browser a:hover {
  color: #fff;
  text-decoration: none; }

/* nav */
/*-------------------*/
/*
1-on masque le menu
2- on affiche le menu grâce à l'ajout de la classe
        .menu-collapse en js
3- couche CSS
*/
.menu {
  height: 0;
  /*1*/
  overflow: hidden;
  /*1*/
  opacity: 0;
  /*3*/
  -webkit-transition: all 0.3s ease-in-out;
  /*3*/
  transition: all 0.3s ease-in-out;
  /*3*/ }

.menu-collapse {
  height: auto;
  /*2*/
  opacity: 1;
  /*3*/ }

.menu a {
  display: block;
  color: #ededed;
  padding: 1em;
  text-align: center; }

.menu a.current {
  color: #fff;
  background-color: #E4543F; }

/* btn-menu */
/*-------------------*/
.btn-menu {
  position: absolute;
  top: 20px;
  right: 10px;
  color: #E4543F; }

/* tablet view LAYOUT */
/*-------------------*/
@media (min-width: 768px) {
  /* nav */
  /*-------------------*/
  .menu {
    height: auto;
    /* on affiche le menu en vue tablette */
    opacity: 1;
    /* à cause de l'effet en vue mobile */
    display: flex;
    align-items: center;
    justify-content: flex-end; }

  .menu a {
    padding: 0.5em 0.8em; }

  /* btn-menu */
  /*-------------------*/
  .btn-menu {
    display: none;
    /* on masque le btn-menu en vue tablette */ } }
/*--end of tablet view--*/
/* desktop view LAYOUT */
/*-------------------*/
@media (min-width: 769px) {
  /* nav */
  /*-------------------*/
  .menu a:hover {
    background-color: #fff;
    color: #E4543F; } }
/*--end of desktop view--*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  z-index: 1000;
  text-decoration: none;
  background: -webkit-linear-gradient(left, rgba(255, 138, 72, 0.8) 0%, #E0523D 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 138, 72, 0.8) 0%, #E0523D 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

@media (min-width: 481px) {
  #footer small {
    text-align: left; } }
/*#wait {
    dispay:none;
    position:fixed;
    top:0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7) no-repeat center center url(../img/wait.png);
    z-index:9999999999999;
}*/
#map {
  height: 100vh;
  width: 100vw;
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0; }

#searchbar {
  z-index: 1;
  position: absolute;
  height: auto;
  width: 100%; }

#searchbar input {
  display: inline-block;
  width: auto;
  border-radius: 15px; }

#searchbar button {
  display: inline-block; }

/*    z-index: 1000;
    position: absolute;
    height:auto;
    width: 100%;
    top:200px;
    
}*/
/*
.formulaire               {display:inline-block;}
.formulaire .champ       {width:300px; height:40px;border-radius: 20px;border-color:#E4543F}
.formulaire .bouton       { background-image: url(../fontsfontawesome-free-5.7.2-web/svgs/brands/search.svg);background-repeat: no-repeat;width: 35px;height: 35px;padding: 0; }
*/
main {
  margin-top: 99px; }

.leaflet-popup-tip,
.leaflet-popup-content-wrapper {
  background: #fff;
  color: #2d2e49;
  text-align: left; }

.leaflet-container a.leaflet-popup-close-button {
  color: #333; }

.popuptitre {
  font-size: 12px !important; }

#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  height: 55px;
  z-index: 1000;
  background: #fff;
  border-top: 1px solid #2d2e49;
  -moz-box-shadow: 0px 0px 10px #2d2e49;
  -webkit-box-shadow: 0px 0px 10px #2d2e49;
  -o-box-shadow: 0px 0px 10px #2d2e49;
  box-shadow: 0px 0px 10px #2d2e49;
  color: #2d2e49; }
  #footer a {
    color: #2d2e49; }
  #footer .current {
    background: #2d2e49;
    padding-bottom: 20px; }
    #footer .current a {
      color: #fff; }
  #footer span {
    display: block; }

#footer ul {
  list-style: none;
  margin: 0;
  padding: 0px;
  display: flex; }
  #footer ul li {
    padding-top: 5px;
    text-align: center; }

/*---------------------------*/
/* Header Page Précédente*/
.faretourarriere {
  z-index: 1000;
  color: #fff; }

body {
  margin-bottom: 70px; }

#wait {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../img/wait.png");
  background-repeat: no-repeat;
  z-index: 99999999;
  background-position: center; }

#fondblancsingle {
  background-color: white;
  border: 1px solid black;
  border-radius: 0px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border: 1px solid #eeeeee;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
  padding: 20px;
  margin-bottom: 20px; }

#fondblancliste {
  background-color: white;
  border: 1px solid black;
  border-radius: 0px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border: 1px solid #eeeeee;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
  padding: 12px;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-left: 40px;
  text-align: left; }

.bgetiquettes {
  background-color: #333333;
  font-family: 'canada-type-gibson, sans-serif';
  font-style: semibold; }

.bold {
  font-weight: 700 !important; }

#fondgris {
  background-color: #D5D7DB; }

#titre {
  font-family: 'gibson-bold';
  font-size: 20px;
  color: #333333;
  font-style: normal;
  margin-top: 10px;
  text-transform: capitalize; }

#titreliste {
  font-family: 'gibson-bold';
  margin-bottom: 0px;
  font-size: 15px;
  color: #333333 !important;
  font-style: normal;
  margin-top: 10px;
  line-height: 1.2 !important;
  text-transform: capitalize; }

.titrefiltres {
  font-family: 'gibson-bold';
  font-size: 16px;
  color: #333333 !important;
  font-style: normal;
  margin-top: 5px;
  line-height: 1.2 !important;
  text-transform: capitalize; }

.boutonfixe {
  background-color: #2D2E49;
  color: #fff;
  padding-bottom: 4px;
  padding-top: 4px;
  margin-bottom: 8px;
  margin-top: 8px;
  border-top-left-radius: 10em 10em;
  border-top-right-radius: 0em;
  border-bottom-right-radius: 0em;
  border-bottom-left-radius: 10em;
  position: fixed;
  right: 0px;
  top: 300px;
  z-index: 10;
  text-align: left;
  padding-left: 10px;
  width: 80px; }

.boutonfixe2 {
  background-color: #2D2E49;
  color: #fff;
  padding-bottom: 4px;
  padding-top: 4px;
  margin-bottom: 8px;
  margin-top: 8px;
  border-top-left-radius: 10em 10em;
  border-top-right-radius: 0em;
  border-bottom-right-radius: 0em;
  border-bottom-left-radius: 10em;
  position: fixed;
  right: 0px;
  top: 350px;
  z-index: 10;
  text-align: left;
  padding-left: 10px;
  width: 80px; }

.boutonfixe3 {
  background-color: #2D2E49;
  color: #fff;
  padding-bottom: 4px;
  padding-top: 4px;
  margin-bottom: 8px;
  margin-top: 8px;
  border-top-left-radius: 10em 10em;
  border-top-right-radius: 0em;
  border-bottom-right-radius: 0em;
  border-bottom-left-radius: 10em;
  padding-left: 10px;
  position: fixed;
  right: 0px;
  top: 250px;
  z-index: 10;
  text-align: left;
  width: 80px; }

#titrepageliste {
  font-family: 'gibson-bold';
  font-size: 22px;
  text-align: center;
  color: #333333 !important;
  font-style: normal;
  padding-top: 20px;
  padding-left: 20px;
  text-transform: capitalize; }

#clieu {
  font-family: 'gibson-bold';
  margin-top: 0px;
  font-size: 14px;
  color: #444444; }

#cpostal {
  font-family: 'gibson-bold';
  margin-top: 0px;
  font-size: 14px;
  color: #444444; }

.ouvert {
  font-family: 'gibson-bold';
  margin-top: 0px;
  font-size: 14px;
  color: #3ACCE1;
  padding-top: 20px;
  padding-right: 10px; }

#cmetro {
  font-family: 'gibson-bold';
  margin-top: 0px;
  font-size: 14px;
  color: #444444; }

#lieuliste {
  font-family: 'gibson-regular';
  margin-bottom: 5px;
  margin-top: 0px;
  font-size: 15px;
  color: #444444;
  line-height: 1.2 !important; }

#retourArriere {
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
  padding-right: 0px !important; }

.contact {
  font-family: 'gibson-regular';
  font-size: 15px !important;
  color: #666666 !important; }

.infospratiques {
  font-family: 'gibson-regular';
  font-size: 15px !important;
  color: #666666 !important; }

#tarifliste {
  font-family: 'gibson-bold';
  margin-bottom: 5px;
  margin-top: 0px;
  font-size: 14px;
  color: #444444;
  padding-top: 20px;
  padding-right: 10px; }

#ctarif {
  font-family: 'gibson-bold';
  margin-bottom: 5px;
  margin-top: 0px;
  font-size: 15px;
  margin-right: 20px;
  color: #444444; }

.flexcentrervertical {
  align-items: center; }

#cpresentation {
  font-family: 'gibson-regular';
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 16px;
  font-style: normal;
  color: #444444; }

.btnFavori {
  padding: 0.50em; }

#accrocheliste {
  font-family: 'gibson-regular';
  line-height: 1.2em;
  margin-bottom: 8px;
  margin-top: 5px;
  font-size: 14px;
  font-style: normal;
  color: #333333; }

.textepicto {
  font-family: 'gibson-regular';
  font-size: 10px;
  font-style: normal;
  color: #333333; }

.textepictoblanc {
  font-family: 'gibson-regular';
  font-size: 10px;
  font-style: normal;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px; }

.picture {
  background-color: #333333;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 1px solid #cccccc;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
  margin-left: -20px; }

.pictureliste {
  background-color: #333333;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  border: 1px solid #cccccc;
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
  width: 120px;
  margin-left: -45px; }

.icones {
  margin-left: 30px; }

.iconestheme {
  margin-left: 5px; }

#cmetro {
  font-size: 14px;
  text-transform: capitalize;
  margin-right: 10px; }

.etiquettes {
  font-family: 'gibson-bold';
  font-size: 0.9em;
  text-align: center;
  background-color: #fff;
  color: #ff7b25;
  padding-left: 6px;
  padding-right: 6px;
  margin-left: 5px; }

.titreappli {
  padding-bottom: 30px; }

.mbvs {
  margin-bottom: 10px; }

.mtvs {
  margin-top: 10px; }

.mavs {
  margin: 5px; }

.pictofiltres {
  margin-right: 5px;
  margin-top: -5px; }

centrervideo {
  max-width: 100%;
  margin: auto; }

img.pictureliste {
  max-width: none;
  height: auto;
  vertical-align: top; }

reglagethemat {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  margin-bottom: 5px; }

.publiclabel {
  font-weight: normal;
  font-size: 1em;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 5px;
  white-space: nowrap; }

labelrange {
  padding-bottom: 0px;
  margin-bottom: 0px; }

.swiper-button-prev, .swiper-button-next {
  display: none; }

/*
.inlinedisplay label {
  display: inline-block;
  width: 33%;
}
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25 févr. 2019, 13:57:07
    Author     : Judith
*/
#thematiquesListe .themat, #thematiquesListeDouble .themat {
  font-weight: normal;
  font-size: 1em;
  padding-bottom: 5px;
  padding-top: 0px;
  padding-left: 15px;
  padding-right: 10px;
  margin: 0;
  white-space: nowrap; }

#titre.titrethem {
  margin-left: 4px; }

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 5.3px 0 0 0;
  padding: 0px; }

input[type=range]:focus {
  outline: none; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #cccccc, 0px 0px 1px #0d0d0d;
  background: #e4543f;
  border-radius: 1.3px;
  border: 0.2px solid #010101; }

input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #cccccc, 0px 0px 1px #0d0d0d;
  border: 1px solid #333333;
  height: 18px;
  width: 18px;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6.5px; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #E4543F; }

/*
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 26px;
  width: 16px;
  border-radius: 15px;
  background: #fff;
  cursor: pointer;
}
*/
/*
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #10273a;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  height: 8.4px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #8ab7de;
}
*/
/*
#contenuThemes a {
    width: 49%;
    float: left;
    margin-right: 0.5%;
    margin-left: 0.5%;
}*/
figcaption.t-frissons {
  background: #98243a !important; }

figcaption.t-restau {
  background: #ff9e9e !important; }

figcaption.t-bars {
  background: #de4d44 !important; }

figcaption.t-art {
  background: #0b91d6 !important; }

figcaption.t-ludique {
  background: #ffbf19 !important; }

figcaption.t-pleinair {
  background: #245329 !important; }

figcaption.black {
  background: black !important; }

#contenuThemes figure {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 10px; }

#contenuThemes figure img {
  border-radius: 10px;
  width: 100%; }

#contenuThemes figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  text-transform: Capitalize;
  width: 100%;
  border-radius: 0 0 10px 10px; }

#contenuThemes a {
  color: black;
  text-align: center;
  border-radius: 10px; }

div.ThemCorner {
  border-radius: 10px; }

/*.gridThemes {
  display: grid;
  width:100vw;

   define the number of grid columns 
  grid-template-columns: repeat(auto-fill, 170px);
  grid-gap: 10px;
  grid-template-columns: repeat(6, 100px);
  grid-template-rows: 100px 100px 100px;
  grid-auto-flow: column;
}*/
#resrech {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 8px 8px 8px 8px;
  padding-left: 15px;
  padding-top: 15px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 10px; }

#choix {
  padding-top: 12px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0; }

hr {
  marging-top: 0px;
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  color: #e4543f; }

/*
Div#choix ul{
    width: 45%; 
    max-width: 170px; 
    list-style-type: none;
}

*/
.mini {
  width: 50px;
  height: 50px; }

/*#wait {
    dispay: none;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7) no-repeat center center url(../img/wait.png);
    z-index: 9999999999999;
}*/
div.resrech > div {
  align-content: center; }

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