/* firaNewLayout.css / cedric 06.02.2017 */
/* bleu Kuoni #29367A */

/* Check-in Check-out one one line / only for desktop */
@media (min-width: 481px){
div#check-in-out {
    display: inline-block;
    width: 90%;
	margin: 20px 0 0;
}

div#check-in-out + div {
    display: inline-block;
    width: 8%;
}

div#check-in-out > div {
    display: inline-block;
    width: 50%;
}

div#check-in-out > div > div:first-child{
    width: 30%;
	padding: 0 0 0 5%;
}

div#check-in-out > div > div:first-child  >label{
    line-height: 33px;
}

div#check-in-out > div > div:last-child{
    width: 60%;
}

}
/* ===== end ===== */


#filtres.hide-filtre {
	display: none;
}

img[src$="loader.gif"] {
    width: 40px !important;
}
#welcome {
    font-size: 28px;
    text-align: center;
	line-height: 42px;
	font-weight: bold;
}
   
/* Filtre */
#filtres {
    display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 45px 0;
}

fieldset {
	border: 1px solid silver;
    margin: 0 2px;
    padding: 5px;
    border-radius: 5px;
	flex-grow: 1;
	flex-shrink: 0;
	min-height: 73px;
}

fieldset:nth-of-type(-n+2) > p {
	text-align: center;
}

#services > p {
    max-width: 170px;
    margin: 0 auto;
    text-align: justify;
    text-align-last: justify;
}

#services > input + p {
	display: none;
}

#services > input:checked + p {
	display: block;
}

#services > p  > label{
    margin-bottom: 4px;
	cursor: pointer;
}

fieldset label,
fieldset p {
    margin: 0;
}

legend {
    width: auto;
    margin: 0 5px;
    padding: 0 5px;
    font-size: 16px;
    font-weight: normal;
    background-color: #e4e4e4;
    border: 1px solid silver;
    border-radius: 5px;
}

#services {
	position: relative;
}

label[for="more"] {
	background-color: #29367a;
    position: absolute;
    width: calc(100% + 2px);
    left: -1px;
    bottom: -1px;
    height: 8px;
    border-radius: 0 0 4px 4px;
    padding: 1px 0 0;
    margin: 0;
    line-height: 8px;
    font-size: 8px;
    color: white;
    text-align: center;
    cursor: pointer;
	font-weight: normal;
}

#filtres [type="checkbox"] {
    display: none;
}

#stars label {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    border: 2px solid;
	cursor: pointer;
	color: silver;
	font-weight: normal;
	cursor: pointer;
}

#stars label > sup {
	font-size: 9px;
    vertical-align: super;
}

#stars input:checked + label {
    color: white;
    border-color: #29367a;
    background-color: #29367a;
}

.service {
    position: relative;
}

.etiq {
    margin: 0;
    left: calc(50% - 150px);
    position: absolute;
    width: 300px;
    top: -30px;
    text-align: center;
	text-align-last: center;
    display: none;
	z-index: 999;
}

.etiq > span {
	padding: 2px 6px;
    color: white;
    font-weight: normal;
    background-color: #29367a;
    border-radius: 5px;
}

img:hover + .etiq {
	display: inline;
}

img:hover + .etiq:after {
	content: '';
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: #29367A;
    position: absolute;
    top: 20px;
	left: calc(50% - 8px);
}

.service > img {
    width: 30px;
    height: 30px;
    background-color: silver;
    border-radius: 50%;
	pointer-events: none;
}

input:checked + .service > img {
    background-color: #29367a;
}

.range > [type="text"] {
	width: 65px;
	margin: 0 6px;
	border-color: transparent;
    background-color: transparent;
}

.range:hover > [type="text"] {
	border-color: #29367A;
}


#name {
	flex-grow: 4;
	flex-shrink: 1;
	min-width: 140px;
}

#name > p > input {
    width: 100%;
}

#prices,
#distance {
	position: relative;
}


#prices > div {
    display: flex;
}

#prices .range:last-child > p:after {
	left: 85%;
}

#prices .range:first-child > p:after {
	left: 30%;
}

#distance .range > p:after {
	left: 15%;
}

#distance .range > [type="text"] {
	text-align: right;
	width: 40px;
}

.range > p{
	background-color: #29367A;
    background-clip: padding-box;
    padding: 2px 6px;
    border-radius: 5px;
    margin: 0 5px;
    position: absolute;
    display: none;
    width: calc(100% - 10px);
    left: 0;
    top: 53px;
    border-top: 12px solid transparent;
}

.range:hover > p{
	display: block;
}

.range > p:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #29367A;
    position: absolute;
    top: -16px;
}


#tri {
    margin: 30px 0;
    display: flex;
    align-items: center;
}

#tri > span:first-child {
    flex-grow: 1;
    display: flex;
}

#tri > span > span:nth-of-type(2) {
    flex: 1;
    text-align: right;
}

.select > div {
    border: 1px solid #8e0f4c;
    background-color: white;
    width: 200px;
    margin: 0 20px 0 15px;
}

/* remise Ã  zero CSS d'Events AIR */
div#main-form {
    box-shadow: none;
    padding: 15px 0;
}

#page_0 .navbar{
	display: none;
}

/* menu */

#open-menu + label {
	display: none;
}

#menu {
   border: 1px solid #29367A;
    border-width: 1px 0;
    padding: 5px 0;
    margin: 20px auto;
    padding: 3px 9px;
    list-style-type: none;
    text-align: center;
    display: flex;
    justify-content: space-between;
    color: #29367A;
	    margin: 20px auto;
    padding: 0;
    list-style-type: none;
    text-align: center;
    display: flex;
    justify-content: space-between;;
}

#menu > li {
    display: inline-block;
    font-size: 13px;
	//border: 2px solid #29367A;
    padding: 0;
    //border-radius: 5px;
	//box-shadow: 3px 2px 1px #29367A;
}

#menu > li:hover {
    //box-shadow: 0 0 1px #29367A;
	//border-width: 1px;
    //padding: .5px;
}

#menu > li > label {
    margin: 0;
    padding: 3px 10px;
	cursor: pointer;
}

img.ic-menu {
    width: 35px;
}

label[for="shopping-cart"]{
	font-size: 24px;
    vertical-align: middle;
	padding: 3px;
	color: #29367A;
}

#nbBook:empty {
    display: none;
}

#nbBook {
    border: 1px solid red;
    padding: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 14px;
	font-weight: bolder;
    background-color: red;
    color: white;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    top: -10px;
}

#menu > .noShow{
	display: none;
}

/* banner Fira */
#imgFira {
    text-align: center;
}

#imgFira > img{
    width: 100%
}



/* popup */
.myModal {
    position: fixed;
    background: rgba(33, 33, 33, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

.popup {
    position: fixed;
    top: 10vh;
    border: 1px solid;
    width: 60vw;
    background: white;
    padding: 30px 20px;
    left: calc(50% - 30vw);
    z-index: 1000;
    border-radius: 8px;
    display: none;
    box-shadow: 2px 2px 8px black;
    margin: 0;
    max-height: 80vh;
}

.popup > div {
    overflow-y: auto;
    max-height: calc(80vh - 60px);
	padding: 0 10px;
}

.popup > label {
    font-weight: normal;
    color: #29367A;
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
}

.fermeture:before {
    content: '\f00d';
    font-family: FontAwesome;
    padding-right: 5px;
}

details {
    border: 1px solid silver;
    border-radius: 5px;
    padding: 8px;
    margin: 3px 0;
}

summary {
    font-weight: bold;
}

details > p {
    font-style: italic;
    margin: 3px 0 0 20px;
}

#caddie{
	max-height: calc(80vh - 90px);
}

#caddie + p{
	text-align: right;
	margin: 10px 0 0;
}

.state {
	display: none;
}

.state:checked + .popup {
	display: block;
}

.off:checked + .myModal {
	display: none;
}

/* tabs */
.tab {
    min-width: 320px;
    max-width: 800px;
    padding: 10px;
    margin: 0 auto;
}

.onglet {
    display: none;
    padding: 20px 0 0;
    border-top: 1px solid #ddd;
}

.tab > label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 5px 20px;
    font-weight: 600;
    text-align: center;
    color: #bbb;
    border: 1px solid transparent;
}

.tab > label:first-of-type {
  margin-left: 15px;
}

.tab > label:hover {
    color: #888;
    cursor: pointer;
}

.tab > input:checked + label {
    color: #555;
    border: 1px solid silver;
    border-top: 2px solid #29367A;
    border-bottom: 1px solid #fff;
}
input[id^=tab1]:checked ~ .content1,
input[id^=tab2]:checked ~ .content2,
input[id^=tab3]:checked ~ .content3,
input[id^=tab4]:checked ~ .content4,
input[id^=tab5]:checked ~ .content5{
    display: block;
}


/* page hotels */
input + div[data-templateplaceholder="roomBookingDetails"],
.hotel {
   display: none !important;
}

#newLayout {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	align-items: flex-start;
    min-height: 350px;
}

.newHotel {
    width: calc(33.333333% - 8px);
    margin-bottom: 15px;
    border-radius: 5px;
    background-color: white;
    box-shadow: 1px 1px 7px grey;
}

.newHotel:nth-of-type(3n+2),
.newHotel:nth-of-type(3n+3) {
    margin-left: 12px;
}

.front {
	background-origin: content-box;
    background-clip: content-box;
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
    padding: 5px;
	position: relative;
	height: 250px;
    overflow: hidden;
}

.info {
	background-color: rgba(255, 255, 255, 0.8);
}

.placeholder {
	height: 195px;
	box-shadow: inset 0 0 9px #383838;
	transition-duration: .4s;
}

.front:hover > .placeholder {
   height: 0;
}

.front:hover > .info {
   background-color: white;
}

.info > h3 {
    margin: 0;
    height: 40px;
    padding: 5px;
    font-size: 20px;
    line-height: 20px;
    box-sizing: content-box;
	text-shadow: 0 0 3px #fff;
}

.summary {
	height: 190px;
}

.sous-titre + p {
	text-align: center;
}

.hot-services {
    padding: 3px 10px;
    margin: 0;
}

.hot-services img {
	background-color: #e4e4e4;
    border-radius: 50%;
    // width: 30px;
	width: 100%;
	margin-bottom: 3px;
}

.hot-services > span,
.hot-dist > span:nth-child(2n + 1) {
    position: relative;
}

.hot-services .has {
	background-color: #29367a;
}

.hot-dist img {
    // width: 30px;
	width: 9%;
    background-color: #29367a;
    display: inline-block;
    border-radius: 5px;
    margin-left: 15px;
}

.hot-dist > span:nth-child(2n+1) + span:after {
	content: ' min';
}

.to-details {
	text-align: center;
}

.stars {
    position: absolute;
    //top: 10px; si etoiles en bas
	//left: 10px; si etoiles en bas
    text-shadow: 1px 1px 3px black;
	transition: .3s;
}

.front:hover > .stars {
	opacity: 0;
}

.prix {
	margin: 0;
	padding: 3px;
    text-align: center;
    color: #29367A;
}

.sous-titre {
	margin: 0 8px;
    color: silver;
    text-align: center;
    position: relative;
}

.sous-titre:before {
    content: '';
    display: block;
    width: 100%;
    border-top: 1px solid;
    position: absolute;
    top: 50%;
}

.sous-titre > span {
    background-color: white;
    position: relative;
    z-index: 10;
    padding: 0 8px;
}

.vignettes {
    text-align: center;
}

.vignettes > input + img {
    max-width: 80%;
	max-height: 300px;
	display: none;
}

.vignettes > input:checked + img {
	display: inline;
}

.vignettes > div {
    overflow-x: auto;
    text-align: center;
	margin-top: 20px;
    border-top: 1px solid silver;
}

.vignettes span {
    white-space: nowrap;
}

.vignettes span > label > img {
    width: 100px;
    padding: 10px;
	pointer-events: none;
}



.room-type {
	margin-bottom: 15px;
	padding: 10px;
}

.room-type:nth-of-type(2n) {
	background-color: aliceblue;
}

.room-type > span {
	display: inline-block;
}

.room-type > .type {
	width: 30%;
	font-weight: bold;
}

.room-type > .tarif {
	width: 15%;
	text-align: right;
	margin-right: 20px;
}

.room-type > .tarif:after {
	content: ' EUR';
}

.tel {
	margin-top: 10px;
    display: inline-block;
}

.list-services {
	font-size: 0;
}

.list-services > span {
	display: inline-block;
	width: 25%;
	margin: 4px 0;
}

.list-services > span > img + span {
    color: silver;
	font-size: 14px;
	vertical-align: middle;
}
.list-services > span > img {
    width: 30px;
    background-color: silver;
    border-radius: 50%;
	margin-right: 8px;
}

.list-services > .has > img + span {
    color: #29367A;
}
.list-services > .has > img {
	background-color: #29367A;
}

#noResult > p,
.result {
	font-size: 20px;
    color: #29367A;
}

#noResult > p:first-letter,
.result:first-letter {
    text-transform: uppercase;
}

#noResult + #newLayout {
    min-height: 0;
}

#noResult > p:last-child {
    margin-bottom: 60px;
}

#noResult > p {
    text-align: center;
}

.visa:before, .master:before, .amex:before {
    font-family: FontAwesome;
    padding: 0 4px 0 10px;
}

.visa:before {
    content: '\f1f0';
}

.master:before {
    content: '\f1f1';
}

.amex:before {
    content: '\f1f3';
}

#confirm {
	margin-left: 20px;
}

/* ======== mobile width < 480 px ========= */
@media (max-width: 480px){
#menu {
	flex-direction: column;
	align-items: flex-start;
}

#filtres {
    flex-direction: column;
	float:	none !important;
}

fieldset {
    width: 100%;
    margin-bottom: 20px;
}

.newHotel {
    width: 100%;
}

.newHotel:nth-of-type(3n+2), .newHotel:nth-of-type(3n+3) {
    margin-left: 0;
}

#tri {
    flex-direction: column;
    margin-top: 0;
}

#tri > span:first-child {
    flex-direction: column;
    margin: 15px 0 20px;
}

.popup {
    width: 96vw;
    left: 2vw;
}

.room-type > .tarif,
.room-type > .type {
    width: 48%;
	margin-right: 0;
}

.room-type > .tarif + .btn {
    width: 100%;
    margin-top: 10px;
}

input[id^=tab3]:checked ~ .content3 {
    display: flex;
    flex-direction: column-reverse;
}

#menu {
    display: none;
}

#open-menu:checked ~ #menu {
    display: flex;
}

#open-menu + label {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.2em;
}

#open-menu + label:before {
	font-family: FontAwesome;
    padding-right: 5px;
	content: '\f0c9';
	color: #29367A;
}

#open-menu:checked + label:before {
	content: '\f00d';
}




} /* end media query */


/* test filtres Ã  gauche  + Ã©toiles */
#filtres {
    flex-direction: column;
    float: left;
    margin: 0 30px 0;
}

#filtres > fieldset {
    width: 100%;
    margin-bottom: 10px;
}

legend {
    margin: 0 auto;
    border: none;
    background-color: transparent;
}

#filtres > fieldset {
    width: 100%;
    margin-bottom: 40px;
    border-radius: 0;
    border: none;
    border-top: 1px solid silver;
}

.stars {
	bottom: -5px;
    width: 100%;
    text-align: center;
}

.info > h3 {
    text-align: center;
	position: relative;
}

.stars > span:before {
    font-family: FontAwesome;
    content: '\f005';
    text-shadow: none;
    color: #29367A;
	font-size: .9em;
}

.hot-services > span {
    width: 10%;
    display: inline-block;
}

/*  test choose */

.choose .select2-chosen:before {
    color: red;
    font-weight: bold;
}
.choose .select2-chosen {
    color: transparent;
}

/* =========== */

/*______ FOOTER _________*/

.brand-footer {
    width: 100%;
    background-color: white;
    margin: 0px;
    border-top: 1px solid #f3f3f3;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

@media (max-width: 480px){
.brand-footer {
    z-index: -9999;
}
}

.brand-footer > img {
    margin: 0 0 0 32%;
    width: 36%;
}

@media (max-width: 480px){
.brand-footer > img {
    margin: 0;
    width: 100%;
}
}

.brand-footer > p {
    margin: 0px 10px 0px 10px;
}

.brand-footer > p:before {
    content: 'Kuoni Destination Management S.L.| C/ Jacometrezo, 15 4Âª Planta. | 28013 Madrid | Spain | T +34 931 51 28 06| travelfira@kuonitumlare.com';
    display: grid;
    position: static;
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.brand-footer.brand-footer-bg.footer-image:before {
    content: 'The official travel and accommodation partner of Barcelona Wine Week 2023.';
    text-align: center;
    width: 100%;
    display: block;
    font-size: 11px;
    margin-top: 12px;
	
	
