/*GENERAL*/

section.main-section > Background-image {
    width: 100%;
    height: 400px;
    opacity: 0.84;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
}

#site-selection{
    border-top: 1px solid #333333;
    padding-top: 0.5rem;
    margin: 0 auto;
    margin-bottom: 2rem;
    margin-left: 20px;
    margin-right: 20px;
}
.selection-site-link {
    width: max-content;
    display: flex;
    padding-top: 16px;
    width: auto;
    justify-content: center;
}

.selection-site-link a {
    cursor: pointer;
    font-family: Rufina-Regular;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    padding: 16px;
    display: block;
}

.selection-site-link a:not(:first-child)   {
    margin-left: 1rem;
}

.selection-site-link a.selected {
    background: rgba(195, 233, 236, 0.3);
    border-radius: 32px;
    color:#0EABB7;
}


@media screen and (min-width: 396px) and (max-width: 699px) {

    .selection-site-link{
        flex-direction: column;
    }
    .selection-site-link a:not(:first-child) {
        margin-left: 0rem;
    }
    #select-site-restaurant{
        margin-left:17px;
        margin-right:17px;
    }
}


@media screen  and (max-width: 396px) {
    .selection-site-link{
        flex-direction: column;
    }
    .selection-site-link a:not(:first-child) {
        margin-left: 0rem;
    }
}






.welcome-section {
    height: 500px;
    background-size: cover;
}


.welcome-section-b {
    background-color: white;
    z-index: 2;
}


.form-wizard {
    background-color: #FFFFFF;
    display: flex;
    padding-left: 16px;
    padding-right: 8px;
    border-radius: 2px;
    flex-direction: column;
    position: relative;
}

.form-wizard .ast-form-label {
    width: 120px;
    flex-shrink: 0;
}

.multi-pax-label {
    width: 70px !important;
}

.icon-welcome-engine-arrow-down {
    flex-grow: 0.3 !important;
}

/**********************************/
/************* WIDGET *************/
/**********************************/

#search-container p {
    font-family: "Roboto", Roboto, arial, sans-serif;
    font-size: 50px;
    color: #FFFFFF;
    text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
}

/*section recherche*/
section #search-container {
    align-items: center;
    justify-content: center;
}


.from-group, .to-group {
    flex-grow: 1;
}


/*WIDGET SELECTION SITE*/
.form-wizard .selectionSiteWrapper {
    display: flex;
    flex-wrap: wrap;
}

.form-wizard .selectionSiteWrapper select,
.form-wizard .ModuleOccupants select,
.form-wizard .code-corporate-input {
    flex-grow: 1;
}


#body_background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position-y: 5rem;
}


/*WIDGET SELECTION CHANNEL*/
#channelChoice {
    display: none;
}

/*SECTION*/
/*890 et plus : tablette paysage et PC*/
/*- Entre 700 et 889  : tablette portrait*/
/*- Entre 396 et 699 : smartphone XL*/
/*- Moins de 396 : smartphone*/
@media screen and (min-width: 890px) {

    .form-wizard {
        min-height: 56px;
        /*-webkit-box-shadow: 0 15px 46px rgba(26, 26, 29, .3), 0px 15px 90px !important;*/
        /*box-shadow: 0 15px 46px rgba(26, 26, 29, .3), 0px 15px 90px !important;*/
        -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .32) !important;
        box-shadow: 0 0 6px 0 rgba(0, 0, 0, .32) !important;
        padding: 16px;
    }

    section.welcome-section.main-section {
        align-items: center;
    }

    section #search-container, section #multisite-selection-container {
        width: 740px;
        max-width: none;
    }

    section .form-wizard {
        width: 100%;
    }

    section #search-container .search-text {
        order: 1;
    }

    section #search-container .form-wizard {
        order: 2;
    }

    .form-wizard .ast-form-group {
        display: -ms-flexbox;
        display: flex;
        /*-ms-flex: 0 0 auto;*/
        /*flex: 0 0 auto;*/
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-align: center;
        align-items: center;
    }

    .from-group, .to-group {
        flex-grow: 1;
    }

    #sm-search-btn {
        display: none;
    }

    .form-wizard .to-group > .ast-form-label {
        width: auto;
    }
}

@media screen and (min-width: 700px) and (max-width: 889px) {

    .form-wizard {
        min-height: 66px;
        padding-bottom: 16px;
        padding-top: 16px;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: initial;
    }

    section.welcome-section.main-section {
        align-items: flex-start;
        justify-content: flex-start;
    }

    section #search-container {
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
        /*border-top: solid 1px #e0e0e0;*/
    }

    section .form-wizard {
        width: 100%;
    }

    section #search-container .search-text {
        order: 2;
        margin: auto;
    }

    section #search-container .form-wizard {
        order: 1;
    }

    .searchDateForm .ast-form-group input {
        max-width: none;
    }

    .form-wizard .ast-form-group {
        display: -ms-flexbox;
        display: flex;
        /*-ms-flex: 0 0 auto;*/
        /*flex: 0 0 auto;*/
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-align: center;
        align-items: center;
    }

    #sm-search-btn {
        display: none;
    }

    #datepicker_shortcut {
        display: none;
    }

    .form-wizard .to-group > .ast-form-label {
        width: auto;
    }

    .from-group input.ast-form-control, .to-group input.ast-form-control {
        width: 150px;
    }
}

@media screen and (min-width: 396px) and (max-width: 699px) {

    .form-wizard {
        min-height: 66px;
        padding-bottom: 16px;
        padding-top: 16px;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: initial;
    }

    section.welcome-section.main-section {
        align-items: flex-start;
        justify-content: flex-start;
        /*padding-top: 0;*/
    }

    section #search-container {
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
    }

    section #search-container .search-text {
        order: 2;
        margin: auto;
    }

    section #search-container .search-text > p {
        font-size: 38px;
    }

    section #search-container .form-wizard {
        order: 1;
        width: 100%;
    }

    .searchDateForm {
        flex-direction: column;
        align-items: flex-start;
    }

    .searchDateForm .ast-form-group {
        width: 100%;
    }

    .searchDateForm .ast-form-group input {
        max-width: none;
        flex-grow: 1;
        margin: 0;
        width: auto;
    }

    .form-wizard .ast-form-group {
        display: -ms-flexbox;
        display: flex;
        /*flex-direction: column;*/
    }

    .form-wizard .ast-form-group.from-group {
        margin-bottom: 24px;
    }

    .form-wizard .ast-form-group.btn-search-group {
        display: none;
    }

    .ModuleDatepicker_dialog .check-in {
        pointer-events: none;
    }

    .ModuleDatepicker_dialog .check-out {
        pointer-events: none;
    }
}

@media screen  and (max-width: 396px) {

    .form-wizard {
        min-height: 66px;
        padding-bottom: 16px;
        padding-top: 16px;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: initial;
        height: auto !important;
    }

    section.welcome-section.main-section {
        align-items: flex-start;
        justify-content: flex-start;
    }

    section.main-section {
        height: 500px;
    }

    section #search-container {
        width: 100%;
        align-items: flex-start;
        justify-content: flex-start;
    }

    section #search-container .search-text {
        order: 2;
        margin: auto;
    }

    section #search-container .search-text > p {
        font-size: 28px;
    }

    section #search-container .form-wizard {
        order: 1;
        width: 100%;
    }

    .searchDateForm {
        flex-direction: column;
        align-items: flex-start;
    }

    .searchDateForm .ast-form-group {
        width: 100%;
    }

    .searchDateForm .ast-form-group input {
        max-width: none;
        flex-grow: 1;
        margin: 0;
        width: auto;
    }

    .form-wizard .ast-form-group {
        display: -ms-flexbox;
        display: flex;
        /*flex-direction: column;*/
    }

    .form-wizard .ast-form-group.from-group {
        margin-bottom: 24px;
    }

    .form-wizard .ast-form-group.btn-search-group {
        display: none;
    }

    .form-wizard .ModuleSelectionSite {
        margin-bottom: 20px;
    }

    #categoryChoice {
        margin-bottom: 8px;
    }
}


@media screen  and (max-width: 396px) {
    .form-wizard .ast-form-group {
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
    }
}


@media screen and (max-width: 699px) {

    .form-wizard > div {
        flex-shrink: 0;
    }

    .form-wizard {
        display: flex;
        flex-direction: column;
        height: calc(100vh - 96px);
    }

    .ModuleSelectionSite {
        order: 1;
    }

    #sm-search-btn {
        order: 4;
    }
}


#list-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.content-li {
    width: 243px;
    height: 105px;
    opacity: 0.9;
    border-radius: 5px;
    background-color: #ffffff;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px 0px #00adb3;
    font-family: 'Arial Regular', 'Arial', sans-serif;
    color: #333333;
    text-align: center;
    line-height: normal;
    margin: 10px;
    text-decoration-color: #2b542c;
}

.icon {
    width: 100px;
    height: 50px;
    margin: auto;
    color: #00adb3;
    font-size: xxx-large;
}

.icon-text {
    color: #00adb3;
}

.nav_button{
    cursor: pointer;
}

.content-li:hover{
    background-color: #f6f6f6;
}

/*890 et plus : tablette paysage et PC*/
/*- Entre 700 et 889  : tablette portrait*/
/*- Entre 396 et 699 : smartphone XL*/
/*- Moins de 396 : smartphone*/
@media (min-width: 890px) {
    /**/
}

@media (min-width: 700px) and (max-width: 889px) {


}

@media screen and (min-width: 551px) and (max-width: 699px) {

}


/*890 et plus : tablette paysage et PC*/
/*- Entre 700 et 889  : tablette portrait*/
/*- Entre 396 et 699 : smartphone XL*/
/*- Moins de 396 : smartphone*/
@media screen and (min-width: 890px) {
}

@media screen and (min-width: 700px) and (max-width: 889px) {
    .site-catch-phrase {
        font-size: xxx-large;
    }
}

@media screen and (min-width: 396px) and (max-width: 699px) {
    .content-li {
        width: 145px;
        height: 120px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .site-catch-phrase {
        font-size: xx-large;
    }

    #list-icon {
        justify-content: center;
    }
}

@media screen  and (max-width: 396px) {

    .content-li {
        width: 145px;
        height: 120px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .site-catch-phrase {
        font-size: xx-large;
    }

    #list-icon {
        justify-content: center;
    }
}