/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.kayn-lflow {
  background-color: #333333;
  color: #ffffff;
  /***
    Single template
   */
}
.kayn-lflow > .cd-main-content > .container {
  overflow: hidden;
}
.kayn-lflow .btn-je-participe {
  background-color: #ec1c24;
  color: #ffffff;
}
.kayn-lflow .btn-je-participe:hover {
  background-color: #dd3e2a;
}
.kayn-lflow header {
  background: url("../img/header.png") center center repeat-x;
  background-size: contain;
  height: 800px;
  position: relative;
  overflow: hidden;
}
.kayn-lflow header .logo-kaynlflow {
  margin-left: 30px;
}
.kayn-lflow header .bg-effect {
  background: url("../img/header-mask.png") center center no-repeat;
  background-size: cover;
  opacity: 0.7;
  position: absolute;
  z-index: 25;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.kayn-lflow header .bg-singer {
  background: url("../img/singer.png") center bottom no-repeat;
  background-size: contain;
  font-size: 14px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: -18em;
  width: 67em;
  height: 46em;
}
.kayn-lflow header .image-1 {
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 20;
}
.kayn-lflow header .image-2 {
  position: absolute;
  left: 34%;
  top: 35%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 25;
}
.kayn-lflow header > .row {
  position: relative;
  z-index: 30;
}
.kayn-lflow header .top-header {
  background-color: transparent;
  position: relative;
}
.kayn-lflow header .top-header .btn-kaynlflow-menu {
  position: absolute;
  bottom: -10px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 18px;
}
.kayn-lflow header .top-header .btn-kaynlflow-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.kayn-lflow header .top-header .btn-kaynlflow-menu:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
}
.kayn-lflow header .top-header .btn-kaynlflow-menu span, .kayn-lflow header .top-header .btn-kaynlflow-menu:before, .kayn-lflow header .top-header .btn-kaynlflow-menu:after {
  background-color: #ffffff;
  display: block;
  width: 100%;
  height: 3px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.kayn-lflow header .btn-je-participe {
  width: 100%;
}
.kayn-lflow .klf-search {
  position: relative;
  margin-right: 30px;
}
.kayn-lflow .klf-search .txt-field {
  height: 44px;
  width: 100%;
  position: relative;
  z-index: 1;
  border: 2px solid #515050;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  background-color: transparent;
  display: block;
  outline: none;
  line-height: 40px;
  padding: 0 20px;
}
.kayn-lflow .klf-search .btn-field {
  position: absolute;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 10;
  right: 4px;
  top: 4px;
  border: none;
  background-color: transparent;
}
.kayn-lflow .klf-search:after {
  content: "\e92f";
  font-family: "sgmaroc", sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
  position: absolute;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #515050;
  z-index: 5;
  right: 4px;
  top: 4px;
  border: none;
  background-color: transparent;
}
.kayn-lflow section {
  min-height: 300px;
  padding-top: 150px;
  position: relative;
  z-index: 30;
}
.kayn-lflow section > .row {
  position: relative;
  z-index: 100;
}
.kayn-lflow section.red {
  background: url("../img/bg-red.png") top center no-repeat;
  background-size: cover;
  margin-top: -200px;
  z-index: 30;
}
.kayn-lflow section.red:after {
  content: "";
  background: url("../img/bg-red-footer.png") bottom center no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 280px;
  left: 0;
  bottom: -155px;
}
.kayn-lflow section.black {
  z-index: 25;
}
.kayn-lflow section.black.up {
  background: url("../img/bg-black-up.png") top center no-repeat;
  background-size: cover;
  margin-top: -200px;
  z-index: 30;
}
.kayn-lflow section.black.down {
  background: url("../img/bg-black.png") center center no-repeat;
  background-size: cover;
  padding-bottom: 150px;
}
.kayn-lflow section.gray {
  background: #dee2e3 url("../img/bg-gray-rp-2.png") center center repeat-y;
  background-size: contain;
  margin: 0;
  z-index: 30;
  padding: 0 0 50px 0;
}
.kayn-lflow section.gray:before {
  content: "";
  background: url("../img/gray-bg-top.png") top center no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 280px;
  left: 0;
  top: -130px;
}
.kayn-lflow #comment-ca-marche {
  text-align: center;
}
.kayn-lflow #comment-ca-marche h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
}
.kayn-lflow #instrumental {
  text-align: center;
}
.kayn-lflow #instrumental .btn-telechager-instrumental {
  background-color: #282828;
  border: 2px solid #fefefe;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  height: 44px;
  line-height: 40px;
  padding: 0 30px;
  margin: 0 15px;
}
.kayn-lflow #instrumental #je-participe {
  margin: 0 15px;
}
.kayn-lflow #participants > div {
  position: relative;
  z-index: 10;
}
.kayn-lflow #participants .dots-box1 {
  position: absolute;
  display: block;
  width: 70px;
  height: 100px;
  background-image: radial-gradient(#ec1c24 22%, transparent 26%);
  background-position: -10px 0, 10px 10px;
  background-size: 20px 20px;
  left: 0;
  top: -60px;
}
.kayn-lflow #participants .dots-box2 {
  position: absolute;
  display: block;
  width: 76px;
  height: 128px;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(#ec1c24 26%, transparent 30%);
  background-position: 0 0, 20px 20px;
  background-size: 30px 30px;
}
.kayn-lflow #participants .participations {
  padding: 0 70px;
  text-align: center;
}
.kayn-lflow #participants .participations .row > div {
  margin-top: 15px;
  margin-bottom: 15px;
}
.kayn-lflow #participants .participations .participation {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  align-items: center;
}
.kayn-lflow #participants .participations .participation .klf-user {
  width: 120px;
  height: auto;
  max-width: 120px;
  max-height: 120px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #3f3f3f;
  margin-bottom: 10px;
}
.kayn-lflow #participants .participations .participation .klf-name {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ec1c24;
  padding: 5px 0;
  line-height: 18px;
}
.kayn-lflow #participants .participations .participation .klf-votes-count {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  color: #3f3f3f;
  padding: 5px 0;
}
.kayn-lflow #participants .participations .participation .btn {
  margin-top: 5px;
  padding-left: 30px;
  padding-right: 30px;
}
.kayn-lflow #participants .kaynflow-sort-form {
  text-align: center;
  color: #000000;
  max-width: 320px;
  margin: auto;
  font-size: 16px;
  margin-bottom: 30px;
}
.kayn-lflow #participants .kaynflow-sort-form select {
  background-color: #ec1c24;
  width: 140px;
  color: #ffffff;
  height: 30px;
  padding: 0 15px;
  border: none;
  font-size: 14px;
  margin-left: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.kayn-lflow #participants .kaynflow-sort-form select option {
  background-color: #ec1c24;
}
.kayn-lflow #participants .pagination {
  margin: 40px auto 0 auto;
}
.kayn-lflow #participants .pagination .nav-links {
  position: relative;
  margin: auto;
}
.kayn-lflow #participants .pagination .nav-links span.current {
  padding: 10px 12px;
  background: #777;
  display: block;
  line-height: 1;
  border-radius: 4px;
  color: #fff;
}
.kayn-lflow #participants .pagination .nav-links .page-numbers {
  padding: 10px 12px;
  background: #ec1c24;
  color: #ffffff;
  text-decoration: none;
  border-radius: 3px;
  display: block;
  line-height: 1;
  list-style: none;
  margin: 0 10px 0 0;
  float: left;
  font-size: 14px;
}
.kayn-lflow #participants .pagination .nav-links .page-numbers:hover {
  background: #c51017;
  color: #fff;
}
.kayn-lflow #participants .confirmation {
  margin: auto;
  max-width: 640px;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 20px;
  color: #333333;
  background-color: #ffede8;
  border: 1px solid #ca2a1b;
}
.kayn-lflow #participants .confirmation.success {
  background-color: #f2ffeb;
  border: 1px solid #2eb170;
}
.kayn-lflow #participation {
  padding-bottom: 140px;
  text-align: center;
}
.kayn-lflow #participation .section-content h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 30px;
}
.kayn-lflow #participation .section-content .votes-count {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
  color: #ec1c24;
  font-size: 26px;
  text-align: center;
  font-weight: 600;
}
.kayn-lflow #participation .section-content .sharing-link-container {
  max-width: 460px;
  margin: auto;
  height: 40px;
  padding: 0 30px;
  position: relative;
}
.kayn-lflow #participation .section-content .sharing-link-container > a {
  display: block;
  height: 30px;
  border-left: 1px solid #666666;
  font-size: 12px;
  color: #999999;
  text-transform: uppercase;
  padding-left: 10px;
  line-height: 28px;
  position: absolute;
  right: 50px;
  top: 5px;
  z-index: 15;
  outline: none !important;
  text-decoration: none;
}
.kayn-lflow #participation .section-content .sharing-link-container > a img {
  margin-right: 8px;
}
.kayn-lflow #participation .section-content .sharing-link-container span {
  position: absolute;
  display: block;
  text-align: center;
  font-size: 11px;
  color: #999999;
  bottom: -20px;
  left: 50%;
  line-height: 12px;
  width: 140px;
  height: 20px;
  padding-top: 8px;
  margin-left: -70px;
  display: none;
}
.kayn-lflow #participation .section-content .sharing-link {
  position: relative;
  z-index: 10;
  background-color: #222222;
  border: 1px solid #666666;
  width: 100%;
  padding: 0 98px 0 20px;
  line-height: 40px;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: block;
  outline: none !important;
}
.kayn-lflow #vote-section > div {
  position: relative;
  z-index: 10;
}
.kayn-lflow #vote-section .dots-box1 {
  position: absolute;
  display: block;
  width: 70px;
  height: 100px;
  background-image: radial-gradient(#ec1c24 22%, transparent 26%);
  background-position: -10px 0, 10px 10px;
  background-size: 20px 20px;
  left: 0;
  top: -60px;
}
.kayn-lflow #vote-section .dots-box2 {
  position: absolute;
  display: block;
  width: 76px;
  height: 128px;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(#ec1c24 26%, transparent 30%);
  background-position: 0 0, 20px 20px;
  background-size: 30px 30px;
}
.kayn-lflow #vote-section .vote-form-container {
  padding: 0 30px;
  max-width: 800px;
  margin: auto;
}
.kayn-lflow #vote-section .vote-form-container h5 {
  font-family: "Montserrat", sans-serif;
  color: #ec1c24;
  font-size: 22px;
  text-align: center;
  font-weight: 600;
}
.kayn-lflow footer {
  background-color: #0e0e0e;
  border-top: 3px #b2aeaf solid;
  padding: 10px 0;
}
.kayn-lflow footer p {
  padding: 10px 30px;
  margin: 0;
  line-height: 20px;
  color: #919191;
}
.kayn-lflow footer p a {
  color: #919191;
  margin-right: 10px;
  font-size: 20px;
  text-decoration: none;
}
.kayn-lflow footer p a.fb:hover {
  color: #2f5778;
}
.kayn-lflow footer p a.ig:hover {
  color: #cc688f;
}
.kayn-lflow #kaynlflow-faq .kbf-accordion .panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  background-color: transparent;
}
.kayn-lflow #kaynlflow-faq .kbf-accordion .panel .panel-heading {
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
}
.kayn-lflow #kaynlflow-faq .kbf-accordion .panel .panel-heading .panel-title {
  position: relative;
  border: none;
  background-color: #d13039;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.kayn-lflow #kaynlflow-faq .kbf-accordion .panel .panel-heading .panel-title a {
  display: block;
  padding: 20px 60px 20px 20px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -ms-transition: all 150ms;
  -o-transition: all 150ms;
  transition: all 150ms;
  z-index: 4;
  position: relative;
  outline: none;
}
.kayn-lflow #kaynlflow-faq .kbf-accordion .panel .panel-heading .panel-title a:hover {
  color: #f9e1e4;
}
.kayn-lflow #kaynlflow-faq .kbf-accordion .panel .panel-heading .panel-title .icon {
  position: absolute;
  right: 20px;
  top: 50%;
  padding: 7px;
  width: 28px;
  height: 28px;
  margin-top: -14px;
  z-index: 1;
}
.kayn-lflow #kaynlflow-faq .kbf-accordion .panel .panel-heading .panel-title .icon span {
  box-sizing: border-box;
  transition: transform 0.3s;
  width: 12px;
  height: 12px;
  transform: rotate(180deg);
  position: relative;
  display: block;
}
.kayn-lflow #kaynlflow-faq .kbf-accordion .panel .panel-heading .panel-title .icon span::before {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 2px #fff;
  position: absolute;
  bottom: 5px;
  transform: rotate(90deg);
  transition: width 0.3s;
}
.kayn-lflow #kaynlflow-faq .kbf-accordion .panel .panel-heading .panel-title .icon span:hover::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-bottom: solid 2px #fff;
  position: absolute;
  bottom: 5px;
  transform: rotate(90deg);
}
.kayn-lflow #kaynlflow-faq .kbf-accordion .panel .panel-heading .panel-title .icon span::after {
  content: "";
  display: block;
  width: 12px;
  height: 0px;
  border-bottom: solid 2px #fff;
  position: absolute;
  bottom: 5px;
}
.kayn-lflow #kaynlflow-faq .kbf-accordion .panel .panel-heading .panel-title:hover a, .kayn-lflow #kaynlflow-faq .kbf-accordion .panel .panel-heading .panel-title.active a {
  color: #f9e1e4;
}
.kayn-lflow #kaynlflow-faq .kbf-accordion .panel .panel-heading .panel-title:hover .icon span, .kayn-lflow #kaynlflow-faq .kbf-accordion .panel .panel-heading .panel-title.active .icon span {
  transform: rotate(0deg);
}
.kayn-lflow #kaynlflow-faq .kbf-accordion .panel .panel-heading .panel-title:hover .icon span::before, .kayn-lflow #kaynlflow-faq .kbf-accordion .panel .panel-heading .panel-title.active .icon span::before {
  border-color: #fff;
}
.kayn-lflow #kaynlflow-faq .kbf-accordion .panel .panel-heading .panel-title:hover .icon span::before, .kayn-lflow #kaynlflow-faq .kbf-accordion .panel .panel-heading .panel-title.active .icon span::before {
  width: 0;
  height: 0;
  border-color: solid #fff;
  transform: rotate(90deg);
}
.kayn-lflow #kaynlflow-faq .kbf-accordion .panel .panel-heading .panel-title:hover .icon span::after, .kayn-lflow #kaynlflow-faq .kbf-accordion .panel .panel-heading .panel-title.active .icon span::after {
  border-color: #fff;
}
.kayn-lflow #kaynlflow-faq .kbf-accordion .panel .panel-body {
  padding-right: 0;
  border-top: 1px solid #dd3e2a !important;
}
.kayn-lflow #kaynlflow-faq .kbf-accordion .panel .panel-body p {
  font-size: 15px;
  color: #ffffff;
}
.kayn-lflow #kaynlflow-faq .kbf-accordion .panel .panel-body a {
  color: #ffffff;
  text-decoration: underline;
}
.kayn-lflow #kaynlflow-faq .kbf-accordion .panel .panel-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.kayn-lflow #kaynlflow-faq .kbf-accordion .panel .panel-body ul li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(60, 68, 87, 0.1);
}
.kayn-lflow #kaynlflow-faq .kbf-accordion .panel .panel-body ul li:first-child {
  padding-top: 0;
}
.kayn-lflow #kaynlflow-faq .kbf-accordion .panel .panel-body ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.kayn-lflow #kaynlflow-faq .kbf-accordion .panel .panel-body ul li a {
  color: #ffffff;
  text-decoration: underline;
  outline: none;
}
.kayn-lflow .video-container {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: auto;
}
.kayn-lflow .video-container::before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 16:9 aspect ratio (divides height by width) */
}
.kayn-lflow #youtube-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.kayn-lflow .video-player-container {
  width: 100%;
  height: 150px;
}
.kayn-lflow .klf-play-button {
  display: block;
  background: rgb(144, 17, 22);
  background: -moz-linear-gradient(0deg, rgb(144, 17, 22) 0%, rgb(203, 24, 31) 100%);
  background: -webkit-linear-gradient(0deg, rgb(144, 17, 22) 0%, rgb(203, 24, 31) 100%);
  background: linear-gradient(0deg, rgb(144, 17, 22) 0%, rgb(203, 24, 31) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a43a35",endColorstr="#d5534d",GradientType=1);
  width: 300px;
  height: 80px;
  line-height: 80px;
  margin: auto;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 40px;
  transition: all 250ms cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
.kayn-lflow .klf-play-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px;
  border: 3px solid transparent;
  background: linear-gradient(0, #CB181F, #901116) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.kayn-lflow .klf-play-button span,
.kayn-lflow .klf-play-button .icon {
  display: block;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
}
.kayn-lflow .klf-play-button span {
  width: 72%;
  line-height: inherit;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  left: 0;
  transition: all 250ms cubic-bezier(0.31, -0.105, 0.43, 1.4);
}
.kayn-lflow .klf-play-button .icon {
  width: 28%;
  right: 0;
  transition: all 250ms cubic-bezier(0.31, -0.105, 0.43, 1.4);
  line-height: 77px;
}
.kayn-lflow .klf-play-button .icon .fa {
  padding: 15px 10px 15px 15px;
  line-height: 24px;
  vertical-align: middle;
  transition: all 250ms cubic-bezier(0.31, -0.105, 0.43, 1.4), height 0.25s ease;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: inline-block;
  background: rgb(203, 24, 31);
  background: -moz-linear-gradient(138deg, rgb(144, 17, 22) 0%, rgb(203, 24, 31) 100%);
  background: -webkit-linear-gradient(138deg, rgb(144, 17, 22) 0%, rgb(203, 24, 31) 100%);
  background: linear-gradient(138deg, rgb(144, 17, 22) 0%, rgb(203, 24, 31) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#901116",endColorstr="#CB181F",GradientType=1);
}
.kayn-lflow .klf-play-button:hover span {
  left: -62%;
  opacity: 0;
}
.kayn-lflow .klf-play-button:hover .icon {
  width: 100%;
}
.kayn-lflow .klf-play-button:hover .icon .fa {
  height: 60px;
  width: 60px;
  margin-right: 0;
}
.kayn-lflow .klf-play-button:active {
  opacity: 1;
}
.kayn-lflow .klf-infos-pages {
  padding-right: 30px;
  font-size: 14px;
}
.kayn-lflow .klf-infos-pages a {
  color: #ec1c24;
}

/* --------
  POPUPS
 */
#kaynlflow-inscription .inscription-infos {
  background-color: #222222;
  color: #ffffff;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 50px;
}
#kaynlflow-inscription h4 {
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
#kaynlflow-inscription #consent-1 a {
  color: #AAAAAA;
}

#kaynlflow-menu .klf-search {
  margin: 0 20px 20px 20px;
}
#kaynlflow-menu ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  text-align: right;
  padding-right: 20px;
}
#kaynlflow-menu ul a {
  color: #ffffff;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  display: block;
  padding: 10px 0;
}

/* --------------------------------

Slide In Panel

-------------------------------- */
.cd-main-content {
  position: relative;
  z-index: 10;
}

.cd-panel {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.6s;
  transition: visibility 0s 0.6s;
  z-index: 20;
}

.cd-panel::after {
  /* overlay layer */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  cursor: pointer;
  -webkit-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.cd-panel.cd-panel--is-visible {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}

.cd-panel.cd-panel--is-visible::after {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: background 0.3s 0s;
  transition: background 0.3s 0s;
}

.cd-panel__header {
  position: fixed;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #000000;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
  -webkit-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  transform: translateY(-80px);
}

.cd-panel__header h6 {
  padding-left: 5%;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #ffffff;
  line-height: 50px;
}

.cd-panel--from-right .cd-panel__header {
  right: 0;
}

.cd-panel--from-left .cd-panel__header {
  left: 0;
}

.cd-panel--is-visible .cd-panel__header {
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

@media only screen and (min-width: 768px) {
  .cd-panel__header {
    width: 70%;
  }
  .cd-panel__header h6 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-panel__header {
    width: 50%;
  }
  #kaynlflow-menu .cd-panel__header {
    width: 30%;
  }
}
.cd-panel__close {
  position: absolute;
  top: 0;
  right: 5%;
  height: 100%;
  width: 60px;
  /* image replacement */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-color: #000000;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.cd-panel__close::before, .cd-panel__close::after {
  /* close icon created in CSS */
  content: "";
  position: absolute;
  top: 26px;
  left: 20px;
  height: 3px;
  width: 24px;
  background-color: #ffffff;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-panel__close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-panel__close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cd-panel__close:hover {
  background-color: #454545;
}

.cd-panel__close:hover::before, .cd-panel__close:hover::after {
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-panel__close:hover::before {
  -webkit-transform: rotate(220deg);
  -ms-transform: rotate(220deg);
  transform: rotate(220deg);
}

.cd-panel__close:hover::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-panel--is-visible .cd-panel__close::before {
  -webkit-animation: cd-close-1 0.6s 0.3s;
  animation: cd-close-1 0.6s 0.3s;
}

.cd-panel--is-visible .cd-panel__close::after {
  -webkit-animation: cd-close-2 0.6s 0.3s;
  animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes cd-close-1 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes cd-close-2 {
  0%, 50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.cd-panel__container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #000000;
  padding: 50px;
  color: #ffffff;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.cd-panel--from-right .cd-panel__container {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.cd-panel--from-left .cd-panel__container {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.cd-panel--is-visible .cd-panel__container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
  .cd-panel__container {
    width: 70%;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-panel__container {
    width: 50%;
  }
  #kaynlflow-menu .cd-panel__container {
    width: 30%;
  }
}
.cd-panel__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 100px 5% 50px 5%;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}

/* ------------
  MObile
 ----------*/
@media only screen and (max-width: 767px) {
  .kayn-lflow .container {
    padding: 0;
  }
  .kayn-lflow .container > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .kayn-lflow header {
    height: 680px;
    background-size: cover;
  }
  .kayn-lflow header .top-header .btn-kaynlflow-menu {
    top: -10px;
  }
  .kayn-lflow header .logo-kaynlflow {
    margin: auto;
    max-width: 180px;
  }
  .kayn-lflow header .image-1 {
    width: 260px;
    top: 45%;
  }
  .kayn-lflow header .image-2 {
    width: 120px;
    top: 32%;
  }
  .kayn-lflow header .bg-singer {
    font-size: 8px;
  }
  .kayn-lflow header #je-participe-2 {
    display: inline-block !important;
    z-index: 50;
    position: absolute;
    bottom: 170px;
    width: 200px;
    left: 50%;
    margin-left: -100px;
  }
  .kayn-lflow.single-kaynlflow header {
    height: 320px;
  }
  .kayn-lflow.single-kaynlflow header .image-1,
.kayn-lflow.single-kaynlflow header .image-2,
.kayn-lflow.single-kaynlflow header .image-3,
.kayn-lflow.single-kaynlflow header #je-participe-2 {
    display: none !important;
  }
  .kayn-lflow section {
    padding-top: 100px;
  }
  .kayn-lflow #instrumental {
    padding-top: 160px;
  }
  .kayn-lflow #instrumental .btn-telechager-instrumental {
    margin-bottom: 30px;
  }
  .kayn-lflow #participants {
    padding: 50px 20px 120px 20px;
  }
  .kayn-lflow #participants .participations {
    padding: 0 30px;
  }
  .kayn-lflow #participation {
    padding-bottom: 120px;
  }
  .kayn-lflow footer p {
    text-align: center;
  }
}

/*# sourceMappingURL=sg-kayn-lflow-public.css.map */
