.logo1{
    width: 250px;
    margin-top: 10px;
}

.logo2{
   height: 3.76cm;
   width: 3.83cm;
   position: absolute;
   margin-left: 800px;
   margin-top: -45px
   
}
h1{
text-align: center;
text-decoration: underline;
font-style: italic;
}

body{
    width: 950px;
    margin: auto;
    font: Gill Sans MT, sans-serif;
    
}

section{
    font-size: 23px;
}

.objDMP{
    color: #2293D2;
}

.nbDMP{
    color: #0469A2;
}

.assoc{
    font-style: italic;
   
}

.msgFin{
    color: #04A2A1;
    font-weight: bold;
}

.button {
    display: inline-block;
    border-radius: 4px;
    background-color: #3183D2;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 28px;
    padding: 20px;
    width: 600px;
    transition: all 0.5s;
    cursor: pointer;
    
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.button{

    display: block;
    margin: auto;
    margin-top: 40px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}

a
{
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-family: Calibri;
    font-size: 2em;
    
}

