@charset "UTF-8";
/* CSS Document */

.pop {
    color: white; 
    position: fixed;
    z-index: 100000000000;
    padding-left: 92vw; 
    top: 4vh;
}

.pop a {
  color: #0023FF;
    background-color: white;
    padding: 5px 26px;
    font-size: 1em;
  text-decoration: none;
    border-radius: 10000px;
}

.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
   background-color: rgba(112, 112, 112, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  width: 40vw;
  height: auto;
  padding: 80px 50px;
  margin: 15vh auto;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-popup-container p {
  padding: 1em;
    font-size: 0.5em;
       color:#0023FF;
     
}

.cd-popup-container h1 {
  padding:0.3em;
    font-size: 0.6em;
    color:#FF3824;
}


.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 60px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}

  .iphone5SE{
        display:none;
        
    }
    .iphone6{
        display:none;
        
    }
    .iphone6plus{
         display:none;
        
    }
    .iphonex{
         display:none;
        
    }
    .iphonexplus{
         display:none;
        
    }
    .iphone{
         display:block;
        
    }
    .iphonemax{
         display:none;
        
    }
    .ipad{
         display:none;
        
    }
    .ipadmax{
         display:none;
        
    }
    .web{
         display:none;
        
    }

html, body{
	margin: 0;
    background-color: white;
    font-family: 'Nunito', sans-serif;
    color:#0023FF;
    font-size: 30px;
    height: 100vh;
    width: 100vw;
    
}

.background{
    background: url('../img/backgroundtravail.png') center fixed no-repeat;
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: static;

}

.backgroundhover1bis, .backgroundhover1, .backgroundhover2, .backgroundhover3, .backgroundhover4, .backgroundhover5, .backgroundhover6, .backgroundhover7, .backgroundhover8, .backgroundhover9 {
    display: flex;
        height: 50vh;
     width: auto;
    margin-left: 5vw;
}


.travailimg{ 
    position:absolute;
    z-index: 1000; 
    margin-left: 7vw;
    margin-right: 21vw;
    transform: translateY(-100vh);
    z-index: 100;  
}

.travailimg img{ 
    margin:50vh 10vw;
    width: 80%;
}

.travailimg video{
    height: 35vh;
      margin: 20% 0 0 90%;
}

.container {
  position: relative;
  width: 80%;
}

.buttonbleu {
    position: fixed;
    display: flex;
    z-index: 10000;
}

.buttonbleu a{
        position: absolute;
        color:#0023FF;
        text-decoration: none;
    }

.buttonbleu a:hover{
        text-decoration: underline;
    }
       
.left{
        transform: rotate(-90deg);
        bottom: 0vh;
        left: 6vw;
        z-index: 10000;
        display: flex;
    }

.arrow-downbleu {
    z-index: 10000;
    position: fixed;
    left: 35vw;
    width: 6%;
    height: 8%;
     transform: translateY(4vh);
    background: url(../img/arrow-downbleu.png) no-repeat;
    -webkit-animation: bounce-fade 1.2s infinite;
    /* Safari 4+ */
    -moz-animation: bounce-fade 1.2s infinite;
    /* Fx 5+ */
    -o-animation: bounce-fade 1.2s infinite;
    /* Opera 12+ */
    animation: bounce-fade 1.2s infinite;
    /* IE 10+ */
}


@-webkit-keyframes bounce-fade {
    0% {
        opacity: 0;
        bottom: 70px;
    }

    100% {
        opacity: 1;
        bottom: 35px;
    }
}

@-moz-keyframes bounce-fade {
    0% {
        opacity: 0;
        bottom: 70px;
    }

    100% {
        opacity: 1;
        bottom: 35px;
    }
}

@-o-keyframes bounce-fade {
    0% {
        opacity: 0;
        bottom: 70px;
    }

    100% {
        opacity: 1;
        bottom: 35px;
    }
}

@keyframes bounce-fade {
    0% {
        opacity: 0;
        bottom: 70px;
    }

    100% {
        opacity: 1;
        bottom: 35px;
    }
}


/*IPHONE MAX VERSION*/
@media only screen and (min-width: 750px)
    
{
     .iphone5SE{
        display: none;
        
    }
    .iphone6{
        display:none;
        
    }
    .iphone6plus{
         display:none;
        
    }
    .iphonex{
         display:none;
        
    }
    .iphonexplus{
         display:none;
        
    }
    .iphone{
         display:none;
        
    }
    .iphonemax{
         display:block;
        
    }
    .ipad{
         display:none;
        
    }
    .ipadmax{
         display:none;
        
    }
    .web{
         display:none;
         }
 body{
    font-size: 1.3em;
}

.backgroundhover1bis, .backgroundhover1, .backgroundhover2, .backgroundhover3, .backgroundhover4, .backgroundhover5, .backgroundhover6, .backgroundhover7, .backgroundhover8, .backgroundhover9 {

    height: 65vh;
        width: auto;

}

.travailimg img{ 
    margin: 40vh 8vw;
        width: 85%;
}

.travailimg video{
    height: 75vh;
      margin: 20% 0 0 90%;
}
  
.left{
  bottom: 10vh;
  left: 6vw;
    }

}

/*IPAD VERSION*/
@media only screen and (min-width: 1000px)

{
    .iphone5SE{
        display: none;
        
    }
    .iphone6{
        display:none;
        
    }
    .iphone6plus{
         display:none;
        
    }
    .iphonex{
         display:none;
        
    }
    .iphonexplus{
         display:none;
        
    }
    .iphone{
         display:none;
        
    }
    .iphonemax{
         display:none;
        
    }
    .ipad{
         display:block;
        
    }
    .ipadmax{
         display:none;
        
    }
    .web{
         display:none;
        
    }
    body{
    font-size: 1.3em;
}

.backgroundhover1bis, .backgroundhover1, .backgroundhover2, .backgroundhover3, .backgroundhover4, .backgroundhover5, .backgroundhover6, .backgroundhover7, .backgroundhover8, .backgroundhover9 {

    height: 90vh;
        width: auto;

}

.travailimg img{ 
    margin: 15vh 8vw;
        width: 85%;
}

.travailimg video{
    height: 75vh;
      margin: 20% 0 0 90%;
}



.overlay {
  top: 25.5%;
  bottom: 0;
  left: 15.5%;
  right: 0;
height: 59%;
  width: 85%;
}


.text {
  font-size: 0.5em;
  top: 50%;
  left: 50%;
}

.text h1 {
  font-size: 1.5em;
}
       
.left{
  bottom: 40vh;
  left: 6vw;
    }


}

/*IPAD MAX VERSION*/
@media only screen and (min-width: 1350px)

{
    .iphone5SE{
        display: none;
        
    }
    .iphone6{
        display:none;
        
    }
    .iphone6plus{
         display:none;
        
    }
    .iphonex{
         display:none;
        
    }
    .iphonexplus{
         display:none;
        
    }
    .iphone{
         display:none;
        
    }
    .iphonemax{
         display:none;
        
    }
    .ipad{
         display:none;
        
    }
    .ipadmax{
         display:block;
        
    }
    .web{
         display:none;
        
    }
    
    body{
    font-size: 1.4em;
}

.backgroundhover1bis, .backgroundhover1, .backgroundhover2, .backgroundhover3, .backgroundhover4, .backgroundhover5, .backgroundhover6, .backgroundhover7, .backgroundhover8, .backgroundhover9 {

  height: 100vh;
    width: auto;
    margin-left: 5vw;
}


.travailimg img{ 
    margin:3vh 10vw;
    width: 75%;
}

.travailimg video{
    height: 75vh;
      margin: 20% 0 0 90%;
}


.overlay {
  top: 18%;
  bottom: 0;
  left: 19%;
  right: 0;
  height: 77%;
  width: 76%;
}


.text {
  font-size: 0.5em;
  top: 50%;
  left: 50%;
}

.text h1 {
  font-size: 1.5em;
}
       
.left{

        bottom: 50vh;
        left: 6vw;
    }


}

/*WEB 13" VERSION*/
@media only screen and (min-width: 1300px) and (max-height: 780px)

{
    
.travailimg img{ 
    margin:10vh 10vw;
    width: 65%;
}

.travailimg video{
    height: 75vh;
      margin: 20% 0 0 90%;
}
     }

/*WEB VERSION*/
@media only screen and (min-width: 1600px)

{
    .iphone5SE{
        display: none;
        
    }
    .iphone6{
        display:none;
        
    }
    .iphone6plus{
         display:none;
        
    }
    .iphonex{
         display:none;
        
    }
    .iphonexplus{
         display:none;
        
    }
   .iphone{
         display:none;
        
    }
    .iphonemax{
         display:none;
        
    }
    .ipad{
         display:none;
        
    }
    .ipadmax{
         display:none;
        
    }
    .web{
         display:block;
        
    }
    
        body{
    font-size: 1.5em;
}

.backgroundhover1bis, .backgroundhover1, .backgroundhover2, .backgroundhover3, .backgroundhover4, .backgroundhover5, .backgroundhover6, .backgroundhover7, .backgroundhover8, .backgroundhover9 {

    height: 100vh;
    width: auto;
    margin-left: 5vw;
   
}


.travailimg img{ 
    margin:2vh 7vw;
    width: 70%;
}

.travailimg video{
    height: 75vh;
      margin: 20% 0 0 90%;
}

.container {
  width: 80%;
}
      
.left{
        bottom: 50vh;
        left: 6vw;
    }

}
