/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
@font-face{
  font-family: "ptsans_bold";
  src: url("../fonts/ptsans_bold.ttf");
}

@font-face{
  font-family: "ptsans_regular";
  src: url("../fonts/ptsans_regular.ttf");
}

html, body {
	font-family: "ptsans_regular";
  color: #FFFFFF;
  height: 102%;
}

footer {
  font-family: "ptsans_regular";
    display: flex;
    justify-content: center;
    padding: 20px;
    background-color: #335faf;
    color: #FFFFFF;
}

section {
  width: 100%;
  height: 102%;
  position: relative;
 /* background-position: 30% 70%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  background-attachment: fixed;*/
  display: flex;
  align-items: center;
}

h1,h5 {
	font-family: "ptsans_bold";
}

h2,h3,h4 {
  color: #FFFFFF;
  font-family: "ptsans_bold";
}

.aos-item {
  width: 100%;
}

.slide {
  width: 50%;
  height: 102%;
  position: absolute;
  overflow: hidden;
  margin-left: 15%;
  background-position: 30% 70%;
  background-repeat: no-repeat;
  background-size: auto 80%;
  pointer-events: none;
  z-index: 1;
  /*background-attachment: fixed;*/
}

.image-rounded {
  width: 90%;
  height: 50%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;

}

.slide-search {
  background-image: url(https://kefa-app.com/assets/images/map2.png);
}

.image-search {
  background-image: url(https://kefa-app.com/assets/images/gradient-background/sport.png);
  -moz-border-radius: 50% / 250px;
  -webkit-border-radius:  500px;
}

.image-search-shadow {
  width: 100%;
  height:100%;
  background: rgb(0,104,90);
  background: linear-gradient(90deg, rgba(0,104,90,0) 0%, rgba(0,104,90,1) 100%);
}

.gradient-background-search {
  width: 100%;
  height: 100%;
  background: rgb(0,160,138);
  background: linear-gradient(90deg, rgba(0,160,138,1) 0%, rgba(16,73,169,1) 100%);
  position: relative;
}

.slide-publication {
  background-image: url(https://kefa-app.com/assets/images/event.png);
}

.image-publication {
  background-image: url(https://kefa-app.com/assets/images/gradient-background/party.png);
  -moz-border-radius: 50% / 250px;
  -webkit-border-radius:  500px;
}

.image-publication-shadow {
  width: 100%;
  height:100%;
  background: rgb(48,22,176);
  background: linear-gradient(90deg, rgba(48,22,176,0) 0%, rgba(48,22,176,1) 100%);
}

.gradient-background-publication {
  width: 100%;
  height: 100%;
  background: rgb(238,162,119);
  background: linear-gradient(90deg, rgba(238,162,119,1) 0%, rgba(215,58,114,1) 100%);
  position: relative;
}

.slide-share {
  background-image: url(https://kefa-app.com/assets/images/amis.png);
}

.image-share {
  background-image: url(https://kefa-app.com/assets/images/gradient-background/brocante.png);
  -moz-border-radius: 50% / 250px;
  -webkit-border-radius:  500px;
}

.image-share-shadow {
  width: 100%;
  height:100%;
  background: rgb(48,22,176);
  background: linear-gradient(90deg, rgba(48,22,176,0) 0%, rgba(17,51,114,1) 100%);
}

.gradient-background-share {
  width: 100%;
  height: 100%;
  background: rgb(51,95,175);
  background: linear-gradient(90deg, rgba(51,95,175,1) 0%, rgba(81,56,181,1) 100%);
  position: relative;
}

.slide-next {
  background-image: url(https://kefa-app.com/assets/images/profil.png);
}

.image-next {
  background-image: url(https://kefa-app.com/assets/images/gradient-background/culture.png);
  -moz-border-radius: 50% / 250px;
  -webkit-border-radius:  500px;
}

.image-next-shadow {
  width: 100%;
  height:100%;
  background: rgb(48,22,176);
  background: linear-gradient(90deg, rgba(48,22,176,0) 0%, rgba(48,22,176,1) 100%);
}

.gradient-background-next {
  width: 100%;
  height: 100%;
  background: rgb(100,11,171);
  background: linear-gradient(90deg, rgba(100,11,171,1) 0%, rgba(195,0,131,1) 100%);
  position: relative;
}

.slide-contactAndDownload {
  background-image: url(https://kefa-app.com/assets/images/launchscreen.png);
}

.image-contactAndDownload {
  background-image: url(https://kefa-app.com/assets/images/gradient-background/jeux.png);
  -moz-border-radius: 50% / 250px;
  -webkit-border-radius:  500px;
}

.image-contactAndDownload-shadow {
  width: 100%;
  height:100%;
  background: rgb(48,22,176);
  background: linear-gradient(90deg, rgba(48,22,176,0) 0%, rgba(84,143,14,1) 100%);
}

.gradient-background-contactAndDownload {
  width: 100%;
  height: 100%;
  background: rgb(0,182,79);
  background: linear-gradient(90deg, rgba(0,182,79,1) 0%, rgba(8,111,161,1) 100%);
  position: relative;
}


.section-text-right {
  margin: auto 10% 0 50%;
  padding: 40px;
  max-width: 650px;
  font-size: large;
}

.navbar {
  transition: background-color .5s ease-in-out;
  -moz-transition: background-color .5s ease-in-out;
  -webkit-transition: background-color .5s ease-in-out; 
  -o-transition: background-color .5s ease-in-out; 
}

.title {
	font-family: "ptsans_bold";
	margin-left: 10px;
}

.impair {
  background-color: #e3e3e3;
}

.pair {
  background-color: #ededed;
}

table {
  text-align: center;
}

td {
  color: #3e3d3d;
  text-align: center;
}

.td_language {
  padding: 10%;
  color: #3e3d3d;
  border-bottom: none;
  text-align: center;
}

.image_presentation {
  width: 280px;
  height: 550px;
}

.image_title {
  width: 100%;  
  height: 100vh;
 }

.topLogoDownload {
  height: 40px;
  width: 40px;
}

.logo_title {
  margin: 0 auto;
  background-size: cover;
  background-image: url("/assets/images/logo_K_blanc.png");
  height: 150px;
  width: 150px;
}

.bdg {
  width: 125px;
  height: 50px;
}

.imgPresentation {
  margin: auto;
  width: 250px;
}

.caption {
  right: 15%;
  bottom: 20px;
  left: 15%;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.img_darkmode {
  background-image: url("/assets/images/moon.png");
  margin-left: 25px;
  margin-top: 10px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.imgTitle {
  width: 100%;  
  height: 100vh;
  object-fit: cover;
  overflow: hidden;
}

.text_title {
  width: 100%;
  position: absolute;
  top: 30%;
  padding: 33px;
  text-align: center;
  font-size: xx-large;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  padding: 2px;
  border-radius: 100%;
}

.carousel-control-next, .carousel-control-prev {
  width: 5%
}

.box_shadow {
  top: 0%;
  position: absolute;
  width: 100%;  
  height: 100vh;
  background: rgba(0,0,0,0.25);
}

.btn-store {
  color: #FFFFFF;
  min-width: 220px;
  border-color: #FFFFFF !important;
}

.btn-store:focus, 
.btn-store:hover {
  color: #ffffff !important;
  background-color: #335faf;
  border-color: #335faf !important;
}

.btn-store .btn-label, 
.btn-store .btn-caption {
  display: block;
  text-align: left;
  line-height: 1;
}

.btn-store .btn-caption {
  font-size: 24px;
}

.social-label {
  margin: 10px;
  font-family: "ptsans_bold";
}

.social-icon .fa {
  padding: 10px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 30px;
  height: 30px !important;
  line-height: 1;
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  background: none
}

.social-icon:hover .fa {
    opacity: .8
}

.social-icon .fa-facebook {
    background-color: #3b5998
}

.social-icon .fa-google {
    background-color: #335faf
}

.social-icon .fa-twitter {
    background-color: #00aced
}

.social-icon .fa-youtube {
    background-color: #bb0000
}

.social-icon .fa-instagram {
    background-color: #8a3ab9
}

.social-icon-large {
    margin-right: 20px
}

.social-icon-large .fa {
    font-size: 25px;
    background: transparent;
    color: #000;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    height: 60px !important;
    line-height: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.social-icon-large:hover .fa {
    color: #fff
}
.social-icon-large:hover .fa-facebook {
    background-color: #3b5998
}

.social-icon-large:hover .fa-twitter {
    background-color: #00aced
}

.social-icon-large:hover .fa-youtube {
    background-color: #bb0000
}

.social-icon-large:hover .fa-instagram {
    background-color: #517fa4
}

.btn-round {
    border-radius: 4px !important
}

.btn.btn-large i {
    font-size: 24px
}

#alert {
    font-size: medium;
}

@media (max-width: 1500px) {

  .gradient-background-contactAndDownload {
    width: 100%;
    height: 150%;
    background: rgb(0,182,79);
    background: linear-gradient(90deg, rgba(0,182,79,1) 0%, rgba(8,111,161,1) 100%);
    position: relative;
  }
}

@media (max-width: 1200px) {

	.slide {
		margin: 8%;
		background-position: 16% 70%;
	}

	.section-text-right {
		margin: auto 15% 0 45%;
		max-width: 400px;
	}

  .section-text-right {
    font-size: large;
  }
}

@media (max-width: 1020px) {

	.img_darkmode {
		margin-left: 0px;
	}

	section {
		background-size: auto 60%;
	}

	h2,h3,h4 {
		font-size: x-large;
	}

	.btn-store {
	  min-width: 220px;
	}

	.section-text-right {
		font-size: large;
	}
}

@media (max-width: 970px) {
	.slide {
		margin: 7%;
		background-position: 14% 70%;
	}
}

@media (max-width: 800px) {

	.btn-store {
	  min-width: 180px;
	}

	.fa-3x {
		font-size: 2em;
	}

	.btn-store .btn-caption {
		font-size: 22px;
	}
}

@media (max-width: 778px) {

	section {
		background-size: auto 50%;
	}

	.image-rounded {
		width: 100%;
		height: auto;
	}

	.image-search {
		background-image: none;
		-moz-border-radius: 0% / 0px;
		-webkit-border-radius:  0px;
	}

	.image-search-shadow {
		background: transparent;
	}

	.image-publication {
		background-image: none;
		-moz-border-radius: 0% / 0px;
			-webkit-border-radius:  0px;
	}

	.image-publication-shadow {
		background: transparent;
	}

	.image-share {
		background-image: none;
		-moz-border-radius: 0% / 0px;
			-webkit-border-radius:  0px;
	}

	.image-share-shadow {
		background: transparent;
	}

	.image-next {
		background-image: none;
		-moz-border-radius: 0% / 0px;
			-webkit-border-radius:  0px;
	}

	.image-next-shadow {
		background: transparent;
	}

	.image-contactAndDownload {
		background-image: none;
		-moz-border-radius: 0% / 0px;
			-webkit-border-radius:  0px;
	}

	.image-contactAndDownload-shadow {
		background: transparent;
	}


	.section-text-right {
		margin: auto 0% 0 40%;
		padding: 20px;
	}

	.social-icon .fa {
		font-size: 13px;
	}
}

@media (max-width: 450px) {

  section {
    background-size: auto 40%;
  }

  h2,h3,h4 {
    font-size: medium;
  }
}

@media screen and (min-width:320px) and (max-width:1024px) and (orientation:landscape) {

	.text_title {
	  top: 10%;
	}

	.image-rounded {
		width: 100%;
		height: auto;
	}

	.slide-search {
	  background-image: url(https://kefa-app.com/assets/images/map.png);
	}

	.image-search {
	  background-image: url(https://kefa-app.com/assets/images/gradient-background/sport.png);
	  -moz-border-radius: 50% / 250px;
	  -webkit-border-radius:  500px;
	}

	.image-search-shadow {
	  width: 100%;
	  height: 150%;
	  background: rgb(0,104,90);
	  background: linear-gradient(90deg, rgba(0,104,90,0) 0%, rgba(0,104,90,1) 100%);
	}

	.gradient-background-search {
	  width: 100%;
	  height: 150%;
	  background: rgb(0,160,138);
	  background: linear-gradient(90deg, rgba(0,160,138,1) 0%, rgba(16,73,169,1) 100%);
	  position: relative;
	}

	.slide-publication {
	  background-image: url(https://kefa-app.com/assets/images/concert.png);
	}

	.image-publication {
	  background-image: url(https://kefa-app.com/assets/images/gradient-background/party.png);
	  -moz-border-radius: 50% / 250px;
	  -webkit-border-radius:  500px;
	}

	.image-publication-shadow {
	  width: 100%;
	  height: 150%;
	  background: rgb(48,22,176);
	  background: linear-gradient(90deg, rgba(48,22,176,0) 0%, rgba(48,22,176,1) 100%);
	}

	.gradient-background-publication {
	  width: 100%;
	  height: 150%;
	  background: rgb(238,162,119);
	  background: linear-gradient(90deg, rgba(238,162,119,1) 0%, rgba(215,58,114,1) 100%);
	  position: relative;
	}

	.slide-share {
	  background-image: url(https://kefa-app.com/assets/images/amis.png);
	}

	.image-share {
	  background-image: url(https://kefa-app.com/assets/images/gradient-background/brocante.png);
	  -moz-border-radius: 50% / 250px;
	  -webkit-border-radius:  500px;
	}

	.image-share-shadow {
	  width: 100%;
	  height:150%;
	  background: rgb(48,22,176);
	  background: linear-gradient(90deg, rgba(48,22,176,0) 0%, rgba(17,51,114,1) 100%);
	}

	.gradient-background-share {
	  width: 100%;
	  height: 150%;
	  background: rgb(51,95,175);
	  background: linear-gradient(90deg, rgba(51,95,175,1) 0%, rgba(81,56,181,1) 100%);
	  position: relative;
	}

	.slide-next {
	  background-image: url(https://kefa-app.com/assets/images/menu.png);
	}

	.image-next {
	  background-image: url(https://kefa-app.com/assets/images/gradient-background/culture.png);
	  -moz-border-radius: 50% / 250px;
	  -webkit-border-radius:  500px;
	}

	.image-next-shadow {
	  width: 100%;
	  height: 150%;
	  background: rgb(48,22,176);
	  background: linear-gradient(90deg, rgba(48,22,176,0) 0%, rgba(48,22,176,1) 100%);
	}

	.gradient-background-next {
	  width: 100%;
	  height: 150%;
	  background: rgb(100,11,171);
	  background: linear-gradient(90deg, rgba(100,11,171,1) 0%, rgba(195,0,131,1) 100%);
	  position: relative;
	}

	.slide-contactAndDownload {
	  background-image: url(https://kefa-app.com/assets/images/logo-bleu.png);
	}

	.image-contactAndDownload {
	  background-image: url(https://kefa-app.com/assets/images/gradient-background/jeux.png);
	  -moz-border-radius: 50% / 250px;
	  -webkit-border-radius:  500px;
	}

	.image-contactAndDownload-shadow {
	  width: 100%;
	  height: 150%;
	  background: rgb(48,22,176);
	  background: linear-gradient(90deg, rgba(48,22,176,0) 0%, rgba(84,143,14,1) 100%);
	}

	.gradient-background-contactAndDownload {
	  width: 100%;
	  height: 150%;
	  background: rgb(0,182,79);
	  background: linear-gradient(90deg, rgba(0,182,79,1) 0%, rgba(8,111,161,1) 100%);
	  position: relative;
	}
}