/*-----------------------------------------------rest & config-----------------------------------------------*/

html, body{
  margin: 0;
  padding: 0;
  background: #ffffff; 
  overflow-x: hidden;
}
h1, h2, h3, h4 , h5{
font-family: 'Lobster', cursive;
  
}
p, a, h6 {
  text-decoration: none;
  color: black;
  font-family: 'Montaga', sans-serif;
}
p, a, h6:hover {
  text-decoration: none;
  color: black!important;
}
.mb-4, .my-4 {
  margin-bottom: 0.5rem!important;
}

.grecaptcha-badge{
  opacity: 0!important;
}

.grecaptcha-badge{
	visibility: collapse !important;  
}

/*-----------------------------------------------menu responsive-----------------------------------------------*/

#header {
  background-color: #0f1118;
  width: 100%;
  top: 0;
  position: fixed;
  z-index: 1;
}
#header .menu {
  width: 100%;
  background: transparent;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#header .menu .logo {
  display: inline-block;
  margin: 10px 0 10px 10px;
}
#header .menu .logo .btn-menu {
  display: none;
  color: white;
  text-decoration: none;
  font-size: 1em;
  align-self: center;
  width: 45px;
  height: 45px;
  border: 0; 
  background: url(../img/iconmenu.png);
  margin-right: -150px;
  margin-left: 110%;
  z-index: 7;
  outline: 0;
}

#header .menu .logo img {
  vertical-align: top;
  width: 57px;
  position: absolute;
  padding: 5px;
  left: 0px;
  top: 0;
}

.menu .enlaces {
  display: inline-block;
  margin: 0px 120px 0px 0px;
  font-family: 'Lobster', cursive;
  letter-spacing: 0.1em;
  z-index: 6;
}
.menu .enlaces a {
  color: white!important;;
  text-decoration: none;
  display: inline-block;
  font-size: 1.2em;
  text-align: center;
  font-family: 'Lobster', cursive;
  padding: 1em;
}
.menu .enlaces a:hover {
  color: #696969;
}
.menu .enlaces a:focus {
  text-decoration: underline;
}
.menu .enlaces i {
  margin: 5px;
}

@media all and (max-width: 850px) {
  #header .menu {
    flex-direction: column;
  }
  #header .menu .logo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
  }
  #header .menu .logo .btn-menu {
    display: inline-block;
  }
  #header .menu .enlaces {
    display: flex;
    flex-direction: column;
    width: 103%;
    margin: auto;
    background: #12151e;
    position: absolute;
    top: 0;
    left: 0;
  }
  #header .menu .enlaces a {
    border-bottom: 2px solid #696969;
  }
  #header .menu .enlaces a:hover {
    background-color: #12151e;
    color: white;
  }
  #header .menu {
      width: 60%;
  background: transparent;
  margin: auto; 
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  }
  .carousel {
    position: relative;
    top: 65px;
    margin-bottom: 25%;
  }
}

.carousel-inner img {
    width: 100%;
    height: 100%;
} 

/*
-----------------------------------------------main-----------------------------------------------*/
/*main{
      height: 1220px;
}*/


.details {
float: right;
    border: 1px solid #000000;
    background: transparent;
    border-radius: 7px;
    color: #000000;
    width: 63px;
    margin-top: -9px;
    right: 17px;
    position: absolute;
    font-size: large;
}

figcaption{
  position: absolute;
  bottom: 0;
  background: #b0cb1f;
  width: 100%;
  padding: 15px;
  font-family: 'Lobster', sans-serif;
  color: #000000;
  font-size: x-large;
}
#Presentation{
  background: url(../img/background.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

#placementBio{
  padding-top: 178px;
}
.placement-anim{
  margin: auto;
}

@keyframes anim{
  0%{
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    margin-left: 0%!important;
  }
  40%{
    opacity: 0;
  }
}

@keyframes animG{
  0%{
    opacity: 0;
  }
  50%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

@keyframes float{
  0%{
    transform: translateY(0px)
  }
  50%{
    transform: translateY(10px)
  }
  100%{
    transform: translateY(0px)
  }
}

@keyframes float2{
  0%{
    transform: translateY(0px)
  }
  50%{
    transform: translateY(-10px)
  }
  100%{
    transform: translateY(0px)
  }
}

@keyframes float3{
  0%{
    transform: translateX(0px)
  }
  50%{
    transform: translateX(-10px)
  }
  100%{
    transform: translateX(0px)
  }
}

@keyframes float4{
  0%{
    transform: translateX(0px)
  }
  50%{
    transform: translateX(10px)
  }
  100%{
    transform: translateX(0px)
  }
}

.animG{
  animation: animG 4s;
}
.float{
  animation: float 3s infinite; 
}

.float2{
  animation: float2 2s infinite; 
}

.float3{
  animation: float3 5s infinite; 
}

.float4{
  animation: float4 2s infinite; 
}

.animCake{
  animation: anim 2.5s linear;
}
  #cake1{
    width: 50%;
    z-index: 0!important;
    position: absolute;
    top: 28%;
    left: -60%;
    opacity: 1;
  }
  #cake2{
    width: 33%;
    z-index: 0!important;
    position: absolute;
    top: 30%;
    opacity: 1;
    left: 90%;
  }
  #cake3{
    width: 35%;
    z-index: 0!important;
    position: absolute;
    left: 86%;
    top: 70%;
    opacity: 1;
  }
  #cake4{
    width: 30%;
    z-index: 0;
    position: absolute;
    top: 71%;
    left: -20%;
    opacity: 1;
  }
  #cake5{
    width: 25%;
    z-index: 0;
    position: absolute;
    top: 9%;
    left: 50%;
    opacity: 1;
  }
  #cake6{
    width: 30%;
    z-index: 0;
    position: absolute;
    top: 13%;
    left: -13%;
    opacity: 1;
  }
  #guillaume{
    width: 82%;
    z-index: 999;
    position: relative;
    /*opacity: 0;*/
    transform: scale(0.9);
  }
@media all and (max-width: 950px) {

  #cake1{
    width: 40%;
    z-index: 0!important;
    position: absolute;
    top: 8%;
    left: 3%;
  }
  #cake2{
    width: 33%;
    z-index: 0!important;
    position: absolute;
    top: 24%;
    left: 65%;
  }
  #cake3{
    width: 30%;
    z-index: 0;
    position: absolute;
    left: 67%;
    top: 70%;
  }
  #cake4{
    width: 20%;
    z-index: 0;
    position: absolute;
    top: 80%;
    left: 7%;
  }
  #cake5{
    width: 25%;
    z-index: 0;
    position: absolute;
    top: 12%;
    left: 39%;
  }
  #cake6{
    width: 20%;
    z-index: 0;
    position: absolute;
    top: 36%;
    left: 10%;
  }
  #guillaume{
    width: 82%;
    z-index: 5;
    position: relative;
    transform: scale(0.9);
  }

}

@media all and (max-width: 1450px) {
  .placement-anim {
      margin: auto;
      margin-left: 27%;
  }
  #cake1{
    width: 50%;
    z-index: 0;
    position: absolute;
    top: 28%;
    left: -44%;
  }
  #cake2{
    width: 33%;
    z-index: 0;
    position: absolute;
    top: 24%;
    left: 65%;
  }
  #cake3{
    width: 30%;
    z-index: 0;
    position: absolute;
    left: 67%;
    top: 70%;
  }
  #cake4{
    width: 20%;
    z-index: 0;
    position: absolute;
    top: 80%;
    left: 7%;
  }
  #cake5{
    width: 25%;
    z-index: 0;
    position: absolute;
    top: 12%;
    left: 39%;
  }
  #cake6{
    width: 20%;
    z-index: 0;
    position: absolute;
/*    top: 36%;
    left: 10%;*/
  }
  #guillaume{
    width: 82%;
    z-index: 999!important;
    position: relative;
    transform: scale(0.9);
  }

}


#prenom{
  text-align: center;
  font-family: initial!important;
  color: #b0cb1f;
  font-size: 1.5em!important;
  font-size: xx-large!important;
}
#nom{
  text-align: center;
  margin-left: 227px;
  color: #b0cb1f;
  font-size: 4.5em!important;
  font-family: inherit!important;
  font-weight: bolder!important;
}

.textCenter{
  width: 70%;
  text-align: center;
  margin: auto;
  font-size: larger;
}

.titres{
  text-align: center;
  font-size: xx-large;
  font-family: 'Lobster', cursive;
  color: #ff9900;
  margin-bottom: 0.5%;
  margin-top: 50px;
}

#background{
  background: #282828;
}

hr{
  border: 1;
  background: #b0cb1f!important;
      width: 70%;
}



.pen {
  max-width: 635px;
  width: 100%;
  margin: 20px auto 0;
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-animation: 1s appear 1 forwards;
  -moz-animation: 1s appear 1 forwards;
  -o-animation: 1s appear 1 forwards;
  animation: 1s appear 1 forwards;
}
.credit {
  display: block;
  max-width: 400px;
  text-align: center;
  margin: 150px auto 0;
  padding: 0;
  font-size: 0.8em;
  color: #f0f0f0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.9);
}
.credit p a,
.credit a {
  color: white;
  text-decoration: none;
  font-weight: 700;
}
.credit p a:hover,
.credit a:hover,
.credit p a:active,
.credit a:active {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
  color: white;
}
.credit p a.button,
.credit a.button {
  padding: 6px 12px;
  margin-top: 10px;
  background: #000000;
  border-radius: 3px;
}
.credit p a.button:hover,
.credit a.button:hover {
  background: #2b2b2b;
}
.credit p:last-of-type {
  margin-bottom: 30px;
}
.stage {
  max-width: 635px;
  width: 100%;
  height: 400px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.element {
  background: green;
  width: 202px;
  -webkit-transform-origin: 50% 50%;
  height: inherit;
  margin: 0 7px 0 0;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.element.active {
  width: 282px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.element.inactive {
  width: 162px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0.4;
}


.pen2 {
  width: 880px;
  margin: 50px auto 0;
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-animation: 1s appear 1 forwards;
  -moz-animation: 1s appear 1 forwards;
  -o-animation: 1s appear 1 forwards;
  animation: 1s appear 1 forwards;
}

.stage2 {
  width: 100%;
  height: 280px;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.element2 {
  background: url('../img/sliders/noel.png') 45% 0 no-repeat!important;
  background-size: cover!important;
  width: 100%;
  -webkit-transform-origin: 50% 50%;
  height: inherit;
  margin: 0 7px 0 0;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.element2.active2 {
  width: 100%!important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.element2.inactive2 {
  width: 80%!important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0.4;
}

.element.franklin {
  background: url('../img/sliders/patisserie3.png') 45% 0 no-repeat;
  background-size: cover;
}
.element.michael {
  background: url('../img/sliders/macaron2.png') 45% 0 no-repeat;
  background-size: cover;
}
.element.noel {
  background: url('../img/sliders/noel.png') 45% 0 no-repeat!important;
  background-size: cover!important;
}
.element.trevor {
  background: url('../img/sliders/choco2.png') 45% 0 no-repeat;
  background-size: cover;
}
.element:last-of-type {
  margin: 0;
}
@media all and (min-width: 900px) {
  .pen {
    max-width: 890px;
  }
  .element {
    width: 286px;
  }
  .element.inactive {
    width: 246px;
  }
  .element.active {
    width: 366px;
  }
  .stage {
    max-width: 890px;
    height: 600px;
  }
}
@media all and (max-width: 660px) {
  .pen {
    max-width: 335px;
  }
  .element {
    width: 101px;
  }
  figcaption button{
    display: none;
  }
  figcaption {
    position: absolute;
    bottom: 0;
    background: #b0cb1f;
    width: 100%;
    padding: 2px;
    padding-left: 3px;
    font-family: 'Lobster', sans-serif;
    color: #000000;
    font-size: x-large;
}
  .element.inactive {
    width: 61px;
  }
  .element.active {
    width: 181px;
  }
  .stage {
    max-width: 335px;
  }
}

@media all and (min-width: 900px) {
  .pen2 {
    max-width: 890px;
  }
  .element2.inactive2 {
    width: 246px;
  }
  .element2.active2 {
    width: 366px;
  }
  .stage2 {
    max-width: 890px;
  }
}

@media all and (max-width: 1120px) {
  iframe {
       width: auto; 
      left: 50%;
      position: relative;
      top: 19px;
      transform: translate(-50%);
  }
}
@media all and (max-width: 660px) {
  .pen2 {
    max-width: 335px;
  }
  .element2.inactive2 {
    width: 61px;
  }
  .element2.active2 {
    width: 181px;
  }
  .stage2 {
    max-width: 335px;
  }
}
@-webkit-keyframes appear {
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes appear {
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes appear {
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*-----------------------footer---------------------*/

iframe{
  left: 50%;
  position: relative;
  top: 19px;
  transform: translate(-50%);
  
}

#placementContact{
 padding-bottom: 40px;
}

footer{
  background: #ffffff;
  width: 100%;
}

form {
  max-width: 600px;
  text-align: center;
    padding-left: 5px!important;
    padding-right: 5px!important;
    margin: auto!important;
}
form input, form textarea {
  border: 0;
  outline: 0;
  padding: 1em;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: block;
  width: 100%;
  margin-top: 1em;
  font-family: 'Montaga', sans-serif;
  -moz-box-shadow: 0 0px 1px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 1);
  box-shadow: 0 0px 1px rgba(0, 0, 0, 1);
  resize: none;
}
form input:focus, form textarea:focus {
  -moz-box-shadow: 0 0px 2px #e74c3c !important;
  -webkit-box-shadow: 0 0px 2px #e74c3c !important;
  box-shadow: 0 0px 2px #e74c3c !important;
}
form #input-submit {
  color: white;
  background: #94ac16!important;
  cursor: pointer;
}
form #input-submit:hover {
  -moz-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
  -webkit-box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
  box-shadow: 0 1px 1px 1px rgba(170, 170, 170, 0.6);
}
form textarea {
  height: 126px;
}

.half {
  float: left;
  width: 48%;
  margin-bottom: 1em;
}

.right {
  width: 50%;
}

.left {
  margin-right: 2%;
}

@media (max-width: 480px) {
  .half {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
}
/* Clearfix */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}


#background-footer{
  background: #1e1e1e;
  position: relative;
  bottom: -82px;
  padding-top: 1%;
  padding-bottom: 1%;
}

#Navigation{
  margin: 1px auto;
  text-align: center;
}

#Navigation h2{
  color: #ff9900;

  font-size: 1.5em;
}


#Navigation a {
  color: white;
  text-decoration: none;
}

#Navigation p{
  color: white;
  padding-bottom: 10px!important;
}

#logoFacebook{
  width: 80px;

}






.center, .modal, .modal .modal__content {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.show {
  transition: background 500ms ease;
  background: #354b60;
  padding: 10px 15px;
  margin-right: 5px;
  cursor: pointer;
  color: #fff;
  border: 0;
}
.show:hover {
  background: #1a252f;
}

.close {
  position: absolute;
  cursor: pointer;
  padding: 20px;
  color: white;
  bottom: 0;
  right: 0;
  top: 0;
}

.mask {
  background: rgba(0, 0, 0, 0.68);
  visibility: hidden;
  transition: 0.7s;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 50;
  opacity: 0;
  left: 0;
  top: 0;
}

.modal {
  transition: 0.5s ease-out;
  background: dodgerblue;
  visibility: hidden;
  position: fixed;
  height: 80vh;
  width: 80vw;
  z-index: 100;
  opacity: 0;
}

.active {
  visibility: visible;
  opacity: 1;
}

.active + .modal {
  visibility: visible;
  opacity: 1;
}
