/*
Éléments de base seulement
*/
img {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  user-select: none;
}

*{
    margin: 0;
    padding: 0;
}
body {
    background-color: #f0f0f0;
    color: #223654;
}

header {
    background-color: #095797;
}

.conteneur-pied-de-page{
    background-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif;
    color: #223654;
    margin: 0;
    letter-spacing: 0;
    font-weight: 600;
    font-style: normal;
}

h1::after {
    content: "";
    display: block;
    width: 50px;
    padding-top: 8px;
    border-bottom: 5px solid #E58271;
}

h1 {
    font-size: 48px;
    font-weight: bold;
    line-height: 56px;
    margin: 0 0 56px 0;
}

h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 44px;
    margin-top: 16px;
}

.mainh2 {
    margin-top: 48px;
    margin-bottom: 16px;
    line-height: 40px;
}

@media only screen and (max-width: 1200px){
    .mainh2{
        font-size: 28px;
        line-height: 32px;
    }
}

h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 36px;
}

h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
}

h5 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

a {
    color: #095797;
}

.btn + .btn {
    margin-left: 32px;
}

@media screen and (max-width: 768px) {
    .btn + .btn {
        margin-left: 0;
        margin-top: 24px;
    }
}

.btn-principal {
    background: #095797;
    box-shadow: 0 1px 4px rgba(34, 54, 84, 0.16) !important;
    border: 2px solid #095797 !important;
    color: #ffffff !important;
}

.btn:focus,
.btn:hover {
    cursor: pointer;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

a.btn {
    display: inline-block !important;
    line-height: 21px;
}

.btn-principal:hover {
    border: 2px solid #156bb2 !important;
    background: #156bb2;
    color: #ffffff !important;
}

.btn-principal:focus {
    background: #095797 !important;
    border-color: #223654 !important;
    color: #ffffff !important;
    box-shadow: 0 2px 8px rgba(34, 54, 84, 0.16), 0 0 0 2px #4a98d9 !important;
}

.btn {
    min-width: 112px;
    border-radius: 0;
    box-sizing: border-box;
    font-family: "Open Sans", serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    padding: 14px 22px;
    justify-content: center;
    text-align: center;
    display: inline-flex;
    align-items: center;
    border: 2px solid;
}

p {
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
}

strong {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
}

form {
    padding: 0;
}

.recouvert {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(34, 54, 84, 0.5);
}

.dialogueModal, .dialogueModalAlert {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translate(-50%, -0%);
    border-radius: 0;
    background: #fff;
    outline: none;
    padding: 32px;
    max-width: 600px;
    width: 55%;
    min-width: 300px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    color: #223654;
}
