
#contact_titre {
}

#section_contact {
    text-align: left;
    padding-bottom: 40px;
    border-bottom: solid 4px whitesmoke;
}

#contact_main {
    display: inline-block;
    color:#008899;
    background-color:rgb(243, 247, 39);
    width: 65%;
    padding: 15px 7% 25px 8%;
    margin-left: 0px;
    /* border: solid 2px red; */
}

.contact_li {
    display: block;
    font-weight: 600;
}

.tel {
    padding-top: 5px;
    color: #00a941;
}

.courriel {
    color: #006b99;
}

#contact_deco {
    display: inline-block;
    vertical-align:top;
    position: relative;
    left: -15px;
    top: 60px;
    width: 30%;
    margin: 0 auto;
    padding: 50px 10px;
    text-align: center;
    background-color: whitesmoke;
    background-image: url("../../img/IMG_4463.jpg");
    background-size: cover;
    background-position: center;
    /* border: solid 2px red; */
}

#contact_deco img {  /** FR **/
    background-color: rgba(255,255,255,0.5);
    padding: 25px 35px;
}


@media (max-width: 990px) {
    #contact_deco {
        display: none;
    }

    #contact_main {
        /*  background-color:gold; */
        text-align: center;
        width: 100%;
    }
} 