/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  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;
}
/* CLEARFIX */
.clearfix {
  display: inline-block;
}
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* LESS */
.font-sansserif {
  font-family: 'futura-pt-condensed', sans-serif;
  font-weight: 400;
}
.font-serif {
  font-family: "museo", 'Georgia', serif;
}
/* REALLY SIMPLE GRID */
.row {
  display: inline-block;
  display: block;
}
.row:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
.col {
  float: left;
  display: block;
  margin: 0 1.0416666666666665%;
}
.row .col.col_1 {
  width: 6.25%;
}
.row .col.col_2 {
  width: 14.583333333333334%;
}
.row .col.col_3 {
  width: 22.916666666666664%;
}
.row .col.col_4 {
  width: 31.25%;
}
.row .col.col_5 {
  width: 39.58333333333333%;
}
.row .col.col_6 {
  width: 47.91666666666667%;
}
.row .col.col_7 {
  width: 56.25%;
}
.row .col.col_8 {
  width: 64.58333333333334%;
}
.row .col.col_9 {
  width: 72.91666666666666%;
}
.row .col.col_10 {
  width: 81.25%;
}
.row .col.col_11 {
  width: 89.58333333333334%;
}
.row .col.col_12 {
  width: 97.91666666666666%;
}
i {
  font-style: italic;
}
/* CSS */
/* Mobile (First! ;)) */
@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
  }
  .nomobile {
    display: none;
  }
  .row .col.col_1,
  .row .col.col_2,
  .row .col.col_3,
  .row .col.col_4,
  .row .col.col_5,
  .row .col.col_6,
  .row .col.col_7,
  .row .col.col_8,
  .row .col.col_9,
  .row .col.col_10,
  .row .col.col_11,
  .row .col.col_12 {
    float: none;
    width: 100%;
    margin: 0;
  }
  .photos .row .col.col_2 {
    width: 50%;
    margin: 0;
  }
}
/* Lightbox */
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* ALL */
@media screen {
  .row {
    display: inline-block;
    display: block;
    margin: 0 auto;
  }
  .row:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  h1,
  h2,
  h3 {
    font-family: 'futura-pt-condensed', sans-serif;
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 0.4em;
    text-transform: uppercase;
  }
  h3 {
    color: #333;
    font-size: 24px;
  }
  p,
  ul,
  li {
    font-size: 16px;
    line-height: 25px;
  }
  p {
    margin-bottom: 1em;
  }
  strong,
  b {
    font-weight: bold;
  }
  sup {
    vertical-align: super;
    font-size: 0.6em;
  }
  .cta {
    transition: background-color 0.6s ease;
    -moz-transition: background-color 0.6s ease;
    -webkit-transition: background-color 0.6s ease;
    font-family: 'futura-pt-condensed', sans-serif;
    font-weight: 400;
    text-shadow: 1px 1px 1px #555555;
    -o-text-shadow: 1px 1px 1px #555555;
    -moz-text-shadow: 1px 1px 1px #555555;
    -webkit-text-shadow: 1px 1px 1px #555555;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 30px;
    background: #5887aa;
    text-align: center;
    float: left;
    font-size: 26px;
    margin: 10px;
  }
  .cta:hover {
    background: #73a6cc;
  }
  .cta:active {
    text-shadow: -1px -1px 1px #555555;
    -o-text-shadow: -1px -1px 1px #555555;
    -moz-text-shadow: -1px -1px 1px #555555;
    -webkit-text-shadow: -1px -1px 1px #555555;
    box-shadow: inset 0 0 18px #5887aa;
  }
  .cta2 {
    background: #dc4715;
  }
  .cta2:hover {
    background: #e77c58;
  }
  .cta2:active {
    box-shadow: inset 0 0 18px #dc4715;
  }
  .grayblock {
    display: inline-block;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    display: block;
    padding: 20px 30px;
    background: #e7e7e7;
  }
  .grayblock:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  .header {
    display: inline-block;
    /* 		background: transparent url(../images/banner.jpg) no-repeat fixed center top; */
  
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    padding: 210px 0 10px 0;
    overflow: hidden;
    display: block;
  }
  .header:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  .header .banner {
    position: fixed;
    /* 			width: 100%; */
  
    /* 			height: auto; */
  
    top: 0px;
    z-index: -1;
    display: block;
    margin: 0px auto;
  }
  .header h1,
  .header h2 {
    text-shadow: 0px 0px 10px #3a3a3a;
    -o-text-shadow: 0px 0px 10px #3a3a3a;
    -moz-text-shadow: 0px 0px 10px #3a3a3a;
    -webkit-text-shadow: 0px 0px 10px #3a3a3a;
  }
  .header h1 {
    font-size: 96px;
    margin-bottom: 0;
    font-weight: bold;
  }
  .header h2 {
    font-size: 36px;
    border-top: 2px solid #fff;
    padding-top: 0.4em;
    font-weight: bold;
  }
  .main-content {
    background: #fff;
    padding-top: 20px;
  }
  .main-content .row.ctabuttons {
    position: relative;
    overflow: hidden;
  }
  .main-content .row.ctabuttons .buttons {
    display: block;
    display: inline-block;
    text-align: center;
    position: relative;
    left: 50%;
    margin-bottom: 40px;
  }
  .main-content .row.ctabuttons .buttons:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  .main-content .row.ctabuttons .buttons .cta {
    display: block;
    position: relative;
    left: -50%;
  }
  .main-content h2.main-title {
    color: #5887aa;
    font-size: 42px;
    line-height: 58px;
    display: block;
    border: 1px solid #ccc;
    border-right: 0;
    border-left: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  .main-content .row {
    /* 			margin: 40px auto; */
  
  }
  .main-content .photos {
    padding-bottom: 60px;
  }
  .main-content .photos .sep {
    padding-top: 40px;
    border-top: 1px solid #ccc;
  }
  .main-content .photos li img {
    width: 100%;
    height: auto;
    border: 1px solid #999;
  }
  .main-content .bottom {
    background: url(../images/bg_wood.jpg) repeat 0 0;
    padding: 40px 0;
  }
  .main-content .bottom .map {
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #666;
    margin-bottom: 20px;
  }
  .main-content .bottom h3.find-us {
    font-size: 36px;
    color: #fff;
    text-shadow: 1px 1px 0px #000000;
    -o-text-shadow: 1px 1px 0px #000000;
    -moz-text-shadow: 1px 1px 0px #000000;
    -webkit-text-shadow: 1px 1px 0px #000000;
    text-align: center;
    display: block;
    margin: 0 auto 20px;
    width: 246px;
    background: url(../images/ico-map.png) no-repeat 0 5px;
  }
  .main-content .bottom #tarifs p {
    font-size: 14px;
    margin: auto;
  }
  .main-content .bottom #tarifs .liste-tarifs {
    list-style-type: disc;
    list-style-position: inside;
  }
  .main-content .bottom #tarifs .liste-tarifs li {
    font-size: 14px;
  }
  .main-content .bottom #coords p {
    font-size: 14px;
  }
  .main-content .bottom .main-cta {
    transition: background-color 0.45s ease;
    -moz-transition: background-color 0.45s ease;
    -webkit-transition: background-color 0.45s ease;
    font-family: 'futura-pt-condensed', sans-serif;
    font-weight: 400;
    text-shadow: 1px 2px 0px #993300;
    -o-text-shadow: 1px 2px 0px #993300;
    -moz-text-shadow: 1px 2px 0px #993300;
    -webkit-text-shadow: 1px 2px 0px #993300;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0px 0px 20px #3a3a3a;
    -o-box-shadow: 0px 0px 20px #3a3a3a;
    -moz-box-shadow: 0px 0px 20px #3a3a3a;
    -webkit-box-shadow: 0px 0px 20px #3a3a3a;
    background: #dc4715 url(../images/ico-send.png) no-repeat 20px 20px;
    text-indent: 40px;
    display: block;
    width: 330px;
    text-align: center;
    padding: 14px 0;
    color: #fff;
    text-decoration: none;
    font-size: 32px;
    margin: 40px auto 60px auto;
  }
  .main-content .bottom .main-cta:hover {
    background-color: #e85b2c;
  }
  .main-content .bigcta {
    padding: 40px 0 80px;
    text-align: center;
  }
  .main-content .bigcta .cta {
    display: inline-block;
    margin: 0 auto;
  }
  .main-content .bigcta .cta:hover {
    background-color: #f87950;
  }
  .main-content .description {
    text-align: left;
    margin-bottom: 40px;
  }
  .main-content .description .resume {
    font-size: 14px;
  }
  .main-content .description .resume h2 {
    font-size: 24px;
    line-height: 46px;
  }
  .main-content .description .resume li {
    font-size: 14px;
    line-height: 20px;
  }
  .main-content .credits {
    font-size: 12px;
    color: #fff;
  }
  .main-content .credits a {
    color: #fff;
  }
  .main-content .credits a:hover {
    text-decoration: none;
  }
}
/* MOBILE & TABLETS */
@media screen and (max-width: 767px) {
  .row {
    width: 96%;
  }
  #contact,
  #tarifs {
    padding-bottom: 40px;
  }
  #contact .buttons {
    text-align: center;
  }
  #contact .buttons .cta {
    display: inline-block;
  }
  .cta {
    display: block;
    float: none;
  }
}
/* TABLETS */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .row {
    width: 100%;
  }
}
/* DESKTOP */
@media screen and (min-width: 1025px) {
  .row {
    width: 960px;
  }
}
body {
  font-family: 'Arial', 'Helvetica', 'sans-serif';
  color: #5d5d5d;
}
