/* CSS Document */
@charset "UTF-8";

@media all and (min-width: 1100px ) {
    
    .contactMail {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 60px;
        border: 1px solid #ccc;
        border-radius: 5px;
        width: 75%;
        margin: 0 auto;
    }
    .contactMail p {
        font-size: 18px;
        margin-bottom: 80px
    }
    .contactMail a {
        font-size: 25px;
        font-weight: bold
    }
    .contactMail a i {
        display: block;
    }
    h2.title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background-image: url(../images/missparis/titlefig.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
}

@media all and (max-width: 1099px ) and (min-width: 650px ){

    .contactMail {
        text-align: center;
        padding-top: 50px;
        padding-bottom: 60px;
        border: 1px solid #ccc;
        border-radius: 5px;
        width: 80%;
        margin: 0 auto;
    }
    .contactMail p {
        font-size: 18px;
        margin-bottom: 80px
    }
    .contactMail a {
        font-size: 25px;
        font-weight: bold
    }
    .contactMail a i {
        display: block;
    }
    h2.title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background-image: url(../images/missparis/titlefig.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

}

@media all and (max-width: 649px ) {

    .contactMail {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 40px;
        border: 1px solid #ccc;
        border-radius: 5px;
        width: 100%;
        margin: 0 auto;
    }
    .contactMail p {
        font-size: 18px;
        margin-bottom: 80px
    }
    .contactMail a {
        font-size: 25px;
        font-weight: bold
    }
    .contactMail a i {
        display: block;
    }
    h2.title {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    background-image: url(../images/missparis/titlefig.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 20px;
    background-size: 10% auto;
        margin-bottom: 20px
}
    
}