section#menu {
    background: url(IA.jpg) no-repeat scroll center;
    background-size: cover;
    height: 600px;
}

section#formations {
    background: url(formations-bg.jpg) no-repeat center;
    background-size: 100%;
}

section#languages {
    background: url(languages-bg.jpg) no-repeat center;
    background-size: 100%;
}

section#competences {
    background: url(android-bg.jpeg) no-repeat center;
    background-size: 100%;
}

section#experience {
    background: url(experience-bg.jpg) no-repeat center;
    background-size: 140%;
}

.voile {
    background-color: rgba(0,0,0,.75);
    height: 100%;
}

.voile-2 {
    background-color: rgba(0,0,0,.5);
}

.voile-3 {
    background-color: rgba(255,255,255,.9);
}

.voile-blanc {
    background-color: rgba(255,255,255,.9);
}

.voile-4 {
    background-color: rgba(0,0,0,.7);
}

.voile-noir {
    background-color: rgba(0,0,0,.5);
}

.voile-noir-2 {
    background-color: rgba(0,0,0,.8);
}

body {
    font-family: 'Roboto', sans-serif;
}

.titre {
    margin-top: 222px;
    text-align: center;
    letter-spacing: 1.2px;
    font-size: 44px;
    line-height: 1.2;
    color: white;
    height: 74px;
}

.titre2 {
     font-size:20px;
     text-align: center;
     line-height:1.2;
     letter-spacing: 1.2px;
     color: white;
     height: 35px;
 }

.titre3 {
    margin-top: 300px;
    font-size:20px;
    line-height:1.2;
    letter-spacing: 1.2px;
    color: white;
    text-align: center;
}

.photo-cv {
    border-radius: 80px;
    border: 6px solid rgb(70,70,70);
    margin-top: 230px;
  	width: 150px;
}

.logo {
    border-radius: 80px;
    border: 4px solid rgba(0,0,0,.1);
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
}

.quotes {
    display: none;
}

#competence-1, #competence-2, #competence-3, #competence-4, #competence-5, #competence-6, #competence-7, #competence-8, #experience-1, #experience-2, #experience-3, #experience-4, #experience-5, #experience-6, #experience-7, #experience-8, #experience-9, #experience-10, #experience-11, #experience-12, #experience-13, #experience-14, #experience-15, #contact-1, #contact-2, #contact-3 {
    opacity: 0;
}

.formations-title {
    margin-left: 5%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: 1.2px;
    color: white;
    font-size: 22px;
}

.formation-content {
    text-align: center;
    font-size: 15px;
    color: #4d4d4d;
}

.formation-content-date {
    text-align: center;
    font-size: 17px;
}

.formation-content-div {
    margin-top: 90px;
}

.experience-content {
    text-align: center;
    font-size: 17px;
    color: white;
}

.langue-content {
    text-align: center;
    font-size: 17px;
}

.experience-content-title {
    text-align: center;
    font-size: 17px;
    color: white;
    letter-spacing: 1.1px;
    margin-top: 60px;
}

.competence-content {
    font-size: 17px;
    margin-top: 30px;
    color: white;
}

.contact-title {
    margin-top: 0;
    padding-top: 45px;
    padding-bottom: 10px;
    letter-spacing: 1.2px;
    color: white;
    font-size: 22px;
    text-align: center;
}

#button-download {
    margin-bottom: 50px;
}

@media (min-width: 992px) {

    .titre {
        font-size: 52px;
    }

    .titre2 {
        font-size: 22px;
    }

    .formations-title {
        margin-bottom: 0px;
    }

    .testimonial-group > .row {
        overflow-x: scroll;
        white-space: nowrap;
    }
    .testimonial-group > .row > .col-md-4 {
        display: inline-block;
        float: none;
    }
}

@media (max-width: 767px){
    section#formations {
        max-width: 100%;
        background-size: cover;
    }

    .fun-content {
        margin-top: 30px;
    }

}

@media (min-width: 768px) and (max-width: 991px){

    .testimonial-group > .row {
        overflow-x: scroll;
        white-space: nowrap;
    }
    .testimonial-group > .row > .col-sm-5 {
        display: inline-block;
        float: none;
    }
}

@media (max-width: 991px) {

    #formation-1 {
        padding-top: 20px;
    }

    .photo-cv {
        margin-top: 70px;
    }

    .titre {
        margin-top: 50px;
    }

    .titre3 {
        margin-top: 0px;
        margin-bottom: 50px;
    }

    .formation-content-div {
        height: auto;
        margin-top: 40px;
    }

    .formations-title {
        margin-left: 0%;
        text-align: center;
    }
}

@media (max-width: 388px) {

    .titre {
        height: 115px;
    }

    .titre2 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .titre3 {
        margin-bottom: 35px;
    }
}

@media (max-width: 1920px) {
    section#menu {
        max-width: 100%;
        background-size: cover;
    }

    section#languages {
        max-width: 100%;
        background-size: auto;
    }

    section#competences {
        max-width: 100%;
        background-size: auto;
    }

    section#experience {
        max-width: 100%;
        background-size: cover;
    }

}

@media (min-width: 992px) and (max-width: 1920px) {

    section#formations {
        max-width: 100%;
        background-size: auto;
    }

}