:root {
    font-size: 16px;
}
@media screen and (max-width: 400px) {
    :root {
        font-size: 4vw;
    }
}

/*
#illustration
 style="background: url(<%= util.res(config.project, 'img/fond.jpg') %>);"
 */

body {
    font-family: arial, sans-serief;
    margin: 0;
    padding: 0;
}
header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0;
}
header .logo {
    height: 1.75rem;
    width: auto;
    max-width: 50%;
}

h1 {
    color: #fff;
    font-size: 1.38rem;
    margin: 0;
}
h2 {
    color: #424240;
    font-size: 1.25rem;
}
h3 {
    color: #000;
    font-size: 1.1rem;
    margin: 1rem 0;
}

#illustration {
    padding: 2rem 0.75rem;
}
form {
    height: 30rem;
    box-shadow: rgba(45, 51, 80, 0.3) 1px 3px 10px 1px;
    overflow: hidden;
    border-radius: 0.3rem;
    background: #fff;
}

.bandeau  {
    padding: 1rem 0;
}
.center {
    text-align: center;
}
.respo-inner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
}
.respo-inner > div {
    display: flex;
    gap: 1rem;
    flex: 1;
}
.respo-inner img {
    width: 1rem;
    height: 1rem;
}
.respo-inner .label {
    flex: 1;
    font-size: 0.9rem;
}
.partenaires {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 1.25rem 0;
    flex-wrap: wrap;
    justify-content: center;
}
.partenaires img {
    height: 2.25rem;
}
.partenaires img.carre {
    height: 4rem;
}
footer {
    background-color: #000;
    color: #fff;
    padding: 1rem;
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
}
footer p {
    max-width: 960px;
    font-size: 0.75rem;
    margin: 0;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer hr {
    width: 100%;
    border-top-color: #fff;
    border-width: 1px 0 0 0;
}
footer a:hover {
    text-decoration: underline;
}

section {
    display: flex;
    flex-direction: column;
    height: 29rem;
}
a {
    text-decoration: none;
    color: inherit;
}

.p0 {width: 0%;}
.p10 {width: 10%;}
.p20 {width: 20%;}
.p30 {width: 30%;}
.p40 {width: 40%;}
.p50 {width: 50%;}
.p60 {width: 60%;}
.p70 {width: 70%;}
.p80 {width: 80%;}
.p90 {width: 90%;}
.p100 {width: 100%;}

.colored {
    background-color: #F2302E;
}
.progress {
    width: 100%;
    height: 1.4rem;
    display: flex;
    background-color: #eee;
    flex-direction: column;
}
.progress div {
    height: 1.4rem;
    background-color: #53d75e;
}
.progress p {
    font-size: 0.7rem;
    margin: 0.3rem;
    text-align: center;
    align-self: center;
    z-index: 10;
    position: absolute;
}
svg.emote {
    fill: inherit;
    width: 1em;
    height: 1em;
}

.radio-block {
    border: solid 1px #999;
    padding: 0.6rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 0.4rem 1rem;
    border-radius: 0.2rem;
}
.radio-block input, .radio-img-button input {
    position: absolute;
    display: none;
}
.radio-block input + svg .circle {
    stroke: #888;
}
.radio-block input + svg .indicator {
    fill: none;
}
.radio-block input:checked + svg .circle, .radio-block:focus input + svg .circle {
    stroke: #F2302E;
}
.radio-block input:checked + svg .indicator, .radio-block:focus input + svg .indicator {
    fill: #F2302E;
}
.radio-block svg {
    width: 1.8rem;
    height: 1.8rem;
}
.radio-block p, .radio-img-button p {
    flex: 1;
    font-size: 0.9rem;
    margin: 0;
    color: #2d3350;
    font-weight: bold;
}

.radio-img-button {
    border: solid 1px #999;
    padding: 0.5rem;
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 0.4rem 1rem;
    border-radius: 0.2rem;
    flex-direction: column;
    width: 7.5rem;
    height: 6rem;
}
.radio-img-button img {
    height: 4rem;
}

.fill-space {
    flex: 1;
}

.continue-btn {
    border: none;
    border-radius: 6px;
    background-color: rgb(240, 105, 94);
    color: rgb(255, 255, 255);
    box-shadow: #0004 1px 2px 5px 1px;
    margin: 1rem;
    padding: 0.7rem;
    font-size: 1.1rem;
    font-weight: bold;
}
.legend {
    font-size: 0.75rem;
    color: #555;
    text-align: center;
    margin: 0.3rem 0;
}
.warp {
    display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    gap: 0.4rem;
}
.warp > * {
    margin: 0;
}

.floating-label-input {
    border: solid 1px #999;
    padding: 0.4rem 0.6rem;
    display: flex;
    gap: 0.4rem;
    align-items: stretch;
    margin: 0.4rem 1rem;
    border-radius: 0.2rem;
    flex-direction: column;
}
.floating-label-input p {
    margin: 0;
    font-size: 0.9rem;
    color: #2d3350;
}
.floating-label-input input {
    border: none;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    outline: none;
}
.note {
    margin: 0.5rem 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    font-size: 0.75rem;
    background-color: rgb(237, 237, 237);
    color: rgb(79, 79, 79);
    padding: 0.3rem 1.2rem;
}
.loader {
    margin: 5rem auto 0 auto;
    width: 5rem;
    height: 5rem;
    border: solid 3px #ddd;
    border-top: solid 3px #08f;
    border-radius: 50%;
    transform: rotate(0deg);
    animation: rotation 1s infinite linear;
}
@keyframes rotation {
    to {
        transform: rotate(360deg);
    }
}
.optin-label {
    font-size: 0.73rem;
    margin: 0.5rem 1rem;
    color: #777;
}
.success {
    display: flex;
    flex-direction: column;
    margin: 1rem 1rem 0 1rem;
    padding: 1rem 3rem;
    background: #e5f7f5;
    align-items: center;
    text-align: center;
    color: #444;
    font-size: 0.85rem;
}
.success svg {
    width: 2.5rem;
    height: 2.5rem;
}
.pad {
    padding: 1rem 2rem;
    font-size: 0.9rem;
}

.dropdown-content {
    display: none;
    position: absolute;
    width: calc(100% - 3.5rem);
    margin: 3rem 0 0 -0.7rem;
    background-color: #f6f6f6;
    max-height: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 10;
}
.dropdown-content a {
    color: black;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}
.dropdown-content a:hover {background-color: #dde;}
.show {display: block;}