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

/* Fonts */
@font-face {
  font-family: "GothamNarrowBold";
  src: url("fonts/GothamNarrow-Bold.eot");
  src: url("fonts/GothamNarrow-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/GothamNarrow-Bold.woff") format("woff"), url("fonts/GothamNarrow-Bold.ttf") format("truetype"), url("fonts/GothamNarrow-Bold.svg#6bb35632a43f11d9bb86730437c1dc0d") format("svg"); }
@font-face {
  font-family: "GothamNarrowBook";
  src: url("fonts/GothamNarrow-Book.eot");
  src: url("fonts/GothamNarrow-Book.eot?#iefix") format("embedded-opentype"), url("fonts/GothamNarrow-Book.woff") format("woff"), url("fonts/GothamNarrow-Book.ttf") format("truetype"), url("fonts/GothamNarrow-Book.svg#10b925c554673ed1307f253dfbf21ea0") format("svg"); }
@font-face {
  font-family: "GothamNarrowMedium";
  src: url("fonts/GothamNarrow-Medium.eot");
  src: url("fonts/GothamNarrow-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/GothamNarrow-Medium.woff") format("woff"), url("fonts/GothamNarrow-Medium.ttf") format("truetype"), url("fonts/GothamNarrow-Medium.svg#0740f1e641366f0719a5947c02ef3aff") format("svg"); }
@font-face {
  font-family: "GothamNarrowLightItalic";
  src: url("fonts/GothamNarrow-LightItalic.eot");
  src: url("fonts/GothamNarrow-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/GothamNarrow-LightItalic.woff") format("woff"), url("fonts/GothamNarrow-LightItalic.ttf") format("truetype"), url("fonts/GothamNarrow-LightItalic.svg#f28a646c1c13d03f7a4707f9b8780847") format("svg");
  font-weight: 200; }
/* Prestation */
/* Calendrier */
/* General */
body, html {
  min-height: 100%;
  height: 100%;
  font-size: 16px; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  margin: 0 auto;
  position: relative;
  width: 1024px; 
  }

a {
  text-decoration: none; }

.modal-opened {
  overflow: hidden; }

.overlay-content {
  display: none;
  position: fixed;
  z-index: 12; }

.info-box {
  border: 1px solid #eaeaea;
  background-color: #fff; }

.left {
  float: left; }

.right {
  float: right; }

.bold {
  font-family: GothamNarrowBold; }

/*  Layout */
header {
  background: url("../img/header-shadow.png") center bottom no-repeat;
  height: 248px;
  margin-bottom: -10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 2; }
  header nav {
    background-color: #f7f7f7;
    height: 70px; }
    header nav ul {
      height: 70px;
      width: 100%; }
      header nav ul li {
        float: left;
        height: 70px;
        margin-right: 40px; }
        header nav ul li a {
          display: inline-block;
          font-family: GothamNarrowBook;
          height: 100%;
          line-height: 70px;
          position: relative;
          text-transform: uppercase;
          color: #000;
          text-decoration: none;
          font-size: 0.9375rem; }
          header nav ul li a:hover {
            color: #000;
            text-decoration: none; }
          header nav ul li a:active {
            color: #000;
            text-decoration: none; }
          header nav ul li a:visited {
            color: #000;
            text-decoration: none; }
          header nav ul li a:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            bottom: 16px;
            left: 0;
            background-color: #56793b;
            visibility: hidden;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s; }
          header nav ul li a:hover:before, header nav ul li a.active:before {
            visibility: visible;
            -webkit-transform: scaleX(1);
            transform: scaleX(1); }
        header nav ul li:first-child {
          margin-left: 18px; }
    header nav #contact-us {
      background-color: #56793b;
      color: #fff;
      cursor: pointer;
      font-family: GothamNarrowBook;
      float: right;
      font-size: 0.9375rem;
      line-height: 70px;
      padding: 0 25px;
      text-align: center;
      text-transform: uppercase; }

#top-header {
  height: 170px; }
  #top-header #logo {
    display: inline-block;
    margin-top: 25px; }
    #top-header #logo img {
      height: 106px;
      width: 424px; }
  #top-header .right-social {
    right: 0;
    top: 0;
    position: absolute;
    padding-top: 72px;
   width: 408px; 
 }


#radio-ecouter {
  margin-right: 15px;
   

     }


  .radio-ecouter {  float: right;
    margin-right: -15px;
       margin-top: 6px; }

    #top-header .right-social h2 {
      float: left;
      font-family: GothamNarrowBook;
      font-size: 1.0625rem;
      line-height: 24px;
    }

    #top-header .right-social #facebook, #top-header .right-social #google {
      display: inline-block;
      float: right;
      height: 24px;
      width: 24px;     margin-top: -6px;
}
    #top-header .right-social #facebook {
      background: url("../img/facebook.png") 0 0 no-repeat; }
    #top-header .right-social #google {
      background: url("../img/google.png") 0 0 no-repeat;
      margin-left: 11px; }

footer {
  background: url("../img/footer-shadow.png") center top no-repeat;
  clear: both;
  height: 37px;
  margin-top: -16px;
  padding-top: 16px;
  text-align: right;
  width: 100%; }
  footer div {
    font-family: GothamNarrowBook;
    font-size: 0.75rem;
    line-height: 37px; }
  footer a {
    color: #000;
    text-decoration: underline; }

.overlay {
  background-color: rgba(29, 33, 15, 0.77);
  bottom: 0;
  display: none;
  left: 0;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10; }


      #meteo {  
    position: absolute;
    right: -43px;
      border: 0 !important;
    margin: 0 !important;
  }

.w_apercu_mini {
    /* display: none; */
    position: absolute;
    width: 70px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    margin-top: -38px !important;
    background-color: #fff !important; */
    -moz-box-shadow: 0px 0px 0px 0px #fff !important;
   -webkit-box-shadow: 0px 0px 0px 0px #fff !important;
    -o-box-shadow: 0px 0px 0px 0px #fff  !important;
    box-shadow: 0px 0px 0px 0px #fff !important;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
    font-size: 11px;
    color: #333;
    margin-right: 0px !important;
}
.temp { font-family: GothamNarrowBook !important; }

#top-header .right-social {
    right: 85px;
    top: 0;
    position: absolute;
    padding-top: 72px;
    width: 408px;
}

.titrepopin {

    font-family: GothamNarrowBold !important;
    font-size: 0.9375rem !important; 
    margin-top: 0px !important;
    text-align: center !important;
    text-transform: uppercase !important;
     color: #000 !important;
}

.textepopin {
    color: #000 !important;
    font-family: GothamNarrowBook !important;
    font-size: 0.92rem !important;
    margin-top: 10px !important;
    margin-bottom: 25px !important;
    text-align: center !important;
}

.imagepopin {
    margin-top: -5px;
    display: block;
    margin-left: -25px;
}

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


@media screen and (max-width: 1050px) {
.container {
    width: auto; 
}
 header .container h1 {
    margin-left: 14px;
  }
  header nav ul li {
    margin-right: 31px;
}

header nav #contact-us {
    padding: 0 26px;
}

  footer div {
    padding-right: 10px;
  }
 }   


.dessus1 {
  position: absolute;
    z-index: 2;
    left: 66px;
    width: 198px;
    height: 198px;
    top: -8px;
 } 

.dessus2 {
  position: absolute;
    z-index: 2;
    left: 8px;
    width: 198px;
    height: 198px;
    top: 4px;
 } 

   
.eco2 {
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
