@charset "UTF-8";
/**** VARIABLES ****/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,600,900|Signika+Negative:300,400,600,700|Loved+by+the+King|Dancing+Script|Codystar|Playfair+Display:100,200|Lato:200,300,400,500");
@font-face {
  font-family: 'Butler Regular Stencil';
  src: url("https://www.unispourservir.fr/wp-content/themes/enfold-child/fonts/Butler_Regular_Stencil.otf");
  font-weight: normal; }
/* désactivation des sites en cours de développement */
.references li:nth-child(500) a div,
.references li:nth-child(600) a div {
  display: none !important; }

/* fonts */
/* shadows */
/* animations */
/* colors */
/* default */
/* logos */
/* masques des reflections */
/* URLs des aperçus */
/* default */
/* réglages perspective */
/**** GENERAL ****/
body {
  background-image: -webkit- linear-gradient(to top, #10141C, black);
  background-image: -moz- linear-gradient(to top, #10141C, black);
  background-image: -o- linear-gradient(to top, #10141C, black);
  background-image: linear-gradient(to top, #10141C, black);
  height: 100vh;
  width: 100vw;
  max-height: 100vh !important;
  max-width: 100vw !important;
  overflow: hidden !important;
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center; }

#stats {
  display: none !important; }

canvas {
  z-index: 101;
  opacity: 0.1 !important; }

ul {
  list-style: none; }

a {
  text-decoration: none; }

.breu {
  background-image: url(https://doart.esy.es/wp-content/uploads/2017/04/breu.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100000 !important;
  opacity: 0.1; }

.container {
  position: absolute;
  overflow: hidden;
  min-width: 100%;
  top: 0;
  min-height: 100%; }

.back-button {
  z-index: 100000;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px; }

.modal-close-button {
  width: 100%;
  height: 100%;
  cursor: pointer; }
  .modal-close-button svg {
    fill: #F1F1F1; }
  .modal-close-button .circle {
    opacity: 0.25; }
  .modal-close-button .progress {
    opacity: 0;
    stroke-dasharray: 0,120;
    transition: 0.5s cubic-bezier(0.165, 0.775, 0.145, 1.02); }
  .modal-close-button:hover .progress {
    opacity: 1;
    stroke-dasharray: 120,120; }

/**** titleS ****/
#title-homepage {
  z-index: -1;
  position: fixed;
  top: 250px;
  left: 22.5%;
  height: 55vh;
  width: 55vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: default; }

@-webkit-keyframes ColorizeImg {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }
@-moz-keyframes ColorizeImg {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }
@-o-keyframes ColorizeImg {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }
@keyframes ColorizeImg {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0.5; } }
@-webkit-keyframes ColorizeSVG {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 1;
    color: white;
    fill: white;
    transform: scale(1); }
  100% {
    opacity: 0.5;
    color: black;
    fill: black;
    transform: scale(0.85); } }
@-moz-keyframes ColorizeSVG {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 1;
    color: white;
    fill: white;
    transform: scale(1); }
  100% {
    opacity: 0.5;
    color: black;
    fill: black;
    transform: scale(0.85); } }
@-o-keyframes ColorizeSVG {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 1;
    color: white;
    fill: white;
    transform: scale(1); }
  100% {
    opacity: 0.5;
    color: black;
    fill: black;
    transform: scale(0.85); } }
@keyframes ColorizeSVG {
  0% {
    opacity: 0; }
  20% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 1;
    color: white;
    fill: white;
    transform: scale(1); }
  100% {
    opacity: 0.5;
    color: black;
    fill: black;
    transform: scale(0.85); } }
#title-homepage svg {
  margin: 0 auto;
  width: 200px;
  height: 400px;
  display: block;
  fill: white;
  -webkit-animation: 3.5s ColorizeSVG ease-out 1 both;
  -moz-animation: 3.5s ColorizeSVG ease-out 1 both;
  -o-animation: 3.5s ColorizeSVG ease-out 1 both;
  animation: 3.5s ColorizeSVG ease-out 1 both; }

/**** LISTE REFERENCES ****/
#container-references {
  z-index: 400;
  position: absolute;
  padding-top: 55vh;
  left: 0;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: 0.5s DisplayRef 3s 1 ease-out both;
  -moz-animation: 0.5s DisplayRef 3s 1 ease-out both;
  -o-animation: 0.5s DisplayRef 3s 1 ease-out both;
  animation: 0.5s DisplayRef 3s 1 ease-out both; }

.references {
  z-index: 400;
  position: relative;
  height: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition: transform 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -moz-transition: transform 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -o-transition: transform 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: transform 1s cubic-bezier(0.15, 0.9, 0.34, 0.95); }

.references li a {
  cursor: pointer; }

.references li a div {
  z-index: 400;
  position: relative;
  color: white;
  font: 4.6vw "Signika Negative", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 5.2vw;
  padding: 5px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: skew(-5deg);
  -moz-transform: skew(-5deg);
  -o-transform: skew(-5deg);
  transform: skew(-5deg);
  -webkit-animation: 1.5s fadeIn 1 both;
  -moz-animation: 1.5s fadeIn 1 both;
  -o-animation: 1.5s fadeIn 1 both;
  animation: 1.5s fadeIn 1 both; }

.references li a div p {
  height: 100%;
  width: 100%;
  margin: 0;
  -webkit-transition: transform 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -moz-transition: transform 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -o-transition: transform 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: transform 1s cubic-bezier(0.15, 0.9, 0.34, 0.95); }

.references li:first-child a div {
  cursor: default;
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s; }

.references li:nth-child(2) a div {
  -webkit-animation-delay: 4.2s;
  -moz-animation-delay: 4.2s;
  -o-animation-delay: 4.2s;
  animation-delay: 4.2s; }

.references li:nth-child(3) a div {
  -webkit-animation-delay: 4.4s;
  -moz-animation-delay: 4.4s;
  -o-animation-delay: 4.4s;
  animation-delay: 4.4s; }

.references li:nth-child(4) a div {
  -webkit-animation-delay: 4.6s;
  -moz-animation-delay: 4.6s;
  -o-animation-delay: 4.6s;
  animation-delay: 4.6s; }

.references li:nth-child(5) a div {
  -webkit-animation-delay: 4.8s;
  -moz-animation-delay: 4.8s;
  -o-animation-delay: 4.8s;
  animation-delay: 4.8s; }

.references li:nth-child(6) a div {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s; }

.references li:nth-child(7) a div {
  -webkit-animation-delay: 5.2s;
  -moz-animation-delay: 5.2s;
  -o-animation-delay: 5.2s;
  animation-delay: 5.2s; }

.references li:nth-child(8) a div {
  -webkit-animation-delay: 5.4s;
  -moz-animation-delay: 5.4s;
  -o-animation-delay: 5.4s;
  animation-delay: 5.4s; }

.references li:nth-child(9) a div {
  -webkit-animation-delay: 5.6s;
  -moz-animation-delay: 5.6s;
  -o-animation-delay: 5.6s;
  animation-delay: 5.6s; }

.references li:nth-child(10) a div {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s; }

.references li:nth-child(2) a div:hover {
  opacity: 1;
  color: rgba(200, 150, 62, 0.35) !important; }

.references li:nth-child(3) a div:hover {
  opacity: 1;
  color: rgba(43, 123, 185, 0.35) !important; }

.references li:nth-child(4) a div:hover {
  opacity: 1;
  color: rgba(202, 118, 51, 0.35) !important; }

.references li:nth-child(5) a div:hover {
  opacity: 1;
  color: rgba(231, 116, 4, 0.35) !important; }

.references li:nth-child(6) a div:hover {
  opacity: 1;
  color: rgba(13, 113, 218, 0.45) !important; }

.references li:nth-child(7) a div:hover {
  opacity: 1;
  color: rgba(240, 154, 75, 0.45) !important; }

.references li:nth-child(8) a div:hover {
  opacity: 1;
  color: rgba(255, 255, 255, 0.35) !important; }

.references li:nth-child(9) a div:hover {
  opacity: 1;
  color: rgba(127, 141, 142, 0.55) !important; }

.references li:nth-child(10) a div:hover {
  opacity: 1;
  color: rgba(255, 255, 255, 0.45) !important; }

/* ROTATION COULEUR DU BACKGROUND */
.bg-roll {
  position: absolute;
  z-index: -1;
  height: 101vh;
  width: 100vw;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  background: none;
  -webkit-transition: background 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -moz-transition: background 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -o-transition: background 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: background 1s cubic-bezier(0.15, 0.9, 0.34, 0.95); }

.bg-roll-brenus {
  background: #2f2f2f;
  background: linear-gradient(to top, #2f2f2f 40%, #090909);
  transform: none !important; }

.bg-roll-lrsenat {
  background: #3c4f5e;
  background: linear-gradient(to top, #3c4f5e 40%, #1e282f);
  transform: none !important; }

.bg-roll-veroniquehenriot {
  background: #753d21;
  background: linear-gradient(to top, #753d21 40%, #391e10);
  transform: none !important; }

.bg-roll-m2m {
  background: #071f23;
  background: linear-gradient(to top, #071f23 40%, black);
  transform: none !important; }

.bg-roll-servir {
  background-color: #132d48;
  background: linear-gradient(to top, #132d48 40%, #03070b);
  transform: none !important; }

.bg-roll-fxbellamy {
  background: #a81a22;
  background: linear-gradient(to top, #a81a22 40%, #661015);
  transform: none !important; }

.bg-roll-dominiquedejoux {
  background: #18191b;
  background: linear-gradient(to top, #18191b 40%, black);
  transform: none !important; }

.bg-roll-maxrougier {
  background: #1a3e4d;
  background: linear-gradient(to top, #1a3e4d 40%, #071014);
  transform: none !important; }

.bg-roll-9 {
  background: #262e31;
  background: linear-gradient(to top, #262e31 40%, #050606);
  transform: none !important; }

/**** displayScreen DE VISUALISATION ****/
/* displayScreen-container des aperçus & logos */
#container-overview {
  z-index: 100;
  position: absolute;
  height: 1080px;
  width: 608px;
  opacity: 0.5;
  -webkit-box-shadow: 0px -20px 100px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px -20px 100px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px -20px 100px rgba(0, 0, 0, 0.35);
  box-shadow: 0px -20px 100px rgba(0, 0, 0, 0.35);
  -webkit-animation: 1s fadeInoverview 2.5s 1 both;
  -moz-animation: 1s fadeInoverview 2.5s 1 both;
  -o-animation: 1s fadeInoverview 2.5s 1 both;
  animation: 1s fadeInoverview 2.5s 1 both; }

/* affichage des aperçus */
.overview {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 2px; }

/* affichage sur displayScreens */
.container-displayScreen {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.displayScreen {
  height: 100%;
  width: 100%;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-animation: 0.5s blur ease-in 1;
  -moz-animation: 0.5s blur ease-in 1;
  animation: 0.5s blur ease-in 1; }

.shine {
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0) 50%); }

.shine-r {
  height: 100%;
  width: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.1) 50%); }

#overview-1 .displayScreen {
  background: linear-gradient(135deg, #2c374d, black 50%);
  background-size: 100% 100%; }

#overview-brenus .displayScreen {
  background: url("/images/overviews/screen-brennos.jpg") no-repeat top left;
  background-size: 100% 100%; }

#overview-lrsenat .displayScreen {
  background: url("/images/overviews/screen-lrsenat.jpg") no-repeat top left;
  background-size: 100% 100%; }

#overview-veroniquehenriot .displayScreen {
  background: url("/images/overviews/screen-veroniquehenriot.jpg") no-repeat top left;
  background-size: 100% 100%; }

#overview-m2m .displayScreen {
  background: url("/images/overviews/screen-m2m.jpg") no-repeat top left;
  background-size: 100% 100%; }

#overview-servir .displayScreen {
  background: url("/images/overviews/screen-unispourservir.jpg") no-repeat top left;
  background-size: 100% 100%; }

#overview-fxbellamy .displayScreen {
  background: url("/images/overviews/screen-fxbellamy.jpg") no-repeat top left;
  background-size: 100% 100%; }

#overview-dominiquedejoux .displayScreen {
  background: url("/images/overviews/screen-dominiquedejoux.jpg") no-repeat top left;
  background-size: 100% 100%; }

#overview-maxrougier .displayScreen {
  background: url("/images/overviews/screen-maxrougier.jpg") no-repeat top left;
  background-size: 100% 100%; }

#overview-9 .displayScreen {
  background: url("/images/overviews/screen-maxrougier.jpg") no-repeat top left;
  background-size: 100% 100%; }

#overview-brenus, #overview-lrsenat, #overview-veroniquehenriot, #overview-m2m, #overview-servir, #overview-fxbellamy, #overview-dominiquedejoux, #overview-maxrougier, #overview-9 {
  display: none; }

/* affichage sur reflections */
.container-reflection {
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: perspective(150px) rotateX(22deg) skew(35deg) scale(1, -1);
  -moz-transform: perspective(150px) rotateX(22deg) skew(35deg) scale(1, -1);
  -o-transform: perspective(150px) rotateX(22deg) skew(35deg) scale(1, -1);
  transform: perspective(150px) rotateX(22deg) skew(35deg) scale(1, -1); }

.reflection {
  height: 100%;
  width: 100%;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  opacity: 0.5;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px); }

#overview-1 .reflection {
  background: linear-gradient(0deg, transparent, #10141C 20%), linear-gradient(135deg, #2c374d, black 50%);
  background-size: 100% 100%; }

#overview-brenus .reflection {
  background: linear-gradient(0deg, transparent, #2f2f2f 20%), url("/images/overviews/screen-brennos.jpg") no-repeat top left;
  background-size: 100% 100%; }

#overview-lrsenat .reflection {
  background: linear-gradient(0deg, transparent, #3c4f5e 20%), url("/images/overviews/screen-lrsenat.jpg") no-repeat top left;
  background-size: 100% 100%; }

#overview-veroniquehenriot .reflection {
  background: linear-gradient(0deg, transparent, #753d21 20%), url("/images/overviews/screen-veroniquehenriot.jpg") no-repeat top left;
  background-size: 100% 100%; }

#overview-m2m .reflection {
  background: linear-gradient(0deg, transparent, #071f23 20%), url("/images/overviews/screen-m2m.jpg") no-repeat top left;
  background-size: 100% 100%; }

#overview-servir .reflection {
  background: linear-gradient(0deg, transparent, #132d48 20%), url("/images/overviews/screen-unispourservir.jpg") no-repeat top left;
  background-size: 100% 100%; }

#overview-fxbellamy .reflection {
  background: linear-gradient(0deg, transparent, #a81a22 20%), url("/images/overviews/screen-fxbellamy.jpg") no-repeat top left;
  background-size: 100% 100%; }

#overview-dominiquedejoux .reflection {
  background: linear-gradient(0deg, transparent, #18191b 20%), url("/images/overviews/screen-dominiquedejoux.jpg") no-repeat top left;
  background-size: 100% 100%; }

#overview-maxrougier .reflection {
  background: linear-gradient(0deg, transparent, #1a3e4d 20%), url("/images/overviews/screen-maxrougier.jpg") no-repeat top left;
  background-size: 100% 100%; }

#overview-9 .reflection {
  background: linear-gradient(0deg, transparent, #262e31 20%), url("/images/overviews/screen-maxrougier.jpg") no-repeat top left;
  background-size: 100% 100%; }

/* video et pp */
/*
#video-homepage
{
-webkit-animation: none;
-moz-animation: none;
animation: none;
opacity: 1;
-webkit-transition: all 1s cubic-bezier(.15,.9,.34,.95);
-moz-transition: all 1s cubic-bezier(.15,.9,.34,.95);
-o-transition: all 1s cubic-bezier(.15,.9,.34,.95);
transition: all 1s cubic-bezier(.15,.9,.34,.95);
display: none!important;
}

.video-hide
{
	opacity: 0!important;
	-webkit-transition: all 1s cubic-bezier(.15,.9,.34,.95);
	-moz-transition: all 1s cubic-bezier(.15,.9,.34,.95);
	-o-transition: all 1s cubic-bezier(.15,.9,.34,.95);
	transition: all 1s cubic-bezier(.15,.9,.34,.95);
}
*/
video {
  z-index: 10;
  position: absolute;
  top: 0.1%;
  left: 0.1%;
  height: 99.8%;
  width: 99.8%;
  object-fit: fill !important;
  background-size: 100% 100%;
  opacity: 1; }

#profile-pic {
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95); }

#profile-pic .displayScreen {
  background: url() no-repeat center top;
  background-size: auto 100%; }

#profile-pic .reflection {
  background: linear-gradient(0deg, transparent, #10141C 20%), url() no-repeat center top;
  background-size: auto 100%; }

.pp-show {
  opacity: 0.5 !important;
  -webkit-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -moz-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  -o-transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95);
  transition: all 1s cubic-bezier(0.15, 0.9, 0.34, 0.95); }

/* affichage des logos */
#container-logos {
  z-index: 0;
  position: absolute;
  top: 60px;
  left: 70%;
  height: 25%;
  width: 30%;
  opacity: 1;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  -webkit-animation: 0.5s DisplayLogo 3s 1 ease-out both;
  -moz-animation: 0.5s DisplayLogo 3s 1 ease-out both;
  -o-animation: 0.5s DisplayLogo 3s 1 ease-out both;
  animation: 0.5s DisplayLogo 3s 1 ease-out both; }

.logo {
  z-index: 10;
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 23vw;
  line-height: 23vw;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  -webkit-text-shadow: -10px -20px 70px rgba(0, 0, 0, 0.6);
  -moz-text-shadow: -10px -20px 70px rgba(0, 0, 0, 0.6);
  -o-text-shadow: -10px -20px 70px rgba(0, 0, 0, 0.6);
  text-shadow: -10px -20px 70px rgba(0, 0, 0, 0.6);
  -webkit-animation: 1s fadeInLogo 1 both;
  -moz-animation: 1s fadeInLogo 1 both;
  -o-animation: 1s fadeInLogo 1 both;
  animation: 1s fadeInLogo 1 both; }

#logo-1 {
  color: rgba(255, 255, 255, 0.15);
  font-family: "Lato", sans-serif;
  background: url() no-repeat right bottom;
  background-size: auto 100%;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s; }

#logo-brenus {
  font-family: "Signika Negative", sans-serif;
  color: rgba(200, 150, 62, 0.35);
  background: url() no-repeat right bottom;
  background-size: auto 100%; }

#logo-lrsenat {
  font-family: "Signika Negative", sans-serif;
  color: rgba(43, 123, 185, 0.35);
  background: url() no-repeat right center;
  background-size: auto 100%; }

#logo-veroniquehenriot {
  font-family: "Loved By The King", serif;
  color: rgba(202, 118, 51, 0.35);
  background: url() no-repeat right center;
  background-size: auto 100%;
  font-size: 22vw;
  line-height: 22vw;
  margin-top: 1vw; }

#logo-m2m {
  font-family: "Signika Negative", sans-serif;
  color: rgba(231, 116, 4, 0.35);
  background: url() no-repeat right center;
  background-size: auto 100%; }

#logo-servir {
  font-family: "Butler Regular Stencil", serif;
  color: rgba(13, 113, 218, 0.45);
  background: url("/images/logos/logo-unispourservir.png") no-repeat right center;
  background-size: auto 100%; }

#logo-fxbellamy {
  font-family: "Dancing Script", sans-serif;
  color: rgba(240, 154, 75, 0.45);
  background: url() no-repeat right center;
  background-size: auto 100%;
  margin-top: -1vw; }

#logo-dominiquedejoux {
  font-family: "Playfair Display", serif;
  color: rgba(255, 255, 255, 0.35);
  background: url() no-repeat right center;
  background-size: auto 100%;
  font-size: 20vw;
  line-height: 20vw;
  margin-top: 2.5vw; }

#logo-maxrougier {
  font-family: "Codystar", sans-serif;
  color: rgba(127, 141, 142, 0.55);
  background: url() no-repeat right center;
  background-size: auto 100%;
  font-size: 20vw;
  line-height: 20vw;
  margin-top: 2.5vw; }

#logo-9 {
  font-family: "Signika Negative", sans-serif;
  color: rgba(255, 255, 255, 0.45);
  background: url() no-repeat right center;
  background-size: auto 100%; }

#logo-brenus, #logo-lrsenat, #logo-veroniquehenriot, #logo-m2m, #logo-servir, #logo-fxbellamy, #logo-dominiquedejoux, #logo-maxrougier, #logo-9 {
  display: none; }

/**** CONTACT ****/
#title-capsule {
  position: absolute;
  top: 50px;
  right: 50px;
  font: 16.6666666667px "Lato", sans-serif;
  font-weight: 300;
  color: white;
  text-align: right;
  -webkit-animation: 1.5s fadeIn 4.5s both;
  -moz-animation: 1.5s fadeIn 4.5s both;
  -o-animation: 1.5s fadeIn 4.5s both;
  animation: 1.5s fadeIn 4.5s both; }

/*image container*/
.image-container-about, .image-container-share, .image-container-follow {
  height: 25px;
  width: 25px;
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-animation: 1.5s fadeIn 5.5s 1 both;
  -moz-animation: 1.5s fadeIn 5.5s 1 both;
  -o-animation: 1.5s fadeIn 5.5s 1 both;
  animation: 1.5s fadeIn 5.5s 1 both; }

.image-container-about {
  top: 72.5px;
  right: 140px; }

.image-container-share {
  top: 75px;
  right: 93.75px; }

.image-container-follow {
  top: 75px;
  right: 50px; }

/*circles*/
.circle {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background-color: transparent;
  transition: color 0.2s ease-in-out;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000; }

.facebook-share, .codepen-share, .github-share {
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.6s cubic-bezier(0.34, 0.67, 0.17, 0.95);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  opacity: 0; }

/*Hovers*/
.facebook-share:hover, .codepen-share:hover, .github-share:hover {
  cursor: pointer; }

/*Hovers that change position of circles*/
.image-container-follow:hover .facebook-share {
  top: 37.5px;
  opacity: 1;
  z-index: 1; }

.image-container-follow:hover .codepen-share {
  top: 62.5px;
  opacity: 1;
  z-index: 1; }

.image-container-follow:hover .github-share {
  top: 87.5px;
  opacity: 1;
  z-index: 1; }

/*About*/
.image-container-about .front,
.image-container-about .back {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  cursor: default; }

.image-container-about .front {
  color: white;
  font: 37.5px "Signika Negative", sans-serif;
  font-weight: 600;
  margin: 0px 0px 0px -0.1px; }

.image-container-about .back {
  color: #F09D51;
  font: 12.5px "Lato", sans-serif;
  font-weight: 300;
  width: 100px;
  margin: 0px 0px 0px -50px; }

/*SVG stuff*/
.image-container-share svg {
  width: 25px !important;
  height: 25px; }

.image-container-follow svg {
  margin-top: -2px;
  width: 30px;
  height: 30px; }

.facebook-share svg {
  width: 25px;
  height: 25px;
  margin-right: -3px; }

.codepen-share svg {
  width: 25px;
  height: 25px;
  margin-right: -3px; }

.github-share svg {
  width: 25px;
  height: 25px;
  margin-right: -3px; }

/*SVG Path fills*/
.image-container-share .circle path,
.image-container-follow .circle path {
  fill: white;
  z-index: 1;
  transition: all 0.2s ease-in-out; }

.image-container-share:hover path,
.image-container-follow:hover path {
  fill: #F09D51; }

.facebook-share:hover path,
.codepen-share:hover path,
.github-share:hover path {
  fill: white; }

/*creative hover stuff*/
.hovereffect:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0; }

.hovereffect:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/*flipper shit*/
.front, .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0; }

.back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  color: #F09D51;
  font: 12.5px "Lato", sans-serif;
  font-weight: 300;
  text-align: center; }

.image-container-follow .back {
  margin: -2px 0 0 0;
  cursor: default; }

.image-container-about:hover .back,
.image-container-share:hover .back,
.image-container-follow:hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg); }

.image-container-about:hover .front,
.image-container-share:hover .front,
.image-container-follow:hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

/**** RESEAUX SOCIAUX MOBILE ****/
.mobile-rs {
  z-index: 1000;
  position: fixed;
  top: 65px;
  right: 45px;
  width: 130px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -webkit-animation: 1.5s fadeIn 5.5s 1 both;
  -moz-animation: 1.5s fadeIn 5.5s 1 both;
  -o-animation: 1.5s fadeIn 5.5s 1 both;
  animation: 1.5s fadeIn 5.5s 1 both;
  display: none; }

.mobile-rs svg {
  width: 25px;
  height: 25px;
  margin: 5px; }

.mobile-rs .facebook-share-mobile svg {
  margin-right: 0vh; }

.mobile-rs path {
  color: white;
  fill: white; }

.bright {
  display: none; }

/**** ANIMATIONS ****/
@-webkit-keyframes DisplayLogo {
  0% {
    top: -100%; }
  100% {
    top: 60px; } }
@-moz-keyframes DisplayLogo {
  0% {
    top: -100%; }
  100% {
    top: 60px; } }
@-o-keyframes DisplayLogo {
  0% {
    top: -100%; }
  100% {
    top: 60px; } }
@keyframes DisplayLogo {
  0% {
    top: -100%; }
  100% {
    top: 60px; } }
@-webkit-keyframes DisplayRef {
  0% {
    left: -100%; }
  100% {
    left: 0; } }
@-moz-keyframes DisplayRef {
  0% {
    left: -100%; }
  100% {
    left: 0; } }
@-o-keyframes DisplayRef {
  0% {
    left: -100%; }
  100% {
    left: 0; } }
@keyframes DisplayRef {
  0% {
    left: -100%; }
  100% {
    left: 0; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px); } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
@-webkit-keyframes fadeInLogo {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0.3;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInLogo {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px); }
  100% {
    opacity: 0.3;
    -moz-transform: translateX(0px); } }
@-o-keyframes fadeInLogo {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 0.3;
    -o-transform: translateX(0); } }
@keyframes fadeInLogo {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 0.3;
    transform: translateX(0); } }
@-webkit-keyframes fadeInBasic {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeInBasic {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeInBasic {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeInBasic {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeInoverview {
  0% {
    opacity: 0;
    height: 100%;
    width: 100%; }
  100% {
    opacity: 0.5;
    height: 608px;
    width: 1080px; } }
@-moz-keyframes fadeInoverview {
  0% {
    opacity: 0;
    height: 100%;
    width: 100%; }
  100% {
    opacity: 0.5;
    height: 608px;
    width: 1080px; } }
@-o-keyframes fadeInoverview {
  0% {
    opacity: 0;
    height: 100%;
    width: 100%; }
  100% {
    opacity: 0.5;
    height: 608px;
    width: 1080px; } }
@keyframes fadeInoverview {
  0% {
    opacity: 0;
    height: 100%;
    width: 100%; }
  100% {
    opacity: 0.5;
    height: 608px;
    width: 1080px; } }
@-webkit-keyframes fadeOutBasic {
  0% {
    opacity: 0; }
  1% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOutBasic {
  0% {
    opacity: 0; }
  1% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes fadeOutBasic {
  0% {
    opacity: 0; }
  1% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOutBasic {
  0% {
    opacity: 0; }
  1% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes ZoomOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.1; } }
@-moz-keyframes ZoomOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.1; } }
@-o-keyframes ZoomOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.1; } }
@keyframes ZoomOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-webkit-keyframes blur {
  from {
    -webkit-filter: blur(5px); }
  to {
    -webkit-filter: blur(0); } }
@-moz-keyframes blur {
  from {
    -moz-filter: blur(5px); }
  to {
    -moz-filter: blur(0); } }
@-o-keyframes blur {
  from {
    -o-filter: blur(5px); }
  to {
    -o-filter: blur(0); } }
@keyframes blur {
  from {
    filter: blur(5px); }
  to {
    filter: blur(0); } }
/**** MEDIA QUERIES ****/
/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
  /* Styles */ }
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  /* Styles */ }
/* iPads (portrait and landscape) ----------- */
@media only screen and (max-width: 1024px) {
  canvas, .image-container-about, .image-container-share, .image-container-follow {
    display: none; }

  .modal-close-button {
    top: 70px;
    left: 50px; }

  .modal-close-button .progress {
    opacity: 1;
    stroke-dasharray: 90,120; }

  #references {
    transform: none !important;
    max-height: 100vh; }

  .link-ref p {
    transform: none !important; } }
/* iPads (landscape) ----------- */
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  #title-homepage, .container-reflection, #container-logos {
    display: none; }

  #title-homepage {
    top: 25%;
    height: 50%;
    left: 30%;
    width: 70%;
    transform: translateX(-50px); }

  #title-homepage svg {
    width: 40px;
    height: 80px; }

  #container-references {
    padding-top: 0;
    height: 100vh; }

  #container-overview {
    height: 322px;
    width: 573px; }

  @-webkit-keyframes fadeInoverview {
    0% {
      opacity: 0;
      height: 100%;
      width: 100%; }
    100% {
      opacity: 0.5;
      height: 322px;
      width: 573px; } }
  @-moz-keyframes fadeInoverview {
    0% {
      opacity: 0;
      height: 100%;
      width: 100%; }
    100% {
      opacity: 0.5;
      height: 322px;
      width: 573px; } }
  @-o-keyframes fadeInoverview {
    0% {
      opacity: 0;
      height: 100%;
      width: 100%; }
    100% {
      opacity: 0.5;
      height: 322px;
      width: 573px; } }
  @keyframes fadeInoverview {
    0% {
      opacity: 0;
      height: 100%;
      width: 100%; }
    100% {
      opacity: 0.5;
      height: 322px;
      width: 573px; } } }
/* iPads (portrait) ----------- */
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .logo span, #title-homepage, #container-logos {
    display: none; }

  #container-overview {
    bottom: 15vh;
    height: 43%;
    width: 90%; }

  @-webkit-keyframes fadeInoverview {
    0% {
      opacity: 0;
      height: 100%;
      width: 100%; }
    100% {
      opacity: 0.5;
      height: 43%;
      width: 90%; } }
  @-moz-keyframes fadeInoverview {
    0% {
      opacity: 0;
      height: 100%;
      width: 100%; }
    100% {
      opacity: 0.5;
      height: 43%;
      width: 90%; } }
  @-o-keyframes fadeInoverview {
    0% {
      opacity: 0;
      height: 100%;
      width: 100%; }
    100% {
      opacity: 0.5;
      height: 43%;
      width: 90%; } }
  @keyframes fadeInoverview {
    0% {
      opacity: 0;
      height: 100%;
      width: 100%; }
    100% {
      opacity: 0.5;
      height: 43%;
      width: 90%; } }
  #container-references {
    top: 5vh;
    padding-top: 45px; }

  .references {
    padding-left: 0;
    align-items: center; }

  .references li a div {
    font-size: 50px;
    line-height: 60px; }

  .bright {
    display: flex;
    color: rgba(255, 255, 255, 0.15) !important; } }
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 725px) {
  .modal-close-button {
    top: 30px;
    left: 45px;
    height: 35px;
    width: 35px; } }
/* Smartphones (landscape) ----------- */
@media only screen and (max-width: 725px) and (orientation: landscape) {
  .references {
    justify-content: center; }

  .references li a div {
    font-size: 25px;
    line-height: 28px; }

  #container-overview {
    height: 228px;
    width: 406px; }

  @-webkit-keyframes fadeInoverview {
    0% {
      opacity: 0;
      height: 100%;
      width: 100%; }
    100% {
      opacity: 0.5;
      height: 228px;
      width: 406px; } }
  @-moz-keyframes fadeInoverview {
    0% {
      opacity: 0;
      height: 100%;
      width: 100%; }
    100% {
      opacity: 0.5;
      height: 228px;
      width: 406px; } }
  @-o-keyframes fadeInoverview {
    0% {
      opacity: 0;
      height: 100%;
      width: 100%; }
    100% {
      opacity: 0.5;
      height: 228px;
      width: 406px; } }
  @keyframes fadeInoverview {
    0% {
      opacity: 0;
      height: 100%;
      width: 100%; }
    100% {
      opacity: 0.5;
      height: 228px;
      width: 406px; } } }
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 725px) and (orientation: portrait) {
  /* Styles */
  #container-references {
    top: 10vh;
    padding-top: 45px; }

  .container-reflection {
    display: none; }

  #container-overview {
    bottom: 10vh;
    height: 30%;
    width: 90%;
    max-height: 220px; }

  @-webkit-keyframes fadeInoverview {
    0% {
      opacity: 0;
      height: 100%;
      width: 100%; }
    100% {
      opacity: 0.5;
      height: 30%;
      width: 90%; } }
  @-moz-keyframes fadeInoverview {
    0% {
      opacity: 0;
      height: 100%;
      width: 100%; }
    100% {
      opacity: 0.5;
      height: 30%;
      width: 90%; } }
  @-o-keyframes fadeInoverview {
    0% {
      opacity: 0;
      height: 100%;
      width: 100%; }
    100% {
      opacity: 0.5;
      height: 30%;
      width: 90%; } }
  @keyframes fadeInoverview {
    0% {
      opacity: 0;
      height: 100%;
      width: 100%; }
    100% {
      opacity: 0.5;
      height: 30%;
      width: 90%; } }
  #container-references {
    padding-top: 5px; }

  .references li a div {
    font-size: 32px;
    line-height: 37px; } }
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* Styles */ }

/*# sourceMappingURL=style.css.map */
