
/* Set-up pour ma police d'écriture personnalisée */
@font-face {
    font-family: 'scripttitle';
    src: url('../fonts/scripttitle-webfont.eot');
    src: url('../fonts/scripttitle-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/scripttitle-webfont.woff2') format('woff2'),
        url('../fonts/scripttitle-webfont.woff') format('woff'),
        url('../fonts/scripttitle-webfont.ttf') format('truetype'),
        url('../fonts/scripttitle-webfont.svg#scripttitle') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'thyssen';
    src: url('../fonts/thyssen-webfont.eot');
    src: url('../fonts/thyssen-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/thyssen-webfont.woff2') format('woff2'),
        url('../fonts/thyssen-webfont.woff') format('woff'),
        url('../fonts/thyssen-webfont.ttf') format('truetype'),
        url('../fonts/thyssen-webfont.svg#thyssen') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'font-awesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/fontawesome-webfont.woff2') format('woff2'),
        url('../fonts/fontawesome-webfont.woff') format('woff'),
        url('../fonts/fontawesome-webfont.ttf') format('truetype'),
        url('../fonts/fontawesome-webfont.svg#fontawesome') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Propriétés de mon body et de mon bloc page */
#bloc_page {
}

a {
    outline-style: none;
}

.cursorPointer {
    cursor: pointer;
    color: #337ab7;
}

body {
    font-family: 'thyssen', 'Arial Black', Arial, Verdana, sans-serif;
    color: white;
    background-image: url("../img/background/bckgrnd.jpg");
    background-color: black;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Dimension et configuration de mon header */
header {
    background-color: black;
    position: relative;
    height: 300px;
    color: #00FF00;
    border-bottom: 1px solid #00FF00;
}

/* Position et configuration du titre et de l'entrée de mon header */
#header_title {
    font-size: 6em;
    font-family: 'scripttitle', 'Brush Script Std', 'Brush Script MT', cursive;
    margin-bottom: 0px;
}

#header_switchLangageEn {
    height: 40px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    cursor: pointer;
}

#header_switchLangageFr {
    height: 40px;
    position: absolute;
    bottom: 5px;
    left: 60px;
    cursor: pointer;
}

#header_underTitle {
    font-size: 1.5em;
    font-family: 'Arial Black', Arial, Verdana, sans-serif;
    margin-top: -5%;
}

/* Position et dimension des flêches */
nav img {
    height: 140px;
    width: 140px;
}

#header_arrowTop {
    position: absolute;
    right: 150px;
    bottom: 141px;
}

#header_arrowBot {
    display: flex;
    position: absolute;
    right: 10px;
    bottom: 0px;
}

nav div p {
    margin-left: 1px;
}
/* Configuration du aside */
/* index index_En */
.aside_index img {
    margin-top: 15px;
    margin-bottom: 15px;
}

.aside_index {
    border-right: 1px solid #00FF00;
}

/* cv et cv_En */
#aside_cv img {
    margin-top: 15px;
    margin-bottom: 15px;
}

#article_cv_infoSkill {
    border-left: 1px solid #00FF00;
}

#aside_cv p {
    font-size: 1.4em;
}

.aside_formation {
    border-top: 1px solid #00FF00;
}

.opquastLink:hover {
    color: #2D9D9E;
    text-decoration: none;
}

.aside_years {
    color: #00FF00;
}

/* Configuration du article */
/* index et index_En */
.article_index h1 {
    font-family: 'scripttitle', 'thyssen', 'Arial Black', Arial, Verdana, sans-serif;
    font-size: 4em;
}

.article_index {
    font-size: 1.7em;
    word-wrap: break-word;
}

.e2n:hover {
    color:#E84B14;
    text-decoration: none;
}

.link_index:hover {
    text-decoration: none;
    color: #00FF00;
}

.article_index p:nth-child(4) {
    text-align: right;
}

/* cv et cv_En */
#article_cv_infoSkill {
    padding-top: 15px;
}

#article_cv_infoSkill i {
    font-size: 1.5em;
    color: #00FF00;
    margin-right: 10px;
}

#article_cv_infoSkill a {
    text-decoration: none;
    color: white;
}

#article_cv_infoSkill a:hover {
    color: #00FF00;
}

#article_cv_infoSkill ul {
    list-style: none;
    font-size: 1.2em;
}

.cv_firstInfo {
    border-right: 1px dashed #00FF00;
    padding-left: 30px;
}

.cv_secondInfo {
    padding-left: 40px;
}

.cv_firstInfo li, .cv_div_secondInfo li {
    font-size: 1.2em;
}

.cv_info {
    border-bottom: 1px solid #00FF00;
}

.cv_skill_title {
    text-align: center;
    font-family: 'scripttitle', 'thyssen', 'Arial Black', Arial, Verdana, sans-serif;
    font-size: 3em;
}

.cv_skill_os {
    text-align: center;
}

.cv_skill_bar {
    margin-bottom: 5px;
}

.cv_skill_name {
    color: #00FF00;
    font-size: 1.4em;
    height: 45px;
    text-align: center;
    padding-top: 6px;
}

.cv_skill_bar {
    border-style: double;
    border-width: 5px;
    border-color: #00FF00;
    padding: 0px;
    display: none;
}

.cv_skill_bar_gomme {
   background-image: url("../img/pac-gomme.png");
    background-repeat: repeat-x;
    background-position: center;
    height: 30px;
    width: 380px;
    display: none;
}


.pacman {
    height: 30px;
    margin-right: 0%;
}

.skill_percent {
    text-align: center;
    float: left;
    display: inline;
    position: absolute;
    right: 5%;
    top: 5px;
    opacity: 0;
}

.pacman_wave{
    background-color: black;
    width: 10%;
    padding: 0px;
    position: relative;
}


.skill_toggle {
    position: relative;
    top: 5px;
}

.skill_toggle_up {
    display: none;
    cursor: pointer;
}

.skill_toggle_down {
    cursor: pointer;
}

.cv_skill_list {
    display: none;
}

#article_experience {
    border-top: 1px solid #00FF00;
    margin-top: 20px;
}

#article_experience p {
    font-size: 1.4em;
}

/* Hobbies */

#hobbies {
    border-top: 1px solid #00FF00;
    text-align: center;
    font-size: 1.4em;
}

#hobbies i {
    color: #00FF00;
    font-size: 3em;
    margin-top: 20px;
}

/* officialDocument */

#officialDocument {
    border-top: 1px solid #00FF00;
    padding-bottom: 20px;
    text-align: center;
}

#officialDocument a {
    width: 98px;
    margin-top: 5px;
    font-size: 1.2em;
}

/* Configuration du footer */
footer {
    height: 100px;
    background-color: black;
    border-top: 1px solid #00FF00;
}

footer p {
    text-align: center;
    margin-top: 45px;
    font-size: 16px;
}

footer span:hover {
    text-decoration: none;
    color: red;
}

footer span:focus {
    text-decoration: none;
}

footer img {
    height: 15px;
}

/* Les paramètres des medias */
@media screen and (max-width: 1200px) {
    /* index et index_En */
    .article_index h1 {
        font-size: 3.5em;
    }
    .article_index p {
        font-size: 0.8em;
    }
    .cv_skill_bar_gomme {
        width: 313px;
    }
    .cv_firstInfo li, .cv_div_secondInfo li {
    font-size: 1.04em;
    }
}

@media screen and (max-width: 992px) {
    /* index et index_En */
    #header_title {
        font-size: 4em;
    }
    
    #header_underTitle {
        font-size: 1.2em;
    }
    
    .article_index h1 {
        font-size: 2.3em;
    }
    .article_index p {
        font-size: 0.6em;
    }
    /* CV */
    #aside_cv p:nth-child(3) {
        font-size: 1.2em;
    }
    #article_cv_infoSkill ul {
        font-size: 1em;
        padding-left: 0px;
    }
    .cv_skill_bar_gomme {
        width: 240px;
    }
    .aside_formation p {
        font-size: 1.2em;
    }
    #article_experience p {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 768px) {
    #header_underTitle {
        margin-top: -3%;
        font-size: 1em;
    }
    body {
        background-image: url("../img/background/bckgrnd768.jpg");
    }
    /* index et index_En */
    .aside_index {
        border-right: 0px;
        border-bottom: 1px solid #00FF00;
    }
    /* Cv */
    #article_cv_infoSkill {
        border-left: 0px;
        border-top: 1px solid #00FF00;
    }
    .cv_skill_bar_gomme {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    header {
        height: 200px;
    }
    nav img {
        height: 50px;
        width: 50px;
    }
    #header_underTitle {
        margin-top: 0%;
    }
    #header_arrowTop {
        position: absolute;
        right: 61px;
        bottom: 51px;
    }
    #header_title {
        font-size: 3em;
    }
    .cv_firstInfo li, .cv_div_secondInfo li {
    font-size: 1em;
    }
}

@media screen and (max-width: 358px) {
    .cv_firstInfo {
        border-right: 0px;
    }
    #article_cv_infoSkill i {
        margin-right: 6px;
    }
    .cv_div_secondInfo {
        border-left: 1px dashed #00FF00;
    }
}
