@font-face {font-family: 'Lato-Bold';src: url('../fonts/lato/Lato-Bold.ttf') format('truetype');font-weight: bold;font-style: normal}
@font-face {font-family: 'Lato';src: url('../fonts/lato/Lato-Regular.ttf') format('truetype');font-weight: normal;font-style: normal}
@font-face {font-family: 'Manteka';src: url('../fonts/Manteka.otf') format('truetype');font-weight: normal;font-style: normal}
@font-face {font-family: 'Caviar';src: url('../fonts/CaviarDreams.ttf') format('truetype');font-weight: normal;font-style: normal}
@font-face {font-family: 'HighVoltage';src: url('../fonts/HighVoltage.ttf') format('truetype');font-weight: normal;font-style: normal}



/*General Style */

body, html{
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

/* line 1, style.scss */
html, body {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  height: 100%;
}
/* line 8, style.scss */

/* line 15, style.scss */
#accueil {
    /*background-color: #A2DAFF#2980b9*/
    padding: 0;
    margin: 0;
    width: 100%;
    font-family: 'Lato-Bold', sans-serif;
    overflow: hidden;
    height:100%;
    position: fixed;
    text-align:center;
    box-shadow: inset 0px -15px 130px 2px rgba(40, 73, 132, 1);
    -moz-box-shadow: inset 0px -15px 130px 2px rgba(40, 73, 132, 1);
    -webkit-box-shadow: inset 0px -15px 130px 2px #5B97BF;
 }

*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}

@import url(http://fonts.googleapis.com/css?family=PT+Sans);
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  background: #1a1a1a;
  width: 100%;
  height: 100%;
  font-family: "PT Sans", sans-serif;
}

#others_container{
        margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
}

.skills-bar-container {
  position: relative;
  width: 100%;
  text-align: justify;
  list-style: none;
margin-bottom: 15px;
}
.skills-bar-container li {
  position: relative;
  width: 100%;
  padding: 5px;
}
.skills-bar-container li .progressbar-title {
  color: #fff;
}
.skills-bar-container li .progressbar-title h3 {
  display: inline-block;
}
.skills-bar-container li .progressbar-title .percent {
  position: absolute;
  right: 5px;
  top: 8px;
}
.skills-bar-container li .bar-container {
  background: #fff;
  position: relative;
  width: 100%;
  height: 8px;
  margin-top: 5px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.skills-bar-container li .bar-container .progressbar {
  position: absolute;
  width: 0%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.skills-bar-container li .bar-container #progress-html {
  -webkit-animation-name: progress-html;
  animation-name: progress-html;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.skills-bar-container li .bar-container #progress-php {
  -webkit-animation-name: progress-php;
  animation-name: progress-php;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.skills-bar-container li .bar-container #progress-javascript {
  -webkit-animation-name: progress-javascript;
  animation-name: progress-javascript;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.skills-bar-container li .bar-container #progress-sql {
  -webkit-animation-name: progress-sql;
  animation-name: progress-sql;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.skills-bar-container li .bar-container #progress-css {
  -webkit-animation-name: progress-css;
  animation-name: progress-css;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.skills-bar-container li .bar-container #progress-angular {
  -webkit-animation-name: progress-angular;
  animation-name: progress-angular;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.skills-bar-container li .bar-container #progress-csharp {
  -webkit-animation-name: progress-csharp;
  animation-name: progress-csharp;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}
.skills-bar-container li .bar-container #progress-java {
  -webkit-animation-name: progress-java;
  animation-name: progress-java;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}
.skills-bar-container li .bar-container #progress-c {
  -webkit-animation-name: progress-c;
  animation-name: progress-c;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.skills-bar-container li .bar-container #progress-cplusplus {
  -webkit-animation-name: progress-cplusplus;
  animation-name: progress-cplusplus;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.skills-bar-container li .bar-container #progress-python {
  -webkit-animation-name: progress-python;
  animation-name: progress-python;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}
.skills-bar-container li .bar-container #progress-SQLServer {
  -webkit-animation-name: progress-SQLServer;
  animation-name: progress-SQLServer;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}
.skills-bar-container li .bar-container #progress-oracle {
  -webkit-animation-name: progress-oracle;
  animation-name: progress-oracle;
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}
.skills-bar-container li .bar-container #progress-MSAccess {
  -webkit-animation-name: progress-MSAccess;
  animation-name: progress-MSAccess;
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s;
}
.skills-bar-container li .bar-container #progress-french {
  -webkit-animation-name: progress-french;
  animation-name: progress-french;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.skills-bar-container li .bar-container #progress-english {
  -webkit-animation-name: progress-english;
  animation-name: progress-english;
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s;
}
.skills-bar-container li .bar-container #progress-spanish {
  -webkit-animation-name: progress-spanish;
  animation-name: progress-spanish;
  -webkit-animation-delay: 3.4s;
  animation-delay: 3.4s;
}
.skills-bar-container li .bar-container #progress-unity {
  -webkit-animation-name: progress-unity;
  animation-name: progress-unity;
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}
.skills-bar-container li .bar-container #progress-solidworks {
  -webkit-animation-name: progress-solidworks;
  animation-name: progress-solidworks;
  -webkit-animation-delay: 3.8s;
  animation-delay: 3.8s;
}
.skills-bar-container li .bar-container #progress-photoshop {
  -webkit-animation-name: progress-photoshop;
  animation-name: progress-photoshop;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}


.progressblue {
  background-color: #67aadd;
}

@-webkit-keyframes progress-html {
  0% {
    width: 0%;
  }
  100% {
    width: 90%;
  }
}
@-webkit-keyframes progress-php {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
@-webkit-keyframes progress-css {
  0% {
    width: 0%;
  }
  100% {
    width: 90%;
  }
}
@-webkit-keyframes progress-javascript {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
@-webkit-keyframes progress-sql {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
@-webkit-keyframes progress-angular {
  0% {
    width: 0%;
  }
  100% {
    width: 70%;
  }
}
@-webkit-keyframes progress-csharp {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
@-webkit-keyframes progress-java {
  0% {
    width: 0%;
  }
  100% {
    width: 60%;
  }
}
@-webkit-keyframes progress-c {
  0% {
    width: 0%;
  }
  100% {
    width: 60%;
  }
}
@-webkit-keyframes progress-cplusplus {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}
@-webkit-keyframes progress-python {
  0% {
    width: 0%;
  }
  100% {
    width: 40%;
  }
}
@-webkit-keyframes progress-SQLServer {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
@-webkit-keyframes progress-oracle {
  0% {
    width: 0%;
  }
  100% {
    width: 60%;
  }
}
@-webkit-keyframes progress-MSAccess {
  0% {
    width: 0%;
  }
  100% {
    width: 60%;
  }
}
@-webkit-keyframes progress-french {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes progress-english {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
@-webkit-keyframes progress-unity {
  0% {
    width: 0%;
  }
  100% {
    width: 70%;
  }
}
@-webkit-keyframes progress-solidworks {
  0% {
    width: 0%;
  }
  100% {
    width: 60%;
  }
}
@-webkit-keyframes progress-photoshop {
  0% {
    width: 0%;
  }
  100% {
    width: 40%;
  }
}
@-webkit-keyframes progress-spanish {
  0% {
    width: 0%;
  }
  100% {
    width: 30%;
  }
}
@-moz-keyframes progress-html {
  0% {
    width: 0%;
  }
  100% {
    width: 90%;
  }
}
@-moz-keyframes progress-php {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
@-moz-keyframes progress-css {
  0% {
    width: 0%;
  }
  100% {
    width: 90%;
  }
}
@-moz-keyframes progress-javascript {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
@-moz-keyframes progress-sql {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
@-moz-keyframes progress-angular {
  0% {
    width: 0%;
  }
  100% {
    width: 70%;
  }
}
@-moz-keyframes progress-csharp {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
@-moz-keyframes progress-java {
  0% {
    width: 0%;
  }
  100% {
    width: 60%;
  }
}
@-moz-keyframes progress-c {
  0% {
    width: 0%;
  }
  100% {
    width: 60%;
  }
}
@-moz-keyframes progress-cplusplus {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}
@-moz-keyframes progress-python {
  0% {
    width: 0%;
  }
  100% {
    width: 40%;
  }
}
@-moz-keyframes progress-SQLServer {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
@-moz-keyframes progress-oracle {
  0% {
    width: 0%;
  }
  100% {
    width: 60%;
  }
}
@-moz-keyframes progress-MSAccess {
  0% {
    width: 0%;
  }
  100% {
    width: 60%;
  }
}
@-moz-keyframes progress-french {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes progress-english {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
@-moz-keyframes progress-spanish {
  0% {
    width: 0%;
  }
  100% {
    width: 30%;
  }
}
@-moz-keyframes progress-unity {
  0% {
    width: 0%;
  }
  100% {
    width: 70%;
  }
}
@-moz-keyframes progress-solidworks {
  0% {
    width: 0%;
  }
  100% {
    width: 60%;
  }
}
@-moz-keyframes progress-photoshop {
  0% {
    width: 0%;
  }
  100% {
    width: 40%;
  }
}
@keyframes progress-html {
  0% {
    width: 0%;
  }
  100% {
    width: 90%;
  }
}
@keyframes progress-php {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
@keyframes progress-css {
  0% {
    width: 0%;
  }
  100% {
    width: 90%;
  }
}
@keyframes progress-javascript {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
@keyframes progress-angular {
  0% {
    width: 0%;
  }
  100% {
    width: 70%;
  }
}
@keyframes progress-sql {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
@keyframes progress-csharp {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
@keyframes progress-java {
  0% {
    width: 0%;
  }
  100% {
    width: 60%;
  }
}
@keyframes progress-c {
  0% {
    width: 0%;
  }
  100% {
    width: 60%;
  }
}
@keyframes progress-cplusplus {
  0% {
    width: 0%;
  }
  100% {
    width: 50%;
  }
}
@keyframes progress-python {
  0% {
    width: 0%;
  }
  100% {
    width: 40%;
  }
}
@keyframes progress-SQLServer {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
@keyframes progress-oracle {
  0% {
    width: 0%;
  }
  100% {
    width: 60%;
  }
}
@keyframes progress-MSAccess {
  0% {
    width: 0%;
  }
  100% {
    width: 60%;
  }
}
@keyframes progress-french {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress-english {
  0% {
    width: 0%;
  }
  100% {
    width: 80%;
  }
}
@keyframes progress-spanish {
  0% {
    width: 0%;
  }
  100% {
    width: 30%;
  }
}
@keyframes progress-unity {
  0% {
    width: 0%;
  }
  100% {
    width: 70%;
  }
}
@keyframes progress-solidworks {
  0% {
    width: 0%;
  }
  100% {
    width: 60%;
  }
}
@keyframes progress-photoshop {
  0% {
    width: 0%;
  }
  100% {
    width: 40%;
  }
}


.center-block{display:block;margin-right:auto;margin-left:auto}

.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}

 img{
     border: inherit;
     vertical-align: inherit;
 }

.loader {
    position : fixed;
    z-index: 9999;
    background : url('../img/ring-alt.gif') 50% 50% no-repeat;
    background-color: white;
    top : 0px;
    left : 0px;
    height : 100%;
    width : 100%;
    cursor : wait;
}

.containerBackground {
    position: fixed;
    height: 100%;
    width: 100%;
}

#in_work{
    text-align: center;
    position: fixed;
    z-index: 900;
    width: 100%;
    height: 25px;
    vertical-align: middle;
    padding: 0;
}

#text_info{
    font-family: "Century Gothic", sans-serif;
    font-size: 18px;
    color: #E0EDFB;
    margin-top: 5px;
    z-index: 900;
}

.transition1{
    position: relative;
    width: 102%;
    height: 105px;
    background-color: #233140;
    margin-top: -45px;
    /* background-image: url(http://localhost:3000/assets/css/../img/triangle_light.png); */
    transform: rotate(2deg);
    z-index: 899;
}

.transition12{
    position: relative;
    width: 102%;
    height: 60px;
    background-color: #4d6f90;
    margin-top: -50px;
    /* background-image: url(http://localhost:3000/assets/css/../img/triangle_light.png); */
    transform: rotate(3.5deg);
    z-index: 898;
}

.transition13{
    position: relative;
    width: 102%;
    height: 80px;
    background-color: #67aadd;
    margin-top: -105px;
    margin-left: -4px;
    /* background-image: url(http://localhost:3000/assets/css/../img/triangle_light.png); */
    transform: rotate(-2deg);
    z-index: 898;
}


.formulaireMail{
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.colonne{
    width: 305px;
}

#validation{
    height: 63px;
}

#tr_message{
    vertical-align: top;
}

textarea{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    padding-left: 5px;
    resize: none;
    background: rgba(0, 0, 0, 0.05) linear-gradient(90deg, rgba(0, 0, 0, 0.05) 50%, transparent 80%);
    width: 90%;
    height: 230px;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    outline: none;
    margin-top: 10px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    transition: all 0.5s ease;
}
textarea:focus{
    background-color: rgba(0, 0, 0, 0.11);
}

input[type="text"],input[type="date"],input[type="number"],input[type="password"],input[type="email"],input[type="tel"],input:not([type]),select{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    padding-left: 5px;
    background: rgba(0, 0, 0, 0.05) linear-gradient(90deg, rgba(0, 0, 0, 0.05) 50%, transparent 80%);
    width: 90%;
    height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: white;
    border: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    outline: none;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    transition: all 0.5s ease;
}
input:focus{
    background: rgba(0, 0, 0, 0.10) linear-gradient(90deg, rgba(0, 0, 0, 0.05) 50%, transparent 80%);
}

.valid_button {
    border: inherit;
    color: white;
    font-size: 17px;
    width: 100%;
    font-family: 'Manteka', sans-serif;
    cursor: pointer;
    border-bottom: 3px solid #416D8E;
    padding: 10px;
    width: 100px;
    vertical-align: top;
    background-color: #67AADD;
    outline: none;
    margin-top: 10px;
    margin-bottom: 8px;
}

#transition2{
    position: relative;
    width: 105%;
    height: 80px;
    background-color: #2c3e50;
    margin-top: 100px;
    /* background-image: url(http://localhost:3000/assets/css/../img/triangle_light.png); */
    transform: rotate(-2deg);
    z-index: 900;
}

#transition3{
    position: relative;
    width: 102%;
    height: 80px;
    background-color: #67aadd;
    margin-top: -100px;
    /* background-image: url(http://localhost:3000/assets/css/../img/triangle_light.png); */
    transform: rotate(-3.5deg);
    z-index: 899;
}

#transition4{
    position: relative;
    width: 100%;
    height: 80px;
    background-color: #4d6f90;
    margin-top: -40px;
    margin-left: -4px;
    /* background-image: url(http://localhost:3000/assets/css/../img/triangle_light.png); */
    transform: rotate(2deg);
    z-index: 899;

}

#name {
    font-family: 'HighVoltage', sans-serif;
    overflow: hidden;
}


#barre{
    height: 80%;
    width: 20px;
    background-color: #284C87;
    border-radius: 10px;
    margin-left: -10px;
   left: 50%;
    position: absolute;
}

.section_title{
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
    font-family: "Caviar", sans-serif;
    font-size: 35px;
    color: #67aadd;
    margin-top: 15px;
}

.section_text{
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
    font-family: "Century Gothic", sans-serif;
    font-size: 20px;
    color: #E6EBF1;
    margin-top: 10px;
}

#formation1{
     background-color: #54ADFF;
     border-radius: 5px;
     height: 100px;
     width: 500px;
     position: absolute;
 }

.line, .container, .stage, .restart, .text, .box {
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.section{
     min-height: 500px;
     width: 650px;
     margin: 40px 20px 20px 20px;
     float: left;
     display: block;
    font-family: "Lato", sans-serif;
 }

.sections{
    display: inline-block;
}

#cadre_image{
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: left;
    height: 430px;
    width: 305px;
}

.link_image{
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
    font-family: "Century Gothic", sans-serif;
    font-size: 15px;
    text-decoration: underline;
    margin: 0px;
    margin-top: 5px;
    font-style: italic;
    color: #E6EBF1;
}

.skill_state{
    font-family: "Century Gothic", sans-serif;
    font-size: 14px;
    margin-top: -41px;
    padding-left: 205px;
    /* left: 50%; */
    position: absolute;
    color: #f9f6ff;
}

.image_divs{
    display: inline-block;
    margin: 15px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 2px 8px 0px rgba(11, 15, 19, 0.75);
    -moz-box-shadow: 2px 2px 8px 0px rgba(11, 15, 19, 0.75);
    -webkit-box-shadow: 2px 2px 8px 0px rgba(11, 15, 19, 0.75);
}
.formation_block{
    background-color: rgba(55,80,105,0.50);
    padding: 10px;
    margin-top: 25px;
    border-radius: 5px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#projet{
    padding-top: 30px;
}

.logo_exia{
    height: 50px;
    margin-top: 10px;
    background-color: #ffffff0f;
    padding: 5px 5px 5px 5px;
    border-radius: 6px;
}

.logos_experience{
    width: 150px;
    background-color: #ffffff0f;
    padding: 5px 5px 5px 5px;
    border-radius: 6px;
}


/* une méthode pour ne cibler que Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
   
}


#slider_content {
    float: left;
    height: 695px;
    width: 3125px;
    background-color: rgba(55,80,105,0.50);
    margin: auto;

}
#slider_content > * {
    float: left;
}
#slider_content_list {
    overflow: hidden;
    height: 695px;
    width: 625px;
    margin-top: 25px;
    border-radius: 10px;
}

.justify{
    text-align: justify;
    margin-top: 10px;
}

.slide {
    height: 660px;
    float: left;
    padding: 10px;

}

#photo, .logos{
    padding: 0;
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

#photo_reel{
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: solid 2px #2c3e50;
}

.calques{
    background-image: url("../img/fond.png");
    background-repeat: repeat;
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: 970;
    padding: 0;
    background-size: 12px 12px;
    border-radius: 5px;
    position: absolute;
    margin-top: -220px;
    vertical-align: middle;
    text-align: inherit;
}

#indexes{
    width: 97px;
    margin-top: 8px;
    margin-left: 278px;
    position: absolute;
}

#index_0, #index_1,#index_2,#index_3,#index_4{
    border-radius: 10px;
    width: 12px;
    margin: 2px;
    display: inline-block;
    height: 12px;
    cursor: pointer;
}

#index_1, #index_2, #index_3, #index_4{
    background-color: #54adff;
}

#index_0{
    background-color: white;
}
.element{

}

.projets{
    font-family: "Caviar", sans-serif;
    font-size: 30px;
    height: 100%;
    width: 95%;
    margin: auto;
    left: 0;
    right: 0;
    top: 20%;
    bottom: 0;
    color : white;
    position: absolute;
}

.images{
    padding: 0;
    height: 220px;
    margin: 0;
    border-radius: 5px;
    text-align: inherit;
}

#footer{
    height: 75px;
    margin-top: 20px;
    color: white;
    font-family: "Lato", sans-serif;
    font-size: 17px;
}

#nom_title{
    font-family: "Lato-Bold", sans-serif;
    font-size: 40px;
    text-align: center;
    margin: auto;
}

#transition {
    background-color: #339dff;
    height: 30px;
    width: 100%;
    display: none;
}

#Portfolio {
    position: absolute;
    width: 100%;
    top: 99%;
    z-index: 900; 
    min-height: 110%;
    margin-bottom: 50px;
    text-align: center;
}

.main_transition{
    overflow: hidden;
    width: 100%;
    height: 150px;
    position: absolute;
}

.before_transition{
    bottom: 0%;
}

.portfolio_bckgrnd{
    background: #2c3e50 linear-gradient(320deg, rgba(0, 0, 0, 0.2) 50%, transparent 50%);
}

.padding_10{
    padding: 10px;
}

.entreprise{
    float: left;
    text-align: left;
}
.entreprise-slide{
    text-align: left;
}

.poste{
    text-decoration: underline;
}

.publication{
  text-align: justify;
  margin-top: auto;
}

.periode{
    float: right;
}

.periode-slide{
    text-align: left;
    font-size: 17px;
    font-style: italic;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 10px;
}

.description{
    text-align: left;
}


.nav_button {
    display: inherit;
    color: white;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    border-bottom: 0px solid #67AADD;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.6);
    font-family: "Lato", sans-serif;
}

#listNav_title{
    display: inherit;
    color: #67AADD;
    font-size: 35px;
    text-align: center;
    margin-top: 22px;
    margin-left: 40px;
    margin-bottom: 22px;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.6);
    text-decoration: none;
    font-family: "Lato", sans-serif;
}

.height45{
    height: 45px;
}

.height70{
    height: 70px;
}

.ligne{
    margin: auto;
    height: 2px;
    width: 80%;
    background-color: #67aadd;
}

/* line 19, style.scss */
#listNav {
  z-index: 980;
  position: fixed;
  background-color: #39363f;
  width: 350px;
  margin-top: 0px;
  margin-left: -350px;
  height: 100%;
    opacity: 0;
}

/* line 30, style.scss */
#cache {
  display: none;
  background-color: black;
  opacity: 0;
  position: fixed;
  width: 100%;
  z-index: 975;
  height: 100%;
}

#CV {
    position: fixed;
    z-index: 1000;
    /*margin-left: 20px;
    bottom: -27px;
    transform: rotateZ(16deg);*/
    margin-left: -50px;
    bottom: -140px;
    transform: rotateZ(20deg);
}

#coin_CV{
    position: fixed;
    z-index: 999;
    margin-left: -70px;
    bottom: -135px;
    width: 200px;
    height: 200px;
    background-color: rgba(170, 215, 255, 0.55);
    border: solid 4px rgb(48, 78, 101);
    transform: rotateZ(40deg);
     box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
    border-radius: 100%;
 }

.drapeau{
    position: fixed;
    z-index: 1000;
    opacity: 0.5;
    width: 50px;
    color: white;
    font-family: "Century Gothic", sans-serif;
    top: 15px;
    border-radius: 5px;
    cursor: pointer;
}

#drapeau_EN{
    right: 20px;
}

.large{
    height: 20px;
    padding: 5px;
    margin: 5px;
}
.active_language{
    opacity: 0.8;
    position: fixed;
    z-index: 1000;
    width: 50px;
    color: white;
    font-family: "Century Gothic", sans-serif;
    border-radius: 5px;
    top: 15px;
    cursor: default;
    text-decoration: underline;
}

#drapeau_FR{
    right: 90px;
}

#coin_langue{

}

#drapeau_info{
    position: fixed;
    right: 16px;
    z-index: 1000;
    top: 30px;
    color: white;
    font-family: "Century Gothic", sans-serif;
    font-size: 12px;
    opacity: 0;
    display: none;
}

#image_CV{
    width: 140px;
}

/* line 41, style.scss */
.header_icon {
  outline: none;
  position: fixed;
  width: 61px;
  height: 61px;
  z-index: 985;
  margin-top: 10px;
  border-radius: 50%;
  margin-left: 10px;
  background-color: #67aadd;
  float: left;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  border: 3px solid #304E65;
  transition: transform 0.5s;
}

/* line 14, test.scss */
/* line 56, style.scss */
.header_icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 4px;
  background-color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: background 0.5s, transform 0.5s;
}

/* line 25, test.scss */
/* line 68, style.scss */
.header_icon span::before, .header_icon span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 4px;
  background-color: #ffffff;
  transform: translateY(-8px);
  transition: transform 0.5s;
  transform-origin: 50% 50%;
}

/* line 39, test.scss */
/* line 82, style.scss */
.header_icon span::after {
  transform: translateY(8px);
}

/* line 45, test.scss */
/* line 86, style.scss */
.header_icon:hover span::before {
  transform: translateY(-11px);
}

/* line 49, test.scss */
/* line 90, style.scss */
.header_icon:hover span::after {
  transform: translateY(11px);
}

/* line 54, test.scss */
/* line 94, style.scss */
.header_icon.is-opened {
  transform: rotate(180deg);
}

/* line 56, test.scss */
/* line 98, style.scss */
.header_icon.is-opened span {
  background: transparent;
}

/* line 59, test.scss */
/* line 102, style.scss */
.header_icon.is-opened span::before {
  transform: translateY(0) rotate(45deg);
}

/* line 62, test.scss */
/* line 106, style.scss */
.header_icon.is-opened span::after {
  transform: translateY(0) rotate(-45deg);
}

@media only screen and (max-width:1350px) {
    .section{
        float: none;
    }
}

@media only screen and (max-width:670px) {
    .section{
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }
}

@media only screen and (max-width:522px) {

  .projets{
        font-family: "Caviar", sans-serif;
        font-size:5vw;
        height: 100%;
        width: 100%;
        margin: auto;
        left: 0;
        right: 0;
        top: 20%;
        bottom: 0;
        color : white;
        position: absolute;
    }
}

@media only screen and (max-width:320px) {
    .section {
        width: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .height{
        height: initial;
    }
    .section_title {
        font-size: 30px;
    }

    .section_text {
        font-size: 18px;
    }

    .entreprise {
        float: inherit;
        text-align: inherit;
    }

    .periode {
        float: inherit;
    }

    .sections {
        display: inline-block;
        width: 100%;
    }

    textarea{
        font-size: 16px;
        padding-left: 5px;
        resize: none;
        background: rgba(0, 0, 0, 0.05) linear-gradient(90deg, rgba(0, 0, 0, 0.05) 50%, transparent 80%);
        width: 89%;
        height: 230px;
        color: white;
        border: 1px solid rgba(0, 0, 0, 0);
        border-bottom: 2px solid rgba(0, 0, 0, 0.2);
        outline: none;
        margin-top: 10px;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
        transition: all 0.5s ease;
    }

    input[type="text"],input[type="date"],input[type="number"],input[type="password"],input[type="email"],input[type="tel"],input:not([type]),select{
        font-family: 'Lato', sans-serif;
        font-size: 16px;
        padding-left: 5px;
        background: rgba(0, 0, 0, 0.05) linear-gradient(90deg, rgba(0, 0, 0, 0.05) 50%, transparent 80%);
        width: 90%;
        height: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        color: white;
        border: 1px solid rgba(0, 0, 0, 0);
        border-bottom: 2px solid rgba(0, 0, 0, 0.2);
        outline: none;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
        transition: all 0.5s ease;
    }




   .calques{
        background-image: url("../img/fond.png");
        background-repeat: repeat;
        opacity: 1;
        z-index: 970;
        padding: 0;
        background-size: 12px 12px;
        border-radius: 5px;
        position: absolute;
        margin-top: -220px;
        vertical-align: middle;
        text-align: inherit;
    }

    .projets{
        font-family: "Caviar", sans-serif;

        height: 100%;
        width: 100%;
        margin: auto;
        left: 0;
        right: 0;
        top: 20%;
        bottom: 0;
        color : white;
        position: absolute;
    }

    .image_divs{
        display: inline-block;
        margin: 15px;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
        box-shadow: 2px 2px 8px 0px rgba(11, 15, 19, 0.75);
        -moz-box-shadow: 2px 2px 8px 0px rgba(11, 15, 19, 0.75);
        -webkit-box-shadow: 2px 2px 8px 0px rgba(11, 15, 19, 0.75);
    }

    .images{
        padding: 0;
        height: 220px;
        margin: 0;
        border-radius: 5px;
        position: relative;
        text-align: inherit;
    }

    #listNav_title{
        display: inherit;
        color: #67AADD;
        font-size: 30px;
        text-align: center;
        margin-top: 22px;
        margin-left: 40px;
        margin-bottom: 30px;
        text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.6);
        text-decoration: none;
        font-family: "Lato", sans-serif;
    }

    #listNav {
        z-index: 980;
        position: fixed;
        background-color: #39363f;
        width: 100%;
        margin-top: 0px;
        margin-left: -350px;
        height: 100%;
        opacity: 0;
    }

    .formulaireMail {
        width: 100%;
        margin: auto;
    }

    #indexes{
        width: 100%;
        margin-top: 8px;
        margin-left: 0%;
        position: absolute;
    }

    #slider_content {
        float: left;
        height: 530px;
        width: 1200px;
        background-color: rgba(55,80,105,0.50);
        margin: auto;
    }

    #slider_content_list {
        overflow: hidden;
        height: 529px;
        width: 100%;
        margin-top: 25px;
        border-radius: 10px;
    }
    .slide {
        height: 500px;
        width: 290px;
        float: left;
        padding: 10px;
    }

}

.text{
  font-size: 60px;
  left: 0px;
  margin-top: 0px;
  z-index: 980;
}

.logos{
  margin-top:83px;
  z-index: 990;
  left: 0px;
}

#logo1, #logo2, #logo3, #logo4, #logo5, #logo6, #logo7{
        width: 50px;
        height: 50px;
    }

#bottomline{
      top:50%;
      margin-top:70px;
    }

/* HeadAnimationResponsive */
@media only screen and (max-width:533px) {
    #logo1, #logo2, #logo3, #logo4, #logo5, #logo6, #logo7{
        width: 48px;
        height: 48px;
    }
}

@media only screen and (max-width:526px) {
    .text{
        font-size: 58px;
        left: 7px;
        margin-top: 2px;
    }
}

@media only screen and (max-width:519px) {
    .text{
        font-size: 57px;
        left: 7px;
        margin-top: 2px;
    }

    #logo1, #logo2, #logo3, #logo4, #logo5, #logo6, #logo7{
        width: 46px;
        height: 46px;
    }

    .logos{
      display: inherit;
      left: 2%;
    }
}

@media only screen and (max-width:509px) {
    .text{
        font-size: 56px;
        left: 7px;
        margin-top: 2px;
    }

    #logo1, #logo2, #logo3, #logo4, #logo5, #logo6, #logo7{
        width: 45px;
        height: 45px;
    }

    .logos{
      left: 2%;
    }
}

@media only screen and (max-width:503px) {
    .text{
        font-size: 55px;
        left: 7px;
        margin-top: 2px;
    }

    #logo1, #logo2, #logo3, #logo4, #logo5, #logo6, #logo7{
        width: 45px;
        height: 45px;
    }

    .logos{
      left: 7px;
      margin-top: 79px;
    }
}

@media only screen and (max-width:500px) {
    .text{
        font-size: 53px;
        left: 7px;
        margin-top: 5px;
    }

    #logo1, #logo2, #logo3, #logo4, #logo5, #logo6, #logo7{
       width: 44px;
      height: 44px;
      margin-top: 2px;
    }
}

@media only screen and (max-width:490px) {
    .text{
        font-size: 51px;
        left: 7px;
        margin-top: 5px;
    }

    #logo1, #logo2, #logo3, #logo4, #logo5, #logo6, #logo7{
       width: 42px;
      height: 42px;
      margin-top: 3px;
    }
}

@media only screen and (max-width:480px) {
    .text{
        font-size: 50px;
    }

    #logo1, #logo2, #logo3, #logo4, #logo5, #logo6, #logo7{
       width: 41px;
      height: 41px;
      margin-top: 3px;
    }

    #bottomline{
      margin-top: 66px;
    }
}

@media only screen and (max-width:470px) {
    .text{
        font-size: 48px;
    }

    #logo1, #logo2, #logo3, #logo4, #logo5, #logo6, #logo7{
       width: 40px;
      height: 40px;
      margin-top: 0px;
    }

}
  
@media only screen and (max-width:460px) {
  .text {
    font-size: 44px;
    margin-top: 9px;
}

}

@media only screen and (max-width:450px) {
   
    .text {
      font-size: 44px;
      margin-top: 9px;
  }
}

@media only screen and (max-width:440px) {

.text {
  font-size: 43px;
  margin-top: 9px;
}
}

@media only screen and (max-width:430px) {

.text {
  font-size: 41px;
  margin-top: 10px;
}
}

@media only screen and (max-width:420px) {
 
.text {
  font-size: 39px;
  margin-top: 10px;
}

#bottomline {
margin-top: 63px;
}
}

@media only screen and (max-width:410px) {

.text {
  font-size: 37px;
  margin-top: 10px;
}

#bottomline {
margin-top: 61px;
}
}
 
@media only screen and (max-width:400px) {

.text {
  font-size: 36px;
  margin-top: 10px;
}
}

@media only screen and (max-width:390px) {
  .text {
    font-size: 33px;
    margin-top: 10px;
  }
  
  #bottomline {
  margin-top: 57px;
  }
}

@media only screen and (max-width:380px) {
  .text {
    font-size: 30px;
    margin-top: 13px;
  }

}

@media only screen and (max-width:370px) {
 

}

@media only screen and (max-width:360px) {
  .text{
    font-size: 26px;
    margin-top: 10px;
  }

  .logos{
    left: 7px;
    margin-top: 60px;
  }

  #bottomline{
    margin-top: 46px;
  }
}

@media only screen and (max-width:350px) {
  .text{
    font-size: 26px;
    margin-top: 10px;
  }

  .logos{
    left: 7px;
    margin-top: 60px;
  }

  #bottomline{
    margin-top: 46px;
  }
}

@media only screen and (max-width:340px) {
  
}

@media only screen and (max-width:330px) {
  
}

@media only screen and (max-width:320px) {
  .text{
    font-size: 26px;
    margin-top: 10px;
  }

  #logo1, #logo2, #logo3, #logo4, #logo5, #logo6, #logo7{
      width: 45px;
      height: 45px;
  }

  .logos{
    left: 7px;
    margin-top: 60px;
  }

  #bottomline{
    margin-top: 46px;
  }
}

@media only screen and (max-width:300px) {
    .text{
      width: 229px;
      font-size: 44px;
      left: 45px;
      margin-top: 3px;
    }

    #logo1, #logo2, #logo3, #logo4, #logo5, #logo6, #logo7{
        width: 45px;
        height: 45px;
    }

    .logos{
      left: 7px;
      margin-top: 132px;
    }

    #bottomline{
      top: 57%;
      margin-top: 52px;
    }
}

/* Loading screen */

.loading-container {
	width: 100%;
	height: 100%;
	display: table;
	z-index: 150 !important;
  padding-top: 200px;
}

.loading-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.overlay-loading {
	position: relative;
	z-index: 500 !important;
	background-color: rgba(217, 217, 217, 0.6)
}

.spinner {
  margin: 0px auto;
  width: 70px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}


.fancy-btn {
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
  border: none;
  position: relative;
  top: 50%;
  display: block;
  min-width: 10%;
  line-height: 55px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 0 10px;
  background-color: #F2594B;
  color: #FFF;
  border-radius: 3px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fancy-btn:hover {
  background-color: #f46f63;
}

.modal-frame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1002;
  /*     display: table; */
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  width: 100%;
  text-align: center;
  visibility: hidden;
}
.modal-frame.state-appear {
  visibility: visible;
}
.modal-frame.state-appear .modal-inset {
  -moz-animation: modalComeIn 0.25s ease;
  -webkit-animation: modalComeIn 0.25s ease;
  animation: modalComeIn 0.25s ease;
  visibility: visible;
  /* to keep @ final state */
}
.modal-frame.state-appear .modal-body {
  opacity: 1;
  -moz-transform: translateY(0) scale(1, 1);
  -ms-transform: translateY(0) scale(1, 1);
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}
.modal-frame.state-leave {
  visibility: visible;
}
.modal-frame.state-leave .modal-inset {
  -moz-animation: modalHeadOut 0.35s ease 0.1s;
  -webkit-animation: modalHeadOut 0.35s ease 0.1s;
  animation: modalHeadOut 0.35s ease 0.1s;
  visibility: visible;
}
.modal-frame.state-leave .modal-body {
  opacity: 0;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -webkit-transform: translateY(25px);
  transform: translateY(25px);
}

@-moz-document url-prefix() {
  .modal-frame {
    height: calc(100% - 55px);
  }
}
.modal {
  display: block;
  margin-top: 10px;
  text-align: center;
}

.modal-inset {
  position: relative;
  padding: 30px;
  background-color: white;
  margin: auto;
  visibility: hidden;
  border-radius: 5px;
  max-width: 95%;
  -moz-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 8px 1px rgba(0, 0, 0, 0.2);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.modal-inset .close {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: .4;
}
.modal-inset .close:hover {
  opacity: 1;
}

.modal-body {
  margin: auto;
  opacity: 0;
  -moz-transform: translateY(0) scale(0.8, 0.8);
  -ms-transform: translateY(0) scale(0.8, 0.8);
  -webkit-transform: translateY(0) scale(0.8, 0.8);
  transform: translateY(0) scale(0.8, 0.8);
  -moz-transition-property: opacity, -moz-transform;
  -o-transition-property: opacity, -o-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.modal-body h3 {
  font-weight: 700;
  display: block;
  color: #284984;
  text-align: center;
}
.modal-body p {
  padding-bottom: 20px;
}
.modal-body .ps {
  font-size: 12px;
  opacity: .3;
}

@-webkit-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes modalComeIn {
  0% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  65.5% {
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
  }
  100% {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
  }
}
@-moz-keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
  }
}
@keyframes modalHeadOut {
  0% {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0) scale(1, 1);
    -ms-transform: translateY(0) scale(1, 1);
    -webkit-transform: translateY(0) scale(1, 1);
    transform: translateY(0) scale(1, 1);
  }
  100% {
    visibility: hidden;
    opacity: 0;
    -moz-transform: translateY(35px) scale(0.97, 0.97);
    -ms-transform: translateY(35px) scale(0.97, 0.97);
    -webkit-transform: translateY(35px) scale(0.97, 0.97);
    transform: translateY(35px) scale(0.97, 0.97);
  }
}
