﻿body {
    background: url(../img/fond_ecran.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.container {
    background-color: white;
  
}
.button-line-light {
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
}

    .button-line-light:hover,
    .button-line-light:active {
        color: #096395;
        background-color: #005596;
        text-decoration: none;
    }

.button-line-dark {
color: #c89108;
background: transparent;
border: 2px solid #c89108;
}

    .button-line-dark:hover,
    .button-line-dark:active {
        color: #005596;
        background-color: #005596;
        text-decoration: none;
    }

.section-title h2 {
font-size: 32px;
font-weight: bold;
margin-bottom: 20px;
padding-bottom: 20px;
position: relative;
color: #00326e;
}

form {
    margin-left: 10%;
    margin-right: 10%;
}

.btn-primary {
    background-color: #005596;
}

