@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Rowdies:wght@400;700&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
}

.container {
    position: relative;
}

.logo img {
    height: 60px;
}

.header {
    padding: 30px 0px;
}

.titrePage {
    position: absolute;
    top: 10px;
    right: 0;
}

.titrePage h1 {
    text-transform: uppercase;
}

.footerCol2 {
    text-align: right;
}

.footer {
    background-color: #292929;
    color: #fff;
    padding: 30px 0px;
}

.footer a {
    color: #fff;
    text-decoration: underline;
}

.contenu {
    padding: 100px 0px;
}

.formSearchContrat {
    max-width: 400px;
    padding: 50px;
    margin: 0 auto;
    background-color: #f4f4f4;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.btn-primary {
    background-color: #B42B60;
    border-color: #B42B60;
    border-radius: 50px;
    padding: 10px 40px;
}

.btn-primary:hover {
    background-color: #B42B60;
    border-color: #B42B60;
}

.infoBulle {
    position: absolute;
    bottom: 42px;
    left: 0;
    padding: 10px;
    background-color: #fff;
    border: 1px #ddd solid;
    font-size: 12px;
    font-style: italic;
    border-radius: 12px;
    display: none;
}

.contenu h2 {
    font-family: 'Rowdies', cursive;
    font-size: 30px;
}