html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.row { margin: 0; padding: 0 }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #d7dbdd;
  margin: 1em 0;
  padding: 0;
}

hr.color {
  display: block;
  height: 1px;
  border: 0;
  width: 240px;
  border-top: 1px solid #ff5252;
  margin: auto;
  padding: 0;
}

hr.trespetit {
  width: 120px;
  text-align:center;
  margin: auto;
  margin-top: 0.6em;
  margin-bottom: 0.5em;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border:0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #d7dbdd;
  color: #000;
  padding: 0.2em 0;
}

body {
  background: white;
  margin: 0;
  height: 100%;
  color: #212121;
  font-family: sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, H5, H6 {
  color : #212121;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

h3{
  border-bottom: 1px solid #ff5252;
}

p {
  padding: 0;
  margin-bottom: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #212121;
  margin-top: 10px;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color : #ff5252;
  padding: 0;
  margin: 0;
  text-decoration: none;
  -webkit-transition: background-color .4s linear, color .4s linear;
  -moz-transition: background-color .4s linear, color .4s linear;
  -o-transition: background-color .4s linear, color .4s linear;
  -ms-transition: background-color .4s linear, color .4s linear;
  transition: background-color .4s linear, color .4s linear;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #00bfa5;
}

::moz-selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #2B2E31;
}

.centered {
  text-align: center;
}

legend {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 16px;
  padding: 0.2em 0.5em;
  margin-top:16px;
  color:#212121;
  text-align:left;
  width:40%;
  border:0!important;
}

.navbar {
  min-height: 70px;
  padding-top: 10px;
  margin-bottom: 0px;
}

.navbar-brand {
  font-weight: 700;
  font-size: 15px;
}

.navbar-brand > img{
  margin-top: -24px;
}

.navbar-header .navbar-brand {
  color: white!important;
}

.navbar-brand a {
  color: white!important;
}

.navbar-brand a:hover {
  color: #ff5252!important;
}

.navbar-default .navbar-nav > li > a {
  color: white;
  font-weight: 700;
  font-size: 12px;
}

.navbar-default .navbar-nav > li > a:hover {
  color: white;
  background: #00bfa5;
  height: 100%;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background: #00bfa5;
}

.navbar-default {
  background-color: #ff5252;
  border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}

#Introduction {
  background-color: #212121;
  border-bottom: 1px solid #d7dbdd;
  margin-top: 40px;
  padding-top: 20px;
  text-align: center;
  background-attachment: relative;
  background-position: center top;
  min-height: 250px;
  width: 100%;

  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#Introduction h1 {
  font-family: "Neue Haas Grotesk W01 Disp","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-top: -15px;
  margin-bottom: 0px;
  color: white;
  font-size: 2.5em;
  font-weight: bold;
}

#Introduction h2 {
  margin-top: -25px;
  margin-bottom: 0px;
  color: white;
  font-size: 1.5em;
  font-weight: 200;
  font-family: 'Raleway', sans-serif;
  font-style: oblique;
}

.btn-theme {
  color: #fff;
  background-color: #ff5252;
  border-color: #ff5252;
  margin: 4px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 200px;
}
.btn-theme:hover,
.btn-theme:focus,
.btn-theme:active,
.btn-theme.active,
.open .dropdown-toggle.btn-theme {
  color: #fff;
  background-color: #00bfa5;
  border-color: #00bfa5;
}

.btn-theme-red {
  color: #fff;
  background-color: #ff5252;
  border-color: #ff5252;
  margin: 4px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 200px;
}
.btn-theme-red:hover,
.btn-theme-red:focus,
.btn-theme-red:active,
.btn-theme-red.active,
.open .dropdown-toggle.btn-theme-red {
  color: #fff;
  background-color: #00bfa5;
  border-color: #00bfa5;
}

.btn-theme-orange {
  color: #fff;
  background-color: #ffa726;
  border-color: #ffa726;
  margin: 4px;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 200px;
}
.btn-theme-orange:hover,
.btn-theme-orange:focus,
.btn-theme-orange:active,
.btn-theme-orange.active,
.open .dropdown-toggle.btn-theme-orange {
  color: #fff;
  background-color: #00bfa5;
  border-color: #00bfa5;
}

#contents {
  color : #212121;
}

#contents h1{
  font-size: 25px;
  font-weight: 100;
  font-family: 'Raleway', sans-serif;
  font-style: oblique;
}

#footer {
  background: #ff5252;
  border-top: 1px solid #d7dbdd;
  padding-top: 5px;
  padding-bottom: 15px;
  text-align: center;
  color: #f0f0f0;
}

#footer h3 {
  color: white;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
}

#footer icon {
  font-size: 8px;
  color: #fff;
  padding: 3px;
}

#footer p {
  font-weight: 700;
  font-size: 12px;
  color: white;
}

#footer img {
  text-align: center;
}


#footer a {
  color : white;
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: background-color .4s linear, color .4s linear;
  -moz-transition: background-color .4s linear, color .4s linear;
  -o-transition: background-color .4s linear, color .4s linear;
  -ms-transition: background-color .4s linear, color .4s linear;
  transition: background-color .4s linear, color .4s linear;
}
#footer a:hover, a:focus {
  text-decoration: none;
  color: #00bfa5;
}

.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

@media only screen and (min-width: 35em) {
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
}

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

@media (max-width: 1200px) {
  .container{
    width: 100%!important;
    margin-left: 0!important;
    margin-right: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
  }

  .navbar-header {
    float: none;
    width: 100%!important;
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-left,.navbar-right {
    float: none !important;
    margin-top:0;
    margin-bottom: 0;
    padding-top:0;
  }
  .navbar-brand {
    margin-left: 0px!important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    margin-top:10px;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 0!important;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 50px!important;
  }
  .collapse.in{
    display:block !important;
    margin-top:10px;
  }
}

#perso {
  width: 95%;
  margin: auto;
  padding: 5px;
  border-radius: 6px 6px 0 0;
  border-top: solid 1px #d7dbdd;
  border-right: solid 1px #d7dbdd;
  border-left: solid 1px #d7dbdd;
  background-color: white;
}

.container-map {
  position: relative;
  text-align: center;
}

.surcartehaut {
  z-index: 1001;
  position: absolute;
  top: 13px;
  left: 90px;
  width: auto;
  padding: 1px 10px 3px 10px;
  text-align: left;
  color: #212121;
  font-size: 0.8em;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: default;
}

.surcartehaut a, .surcartehaut a:hover {
  color :#212121;
}

.surcartebas {
  z-index: 1001;
  position: absolute;
  bottom: 15px;
  margin-top: 0;
  margin-left: 10%;
  width: 80%;
  text-align: center;
  color: #212121;
}

span.couleur {
  color: #ff5252;
}

span.couleur2 {
  color: green;
}

.border {
    border-left: 1px solid #d7dbdd;
    border-right: 1px solid #d7dbdd;
}

.borderless td, .borderless th, .borderless tr {
    border: none!important;
}

input.cacher {
  display: none;
}

.formulaireimportant{
  display: none;
}

#tab_save {
  width: 300px;
  height: 85px;
  margin-right: auto;
  margin-left: auto;
  border: solid 1px #d7dbdd;
  text-align: center;
  background-color: white;
  padding :10px;
}

#map_div{
  border: solid 1px #d7dbdd;
  text-align: left;
}

#map_div:hover
{
  cursor: crosshair;
}


.container-map h2 {
  font-size: 0.9em;
}

#marker {
  font-size: 0.8em;
  text-align : center;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 10;
  pointer-events: none;
}

.leaflet-popup-content {
  min-width:475px;
}

.tabs {
  position:relative;
  min-height:165px;
  clear:both;
  margin:20px 0;
  font-size: 0.8em;
}
.tab {
  float:left;
  display: none;
  text-align : center;
}
.tab:first-of-type {
  display: inline-block;
}
.tabs-link {
  position: relative;
  top: -14px;
  height: 20px;
  left: -40px;
}
.tab-link {
  background:#eee;
  display: inline-block;
  padding:8px;
  border:1px solid #d7dbdd;
  margin-left:-1px;
  position:relative;
  list-style-type: none;
  left:1px;
  top:1px;
  cursor:pointer;
}
.tab-link {
  background:#f8f8f8;
}
.content {
  background:white;
  position:absolute;
  top:24px;
  left:0;
  right:0;
  bottom:0;
  padding:10px;
  border:1px solid #d7dbdd;
}
.tab:target {
  display: block;
}
