@font-face {
  font-family: 'cocogoose_proregular';
  src: url("../fonts/cocogoose-pro-regular-ttf-webfont.woff2") format("woff2"), url("../fonts/cocogoose-pro-regular-ttf-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.t-rose {
  color: #ff3366;
}

.t-or {
  color: #e0cf2f;
}

.coor {
  margin-top: 30px;
  overflow: visible;
  float: right;
  cursor: pointer;
  position: relative;
}

.coor a {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  background: linear-gradient(45deg, #f2279e, #ff3366);
  padding: 2px;
  border-radius: 30px;
  font-family: ingra, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  letter-spacing: 2px;
  font-size: 14px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.coor a span {
  background: #040404;
  color: white;
  padding: 9px 25px;
  display: block;
  border-radius: 30px;
  transition: all 2s ease-in-out;
}

.coor a:hover {
  text-decoration: none;
  font-family: ingra, sans-serif;
  font-weight: 400;
  font-style: normal;
  transform: scale(1.1);
}

.coor a:hover span {
  background: linear-gradient(45deg, #f2279e, #ff3366);
}

.mask-path {
  stroke-dasharray: 3000px;
  stroke-dashoffset: 3000px;
  animation: draw 3s ease-in forwards;
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}

.intro {
  width: 100%;
  height: 100vh;
  float: left;
  position: relative;
  overflow: hidden;
  z-index: 3;
  background: url(../images/intro.jpg) #050505 no-repeat center center;
  background-size: cover !important;
}

.intro .content-intro {
  height: 100vh;
  text-align: center;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.intro .content-intro h3 {
  font-family: ingra, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  font-weight: 200;
  letter-spacing: 5px;
  font-size: 14px;
  width: 100%;
  text-align: center;
}

.intro .content-intro h1 {
  font-family: 'cocogoose_proregular';
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  font-size: 120px;
  letter-spacing: 18px;
  margin: 0;
  width: 100%;
  text-align: center;
}

.intro .content-intro .signature {
  position: relative;
  height: 250px;
  width: 100%;
}

.intro .content-intro .signature svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 400px;
  margin: 0 auto;
}

.navbar-default .logo {
  height: 60px;
}

.hamburger-menu {
  margin: 20px 0 10px;
}

canvas {
  z-index: 3 !important;
  width: 100% !important;
  height: 100vh !important;
}

h2.titrage {
  color: #fff;
  font-size: 70px;
  font-family: 'cocogoose_proregular';
  margin: 0 0 20px 0;
  transform: rotate(-5deg);
  text-transform: uppercase;
  letter-spacing: 5px;
  font-style: italic;
}

h4.titrage2 {
  font-style: italic;
  transform: rotate(-5deg);
  font-family: ingra, sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.showcase {
  padding-top: 650px;
  position: relative;
  background-size: 1800px !important;
  background: url("../test/9.jpeg") #000 center -100px no-repeat;
}

.showcase .header {
  padding-bottom: 100px;
  background: transparent;
}

.showcase .voile {
  position: absolute;
  background: #000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}

.loggi {
  max-width: 20px;
  height: auto;
  display: inline-block;
}

.graf {
  position: absolute;
  bottom: -130px;
  left: -420px;
  content: "";
  display: block;
  height: 700px;
  width: 700px;
  z-index: 99;
  background: url(../images/co.gif) center center no-repeat;
  background-size: contain !important;
}

footer {
  padding-top: 80px;
}

footer .logo {
  width: 60px;
}

footer .sub-footer {
  font-family: 'cocogoosedemibold';
  color: #fff;
}

footer .sub-footer .copyright {
  color: #fff;
}

footer .sub-footer ul li a {
  float: left;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

footer .sub-footer ul li a:hover {
  text-decoration: none;
  color: #ff3366;
}

.footer-space {
  padding: 260px;
}

.selection {
  margin-top: -158px;
}

.ref {
  margin-bottom: 140px;
}

.ref img {
  width: 100%;
  height: auto;
}

.ref .ref-details {
  text-align: left;
  margin-top: 30px;
}

.ref .ref-details h5 {
  font-family: ingra, sans-serif;
  color: #fff;
  font-weight: normal;
  font-size: 25px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.ref .ref-details h5 strong {
  margin-bottom: 15px;
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.ref .ref-image {
  position: relative;
  transform: scale(1);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.ref .ref-image:hover {
  transform: scale(1.02);
}

.ref .ref-image:hover .vo {
  display: flex;
}

.ref .vo {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.45);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  align-items: center;
  text-align: center;
}

.ref .vo .btncta {
  margin: 0 auto;
  display: block;
  position: relative;
  background: linear-gradient(45deg, #f2279e, #ff3366);
  padding: 2px;
  border-radius: 30px;
  font-family: ingra, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
  letter-spacing: 2px;
  font-size: 14px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.ref .vo .btncta span {
  text-transform: uppercase;
  color: white;
  padding: 9px 25px;
  display: block;
  border-radius: 30px;
  transition: all 2s ease-in-out;
}

.ref .vo .btncta:hover {
  text-decoration: none;
  font-family: ingra, sans-serif;
  font-weight: 400;
  font-style: normal;
  transform: scale(1.1);
}

.ref .vo .btncta:hover span {
  background: linear-gradient(45deg, #f2279e, #ff3366);
}

.ref-llr {
  margin-top: 170px;
}

.ref-2 {
  padding-left: 80px;
}

.ref-3 {
  padding-right: 100px;
}

.ref-4 {
  padding-right: 100px;
  padding-left: 100px;
}

.ref-5 {
  padding-right: 150px;
  padding-left: 150px;
}

.presentation {
  background: #000;
  padding: 200px 0 0;
  width: 100%;
  float: left;
  text-align: center;
}

.presentation h2 {
  text-align: center;
}

footer {
  padding-top: 30px;
  width: 100%;
  float: left;
  background: #000;
  color: #fff;
  position: inherit;
  z-index: 2;
}

footer .logo {
  margin-top: 50px;
}

footer a, footer .copyright {
  font-family: ingra, sans-serif;
  font-weight: 500 !important;
  font-style: normal;
  text-transform: uppercase;
}

footer .signature {
  margin: 0 auto 50px;
  max-width: 200px;
}

.specialites {
  position: relative;
  overflow: hidden;
}

.specialites .blur {
  height: 700px;
  width: 700px;
  background: url("../images/cercle.jpg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-top: -350px;
  margin-left: -350px;
  opacity: 0.5;
}

.specialites .ligne img {
  max-width: 100%;
  height: auto;
}

.specialites .ligne p {
  font-family: ingra, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

.specialites .ligne p b {
  color: #ff3366;
}

.specialites .ligne .neon {
  position: relative;
}

.specialites .ligne .neon img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.specialites .ligne .off {
  opacity: 1;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.specialites .ligne .on {
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.specialites .ligne:hover .on {
  opacity: 1;
}

.specialites .ligne:hover .off {
  opacity: 0;
}

.specialites .spetexte1 {
  padding-top: 120px;
}

.specialites .spetexte2 {
  padding-top: 80px;
}

.specialites .neon2 {
  position: relative;
  top: -80px;
}

.specialites .neon3 {
  position: relative;
  top: -80px;
}

.specialites .spetexte3 {
  padding-top: 80px;
}

.specialites .ligne1 {
  margin-top: 100px;
}

.specialites .ligne2, .specialites .ligne3 {
  margin-top: 200px;
}

.ligne3 {
  padding-bottom: 200px;
}

.tel {
  color: #fff;
  font-family: 'cocogoose_proregular';
}

@media only screen and (max-width: 767px) {
  .tel {
    display: block;
    text-align: right;
    margin: -15px 25px 5px 0px;
  }
  .ligne3 {
    padding-bottom: 0;
  }
  .intro .content-intro h1 {
    font-size: 40px;
    letter-spacing: 8px;
  }
  .intro .content-intro h3 {
    letter-spacing: 0px;
    font-size: 12px;
  }
  .intro .content-intro .signature {
    position: relative;
    height: 210px;
    width: 70%;
    margin: 0 auto;
  }
  .showcase {
    padding-top: 250px;
    position: relative;
    background-size: 600px !important;
    background: url(../test/9.jpeg) #000 center 0 no-repeat;
  }
  .showcase .ref {
    padding: 0 !important;
    margin-bottom: 80px;
  }
  h2.titrage {
    font-size: 45px;
    margin: 0 0 10px 0;
  }
  h4.titrage2 {
    font-size: 18px;
  }
  .specialites .ligne .neon {
    min-height: 200px;
  }
  .specialites .ligne .neon img {
    position: inherit;
  }
  .specialites .ligne .neon .off {
    display: none;
  }
  .specialites .ligne .neon .on {
    opacity: 1;
  }
  .specialites .ligne .neon1 {
    position: relative;
    left: -30px;
  }
  .specialites .ligne .neon2 {
    position: relative;
    top: 0;
    right: -30px;
  }
  .specialites .ligne .neon3 {
    position: relative;
    top: 0;
    left: -30px;
  }
  .specialites .ligne .spetexte {
    padding: 0;
    margin-top: 40px;
  }
  .specialites .ligne1 {
    margin-top: 60px;
  }
  .specialites .ligne2, .specialites .ligne3 {
    margin-top: 60px;
  }
  .presentation {
    padding: 100px 0;
  }
  footer .sub-footer ul {
    text-align: center;
  }
  footer .sub-footer ul li {
    text-align: center;
    float: none;
    margin-right: 40px;
    display: inline-block;
  }
  footer .sub-footer .copyright {
    text-align: center;
    color: #fff;
    width: 100%;
  }
  .blur {
    display: none;
  }
}
