html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Début css */
body {
    font-family: 'Source Sans Pro', sans-serif;
}
h2 {
    margin: 30px auto 15px auto;
    font-size: 2.5em;
    font-weight: 600;
}
body * {
    box-sizing: border-box;
}
body b {
    font-weight: 700;
}
.header-body-container {
    min-height: calc(100vh - 60px);
}
body .input-container div {
    display: flex;
    flex-direction: column;
}
body .input-container div label + ul {
    order: 3;
    color: red;
    margin-top: 5px;
}
.container-lp {
    padding: 0 15px;
    max-width: 1170px;
    margin: 30px auto 20px auto;
}
.container-lp h2 {
    margin: 55px 0 30px 0;
}
header {
    background: #ea953d;
    padding: 10px 10px 0 10px;
}
.frame-header-lp {
    padding: 0;
    max-width: 1170px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
a.header-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 50px;
    padding: 0 30px;
    background: #476192;
    border-radius: 25px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
a.header-btn:hover {
    background: #35496f;
}
a.header-btn.adherer span {
    display: block;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}
a.header-btn.adherer span.sep {
    display: block;
    height: 1px;
    background: #fff;
    width: 60%;
    margin: 4px auto;
}
header img.logo {
    display: block;
    max-height: 100px;
    margin: 0 auto;
}
header span.title {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    padding: 16px 0;
}

.membership-tiles {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
}
.membership-tile {
    flex: 32% 0 0;
    margin-top: 20px;
    cursor: pointer;
}
.membership-tile img {
    max-width: 100%;
    border-radius: 20px;
}
.membership-tile p {
    margin: 15px 5px;
    font-size: 18px;
    line-height: 1.2em;
}
.membership-tile.donation a {
    position: relative;
    display: block;
    border-radius: 20px;
    background: #476192;
}
.membership-tile.donation img {
    visibility: hidden;
}
.membership-tile.donation .membership-donation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column;
}
.membership-tile.donation .membership-donation p {
    width: 85%;
    margin: 0 auto 20px auto;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
.frame-form .row.form-row {
    margin-top: 15px;
    margin-bottom: 15px;
}
.frame-form .info {
    margin: 35px 0 0 0;
    font-weight: 600;
}
.frame-form .info ul, ul.ul-inside {
    margin: 30px 0 20px 0;
    list-style-type: disc;
    list-style-position: outside;
    padding: 0 0 0 25px;
}
.frame-form .row.form-row input, .frame-form .row.form-row select {
    background-color: #fafafa;
}
.frame-form .info ul li, ul.ul-inside li {
    margin: 10px 0;
}
.frame-form .row label.required:after {
    content: "*";
    color: red;
}
.form-check label {
    font-weight: 600;
    font-size: 1.1em;
    line-height: 1.2em;
}
.lp-btn {
    display: inline-block;
    padding: 15px 35px;
    background: #ff6900;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    border: none;
    line-height: 1.2em;
}
.lp-btn:hover {
    color: #fff;
    background: #ea6203;
}
.membership-bank-check .lp-btn {
    margin-top: 20px;
}
.frame-form {
    margin: 20px 0;
    padding: 10px 0;
}
.frame-form .row.form-row label {
    font-weight: 600;
}
.member-ship-form {
    padding: 15px 10px;
    flex: 33% 0 0;
    cursor: pointer;
    position: relative;
}
.membership-form-type-frame {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto;
    max-width: 990px;
}
.membership-form-type-frame.payment-frame {
    justify-content: center;
}
.member-ship-form label {
    width: 100%;
    padding: 15px 0;
    font-weight: 600;
}
.member-ship-form label.btn.free-amount {
    display: flex;
    justify-content: center;
}
.member-ship-form label.btn.free-amount input {
    margin-left: 10px;
    width: 90px;
    margin-top: -7px;
    margin-bottom: -7px;
    position: relative;
}
button#member_submit {
    width: 300px;
    max-width: 80%;
    margin: 30px auto;
    display: block;
}
.sep-lp {
    border-top: 1px solid #eee;
    width: 90%;
    margin: 50px auto;
}
.frame-lp-btn {
    text-align: center;
    margin: 30px auto;
}
.frame-lp-btn .lp-btn {
    min-width: 300px;
    max-width: 90%;
}
.success-error-frame {
    margin-bottom: 50px;
    overflow: auto;
}
.success-error-frame p {
    line-height: 1.5em;
}
.success-error-frame .frame-lp-btn {
    margin-top: 50px;
}
.success-error-frame .frame-lp-btn a {
    margin: 0 10px;
}
.donation-bank-check ul {
    list-style-type: disc;
    list-style-position: inside;
    margin: 20px 0;
}
.donation-bank-check ul li {
    margin: 10px 0;
}
.mentions {
    margin: 50px 0;
}
.frame-type-donation .btn-outline-secondary.active, .frame-type-donation .btn-outline-secondary:hover {
    background-color: #ea953d;
    border-color: #ea953d;
}
.frame-type-donation a {
    width: 100%;
    padding: 15px 0;
    font-weight: 600;
}
.ajax-error-frame {
    margin: 50px 0 0 0;
    text-align: center;
    color: red;
}
.autocomplete-container {
    position: relative;
}
.ui-menu.ui-autocomplete {
    background: #fff;
    border: 1px solid lightgray;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.ui-menu.ui-autocomplete li.ui-menu-item {
    padding: 7px 10px;
}
.ui-menu.ui-autocomplete li.ui-menu-item:hover {
    cursor: pointer;
    color: #fff;
    background: #ff6900;
}
footer {
    background: #1c1c1c;
    min-height: 60px;
    text-align: center;
    color: #666;
    font-size: 16px;
    font-family: Montserrat, 'Source Sans Pro', sans-serif;
}
footer .site-info {
    padding-top: 20px;
    padding-bottom: 20px;
}
footer .site-info p {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 20px;
}
footer a {
    color: #666;
    text-decoration: none;
}
footer a:hover {
    color: #666;
}

@media (max-width: 992px) {
    .membership-tile {
        flex: calc(50% - 7px) 0 0;
    }
}
@media (max-width: 767px) {
    .row.form-row .col-md-6 + .col-md-6 {
        margin-top: 15px;
    }
}
@media (max-width: 650px) {
    .membership-tile {
        flex: 100% 0 0;
    }
    .sep-lp {
        margin: 30px auto;
    }
    .container-lp h2 {
        margin: 45px 0 25px 0;
        font-size: 2.3em;
    }
    .member-ship-form {
        padding: 8px 0;
        flex: calc(50% - 8px) 0 0;
        cursor: pointer;
        position: relative;
    }
    .membership-form-type-frame {
        justify-content: space-between;
    }
    .membership-form-type-frame.payment-frame {
        justify-content: space-between;
        align-items: stretch;
    }
    .membership-form-type-frame.payment-frame label {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100%;
    }
    .membership-form-type-frame.donation .member-ship-form {
        flex: 100% 0 0;
    }
    a.header-btn {
        padding: 15px 20px;
    }
    header span.title {
        font-size: 17px;
        padding: 5px 5px;
    }
    header img.logo {
        max-height: 60px;
        margin-left: -10px;
    }
    .member-ship-form label.btn.free-amount {
        display: block;
        padding: 0px;
    }
    .member-ship-form label.btn.free-amount span {
        display: block;
        font-size: 14px;
    }
    .member-ship-form label.btn.free-amount input {
        height: 30px;
        margin: 2px auto;
    }
}
@media (max-width: 360px) {
    header span.title {
        font-size: 16px
    }
}