body {
    background-color: #f3f5f6;
    font-family: 'Open Sans', sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 14px;
    margin: 0;
}
header {
    height: 40px !important;
    width: 100% !important;
    position: fixed !important;
    z-index: 998;
    box-shadow:
        0 1px 10px #0000001f,
        0 4px 5px #00000024,
        0 2px 4px -1px #0003 !important;
    padding: 0.5rem !important;
    background-color: #fff !important;
}
header picture img {
    height: 100% !important;
}
main {
    padding: 5rem !important;
}
@media (max-width: 768px) {
    main {
        padding: 5rem 1rem 1rem !important;
    }
}
h1,
h2,
h3 {
    font-weight: 500;
    font-family: 'Baloo 2', sans-serif;
}
h1 {
    font-size: 40px;
    line-height: 20px;
}
h2 {
    font-size: 32px;
    line-height: 40px;
}
h3 {
    font-size: 24px;
    line-height: 20px;
}
.card {
    background-color: #ffffff !important;
    border-radius: 4px;
    margin-bottom: 120px !important;
    padding: 1px 15px 15px;
}
.cnt-separator {
    background-color: #e1e5e9;
    height: 1px;
}
.logo-famille {
    bottom: 16px;
    width: 100%;
    z-index: -1;
}
.logo-famille img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.question-wrapper {
    padding-bottom: 15px;
}

.question-wrapper img {
    width: 100%;
    max-width: 1200px;
}

a {
    color: #616161;
    text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: underline;
}

.back-button {
    background: url(./images/btn-back.png) no-repeat;
    width: 46px;
    height: 47px;
    cursor: pointer;
    border: none;
    padding-top: 10px;
}

.back-button:hover {
    background: url(./images/btn-back-hover.png) no-repeat;
}
