/*
Theme Name: Thème de Micro-Pointe
Author: Micro-Pointe
Author URI: https://www.micro-pointe.fr
Description: Notre nouveau thème
*/

h1 {
    font-size: 36px;
}

h2 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

#punchline {
    margin: auto;
    max-width: 400px;
    text-align: center;
    color: #0f70b7;
    font-weight: bold;
    margin-bottom: 40px;
}

em {
    color: #2199e8;
    font-style: normal;
}

.par {
    margin-bottom: 50px;
}

p {
    text-align: justify;
}

hr {
    margin-top: 40px;
}

#societe {
    margin-top: 50px;
    margin-bottom: 30px;
}

.googlemap {
    position: relative;
    padding-bottom: 40%; /* 16:9 ratio*/
    height: 0;
    overflow: hidden;
}

.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#assistance, #paiement, #utilisateur {
    margin-top: 20px;
}

.address p {
    text-align: center;
    margin-bottom: 30px;
}

.address p:last-child {
    margin-bottom: 0;
}

.social_contact {
    font-size: 42px;
    margin: 0 5px 0 5px;
}

#facebook_contact {
    color: #3b5998;
}

#linkedin_contact {
    color: #0077b5;
}

#assistance {
    text-align: center;
}

#assistance a, #paiement a {
    color: inherit;
    display: block;
}
