/*!
 * Start Bootstrap - Grayscale v5.0.9 (https://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */

#mainNav {
  min-height: 56px;
  background-color: #fff;
}

#mainNav .navbar-toggler {
  font-size: 80%;
  padding: 0.75rem;
  color: #64a19d;
  border: 1px solid #64a19d;
}

#mainNav .navbar-toggler:focus {
  outline: none;
}

#mainNav .navbar-brand {
  color: #161616;
  font-weight: 700;
  padding: .9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    padding: .5rem 0;
    color: rgba(0, 0, 0, 0.5);
  }
  #mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: rgba(0, 0, 0, 0.5);
  }
  #mainNav .nav-link:hover {
    color: rgba(150, 150, 150, 0.75);
  }
  #mainNav .nav-link:active {
    color: white;
  }
  #mainNav.navbar-shrink {
    background-color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #161616;
  }
  #mainNav.navbar-shrink .nav-link {
    color: #161616;
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  #mainNav.navbar-shrink .nav-link:hover {
    color: #64a19d;
  }
  #mainNav.navbar-shrink .nav-link:active {
    color: #467370;
  }
  #mainNav.navbar-shrink .nav-link.active {
    color: #64a19d;
    outline: none;
    border-bottom: 0.25rem solid #64a19d;
  }
}

.masthead {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 35rem;
  padding: 15rem 0;
  background: linear-gradient(to bottom, rgba(200, 200, 255, 0.3) 0%, rgba(20, 20, 120, 0.4) 75%, #161616 100%), url("../img/flotte.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.masthead h1 {
  font-family: 'Varela Round';
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  background: -webkit-linear-gradient(rgba(0, 0, 80, 0.9), rgba(255, 255, 255, 0));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.masthead h2 {
  max-width: 30rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .masthead h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }
  .masthead h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
	padding-bottom: 4rem;
  }
  .masthead h2 {
    max-width: 60rem;
    font-size: 1.7rem;
	font-weight: bold;
  }
}

.btn {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  font-family: 'Varela Round';
  font-size: 150%;
  text-transform: uppercase;
  letter-spacing: .15rem;
  border: 0;
}

.btn-primary {
  background-color: #e65535;
}

.btn-primary:hover {
  background-color: #cc4123;
}

.btn-primary:focus {
  background-color: #cc4123;
  color: white;
}

.btn-primary:active {
  background-color: #e65535 !important;
}

.about-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: linear-gradient(to bottom, #161616 0%, rgba(22, 22, 40, 0.9) 75%, rgba(22, 22, 120, 0.8) 100%);
}

.projects-section {
  padding: 3rem 0;
  background-color: #e6f9ff;
}

.profilePicture{
	border: 2em solid lightblue;
	border-radius: 50%;
}

.projects-section .featured-text {
  padding: 2rem;
	font-size: 1.5rem;
}

@media (min-width: 992px) {
  .projects-section .featured-text {
    padding: 0 0 0 2rem;
    border-right: 0.5rem solid #64a19d;
  }
}
.featured-text h1{
	font-size:4rem;
	padding-bottom: 1rem;
	padding-right: 10%;
}
.featured-text p{
	padding-right: 10%;
}

@media (min-width: 992px) {
  .projects-section .project-text {
    padding: 5rem;
  }
  .projects-section .project-text hr {
    border-color: #64a19d;
    border-width: .25rem;
    width: 30%;
  }
}

.shops-section{
	padding: 2rem 0;
}
.shops-section h1{
	padding: 2rem 0;
}




.signup-section {
  padding: 5rem 0;
  background: linear-gradient(to bottom, rgba(22, 22, 22, 0.1) 0%, rgba(22, 22, 22, 0.5) 75%, #161616 100%), url("../img/deepSea.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}

.signup-section .form-inline input {
  box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0.1) !important;
  padding: 1.25rem 2rem;
  height: auto;
  font-family: 'Varela Round';
  font-size: 80%;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  border: 0;
}

.contact-section {
  padding: 0.2rem 0 0;
}

.contact-section .card {
  border: 0;
  border-bottom: 0.25rem solid #64a19d;
}

.contact-section .card h4 {
  font-size: 0.8rem;
  font-family: 'Varela Round';
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.contact-section .card hr {
  border-color: #64a19d;
  border-width: 0.25rem;
  width: 3rem;
}

.contact-section .social {
  margin-top: 5rem;
}

.contact-section .social a {
  text-align: center;
  height: 3rem;
  width: 3rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  line-height: 3rem;
  color: rgba(255, 255, 255, 0.3);
}

.contact-section .social a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.contact-section .social a:active {
  color: #fff;
}

body {
  font-family: 'Nunito';
  letter-spacing: 0.0625em;
}

a {
  color: #64a19d;
}

a:focus, a:hover {
  text-decoration: none;
  color: #3c6360;
}

.bg-black {
  background-color: #161616 !important;
}

.bg-primary {
  background-color: #64a19d !important;
}

.text-primary {
  color: #64a19d !important;
}

footer {
  padding: 4rem 0;
}

/* Le bouquin qui tourne */
.bookAd{
	text-align:center;
	vertical-align: middle;
	color:white;
	padding-top:20%;
}
.bookAd h1{
	font-size:4rem;
}
.bookAd p{
	font-size: 1.5rem;
}

.book-body {
  height: 35rem;
  width: 40rem;
}
.wrap {
  height: 100%;
  width:100%;
  max-width: 1280px;
  text-align: center;
  position: relative;
}
.wrap .perspective {
  width: 100%;
  height: 100%;
  perspective: 1000px;
  transform-style: preserve-3d;
  overflow: hidden;
}
.book-wrap {
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  transition: all ease-out 0.6s;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transform: rotateY(20deg);
}
.book {
  width: 50%;
  height: 80%;
  background: url(../img/KeraptiCover6.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  
-webkit-box-shadow: 21px 31px 79px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 21px 31px 79px 1px rgba(0,0,0,0.75);
box-shadow: 21px 31px 79px 1px rgba(0,0,0,0.75);
}

.book-title {
  content: "";
  height: 80%;
  width: 5%;
  position: absolute;
  right: 0;
  left: -50%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #6a62b5;
  transform: rotateY(-80deg) translateX(-14px);
}
.book-tranche {
  content: "";
  height: 80%;
  width: 4%;
  position: absolute;
  right: 0;
  left: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #f0ebdf;
  transform: rotateY(-80deg) translateX(-14px);
}
.book-back {
  width: 50%;
  height: 80%;
  background-color: #6a62b5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
  transform: rotate(180deg) translateZ(-30px) translateX(5px);
}
.book-back .text {
  transform: rotateX(180deg);
  position: absolute;
  bottom: 30px;
  padding: 20px;
  font-size: 1.2em;
  text-align: left;
}
.book-back .text h3 {
  margin-bottom: 20px;
  color: #fff;
}
.book-back .text span {
  display: block;
  margin-bottom: 20px;
  color: #fff;
}
.book-back .text span:last-of-type {
  margin-top: 30px;
}
.rotate {
  transform: rotateY(30deg);
}
.flip {
  transform: rotateY(200deg);
}

.title{
	padding-bottom: 5rem;
	font-size: 3.2rem;
	text-align:center;
}
.title-white{
	color:white;
}

.hideme
{
    opacity:0;
}

/*    */
.circle {
	
  background: rgba(180, 180, 180, 0.5);
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
}
.circleContainer{
	width: 100%;
	height: 100%;
	position:absolute;
	top:0;
	left:0;
	pointer-events:none;
}

.circle {
  -webkit-animation: grow 2s infinite;
}

@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  50% {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
  }

  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
}

    .iframe-container {    
    padding-bottom: 60%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
