/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#top .error-code,
#top .success-code {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    margin: 30px 0;
    font-size: 15px;
    border-radius: 6px 0 0 6px;
}

#top .error-code {
    color: #f65257;
    border-left: 8px solid #ff455a;
    background-color: #ffe1e4;
}

#top .success-code {
    color: #1cb163;
    border-left: 8px solid #2ad474;
    background-color: #c4f3d8;
}

#survey-ag h2 b {
    color: black;
}

.div-question {
    margin: 25px 0;
    display: flex;
    flex-direction: column;
}

#top .first-question {
    padding: 22px 12px;
    margin-bottom: 32px;
    border: solid 2px #008982;
    border-radius: 4px;
}

.div-question  h5 {
    margin-bottom: 12px;
}

.div-question input,
.div-question label {
    cursor: pointer;
    width: max-content;
}

.div-question .candidature-pdf {
    display: inline-block;
    margin-top: 12px;
    text-decoration: none;
    width: max-content;
}

.div-question .candidature-pdf:hover {
    color: #008982;
}

.div-question .candidature-pdf::before {
    content: '\e82e';
    font-family: 'entypo-fontello', serif;
    margin-right: 8px;
    vertical-align: baseline;
}

.submit-part {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22px;
}

.submit-part input {
    font-size: 14px;
}
