* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #0e2575;
}

a:visited {
    color: #ffffff;
}

header, section, footer {
    max-width: 800px;
    margin: 0 auto;
    
}

header {
    color: white;
}

header > a {
    text-decoration: none;
    color: #ffffff;
}

#container a:visited {
    color: blue;
}

h1 {
    font-size: 2em;
    text-decoration: underline;
    margin-bottom: 15px;
}

a img {
    border: none;
    margin: 10px 0;
}

a, p, td {
    font-family: verdana, sans-serif;
    font-weight: bold;
    font-size: 1em;
}

p {
    margin-bottom: 20px;
}

.phone {
    font-size: 1.6em;
}

.contact_details {
    display: table;
    border-spacing: 15px 0;
    height: 306px;
}

.left {
    text-align: right !important;
    display: table-cell;
    width: 230px;
    padding-top: 20px;
    vertical-align: top;
    padding-right: 15px;
}

.right {
    text-align: left !important;
    display: table-cell;
    width: 230px;
    vertical-align: top;
    padding-top: 20px;
    padding-left: 15px;
}

.center {
    display: table-cell;
    width: 239px;
}

a.info {
    font-size: 0.5em;
}

#logo {
    position: relative;
    /* width: 511px;
    min-height:140px; */
    
    margin-top: 0px;
    margin-bottom: 40px;
    margin-left: auto;
    
    
}

#logo img {
    position: relative;
    max-width: 90%;
    height: auto; 
    margin-left: 20px;
    padding: 0px;
    border-radius: 30px 0 0 20px;
} 

#logoaddress {
    position: absolute;
    left: 160px;
    margin-top: 45px;
    bottom: 10px;
    margin-bottom: 20px;
}

.legaltext > p {
    text-align: justify;
    font-weight: normal;
}

.legaltext > p b {
    text-decoration: none;
}

.button {
    position: relative;
    background-color: #0e2575;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 29px 8px 29px;
    box-shadow: 1px 1px 3px grey;
    color: #ffffff;
    text-decoration: none;
}

.button:hover {
    box-shadow: 0px 0px 0px #ffffff;
    padding-bottom: -1px;
}

.button_pusher {
    margin: 0 auto;
    margin-bottom: 15px;
}

.button_pusher:hover {
    padding-top: 1px;
}

.button_container {
    height: 40px;
    overflow: hidden;
    padding-top: 8px;
    text-align: center;
}

.footer {
    margin-top: 15px;
    margin-bottom: 25px;
    text-align: center;
    color: #ffffff;
    font-size: 0.75em;
    
}

.footer a {
    color: #ffffff;
}

.footer a:visited {
    color: #ffffff;
}

.underline b {
    text-decoration: underline;
}

.infos {
    overflow: visible;
}

.presentation {
    text-align: justify;
}

.button_container a:visited{
    color: #ffffff;
}

#containerBouton {
    margin: 0 auto;
    max-width: 800px;
}
#bouton {
    text-align: center;
    background-color: white;
    border-radius: 10px;
    padding: 25px 0px 25px 0px;
    overflow: hidden;
    margin: 20px;
}

#bouton a {
    color: #0e2575;
    font-size: 2em;
}

#container {
    text-align: center;
    color: #0e2575;
    background-color: white;
    border-radius: 10px;
    padding: 25px 20px 15px 20px;
    overflow: hidden;
    margin: 20px;
    min-height: 300px;
}

@media screen and (max-width: 380px) {
    .mobilDiv p, td {
        font-family: verdana, sans-serif;
        font-weight: bold;
        font-size: 1.2em;
    }

    #container {
        padding: 5px 10px 5px 10px;
        margin: 10px;
        min-height: 100px;
    }


    #bouton {
        padding: 5px 0px 5px 0px;
        margin: 10px;
    }
    
    #bouton a {
        color: #0e2575;
        font-size: 1.2em;
    }

    #logo {
        margin-bottom: 20px;
    }

    .footer {
        margin-top: 0px;
        margin-bottom: 5px;
        
    }

    .phone {
        font-size: 1.2em;
    }

    p {
        font-size: 0.8em;
    }

    

} 

@media screen and (min-width: 381px) and (max-width: 960px) {
    .mobilDiv p, td {
        font-family: verdana, sans-serif;
        font-weight: bold;
        font-size: 1.5em;
    }

}

