
body {
    background-color: #FFFFFF;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 1.3em;
    color: #393939;
    margin: 0;
}

h2, h3 {
    font-family: "Playfair Display", serif;
}

p {
    line-height: 1.3em;
}

a {
    color: inherit;
}

img {
    -ms-flex-item-align: center;
    align-self: center;
}

sup {
    font-size: 0.6em;
    line-height: 1em;
}

small {
    font-size: 0.8em;
}

.cta, .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 21px;
    background-color: #316cf9;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 42px;
    height: 42px;
    padding: 0 15px;
    text-decoration: none;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.field.error {
    border: 1px solid red;
}

.fieldb.error {
    border-bottom: 1px solid red !important;
}

.purple {
    background-color: #a558e5;
}

.lightblue {
    color: #00a7e7;
}

.orange {
    color: #f6a600;
}

.green {
    color: #a5c844;
}

.darkblue {
    color: #2e7173;
}

.field {
    background-color: #eef1f1;
    color: #316cf9;
}

.field:hover, .field.selected {
    background-color: #316cf9;
    color: #FFFFFF;
}

.cta:hover {
    opacity: 0.8;
}

#main-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.line {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.line .content {
    max-width: 1150px;
    width: 90%;
    height: auto;
    overflow: hidden;
}

.lineheader {
    background-color: #a558e5;
    padding: 20px 0;
}
.lineheader p {
    color: #FFFFFF;
}
.lineheader p a {
    color: #FFFFFF;
}

.line0 {
    padding: 10px 0;
}

.line1 {
    background-image: linear-gradient(180deg, #d6e4ed 0px, #d6e4ed 450px, rgb(255, 255, 255) 450px, rgb(255, 255, 255) 100%);
}

.line1 .content {
    background-size: auto 450px;
    background-repeat: no-repeat;
    background-position: top center;
}

.line1 .content div.left {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.line1 .content .presentation {
    min-height: 450px;
    max-height: 450px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 375px) {
    .line1 {
        background-image: linear-gradient(180deg, #d6e4ed 0px, #d6e4ed 550px, rgb(255, 255, 255) 550px, rgb(255, 255, 255) 100%);
    }
    .line1 .content .presentation {
        min-height: 550px;
        max-height: 550px;
    }
}

@media screen and (max-width: 300px) {
    .line1 {
        background-image: linear-gradient(180deg, #d6e4ed 0px, #d6e4ed 650px, rgb(255, 255, 255) 650px, rgb(255, 255, 255) 100%);
    }
    .line1 .content .presentation {
        min-height: 650px;
        max-height: 650px;
    }
}

.line1 .content .presentation h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3em;
    padding: 0 0 50px 0;
    background-repeat: no-repeat;
    background-position: bottom left -30px;
    max-width: 450px;
}

.line1 .content .presentation p {
    font-size: 18px;
    max-width: 370px;
    margin-bottom: 15px;
}
.line1 .content .presentation p strong {
    font-weight: 700;
}

.line1 .content .presentation .cta {
    margin: 30px 0 0 0;
    display: none;
}

.line1 .content .mentionoffer {
    margin: 40px 0;
}
.line1 .content .mentionoffer p {
    text-align: center;
}

.line1 .content .offer {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: #FFFFFF;
    padding: 30px 0;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 684px;
    width: 684px;
}

.line1 .content .offer div {
    width: 158px;
    /*min-height: 260px;
    max-height: 260px;*/
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 10px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.line1 .content .offer h3 {
    font-family: "Montserrat", sans-serif;
    color: #a558e5;
    font-weight: 500;
    text-align: center;
    font-size: 16px;
    margin: 10px 0;
}

.line1 .content .offer p {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
}

.line1 .content .offer p strong {
    font-weight: 700;
}

.line1 .content div.right {
    -ms-flex-preferred-size: 457px;
    flex-basis: 457px;
    max-width: 457px;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#form {
    border: 1px solid #316cf9;
    border-radius: 10px;
    background-color: #FFFFFF;
    width: 99%;
    max-width: 99%;
    overflow: hidden;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 0;
}

#form > div {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 90%;
    width: 100%;
}

#form > * {
    max-width: 90%;
}

#form p {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    margin: 0 0 20px 0;
}

#form label {
    font-size: 16px;
    margin: 20px 0 10px 0;
}

#form > div > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

#form > div > div.checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin: 15px 0 0 0;
}

#form > div > div.checkbox.error label {
    color: red;
}

#form > div > div.radioouinon {
    width: 100%;
    margin: 15px 0 0 0;
}

#form > div > div.radioouinon > div label {
    margin: 0 0 0 10px;
    font-size: 12px;
}

#form > div > div.radioouinon > div.multi {
    margin: 10px 0 0 0;
}

#form > div > div.radioouinon > div.multi label {
    margin: 2px 15px 0 3px;
}

#form > div > div.spacer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin: 5px 0;
    border-top: 1px solid #E7E7E7;
}

#form > div > div > div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#form > div > div.checkbox > div {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

#form > div > div.checkbox > div label {
    margin: 0 0 0 10px;
    font-size: 12px;
}

.col2 input[type=text], .col2 input[type=email], .col2 input[type=date] {
    border: 0;
    outline: none;
    border-bottom: 1px solid #a7a7a7;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 170px;
    color: #393939;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

select {
    border: 0;
    outline: none;
    border-bottom: 1px solid #a7a7a7;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #393939;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.5em 1.2em;
    border: none;
}
select option {
    margin: 0;
    padding: 0;
    color: #393939;
}

input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=date]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #6e6e6e;
}

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=date]::-moz-placeholder, textarea::-moz-placeholder {
    color: #6e6e6e;
}

input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=date]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #6e6e6e;
}

input[type=text]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=date]::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #6e6e6e;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=date]::placeholder,
select:invalid,
textarea::placeholder {
    color: #6e6e6e;
}

#form > div > div.col2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

#form > div > div.col2 > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#form .field {
    margin: 0 10px 10px 0;
}

#form .cta {
    padding: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0;
}

#form .col2 .cta {
    width: 45%;
}

#form .mentions {
    margin: 20px 0 0 0;
}

#form .mentions p {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400;
}

#step4 p {
    font-size: 22px;
}

.line2 {
    background-color: #f6f8f8;
    padding: 30px 0;
}

.line3 {
    padding: 30px 0;
}

.line2 .content, .line3 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.line2 .content h2, .line3 .content h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    padding: 0 0 50px 0;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.line2 .content > div > div h2 {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    padding: 0;
    background: none;
    margin-bottom: 15px;
}

.line2 .content > div, .line3 .content > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.line2 .content > div > div, .line3 .content > div > div {
    -ms-flex-preferred-size: 210px;
    flex-basis: 210px;
    max-width: 210px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.line2 .content > div > div {
    text-align: center;
}

.line3 .content h3 {
    text-align: center;
    color: #a558e5;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 15px 0;
}

.line3 .content p {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.line2 .content p {
    text-align: center;
    margin-bottom: 15px;
}
.line2 .content p.hash {
    font-size: 12px;
}
.line2 .content p strong {
    font-weight: 700;
}

.line2 .content > div > p {
    margin-top: 20px;
}

.line2 .content > p {
    font-size: 12px;
}

.line2 .cta, .line3 .cta {
    margin: 20px 0;
}

.line2 .cta {
    display: none;
}

.line3 .content > .cta {
    -ms-flex-item-align: center;
    align-self: center;
    padding: 0 30px;
    margin: 30px 0 10px 0;
}

.line4 {
    background-color: #a558e5;
    padding: 20px 0;
}

.line4 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.line4 p {
    font-size: 12px;
    color: #ffffff;
}

.line4 p.menufooter {
    text-align: center;
    margin: 0 0 20px 0;
}

@media screen and (max-width: 1162px) {
    .line1 .content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-image: none;
    }
    .line1 .content .presentation {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .line1 .content .presentation h2 {
        text-align: center;
        width: 100%;
        background-position: bottom center;
    }
    .line1 .content .presentation p {
        max-width: 450px;
        width: 90%;
        text-align: center;
    }
    .line2 .content, .line3 .content {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .line2 .content > div, .line3 .content > div {
        max-width: 480px;
    }
    .line1 .content .presentation .cta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media screen and (max-width: 720px) {
    .line1 .content .offer {
        width: 250px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 90%;
    }
    .line1 .content div.left {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .line1 .content .offer div {
        margin-bottom: 20px;
        max-width: none;
        max-height: none;
        min-height: auto;
        width: 100%;
    }
}
@media screen and (max-width: 550px) {
    .line2 .content > div, .line3 .content > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .line2 .content > div > div, .line3 .content > div > div {
        margin-bottom: 20px;
    }
    .col2 input[type=text], .col2 input[type=email], .col2 input[type=date] {
        border: 1px solid #393939;
        height: 30px;
        width: 90%;
    }
    .fieldb.error {
        border: 1px solid red !important;
    }
    #form > div > div.col2.oneline {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.hide {
    display: none;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#loader {
    display: none;
}

.lds-ellipsis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #004B85;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    -webkit-animation: lds-ellipsis1 0.6s infinite;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 32px;
    -webkit-animation: lds-ellipsis2 0.6s infinite;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 56px;
    -webkit-animation: lds-ellipsis3 0.6s infinite;
    animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}
@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(24px, 0);
        transform: translate(24px, 0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    100% {
        -webkit-transform: translate(24px, 0);
        transform: translate(24px, 0);
    }
}
.step {
    display: none;
}

.remodal-overlay, .remodal-wrapper {
    display: block;
}

.remodal p {
    text-align: left;
    margin: 20px 0 20px 0;
    font-size: 12px;
}

#form p.obligatoires {
    font-size: 11px;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
#parrainage_prospect_form .form-group {
    flex-direction: column;
}
#parrainage_prospect_form {
    flex-direction: column;
}
.col .form-group{
    flex-direction: column;
    margin:0px 10px;
}
.col-xs .form-group{
    flex-direction: column;
    margin:0px 10px;
}
@media screen and (max-width: 566px) {
    #step2 .row {
        flex-direction: column;
    }
    
}
input[type="text"] {
    border-top: none;
    border-left: none;
    border-right: none;
}
input[type="text"]:focus-visible {
    border-bottom-color: #a558e5;
   outline: none;
}
input[type="email"] {
    border-top: none;
    border-left: none;
    border-right: none;
}
input[type="email"]:focus-visible {
   outline: none;
    border-bottom-color: #a558e5;
}
input[type="tel"] {
    border-top: none;
    border-left: none;
    border-right: none;
    width: 173px;
}

input[type="tel"]:focus-visible {
    outline: none;
    border-bottom-color: #a558e5;
}

button[type=submit]{
    background-color:#316cf9 ;
    padding: 10px 25px;
    border-radius: 50px;
    color:white;
    font-weight: 700;
    font-size: 17px;
    border: none;
    cursor: pointer;
}
#toast-container > div {
    opacity: 1;
}
button.toast-close-button{
    left:220px
}
.help-block ul {
    padding: 5px;
    margin: 0;
}
.help-block li {
    color: red;
    font-family: 'Montserrat';
    list-style: none;
}
@media screen and (max-width: 1162px) {
    .line1 .content .presentation p {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 1162px) {
    .row .submit {
        justify-content: center;
    }
}
/*** Modal CGV Filleul ***/
/* Modal de Bootstrap 3.3.7 */
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition:      -o-transform .3s ease-out;
    transition:         transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}
.modal-header:after,
.modal-footer:after {
    clear: both;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
/* Fin Bootstrap */
/* Modal custom */
.open-modal-filleul-cgv {
    text-decoration-line: underline;
}
.open-modal-filleul-cgv:hover {
    opacity: 0.5;
    cursor: pointer;
}
.modal-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.modal-body {
    height: 100%;
    overflow-y: scroll;
}
.modal-body > div {
    display: block;
}
.modal-title {
    margin: 0 auto;
}
.modal-footer > button:first-child {
    margin-left: auto;
}
.modal-footer > button {
    appearance: auto;
    background-color: #316cf9;
    border: 1px solid #316cf9;
    color: #FFFFFF;
    padding: 10px 25px;
    cursor: pointer;
    letter-spacing: .05em;
    font-weight: 700;
    font-size: 15px;
    border-radius: 2px
}
.modal-footer > button:hover {
    opacity: 0.7;
}
#modal-filleul-content div {
    display: block;
}
#modal-filleul-content p {
    margin: 0 0 10px;
}