body{
    font-family: "Lucida Sans";
}

.section{
    padding: 20px 0;
}

.overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
}
/* Header */
header{
    height: auto;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}

header i.icon{
    position: absolute;
    right: 30px;
    top: 20px;
    z-index: 10;
    display: none ;
    color: #ffffff;
}

header .logo h2{
    font-size: 35px;
    color: #ffffff;
}

header nav .nav-list{
    list-style: none; /*Enlève les puces*/
    display: flex; /*met tout à coté*/
    justify-content: space-around; /*ajoute des espace entre chaque*/
    margin-bottom: 0;
}

header nav .nav-list .list a{
    display: block;
    padding: 15px;
    margin: 9px 0;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    font-size: 20px;
}

header nav .nav-list .list a:hover{
    color: #e12d45 ;
}

.sticky{
   background: #000;
    color: #fff;
}

@media (max-width: 990px) {

    header{
       background: #000;
    }

    header nav .nav-list{
        display: none;
        text-align: center;
        padding: 0;
    }

    header .logo{
        text-align: center;
    }

    header i.icon{
       display: block;
    }

    .section-header p{
        width: 85%;
    }
}

/* Home Section */
.home{
    height: 650px;
    background-image: url("image/ordi.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}

.home .home-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.home .home-title{
    color: #fff;
    font-size: 45px;
}

@media (max-width: 990px) {
    .home .home-title{
        font-size: 35px;
    }

}

/* About */

.section-title{
    font-size: 40px;
}
/*Ligne grise sous le titre*/
.line{
    width: 250px;
    background: #a1a1a1;
    height: 3px;
    margin : 0em auto 2em;
}

/*Ligne rouge sur la ligne grise*/
.line span{
    display: block;
    width: 150px;
    height: 4px;
    background-color: #e12d45;
    margin: auto;
    position: relative;
    bottom: 0.5px;
}

.section-header p{
    width: 50%;
    color: #424242;
    margin: 23px auto;
    line-height: 1.5;
}

.about .about-info h3{
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 20px;
}

.about .about-info .about-info-desc{
    line-height: 1.8;
    color: #424242;
    margin-bottom: 15px;
}

.about .about-info .about-fab-btn{
    background-color: #1a4082;
    padding: 10px 20px;
    border: 0;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    margin-bottom: 15px;
    border-radius: 20px;
}

.about .about-info .about-fab-btn:hover{
    background-color: #163468;
}

.about .about-info .about-info-btn{
    background-color: #e12d45;
    padding: 10px 20px;
    border: 0;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    margin-bottom: 15px;
}

.about .about-info .about-info-btn:hover{
    background-color: #88232C;
}

.about .about-alt-desc span{
    font-weight: bold;
}

@media (max-width: 990px) {
    .about .about-info h3{
        font-size: 20px;
    }

    .about .about-info{
        text-align: center;
    }
}

@media (min-width:991px) and (max-width: 768px) {
    .about .about-info{
        text-align: center;
    }
}
.title-desc{
    font-style: italic ;
}
.realisation .rea-info-modal span{
    font-weight: bold;
}

.experience .exp-info h3{
    font-size: 27px;
    margin-bottom: 5px;
}

.experience .exp-info .exp-info-desc span{
    font-weight: bold;
}

.experience .exp-info .exp-info-date{
    margin-bottom: 0;
    font-style: italic;
}

.experience .exp-info .exp-info-lieu{
    margin-bottom: 10px;
    font-style: italic;
}

.experience .exp-info .exp-info-desc{
    line-height: 1.3;
    margin-bottom: 20px;
}

.formation .form-info h3{
    font-size: 27px;
    margin-bottom: 5px;
}

.formation .form-info .form-info-date{
    margin-bottom: 0;
    font-style: italic;
}

.formation .form-info .form-info-desc{
    line-height: 1.3;
    margin-bottom: 20px;
}

.formation .form-info .form-info-formation{
    line-height: 1.3;
    margin-bottom: 10px;
    font-size: 18px;
}

.competence .comp-info h3{
    font-size: 27px;
    margin-bottom: 10px;

}

.competence .comp-info h4{
    font-size: 17px;
    margin-bottom: 5px;
}

.competence .comp-info .comp-title{
    margin-top: 30px;
}
.barre{
    width: 100px;
    background: #a1a1a1;
    height: 10px;
    margin-top: 5px;
    /*margin : 0em auto 2em;*/
}

/*Ligne rouge sur la ligne grise*/
.ang span{
    display: block;
    width: 60px;
    height: 10px;
    background-color: #e12d45;
    position: relative;
}

.react span{
    display: block;
    width: 80px;
    height: 10px;
    background-color: #e12d45;
    position: relative;
}

.html span{
    display: block;
    width: 80px;
    height: 10px;
    background-color: #e12d45;
    position: relative;
}

.css span{
    display: block;
    width: 60px;
    height: 10px;
    background-color: #e12d45;
    position: relative;
}

.word span{
    display: block;
    width: 40px;
    height: 10px;
    background-color: #e12d45;
    position: relative;
}

.boot span{
    display: block;
    width: 60px;
    height: 10px;
    background-color: #e12d45;
    position: relative;
}

.java span{
    display: block;
    width: 80px;
    height: 10px;
    background-color: #e12d45;
    position: relative;
}

.pyt span{
    display: block;
    width: 40px;
    height: 10px;
    background-color: #e12d45;
    position: relative;
}

.js span{
    display: block;
    width: 60px;
    height: 10px;
    background-color: #e12d45;
    position: relative;
}

.php span{
    display: block;
    width: 60px;
    height: 10px;
    background-color: #e12d45;
    position: relative;
}

.fire span{
    display: block;
    width: 60px;
    height: 10px;
    background-color: #e12d45;
    position: relative;
}

.sql span{
    display: block;
    width: 80px;
    height: 10px;
    background-color: #e12d45;
    position: relative;
}

.sq span{
    display: block;
    width: 80px;
    height: 10px;
    background-color: #e12d45;
    position: relative;
}

.msq span{
    display: block;
    width: 80px;
    height: 10px;
    background-color: #e12d45;
    position: relative;
}

.win span{
    display: block;
    width: 70px;
    height: 10px;
    background-color: #e12d45;
    position: relative;
}

.linux span{
    display: block;
    width: 70px;
    height: 10px;
    background-color: #e12d45;
    position: relative;
}

.and span{
    display: block;
    width: 80px;
    height: 10px;
    background-color: #e12d45;
    position: relative;
}

.rn span{
    display: block;
    width: 60px;
    height: 10px;
    background-color: #e12d45;
    position: relative;
}

.io span{
    display: block;
    width: 60px;
    height: 10px;
    background-color: #e12d45;
    position: relative;
}

.sw span{
    display: block;
    width: 40px;
    height: 10px;
    background-color: #e12d45;
    position: relative;
}

.anglais span{
    display: block;
    width: 60px;
    height: 10px;
    background-color: #e12d45;
    position: relative;
}

.espagnol span{
    display: block;
    width: 45px;
    height: 10px;
    background-color: #e12d45;
    position: relative;
}

.activite .act-info .act-btn{
    background-color: #e12d45;
    padding: 10px 20px;
    border: 0;
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    margin-bottom: 15px;
}

.activite .act-info .act-btn:hover{
    background-color: #88232C;
}

footer{
    height: 50px;
    background-color: black;
    position: relative;
}

footer p{
    bottom: 0;
    font-size: 15px;
    color: white;
    text-align: center;
}
