* {
  scroll-behavior: smooth;
}
.alert-success {
  color: black !important;
  background-color: #32ffaa !important;
  border: none;
  text-align: center;
}
.alert{
  margin-bottom: 0 !important;
}

.alert p, .alert p a{
  font-family: 'Poppins', sans-serif !important;
  color: black !important;
}
.alert p a{
  text-decoration: underline;
}
.alert p a:hover{
  background-color: #adadad;
  font-weight: bold;
}

.icofont-ui-close{
color: black !important;
}

.close{
  opacity: 1 !important;
}

.no-padding > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
#retour{
  position: absolute;
  z-index: 1000;
  margin-left: -100px;
}
#retour:hover{
  text-decoration: underline;
}

#body {
  background-color: #F5F5F5 
}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 15px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #272239; /* Set a background color */
    color: rgb(255, 255, 255); /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 4px; /* Rounded corners */
    font-size: 10px; /* Increase font size */
}

#myBtn:hover {
    background-color:#655e7a; /* Add a dark-grey background on hover */
}
.service {
  background-color: #F5F5F5;
  opacity: 0.9; 
}
.testimonial {
  background-color: #F5F5F5;
  opacity: 0.9; 
}
#musee .col-md-6, #biographie .col-md-6 {
  background : #ffffff;
  opacity: 0.8;
  padding:30px;
}
#musee .col-md-6 p, #biographie .col-md-6 p {
color:#000000;
}


.link{
  transition:all 0.3s ease-in-out;
  -moz-transition:all 0.3s ease-in-out;
  -webkit-transition:all 0.3s ease-in-out;
}
.activites {
  background: url("../images/featue-bg3.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.hero-area h2  {
  color: white;
}
.titre {
  color: white;
  font-size: 28px;
  padding: 20px;
}
.btn-video{
  background: #655E7A;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 4px; 
}
.navigation {
    background: #fff;
    padding: 0px 0;
}

.navbar{
  margin-bottom: 0;
}
.icofont-simple-down{
  font-size: 1.7rem;
}

.nav > li > a, .navbar-nav .open .dropdown-menu > li > a {
  text-align: right;
}

#musee .col-md-6{
  opacity:0.85;
}

/* video */
@font-face {
  font-family: 'themefisher-font';
  src:  url('fonts/themefisher-font.eot?ug5hnh');
  src:  url('fonts/themefisher-font.eot?ug5hnh#iefix') format('embedded-opentype'),
    url('fonts/themefisher-font.ttf?ug5hnh') format('truetype'),
    url('fonts/themefisher-font.woff?ug5hnh') format('woff'),
    url('fonts/themefisher-font.svg?ug5hnh#themefisher-font') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="tf-"], [class*=" tf-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'themefisher-font' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: no-repeat;
    background-size: cover;
  }
.slider {
  padding: 200px 0 280px 0;
}

.container h1 {
    color: white;
}
.slider .block {
  height : 700px;
}
.hero-area, .feature {
  padding: 100px 0 100px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1f2532;
}

@media (max-width: 480px) {
  .hero-area {
    padding: 80px 0;
  }
}

.hero-area .block {
  color: #fff;
  padding-left: 30px;
}

@media (max-width: 480px) {
  .hero-area .block {
    padding: 0;
  }
}

.hero-area .block h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.hero-area .block p {
  color: #707d8f;
  margin-bottom: 20px;
}

.hero-area .block .list-inline {
  margin-top: 50px;
}

.hero-area .block .btn-main, .hero-area .block .btn-main-sm {
  margin-right: 8px;
}

.video-player iframe {
  width: 100%;
  height: 100%;
}


.video-player .play-icon {
  border:none;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.video-player .play-icon:hover i {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.video-player .play-icon i {
  margin-left: 3px;
  height: 80px;
  width: 80px;
  border-radius: 50px;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  background: #fff;
  color: #f0326b;
  line-height: 80px;
  font-size: 30px;
  margin-left: 5px;
}

.hero-area-video {
  height: 100vh;
  position: inherit !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-area-video .block {
  color: #fff;
  text-align: center;
}

.hero-area-video .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-area-video .block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.hero-area-video .block .btn-main, .hero-area-video .block .btn-main-sm {
  margin-top: 20px;
}
.html5-video-player:not(.ytp-transparent), .html5-video-player.ad-interrupting, .html5-video-player.ended-mode, .html5-video-player.ytp-fullscreen {
    background-color: #000;
}


.html5-video-player {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    font-family: "YouTube Noto",Roboto,Arial,Helvetica,sans-serif;
    color: #eee;
    text-align: left;
    direction: ltr;
    font-size: 11px;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    touch-action: manipulation;
    contain: strict;
    -ms-high-contrast-adjust: none;
}
.tf-ion-play:before {
  content: "\f215";
}
.tf-ion-playstation:before {
  content: "\f30a";
}
.tf-ion-plus-circled:before {
  content: "\f216";
}
.tf-ion-plus-round:before {
  content: "\f217";
}
.tf-ion-plus:before {
  content: "\f218";
}
.img-fluid {
    max-width: 100%;
    height: auto;
}


/* /////////  pages informations   /////////  */
.horaires{
  min-height: 340px;
}
/*.horaires i{
  text-align: center;
  color:black;
}*/
.tarifs{
  min-height: 401px;
}
.section p{
  color: #000000;
}

/* ///////  page actualités  ////// */
  
h3{
  padding-bottom: 9px
}
.img-responsive{

}
@media (max-width: 767px){

}
@media (max-width: 991px){
.img-full, .img-med{
  display:none;
}
.img-small{
  display:block;
}
}
@media (min-width: 992px){
.img-med{
  display:block;
}
.img-small, .img-full{
  display:none;
}
}
@media (min-width: 1199px){
.img-full{
  display:block;
}
.img-small, .img-med{
  display:none;
}
}
/* //////////// galerie ///////////// */

h2{
  font-size: 24px;
  text-align: center;
  padding-bottom: 20px;
}

/* //////////// contact ///////////// */
.block2{
  padding: 0 15px;;
}