/* MENU
--------------------------------------------- */
.navbar-inverse {
  background: #242b2e;
}
[id="logo"] {
  background: url('../img/logo.png') bottom no-repeat;
  width: 85px;
}
.icon {
  padding-right: 10px;
}
.navbar-inverse .navbar-nav > li:first-child > a {
  border-left: solid 1px #000;
}
.navbar-inverse .navbar-nav > li > a {
  /*.gradient(top, #333b3f, #2e363a);
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.5);*/
  border-right: solid 1px #000;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #cccccc;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.dropdown-menu > li > a:hover {
  cursor: pointer;
  background-color: #4a99c6;
  background-image: -webkit-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: -moz-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: -o-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: -ms-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: linear-gradient(top, #4a99c6, #3c7ca0);
  color: #FFF;
}
.navbar-inverse .navbar-nav > li.active > a,
.dropdown-menu > li.active > a {
  background-color: #4a99c6;
  background-image: -webkit-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: -moz-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: -o-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: -ms-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: linear-gradient(top, #4a99c6, #3c7ca0);
}
.caret {
  margin-left: 10px;
}
.dropdown-menu {
  padding: 0;
  background: #242b2e;
  border-radius: 0;
}
.dropdown-menu > li > a {
  color: #cccccc;
}
.dropdown-menu > li > a {
  padding: 10px 20px;
}
.navbar-inverse .social > li:first-child > a,
.navbar-inverse .social > li > a {
  background: none;
  box-shadow: none;
  border: none;
  padding: 15px 3px;
}
.navbar-inverse .social {
  padding-right: 15px;
}
.navbar-inverse .social > li > a:hover {
  color: #4a99c6;
  background: none;
}
/*.form-control {
    background: @bleu;
    border-radius: 0;
    border: solid 1px #49525d;
}
.form-control:focus {
    background: #EEE;
    box-shadow: inset 0 0 3px 2px rgba(74,153,198,0.7);
}
.form-control::-moz-placeholder {
    color: #ccc;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: @grisClair;
}
.form-control::-webkit-input-placeholder {
    color: #fff;
}*/
@media (min-width: 768px) and (max-width: 979px) {
  .navbar-inverse .navbar-nav > li > a {
    padding: 15px 12px;
  }
  .icon {
    display: none;
  }
  .navbar-inverse .social > li > a {
    background: none;
    box-shadow: none;
    border-right: none;
    padding: 15px 3px;
    font-size: 0.8em;
  }
}
@media (min-width: 1600px) {
  .navbar-fixed-top .navbar-nav > li > a {
    line-height: 30px;
  }
}
/* FOOTER
--------------------------------------------- */
[id="footer"].navbar {
  min-height: 0;
}
[id="footer"] {
  background-color: #101010;
  max-height: 40px;
  color: #FFF;
  font-size: 0.8em;
}
[id="footer"] .nav > li > a {
  padding: 5px;
  line-height: 1em;
}
[id="footer"] a {
  line-height: 1em;
}
[id="footer"] p {
  margin-bottom: 0;
  margin-top: 3px;
}
.cache {
  display: none;
}
.popover {
  max-width: 700px;
  width: 700px;
  height: 450px;
  background-color: #FFF;
  border-radius: 0;
}
.popover-title {
  padding: 0;
}
.popover-content {
  padding: 0;
}
.popover.right > .arrow:after,
.popover.left > .arrow:after {
  border-right-color: #242b2e;
}
.popover-title .close {
  padding: 10px 15px;
  color: #FFF;
  font-weight: normal;
  font-size: 20px;
  opacity: 0.5;
  text-shadow: 0 1px 0 #555;
}
.popoverHtmlContent h3 {
  background-color: #4a99c6;
  background-image: -webkit-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: -moz-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: -o-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: -ms-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: linear-gradient(top, #4a99c6, #3c7ca0);
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  color: #FFF;
}
.popoverHtmlContent .navbar {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-bottom: 0;
  border-radius: 0;
  background: #242b2e;
}
.popoverHtmlContent .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.popoverHtmlContent .navbar-nav.logos > li {
  background: none;
  border: none;
}
.popoverHtmlContent .navbar-nav.logos > li:hover {
  background: none;
  border: none;
}
.popoverHtmlContent .navbar-nav.logos > li > a {
  padding: 4px;
}
.popoverHtmlContent .navbar-nav > li {
  border-left: solid 1px #6b7072;
  background-color: #333b3f;
  background-image: -webkit-linear-gradient(top, #333b3f, #2e363a);
  background-image: -moz-linear-gradient(top, #333b3f, #2e363a);
  background-image: -o-linear-gradient(top, #333b3f, #2e363a);
  background-image: -ms-linear-gradient(top, #333b3f, #2e363a);
  background-image: linear-gradient(top, #333b3f, #2e363a);
}
.popoverHtmlContent .navbar-nav > li:hover {
  background-color: #4a99c6;
  background-image: -webkit-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: -moz-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: -o-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: -ms-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: linear-gradient(top, #4a99c6, #3c7ca0);
}
.popoverHtmlContent .navbar-nav > li > a {
  color: #cccccc;
}
.popoverHtmlContent .detail {
  color: #4a99c6;
}
.popoverHtmlContent .navbar-nav > li:hover .detail {
  color: #FFF;
}
.popoverHtmlContent .resume {
  height: 350px;
}
.popoverHtmlContent .text {
  height: 350px;
  overflow-y: auto;
  padding: 20px;
}
.popoverHtmlContent p {
  text-align: justify;
}
.modal-dialog {
  margin: 30px auto;
  width: 50%;
}
.modal-content {
  background-color: #242b2e;
}
.modal-body {
  text-align: center;
}
.modal-header {
  background-color: #4a99c6;
  background-image: -webkit-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: -moz-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: -o-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: -ms-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: linear-gradient(top, #4a99c6, #3c7ca0);
  border-bottom: none;
  color: #FFF;
}
.modal-header .close {
  color: #FFF;
  opacity: 0.5;
  text-shadow: none;
}
.modal-footer {
  padding: 0 15px;
  border-top: 1px solid #6b7072;
}
.modal-footer .navbar-nav > li {
  border-left: solid 1px #6b7072;
  background-color: #333b3f;
  background-image: -webkit-linear-gradient(top, #333b3f, #2e363a);
  background-image: -moz-linear-gradient(top, #333b3f, #2e363a);
  background-image: -o-linear-gradient(top, #333b3f, #2e363a);
  background-image: -ms-linear-gradient(top, #333b3f, #2e363a);
  background-image: linear-gradient(top, #333b3f, #2e363a);
}
.modal-footer .navbar-nav > li:hover {
  background-color: #4a99c6;
  background-image: -webkit-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: -moz-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: -o-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: -ms-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: linear-gradient(top, #4a99c6, #3c7ca0);
}
.modal-footer .navbar-nav > li > a {
  background: none;
  color: #cccccc;
  text-shadow: none;
  cursor: pointer;
}
[id=wrapper-webcam] ul {
  padding: 0;
  margin-bottom: 0;
}
[id=wrapper-webcam] li {
  display: inline;
  float: left;
}
[id=wrapper-webcam] {
  position: absolute;
  right: -1160px;
  width: 1205px;
  /*335px*/
  top: 10em;
  z-index: 2000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
[id=wrapper-webcam].wrapper-content-open {
  right: 0px;
}
[data-action="toggle-webcam"] {
  background: #242b2e;
  color: #cccccc;
  height: 45px;
  width: 45px;
  padding: 0.75em;
  float: left;
  text-align: center;
  cursor: pointer;
  z-index: 20;
  position: relative;
  box-shadow: -2px 5px 10px rgba(0, 0, 0, 0.5);
}
[data-action="toggle-webcam"]:hover {
  background-color: #4a99c6;
  background-image: -webkit-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: -moz-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: -o-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: -ms-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: linear-gradient(top, #4a99c6, #3c7ca0);
  color: white;
  text-decoration: none;
}
[data-action="toggle-webcam"]:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #242b2e;
  border-width: 7px;
  margin-top: -7px;
}
/* 
[data-action="toggle-webcam"] .open:after {
    content: "+";
    padding: 0px 10px;
}
.wrapper-content-open [data-action="toggle-webcam"] .open:after {
    content: "x";
    padding: 0px 10px;
}*/
.wrapper-content {
  width: 1160px;
  float: left;
  overflow: hidden;
  position: relative;
  box-shadow: -2px 5px 10px rgba(0, 0, 0, 0.5);
}
.wrapper-content h3 {
  color: #fff;
  font-size: 1.9em;
  padding: 8px 15px;
  margin: 0;
  font-weight: 300;
  background-color: #4a99c6;
  background-image: -webkit-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: -moz-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: -o-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: -ms-linear-gradient(top, #4a99c6, #3c7ca0);
  background-image: linear-gradient(top, #4a99c6, #3c7ca0);
}
.wrapper-content a:active {
  background: #6b7072;
  color: #cccccc;
}
.outer-btn2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #4a99c6 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.outer-btn2:hover {
  border-color: transparent transparent #6b7072 transparent;
}
.btn2 span {
  position: absolute;
  top: 19px;
  right: 13px;
  color: #FFF;
}
#wrapper-webcam .wrapper-content img {
  width: 290px;
  /*max-width: 100%;*/
  display: block;
  position: relative;
  box-shadow: -2px 5px 10px rgba(0, 0, 0, 0.5);
}
#wrapper-webcam a.info {
  opacity: 0;
  transition: opacity 0.3s 0s ease-in-out;
  color: #FFF;
}
#wrapper-webcam a.info span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 300px;
  height: 250px;
}
#wrapper-webcam .mask,
#wrapper-webcam .mask2,
#wrapper-webcam .mask3,
#wrapper-webcam .mask4 {
  width: 290px;
  position: absolute;
  overflow: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
  height: 100%;
}
#wrapper-webcam .mask {
  top: 45px;
  left: 0;
}
#wrapper-webcam .mask2 {
  top: 45px;
  left: 290px;
}
#wrapper-webcam .mask3 {
  top: 45px;
  left: 580px;
}
#wrapper-webcam .mask4 {
  top: 45px;
  left: 870px;
}
#wrapper-webcam .mask:hover,
#wrapper-webcam .mask2:hover,
#wrapper-webcam .mask3:hover,
#wrapper-webcam .mask4:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
#wrapper-webcam:hover a.info {
  opacity: 1;
  transition-delay: 0.3s;
}
a[href*="webcams"] {
  color: #6b7072;
}
a[href*="webcams"] .detail {
  color: #4a99c6;
}
.main_content .webcams.row ~ .webcams.row {
  padding-bottom: 50px;
}
.webcams .col-md-3 {
  padding: 0;
}
.webcam-panel {
  background: #4a99c6;
  display: table;
  margin-top: 20px;
  margin-bottom: 20px;
}
.webcam-panel.col-md-12 {
  padding-left: 0;
}
.webcam-panel i {
  background: #242b2e;
  display: table-cell;
  padding: 0 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 2.2em;
  color: #FFF;
}
.webcam-panel p {
  color: #FFF;
  padding: 15px;
  margin: 0;
}
[id=meteo] .col-lg-6 {
  border: 1px solid #eeeeee;
  min-height: 100px;
}
[id=meteo] i,
#meteo a.textpetit,
#meteo span {
  display: block;
  text-align: center;
}
[id=meteo] i {
  font-size: 1.7em;
  padding-top: 5px;
}
[id=meteo] a.textpetit {
  color: #6b7072;
  font-size: 0.8em;
  line-height: 1.4em;
  min-height: 30px;
}
[id=meteo] span {
  font-size: 1.15em;
  color: #4a99c6;
}
iframe.viewsurf {
  min-height: 350px;
  padding: 0;
  border: none;
}
.icon-up:before {
  color: #4a99c6;
}
[id=meteo] .DirVent {
  padding: 0px;
}
[id=meteo] .DirVent span {
  font-size: 1em;
  color: #4a99c6;
}
.icon-up.NNE:before {
  content: '\e826';
  transform: rotate(202.5deg);
}
.icon-up.NE:before {
  content: '\e826';
  transform: rotate(225deg);
}
.icon-up.ENE:before {
  content: '\e826';
  transform: rotate(247.5deg);
}
.icon-up.E:before {
  content: '\e826';
  transform: rotate(270deg);
}
.icon-up.ESE:before {
  content: '\e826';
  transform: rotate(292.5deg);
}
.icon-up.SE:before {
  content: '\e826';
  transform: rotate(315deg);
}
.icon-up.SSE:before {
  content: '\e826';
  transform: rotate(337deg);
}
.icon-up.S:before {
  content: '\e826';
}
.icon-up.SSO:before {
  content: '\e826';
  transform: rotate(22.5deg);
}
.icon-up.SO:before {
  content: '\e826';
  transform: rotate(45deg);
}
.icon-up.OSO:before {
  content: '\e826';
  transform: rotate(67.5deg);
}
.icon-up.O:before {
  content: '\e826';
  transform: rotate(90deg);
}
.icon-up.ONO:before {
  content: '\e826';
  transform: rotate(112.5deg);
}
.icon-up.NO:before {
  content: '\e826';
  transform: rotate(135deg);
}
.icon-up.NNO:before {
  content: '\e826';
  transform: rotate(157.5deg);
}
.icon-up.N:before {
  content: '\e826';
  transform: rotate(180deg);
}
.view {
  overflow: hidden;
  position: relative;
  text-align: center;
  /*box-shadow: 0px 0px 5px #aaa;*/
  cursor: default;
}
.view .mask,
.view .content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
}
.view img {
  display: block;
  position: relative;
  height: auto;
  max-width: 100%;
}
.third-effect .mask {
  opacity: 0;
  overflow: visible;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.third-effect a.info {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s ease-in-out;
  -moz-transition: opacity 0.3s 0s ease-in-out;
  -o-transition: opacity 0.4s 0s ease-in-out;
  -ms-transition: opacity 0.3s 0s ease-in-out;
  transition: opacity 0.3s 0s ease-in-out;
  color: #FFF;
  width: 100%;
  height: 100%;
}
.third-effect a.info span {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  top: 50%;
  left: 0;
}
.third-effect:hover .mask {
  opacity: 1;
  background: rgba(74, 153, 198, 0.7);
}
.third-effect:hover a.info {
  opacity: 1;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media (max-width: 1200px) {
  .wrapper-content {
    width: 580px;
  }
  [id=wrapper-webcam].wrapper-content-open {
    right: -580px;
  }
  [id=wrapper-webcam] {
    width: 625px;
  }
  #wrapper-webcam .mask3 {
    top: 260px;
    left: 0px;
  }
  #wrapper-webcam .mask4 {
    top: 260px;
    left: 290px;
  }
}
.col-md-7 {
  padding-right: 30px;
}
.article {
  margin-right: -30px;
}
.col-md-5:after {
  background: #cccccc;
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -5;
  left: 0;
  margin-bottom: -50px;
}
.col-md-7:after {
  background: #cccccc;
  width: 71.4%;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -5;
  right: -71.3%;
  margin-bottom: -50px;
}
.medialink .col-md-12,
.medialink .col-md-6,
.medialink .col-md-3 {
  padding-right: 0;
  padding-left: 0;
}
.medialink .col-md-6,
.medialink .col-md-3 {
  border-top: 1px solid #cccccc;
}
.medialink .col-md-6:nth-child(even),
.medialink .col-md-3 {
  border-left: 1px solid #cccccc;
}
.bouton {
  background: #242b2e;
  text-align: center;
  display: table;
  width: 100%;
  height: 90px;
}
.bouton span {
  color: #FFF;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.bouton span:hover {
  background: #4a99c6;
}
.article a {
  line-height: inherit;
}
.page-header {
  margin: 40px 0 0;
}
.article span.icon {
  padding-right: 0;
  padding-left: 0.2em;
}
.info-header strong {
  color: #808080;
}
.equipe strong {
  color: #000;
}
.info-header dd,
.equipe {
  color: #9e9e9e;
}
.info-header {
  padding: 10px 0 0 10px;
  float: left;
}
.info-header dl {
  margin-bottom: 10px;
}
.article header {
  margin-bottom: 50px;
  border-bottom: 1px solid #eeeeee;
}
.page-header + p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.gdPhoto {
  float: right;
}
.view {
  overflow: hidden;
  position: relative;
  text-align: center;
  /*box-shadow: 0px 0px 5px #aaa;*/
  cursor: default;
}
.view .mask {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.view img {
  display: block;
  position: relative;
}
.col-md-12 .mask,
.first-effect a.info {
  min-height: 350px;
  width: 100%;
}
.col-md-6 .mask {
  min-height: 100px;
  width: 100%;
}
.first-effect .mask {
  opacity: 0;
  overflow: visible;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(300px);
  -ms-transform: translateY(300px);
  transform: translateY(300px);
}
.first-effect a.info {
  opacity: 0;
  color: #FFF;
  text-decoration: none;
  -webkit-transition: opacity 0.3s 0s ease-in-out;
  -moz-transition: opacity 0.3s 0s ease-in-out;
  -o-transition: opacity 0.4s 0s ease-in-out;
  -ms-transition: opacity 0.3s 0s ease-in-out;
  transition: opacity 0.3s 0s ease-in-out;
}
.info h2 {
  color: #FFF;
  text-align: left;
  padding: 20px 0 0 20px;
  text-transform: uppercase;
  font-size: 1.8rem;
}
.col-md-6 .info h2 {
  padding: 10px 0 0 10px;
}
.first-effect:hover .mask {
  opacity: 1;
  cursor: pointer;
  background: url('../img/expand.png') 92% 92% no-repeat rgba(74, 153, 198, 0.7);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.first-effect:hover a.info {
  display: block;
  opacity: 1;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media (min-width: 768px) and (max-width: 979px) {
  .col-md-5:after,
  .col-md-7:after {
    display: none;
  }
  .gdPhoto {
    float: none;
  }
  .gdPhoto,
  .photos {
    padding-left: 30px;
  }
  .medialink {
    margin-top: 30px;
  }
  .col-sm-2,
  .col-sm-4 {
    border-left: 1px solid #cccccc;
  }
}
@media (min-width: 980px) and (max-width: 1599px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1600px;
    margin-left: 0;
  }
}
.fancybox-title dt {
  width: 200px;
}
.fancybox-title dd {
  margin-left: 210px;
}
.archives {
  background: #f6f2ed;
  font-family: georgia;
  margin-bottom: 15px;
}
.tab-content {
  box-shadow: 3px 8px 10px -2px rgba(0, 0, 0, 0.4);
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.nav-tabs {
  border: none;
  margin-top: 30px;
}
.nav-tabs > li.historique {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: -5px;
}
.nav-tabs > li.historique > a {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding-right: 40px;
  padding-left: 15px;
}
.nav-tabs > li.historique > a:hover,
.nav-tabs > li.historique > a:focus {
  background: none;
}
.nav-tabs > li.historique > a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px 5px 0 0;
  background: #eee;
  box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.05);
  content: '';
  -webkit-transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
  transform: perspective(5px) rotateX(0.93deg) translateZ(-1px);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.nav-tabs > li.historique.active > a:after {
  box-shadow: none;
  background: #f6f2ed;
}
.nav-tabs > li.historique.active > a,
.nav-tabs > li.historique.active > a:hover,
.nav-tabs > li.historique.active > a:focus {
  border: none;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background: none;
}
.deuxcolumns {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  -o-column-gap: 20px;
  column-gap: 20px;
  margin-top: 30px;
}
.troiscolumns {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  -o-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-rule-width: 1px;
  -webkit-column-rule-color: #cfcfcf;
  -webkit-column-rule-style: dotted;
  -moz-column-rule-width: 1px;
  -moz-column-rule-color: #cfcfcf;
  -moz-column-rule-style: dotted;
  -o-column-rule-width: 1px;
  -o-column-rule-color: #cfcfcf;
  -o-column-rule-style: dotted;
  column-rule-width: 1px;
  column-rule-color: #cfcfcf;
  column-rule-style: dotted;
  margin-bottom: 50px;
  padding-top: 30px;
}
.troiscolumns > p:first-of-type:first-letter {
  float: left;
  font-size: 48px;
  padding: 10px;
}
.lettrineCorrect ~ p:first-of-type:first-letter {
  margin-left: -7%;
}
figure {
  float: left;
  width: 80%;
  display: block;
  padding: 6px;
  background: white;
  margin: 10px 10% 10px 10%;
  border: solid 1px #cccccc;
}
figcaption {
  font-size: .8em;
  padding: 6px 8px;
  display: block;
  text-align: center;
  font-style: italic;
}
figcaption p {
  margin: 0;
}
header .historique {
  margin-bottom: 0;
}
.biblio {
  margin-top: 80px;
}
.historique .carousel-inner {
  height: 470px;
  background: #f6f2ed;
  font-family: georgia, serif;
}
.historique .slide-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 90%;
  overflow-y: scroll;
  height: 470px;
}
.historique .carousel-control {
  width: 5%;
  color: #6b7072;
}
.historique .carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.historique .carousel-indicators li {
  border: 1px solid red;
}
.historique .carousel-indicators {
  bottom: -80px;
  left: 0;
  margin-left: 0;
  width: 100%;
  background: #e9e9e9;
  z-index: 0;
  box-shadow: inset 1px 1px 7px rgba(0, 0, 0, 0.3);
}
.historique .carousel-indicators li {
  border: none;
  border-radius: inherit;
  cursor: pointer;
  display: inline-block;
  height: 70px;
  margin: 0px;
  padding: 15px 0;
  opacity: .9;
  text-indent: 0;
  text-align: center;
}
.historique .carousel-indicators li + li:after {
  background-color: rgba(204, 204, 204, 0.8);
  content: "";
  display: block;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.8);
  height: 70px;
  left: 0px;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 22;
}
/*.historique .carousel-indicators li:first-child:after {
    background: none;
    box-shadow: none;
}*/
.historique .carousel-indicators li p {
  text-align: center;
  margin: 0;
}
.historique .carousel-indicators li span {
  font-size: 12px;
  text-align: center;
}
.historique .carousel-indicators .col-sm-1 {
  width: 16.6666%;
  /*8.33333333%;*/
}
.historique .carousel-indicators .active {
  background-color: #cccccc;
  box-shadow: inset 2px 2px 7px rgba(0, 0, 0, 0.3);
}
.historique .carousel-indicators .active:before {
  top: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #f6f2ed;
  border-width: 15px;
  margin-left: -15px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .troiscolumns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
  }
  .historique .carousel-indicators li,
  .historique .carousel-indicators li:after {
    height: 85px;
  }
  .lettrineCorrect ~ p:first-of-type:first-letter {
    margin-left: 0;
  }
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.img-rounded {
  border-radius: 3px;
}
.img-thumbnail {
  background-color: #fff;
  border: 1px solid #ededf0;
  border-radius: 3px;
  display: inline-block;
  height: auto;
  line-height: 1.428571429;
  max-width: 100%;
  moz-transition: all 0.2s ease-in-out;
  o-transition: all 0.2s ease-in-out;
  padding: 2px;
  transition: all 0.2s ease-in-out;
  webkit-transition: all 0.2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
.timeline-centered {
  position: relative;
  margin-bottom: 30px;
}
.timeline-centered:before,
.timeline-centered:after {
  content: " ";
  display: table;
}
.timeline-centered:after {
  clear: both;
}
.timeline-centered:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  background: #f5f5f6;
  left: 50%;
  top: 20px;
  bottom: 20px;
  margin-left: -4px;
}
.timeline-centered .timeline-entry {
  position: relative;
  width: 50%;
  float: right;
  margin-bottom: 10px;
  /*70px;*/
  clear: both;
}
.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}
.timeline-centered .timeline-entry:after {
  clear: both;
}
.timeline-centered .timeline-entry.begin {
  margin-bottom: 0;
}
.timeline-centered .timeline-entry.left-aligned {
  float: left;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
  margin-left: 0;
  margin-right: -8px;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
  left: auto;
  right: -220px;
  /*-100px;*/
  text-align: left;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
  float: right;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
  margin-left: 0;
  margin-right: 70px;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -9px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.timeline-centered .timeline-entry .timeline-entry-inner {
  position: relative;
  margin-left: -12px;
}
.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  content: " ";
  display: table;
}
.timeline-centered .timeline-entry .timeline-entry-inner:after {
  clear: both;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
  position: absolute;
  left: -250px;
  /*-100px;*/
  text-align: right;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
  display: block;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
  font-size: 15px;
  font-weight: bold;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
  font-size: 12px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
  background: #fff;
  color: #737881;
  display: block;
  width: 20px;
  height: 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 50%;
  /*text-align: center;*/
  -moz-box-shadow: 0 0 0 5px #f5f5f6;
  -webkit-box-shadow: 0 0 0 5px #f5f5f6;
  box-shadow: 0 0 0 5px #f5f5f6;
  /*line-height: 40px;*/
  font-size: 15px;
  float: left;
}
/*.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
    background-color: #303641;
    color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
    background-color: #ee4749;
    color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color: #00a651;
    color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color: #21a9e1;
    color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color: #fad839;
    color: #fff;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
    background-color: #cc2424;
    color: #fff;
}*/
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
  position: relative;
  background: #f5f5f6;
  padding: 1.7em;
  margin-left: 70px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent #f5f5f6 transparent transparent;
  left: 0;
  top: 10px;
  margin-left: -9px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
  color: #737881;
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  margin: 0;
  line-height: 1.428571429;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
  margin-top: 15px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
  color: #303641;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
  -webkit-opacity: .6;
  -moz-opacity: .6;
  opacity: .6;
  -ms-filter: alpha(opacity=60);
  filter: alpha(opacity=60);
}
/* BOOSTRAP CUSTOMIZATION
================================================== */
/* accordeon */
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-heading .accordion-toggle:after {
  /* symbol for "opening" panels */
  font-family: 'font_picmidi';
  content: '\e821';
  float: right;
}
/** expand the link to fill the whole tab **/
.panel-title a {
  display: block;
  padding: 10px 15px;
  margin: -10px -15px;
  outline: none;
}
.panel-heading .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" panels */
  content: '\e823';
}
.accordion-toggle i {
  margin-right: 10px;
}
.introjs-tooltip {
  max-width: 400px;
  min-width: 300px;
  padding: 20px;
}
.introjs-tooltip h3 {
  margin: 0;
  padding-bottom: 5px;
  border-bottom: dotted 1px #cccccc;
}
.introjs-tooltip h4 {
  color: #4a99c6;
  text-align: center;
  font-size: 22px;
}
.introjs-helperNumberLayer {
  height: 25px;
  width: 25px;
  line-height: 14px;
}
.introjs-bullets ul li a {
  width: 10px;
  height: 10px;
}
.introjs-bullets ul li a.active {
  background: #4a99c6;
}
.introjs-button {
  -moz-user-select: none;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #fff;
  background-image: none;
  color: #333;
  text-shadow: none;
  text-decoration: none;
}
.introjs-button:hover {
  background-color: #4a99c6;
  color: #FFF;
  text-shadow: none;
}
.introjs-prevbutton {
  margin-right: 5px;
  border: 1px solid #d4d4d4;
}
.introjs-button:focus,
.introjs-button:active {
  background: #FFF;
  text-decoration: none;
  outline: 0;
  color: #333;
}
.introjs-button:focus:hover,
.introjs-button:active:hover {
  background-color: #4a99c6;
  color: #FFF;
  text-shadow: none;
}
.introjs-disabled,
.introjs-disabled:hover,
.introjs-disabled:focus {
  color: #6b7072;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background: #eee;
  text-decoration: none;
}
.googleMaps {
  float: right;
}
@media (min-width: 768px) and (max-width: 979px) {
  .googleMaps {
    float: none;
    height: 300px;
    overflow: hidden;
  }
}
.plus_plateforme {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  color: #6b7072;
  font-size: 18px;
  line-height: 1;
  padding: 0 7px 0 7px;
}
.plus_plateforme:hover,
.plus_plateforme:focus,
.plus_plateforme.active {
  transition: all 0.2s ease 0.2s;
  box-shadow: none;
  background: rgba(74, 153, 198, 0.8);
  color: #FFF;
  text-decoration: none;
}
#plus_plateforme1 {
  position: absolute;
  top: 14%;
  left: 60%;
}
#plus_plateforme2 {
  position: absolute;
  top: 6%;
  left: 72%;
}
#plus_plateforme3 {
  position: absolute;
  top: 25%;
  left: 58%;
}
#plus_plateforme4 {
  position: absolute;
  top: 73%;
  left: 75%;
}
#plus_plateforme5 {
  position: absolute;
  top: 52%;
  left: 35%;
}
#plus_plateforme6 {
  position: absolute;
  top: 63%;
  left: 33%;
}
#plus_plateforme7 {
  position: absolute;
  top: 33%;
  left: 24%;
}
#plus_plateforme8 {
  position: absolute;
  top: 28%;
  left: 3%;
}
#plus_plateforme9 {
  position: absolute;
  top: 20%;
  left: 31%;
}
p.plateforme {
  margin-bottom: 50px;
}
.def {
  /*border-bottom: 1px dotted @grisClair;*/
  padding: 10px;
  color: #cccccc;
  display: list-item;
  text-align: justify;
}
.def:last-child {
  border-bottom: none;
}
.def:target,
.def:hover,
.def:focus,
.def.active,
.link.active {
  transition: all 0.2s ease 0.2s;
  color: #000;
  background: rgba(74, 153, 198, 0.5);
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.link {
  padding: 5px 5px 5px 25px;
  color: #cccccc;
}
.link:hover,
.link.active {
  color: #6b7072;
  background: #EEE;
}
.link.active {
  display: block;
}
@media (min-width: 768px) and (max-width: 979px) {
  .navbar-right > li {
    display: inline-block;
    float: right;
  }
  .def:first-child {
    margin-top: 10px;
  }
  .def:last-child {
    border-bottom: 1px dotted #cccccc;
  }
  .def[href="#plus_plateforme9"] {
    border-bottom: none;
  }
}
/* blocks that needs to be placed under floats */
.clear,
.line,
.row {
  clear: both;
}
/* blocks that must contain floats */
.clearfix:after,
.line:after {
  content: "";
  display: table;
  clear: both;
}
/* right (or ending) elements */
.right,
.end {
  float: right;
}
.left,
.start {
  float: left;
}
.transparent {
  background: none;
}
html {
  height: 100%;
}
body {
  /*background: url('../img/1.jpg') no-repeat;*/
  background-size: 100%;
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100%;
}
a {
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  font-size: 1em;
  line-height: 2em;
}
h1 {
  color: #4a99c6;
}
h2 {
  color: #6b7072;
}
h3 {
  margin-bottom: 20px;
  margin-top: 50px;
}
/*a:active, a:focus{
      outline:none;
}*/
.main {
  overflow: hidden;
}
p {
  text-align: justify;
}
li {
  list-style: none;
}
.imageMap {
  /*position: relative;
    top: 50px;
     left: 50px;
    z-index: 1;*/
}
.btn.reel-annotation {
  background: rgba(74, 153, 198, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  color: #FFF;
  font-size: 18px;
  line-height: 1;
  padding: 0 5px 3px;
}
.btn:active,
.btn.active {
  background-color: none;
}
.btn:hover,
.btn:focus {
  box-shadow: none;
  background: rgba(74, 153, 198, 0.8);
}
.col-md-12.main {
  padding-left: 0;
  padding-right: 0;
}
.main_content {
  position: relative;
  top: 50px;
  overflow: auto;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
.main_content.col-sm-10,
.main_content.col-md-11 {
  padding-left: 30px;
  padding-right: 30px;
}
#intro {
  position: absolute;
  top: 45%;
  left: 45%;
}
.bonjour {
  width: 600px;
  height: 400px;
  background: /*#FFF;*/ rgba(255, 255, 255, 0.85);
  border: 1px solid #cccccc;
  box-shadow: 0 0 5px #cccccc;
  position: absolute;
  top: 35%;
  left: 35%;
  /*margin: -400px 0 0 -400px;*/
  z-index: 5000;
  text-align: center;
}
.bonjour .btn-default {
  background-image: none;
  margin-top: 20px;
}
.bonjour .btn-default:hover {
  color: #FFF;
  text-shadow: none;
  background: #4a99c6;
}
.bonjour p {
  text-align: center;
  font-size: 1.1em;
}
.bonjour h3 {
  color: #4a99c6;
}
.orientation {
  display: none;
  padding: 15px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 979px) {
  .main_content {
    padding-bottom: 50px;
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) and (orientation: portrait) {
  .orientation {
    display: block;
    width: 600px;
    height: 400px;
    border: 1px solid #cccccc;
    box-shadow: 0 0 5px #cccccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -300px;
    z-index: 50000;
  }
}
@media (min-width: 980px) {
  .orientation {
    visibility: hidden;
  }
}
