/* ABOUT */

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

#about__welcome .heading h1 {

    color: white;
    text-transform: none;
    margin: 5px auto 18px auto;
    font-size: 85px;
    text-shadow: 3px 3px 3px black;
}

#about__welcome .heading h2 {
    color: white;
    font-size: 50px;
    text-shadow: 3px 3px 3px black;
    text-align: center;
    text-transform: none;
    font-weight: normal;
}

@media screen and (max-width : 450px){
    #about__welcome .heading h1 {

        color: white;
        text-transform: none;
        margin: 5px auto 18px auto;
        font-size: 70px;
        text-shadow: 3px 3px 3px black;
    }

    #about__welcome .heading h2 {
        color: white;
        font-size: 30px;
        text-shadow: 3px 3px 3px black;
        text-align: center;
        text-transform: none;
        font-weight: normal;
    }
}




/* 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;
    vertical-align: middle;
}

#textConsultation {
    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;
}
