html,
body,
div,
p,
ul,
ol,
li,
form,
figure,
figcaption,
fieldset,
article,
h1,
h2,
h3,
h4,
section {
  padding: 0;
  margin: 0;
  border: none;
  list-style: none;
}
/* HTML5 IE < 9, et Firefox < 4 */aside,
nav,
article,
section,
header,
footer,
address {
  display: block;
  zoom: 1;
}
html {
  color: black;
  background: white;
}
a {
  color: blue;
  text-decoration: none;
}
a img {
  border: 0;
}
a:hover {
  text-decoration: underline;
}
.nodisplay {
  display: none;
}
.prec {
  float: left;
}
.suiv {
  float: right;
}
.navigation {
  text-align: center;
  padding: 5px;
}
button {
  cursor: pointer;
}
p.date {
  position: relative;
  z-index: 500;
}
.date input[type="text"] {
  width: 96px;
  background: white url('/img/calendrier.png') no-repeat 74px center;
  border: 1px solid #aaa;
  padding: 2px 2px;
}
input[type="number"] {
  width: 35px;
}
.texte {
  position: relative;
  color: black;
}
.texte p {
  margin-bottom: 1em;
}
.texte h1 a,
.texte h2 a,
.texte h3 a,
.texte h4 a,
.texte h5 a,
.texte h6 a {
  text-decoration: none;
}
.texte a {
  color: black;
  text-decoration: underline;
}
.texte a:hover {
  color: blue;
}
.texte li {
  display: list-item;
}
.texte ul li {
  list-style: disc inside;
}
.texte ol li {
  list-style: decimal inside;
}
nav.pagination {
  clear: both;
  text-align: center;
}
nav.pagination .next {
  float: right;
}
nav.pagination .prev {
  float: left;
}
#plan ul {
  list-style: disc inside;
}
#plan ul ul {
  list-style: square inside;
}
/*
/*
* www.KNACSS.com V2.6j @author: Raphael Goetter, Alsacreations
* Licence CC-BY http://creativecommons.org/licenses/by/3.0/fr/
*//* ----------------------------- *//* ==reset *//* ----------------------------- *//* base font-size corresponds to 10px and is adapted to rem unit *//* font-sizing for content *//* preserve vertical-rythm, thanks to http://soqr.fr/vertical-rhythm/ */ul,
ol,
dl,
blockquote,
pre,
td,
th,
label,
textarea,
caption,
details,
figure,
hgroup {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 0;
}
h1, .h1-like {
  /*.flow(26); // equiv 26px*/
  font-weight: normal;
}
h2, .h2-like {
  font-size: 1.71em;
  line-height: 1.75em;
  margin-top: 0.88em;
  margin-bottom: 0;
  font-weight: normal;
}
h3, .h3-like {
  font-size: 1.57em;
  line-height: 1.91em;
  margin-top: 0.95em;
  margin-bottom: 0;
  font-weight: normal;
}
h4, .h4-like {
  font-size: 1.43em;
  line-height: 1.05em;
  margin-top: 1.05em;
  margin-bottom: 0;
  font-weight: normal;
}
h5, .h5-like {
  font-size: 1.29em;
  line-height: 1.17em;
  margin-top: 1.17em;
  margin-bottom: 0;
  font-weight: normal;
}
h6, .h6-like {
  font-size: 1.14em;
  line-height: 1.31em;
  margin-top: 1.31em;
  margin-bottom: 0;
  font-weight: normal;
}
/* alternate font-sizing */.smaller {
  font-size: 0.71em;
  /* equiv 10px */
}
.small {
  font-size: 0.86em;
  /* equiv 12px */
}
.big {
  font-size: 1.14em;
  /* equiv 16px */
}
.bigger {
  font-size: 1.29em;
  /* equiv 18px */
}
.biggest {
  font-size: 1.43em;
  /* equiv 20px */
}
/* soft reset */html,
body,
textarea,
figure,
label {
  margin: 0;
  padding: 0;
}
ol {
  padding-left: 2em;
}
ul.unstyled {
  list-style: none;
}
code,
pre,
samp,
kbd {
  white-space: pre-wrap;
  font-family: consolas, 'DejaVu Sans Mono', courier, monospace;
  line-height: 1em;
}
code, kbd, mark {
  border-radius: 2px;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
}
kbd {
  padding: 0 2px;
  border: 1px solid #999;
}
code {
  padding: 2px 4px;
  background: rgba(0, 0, 0, 0.04);
  color: #b11;
}
mark {
  padding: 2px 4px;
  background: #ff0;
}
table {
  margin-bottom: 1.5em;
}
/* avoid top margins on first content element */p:first-child,
ul:first-child,
ol:first-child,
dl:first-child,
blockquote:first-child,
pre:first-child,
h1:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
/* avoid margins on nested elements */li p, li ul, li ol {
  margin-top: 0;
  margin-bottom: 0;
}
/* max values */img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
video {
  max-width: 100%;
}
/* pictures */img {
  height: auto;
  vertical-align: middle;
}
/* Gmap3 max-width bug fix on images */#map_canvas img, .gmnoprint img {
  max-width: none;
}
a img {
  border: 0;
}
/* scripts */body > script {
  display: none !important;
}
/* skip-links */.skip-links {
  position: absolute;
}
.skip-links a {
  position: absolute;
  left: -7000px;
  padding: 0.5em;
  background: black;
  color: white;
  text-decoration: none;
}
.skip-links a:focus {
  position: static;
}
/* ----------------------------- *//* ==layout and modules *//* ----------------------------- *//* switching box model for all elements */* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* float layout *//* module, contains floats (.item is the same) */.mod, .item {
  overflow: hidden;
}
/* blocks that needs to be placed under floats */.clear, .line, .row {
  clear: both;
}
.clearr {
  clear: right;
}
.clearl {
  clear: left;
}
/* blocks that must contain floats */.clearfix:after, .line:after, .mod:after {
  content: "";
  display: table;
  clear: both;
}
/* table layout */.row {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.row > *, .col {
  display: table-cell;
  vertical-align: top;
}
/* inline-block */.inbl {
  display: inline-block;
  vertical-align: top;
}
/* flexbox layout */.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box-flexbox;
  display: flex;
}
.flex-h {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-v {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-fluid {
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-start {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  -webkit-order: -1;
  -moz-order: -1;
  order: -1;
}
.flex-mid {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  -moz-order: 1;
  order: 1;
}
.flex-end {
  -webkit-box-ordinal-group: 42;
  -moz-box-ordinal-group: 42;
  -ms-flex-order: 42;
  -webkit-order: 42;
  -moz-order: 42;
  order: 42;
}
/* alignments (blocks and inline) *//* ------------------------------ *//* left elements */.left {
  float: left;
}
/* right elements */.right {
  float: right;
}
img.right {
  margin-left: 1em;
}
img.left, img.right {
  margin-bottom: 5px;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.txtleft {
  text-align: left;
}
.txtright {
  text-align: right;
}
.txtcenter {
  text-align: center;
}
/* grids    *//* ------------------------------ */[class*=grid] > * {
  float: left;
}
/* direct childrens are floating */.grid2 > * {
  width: 49.25%;
}
.grid3 > * {
  width: 32.33%;
}
.grid4 > * {
  width: 23.88%;
}
.grid5 > * {
  width: 18.8%;
}
.grid6 > * {
  width: 15.42%;
}
.grid2 > * + *,
.grid3 > * + *,
.grid4 > * + *,
.grid5 > * + *,
.grid6 > * + *,
.grid2-1 > * + *,
.grid1-2 > * + *,
.grid3-1 > * + *,
.grid1-3 > * + * {
  margin-left: 1.5%;
}
.grid2-1 > *, .grid1-2 > * {
  width: 32.83%;
}
.grid2-1 > :first-child, .grid1-2 > * + * {
  width: 65.67%;
}
.grid3-1 > *, .grid1-3 > * {
  width: 24.63%;
}
.grid3-1 > :first-child, .grid1-3 > * + * {
  width: 73.88%;
}
/* blocks widths (percentage and pixels) */.w10 {
  width: 10%;
}
.w14 {
  width: 14%;
}
.w15 {
  width: 15%;
}
.w16 {
  width: 16%;
}
.w17 {
  width: 17%;
}
.w18 {
  width: 18%;
}
.w19 {
  width: 19%;
}
.w20 {
  width: 20%;
}
.w22 {
  width: 22%;
}
.w23 {
  width: 23%;
}
.w25 {
  width: 25%;
}
.w28 {
  width: 28%;
}
.w30 {
  width: 30%;
}
.w31 {
  width: 31%;
}
.w32 {
  width: 32%;
}
.w33 {
  width: 33.333%;
}
.w35 {
  width: 35%;
}
.w37 {
  width: 37%;
}
.w38 {
  width: 38%;
}
.w39 {
  width: 39%;
}
.w40 {
  width: 40%;
}
.w42 {
  width: 42%;
}
.w43 {
  width: 43%;
}
.w45 {
  width: 45%;
}
.w46 {
  width: 46%;
}
.w47 {
  width: 47%;
}
.w48 {
  width: 48%;
}
.w49 {
  width: 49%;
}
.w50 {
  width: 50%;
}
.w51 {
  width: 51%;
}
.w53 {
  width: 53%;
}
.w55 {
  width: 55%;
}
.w57 {
  width: 57%;
}
.w58 {
  width: 58%;
}
.w59 {
  width: 59%;
}
.w60 {
  width: 60%;
}
.w61 {
  width: 61%;
}
.w62 {
  width: 62%;
}
.w63 {
  width: 63%;
}
.w64 {
  width: 64%;
}
.w65 {
  width: 65%;
}
.w66 {
  width: 66.666%;
}
.w68 {
  width: 68%;
}
.w70 {
  width: 70%;
}
.w72 {
  width: 72%;
}
.w75 {
  width: 75%;
}
.w76 {
  width: 76%;
}
.w77 {
  width: 77%;
}
.w78 {
  width: 78%;
}
.w79 {
  width: 79%;
}
.w80 {
  width: 80%;
}
.w87 {
  width: 87%;
}
.w88 {
  width: 88%;
}
.w90 {
  width: 90%;
}
.w93 {
  width: 93%;
}
.w95 {
  width: 95%;
}
.w98 {
  width: 98%;
}
.w100 {
  width: 100%;
}
.w50p {
  width: 50px;
}
.w100p {
  width: 100px;
}
.w150p {
  width: 150px;
}
.w157p {
  width: 157px;
}
.w200p {
  width: 200px;
}
.w300p {
  width: 300px;
}
.w400p {
  width: 400px;
}
.w500p {
  width: 500px;
}
.w600p {
  width: 600px;
}
.w700p {
  width: 700px;
}
.w800p {
  width: 800px;
}
.w960p {
  width: 960px;
}
.w1000 {
  width: 1000px;
}
.w1020 {
  width: 1020px;
}
.w1080 {
  width: 1080px;
}
.w1280p {
  width: 1280px;
}
.mw960p {
  max-width: 960px;
}
.mn1280p {
  max-width: 1280px;
}
/* spacing helpers
p,m = padding,margin
a,t,r,b,l = all,top,right,bottom,left
s,m,l,n = small(10px),medium(20px),large(30px),none(0)
source https://github.com/stubbornella/oocss/blob/master/core/spacing/space.css
*/.m-reset, .ma0 {
  margin: 0;
}
.p-reset, .pa0 {
  padding: 0;
}
.ma1, .mas {
  margin: 10px;
}
.ma2, .mam {
  margin: 20px;
}
.ma3, .mal {
  margin: 30px;
}
.pa1, .pas {
  padding: 10px;
}
.pa2, .pam {
  padding: 20px;
}
.pa3, .pal {
  padding: 30px;
}
.mt0, .mtn {
  margin-top: 0;
}
.mt5 {
  margin-top: 5px;
}
.mt1, .mts {
  margin-top: 10px;
}
.mt2, .mtm {
  margin-top: 20px;
}
.mt3, .mtl {
  margin-top: 30px;
}
.mt6 {
  margin-top: 6px;
}
.mt7 {
  margin-top: 7px;
}
.mt13 {
  margin-top: 13px;
}
.mt15 {
  margin-top: 15px;
}
.mr0, .mrn {
  margin-right: 0;
}
.mr1, .mrs {
  margin-right: 10px;
}
.mr2, .mrm {
  margin-right: 20px;
}
.mr3, .mrl {
  margin-right: 30px;
}
.mr4 {
  margin-right: 40px;
}
.mr5 {
  margin-right: 5px;
}
.mr7 {
  margin-right: 7px;
}
.mr39 {
  margin-right: 39px;
}
.mb0, .mbn {
  margin-bottom: 0;
}
.mb1, .mbs {
  margin-bottom: 10px;
}
.mb2, .mbm {
  margin-bottom: 20px;
}
.mb3, .mbl {
  margin-bottom: 30px;
}
.mb4 {
  margin-bottom: 40px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb6 {
  margin-bottom: 6px;
}
.mb07 {
  margin-bottom: 7px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb45 {
  margin-bottom: 45px;
}
.ml0, .mln {
  margin-left: 0;
}
.ml1, .mls {
  margin-left: 10px;
}
.ml2, .mlm {
  margin-left: 20px;
}
.ml3, .mll {
  margin-left: 30px;
}
.ml5 {
  margin-left: 5px;
}
.ml4 {
  margin-left: 160px;
}
.ml39 {
  margin-left: 39px;
}
.pt0, .ptn {
  padding-top: 0;
}
.pt1, .pts {
  padding-top: 10px;
}
.pt2, .ptm {
  padding-top: 20px;
}
.pt3, .ptl {
  padding-top: 30px;
}
.pt6 {
  padding-top: 6px;
}
.pt7 {
  padding-top: 7px;
}
.pr0, .prn {
  padding-right: 0;
}
.pr1, .prs {
  padding-right: 10px;
}
.pr2, .prm {
  padding-right: 20px;
}
.pr3, .prl {
  padding-right: 30px;
}
.pr12 {
  padding-right: 12px;
}
.pb0, .pbn {
  padding-bottom: 0;
}
.pb1, .pbs {
  padding-bottom: 10px;
}
.pb2, .pbm {
  padding-bottom: 20px;
}
.pb3, .pbl {
  padding-bottom: 30px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb7 {
  padding-bottom: 7px;
}
.pb17 {
  padding-bottom: 17px;
}
.pt03 {
  padding-top: 3px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt13 {
  padding-top: 13px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb17 {
  padding-bottom: 17px;
}
.pb27 {
  padding-bottom: 27px;
}
.pt25 {
  padding-top: 25px;
}
.pt46 {
  padding-top: 46px;
}
.pl0, .pln {
  padding-left: 0;
}
.pl1, .pls {
  padding-left: 10px;
}
.pl2, .plm {
  padding-left: 20px;
}
.pl3, .pll {
  padding-left: 30px;
}
.pl12 {
  padding-left: 12px;
}
.pl14 {
  padding-left: 14px;
}
.bradius {
  border-radius: 20px;
}
.bradius1 {
  border-radius: 30px;
}
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.fade {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.fade:hover {
  opacity: 0.5;
}
/* hiding content */.visually-hidden {
  position: absolute;
  left: -7000px;
  overflow: hidden;
}
[dir=rtl] .visually-hidden {
  left: auto;
  right: -7000px;
}
/* hidden on desktop */.desktop-hidden {
  display: none;
}
/* hidden on mobile */.mobile-hidden {
  display: block;
}
/* ----------------------------- *//* ==header *//* ----------------------------- *//* ----------------------------- *//* ==sidebar *//* ----------------------------- *//* ----------------------------- *//* ==footer *//* ----------------------------- *//* ----------------------------- *//* ==forms *//* ----------------------------- */form, fieldset {
  border: none;
}
input,
button,
select,
label,
.btn {
  vertical-align: middle;
  /* @bugfix alignment */
  font-family: inherit;
}
textarea {
  resize: vertical;
  font-family: inherit;
}
/* ----------------------------- *//* ==main *//* ----------------------------- *//* ----------------------------- *//* ==iefix *//* ----------------------------- *//* haslayout for IE6/IE7 */.ie67 .clearfix,
.ie67 .line,
.ie67 .mod,
.ie67 .row,
.ie67 .col {
  zoom: 1;
}
/* inline-block and table-cell for IE6/IE7 *//* warning: .col needs width on IE6/IE7 */.ie67 .btn, .ie67 .col, .ie67 .inbl {
  display: inline;
  zoom: 1;
}
.ie8 img {
  width: auto;
  /* @bugfix for IE8 */
}
/* Active box-sizing for IE6/IE7 *//* @source https://github.com/Schepp/box-sizing-polyfill *//*
.ie67 * {
	behavior: url(/js/boxsizing.htc);
}
*//* ----------------------------- *//* ==print *//* ----------------------------- *//* quick print reset */@media print {
  p, blockquote {
    orphans: 2;
    widows: 2;
  }
  
  blockquote, ul, ol {
    page-break-inside: avoid;
  }
  
  h1,
  h2,
  h3,
  caption {
    page-break-after: avoid;
  }
}
/* ----------------------------- *//* ==desktop and retina medias   *//* ----------------------------- */@media (min-width: 768px) {
  /* here go rules for big resources and big screens like: background-images, font-faces, etc. */
  /*Ajustement*/
  .medium-visible {
    display: none !important;
  }
  
  .tiny-visible {
    display: none !important;
  }
  
  .tiny-visible-line {
    display: none !important;
  }
  
  .medium-visible-line {
    display: none !important;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  /* Style adjustments for retina devices */
}
/* ---------------------------------- *//* ==Responsive large / medium / tiny *//* ---------------------------------- */@media (min-width: @largescreen) {
  /* layouts for large (l) screens */
  .large-hidden, .tablet-hidden {
    display: none !important;
  }
  
  .large-visible {
    display: block !important;
  }
  
  .large-no-float {
    float: none;
  }
  
  .large-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  
  .large-row {
    display: table;
    table-layout: fixed;
    width: 100% !important;
  }
  
  .large-col {
    display: table-cell;
    vertical-align: top;
  }
  
  /* widths for large (l) screens */
  .large-w25 {
    width: 25% !important;
  }
  
  .large-w33 {
    width: 33.3333% !important;
  }
  
  .large-w50 {
    width: 50% !important;
  }
  
  .large-w66 {
    width: 66.6666% !important;
  }
  
  .large-w75 {
    width: 75% !important;
  }
  
  .large-w100 {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  
  /* margins for large (l) screens */
  .large-ma0, .large-man {
    margin: 0 !important;
  }
}
@media (min-width: 768px) and (max-width:1024px) {
  /* quick tablet reset */
  .w63,
  .w80,
  .w90,
  .w100,
  .w600p,
  .w700p,
  .w800p,
  .w960p,
  .w1000,
  .w1020,
  .w1080,
  .w1280p,
  .mw960p,
  .mn1280p,
  .atouts,
  .medium-wauto {
    width: auto;
  }
  
  /*My Styles of Media*/
  /*End Styles Of media*/
  /* layouts for medium (m) screens */
  .medium-hidden, .tablet-hidden {
    display: none !important;
  }
  
  .medium-visible {
    display: block !important;
  }
  
  .medium-no-float {
    float: none;
  }
  
  .medium-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  
  .medium-row {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }
  
  .medium-col {
    display: table-cell !important;
    vertical-align: top !important;
  }
  
  /*Ajustement*/
  .tiny-visible {
    display: none !important;
  }
  
  .tiny-visible-line {
    display: none !important;
  }
  
  .medium-visible-line {
    display: inline-block !important;
  }
  
  /* you shall not pass */
  div,
  textarea,
  table,
  td,
  th,
  code,
  pre,
  samp {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
  }
  
  /* widths for medium (m) screens */
  .medium-w25 {
    width: 25% !important;
  }
  
  .medium-w33 {
    width: 33.3333% !important;
  }
  
  .medium-w50 {
    width: 50% !important;
  }
  
  .medium-w66 {
    width: 66.6666% !important;
  }
  
  .medium-w75 {
    width: 75% !important;
  }
  
  .medium-w100 {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  
  /* margins for medium (m) screens */
  .medium-ma0, .medium-man {
    margin: 0 !important;
  }
  
  /* Responsive grids */
  .grid3 > * {
    width: 49.25%;
  }
  
  .grid4 > * {
    width: 49.25%;
  }
  
  .grid4 > :first-child + * + * {
    margin-left: 0;
  }
  
  .grid6 > * {
    width: 32.33%;
  }
  
  .grid6 > :first-child + * + * + * {
    margin-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  /* quick smartphone reset */
  .mod, .col, fieldset {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  
  .w30,
  .w1080,
  #Drapeaux,
  .w90,
  .w80,
  .w33,
  .w50,
  .w300p,
  .w400p,
  .w500p,
  .w1000 {
    width: auto !important;
  }
  
  .row {
    display: block !important;
    width: 100% !important;
  }
  
  /* layouts for tiny (t) screens */
  .tiny-hidden, .phone-hidden {
    display: none !important;
  }
  
  .tiny-visible {
    display: block !important;
  }
  
  .tiny-visible-line {
    display: inline-block !important;
  }
  
  /*Ajustement*/
  .tiny-no-float {
    float: none;
  }
  
  .tiny-inbl {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  
  .tiny-row {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }
  
  .tiny-col {
    display: table-cell !important;
    vertical-align: top !important;
  }
  
  /*th,
  	td {
  		display: block !important;
  		width: auto !important;
  		text-align: left !important;
  	}*/
  /* widths for tiny (t) screens */
  .tiny-w25 {
    width: 25% !important;
  }
  
  .tiny-w33 {
    width: 33.3333% !important;
  }
  
  .tiny-w50 {
    width: 50% !important;
  }
  
  .tiny-w66 {
    width: 66.6666% !important;
  }
  
  .tiny-w75 {
    width: 75% !important;
  }
  
  .tiny-w100 {
    display: block !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    border: 0;
  }
  
  /* margins for tiny (t) screens */
  .tiny-ma0, .tiny-man {
    margin: 0 !important;
  }
  
  /*My stiles mobile*/
  /*Fin mobile*/
}
@media (min-width: 320px) and (max-width: 419px) {
  
}
/* orientation iOS font-size fix */@media (orientation: landscape) and (max-device-width: 800px) {
  html, body {
    -webkit-text-size-adjust: 100%;
  }
}
@font-face {
  font-family: 'Windsor';
  src: url('/fonts/font_-_truetype_-_windsor_light_condensed_bt.eot');
  src: url('/fonts/font_-_truetype_-_windsor_light_condensed_bt.eot?#iefix') format('embedded-opentype'), url('/fonts/font_-_truetype_-_windsor_light_condensed_bt.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.cookieinfo .cookieinfo-close {
  background: #9fb035 !important;
  color: #FFF !important;
  font-weight: 800 !important;
}
.g-recaptcha div {
  margin: 10px auto;
  overflow: hidden;
}
#wrapper {
  width: 320px;
  position: relative;
  margin: 0 auto;
}
header {
  overflow: hidden;
  font-family: Geneva;
}
#Drapeaux {
  float: left;
  padding-top: 5px;
  padding-left: 5px;
}
#Drapeaux a {
  display: block;
}
.tel_log {
  width: 265px;
  overflow: hidden;
  float: right;
  padding-top: 7px;
  padding-right: 7px;
  padding-bottom: 5px;
}
.tel_log img {
  float: right;
  margin-left: 10px;
  display: block;
}
.tel_log .tel {
  font-size: 12px;
  color: #999;
  float: left;
  padding-top: 11px;
}
.tel_log .tel a {
  color: #999999;
  font-family: Geneva;
}
.menu_resa {
  overflow: hidden;
  border-bottom: solid 1px #eaede9;
  font-family: Geneva;
}
.menu_resa .btn_menu {
  display: block;
  width: 147px;
  float: left;
  padding-left: 45px;
  background-image: url(/img/menu.png);
  background-repeat: no-repeat;
  background-position: 14px 12px;
  height: 37px;
  line-height: 37px;
  text-transform: uppercase;
  color: #363935;
}
.menu_resa .btn_resa {
  display: block;
  width: 54%;
  float: right;
  padding-left: 45px;
  background-image: url(/img/calendar.png);
  background-repeat: no-repeat;
  background-position: 13px 6px;
  height: 37px;
  line-height: 37px;
  text-transform: uppercase;
  color: #363935;
  border-left: solid 2px #e4e4e0;
}
.galppalContainer {
  width: 305px;
  margin: 0 auto;
  margin-top: 10px;
}
#Presentation {
  width: 305px;
  margin: 0 auto;
  margin-top: 15px;
}
#Presentation .texte {
  color: #4a4c4a;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  text-align: justify;
}
#Presentation .texte h1 {
  font-weight: bold;
  margin-bottom: 10px;
}
#Presentation .texte p {
  margin-top: 2px;
  margin-bottom: 2px;
}
footer #Adresse, footer #Pied, footer #Ecom {
  font-family: Geneva;
  font-size: 12px;
  color: #363935;
  text-align: center;
}
footer #Adresse a, footer #Pied a, footer #Ecom a {
  color: #363935;
}
footer #Pied {
  margin-top: 15px;
  margin-bottom: 0;
}
footer #Pied, footer #Ecom {
  font-size: 10px;
}
#menu {
  position: absolute;
  top: 230px;
  left: 0;
  width: 100%;
  color: #ffffff;
  background-color: #9fb035;
  font-family: Geneva;
  padding: 25px 15px;
  z-index: 600;
}
#menu li {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}
#menu a {
  color: #ffffff;
}
.resa {
  background-color: #9fb035;
  padding-top: 27px;
  padding-left: 27px;
  overflow: hidden;
  position: absolute;
  top: 230px;
  left: 0;
  width: 100%;
  z-index: 600;
}
.resa p {
  margin-bottom: 11px;
}
.resa p label {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  color: #FFF;
}
.resa .ligne {
  overflow: hidden;
  width: 195px;
}
.resa .ligne .nuits {
  float: left;
}
.resa .ligne .pers {
  float: right;
}
.resa .bouton {
  width: 87px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.resa .bouton button {
  display: block;
  width: 87px;
  height: 25px;
  background: none;
  border: none;
  background-color: #FFF;
  font-family: Geneva, Verdana;
}
#PresentationNA, .presentation_na {
  padding-left: 10px;
  padding-bottom: 30px;
}
#PresentationNA #Ariane, .presentation_na #Ariane {
  padding-left: 30px;
  background-image: url(/img/back.png);
  background-repeat: no-repeat;
  line-height: 35px;
  background-position: 5px;
  font-size: 12px;
  color: #999;
  font-family: Geneva, Verdana;
}
#PresentationNA #Ariane a, .presentation_na #Ariane a {
  color: #999;
}
#PresentationNA h1, .presentation_na h1 {
  font-size: 36px;
  font-family: Windsor;
  color: #9fb035;
  font-weight: 100;
}
#PresentationNA .texte, .presentation_na .texte {
  color: #999999;
  font-size: 12px;
  font-family: Geneva, Verdana;
}
#PresentationNA .reserver, .presentation_na .reserver {
  display: block;
  background-color: #9fb035;
  font-size: 18px;
  font-family: Geneva,Verdana;
  width: 140px;
  height: 20px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  margin: 0 auto;
}
#liste article {
  overflow: hidden;
  width: 300px;
  margin: 0 auto;
  background-image: url(/img/bgliste.png);
  background-color: #fff;
  background-repeat: repeat-x;
  background-position: bottom left;
  margin-bottom: 15px;
}
#liste article .photo {
  float: left;
  width: 141px;
}
#liste article .texte {
  float: right;
  width: 140px;
}
#liste article .texte h2 {
  font-size: 18px;
  font-family: Geneva, Verdana;
  color: #acbb50;
  line-height: 18px;
  margin-top: 5px;
}
#liste article .texte h2 a {
  color: #acbb50;
}
#liste article .detail {
  margin-top: 10px;
  margin-bottom: 5px;
}
#liste article .detail a {
  background-color: #333;
  color: #FFF;
  display: block;
  width: 60px;
  height: 20px;
  line-height: 23px;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
}
#liste article .resa_liste {
  margin-top: 0;
  margin-bottom: 5px;
}
#liste article .resa_liste a {
  display: block;
  background-color: #9fb035;
  font-size: 14px;
  color: #FFF;
  font-family: Geneva, Verdana;
  text-decoration: none;
  text-align: center;
  width: 85px;
  height: 22px;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#detail .reserver_det {
  display: block;
  background-color: #9fb035;
  font-size: 18px;
  font-family: Geneva,Verdana;
  width: 140px;
  height: 20px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  margin: 0 auto;
  margin-top: 15px;
}
.galdetContainer {
  width: 315px;
  height: 242px;
}
.navigation {
  overflow: hidden;
  width: 80px;
  margin: 0 auto;
}
/*Fomulaire*/#Formulaire {
  font-family: Lato;
}
#Formulaire > p {
  text-align: center;
  color: #7da411;
}
#Formulaire .creaFormulaire, #Formulaire #coordonnees {
  width: 380px;
  margin: 0 auto;
  overflow: hidden;
  color: #de5a26;
}
#Formulaire .creaFormulaire tbody tr td, #Formulaire #coordonnees tbody tr td {
  text-align: center;
}
#Formulaire .creaFormulaire tbody tr td input,
#Formulaire #coordonnees tbody tr td input,
#Formulaire .creaFormulaire tbody tr td textarea,
#Formulaire #coordonnees tbody tr td textarea {
  display: block;
  width: 200px;
}
#Formulaire .creaFormulaire tbody tr td select, #Formulaire #coordonnees tbody tr td select {
  display: block;
}
#Formulaire .creaFormulaire p, #Formulaire #coordonnees p {
  overflow: hidden;
  margin-bottom: 5px;
  font-weight: bold;
  color: #de5a26;
}
#Formulaire .creaFormulaire p > label, #Formulaire #coordonnees p > label {
  float: left;
}
#Formulaire .creaFormulaire p > input,
#Formulaire #coordonnees p > input,
#Formulaire .creaFormulaire p > textarea,
#Formulaire #coordonnees p > textarea,
#Formulaire .creaFormulaire p > span,
#Formulaire #coordonnees p > span {
  float: right;
  width: 200px;
  border: solid 1px #de5a26;
  /*border-bottom:solid 1px #79ccf2;
                    border-right:solid 1px #79ccf2;*/
}
#Formulaire .creaFormulaire p span, #Formulaire #coordonnees p span {
  border: none;
}
#Formulaire #Bouton input,
#Formulaire .btn_envoyer input,
#Formulaire #Bouton a,
#Formulaire .btn_envoyer a,
#Formulaire #Bouton form input,
#Formulaire .btn_envoyer form input {
  background: none;
  border: none;
  background-color: #de5a26;
  color: #fff;
  width: 126px;
  height: 32px;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 32px;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: 5px;
}
#Formulaire .btn_envoyer {
  margin: 0 auto;
}
#Formulaire .btn_envoyer a {
  width: 190px;
}
#Presentation_form {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 15px;
  color: #de5a26;
  font-family: Arial;
}
#Presentation_form .texte {
  color: #de5a26;
}
#plan ul {
  margin-left: 20px;
}
#plan ul a {
  color: #de5a26;
  font-family: arial;
}
/*End formulaire*/