@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap');

/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* Start Custom Fonts CSS */
@font-face {
	font-family: 'Gobold_PR';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('../fonts/Gobold/Gobold-Regular.ttf') format('truetype');
}

/* 
font-family: 'Gobold_PR', 'Arial', 'Helvetica', sans-serif; 
font-weight: 400;
*/





/* 
font-family: 'Rubik', 'Arial', 'Helvetica', sans-serif; 
font-weight: 400;
font-weight: 500;
font-weight: 700;
*/

/* End Custom Fonts CSS */

.shortcode-button {
    width: 100%;
    display: flex;
    justify-content: center;
}

.popup-background {
    width: 100% !important;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    max-width: none !important;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 900;
    overflow: auto;
}

.popup-modal {
    box-sizing: border-box;
    max-width: 1220px;
    width: calc( 100% - 36px);
    /* height: 700px; */
    border-radius: 49px;
    font-family: 'Rubik', 'Arial', 'Helvetica', sans-serif; 
    position: relative;
    background: #F4F4F4 url(../img/wave.svg) no-repeat bottom center;
    background-size: contain;
    margin: 18px;
}

.popup-modal.loading {
    pointer-events: none;
}

.popup-modal.loading:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .65);
    z-index: 100;
    border-radius: 49px;
}

.popup-modal.loading > svg {
    position: absolute;
    width: 120px;
    height: 120px;
    z-index: 101;
    top: calc(50% - 20px);
    left: calc(50% - 30px);
}

.popup-header {
    width: 100%;
    padding-top: 0;
}

.popup-header .block {
    display: flex;
    justify-content: space-between;
    padding: 48px 48px 0;
}

.popup-header .block .logo {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 200px;
}

.popup-header .block .logo img {
    width: 200px;
    height: auto;
}

.popup-header .block .info {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    margin: 0 150px 0 18px;
}

.popup-header .block .logo img {
    width: 200px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.close {
    position: absolute;
    top: 0;
    right: 106px;
    cursor: pointer;
    background-color: #F26A26;
    padding: 100px 24px 24px 24px;
    border-radius: 0 0 100px 100px;
}

.close img {
    width: 24px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.popup-head-title,
.popup-head-title span,
.popup-head-title div strong {
    font-size: 40px !important;
    line-height: 1.3 !important;
    text-align: center !important;
    font-family: 'Gobold_PR', 'Arial', 'Helvetica', sans-serif !important; 
    color: #000 !important;
    margin-bottom: 12px !important;
    text-transform: uppercase !important;
}

.popup-head-description,
.popup-head-description div,
.popup-head-description span,
.popup-head-description div span {
    width: 100% !important;
    line-height: 1.3 !important;
    font-size: 18px !important;
    color: #000 !important;
    text-align: center !important;
    font-family: 'Rubik', 'Arial', 'Helvetica', sans-serif !important; 
}

.description-container {
    width: 45%;
    margin: 0 auto;
    word-break: break-word;
    line-height: 1.2em;
}

.cols-wrap {
    clear: both;
    display: flex;
    justify-content: space-between;
    padding: 0 48px 36px;
}

.cb {
    clear: both;
}

.col1 {
    width: 40%;
/*     height: 400px; */
    justify-content: center;
    margin-top: 24px;
/*     background-color: blue; */
}

.col2 {
    display: flex;
    justify-content: center;
/*     align-items: center; */
    width: calc( 60% - 36px);
/*     height: 400px; */
    margin-top: 24px;
/*     background-color: red; */
}

.col2 .part1 {
/*     width: 600px; */
    margin: 53px auto 0 auto;
}

.col2 .part1 p {
    font-family: 'Rubik', 'Arial', 'Helvetica', sans-serif; 
    font-weight: 700;
    color: #F26A26;
    font-size: 18px;
    line-height: 1.3;
    text-transform: uppercase;
/*     width: 400px; */
    margin-bottom: 1em;
}

.col2 .part1 ul {
    margin: 0 !important;
}

.col2 .part1 li {
    font-family: 'Rubik', 'Arial', 'Helvetica', sans-serif !important; 
    font-weight: 400 !important;
    color: #000 !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    list-style: none !important;
    background: transparent url(../img/sje_bullet.svg) no-repeat top left !important;
    background-size: 24px auto !important;
    margin-bottom: 12px !important;
    padding: 0 10px 10px 48px !important;
}

.col2 .part1 p strong {
    font-family: 'Rubik', 'Arial', 'Helvetica', sans-serif; 
    font-weight: 700;
    color: #F26A26;
}

.col2 .part2 p,
.col2 .part2 p span strong {
    font-family: 'Rubik', 'Arial', 'Helvetica', sans-serif !important; 
    font-weight: 700 !important;
    color: #F26A26 !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
    text-transform: uppercase !important;
    text-align: left !important;
    margin-bottom: 12px !important;
}

.col2 .part2 p strong {
    display: block !important;
}

.col2 .part2 p .smaller {
    font-family: 'Rubik', 'Arial', 'Helvetica', sans-serif !important; 
    font-weight: 400 !important;
    color: #000 !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    text-transform: none !important;
}

.col2 .part2 .form__field {
    background-color: #fff;
    border: 0px solid #000;
    border-radius: 25px 0 0 25px;
    color: #000;
    padding: 12px 12px 12px 24px;
    font-size: 16px;
    line-height: 1.0;
}


.col2 .part2 .form__field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
}
.col2 .part2 .form__field::-moz-placeholder { /* Firefox 19+ */
  color: #666;
}
.col2 .part2 .form__field:-ms-input-placeholder { /* IE 10+ */
  color: #666;
}
.col2 .part2 .form__field:-moz-placeholder { /* Firefox 18- */
  color: #666;
}

.col2 .part2 .form__group:nth-child(2) .form__field {
    border-radius: 0 25px 25px 0;
}

.col2 .part2 label {
    display: none !important;
}

.col-wrapper {
/*     width: 265px; */
    margin: 0 auto;
}

.menu-header {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    clear: both;
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

.menu-header .icon {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 24px;
    margin-right: 18px;
    padding-top: 9px;
}

.menu-header .icon img {
    width: 24px;
    height: 27px;
    margin: 0 auto;
    display: block;
}


.menu-header .dashicons {
    font-size: 30px;
}

.smaller {
    font-size: 0.8em;
}

.smaller-confirm {
    font-size: 0.7em;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pt {
    padding-top: 5px;
}

.mt {
    margin-top: 50px;
}

.mt10 {
    margin-top: 10px;
}

.bloc-desactivated {
    background-color: #eee !important;
    cursor: default !important;
    pointer-events: none;
}

/* vertical menu */

.vertical-menu {
    width: 100%;
    height: 400px;
    box-sizing: border-box;
    overflow-y: auto;
    padding: 10px;
    background-color: #E2E2E2;
    
}

.vertical-menu a {
    color: #000;
    display: block;
    padding: 12px 36px;
    text-decoration: none;
    margin-bottom: 7px;
    cursor: pointer;
    background-color: #fff;
}

.vertical-menu a:last-child {
    margin-bottom: 0px;
}

.vertical-menu a .left {
    color: #F26A26;
}

.cancelled {
    color: #f00;
}

.vertical-menu a:hover,
.vertical-menu a:focus,
.vertical-menu a:active {
    background-color: #F26A26;
}

.vertical-menu a:hover .left,
.vertical-menu a:focus .left,
.vertical-menu a:active .left {
    color: #fff;
}

.vertical-menu a:hover .right,
.vertical-menu a:focus .right,
.vertical-menu a:active .right {
    color: #fde9df;
}

.vertical-menu a.selected {
    pointer-events: none;
    background-color: #F26A26;
    color: #fff;
}

.vertical-menu a.selected .left {
    color: #fff;
}

.vertical-menu a.selected span.right {
    color: #fff;
}

.part1 {
    display: block;
    margin-top: 75px;
    width: 100%;
}

.event-custom-msg {
    font-size: 16px;
    margin-bottom: 1em;
    line-height: 1.5;
}

.event-custom-msg:not(._active) {
    display: none;
}

.event-indications {
    padding: 0;
}

.part2 {
    display: none;
    overflow: hidden;
    padding: 0 10px;
    width: 100%;
    margin-top: 40px;
}

.part2 p {
    text-align: center;
}

.part3 {
    margin-top: 24px;
    justify-content: center;
    align-items: center;
    display: none;
    overflow: auto;
    width: 100%;
}
.part4 {
    margin-top: 50px;
    justify-content: center;
    align-items: center;
    display: none;
    width: 100%;
}

.part5 {
    margin-top: 50px;
    justify-content: center;
    align-items: center;
    display: none;
    width: 100%;
}

.part3-head {
    display: block;
}

.part3-content {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.img-wrapper {
    display: flex;
    justify-content: center;
}

.info-card {
    max-width: 600px;
    width: 100%;
    border: 0px solid #000;
    margin: 0 auto 18px auto;
    padding: 30px;
    background-color: #fff;
    border-radius: 37px !important;
    box-shadow: none !important;
}

.info-card .eventNameText {
    color: #F26A26 !important;
    font-family: 'Gobold_PR', 'Arial', 'Helvetica', sans-serif !important; 
    font-size: 26px !important;
    line-height: 1.5 !important;
}

.info-card .smaller-confirm {
    color: #000;
    font-family: 'Rubik', 'Arial', 'Helvetica', sans-serif; 
    font-size: 15px;
    line-height: 1.5;
}

.closebtn {
    display: flex;
    justify-content: center;
}

.elevate {
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
}

.left {
    width: 50%;
    display: inline-block;
    justify-content: left;
    text-align: left;
}

.right {
    width: 50%;
    display: inline-block;
    justify-content: right;
    text-align: right;
}

.img-wrapper img {
    margin-right: 5px;
}

.text-dimgray {
    color: #000;
}

.text-lightgrey {
    color: gray;
}

.validation-failed {
    background-color: #f00 !important;
    color: #fff !important;
}

.inline-field-err {
    font-size: 14px;
    padding-top: 6px;
    padding-left: 24px;
    color: #f00;
    line-height: 1;
}

.col2 .part2 .form__field.validation-failed::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff !important;
}
.col2 .part2 .form__field.validation-failed::-moz-placeholder { /* Firefox 19+ */
    color: #fff !important;
}
.col2 .part2 .form__field.validation-failed:-ms-input-placeholder { /* IE 10+ */
    color: #fff !important;
}
.col2 .part2 .form__field.validation-failed:-moz-placeholder { /* Firefox 18- */
    color: #fff !important;
}

/* menu-dropdown */

.dropbtn {
    color: #F26A26;
    border: none;
    cursor: pointer;
    padding: 6px 9px;
    text-transform: uppercase;
    font-family: 'Gobold_PR', 'Arial', 'Helvetica', sans-serif; 
    font-size: 22px;
    line-height: 1.3;
    background-color: transparent;
}

.dropbtn:hover,
.dropbtn:focus,
.dropbtn:active {
    text-decoration: none;
}

.menu-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: #000;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.dropdown-content a.active {
    background-color: #ffd7c4;
}

.dropdown-content a:hover,
.dropdown-content a:focus,
.dropdown-content a:active {
    background-color: lightgrey
}

.menu-dropdown:hover .dropdown-content,
.menu-dropdown:focus .dropdown-content,
.menu-dropdown:active .dropdown-content {
    display: block;
}

.required {
    color: #f00;
}

.text-guests {
    margin-top: 10px;
}

.confirm-button {
    border: 0px solid #000;
    border-radius: 0 25px 25px 0;
    color: #fff;
    display: block;
    padding: 12px 36px;
    text-decoration: none;
    margin: 10px auto 0 auto;
    background-color: #F9AE0B;
    font-family: 'Rubik', 'Arial', 'Helvetica', sans-serif; 
    font-weight: 500;
    font-size: 18px;
    line-height: 1.0;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 3px;
    height: 46px;
    box-sizing: border-box;
}

.confirm-button[disabled] {
    pointer-events: none;
    background-color: #6a6a6a;
}

.confirm-button[disabled] span:nth-child(1) {
    display: none;
}

.confirm-button:not([disabled]) span:nth-child(2) {
    display: none;
}

.confirm-button[disabled] span:nth-child(2) {
    position: relative;
    height: 46px;
    display: inline-block;
    width: 46px;
    font-size: 0;
    margin-top: -12px;
    padding-left: 12px;
}

.confirm-button img.icon-loading {
    width: 46px;
    height: 46px;
}

.confirm-button img:not(.icon-loading) {
    width: 24px;
    height: 16px;
    display: inline-block;
    margin-left: 18px;
    margin-bottom: 3px;
}

.confirm-button:not([disabled]):hover,
.confirm-button:not([disabled]):focus,
.confirm-button:not([disabled]):active {
    background-color: #000;
    text-decoration: none;
}

.modal-open {
    overflow: hidden;
}

/* Formulaire de réservation */

.form-row {
    display: flex;
}

/* inputs */
.form__group {
    position: relative;
    padding: 0 0 10px 0;
    margin-top: 10px;
    margin-right: 10px;
    width: calc( 50% - 10px);
}

.form__field {
    font-family: 'Rubik', 'Arial', 'Helvetica', sans-serif; 
    width: 100%;
    border: 0;
    border-bottom: 2px solid #9b9b9b;
    outline: 0;
    font-size: 1.3rem;
    padding: 7px 0;
    box-sizing: border-box;
    background: transparent;
    transition: border-color 0.2s;
}
.form__field::placeholder {
    color: transparent;
}
.form__field:placeholder-shown ~ .form__label {
    font-size: 1.3rem;
    cursor: text;
    top: 20px;
}

.form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #9b9b9b;
}


/* .form__field:focus ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: dimgray;
    font-weight: 700;
} */

/* reset input */
.form__field:required, .form__field:invalid {
    box-shadow: none;
}

.prosomo_reservation_btn > button {
    border: 0px solid #000;
    border-radius: 0 25px 25px 0;
    color: #fff;
    display: block;
    padding: 12px;
    text-decoration: none;
    margin: 10px 0 0 0;
    background-color: #ED4C14;
    font-family: 'Rubik', 'Arial', 'Helvetica', sans-serif; 
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 1.0;
    text-transform: uppercase;
    cursor: pointer;
    transition-duration: .3s;
    transition-property: transform;
}

.prosomo_reservation_btn > button img {
    width: 24px;
    height: 16px;
    display: inline-block;
    margin-left: 18px;
    margin-bottom: 3px;
}

.prosomo_reservation_btn > button:active, 
.prosomo_reservation_btn > button:focus, 
.prosomo_reservation_btn > button:hover {
    transform: scale(1.1);
}


/* SM Devices, Desktops */
@media only screen and (max-width : 991px) { /* sm 768px to 991px */
    .popup-modal {
        border-radius: 24px;
        /* height: 624px; */
        background-image: none;
    }
    
    .popup-header .block {
        padding: 24px;
    }
    
    .vertical-menu {
        height: 340px;
    }

    .close {
        right: 24px;
        padding: 66px 12px 12px 12px;
    }
    
    .popup-header {
        height: auto;
    }
    
    .popup-header .block .info {
        margin: 0 88px 0 18px;
    }
    
    .cols-wrap {
        padding: 0 24px 24px;
    }
    
    .col1 {
        margin-top: 0;
    }
    
    .col2 {
        margin-top: 0;
        width: calc( 60% - 24px);
    }
    
    .col2 .part2 p strong {
        width: auto !important;
    }
    
    .dropbtn {
        font-size: 18px;
    }
    
    .menu-header .icon {
        flex-basis: 20px;
        margin-right: 9px;
    }
    
    .menu-header .icon img {
        width: 20px;
        height: auto;
    }
    
    .col2 .part2 .form__field {
        font-size: 14px;
    }
    
    .confirm-button {
        font-size: 16px;
    }
    
    .popup-head-title,
    .popup-head-title span,
    .popup-head-title div strong {
        font-size: 30px !important;
    }
    
    .popup-head-description,
    .popup-head-description div,
    .popup-head-description span,
    .popup-head-description div span {
        font-size: 16px !important;
    }
    
    .col2 .part1 p {
        font-size: 16px;
    }
    
    .col2 .part1 li {
        font-size: 14px;
        background-size: 20px auto;
        margin-bottom: 12px;
        padding-left: 40px;
    }
    
    .col2 .part2 p,
    .col2 .part2 p span strong {
        font-size: 16px !important;
    }
    
    .col2 .part2 p .smaller {
        font-size: 14px !important;
    }
    
}

/* XS Devices, Tablets */
@media only screen and (max-width : 767px) { /* xs 320px to 767px */
    
    .close {
        right: 10px;
        top: 10px;
        padding: 12px;
        border-radius: 100px;
    }
    
    .close img {
        width: 18px;
    }
    
    .popup-header .block {
        display: block;
        padding: 12px;
    }
    
    .cols-wrap {
        display: block;
        padding: 0 12px;
    }
    
    .col1 {
        width: 100%;
    }
    
    .col2 {
        width: 100%;
    }
    
    .col2 .part1 {
        margin: 24px auto 0 auto;
    }
    
    .col2 .part2 {
        margin: 24px auto 0 auto;
    }
    
    .popup-modal {
        height: auto;
        padding-bottom: 12px;
    }
    
    .popup-header .block .logo img {
        width: 160px;
        margin: 0;
    }
    
    .popup-header .block .info {
        margin: 12px 18px 0 18px;
    }
    
    .popup-head-title,
    .popup-head-title span,
    .popup-head-title div strong {
        font-size: 24px !important;
    }
    
    .popup-head-description,
    .popup-head-description div,
    .popup-head-description span,
    .popup-head-description div span {
        font-size: 14px !important;
    }
    
    .vertical-menu {
        height: 200px;
    }
    
    .vertical-menu a {
        padding: 6px 12px;
    }
    
    .form-row {
        display: block;
    }
    
    .form__group {
        padding: 0;
        margin-right: 0;
        width: 100%;
    }
    
    .col2 .part2 .form__field {
        border-radius: 25px;
        padding: 9px 9px 9px 18px
    }
    
    .col2 .part2 .form__group:nth-child(2) .form__field {
        border-radius: 25px;
    }
    
    .description-container {
        width: 100%;
    }
    
    .part3-content {
        margin-top: 12px;
    }
    
    .info-card {
        margin: 0 auto 12px auto;
        padding: 12px;
        border-radius: 12px !important;
    }
    
    .prosomo_reservation_btn > button {
        padding: 6px 12px;
        font-size: 16px;
    }

    .prosomo_reservation_btn > button img {
        width: 20px;
        height: 13px;
        margin-left: 9px;
        margin-bottom: 3px;
    }
    
    .popup-modal {
        align-self: flex-start;   
    }
    
    .info-card .eventNameText {
        font-size: 20px !important;
    }
    
}




