#btn_video {
    position: fixed;
    z-index: 10000;
    left: 15px;
    top: 15px;
}

#pop {
    font-size: 0px;
    width: 80px;
    height: 80px;
    display: block;
    cursor: pointer;
}


@-webkit-keyframes heartBeat {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    14% {
      -webkit-transform: scale(1.08);
      transform: scale(1.08);
    }
  
    28% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    42% {
      -webkit-transform: scale(1.08);
      transform: scale(1.08);
    }
  
    70% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  @keyframes heartBeat {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    14% {
      -webkit-transform: scale(1.08);
      transform: scale(1.08);
    }
  
    28% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    42% {
      -webkit-transform: scale(1.08);
      transform: scale(1.08);
    }
  
    70% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  }
  
  .heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }


.hero-1 .front-content p {font-family:'Open Sans', sans-serif; }

.rose {color: #e4337b;}

#about p {
    font-size: 1.5em;
    text-align: center;
}

#about p a {
    color: #000;
}

#about p a:hover {
    color: #e4337b;
}

.subscribe-form input {
    font-size: 13px;
}

#overlay.open .overlay.active.slide-from-bottom {
     background-image: url(../images/bg-sennfine.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.hero-1 .front-content h1 span {
    color: #ffda00;
}

#about div.open-overlay {
    border-color: #000;
}
#about div.open-overlay i {
    color: #000;
}

#plaquette {
    color: #fff;
    border:1px solid #66c1cc;
    background: #66c1cc;
    display: block;
    font-size: 13px;
    line-height: 40px;
    width: 185px;
    height: 40px;
    margin: 24px auto 30px auto;
    -webkit-transition: all .6s ease 0s;
            transition: all .6s ease 0s;
}

#plaquette:hover {
    background: transparent;
    color: #66c1cc;  
}

.bloc-video {
    display: inline-block;
    max-width: 100%;
    height: auto;
}


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

.bloc-video h3 {
    color: #000;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 5px;
}

@media only screen and (min-width:767px) {
    .bloc-video iframe {
        width: 480px;
        height: 270px;
    }

}