/* ABOUT */

#about__presentation {
    background: url('./../images/lesdeuxchiens.jpg') no-repeat center left;
    background-size: cover;
    height: 580px;
    margin-top: 30px;
}

#about__presentation .heading {
    padding-bottom: 0px;
    margin-top: 90px;
    margin-left: 20px;
}

#about__presentation .heading h1 {
    text-align: center;
    color: white;
    font-size: 85px;
    text-shadow: 3px 3px 3px black;
}

@media screen and (max-width : 450px){
    #about__presentation .heading {
        padding-bottom: 0px;
        margin-top: 20px;
        margin-left: 20px;
    }

    #about__presentation .heading h1 {
        text-align: center;
        color: white;
        font-size: 50px;
        text-shadow: 3px 3px 3px black;
    }
}

@media screen and (min-width : 451px) and (max-width : 508px){
    #about__presentation .heading {
        padding-bottom: 0px;
        margin-top: 30px;
        margin-left: 20px;
    }

    #about__presentation .heading h1 {
        text-align: center;
        color: white;
        font-size: 60px;
        text-shadow: 3px 3px 3px black;
    }
}

@media screen and (min-width : 508px) and (max-width : 870px){
    #about__presentation .heading {
        padding-bottom: 0px;
        margin-top: 22px;
        margin-left: 20px;
    }

    #about__presentation .heading h1 {
        text-align: center;
        color: white;
        font-size: 70px;
        text-shadow: 3px 3px 3px black;
    }

}

@media screen and (min-width : 871px) and (max-width : 1904px){
    #about__presentation .heading {
        padding-bottom: 0px;
        margin-top: 22px;

    }

    #about__presentation .heading h1 {
        text-align: center;
        color: white;
        font-size: 85px;
        margin-left: 200px;
        text-shadow: 3px 3px 3px black;
    }
}


/* SKILLS */

#skills .cadre{
    border: 10px ridge RGBa(180,0,0,0.8);
    margin: 60px 60px 100px 60px;
    border-radius: 10px;
    padding: 10px;
    background: #efefef;
}

#skills .img-fluid {
    width: 100%;
    height: auto;
}

#textparcour {
    text-align: justify;
}

#skills .heading h3 {
    margin: 40px auto 30px auto;
    font-size: 40px;
    color: #e7343f;
}

/* FOOTER */
footer {
    background-color: #e7343f;
    padding: 20px 0 20px;
}

footer img {
    margin-top: 20px;
    width: 40px;
    height: auto;
}

footer h5 {
    font-size: 25px;
}

footer img:hover {
    width: 47px;
}

footer h5 {
    color: white;
    font-weight: normal;
}
