@font-face {
    font-family: "Abolition";
    src: url("fonts/Abolition-W00-Regular.ttf");    
}
@font-face {
    font-family: "proxima";
    src: url("fonts/Proxima/ProximaNova_Regular.otf");  
}
@font-face {
    font-family: "proximabold";
    src: url("fonts/Proxima/ProximaNova_Bold.otf");  
}

@font-face {
  font-family: FontAwesome;
  src:         url("fonts/fontawesome-webfont.ttf");
}
/*
Animation header
*/
@-webkit-keyframes anim_apropos { /* Safari, Opera, Chrome */
    100% { 
        transform: translateY(0px); /* On déplace l'objet */
    }

    0% {
        transform: translateY(-200px); /* On déplace l'objet */
    }
}

@-webkit-keyframes fondu_titre { /* Safari, Opera, Chrome */
    100% {
    }

    50% { 
    }

    0% {
        color:#141121;
        text-shadow: 0px 0px #FF7F00;
        -webkit-transform:scale(1.25); /* Safari et Chrome */
        -moz-transform:scale(1.25); /* Firefox */
        -ms-transform:scale(1.25); /* Internet Explorer 9 */
        -o-transform:scale(1.25); /* Opera */
        transform:scale(1.25); 
    }
}

@keyframes fondu_titre { /* Tous les autres navigateurs */
    100% { 

    }

    50% { 
    }

    0% {
        color:#141121;
        text-shadow: 0px 0px black;
        -webkit-transform:scale(1.25); /* Safari et Chrome */
        -moz-transform:scale(1.25); /* Firefox */
        -ms-transform:scale(1.25); /* Internet Explorer 9 */
        -o-transform:scale(1.25); /* Opera */
        transform:scale(1.25);
    }

}

@-webkit-keyframes fondu_bordure{ /* Safari, Opera, Chrome */
    100% { 
        border-left: 20px solid rgba(255, 127, 0, 1); 
    }
    0% {
        border-left: 20px solid rgba(255, 127, 0, 0); 

    }
}

@keyframes fondu_bordure { /* Tous les autres navigateurs */
    100% { 
        border-left: 20px solid rgba(255, 127, 0, 1); 
    }
    0% {
        border-left: 20px solid rgba(255, 127, 0, 0); 

    }

}

/*
Header
*/
.galaxy_header {
    background: -webkit-linear-gradient(#141121, #141121);
    background: -o-linear-gradient(#141121, #141121);
    background: linear-gradient(#141121, #141121);
    font-family: abolition, sans-serif;
    font-style: normal;  
    font-weight: 400;
    padding: 10px 0 10px 0;
}

.apropos {
    background-color: #141121;
    color:white;
    padding: 10px 0 10px 0;
    font-family: proxima, sans-serif;
    font-style: normal;  
    font-weight: 400;
    transition-property: transform;
    transition-duration: 1s;
    transition-timing-function: ease; /* Transition de type ease */
    -webkit-animation: anim_apropos 2s;
    animation: anim_apropos 2s;
}

.apropos:hover{

}
span.first_name {
    color:#FFFFFF;
    font-size:1.5em;
    font-weight: 400;
    -webkit-animation: fondu_titre 2s; 
    animation: fondu_titre 2s; 
}

span.name {
    color:#FFFFFF;
    font-size:1.5em;
    text-transform: uppercase;
    text-shadow: 2px 2px rgba(255, 127, 0, 0.7);
    -webkit-animation: fondu_titre 2s;
    animation: fondu_titre 2s; 
}

a.contact, a.apropos_link{
    text-decoration: none;
    color :#FFFFFF;
    font-family: abolition, sans-serif;
    font-style: normal;  
    font-weight: 400;
    margin-top: 3%;
    font-size:1.5em;

}

.link_header img{
    margin-right: 7px;
}
.contact_header{
    color :#FF7F00; 
}

.apropos_link{
    display:flex;
    flex-direction: column;
}

/*
CORPS CV
*/
.cv{
    font-family: proxima, sans-serif;
    font-style: normal;      
    font-weight: 400;
    margin-top: 5%;
}

h3{
    font-size: 2em;
    letter-spacing: 0.1em;
    font-family: abolition, sans-serif;
}

.exp .exp_dtl{
    margin-top: 1em;
}

.period{
    display: flex;
    flex-direction:row;
}

.exp .circle{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #FF7F00;
    border: 3px solid white;
    box-shadow:
        inset 0 0 0 7px #141121;
}

.exp .exp_period{
    color :#FFFFFF;
    background-color: #FF7F00;
    font-size:1em;
    padding: 0% 0% 0% 5%;
    margin-right: 0;
    box-shadow: -15px 0px 0px 0px #FF7F00;
    z-index:-1;
    text-transform: uppercase;

}

.exp .exp_content{
    border-left: 5px solid #FF7F00;
    margin-left: 10px;
}

.exp .exp_content-last{
    border: 0;
    margin-left: 2%;
}

.exp .exp_title{
    font-size:2em;
    font-style:italic;
    font-family: abolition, sans-serif;
}

.exp .exp_label{
    margin-bottom:0;
    font-size:1em;
    font-family: proximabold, sans-serif;
}

.exp .exp_task_intro{
    font-family: proximabold, sans-serif;
    font-size:0.9em;
}

.exp .exp_task{
    font-weight: normal;
    list-style-type:circle; 
    font-size:0.9em;
    color: #3C3C3C;
}

/*Formations*/
.cursus .exp_dtl{
    margin-top: 1em;
}

.cursus .circle{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #141121;
    border: 3px solid white;
    box-shadow:
        inset 0 0 0 7px #FF7F00;
}

.cursus .exp_period{
    color :#FFFFFF;
    background-color: #141121;
    font-size:1em;
    padding: 0% 0% 0% 5%;
    margin-right: 0;
    box-shadow: -15px 0px 0px 0px #141121;
    z-index:-1;
    text-transform: uppercase;

}

.cursus .exp_content{
    border-left: 5px solid #141121;
    margin-left: 10px;
}

.cursus .exp_content-last{
    border: 0;
    margin-left: 2%;
}

.cursus .exp_title{
    font-size:2em;
    font-style:italic;
    font-family: abolition, sans-serif;
    color : #FF7F00;
}

.cursus .exp_label{
    margin-bottom:0;
    font-size:1em;
    font-family: proximabold, sans-serif;

}

/*
.bordure_droite{
border-right: 20px solid #141121;
}
*/

/*
COMPETENCES
*/
.skills_section{
    background-color: rgba(60, 60, 60, 0.05);
}

.skills_section h3{
    margin-bottom: 5%;
}

.skill{
    flex-direction: row;
    justify-content: space-between;
}

.cmplt{
    color:#FF7F00;
}

.pndg{
    color:#141121;
}
/*
CONTACT
*/
.contact_section{
    font-family: abolition, sans-serif;
    background: rgb(8,16,62);
    background: -moz-linear-gradient(132deg, rgba(8,16,62,1) 59%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(132deg, rgba(8,16,62,1) 59%, rgba(0,0,0,1) 100%);
    background: linear-gradient(132deg, rgba(8,16,62,1) 59%, rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#08103e",endColorstr="#000000",GradientType=1);
    color: white;
    padding: 100px 0 100px 0;
}

.contact_intro{
    font-size:2.5em;
}

.contact_submit{
    background-color: #FF7F00;
    color:white;
}
form label{
    font-style: italic;
}

::placeholder{
    color : rgba(20, 17, 33, 0.25)!important;
    font-family: proxima, sans-serif;
}

.field{
    box-shadow: 3px 3px 0px #FF7F00;
    font-family: proxima, sans-serif;
}
/*
FOOTER
*/
.footer {
    font-family: proxima, sans-serif;
    border-bottom : 10px solid #FF7F00;
}

.copyright{
    vertical-align: middle;
}

