:root{
    --gutter-x: 12px;
}
html, body {
}
body {
    font-family: "Lato", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #373737;
    background: #f3f4e9;
}
ol, ul {
    padding-left: 1rem;
}
ol, ul, p,
.form-group {
    margin-bottom: 12px;
}

img {
    -webkit-user-select : none;
    -khtml-user-select  : none;
    -moz-user-select    : none;
    -o-user-select      : none;
    user-select         : none;
    pointer-events      : none;
}

.form-select,
.form-control {
    border-radius: 0;
    border-color: #e0e0e0;
    font-size: 14px;
}
.form-check-input {
    border-color: #e0e0e0;
}
.form-check a {
    color: inherit;
    text-decoration: underline;
}

.form-select::placeholder,
.form-control::placeholder,
.placeholder {
    color: #010101;
}

.control-label {
    font-weight: 400;
}
#civility-outer input{
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
}
#civility-outer .btn-civility {
    display: block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    padding: 6px 12px;
    font-size: 14px;
    user-select: none;

    border-radius: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #373737;
    width: 100%;
}
#civility-outer .selected .btn-civility {
    background-color: #268655;
    border-color: #268655;
    color: #fff;
}


.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
}

.help-block {
    font-size: 11px;
}

.has-error input,
.has-error select:not(.placeholder),
.has-error .help-block {
    color: #842029;
}

.font-weight-semibold {
    font-weight: 500;
}

.text-size-small {
    font-size: 13px;
}

.btn-submit {
    text-transform: uppercase;
    background-color: #268655;
    border-color: #268655;
    color: #fff;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-submit:hover {
    color: #fff;
}

header {
    background: #fff;
}

.header-inner {
    padding: 30px 0;
    color: #604133;
    text-align: center;
}

.header-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.header-text {
    font-size: 14px;
}

footer {
    background: #f3f4e9 url('../images/footer-bg.jpg') no-repeat center top;
    padding: 40px 0;
    text-align: center;
}

.logo-row {
    font-size: 13px;
}

.main-content-body {
    padding: 25px 0;
}

.main-content-wrapper {
    background: #e7eebb;
    color: #604133;
}

.pic-items {
    background: #e7eebb;
    display: flex;
    flex-direction: row;
    gap: 6px;
}

.pic-item {
    width: 50%;
    background-position: center center;
    background-size: cover;
    height: 244px;
}

.instruction {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 10px;
}

.avantages {
    padding-left: 0;

}

.mandatory-fields {
    font-size: 12px;
    text-align: left;
}

.separator {
    height: 1px;
    background: #604133;
    margin-bottom: 12px;
}

.logo-item {
    margin-bottom: 12px;
}

@media (min-width: 480px) {
    body {
        font-size: 17px;
    }

    .header-title {
        font-size: 19px;
    }

    .header-text {
        font-size: 15px;
    }
}

.instruction,
.parlons {
    text-align: center;
}

@media (min-width: 768px) {
    .pic-item {
        background-size: cover;
        height: 299px;
    }

    .header-title {
        font-size: 23px;
    }

    .header-text {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px !important;
    }

    .header-title {
        font-size: 25px;
        text-align: left;
    }

    .header-text {
        font-size: 19px;
        text-align: left;
    }

    .main-content-wrapper {
        background: #f3f4e9 url('../images/content-bg.png') repeat-x left top;
    }
    .pic-items {
        flex-direction: column;
        background-color: transparent;
    }
    .pic-item {
        width: 486px;
    }
    .pic-item:first-child {
        border-top-left-radius: 24px;
        height: 60%;
        min-height: 330px;
    }
    .pic-item:last-child {
        border-bottom-left-radius: 24px;
        height: 40%;
        min-height: 275px;
    }

    .main-content {
        background: #e7eebb;
        border-radius: 24px;
        display: flex;
        flex-direction: row;
    }

    .main-content-body {
        padding: 40px;
    }

    .instruction,
    .parlons {
        text-align: left;
    }
}

@media (min-width: 1920px) {

}