body {
    padding: 0;
    margin: 0;
    text-align: center;
    font-family: arial, sans-serif;
    background: url(/assets/images/bkg_rideau_rouge.jpg) repeat;
}
.alert-danger {
    width: 46%;
    padding: 6px 0;
    color: white;
    background-color: red;
    margin: 1px auto 0;
    border-radius: 7px;
}
#password-group, .password-field {
    position: relative;
}
#password {
    padding-right: 10px;
    width: 45%;
    border: #a29d9d 1px solid;
    height: 30px;
    margin: 5px auto;
}
#passwordViewer {
    color: #444447;
    display: block;
    position:relative;
    right: -30%;
    top: -26px;
}
#repeatPasswordViewer {
    color: #444447;
    display: block;
    position:relative;
    right: -30%;
    top: -26px;
}
#loginPasswordViewer {
    color: #444447;
    display: block;
    position:relative;
    right: -520px;
    top: -34px;
    width: 10px;
}
#passwordViewer:hover, #repeatPasswordViewer:hover, #loginPasswordViewer:hover  {
    color: #19d2fe;
    cursor: pointer;
    display: block;
}
.cip-genpw-icon.cip-icon-key-big {
    display: none!important;
}
#navigation {
    position:relative;
    z-index: 999;
    margin: 0 auto!important;
    padding-top: 2px;
    width: 855px;
    font-size:15px;
    font-weight:bold;
    height: 27px;
    background-color: #ffdd00;
}
#navigation a {
    text-decoration: none;
    color: #0202a7;
}
.margin-up-and-bottom {
    padding: 20px
}
#registration_form .form-group {
    margin-bottom: 10px
}
#registration_form .m-login__desc {
    margin-bottom: 0
}
.breadcrumb-item {
    font-size: 16px;
}
.underline-offset-2px {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.btn-3chardons {
    padding: 10px 20px;
    color: #ffdd00;
    background-color: #10418d;
    border-radius: 5px;
    border: 1px solid #a9a9a9;
    transition: color .4s,background-color .4s;
    margin: 10px 0!important;
    font-weight: bold;
    cursor: pointer;
}
.compte-a-rebours {
    background-image: url(/assets/images/compte_a_rebours.jpg)!important;
    height: 112px;
    width: 100px;
    margin: 40px auto;
    background-size: cover;
}
.btn-3chardons:hover {
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #a9a9a9;
    /*background-color: #38baf8;*/
    background-color: #ffdd00;
    /*color: white;*/
    color: darkblue;
    text-decoration: none;
    font-weight: bold;
    /*width: 110px;*/
}
.m-login__account-link {
    color: #19d2fe
}
.m-login__account-link{
    text-decoration: underline!important;
}
.m-login__account-link:hover {
    color: #ffffff;
}
.m-login__account-msg {
    color: #19d2fe;
}
.form-group-text-yellow-3ch label, .form-group-text-yellow-3ch h4{
    color: #ffdd00!important;
}
.text-warning-3ch {
    color: white!important;
    font-weight: lighter;
    font-size: 11px;
}
.form-group label {
    font-size: 1.4rem;
    font-weight: 400;
    color: #19d2fe;
}
.footer-3chardons,
.footer-3chardons-couleur {
    padding-bottom: 30px;
    margin: -28px auto 75px;
    height: 174px;
    width: 80%;
    background-image: url("/assets/images/logo_theatre_lacachette_petit.png")!important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.footer-3chardons-couleur {
    margin: -5px auto 75px!important;
    background-image: url("/assets/images/logo_theatre_lacachette_couleur.png")!important;
}
.footer-3chardons-couleur_2 {
    background-image: url("/assets/images/spectacle_ecole_bgr_2.png")!important;
    padding-bottom: 30px;
    margin: -60px auto -17px;
    height: 242px;
    width: 80%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.jumbotron-3chardons-lg-1 {
    border: 2px solid #134c98;
    border-radius:20px;
    padding: 20px 0;
    /*margin: 20px 27px 0;*/
    margin: auto;
    width: 490px;
    color: #134c98
}
@media (max-width: 992px) {
    .jumbotron-3chardons-lg-1 {
        width: 600px;
        padding: 20px;
    }
    .jumbotron-rounded-top {
        /*border: 1px solid #6f87af;*/
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom:0;
        padding-bottom: 0!important;
        margin-bottom: 15px;
    }
    .jumbotron-rounded-bottom {
        /*border: 1px solid #6f87af;*/
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top:0;
        padding-top: 25px!important;
        font-size: medium;
        font-weight: bold;
    }
    #cadre_beige{
        padding-bottom: 20px;
        max-width: 900px;
        margin: 50px auto;
    }
}
@media (max-width: 768px) {
    #cadre_beige{
        max-width: 800px;
        margin: 50px auto;
    }
    .jumbotron-3chardons-lg-1 {
        width: 600px;
        padding: 20px;
    }
}
.jumbotron-3chardons-lg-1 h4 {
    font-weight: 600;
}
.jumbotron-3chardons-lg-1 ul li {
    font-weight: 700;
    font-size: 14px
}
#performance-selection-form .m-accordion__item-mode {
    position: relative;
    /*top: 8px;*/
    background-color: #ffdd00;
    padding: 40px 4px;
}
.input-square-left,
.input-square-right,
.input-square{
    text-align: center;
    color: #af0707;
    height: 30px;
    width: 30px;
    margin: 1px;
    border: 1px solid #134c98;
    font-weight: 800;
    background-color: white;
}
.input-square-left{
    margin-right: 0;
    border-right: 0;
}
.input-square-right{
    margin-left:0;
    border-left:0;
}
.cursor-pointer {
    cursor: pointer;
}
.cursor-pointer:hover {
    background: url(/assets/images/bkg.jpg);
    color: yellow;
    font-weight: 700;
}
#spectacle-form a:hover {
    text-decoration: none;
}

.border-black {
    border: 1px solid black;
    cursor: pointer;
}
.border-black:hover{
    border: 1px solid #acacac;
    background-color: #ffffff;
}
.selected-primary {
    background-color: #38baf8;
    color: white!important;
}
.selected-danger {
    background-color: #e2726d;
    font-size: medium;
    color: #ececec !important;
    padding: 3px 25px;
    width: 100%;
}
.selected-aliceblue {
    background-color: #ffffff;
    border-top: 1px solid #b0e5ff;
    cursor: default;
    /*box-shadow:-18px -19px 20px -27px grey inset*/
}
.border-black-selected{
    border: 2px solid #134c98;
    /*border-radius: 5px;*/
    /*background-color: #ffffff;*/
    /*box-shadow:-18px -19px 20px -27px grey inset*/
}
.selected-white {
    background-color: #ffffff;
    border: 1px solid #5b5b5b;
    cursor: default;
    /*box-shadow:-18px -19px 20px -27px grey inset*/
}
.text-blue-3ch {
    color: #134c98!important;
}
.text-yellow-3ch {
    color: #ffdd00!important;
}
.text-red-3ch {
    color: #af0707!important;
}
.fs-14-px {
    font-size: 14px!important;
}
.fs-16-px {
    font-size: 16px!important;
}
.fs-17-px {
    font-size: 17px!important;
}
.fs-18-px {
    font-size: 18px!important;
}
.fs-20-px {
    font-size: 20px!important;
}
.spectacle-container {
    position: relative;
}
.accordion__flag{
    width: 37px;
    height: 30px;
    background-color: #fffbed;
    position: absolute;
    right: 0;
    top: -26px;
}
.accordion__flag_left{
    width: 480px;
    height: 26px;
    background-color: #fffbed;
    position: absolute;
    right: 37px;
    top: -26px;
    /*transition: height 0.5ms;*/
}
.accordion_animate_height {
    height: 0;
}
.button-container{
    position: relative;
    top: -26px;
    width: 517px;
    background-color: #e3e4e5;
}
.button-container button {
    position: relative;
    right: 12px;
}
.button-container .accordion__flag_left{
    background-color: #e3e4e5;
}
.button-container .accordion__flag{
    height: 140px;
    width: 42px;
    right: -5px;
    top: 0;
}
.m-accordion.m-accordion--section .m-accordion__item .m-accordion__item-head.collapsed{
    background-color: #fffbed
}
.input-border{
    border: 1px solid black;
    border-radius: 2px;
    height: 30px;
}
.fs-small {
    font-size: small!important;
}
.fs-medium {
    font-size: medium!important;
}
.fs-large {
    font-size: large!important;
}
.fs-larger {
    font-size: larger!important;
}
.fs-x-large {
    font-size: x-large!important;
}
.fs-xx-large {
    font-size: xx-large!important;
}
.ordering-modification#all-total-ttc {
    width: 70px;
}
.btn-booking {
    position: absolute;
    right: 10px;
    top: 2px;
    border-radius: 1px;
    font-size: 15px;

    border: 1px solid #a9a9a9;
    color: #ffdd00;
    background-color: #10418d;
    transition: color .4s, background-color .4s;
    cursor: pointer;
}
.btn-booking:hover {
    border: 1px solid #a9a9a9;
    background-color: #ffdd00!important;
    color: darkblue;
    text-decoration: none;
    cursor: pointer;
}