*{
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-family: 'Roboto', sans-serif;
}
h1{
    /*font-family: 'Julius Sans One', sans-serif;*/
}
body {
    height: 100%;
    margin: 0;
}

.content-img-presentation img{
    max-width: 500px; max-height: 500px;
}

.br-mobile{
    display: none;
}

.main-content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.img-parallax img{
    max-height: 350px;
}

.img-parallax{
    text-align: center;
}

.left-side{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    overflow: auto;
    width: 270px;
    padding: 0 15px;
    background-color: #221f1f;
    height: 100%;
    text-align: center;
    z-index: 10;
}

.left-side h1{
    color: white;
    font-weight: bold;
}

.left-side h2{
    color: #3a3a3b;
    font-weight: normal;
}
.right-side{
    height: 100vh;
    background: url("../../assets/bg-site.jpg") no-repeat top center fixed;
    background-size: cover;
    /*background-color: rgba(0, 0, 0, 0.78);*/
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.right-side:before{
    content: "";
    background-color: rgba(5,13,24,0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.right-side p{
    font-family: 'Raleway', sans-serif;
    position: relative;
    z-index: 2;
    font-size: 64px;
    min-width: 300px;
    text-align: left;
    font-weight: bold;
    color: white;
    text-decoration: underline;
    text-decoration-color: #c60909;
    text-underline-offset: 20px;
}
.profil-picture{
    margin: 60px auto 0 auto;
    background : url("../../assets/pdp2.png");
    /*background-color: rgba(0, 0, 0, 0.78);*/
    border-radius: 50%;
    height: 200px;
    width: 200px;
}

.menu{
    margin-top: 30px;
}

.copyright{
    margin-top : 50px;
}

.link-rea{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c60909;
    text-align: center;
    height: 50px;
}

.link-rea a{
    color: white;
}

.copyright a{
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.veille .table-synth{
    display: flex;
    justify-content: center;
}

.veille .table-synth a{
    margin: 20px;
}

.flex-menu{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.flex-menu li{
    padding: 5px;
}

.flex-menu .flex-item .link-item{
    color: #a8a9b4;
    text-decoration: none;
    text-underline-offset: 5px;
}
.flex-menu .flex-item a:hover{
    color: white;
}

.nom-prenom{
    margin-top: 40px
}

.flex-item .selected-page{
    color: white !important;
    text-decoration: underline !important;
    text-decoration-color: #c60909 !important;
    transition: 1s;
}

.big-title {
    text-align: center;
    position: relative;
    top: 250px;
}

.big-title p{
    font-size: 5em;
    color: white;
    text-transform: uppercase;
}

.right-side-opacity{
    height: 100vh;
    background-color: rgba(0,0,0,0.4);
}

.rightside2{
    margin-left: 300px;
}


.copyright{
    background-color: #3e3939;
    text-align: center;
    width: 270px;
    padding: 20px 15px;
    position: fixed;
    left: 0;
    bottom: 0;
    color: white;
    z-index: 11;

}

.line-social{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.line-social li a{
    border-radius: 50px;
    background-color: #3a3a3b;
    margin-right: 10px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.line-social li a:hover .iconify{
    color: #3a3a3b;
    background-color: white;
}

.line-social li a:hover{
    background-color: white;
}

.reseau{
    margin-top: 20px;
}

.icone{
    color: white;
}

.iconify{
    font-size: 20px;
}

.presentation{
    margin: 50px 50px 50px 350px;
}

.table-synth img{
    border: 1px solid black;
    max-height: 150px;
}

.table-button{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.table-button a{
    margin: 20px;
    text-decoration: none;
}

.table-synth p{
    font-style: italic;
    font-size: 1.4em;
    margin-bottom: 20px;
    text-align: center;
}

.table-synth .button{
    display: inline-flex;
    height: 50px;
    padding: 0;
    background: #c60909;
    border-radius: 5px;
    overflow: hidden;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor : pointer;
    border: none;
    outline: none;
}

.button:hover{
    background: #aa0707;
}

.button:active{
    background: #006e58;
}

.button__text, .button__icon{
    display: inline-flex;
    align-items: center;
    padding: 0 24px;
    color: #fff;
    height: 100%;
}

.button__icon{
    font-size: 1.5em;
    background: rgba(0,0,0,0.08);
}

.presentation h2{
    font-size: 2.4em;
    color: #c60909;
}

.presentation h3{
    color: #c60909;
    font-size: 1.6em;
}

.title-subtitle{
    color: black;
    font-weight:bold;
    height: 3px;
    background-color: black;
    margin-top: 5px;
    width: 50px;
}

.flex-presentation{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.flex-reverse-presentation{
    margin-top: 20px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    flex-wrap: wrap;
}

.content-text-presentation{
    width: 50%;
}

.content-img-presentation{
    display: flex;
    width: 50%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.content-img-presentation img{
    max-height: 500px;
    max-width: 500px;
}

.content-text-presentation p{
    margin-top: 10px;
}

.opt-slam, .opt-sisr{
    width: 45%;
}

.flex-optn{
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.tac{
    text-align: center;
}
h3 {
    margin: 20px 0;
}

.skills-type{
    margin-left : 20px;
}

.skills-type li{
    list-style-type: disc;
    padding: 5px;
}

.opt-slam h4, .opt-sisr h4{
    font-style: italic;
    margin: 20px 0 20px 0;
}

.opt-sisr, .opt-slam{
    padding: 15px;
}

.opt-sisr p, .opt-slam p{
    margin: 10px 0;
}

.flex-projets{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 20px;
    justify-content: center;
}

.flex-projets .card{
    border: 1px solid black;
    width: 350px;
    height: 400px;
    margin: 10px;
}

.flex-projets .card .img-cadre{
    height: 250px;
    border-bottom: 1px solid black;
}

.flex-projets .card .title-mission{
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    font-weight: bold;
    color: White;
    background-color: #221f1f;
    flex-wrap: wrap;
}

.card a:hover img{
    filter: contrast(150%);
    transition:.5s;
}

.card:hover{
     transform: scale(1.05);
    transition: all .5s ease-in-out;
}

.flex-projets .card .description-mission{
    height: 100px;
    background-color: #3e3939;
}

h2{
    margin-top: 20px;
}

hr.title-subtitle{
    margin-bottom: 20px;
}

.rupture{
    margin: 40px 0;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: start;
    flex-wrap: wrap;
}

.full-star{
    font-size: 1em;
    color: #c60909;
}

.div-hr-rupture{
    margin: 80px 0;
}

.rupture-hr{
    width: 40%;
    margin: 0 auto;
    font-weight:bold;
    height: 3px;
    background-color: black;
}

.empty-star{
    font-size: 1em;
    color: #c60909;
}

.half-star{
    font-size: 1em;
    color: #c60909;
}

.progress-bar{
    background-color: #c60909 !important;
}

.skills span{
    font-size: 1.4em;
}

.skills{
    padding-right: 40px;
}
.img-cadre img{
    width: 100%;
    height: 100%;
}

.card a{
    text-decoration: none;
}

.card .title-mission p{
    text-decoration: underline;
    text-decoration-color: #c60909;
    text-underline-offset: 6px;
}

.card .description-mission{
    color: white;
    font-size: 1.2em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.content-text-presentation p{
    font-size: 1.2em;
}

.contact-form-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.form-flex{
    display: flex;
    flex-direction: column;
    padding: 10px;
    flex-wrap: wrap;
}

.form-flex label{
    margin-left: 5px;
    margin-bottom: 5px;
}

.form-flex input, .form-flex textarea{
    padding: 10px;
    font-size: 1.1em;
    color: #545456;
}

.mail-contact{
    width: 400px;
}

.form-flex textarea{
    resize: vertical;
}

.e5-flex{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}

.e5-flex .card{
    width: 390px;

}

.e5-flex .card{
    border: 1px solid black;
    margin: 10px;
}

.e5-flex .card .img-cadre{
    height: 280px;
    border-bottom: 1px solid black;
}

.e5-flex .card .title-mission{
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
    font-weight: bold;
    color: White;
    background-color: #221f1f;
    flex-wrap: wrap;
}

.e5-flex .card .description-mission{
    height: 100px;
    background-color: #3e3939;
}

.left-side{
    display: flex;
    flex-direction: column;
}

@media (max-width: 640px) {
    body{
        max-width: 100%;
    }
    .left-side{
        display: none
    }

    .presentation{
        margin: 0;
    }

    .content-img-presentation{
        width: 100%;
    }

    #about{
        text-align: center;
    }

    hr.title-subtitle{
        margin: 10px auto;
    }

    .content-img-presentation img{
        max-width: 300px;
        max-height: 500px;
        margin: 20px;
    }

    .content-text-presentation{
        width: 100%;
    }

    .content-text-presentation p{
        padding: 20px;
        text-align: justify;
        text-align-last: center;
    }

    h3, h2{
        text-align: center;
    }

    .br-mobile{
        display: inline;
    }

    .opt-slam, .opt-sisr{
        width: 100%;
    }

    .opt-slam p, .opt-sisr p{
        text-align: justify;
        text-align-last: center;
    }

    .opt-slam ul, .opt-sisr ul{
        text-align: center;
    }

    h4{
        text-align: center;
    }

    .flex-projets .card, .e5-flex .card{
        width: 100%;
    }

    .e5-flex .card .img-cadre{
        height: 250px;
    }

    .br-initial{
        display: none;
    }

    .présentation{
        margin-left: 50px;
        line-height: 90px;
    }

    .mail-contact{
        width: 100%;
    }

    .flex-projets .card{
        margin: 30px;
    }

    .e5-flex .card{
        margin: 30px;
    }

    .div-hr-rupture {
        margin: 40px auto;
    }

    .img-parallax img{
        max-height: 150px;
    }

    .img-parallax{
        text-align: center;
    }

    .table-button{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .content-text-presentation .table-synth{
        text-align: center;
    }

    .copyright{
        display: none;
    }

    .content-text-presentation p{
        font-size: 1.1em;
    }
}