/** END FONCTIONS **/
#studio {
  padding: 50px 0;
}
#valeurs {
  background-color: #f8f3ed;
  padding: 50px 0;
}
#valeurs #cartes.owl-carousel .owl-stage-outer {
  overflow: visible;
}
#valeurs #cartes li {
  width: 230px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 11px 30px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  margin: 0 auto;
}
#valeurs #cartes li img {
  display: inline-block;
}
#valeurs #cartes li p {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: #01aad7;
  background-color: #fff;
  height: 75px;
  line-height: 55px;
  padding-top: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  font-size: 13px;
}
#valeurs .perso {
  position: absolute;
  right: 50px;
  top: -80px;
}
#nomines {
  padding: 50px 0;
  background-color: #fff;
}
#nomines img.prix {
  margin-top: 30px;
}
#contact {
  padding: 50px 0;
  text-align: center;
}
#contact .conteneur {
  height: 100%;
}
#contact .fille {
  position: absolute;
  bottom: -200px;
  right: -30px;
}
#contact .garcon {
  position: absolute;
  bottom: -140px;
  left: -20px;
}
#equipe {
  padding: 50px 0;
  background-color: #01aad7;
  background-image: url(../images/studio/fond-equipe.jpg);
  background-size: 1024px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#equipe ul {
  position: relative;
}
#equipe ul.owl-carousel .owl-stage-outer {
  overflow: visible;
}
#equipe ul li {
  text-align: center;
  margin: 0 auto;
  width: 200px;
  opacity: 1 !important;
}
#equipe ul li .img {
  border-radius: 12px;
  overflow: hidden;
}
#equipe ul li .img img {
  display: inline-block;
}
#equipe ul li .img {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#equipe ul li .img img {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#equipe ul li .photo2 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#equipe ul li:hover .img {
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px);
}
#equipe ul li:hover img {
  transform: rotate(-5deg) scale(1.2);
}
#equipe ul li:hover .photo2 {
  opacity: 1;
}
#equipe ul li .nom {
  margin-top: 10px;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}
#equipe ul li .fonction {
  color: #fff;
  font-size: 16px;
  margin-top: 5px;
}
#equipe .ours {
  position: absolute;
  right: -70px;
  top: 0;
}
#fondation {
  padding: 50px 0;
}
#fondation .logo {
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .cyb_scrolltransition .bg {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  .cyb_scrolltransition .bg.show {
    visibility: visible;
  }
  #studio {
    padding-bottom: 100px;
    position: relative;
  }
  #studio:before {
    content: '';
    position: absolute;
    top: -70px;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url(../images/studio/fond-studio.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 1566px;
  }
  #studio .visuel {
    position: relative;
    width: 295px;
    margin: 0 auto;
  }
  #studio .visuel .lion {
    position: absolute;
    top: -131px;
    left: -34px;
  }
  #studio .visuel .nuage {
    position: absolute;
    bottom: -110px;
    right: -100px;
    animation: nuage 12s ease-in-out infinite;
  }
  @keyframes nuage {
    0%,
    100% {
      transform: translateX(-70px);
    }
    50% {
      transform: translateX(30px);
    }
  }
  #studio .visuel .carte {
    position: relative;
    transform-style: preserve-3d;
    width: 295px;
    height: 470px;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
  }
  #studio .visuel .carte img.fond {
    transform-style: preserve-3d;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  #studio .visuel .carte img.abeille {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateZ(30px) scale(1);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
  }
  #studio .visuel .carte span.ombre {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    box-shadow: inset 0 0 20px 5px #000;
    transform: translateZ(50px) scale(1);
    border-radius: 15px;
    border: 10px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
  }
  #studio .visuel .carte span.cadre {
    position: absolute;
    top: -25px;
    bottom: -25px;
    right: -25px;
    left: -25px;
    transform: translateZ(50px) scale(1);
    border-radius: 15px;
    border: 30px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
  }
  #studio .visuel .carte:hover img.fond {
    transform: scale(1.05);
  }
  #studio .visuel .carte:hover img.abeille {
    transform: translateZ(30px) scale(1.05);
  }
  #valeurs {
    padding-top: 100px;
    padding-bottom: 180px;
    background: none;
  }
  #valeurs .bg {
    background-color: #f8f3ed;
    background-image: url(../images/studio/ligne1.png), url(../images/studio/ligne2.png);
    background-repeat: no-repeat;
    background-position: right -60px, left bottom -110px;
    background-size: 784px, 1210px;
  }
  #valeurs #cartes {
    margin-top: 60px;
  }
  #valeurs #cartes li {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
  }
  #valeurs #cartes li:hover {
    transform: rotate(-10deg) scale(0.9);
  }
  #valeurs .perso {
    width: 172px !important;
    right: -60px;
    top: -150px;
  }
  #nomines {
    height: 700px;
    padding: 0;
    display: flex;
    align-items: center;
    background: none;
  }
  #nomines .bg {
    background-color: #fff;
  }
  #nomines .row {
    flex-direction: row-reverse;
  }
  #equipe {
    padding-top: 140px;
    padding-bottom: 0;
    background-size: 1920px;
    position: relative;
    background-image: none;
    background-color: inherit;
  }
  #equipe .bg {
    background-color: #01aad7;
  }
  #equipe ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 80px;
  }
  #equipe ul li {
    width: 25%;
    margin-bottom: 30px;
    margin-right: 0;
    margin-left: 0;
  }
  #equipe .ours {
    width: 440px !important;
    right: -290px;
    top: -30px;
  }
  #equipe .nuage1 {
    position: absolute;
    top: 200px;
    left: -210px;
    animation: nuage1 8s ease-in-out infinite;
  }
  @keyframes nuage1 {
    0%,
    100% {
      transform: translateX(-70px);
    }
    50% {
      transform: translateX(30px);
    }
  }
  #equipe .nuage2 {
    position: absolute;
    top: 580px;
    right: -220px;
    animation: nuage2 12s ease-in-out infinite;
  }
  @keyframes nuage2 {
    0%,
    100% {
      transform: translateX(10px);
    }
    50% {
      transform: translateX(-150px);
    }
  }
  #equipe .nuage3 {
    position: absolute;
    top: 880px;
    left: -350px;
    animation: nuage3 10s ease-in-out infinite;
  }
  @keyframes nuage3 {
    0%,
    100% {
      transform: translateX(-100px);
    }
    50% {
      transform: translateX(30px);
    }
  }
  #equipe .nuage4 {
    position: absolute;
    top: 1400px;
    right: -230px;
    animation: nuage4 7s ease-in-out infinite;
  }
  @keyframes nuage4 {
    0%,
    100% {
      transform: translateX(70px);
    }
    50% {
      transform: translateX(-30px);
    }
  }
  #contact {
    padding-top: 140px;
    padding-bottom: 140px;
    position: relative;
  }
  #contact .fille {
    width: 210px !important;
    right: inherit;
    left: -270px;
    bottom: -490px;
    animation: fille 4s ease infinite;
    transform-origin: top right;
  }
  @keyframes fille {
    0%,
    100% {
      transform: rotate(15deg);
    }
    50% {
      transform: rotate(-70deg);
    }
  }
  #contact .garcon {
    width: 152px !important;
    left: inherit;
    right: -60px;
    bottom: -380px;
    animation: garcon 5s ease infinite;
    transform-origin: top left;
  }
  @keyframes garcon {
    0%,
    100% {
      transform: rotate(45deg);
    }
    50% {
      transform: rotate(-5deg);
    }
  }
  #contact .chapeau {
    position: absolute;
    bottom: -290px;
    left: -180px;
    z-index: 10;
  }
  #contact .papillon {
    position: absolute;
    bottom: -100px;
    left: 0px;
  }
  #contact .nuage_1 {
    position: absolute;
    bottom: 30px;
    right: -335px;
  }
  #contact .nuage_2 {
    position: absolute;
    bottom: -30px;
    right: -50px;
  }
  #contact .nuage_3 {
    position: absolute;
    bottom: -180px;
    right: -80px;
  }
  #contact .genie {
    position: absolute;
    bottom: -120px;
    right: -155px;
    animation: genie 4s ease infinite;
  }
  @keyframes genie {
    0%,
    100% {
      transform: translateY(-30px);
    }
    50% {
      transform: translateY(60px);
    }
  }
  #fondation {
    padding-top: 200px;
  }
  #fondation .logo {
    width: 400px !important;
  }
}
