/*! debug.css v0.0.3 | MIT License | https://gist.github.com/zaydek/6b2e55258734deabbd2b4a284321d6f6 */
[debug],
[debug] * {
    color: hsla(210, 100%, 100%, 0.9) !important;
    background: hsla(210, 100%, 50%, 0.5) !important;
    outline: solid 0.25rem hsla(210, 100%, 100%, 0.5) !important;
    box-shadow: none !important;
    filter: none !important;
}

/*
ACHTUNG!!
Manche der Styles kommen auch aus lageris.de/wp-content/themes/u-design_enfant/style.css!!!
*/
select,
textarea {
    color: #333333;
}

button:hover {
    cursor: pointer;
    background-color: #545454;
}

.overlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: 0.8;
}

.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid #f7a600;
    border-right-color: transparent;
    border-radius: 50%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

}

#mapFR {
    margin-bottom: 50px;
    width: 70%;
    height: 480px;
    margin: 0 auto;
}

#mapCanvasFrance,
#mapCanvasIDF {
    box-shadow: 0px 0px 8px rgba(127, 127, 127, 0.5), 0px 0px 8px;
}

#mapIDF {
    width: 25%;
    height: 400px;
    margin-left: 65%;
    padding-top: 50px;
}

.cadres_centres {
    position: relative;
    display: flex;
    width: 80%;
    height: 226px;
    margin: auto;
    -pie-box-shadow: 0px 0px 8px 2px #bfbfbf;
    box-shadow: 0px 0px 8px rgba(127, 127, 127, 0.5), 0px 0px 8px rgba(127, 127, 127, 0.5);
    border-width: 3px;
    border-style: solid;
    border-color: #fff; /*background-color: #fbe5d6;*/
    margin-top: 27px;
}

.imgCentre {
    width: 230px;
    height: 220px;
}

.centreText {
    padding-left: 15px;
    padding-top: 15px;
}

.btnArrow {
    position: absolute;
    float: right;
    right: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btnChoixCentre {
    background-color: #f7a600;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 1.2em;
    font-family: sans-serif;
    width: 100px;
    padding: 7px 0 7px 0;
    margin-top: 15px;
    margin-right: 15px;
    float: right;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(209, 179, 119, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(209, 179, 119, 1);
    box-shadow: 0px 0px 10px 0px rgba(209, 179, 119, 1);
}

/* BOUNCING ARROW */
.bounce {
    -moz-animation: bounce 3s infinite;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(30px);
        transform: translateY(30px);
    }

    60% {
        -moz-transform: translateY(15px);
        transform: translateY(15px);
    }

}

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    60% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    60% {
        -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }

}

.divKm {
    padding-top: 2px;
    padding-bottom: 2px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 1.2em;
    position: absolute;
    left: 9px;
    top: 9px;
    width: 100px;
    background-color: #f7a600;
    border-radius: 10px;
}

.titreCentres {
    font-size: 1.8em;
    line-height: normal;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 0px;
}

#formCentrale {
    width: 90%;
    margin: auto;
}

.portionTitles {
    width: 100%;
    border-bottom: 2px solid #f7a600;
    border-top: 2px solid #f7a600;
    font-size: 1rem;
    float: left;
    padding: 2px 0 2px 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.btnModifierSection {
    background-color: #f7a600;
    border-radius: 10px;
    border: none;
    color: #fff;
    font-family: sans-serif;
    width: 100px;
    padding: 7px 0 7px 0;
    margin: auto;
    margin-right: 5px;
    float: right;
    box-shadow: 0px 0px 8px rgba(127, 127, 127, 0.5), 0px 0px 8px;
}

.centreContent {
    display: flex;
    margin-left: 220px;
    text-align: left;
    height: 200px;
    padding-left: 15px;
}

.sloganCentres {
    color: #8c2800;
    font-size: 1.8em;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 30px;
}

.divPictosCentre {
    height: 70px;
    width: 500px;
    bottom: 8px;
}

.pictoCentre {
    height: 68px;
    margin-left: 5px;
    border-radius: 12px;
}

@media screen and (max-width:1200px) {
    .cadres_centres {
        flex-direction: column;
        width: 100%;
        height: 420px;
    }

    .imgCentre {
        width: 80%;
        height: 270px;
    }

    .titreCentres {
        font-size: 1.4em;
        line-height: normal;
        font-weight: 400;
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 0px;
        padding-left: 0px;
    }

    .divPictosCentre {
        bottom: 10px;
    }

    .pictoCentre {
        margin-left: 5px;
        border-radius: 12px;
        width: 50px !important;
        height: 50px !important;
    }

}

@media screen and (max-width:500px) {
    .cadres_centres {
        flex-direction: column;
        width: 100%;
        height: 420px;
    }

    .imgCentre {
        width: 80%;
        height: 200px;
    }

    .pictoCentre {
        width: 40px !important;
        height: 40px !important;
    }

}

.flexContainer {
    clear: both;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.cardContainer {
    flex-basis: auto;
    flex: flex-grow;
    flex-grow: 0;
    margin: 15px;
}

.centered-flex-col {
    clear: both;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 1000px;
    margin: auto;
    position: relative;
}

@media (max-width:619px) {
    .centered-flex-col {
        margin: unset;
    }

}

.align-start {
    align-items: flex-start;
}

.align-center {
    align-items: center;
}

.success-note {
    background-color: #5cb85c;
    color: white;
    width: 250px;
    z-index: 999;
    padding: 1em;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 6px;
    position: fixed;
    top: 20%;
    left: 40%;
}

.contract-text {
    font-size: 16px;
    line-height: 22px;
    margin: auto;
}

.contract-text em {
    font-style: italic;
}

.contract-text-last {
    margin-bottom: 2em;
}

.contract-text p {
    margin: 0.5em 0;
}

.contract-text ul {
    margin: 0; /*margin-top: -1em;*/
}

.contract-text hr {
    margin: 0;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

@media (max-width:619px) {
    .flex-center {
        flex-direction: column;
        justify-content: flex-start;
    }

}

.flex-column.info {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.flex-column {
    flex-direction: column;
}

.flex-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.info-label {
    font-weight: bold;
    width: 200px;
    min-width: 200px;
}

.info-text {
    width: 300px;
    min-width: 300px;
}

/* Exception: Let's use an ID here. */
#lyraFormContainer {

    /*padding-bottom: 250px;*/
}

.payment-extra-text {
    padding: 0.5em 1.5em;
}

.fa.pay {
    color: #f7a600;
    font-size: 1.5em;
    vertical-align: middle;
    padding: 5px;
}

.btn-with-text {
    display: flex;
    align-items: baseline;
}

.btn-with-text-below {
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}

.btn-big {
    border-radius: 25px;
    width: 300px;
}

.btn-text-right {
    display: block;
    width: 400px;
    margin: auto;
    font-size: 15px;
}

.btn-note-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn-payment-note {
    background-color: #ffff00;
    color: #545454;
    padding: 0.5em;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
}

.center-text {
    text-align: center;
}

.x-large {
    font-size: x-large;
}

.unobtrusive {
    color: #a9a9a9fc;
}

.btn-payment {
    display: block;
    background: #4f81bd;
    color: white;
    border: 2px solid #3c6390;
    font-weight: bold;
    padding: 1rem;
    margin: 1rem;
    line-height: 1.5rem;
    font-size: 1rem;
}

.btn-payment-inactive:hover,
.btn-payment:hover {
    cursor: pointer;
    color: white !important;
    background-color: #545454 !important;
    border: 2px solid #3c6390;
}

.btn-payment-inactive {
    color: #545454 !important;
    background-color: #54545454 !important;
    border: none;
}

.btn-action {
    display: inline-block;
    background: #8080809c;
    color: white;
    font-weight: bold;
    margin: 0;
    padding: 6px;
    font-size: 16px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    border-radius: 30px;
    border: none;
}

.btn-payment p {
    display: block;
    text-align: center;
    margin: 0;
    padding: 0;
}

.btn-big .first-line {
    font-size: 1.4em;
}

.btn-small {
    border-radius: 15px;
    width: 150px;
    margin: auto;
    margin-top: 35px;
}

.btn-yellow {
    background: #ffff00;
    color: #4a4a4a;
    border: 2px solid #3c639038;
    -webkit-box-shadow: 0px 0px 13px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 13px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 13px -5px rgba(0, 0, 0, 0.75);
}

.btn-yellow.btn-big {
    padding: 1rem;
    margin: 1rem;
    line-height: 1.5rem;
    font-size: 1rem;
}

@media (max-width:619px) {
    .contract-buttons {
        flex-direction: column;
    }

    .btn-with-text {
        flex-direction: column;
    }

    /*    .btn-payment {
            margin: 1em -1em;
        }
    */
}

.attention-box {

    /*    background: #f3971c;
    color: white;*/
    background: #ffff00;
    color: #545454;
    margin: auto;
    margin-top: 1em;
    padding: 0.5em 1em; /*border: 2px solid #3c6390;*/
    border: 2px solid #c2c2c2;
    border-radius: 16px;
    font-weight: bold;
    font-style: italic;
}

.attention-box p {
    margin: 0;
}

.attention-box em {
    text-decoration: underline;
}

.attention-box.eu-form {
    box-shadow: none;
    height: auto;
    width: 50%;
    min-width: 600px;
    margin: auto;
    margin-bottom: 2em;
}

.grey {
    background: #d9d9d9;
    color: black;
    font-weight: normal;
}

.green {
    background: #268302;
    color: #ffffff;
    font-weight: bold;
    border: 2px solid #1a5502;
    padding: 1.5em;
    font-size: 1.25em;
    line-height: 1.5em;
}

.indent {
    padding-left: 2em;
}

.btn-container-row {
    align-items: flex-start !important;
    clear: both;
    width: 80%;
    margin: 20px 0;
}

@media (max-width:619px) {
    .btn-container-row {
        width: 100%;
    }

}

#lyraForm {
    width: 260px;
    height: 260px;
    margin: 0;
    margin-top: 2em;
    padding: 2em;
}

.paymentNote {
    width: 50%;
    margin: auto;
    text-align: center;
}

/*Width-INdependent styles*/
.boxCard table {
    table-layout: fixed;
    width: 100%;
}

.boxCard tr,
.boxCard td {
    vertical-align: top;
}

.box-card {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: small;
}

.box-card .column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.box-card .line {
    line-height: 1.5em;
    padding-bottom: 0;
}

.box-card .line .price {
    font-weight: bold;
    font-size: 2em;
    line-height: 2em
}

.box-card .box-type-header {
    font-weight: bold;
    font-size: 1.3em;
}

.ml-1 {
    margin-left: 1em;
}

p.availability {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
}

.box-level {
    position: absolute;
    top: 0;
    right: 0;
    width: 135px;
    min-width: 135px;
    border-bottom: 1px solid;
    border-left: 1px solid;
    padding: 0 1em;
    border-radius: 0 0 0 6px;
}

.loupe {
    color: black;
    font-weight: 400;
    font-size: 1.5em;
    position: absolute;
    left: 10px;
    top: 35px;
}

.eu-form.center-content {
    width: 70%;
    margin: auto;
}

.form-container {
    display: flex;
    flex-direction: column;
}

.form-row {
    display: flex;
    justify-items: flex-start;
    align-items: center;
    margin-bottom: 0.25em;
}

.input-label {
    width: 30%;
    font-weight: bold;
    margin-right: 1em;
}

.input-value {
    width: 50%;
    padding: 0.25em;
    border-radius: 3px;
    border: 1px solid #e3e3e3 !important;
    background-color: #fbfbfb !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea.styled {
    width: 50%;
    height: 120px;
    border: 1px solid #cccccc;
    padding: 5px;
}

/*Width-dependent styles*/
@media screen and (min-width:641px) {
    #colRight {
        display: table !important;
    }

    .rowSmall {
        display: none !important;
    }

    .box-card {
        padding: 7px;
        height: 250px;
        width: 480px;
        box-shadow: 0px 0px 8px rgba(127, 127, 127, 0.5), 0px 0px 8px;
    }

    .btnLevel {
        background-color: white;
        border-style: solid;
        border-width: 1px;
        border-color: grey;
        border-bottom-left-radius: 5px;
        color: black;
        font-family: sans-serif;
        font-style: italic;
        padding: 5px;
    }

    p.boxPromo {
        margin-top: 66px;
    }

    span.promoCode {
        font-weight: bold;
        font-size: 1.9em;
        font-style: italic;
        color: #f7a600;
    }

    span.promoDesc {
        font-weight: bold;
        font-size: 1.3em;
        color: #f7a600;
    }

}

@media screen and (max-width:640px) {

    #colRight {
        display: none !important;
    }

    .rowSmall {
        display: table !important;
        width: 250px;
    }

    .box-card {
        padding: 7px;
        max-height: 370px;
        min-height: 270px;
        width: 330px;
        box-shadow: 0px 0px 8px rgba(127, 127, 127, 0.5), 0px 0px 8px;
    }

    p.availability {
        max-width: 130px;
    }

    .box-card .line .price {
        font-weight: bold;
        font-size: 1.5em;
        line-height: 1.5em
    }

    .btn-level {
        background-color: white;
        border-style: solid;
        border-width: 1px;
        border-color: grey;
        border-bottom-right-radius: 5px;
        color: black;
        font-family: sans-serif;
        font-style: italic;
        padding: 3px;
    }

    .box-level {
        margin-right: 0;
        width: 110px;
        min-width: 110px;
    }

    .x-large {
        font-size: large;
    }

    .attention-box.eu-form {
        width: 90%;
        min-width: 340px;
    }

    .eu-form.center-content {
        width: 95%;
        margin-top: 5em;
    }

    .form-container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .form-row {
        flex-direction: column;
        justify-items: flex-start;
        align-items: flex-start;
    }

    .input-label {
        width: 100%;
        margin-right: 0;
        font-size: small;
    }

    .input-value {
        width: 100%;
    }

    textarea.styled {
        width: 100%;
    }

    span.promoCode {
        font-weight: bold;
        font-size: 1.4em;
        font-style: italic;
        color: #f7a600;
    }

    span.promoDesc {
        font-weight: bold;
        font-size: 1.2em;
        color: #f7a600;
    }

}

.btnChoixBox,
.btnListeAttente,
.btnAutreCentre,
#btnCodePromo,
#btnMailListeAttente,
#btnValiderInfos,
#btnSubmitBooking {
    background-color: green;
    border-radius: 5px;
    border: none;
    color: white;
    font-family: sans-serif;
    padding: 5px 3px 5px 3px;
    margin-top: 5px;
    box-shadow: 0px 0px 8px rgba(127, 127, 127, 0.5), 0px 0px 8px;
}

.btnListeAttente,
.btnAutreCentre {
    width: 124px;
    padding: 0.5em;
    background-color: #f7a600;
    color: #121212;
    box-shadow: 0px 0px 17px 0px rgba(227, 224, 227, 1);
}

.btnAutreCentre {
    font-size: 0.8em;
}

p.promo {
    float: right;
}

.btnChoixBox:hover,
.btnListeAttente:hover,
.btnAutreCentre:hover,
#btnCodePromo:hover,
#btnMailListeAttente:hover,
#btnValiderInfos:hover,
#btnSubmitBooking:hover {
    background: #606060 !important;
}

.btnListeAttente:hover,
.btnAutreCentre:hover {
    color: white !important;
}

#btnValiderInfos,
#btnSubmitBooking {
    background: #5bc0de;
    display: block;
    margin: auto;
    padding: 0.5em;
    font-size: 1.2em;
}

#formCentrale input,
textarea,
#formCentrale select,
input {
    padding: 9px;
    border: solid 1px;
    border-color: rgba(23, 51, 78, 0.15) rgba(23, 51, 78, 0.17)
    rgba(23, 51, 78, 0.2);
    outline: 0;
    width: 150px;
    background: #ffffff;
    -ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="radio"] {
    width: auto !important;
}

label {
    display: inline-block;
    width: 92px;
    vertical-align: middle;
    font-weight: bold;
    font-size: 1.2em;
}

p {
    margin-bottom: 0px;
}

#commentaires,
#LA_commentaires {
    width: 80%;
    height: 80px;
    resize: none;
    background-color: white !important;
}

#portionInfosAssurance > div {
    margin-left: 20px;
    float: left;
    width: 30%;
}

#portionRecapitulatif > div:first-child {
    float: left;
    font-size: 1.1em;
    width: 40%;
}

#portionRecapitulatif > div:nth-child(2) {
    float: left;
}

#portionRecapitulatif > div:nth-child(2) > div > div:first-child {
    float: left;
    width: 300px;
}

#portionRecapitulatif h3 {
    background: #fbe5d6;
}

.no-background {
    background: transparent !important;
}

.monthly-confirm {
    background-color: lightgreen !important;
    font-weight: bold;
}

#divListeAttente p {
    margin-left: 20px;
}

.waitinglist-text p {
    margin-left: 0 !important;
    font-size: 1.4em;
}

.tablePay {
    width: 75%;
    border: 1px solid black;
    border-collapse: collapse;
}

.tablePay td {
    border: 1px solid black;
}

.tdTitre {
    color: #333399;
    background: #f7a600;
    font-size: 1.5em;
    padding-left: 5px;
}

.tdGauche {
    text-align: right;
    width: 30%;
}

.tdDroit {
    padding-left: 5px;
}

.tdOrange {
    color: #f79646;
    font-weight: bold;
}

#titlePay {
    font-style: italic;
    color: #606060;
    border-bottom: solid 1px #333399;
    width: 80%;
}

#tetiere {
    background-size: cover;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 8px rgba(127, 127, 127, 0.5), 0px 0px 8px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.sloganCentres {
    color: #8c2800;
    font-size: 1.8em;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 30px;
}

.stepsCentrale {
    float: left;
    width: 25%;
    text-align: center;
}

.numbersteps {
    border-radius: 35px;
    background: #ed9b00;
    color: white;
    width: 40px;
    height: 40px;
    margin: auto;
    font-weight: bold;
    font-size: 1.5em;
    border: #c0902c solid 1px;
    box-shadow: 0px 0px 8px rgba(127, 127, 127, 0.5), 0px 0px 8px;
}

.numbersteps > span {
    position: relative;
    top: 7px;
}

.stepsCentrale > h2 {
    font-size: 2em;
}

#imgCA {
    width: 20%;
    height: 20%;
}

.priceOverview {
    width: 75%;
    display: grid;
    grid-template-columns: auto 150px;
    grid-template-rows: auto;
}

.priceOverview h3 {
    font-size: medium;
}

.img-boxes {
    width: 125px;
    height: 150px;
    border: solid 1px #606060;
}

.container.clearfix {
    height: 0 !important;
}

/*@media screen and (max-width:640px) {*/
@media screen and (max-width:1200px) {
    #mapFR {
        width: 100%;
        float: none;
        margin: auto;
        margin-bottom: 25px;
    }

    #mapIDF {
        width: 100%;
        margin-bottom: 50px;
        margin: auto;
    }

    #formCentrale {
        width: 100%;
    }

    .centreContent {
        margin-left: 0px;
        text-align: center;
        position: normal;
        height: 100%;
        padding-left: 4px;
        padding-right: 4px;
    }

    .btnArrow {
        position: absolute;
        right: 4px;
        top: 1px;
    }

    .img-boxes {
        width: 120px;
    }

    #portionInfosAssurance > div {
        margin-left: 0px;
        float: left;
        width: auto;
    }

    #portionRecapitulatif h2 {
        font-size: 1.4em;
    }

    #portionRecapitulatif h3 {
        font-size: 1.2em;
    }

    #portionRecapitulatif > div:first-child,
    #portionRecapitulatif > div:nth-child(2) {
        float: left;
        font-size: 1em;
        width: 100%;
    }

    #portionRecapitulatif > div:nth-child(2) > div > div:first-child {
        float: left;
        width: 85%;
    }

    #divListeAttente p {
        margin-left: 0px;
        width: 100%;
    }

    #divCodePromo {
        margin-top: 20px;
    }

    #btnCodePromo {
        margin-left: 70px;
    }

    .tablePay {
        width: 100%;
    }

    #titlePay {
        width: 100%;
    }

    .sloganCentres {
        font-size: 1.4em;
        line-height: normal;
        padding-top: 5px;
    }

    #tetiere {
        height: 140px;
    }

    .numbersteps {
        border-radius: 35px;
        background: #ed9b00;
        color: white;
        width: 30px;
        height: 30px;
        margin: auto;
        font-weight: bold;
        font-size: 1.3em;
    }

    .numbersteps > span {
        top: 4px;
    }

    .stepsCentrale > h2 {
        font-size: 1.1em;
    }

    #imgCA {
        width: 80%;
        height: 80%;
    }

    .priceOverview {
        width: 90%;
    }

}
