@font-face {
 font-family: 'feather';
	font-weight: normal;
    font-style: normal;
    font-family: 'feather';
    src:url('../fonts/feather/feather.eot?-9jv4cc');
    src:url('../fonts/feather/feather.eot?#iefix-9jv4cc') format('embedded-opentype'),
        url('../fonts/feather/feather.woff?-9jv4cc') format('woff'),
        url('../fonts/feather/feather.ttf?-9jv4cc') format('truetype'),
        url('../fonts/feather/feather.svg?-9jv4cc#feather') format('svg');
}
@font-face {
    font-family: "ailerons";
    font-weight: normal;
    font-style: normal;
    src: url('fonts/Ailerons/Ailerons-Typeface.otf')format("opentype");
}
@font-face {
    font-family: "orkney";
    font-weight: normal;
    font-style: normal;
    src: url('fonts/orkney/Orkney Regular.eot') format('embedded-opentype');
    src: url('fonts/orkney/Orkney Regular.otf'),
        url('fonts/orkney/Orkney Regular.ttf') format('truetype'),
        url('fonts/orkney/Orkney Regular.woff') format('woff'),
        url('fonts/orkney/Orkney Regular.woff2') format('woff2');
}
@font-face {
    font-family: "avenir";
    font-weight: normal;
    font-style: normal;
    src: url('fonts/avenir/AvenirLTStd-Light.otf') format('opentype');
    font-style: oblique;
    src: url('fonts/avenir/AvenirLTStd-LightOblique.otf') format('opentype');

}

h1,h2,h3,h4,p
{
    font-family: avenir;
}
p{
    color:#444343;
    font-size: 20px;
}
h1
{
    font-style: oblique;
    font-size: 42px;
}
html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  font-size: 100%;
}
/*page centrée et ne fait pas plus de l'ecran*/
#fullpage
{
    width: 100%;
    margin: auto;
    height: 3200px;
    min-height: 700px;
}

/* 1st Section */
.img img{
    height: auto;
    width: 100%;
}


.homepage
{

    background-image: linear-gradient(to top, #a6c1ee 0%, #614981 100%);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    width: 100%;
    /*background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(img/city/crossroad.jpg);*/
}
.about_me
{
    position: relative;
    text-align: center;
    height: 130vh;
    width: 100%;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
.japroad
{

    position: absolute;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    height: 130vh;
    width: 100%;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(1.5px);
    background-image: linear-gradient(to top,#ffffff 0%, #a6c1ee 100%);
    transform: scale(1.1);
}
.portfolio
{
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
    height: 130vh;
    width: 100%;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(img/stone.jpg);
}
.contact
{
    height: 100vh;
    width: 100%;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    /*background-image: linear-gradient(60deg, #29323c 0%, #485563 100%);*/
    background-color: #182023;
}


.grad {
    background: linear-gradient(red, yellow);
}
.nav_bar
{
    position: fixed;
    border-radius: 20%;
    height:450px;
    width: 8px;
    top:20%;
    left:1%;
}

.major_div
{
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}

.phone_title
{
    display:none;
    position: relative;
    top: 45%;
    text-align: center;
}@media only screen and (max-width: 465px) {
    .phone_title
    {
        background-color: white;
    }
}

.diamond {
    border: solid 1.3px #bababa;
    position: relative;
    height: 360px;
    width: 360px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: top left;
    text-align: center;}
.diamond__inner {
        color:#444343;
        position: relative;
        vertical-align: middle;
        width: 100%;
        max-height: 100%;
        top: 50%;
        left: 50%;
        transition: .3s all ease-in-out;
        transform: rotate(-45deg) translate(-50%, -50%);
        transform-origin: top left;}
.diamond__title {
    font-size: 36px;

}
.diamond__title {
        position: relative;}
.diamond__subtitle{
        font-size: 25px;
}
@media only screen and (max-width: 465px) {
    .diamond  {
        display: none;
    }
    .phone_title
    {
        display: block;
    }
}


.menu-top-left {

    background-color: #bababa;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 17px;
    padding-top: 17px;
    width: 78px;
    height: 73px;
    cursor: pointer;
}

.toolbar
{
    align-items: center;
    justify-content: center;
    width: 400px;
    background-color: #bababa;
    z-index: 1000;
    height: 73px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    flex-direction: row;
    display: none;
    margin-left: 78px;
}

.links
{
    height: 30px;
    margin-left: 10px;
    margin-right: 20px;
    color: white;
}
@media only screen and (max-width: 465px) {
    .toolbar
    {
        justify-content: flex-start;
        padding-left: 10px;
    }

    .links  {
        margin-left: 0px;
        margin-right: 10px;
    }
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 43px;
    height: 5px;
}

.hamburger-menu {
    position: relative;
    transform: translateY(17px);
    background: rgba(255, 255, 255, 1);
    transition: all 0ms 300ms;

  &.animate {
    background: rgba(255, 255, 255, 0);
  }
}

.hamburger-menu.animate{
    width: 0px;
}

.hamburger-menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 17px;
    background: rgba(255, 255, 255, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    background: rgba(255, 255, 255, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}

.hamburger-menu.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);;
}


.presentation
{
    position:relative;
    top:8%;
    height: 74vh;
    width: 100%;
}
.story
{
    height: 35vh;
    width: 100%;
    text-align: center;clear:left;
    justify-content: center;
    align-items: center;
    display: flex;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 30px;
    padding-bottom: 60px;
}
.skills
{
    margin: 0;
    height: 39vh
}
@media only screen and (max-width: 1000px) {
    .skills
    {
        display: none !important;
    }
}
.skills_phone
{
    margin: 0;
    height: 39vh;
    display: none;
    flex-direction: column;
}@media only screen and (max-width: 1000px) {
    .skills_phone
    {
        display: flex !important;
    }
    .quality
    {
        align-items: center;
        justify-content: flex-start !important;
        height: 13vh;
    }
}

.quality
{
    display: flex;
    justify-content: center;
}
.skill_text
{
    text-align: center;
    height: 30vh;
    width: 100%;
    padding: 30px;
}@media only screen and (max-width: 1000px) {
    .skill_text
    {
        justify-content: center;
        display: flex;
        align-items: center;
        padding: 0;
        height: 7vh;
        margin-top: 10px;
        margin-left: 10px;
        margin-right: 5px;
    }

}
.sign
{   margin-top: -9vh;
    background-color: white;
    width: 15vh;
    height: 15vh;
    border-radius: 50%;
}
@media only screen and (max-width: 1000px) {
    .sign
    {
        margin-top: 15px !important;
        margin-left: 20px;
    }
}
i
{
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
}
@media only screen and (max-width: 1000px) {
    .sign
    {
        width: 60px;
        height: 50px;
    }
}
.html
{
    background-image: url(img/icon/mobile.png);
}
.design
{
    background-image: url(img/icon/chrono.png);
}
.responsive
{
    background-image: url(img/icon/mobile-and-tablet.png);
}
@media only screen and (max-width: 1000px) {
    .design
    {
        background-image: url(img/icon/icons8-design-filled-100.png);
    }

}
.airplane
{   margin-right: 4px;
    height: 50px;
    width: 50px;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(img/icon/airplane.png);
}

.project
{
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    margin-top: 120px;
    height: 70vh;
    width: 65%;
    background-color: white;
}
.project:hover
{
    opacity: 0.9;
}
.centrerd_items
{
    margin:0;
    width: 50%;
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
}@media only screen and (max-width: 450px) {
    .project
    {
        width: 250px !important;
        height: 250px !important;
        border-radius: 50%;
    }
}

@media only screen and (max-width: 1200px) {
    .project
    {
        width: 350px;
        height: 350px;
        border-radius: 50%;
    }
    .centrerd_items
    {
         width: 100% !important;
         height: 40vh;
    }
    .list
    {
        flex-direction: column;
    }

}
@media only screen and (max-width: 380px) {
    .project
    {
        width: 220px !important;
        height: 220px !important;
        border-radius: 50%;
    }
}
.list
{
    display: flex;
}
.img_project
{
    border-top-left-radius : 40px;
    border-top-right-radius : 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42vh;
    background-color: white;
}
.description
{
    display: flex;
    align-items: center;
    text-align: center;
    padding: 30px;
    border-bottom-left-radius : 40px;
    border-bottom-right-radius : 40px;
    background-color: #eae6e3;
    height: 35vh;
    width: 100%;
}@media only screen and (max-width: 450px) {
    .img_project
    {
        width: 250px !important;
        height: 250px !important;
        border-radius: 50%;
    }

}
@media only screen and (max-width: 1200px) {
    .description
    {
        display: none;
    }
    .img_project
    {
        width: 350px;
        height: 350px;
        border-radius: 50%;
    }
}@media only screen and (max-width: 380px) {
    .img_project
    {
        width: 220px !important;
        height: 220px !important;
        border-radius: 50%;
    }

}
.network
{

    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: transparent;
    color:#363636;
    font-size: 60px;
}

@media only screen and (max-width: 1200px) {
    .portfolio
    {
        height: 100vh;
    }
    .contact
    {
        height: 100vh;
    }
    .mail
    {
         height: 100vh !important;
    }
    /*.network
    {
        width: 250px;
        height: 250px;
        border-radius: 50% !important;
    }*/
}
@media only screen and (max-width: 450px) {
    .network
    {
        font-size: 40px !important;
    }

    .portfolio
    {
        padding-top: 50px;
        height: 110vh;
    }
    .contact
    {
        height: 100vh ;
    }
    }
    @media only screen and (max-width: 380px) {


    .portfolio
    {
        height: 130vh !important;
    }

    }
#N
{
    background-image: linear-gradient(-45deg, #FFC796 0%, #FF6B95 100%);
}


.mail
{
  background-image: url(img/echequier.png);
    position: relative;
    /*padding-top: 12vh;*/
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
@media only screen and (max-width: 450px) {
    .mail
{
    justify-content:normal;

}
    }

.form_mail
{
    text-align: center;
    width: 50%;
}@media only screen and (max-width: 450px) {
    .form_mail
    {
    text-align: center;
    width: 70%;
    }

}
@media only screen and (max-width: 1200px) {
    .form_mail
    {
        transform: translateY(5vh);
        width: 70%;
    }

}
.h-center
{
    display: flex;
    justify-content: center;
}
.field-body
{
    margin-bottom: 3vh;
}
.send_mail
{
    transform: translateY(2vh);
    height: 75px;
    width: 75px;
    border-radius: 50%;
    background-color: white;
    border-color: transparent;

}
.send_mail:hover
{
    opacity: 0.7;
}
.my_projects
{
    color: white;
    font-size: 55px;
    transform: translateY(10vh);
}@media only screen and (max-width: 1200px) {
    .my_projects
    {
        transform: translateY(5vh);
        font-size: 75px;
    }

}
@media only screen and (max-width: 450px) {
    .my_projects
    {
         font-size: 43px;
    }

}
.contact_me
{
    color: white;
    font-size: 45px;
}
#C
 {
    color: white;
    font-size: 55px;
 }
 @media only screen and (max-width: 1200px) {
    #C
    {
        font-size: 75px!important;
    }

}
@media only screen and (max-width: 450px) {
    #C
    {
         font-size: 43px!important;
    }

}
.text_contact
{
    color: white;
}@media only screen and (max-width: 450px) {
    .text_contact
    {
        font-size: 13px !important;
    }
    p
    {
        font-size: 15px !important;
    }
    .diamond__subtitle
    {
         font-size: 25px !important;
    }

}@media only screen and (max-width: 380px) {
    .text_contact
    {
        display: none;
    }
    p
    {
        font-size: 12px !important;
    }

}





.arrow-wrap {
  position:absolute;
  z-index:1;
  left:50%;
    top: 88.5vh;
  margin-left:-5em;
  background:white;
  width:10em;
  height:10em;
  padding:4em 2em;
  border-radius:50%;
  font-size:0.5em;
  display:block;
  box-shadow:0px 0px 5px 0px #333;
}
@media only screen and (max-width: 1200px) {
    .arrow-wrap
    {
        display:none;
    }

}

.arrow {
  float:left;
  position:relative;
  width: 0px;
height: 0px;
border-style: solid;
border-width: 3em 3em 0 3em;
border-color: #bababa transparent transparent transparent;
  -webkit-transform:rotate(360deg)
}

.arrow:after {
  content:'';
  position:absolute;
  top:-3.2em;
  left:-3em;
  width: 0px;
height: 0px;
border-style: solid;
border-width: 3em 3em 0 3em;
border-color: white transparent transparent transparent;
  -webkit-transform:rotate(360deg)
}

.arrow-wrap:hover {
  opacity:0.8;
}


  @-webkit-keyframes arrows {
    0% { top:0; }
    10% { top:12%; }
    20% { top:0; }
    30% { top:12%; }
    40% { top:-12%; }
    50% { top:12%; }
    60% { top:0; }
    70% { top:12%; }
    80% { top:-12%; }
    90% { top:12%; }
    100% { top:0; }
  }

  .arrow-wrap .arrow {
    -webkit-animation: arrows 2.8s 0.4s;
    -webkit-animation-delay: 3s;
  }
