@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800;900&display=swap');

:root {
    --white: #fff;
    --darkblue: rgb(0, 47, 108);
    --orange: rgb(235 101 53);
    --lightorange: rgb(248 178 48);
    --purple: rgb(103 33 131);
    --pink: rgb(247 115 243);
    --lightgrey: rgb(243, 243, 243);
    --shadow: rgba(121, 168, 216, 0.22) 0px 0px 16px;
    --shadowlarge: rgba(59, 139, 219, 0.17) 0px 0px calc(49.5px) 0px;
    --green: rgb(94 255 139);
}

body {
    background-color: #f6f6f6;
}

.npy_widgetwrapperDesktop {
    font-family: 'Poppins', 'Roboto';
    color: var(--darkblue);
    position: fixed;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 80001;
    width: 66%;
}

.npy_widgetcontainer {
    background-color: #fff;
    box-shadow: 0px 0px 156px rgb(83 97 112);
    border-radius: 15px;
    width: 100%;
}

.npy_selector_container {
    display: flex;
    text-align: center;
    font-weight: bold;
    width: 100%;
    background: #eff1ff;
    border-radius: 15px;
}

.npy_widgetSelectors {
    display: flex;
    height: 60px;
    width: 100%;
}


.npy_titleSelectors,
.npy_npyMark {
    font-size: small;
}

.npy_widgetButton {
    cursor: pointer;
    margin: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 0px 20px;
    transition: all 0.3s;
    font-weight: 400;
}

.npy_widgetButton:hover {
    background: #bac0f6;
}

.npy_titleSelectors {
    padding: 8px;
    align-self: center;
}

#npy-imgLink {
    width: 60px;
}

#npy_closeArrow {
    cursor: pointer;
    border-radius: 0 15px 0 0;
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#npy-arrowCloser.active {
    transform: rotate(180deg);
    /* margin-top: 15px; */
}


#npy_closeArrow img {
    width: 18px;
}

.npy_npyMark {
    display: flex;
    justify-content: space-between;
    height: 60px;
    width: 40%;
}

.npy_npyMark div {
    height: 60px;
}

.npy_npyMark div:first-of-type p {
    margin-top: 20px;
}

.npy_highlighted,
#npy_closeArrow {
    background-color: #6975e3;
    color: white;
    padding: 0px 20px;
}


#npy_closeArrow.active {
    border-radius: 0 15px 15px 0;
}

.active svg {
    fill: #fff;
}

.npy_widgetItem {
    padding: 25px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    transition: 0.9s;
    height: fit-content;
}

.npy_itemsBalneo,
.npy_itemsActivity,
.npy_itemsVtt,
.npy_itemsPass {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.npy_itemsBalneo select,
.npy_itemsActivity select,
.npy_itemsVtt select,
.npy_itemsPass select {
    width: fit-content;
    margin-left: 30%;
}

svg {
    fill: #283a7a;
    transform: translateY(4px);
    display: none;
}

svg.arrowCloser {
    fill: #fff;
    margin-top: 10px;
}

/* STYLES CHAMPS */
.npy_widgetItem select,
.npy_widgetItem input {
    border-radius: 5px;
}

.npy_widgetItem select,
.npy_widgetItem input[type='date'],
.npy_widgetItem input[type='text'] {
    display: inline-block;
    /* width: 200px; */
    height: 50px;
    padding: 5px 10px;
    margin-right: 10px;
    font: 14px 'Poppins', sans-serif;
    color: #333333;
    border: 1px solid #f6f6f6;
    background-color: #fff;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
}

.npy_widgetItem input[type='text'] {
    background: url(https://redmine.n-py.com/Test/Adelya/Widgets_Stations/Cauterets/hiver_2021/img/calendar2.png) no-repeat 95% 6px;
    background-color: #fff;
}

.npy_widgetItem input[type='text']::placeholder {
    font: 14px 'Poppins', sans-serif;
    color: #333333;
}

.npy_widgetItem input[type='date'] {
    position: relative;
}

.npy_widgetItem input[type='date']::-webkit-calendar-picker-indicator {
    color: transparent;
    background: none;
    z-index: 1;
}

.npy_widgetItem input[type='date']::after {
    display: block;
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    top: 14px;
    right: 9px;
    background: url(https://redmine.n-py.com/Test/Adelya/Widgets_Stations/Cauterets/hiver_2021/img/calendar2.png) no-repeat;
    background-size: 20px;
    color: transparent;
}

select#npyHbgtLocal,
select#npyHbgtNumber,
select#npyHbgtNights,
select.npyVttType,
select.npyBalneoType,
select.npyActiviteType,
select.npyPassType {
    background: url(https://redmine.n-py.com/Test/Adelya/Widgets_Stations/Cauterets/hiver_2021/img/arrow.png) no-repeat 95% 15px;
    background-size: 20px;
    background-color: #fff;
}

.npy_widgetItem select:hover,
.npy_widgetItem input:hover {
    cursor: pointer;
    background-color: aliceblue !important;
}

/* STYLE BOUTON RECHERCHER */
.npy_btnValid {
    font: bold 14px/30px 'Poppins', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 20px;
    display: block;
    border-radius: 50px;
    width: max-content;
    margin: auto;
    background-color: var(--darkblue);
    color: #ffffff;
}

.npy_disabled {
    background: var(--darkblue) !important;
    color: #fff !important;
    opacity: 0.5;
}

.npy_abled {
    background: var(--darkblue);
    color: #ffffff !important;
    opacity: 1;
    transition: all 0.3s;
}

.npy_abled:hover {
    background: var(--darkblue);
    text-decoration: none;
    color: #ffffff !important;
}

.npy_hidden_1 {
    display: none;
}


@media screen and (max-width: 1100px) {
    .npy_widgetwrapperDesktop {
        display: none;
    }
}
