@import url('https://www.kuoni-congress.info/ea/microsite/style/microsite.2.0.css');

#booked_container_fluid > .booking-detail-row + .row:not(.booking-detail-row) {
    display: none;
}

.slider {
    width: 100%;
    height: 100%;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 480px){
.slider {
    display: none;
}
}

.slider-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 50%;
    min-height: 50%;
}

.slide {
	float: left;
    position: absolute;
    opacity: 0;
    transition: opacity 2s linear;
    margin-top: -5vh;
    width: 100%;
    height: auto;
}

@media (max-aspect-ratio: 16/10){
.slide {
	margin-top: 0;
}
}

@media (max-aspect-ratio: 16/11){
.slide {
    width: auto;
    height: 100%;
    margin-left: -16vw;
	margin-top: 0;
}
}


.slider-wrapper > .slide:first-child {
	opacity: 1;
}

img#portrait {
    display: none;
}

@media screen and (min-width: 481px) and (max-width: 900px) and (orientation: landscape) {
img#portrait {
    display: block;
    width: 100vw;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
}
}

/* new branding footer */
.brand-footer {
    width: 100% !important;
    margin: 0 auto 15px !important;
}

body {
    color: #545454;
	padding: 0px !important;
}

@media (max-width: 480px){
body {
    color: #545454;
	width: 100%;
}
}

@media (max-width: 480px){
.body-content {
    padding: 0px;
    margin: 0px;
}
}

h1, .h1, h2, .h2, h3, .h3 {
    margin: 0 0 15px 0;
    background: gray;
    color: white;
    padding: 10px 0 10px 15px;
    text-transform: uppercase;
	display: flex;
}

/*___________BACKGROUND IMAGE___________*/

#bg {
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
  z-index: -1;
}

@media (max-width: 480px){
#bg {
  display: none; 
}
}

#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
  min-width: 50%;
  min-height: 50%;
}

/*___________FOOTER___________*/

.brand-footer {
    width: 56%;
    margin-left: 22%;
    margin-right: 22%;
}

@media (max-width: 480px){
.brand-footer {
    margin: 0px;
    width: 100%;
}
}

.brand-footer > img {
    margin: 0 0 0 0;
    width: 100%;
}

/*___________WELCOME TEXT___________*/

div#welcometext {
    text-align: justify;
    padding: 0px 30px 40px 30px;
    border-bottom: 15px solid gray;
}

@media (max-width: 480px){
div#welcometext {
    text-align: justify;
    padding: 0px 5px 30px 5px;
    border-bottom: 15px solid gray;
}
}

@media (max-width: 480px){
#welcome1 {
    font-size: 14px;
}
}

#menu {
    margin: 0 0 32px 0;
    background: gray;
    color: white;
    float: left;
    width: 100%;
	display: block;
}

@media (max-width: 480px){
#menu {
    margin: 0;
    background: none;
    color: white;
    float: left;
    width: 100%;
	display: block;
}
}

@media (max-width: 480px){
#open-menu:checked ~ #menu {
    display: flex;
	margin-bottom: 7px;
}

#menu {
    display: none;
}
}

#open-menu + label:before {
    color: white;
}

@media (max-width: 480px){
#open-menu + label {
    display: none;
}
}

#menu > li {
    font-size: 14px;
    padding: 10px 5px 10px 5px;
    margin: 0;
    float: none;
}

@media (max-width: 480px){
#menu > li {
    font-size: 14px;
    padding: 10px 5px 10px 5px;
    margin: 0;
    float: left;
    text-align: center;
    width: 100%;
    background: gray;
    border-radius: 0px;
    border: 1px solid white;
    padding: 2px;
}
}

#menu > li:hover {
    background: rgb(116, 116, 116);
    color: white;
}

@media (max-width: 480px){
#menu > li:first-child {
    margin-top: 5px;
}
}

#menu > li > label {
    margin: 0;
    padding: 3px 15px;
    cursor: pointer;
}

@media (max-width: 480px){
#menu > li > label {
    margin: 0;
    padding: 5px 15px;
    cursor: pointer;
	width: 100%
}
}

#addrm {
    display: none;
}

a#kbookbtn {
    display: none !important;
}

div#main-form {
    padding: 0;
}

@media (max-width: 480px){
div#main-form {
    padding: 0;
	width: 100%;
}
}

#imgFira {
    text-align: center;
    margin: 16px 0px;
}

@media (max-width: 480px){
form.dynamic-target.form-horizontal.clearfix > div > img {
    border-bottom: 0px;
}
}

.select2-container.form-control {
    display: inline-block;
    margin-right: 80px;
}

.ng-binding > .select {
    margin-left: 25%;
	text-align: center;
}

@media (max-width: 480px){
.ng-binding > .select {
    text-align: center;
    widtH: 90%;
    margin-left: 5%;
    margin: 0;
}
}

#noResult > p, .result {
    font-size: 17px;
    color: #29367A;
    font-weight: bold;
}


/*___________POPUP___________*/
.myModal {
    z-index: 1001;
}

@media (max-width: 480px){
.myModal {
    display: none;
}
}

.popup {
    position: fixed;
    z-index: 1000;
    background: white;
    width: 46%;
    max-height: 80vh;
    border: 3px solid white;
    border-radius: 5px;
    box-shadow: none;
    text-align: justify;
    padding: 0 0 10px 0;
    margin: 0 0 0 27%;
    left: 0;
    top: 8vh;
}

@media (max-width: 480px){
.popup {
    width: 96%;
    left: 0vw;
    margin: 0 2% 0 2%;
    max-width: 96%;
    border: 3px solid white;
    height: 90% !important;
    top: 5%;
    /* background: gray; */
}
}

@media (max-width: 1920px) and (min-width: 1701px){
.popup {
    width: 52%;
    margin: 0 0 0 24%;
}
}

@media (max-width: 1700px) and (min-width: 1501px){
.popup {
    width: 56%;
    margin: 0 0 0 22%;
}
}

@media (max-width: 1500px) and (min-width: 1301px){
.popup {
    width: 60%;
    margin: 0 0 0 20%;
}
}

@media (max-width: 1300px) and (min-width: 1101px){
.popup {
    width: 70%;
    margin: 0 0 0 15%;
}
}

@media (max-width: 1100px) and (min-width: 1000px){
.popup {
    width: 78%;
    margin: 0 0 0 11%;
}
}

.popup > div {
    overflow-y: auto;
    max-height: calc(80vh - 60px);
    padding: 0px;
}

@media (max-width: 480px){
.popup > div {
    max-height: 100%;
}
}

.popup > div > p:last-child {
    margin-bottom: 20px;
}

.popup > div > h3 {
    font-size: 14pt;
    color: white;
    font-family: Arial,'Helvetica Neue',Helvetica,sans-serif;
    background: gray;
    padding: 20px;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;
    text-align: center;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

.popup > div > h4 {
    color: gray;
    padding: 1% 0 1% 2%;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    margin: 0px 0 -6px 0;
}

.popup > div > h5 {
    padding: 1% 0 6px 2%;
    color: gray;
}

.popup > div > p {
    padding: 0px 2% 6px 2%;
    margin: 5px;
    font-size: 15px;
    color: #545454;
}

@media (max-width: 480px){
.popup > div > p {
    font-size: 12px;
    line-height: 1.3;
}
}

.popup > div > details {
    margin: 1% 2% 1% 2%;
    color: #545454;
    border: none;
    background: #FBF7F7;
}

.popup > div > details > p {
    color: rgb(204, 48, 48);
    font-style: initial;
    padding: 6px 17px 0 0px;
    font-weight: bold;
    text-align: justify;
    font-size: 14px;
}

.popup > .fermeture {
    font-weight: normal;
    color: #545454;
    position: absolute;
    top: 11px;
    right: 25px;
    cursor: pointer;
    background: white;
    border-radius: 20px;
    padding: 1px 9px 1px 8px;
    font-weight: bold;
    margin-top: 3px;
}

@media (max-width: 480px){
.popup > .fermeture {
    border-radius: 0 0 0 8px;
    font-size: 12px;
    margin: -11px -25px 0 0px;
}
}

.popup > .fermeture:hover {
    color: white;
    background: rgb(116, 116, 116);
}

.popup > div > img {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.state:checked + .popup {
    display: block;
    z-index: 1002;
}

/*___________CHECK-IN OUT___________*/

div#check-in-out {
    display: inline-block;
    width: 90%;
    margin: 0;
    font-size: 15px;
    padding: 15px 5px 5px 15px;
}

@media (max-width: 480px){
div#check-in-out {
    margin: 0;
	width: 100%;
	padding: 4% 0 0 0;
}
}

@media (max-width: 480px){
div#check-in-out > div {
    width: 100%;
    margin: 0;
    padding: 1% 10% 3% 10%;
}
}

@media (max-width: 480px){
div#check-in-out >.row.form-group.valid > {
    margin: 0px;
}
}

div#check-in-out >.row.form-group.has-feedback > .col-sm-3 {
    text-align: center;
    background: rgb(116, 116, 116);
    margin: 0px;
    padding: 0 3% 0 3%;
    color: white;
    width: auto;
    height: 35px;
    border-radius: 20px 0 0 20px;
}

@media (max-width: 480px){
div#check-in-out >.row.form-group.has-feedback > .col-sm-3 {
    text-align: center;
	width: 100%;
    border-radius: 0px;
}
}

div#check-in-out >.row.form-group.valid > .col-sm-3 {
    text-align: center;
    background: rgb(116, 116, 116);
    margin: 0px;
    padding: 0 3% 0 3%;
    color: white;
    width: auto;
    height: 35px;
    border-radius: 20px 0 0 20px;
}

@media (max-width: 480px){
div#check-in-out >.row.form-group.valid > .col-sm-3 {
    text-align: center;
	width: 100%;
    border-radius: 0px;
}
}

div#check-in-out > .row.form-group.has-feedback > .col-sm-3 > label {
    margin: 0px;
    width: 100%;
}

@media (max-width: 480px){
div#check-in-out > .row.form-group.has-feedback > .col-sm-3 > label {
    margin: 0px;
    width: 100%;
    padding-top: 7px;
}
}

div#check-in-out >.row.form-group.valid > .col-sm-3 > label {
    margin: 0px;
    width: 100%;
}

@media (max-width: 480px){
div#check-in-out >.row.form-group.valid > .col-sm-3 > label {
    margin: 0px;
    width: 100%;
    padding-top: 7px;
}
}

div#check-in-out > .row.form-group.has-feedback > .col-xs-10.col-sm-6.col-md-4 {
    margin: 0;
    padding: 0;
    height: 35px;
}

@media (max-width: 480px){
div#check-in-out > .row.form-group.has-feedback > .col-xs-10.col-sm-6.col-md-4 {
    margin: 0;
    padding: 0;
    height: 35px;
    width: 100%;
}
}

div#check-in-out >.row.form-group.valid > .col-xs-10.col-sm-6.col-md-4 {
    margin: 0;
    padding: 0;
    height: 35px;
}

@media (max-width: 480px){
div#check-in-out >.row.form-group.valid > .col-xs-10.col-sm-6.col-md-4 {
    margin: 0;
    padding: 0;
    height: 35px;
    width: 100%;
}
}

@media (max-width: 480px){
.col-xs-10.col-sm-6.col-md-4 {
    width: 100%;
}
}

div#check-in-out > .row.form-group.has-feedback > .col-xs-10.col-sm-6.col-md-4 > div {
    height: 35px;
    margin: 0;
}

@media (max-width: 480px){
div#check-in-out > .row.form-group.has-feedback > .col-xs-10.col-sm-6.col-md-4 > div {
    height: 35px;
    margin: 0;
    width: 100% !important;
}
}

div#check-in-out >.row.form-group.valid > .col-xs-10.col-sm-6.col-md-4 > div {
    height: 35px;
    margin: 0;
}

@media (max-width: 480px){
div#check-in-out >.row.form-group.valid > .col-xs-10.col-sm-6.col-md-4 > div {
    height: 35px;
    margin: 0;
    width: 100% !important;
}
}

@media (max-width: 480px){
div#check-in-out > .row.form-group.has-feedback > .col-xs-10.col-sm-6.col-md-4 > div > div {
    width: 100%;
}
}

@media (max-width: 480px){
div#check-in-out >.row.form-group.valid > .col-xs-10.col-sm-6.col-md-4 > div > div {
    width: 100%;
}
}

div#check-in-out > .row.form-group.has-feedback > .col-xs-10.col-sm-6.col-md-4 > .select2-container.form-control.ignore-validation.choose > .select2-choice >.select2-chosen {
    margin: 0px;
}

div#check-in-out >.row.form-group.valid > .col-xs-10.col-sm-6.col-md-4 > .select2-container.form-control.ignore-validation.choose > .select2-choice >.select2-chosen {
    margin: 0px;
}


form.dynamic-target.form-horizontal.clearfix > .row.form-group {
	width: auto;
	margin: 0px;
    height: 49px;
}

form.dynamic-target.form-horizontal.clearfix > .row.form-group > .col-sm-3.col-sm-offset-3 {
    width: 100%;
    margin: 0;
    padding: 0 5% 0 5%;
    height: 49px;
}

@media (max-width: 480px){
form.dynamic-target.form-horizontal.clearfix > .row.form-group > .col-sm-3.col-sm-offset-3 {
    width: 40%;
    margin: 0 30% 0 30%;
    padding: 0px;
    height: 35px;
}
}

form.dynamic-target.form-horizontal.clearfix > .row.form-group > .col-sm-3.col-sm-offset-3 > button#updateResults {
    width: 100%;
    margin: 13px 0 0 0;
    background: gray;
    border: 0px;
    border-radius: 20px;
    height: 35px;
}

@media (max-width: 480px){
form.dynamic-target.form-horizontal.clearfix > .row.form-group > .col-sm-3.col-sm-offset-3 > button#updateResults {
    width: 100%;
    margin: 5px 0 0 0;
    background: gray;
    border: 0px;
    border-radius: 0px;
    height: 35px;
}
}

form.dynamic-target.form-horizontal.clearfix > .row.form-group > .col-sm-3.col-sm-offset-3 > button#updateResults:hover {
    background: rgb(116, 116, 116);
    color: white;
}

form.dynamic-target.form-horizontal.clearfix > .row.form-group > .col-sm-3.col-sm-offset-3 > button#updateResults: {
    opacity: 1;
}

.result.ng-binding.ng-scope {
    font-size: 16px;
    color: #545454;
    font-weight: bold;
    padding: 7px 15px 5px 15px;
    text-align: center;
    margin: 10px 0px;
}

#tri {
    margin: 20px 0;
    display: flex;
    align-items: center;
}

@media (max-width: 480px){
#tri {
    width: 100%;
	margin-top: 0;
}
}

#tri > span > span:nth-of-type(2) {
    flex: 1;
    text-align: center;
    height: 34px;
    margin: 10px 0px;
    display: inline-flex;
}

@media (max-width: 480px){
#tri > span > span:nth-of-type(2) {
	flex: 1;
    height: 45px;
    margin: 5px;
    background: none;
    border-radius: 0px;
    color: white;
    display: block;
    padding-top: 4px;
    width: 90%;
    margin-left: 3%;
}
}

.ng-binding > .select > div {
    border: 1px solid #5454543b;
    border-radius: 0px;
}

@media (max-width: 480px){
.ng-binding > .select > div {
    border: 1px solid #5454543b;
    border-radius: 0px;
    margin: 4px 0 0 0;
    width: 100%;
}
}

#tri > span:nth-child(2) > .btn {
    color: white;
    background: gray;
    border: 0;
    border-radius: 20px;
    padding-top: 7px;
}

@media (max-width: 480px){
#tri > span:nth-child(2) > .btn {
    background: gray;
    color: white;
    height: 32px;
    border-radius: 0px;
    border: none;
	padding: 0px;
}
}

#tri > span:nth-child(2) > .btn:hover {
    background: rgb(116, 116, 116);
    color: white;
}

#tri > span:first-child {
    flex-grow: 1;
    display: flex;
    width: 70%;
}

@media (max-width: 480px){
#tri > span:first-child {
    margin-top: 0;
    margin-bottom: 30px;
    width: 90%;
}
}

#tri > span:nth-child(2) {
    padding: 0 2% 0 0%;
    width: 30%;
}

@media (max-width: 480px){
div#tri > span:last-child {
    width: 96%;
    display: flex;
    margin-left: 2%;
}
}

@media (max-width: 480px){
div#tri > span:last-child > .btn {
    width: 33%;
    margin: 0%;
    padding: 6px 15px;
    border: 1px solid white;
}
}

.form-horizontal .control-label {
    font-size: 12px;
    color: red;
}

@media (max-width: 480px){
.form-horizontal .control-label {
    font-size: 11px;
    color: red;
    background: white;
    display: table-row;
}
}


/*___________FILTERS___________*/

div#filtres {
    margin: 5px 10px 5px 15px;
    padding: 25px 8px 8px 8px;
    background: #00000014;
    width: 22%;
    border: 1px solid gray;
}

@media (max-width: 480px){
div#filtres {
    margin: 5px 10px 5px 15px;
    padding: 8px;
    background: #00000014;
    width: 96%;
    border: 1px solid gray;
    margin: 4%2%;
}
}

#filtres > fieldset {
    border-top: 1px solid gray;
}

div#filtres > fieldset#name {
    margin: 0 0 20px 0;
}

div#filtres > fieldset#name > legend {
    background: none;
    color: #545454;
    padding: 3px 15px;
    margin-bottom: 7px;
    font-size: 13px;
    border: 1px solid gray;
    display: block;
}

div#filtres > fieldset#stars {
    margin: 0 0 24px 0;
}

div#filtres > fieldset#stars > legend {
    background: none;
    color: #545454;
    padding: 3px 15px;
    margin-bottom: 7px;
    font-size: 13px;
    border: 1px solid gray;
    display: block;
}

div#filtres > fieldset#services {
    margin: 0 0 35px 0;
}

div#filtres > fieldset#services > p {
    margin-bottom: 9px;
}

div#filtres > fieldset#services > legend {
    background: none;
    color: #545454;
    padding: 3px 15px;
    margin-bottom: 7px;
    font-size: 13px;
    border: 1px solid gray;
    display: block;
}

div#filtres > fieldset#prices {
    margin: 0 0 30px 0;
}

div#filtres > fieldset#prices > legend {
    background: none;
    color: #545454;
    padding: 3px 15px;
    margin-bottom: 7px;
    font-size: 13px;
    border: 1px solid gray;
    display: block;
}

div#filtres > fieldset#prices > div > .range {
    width: 50%;
    text-align: center;
}

div#filtres > fieldset#prices > div > .range > input {
    width: 70%;
    text-align: center;
    margin-left: 15%;
    margin-right: 15%;
    border: 1px solid #8080805c;
}

div#filtres > fieldset#distance {
    margin: 0 0 25px 0;
}

div#filtres > fieldset#distance > legend {
    background: none;
    color: #545454;
    padding: 3px 15px;
    margin-bottom: 7px;
    font-size: 13px;
    border: 1px solid gray;
    display: block;
}

div#filtres > fieldset#distance > .range {
    width: 100%;
    text-align: center;
}

div#filtres > fieldset#distance > .range > label {
    color: #808080ad;
    font-size: 13px;
}

div#filtres > fieldset#distance > .range > input {
    text-align: center;
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
    margin-bottom: 9px;
    border: 1px solid #8080805c;
}

#stars input:checked + label {
    color: white;
    background: goldenrod;
    border: none;
    padding: 2px;
}

input:checked + .service > img {
    background-color: gray;
}

.range > p {
    background-color: gray;
    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 > p:after {
    border-bottom-color: gray;
}

#distance .range > [type="text"] {
    text-align: center;
    width: 40px;
    font-size: 16px;
    border: 1px solid gray;
}

label[for="more"] {
    color: white;
    background: gray;
    width: 30%;
    margin-left: 35%;
    margin-right: 35%;
}


/*___________HOTEL GRID___________*/

#newLayout {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 350px;
    padding: 15px;
    background: transparent;
}

@media (max-width: 480px){
#newLayout {
    padding: 0px;
    background: #d6d6d6;
}
}

.newHotel {
    width: calc(33.333333% - 8px);
    margin-bottom: 15px;
    border-radius: 0px;
    background-color: white;
    box-shadow: none;
    border: 3px solid white;
}

@media (max-width: 480px){
.newHotel {
    width: 100%;
    min-height: 65vw;
}
}

.placeholder {
    height: 200px;
    box-shadow: inset 0 0 9px #383838;
    transition-duration: .4s;
    z-index: +0;
}

@media (max-width: 480px){
.placeholder {
	height: 82%;
}
}

.newHotel > .front{
	padding: 0px;
	z-index: 0;
}

@media (max-width: 480px){
.newHotel > .front{
	min-height: 65vw;
}
}

.newHotel > .front > .info{
    color: #545454;
}

@media (max-width: 480px){
.newHotel > .front > .info{
	min-height: 65vw;
}
}

.newHotel > .front:hover > .info {
    background-color: white;
    z-index: 1000;
    position: relative;
}

.newHotel > .front > .info > h3 {
    color: #545454;
    text-transform: uppercase;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    display: block;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
}

.newHotel > .front > .info > .summary {
    color: #545454;
    height: 200px;
}

 > .front > .info > .sous-titre {
    margin: 0 8px;
    color: #545454;
    text-align: center;
    position: relative;
}

.sous-titre > span {
    background-color: #fbfbfb;
    position: relative;
    z-index: 10;
    padding: 0 8px;
    color: #545454;
    font-size: 12px;
}

p.to-details > .btn {
    width: 50%;
    color: white;
    background: gray;
    border: none;
    border-radius: 20px;
	margin-top: 6px;
}

@media (max-width: 480px){
p.to-details > .btn {
    border-radius: 0px;
	width: 100%
}
}

p.to-details > .btn:hover {
    color: white;
    background: rgb(116, 116, 116);
}

.etiq > span {
    background-color: rgb(116, 116, 116);
}

img:hover + .etiq:after {
    border-top-color: rgb(116, 116, 116);
}

.hot-services {
    padding: 3px 10px;
    margin: 0 0 10px 0;
}

.hot-services .has {
    background-color: gray;
}

.hot-services > span {
    margin: 4px;
}

.hot-dist {
    margin-top: 6px;
}

.hot-dist img {
    background-color: rgb(116, 116, 116);
}

.stars > span:before {
    color: goldenrod;
}

.prix {
    margin: 0;
    padding: 8px 0 8px 0;
    text-align: center;
    color: white;
    font-size: 17px;
    background: rgb(116, 116, 116);
}


/*___________HOTEL POPUP___________*/

.newHotel > .popup.details > div > h3 {
    margin: 0px;
}

.newHotel > .popup.details > div > p {
    background-color: #00000005;
    margin: 0;
    padding: 15px 10px 20px 10px
}

@media (max-width: 480px){
.popup.details > div > .tab {
    display: grid;
}
}

.tab > label {
    color: white;
    border: 0px;
    background: gray;
    border-radius: 12px 12px 0px 0px;
    padding: 4px 15px 4px 15px;
    margin: 0;
}

@media (max-width: 480px){
.tab > label:first-of-type {
    margin-left: 0px;
}
}

.tab > .ng-binding {
    color: gray;
    text-transform: uppercase;
    font-size: 13px;
    background: white;
    border: 1px solid #80808026;
    margin-bottom: -1px;
}

@media (max-width: 480px){
.tab > .ng-binding {
    border: 1px solid #8080804d;
    border-radius: 0px;
    margin-bottom: 10px;
}
}


.tab > input:checked + label {
    color: white;
    border: 0px;
    border-top: gray;
    border-bottom: 0px;
    background: gray;
}

@media (max-width: 480px){
.tab > input:checked + label {
    border-radius: 0px;
}
}

.content1.onglet > ul {
    margin-bottom: 20px;
}

.vignettes.imgs-0 > img {
    border: 2px solid gray;
}

.content2.onglet > .vignettes > span.ng-scope >img {
    display: none;
}

.content3.onglet > h4 {
    color: gray;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}

.content3.onglet > ul {
    margin: 0;
    padding: 0;
}

.content3.onglet > ul > li {
    display: block;
    padding: 0;
}

.content3.onglet > iframe {
    border: 2px solid #00000059 !important;
}

@media (max-width: 480px){
.content3.onglet > iframe.iframe {
    width: 100%;
}
}

.content4.onglet > span {
    min-width: 190px;
}

@media (max-width: 480px){
.content4.onglet > span {
    width: 50%;
}
}

.list-services > .has > img {
    background-color: green;
}

.room-type {
    margin-bottom: 15px;
    padding: 10px 25px;
    background: #0080000a;
    border: 2px solid green;
    border-radius: 7px;
}

@media (max-width: 480px){
.room-type {
    padding: 10px 13px;
	border-radius: 0px;
}
}

.room-type:nth-of-type(2n) {
    background: #0080000a;
}

.room-type > .type {
    width: 30%;
    font-weight: bold;
    margin-left: 15px;
    text-transform: uppercase;
    font-size: 13px;
	color: #066106;
}

@media (max-width: 480px){
.room-type > .type {
    margin-left: 0px;
    width: auto;
	font-size: 12px;
    max-width: 65%;
}
}

.room-type > .tarif {
    font-size: 13px;
    font-weight: bold;
	color: #066106;
}

@media (max-width: 480px){
.room-type > .tarif {
    font-size: 12px;
    font-weight: bold;
	width: 30%
}
}

.room-type > .tarif:after {
    content: ' EUR' !important;
}

.room-type.ng-scope > .btn.btn-default.ng-binding {
    color: white;
    background: green;
    border-radius: 20px;
    border: none;
    padding: 7px 27px;
}

@media (max-width: 480px){
.room-type.ng-scope > .btn.btn-default.ng-binding {
    border-radius: 0px;
}
}

.room-type.ng-scope > .btn.btn-default.ng-binding:hover {
    color: white;
    background: rgb(116, 116, 116);

}

/*___________HOTEL POPUP___________*/

.well.well-sm.booking-details {
    padding: 0px;
    margin: 0px !important;
}

.container-fluid {
    margin: 0;
    padding: 0px;
    max-width: 1100px;
}

@media (max-width: 480px){
.container-fluid {
    font-size: 12px;
}
}

.container-fluid > .row {
    margin: 0px;
	padding: 0px;
}

@media (max-width: 480px){
.container-fluid > .row {
    display: flex;
}
}

.well.well-sm.booking-details > .container-fluid > .row:nth-child(10) {
/*    display: none;*/
}

.well.well-sm.booking-details > .container-fluid > .row > .col-xs-6 {
    background: gray;
    height: 40px;
    margin: 0px 0px 15px 0px;
	padding: 0px;
}

.well.well-sm.booking-details > .container-fluid > .row > .col-xs-6 > h4 {
    color: white;
    text-transform: uppercase;
    font-size: 18px;
    background: gray;
    margin: 0;
    padding: 11px 0 0 11px;
}

@media (max-width: 480px){
.well.well-sm.booking-details > .container-fluid > .row > .col-xs-6 > h4 {
    font-size: 14px;
}
}

.well.well-sm.booking-details > .container-fluid > .row > .col-xs-6 > .btn {
    color: #545454;
    background: white;
    border: none;
    border-radius: 20px;
    margin: 9px 9px;
    padding: 2px 10px;
    font-size: 13px;
    box-shadow: none;
}

@media (max-width: 480px){
.well.well-sm.booking-details > .container-fluid > .row > .col-xs-6 > .btn {
    border-radius: 20px;
}
}

.well.well-sm.booking-details > .container-fluid > .row > .col-xs-6 > .btn:hover {
    color: white;
    background: rgb(116, 116, 116);
}

div#booked_container_fluid > div:nth-child(2) {
    display: none;
}

.row.booking-detail-row {
    height: 35px;
	margin: 0px;
}

.row.booking-detail-row > .col-sm-3,
.row > label {
	text-align: right;
    padding: 8px 8px 0 0;
    height: 35px;
    color: gray;
}

@media (max-width: 480px){
.row.booking-detail-row > .col-sm-3 {
    text-align: right;
	width: 50%
}
}

.row.booking-detail-row > .col-sm-3 > label {
    margin: 0px;
}

.row.booking-detail-row > .col-sm-9 {
    padding: 8px 0 0 8px;
    height: 35px;
}

div#booked_container_fluid > .row > .col-xs-8.col-sm-2 {
    width: 25%;
    text-align: right;
}

div#booked_container_fluid > .row > .col-xs-8.col-sm-2 {
    width: 25%;
    text-align: right;
    margin: 0px;
    padding: 8px 8px 0 0;
}

.container-fluid > .row.form-group.has-feedback {
    width: 100%;
    height: 40px;
}

.container-fluid > .row.form-group.valid {
    width: 100%;
    height: 40px;
}

.container-fluid > .row.form-group.has-feedback:last-child {
    margin-bottom: 25px !important;
}

.container-fluid > .row.form-group.valid:last-child {
    margin-bottom: 25px !important;
}

.container-fluid > .row.form-group.has-feedback > .col-sm-3 {
    width: 25%;
    padding: 0px;
    text-align: right;
    padding: 10px 8px 0 0;
    color: gray;
}

@media (max-width: 480px){
.container-fluid > .row.form-group.has-feedback > .col-sm-3{
    text-align: right;
    width: 50%;
    color: gray;
}
}

.container-fluid > .row.form-group.valid > .col-sm-3 {
    width: 25%;
    padding: 0px;
    text-align: right;
    padding: 10px 8px 0 0;
    color: gray;
}

@media (max-width: 480px){
.container-fluid > .row.form-group.valid > .col-sm-3{
    text-align: right;
    width: 50%;
    color: gray;
}
}

.row.booking-detail-row:nth-child(7) > .col-sm-3 > label:after {
    content: '(EUR)';
    margin-left: 4px;
}

.row.booking-detail-row:nth-child(8) > .col-sm-3 > label:after {
    content: '(EUR)';
    margin-left: 4px;
}

.row.booking-detail-row:nth-child(9) > .col-sm-3 > label:after {
    content: '(EUR)';
    margin-left: 4px;
}

.container-fluid > .row.form-group.has-feedback > .col-sm-9 {
    width: 75%;
    margin: 0px;
    padding: 0px;
}

@media (max-width: 480px){
.container-fluid > .row.form-group.has-feedback > .col-sm-9 {
    width: 50%;
}
}

.container-fluid > .row.form-group.valid > .col-sm-9 {
    width: 75%;
    margin: 0px;
    padding: 0px;
}

@media (max-width: 480px){
.container-fluid > .row.form-group.valid > .col-sm-9 {
    width: 50%;
}
}

.container-fluid > .row.form-group.has-feedback > .col-sm-9 > .form-control.no-auto-save {
    margin: 5px 0 0 8px;
    padding: 0px;
    height: 30px;
}

@media (max-width: 480px){
.container-fluid > .row.form-group.has-feedback > .col-sm-9 > .form-control.no-auto-save {
    width: 90%;
}
}

.container-fluid > .row.form-group.valid > .col-sm-9 > .form-control.no-auto-save {
    margin: 5px 0 0 8px;
    padding: 0px;
    height: 30px;
}

@media (max-width: 480px){
.container-fluid > .row.form-group.valid > .col-sm-9 > .form-control.no-auto-save {
    width: 90%;
}
}

.popup > p > .btn {
    color: white;
    background: gray;
    border: 0px;
    border-radius: 20px;
    box-shadow: none;
    margin: 0 11px 0 0;
}

@media (max-width: 480px){
.popup > p > .btn {
    text-align: center;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
	border-radius: 0px;
}
}

.popup > p > .btn:hover {
    color: white;
    background: rgb(116, 116, 116);
}


/*___________CONTACT DETAILS___________*/


form.dynamic-target.form-horizontal.clearfix > .row {
    margin: 0px;
    padding: 0px;
}

form.dynamic-target.form-horizontal.clearfix > .row > .col-xs-12 {
    margin: 0px;
    padding: 0px;
}

.row.form-group.valid > .col-xs-12.col-sm-9 {
    padding-left: 15px !important;
}

@media (max-width: 480px){
.row.form-group.valid > .col-xs-12.col-sm-9 {
    padding-left: 0px !important;
}
}

.row.form-group.has-feedback > .col-xs-12.col-sm-9 {
    padding-left: 15px !important;
}

@media (max-width: 480px){
.row.form-group.has-feedback > .col-xs-12.col-sm-9 {
    padding-left: 0px !important;
}
}

.row.form-group.has-error.has-feedback > .col-xs-12.col-sm-9 {
    padding-left: 15px !important;
}

@media (max-width: 480px){
.row.form-group.has-error.has-feedback > .col-xs-12.col-sm-9 {
    padding-left: 0px !important;
}
}

@media (max-width: 480px){
div#page_1 > .component > form.dynamic-target.form-horizontal.clearfix > .row.form-group {
    padding: 0px;
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
    margin-bottom: 7px;
    display: table;
    background-color: #80808017;
}
}

@media (max-width: 480px){
div#page_1 > .component > form.dynamic-target.form-horizontal.clearfix > .row.form-group > .col-sm-9 {
    padding: 0px;
    width: 100%;
}
}

@media (max-width: 480px){
div#page_1 > .component > form.dynamic-target.form-horizontal.clearfix > .h3 {
    font-size: 12px;
    margin-top: 15px;
}
}

form.dynamic-target.form-horizontal.clearfix > .row.form-group.has-feedback > .col-sm-3 {
    text-align: right;
    margin: 0;
    padding: 6px 0 0 0;
    width: 25%;
}

@media (max-width: 480px){
form.dynamic-target.form-horizontal.clearfix > .row.form-group.has-feedback > .col-sm-3 {
    text-align: left;
    margin: 0;
    padding: 6px 0 0 12px;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 12px;
}
}

form.dynamic-target.form-horizontal.clearfix > .row.form-group.valid > .col-sm-3 {
    text-align: right;
    margin: 0;
    padding: 6px 0 0 0;
    width: 25%;
}

@media (max-width: 480px){
form.dynamic-target.form-horizontal.clearfix > .row.form-group.valid > .col-sm-3 {
    text-align: left;
    margin: 0;
    padding: 6px 0 0 12px;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 12px;
}
}

@media (max-width: 480px){
form.dynamic-target.form-horizontal.clearfix > .row.form-group.has-feedback > .col-sm-9 > div {
    width: 100%;
    margin: 0;
}
}

@media (max-width: 480px){
form.dynamic-target.form-horizontal.clearfix > .row.form-group.valid > .col-sm-9 > div {
    width: 100%;
    margin: 0;
}
}

@media (max-width: 480px){
form.dynamic-target.form-horizontal.clearfix > .row.form-group.has-feedback > .col-sm-9 > .radio {
    padding-left: 50px;
}
}

@media (max-width: 480px){
form.dynamic-target.form-horizontal.clearfix > .row.form-group.valid > .col-sm-9 > .radio {
    padding-left: 50px;
}
}


.col-sm-9 > .radio {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}

@media (max-width: 480px){
.col-sm-9 > .radio > label {
    font-size: 12px;
}
}

@media (max-width: 480px){
button.navbar-toggle.collapsed {
    display: none;
}
}

.nav.pull-right {
    display: flex;
}

@media (max-width: 480px){
.nav.pull-right {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
}
}

.nav.pull-right > .btn {
    color: white;
    background: gray;
    border: 0px;
    border-radius: 20px;
    padding: 7px 23px;
    margin-right: 10px;
}

@media (max-width: 480px){
.nav.pull-right > .btn {
    width: 100%;
    margin-top: 20px;
    color: white;
    background: gray;
    border: none;
    border-radius: 0px;
    margin-bottom: 15px;
    text-align: center;
    padding: 4px 9px;
    border: 1px solid white;
}
}

.nav.pull-right > .btn:hover {
    color: white;
    background: rgb(116, 116, 116);
}


/*___________SUMMARY TABLE___________*/

@media (max-width: 480px){
.summary-content table.summary-table {
    font-size: 13px;
}
}

.summary-table > tbody > tr {
    width: 100%;
}

@media (max-width: 480px){
.summary-table > tbody > tr {
    display: flex;
}
}

.summary-table > tbody > tr > th {
    width: 25% !important;
    text-align: right;
    color: gray;
}

@media (max-width: 480px){
.summary-table > tbody > tr > th {
    width: 40% !important;
    text-align: right;
    color: gray;
    font-size: 12px;
}
}

.summary-table > tbody > tr > td {
    width: 75%;
}

@media (max-width: 480px){
.summary-table > tbody > tr > td {
    width: 60%;
    font-size: 12px;
}
}

.summary-table > tbody > tr > td > .pull-right > .table > tbody > tr > td:nth-child(3) {
    font-size: 18px;
    border-radius: 33px;
}

.summary-table > tbody > tr > td > .pull-right > .table > tbody > tr > td:nth-child(3):after {
    content: 'EUR';
    margin-left: 6px;
}

.summary-table > tbody > tr > td > .pull-right > .table > tbody > tr > td {
    border-top: none;
}

tr.summary-heading > td > h4 {
    color: white;
    background: gray;
    height: 35px;
    padding: 9px 0 0 17px;
    text-transform: uppercase;
}

@media (max-width: 480px){
tr.summary-heading > td > h4 {
    font-size: 12px;
}
}

tr.summary-heading > td > h4 > .btn {
    color: #545454;
    background: white;
    border: none;
    font-size: 11px;
    border-radius: 20px;
    padding: 2px 8px;
    margin: -2px 9px 0 0;
}

@media (max-width: 480px){
tr.summary-heading > td > h4 > .btn {
    border-radius: 0px;
}
}

tr.summary-heading > td > h4 > .btn:hover {
    color: white;
    background: rgb(116, 116, 116);

}

@media (max-width: 480px){
tr.summary-heading > td {
    width: 100% !important;
}
}

.summary-content > div > .pull-right {
    margin-right: 30px;
}

@media (max-width: 480px){
.summary-content > div > .pull-right {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 20px;
}
}

.summary-content > div > .pull-right > .table > tbody > tr > th {
    font-size: 20px;
}

@media (max-width: 480px){
.summary-content > div > .pull-right > .table > tbody > tr > th {
    text-align: right;
}
}

.summary-content > div > .pull-right > .table > tbody > tr > th:nth-child(2):after {
    content: 'EUR';
    margin-left: 6px;
}

.summary-content > div > .pull-right > .table > tbody > tr:nth-child(2) > td:nth-child(2):after {
    content: 'EUR';
    margin-left: 5px;
}

.row > .col-xs-12 {
    margin: 0px;
}

@media (max-width: 480px){
.row > .col-xs-12 {
    font-size: 12px;
    line-height: 1.5;
}
}

.row > .col-xs-12 > span > p {
    color: #545454;
    margin: 0px !important;
    text-align: justify;
    padding: 0px 20px;
}

@media (max-width: 480px){
.row > .col-xs-12 > span > p {
    padding: 0 4% 0 4%;
}
}


/*___________AGREEMENT___________*/

div#tandc {
    padding: 15px;
    text-align: justify;
}

div#page_2 > .component.no-auto-save > form.dynamic-target.form-horizontal.clearfix > .form-group.has-feedback > .col-sm-9 {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
}

div#page_2 > .component.no-auto-save > form.dynamic-target.form-horizontal.clearfix > .form-group.valid > .col-sm-9 {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
}

div#page_2 > .component.no-auto-save > form.dynamic-target.form-horizontal.clearfix > .form-group.has-feedback > .col-sm-9 > .checkbox {
    background: gray;
    margin: 0;
    padding: 6px 0 0 40px;
    height: 35px;
	color: white;
    text-transform: uppercase;
}

div#page_2 > .component.no-auto-save > form.dynamic-target.form-horizontal.clearfix > .form-group.has-feedback.has-error > .col-sm-9 > .checkbox {
    background: red;
    margin: 0;
    padding: 6px 0 0 30px;
    height: 35px;
	color: white;
    text-transform: uppercase;
}

div#page_2 > .component.no-auto-save > form.dynamic-target.form-horizontal.clearfix > .form-group.valid > .col-sm-9 > .checkbox {
    background: green;
    margin: 0;
    padding: 6px 0 0 30px;
    height: 35px;
	color: white;
    text-transform: uppercase;
}

@media (max-width: 480px){
div#page_2 > .component.no-auto-save > form.dynamic-target.form-horizontal.clearfix > .form-group.has-feedback > .col-sm-9 > .checkbox > .field-required {
    font-size: 12px;
}
}

@media (max-width: 480px){
div#page_2 > .component.no-auto-save > form.dynamic-target.form-horizontal.clearfix > .form-group.has-feedback.has-error > .col-sm-9 > .checkbox > .field-required {
    font-size: 12px;
}
}

@media (max-width: 480px){
div#page_2 > .component.no-auto-save > form.dynamic-target.form-horizontal.clearfix > .form-group.valid > .col-sm-9 > .checkbox > .field-required {
    font-size: 12px;
}
}

.form-group.has-feedback {
    width: 100%;
    margin-top: 15px;
}

.form-group.valid {
    width: 100%;
    margin-top: 15px;
}


/*___________NAVBAR___________*/

.navbar-inside-page {
    margin: 0;
}


/*___________PAYMENT___________*/

.payment-panel {
    padding: 20px;
    margin: 20px 0;
    border-width: 2px;
    width: 40%;
    margin-left: 30%;
    border: 2px solid gray;
}

@media (max-width: 480px){
.payment-panel {
    width: 100%;
    margin: 0 0 10px 0;
    font-size: 12px;
	border-radius: 0px
}
}

@media (max-width: 480px){
.payment-content {
    display: block;
    width: 100%;
}
}

table.table.table-payment.table-condensed > tbody > tr:first-child {
    display: none;
}

table.table.table-payment.table-condensed > tbody > tr > td:last-child:after {
    content: 'EUR';
    margin-left: 5px;
}

@media (max-width: 480px){
.row.payment-method {
    display: block;
}
}

.row.payment-method > .col-sm-4 {
    width: 40%;
    margin-left: 30%;
    border: 2px solid gray;
    border-radius: 5px;
    padding: 0px;
}

@media (max-width: 480px){
.row.payment-method > .col-sm-4 {
    width: 100%;
    margin-left: 0%;
	border-radius: 0px
}
}

.row.payment-method > .col-sm-4 > label {
    background: gray;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 7px 7px 7px 35px;
    color: white;
}


.row.payment-method > .col-sm-4 > .radio {
    margin-left: 55px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0px;
}

@media (max-width: 480px){
.row.payment-method > .col-sm-4 > .radio > label {
    font-size: 12px;
}
}

@media (max-width: 480px){
.row.payment-method > .col-sm-4 > .radio > label > .form-control {
    margin: 1px 9px 0px 0px;
}
}

.col-sm-8.processor-target {
    width: 40%;
    margin: 22px 0 0 30%;
    padding: 0px;
    border-radius: 5px;
}

@media (max-width: 480px){
.col-sm-8.processor-target {
    width: 100%;
    margin: 10px 0 0 0;
}
}

.col-sm-8.processor-target > div > .panel.panel-primary {
    margin: 0 0 20px 0;
    border: 2px solid gray;
}

@media (max-width: 480px){
.col-sm-8.processor-target > div > .panel.panel-primary {
    margin-bottom: 0px;
	border-radius: 0px;
}
}

.col-sm-8.processor-target > div > .panel.panel-primary > .panel-heading {
    background: gray;
    border: none;
    padding: 8px 0 12px 35px;
    font-weight: bold;
}

@media (max-width: 480px){
.col-sm-8.processor-target > div > .panel.panel-primary > .panel-heading {
    border-radius.: 0px;
}
}

.col-sm-8.processor-target > div > .panel.panel-primary > .panel-body {
    display: flex;
    padding: 0px;
    margin: 15px 0px 0px 0px;
}

@media (max-width: 480px){
.col-sm-8.processor-target > div > .panel.panel-primary > .panel-body {
    display: block;
}
}

.col-sm-8.processor-target > div > .panel.panel-primary > .panel-body > .row {
    width: 50%;
    padding: 0px;
    margin: 0px;
}

@media (max-width: 480px){
.col-sm-8.processor-target > div > .panel.panel-primary > .panel-body > .row {
    width: 76%;
    margin-left: 12%;
    margin-right: 12%;
    text-align: center;
}
}

@media (max-width: 480px){
.col-sm-8.processor-target > div > .panel.panel-primary > .panel-body > .row > .form-group {
    width: 100%;
}
}

.col-sm-8.processor-target > div > .panel.panel-primary > .panel-body > .row > .form-group > .col-sm-6 {
    width: 100%;
}

.col-sm-8.processor-target > div > .panel.panel-primary > .panel-body > .row > .form-group > .col-sm-6 > .btn {
    background: green;
    border: none;
    border-radius: 20px;
    margin-left: 3px;
}

@media (max-width: 480px){
.col-sm-8.processor-target > div > .panel.panel-primary > .panel-body > .row > .form-group > .col-sm-6 > .btn {
    border-radius: 0px;
}
}

.col-sm-8.processor-target > div > .panel.panel-primary > .panel-body > .row > .form-group > .col-sm-6 > .btn:hover {
    background: rgb(116, 116, 116);
	color: white;
}

.col-sm-8.processor-target > div > .panel.panel-primary > .panel-body > .row > .form-group > .col-sm-6 > .form-control {
    color: #545454;
}



/*___________SUSTAINABILITY___________*/

div#sustpop > div {
    background: #467719;
    padding: 15px;
    color: white;
    display: flex;
    width: 100%;
}

div#sustitle {
    width: 13%;
    margin-top: 10px;
}

div#sustext > h3 {
    color: white;
    text-align: left;
    margin-left: 10px;
	margin-bottom: 0px;
    background: none;
    padding: 0;
}

div#sustitle > img {
    width: 86%;
    height: auto;
    margin-left: 12%;
    margin-right: 7%;
}

div#sustext {
    width: 100%;
    margin: 10px 16px 10px 12px;
}

div#sustext > p {
    text-align: justify;
    margin: 10px;
}

div#sustpic {
    width: 43%;
    margin: 45px 10px 0px 0px;
}

div#sustpic > img {
    width: 100%;
    height: auto;
    border: 2px solid white;
}


/*___________PLEASE WAIT___________*/

.blockUI.blockOverlay {
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.73) !important;
    opacity: 1 !important;
    position: fixed;
}

.blockUI.blockOverlay:after {
	content: 'PLEASE WAIT';
    color: white;
	background: #9a9a9a;
	font-size: 20px;
    margin-top: 400px;
	margin-left: 42%;
	width: 16%;
    text-align: center;
    border-radius: 60px;
    padding: 20px;
	position: fixed;
}

@media (max-width: 480px){
.blockUI.blockOverlay:after {
	margin-top: 280px;
    width: 70%;
    margin-left: 15%;
}
}

/*___________CUSTOM MODIFICATIONS___________*/


#anchor_709244e4-20cc-4c26-a552-54731ca3d012 {
    text-align: center !important;
    display: block;
    margin-bottom: 1px;
	padding: 20px 0 20px 0;
}

@media (max-width: 480px){
#anchor_709244e4-20cc-4c26-a552-54731ca3d012 {
    font-size: 14px;
    padding: 13px;
}
}

@media (max-width: 480px){
div#page_0 > .component > form.dynamic-target.form-horizontal.clearfix > .row > .col-xs-12 {
    padding: 8px;
}
}

@media (max-width: 480px){
div#page_0 > .component > form.dynamic-target.form-horizontal.clearfix > .row {
    margin: 0px;
    background: white;
}
}

@media (max-width: 480px){
div#page_0 > .component > form.dynamic-target.form-horizontal.clearfix > .row > .col-xs-12 > #welcometext > p > span > span {
    font-size: 13px !important;
    font-weight: bold;
}
}

form.dynamic-target.form-horizontal.clearfix > .row.form-group > .col-sm-3.col-sm-offset-3 > button#updateResults {
    opacity: 1!important;
	width: 100%;
    margin: 13px 0 0 0;
    background: gray;
    border: 0px;
    border-radius: 20px;
    height: 35px;
    color: white;
}

img#cirsetext {
    display: block;
    width: 46%;
    height: auto;
    background: none;
    margin-left: 27%;
    margin-top: 7vh;
    margin-bottom: 5vh;
    border-radius: 0px;
}

@media (max-width: 480px){
img#cirsetext {
    display: block;
    width: 50%;
    height: auto;
    background: #830d17;
    margin-left: 25%;
    margin-top: 16px;
    margin-bottom: 17px;
    border-radius: 20px;
    padding: 26px;
}
}

div#main-form {
    padding: 0;
    background: transparent;
    padding-bottom: 210px;
}

@media (max-width: 480px){
div#main-form {
    padding: 0;
    background: white;
    padding-bottom: 0px;
	margin-bottom: 210px;
}
}

#page_0 > .component:nth-child(6) {
    background: rgba(255,255,255,0.60) !important;
    border-radius: 0px;
    margin-bottom: 7px;
}

div#check-in-out {
    display: inline-block;
    width: 90%;
    margin: 0;
    font-size: 15px;
    padding: 6px 0px 16px 40px;
}

@media (max-width: 480px){
div#check-in-out {
    width: 100%;
    margin: 0;
    font-size: 15px;
    padding: 0px;
    background: white;
}
}

div#check-in-out >.row.form-group > .col-sm-3 {
    text-align: center;
    background: gray;
    margin: 0px;
    padding: 0 3% 0 3%;
    color: white;
    width: auto;
    height: 35px;
    border-radius: 20px 0 0 20px;
}

div#check-in-out >.row.form-group > .col-sm-3 > label {
    margin: 0px;
    width: 100%;
}

#tri > span:nth-child(2) {
    padding: 0 2% 0 0%;
}

#tri > span:nth-child(2) > .btn {
    color: white;
    background: gray;
    border: 0;
    border-radius: 20px;
    padding-top: 7px;
}

/*___________CUSTOM MODIFICATIONS___________*/

div#filtres {
    margin: 0px;
    padding: 30px 18px 13px 23px;
    background: white;
    width: 22%;
    border: 0px;
}

@media (max-width: 480px){
div#filtres {
    width: 100%;
}
}

.result.ng-binding.ng-scope {
    font-size: 16px;
    color: white;
    font-weight: bold;
    padding: 7px 15px 5px 15px;
    text-align: center;
    margin: 10px 0px 10px 35px;
    background: gray;
    border-radius: 25px;
}

@media (max-width: 480px){
.result.ng-binding.ng-scope {
    display: none;
}
}

div#filtres > fieldset#distance > .range > p {
    display: none;
}

#micro-site {
    display: flex;
    background: rgba(255,255,247,0.6) !important;
    margin-top: -7px;
    position: relative;
    z-index: 1000;
}

@media (max-width: 480px){
#micro-site {
    background: white !important;
}
}

#newLayout {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 350px;
    padding: 15px;
    background: transparent;
}

@media (max-width: 480px){
#newLayout {
    background: white;
}
}

.newHotel {
    width: calc(33.333333% - 8px);
    margin-bottom: 15px;
    border-radius: 0px;
    background-color: white;
    box-shadow: none;
    border: 3px solid white;
}

@media (max-width: 480px){
.newHotel {
    width: 100%;
    border: 1px solid gray;
}
}

p.to-details > .btn {
    width: 50%;
    color: white;
    background: gray;
    border: none;
    border-radius: 20px;
    margin-top: 6px;
}

.hot-services .has {
    background-color: gray;
}

.list-services > .has > img {
    background-color: green;
}

p.to-details > .btn:hover {
    color: white;
    background: rgb(116, 116, 116);
}

#menu {
    margin: 0 0 0px 0;
    background: transparent;
    color: white;
    float: right;
    width: 100%;
    display: block;
}

#menu > li {
    font-size: 11px;
    padding: 10px 5px 10px 5px;
    margin: 0px 0 20px 5px;
    float: right;
    background: gray;
    border-radius: 0 0 15px 15px;
}

@media (max-width: 480px){
#menu > li {
    margin-bottom: 1px;
}
}

#menu > li > label {
    margin: 0;
    padding: 3px 13px;
    cursor: pointer;
}

div#noResult {
    width: 100%;
}

#noResult > p:last-child {
    margin-bottom: 33px;
    width: 50%;
    margin-left: 25%;
    color: gray;
    font-size: 25px;
}

@media (max-width: 480px){
#noResult > p:last-child {
    margin-bottom: 0px;
    width: 100%;
    margin-left: 0;
    font-size: 16px;
}

}


/*______ BOOKING POPUP _________*/

.popup + #overlay, .state:not(.off):checked ~ .myModal {
    position: fixed;
    background: rgba(33, 33, 33, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

input + div[data-templateplaceholder="roomBookingDetails"] {
    display: block !important;
    position: fixed;
    z-index: 1001;
    width: 100%;
    margin-left: 0;
    top: 12vh;
    max-height: 80vh;
    overflow: auto;
    box-shadow: 2px 2px 25px #6d6d6d;
    max-width: 1100px;
}

input + div[data-templateplaceholder="roomBookingDetails"] > div {
    border: 3px solid white;
    border-bottom: none;
}

#new-next {
    position: sticky;
    bottom: 0;
    margin: 0;
    background: grey;
    text-align: right;
    border-bottom: 3px solid white;
    border-left: 3px solid white;
    border-right: 3px solid white;
}

@media (max-width: 480px){
#new-next {
    text-align: center;
}	
}

@media (max-width: 480px){
#new-next > span {
    padding: 4px 10px;
    font-size: 14px;
}
}

.content3.onglet > iframe {
    border: 5px solid #dedede !important;
    margin-bottom: 30px;
    margin-left: 15px;
}

@media (max-width: 480px){
.content3.onglet > iframe {
    margin-left: 0px;
}
}

.vignettes span > label > img {
    padding: 0px;
    pointer-events: none;
    height: 100px;
    border: 5px solid #dedede;
    margin: 10px;
    width: auto;
}


/*______ FOOTER _________*/

.brand-footer {
    width: 100%;
    background-color: white;
    margin: 0px;
    border-top: 1px solid #f3f3f3;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}

@media (max-width: 480px){
.brand-footer {
    z-index: -999;
}
}

.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: 'Conference & Touring C&T GmbH | Hanauer Landstraße 291B | 60314 Frankfurt am Main | Germany | T +34 93 505 25 12 | esa2021@kuoni-congress.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 ESA 2021.';
    text-align: center;
    width: 100%;
    display: block;
    font-size: 11px;
    margin-top: 12px;
}


/*______ IMG IN POPUP FOR MOBILE _________*/

@media (max-width: 480px){
.content2.onglet > .vignettes > div {
    width: 100%;
    display: block;
}

.content2.onglet > .vignettes > div > span {
    width: 100%;
    margin: 0;
    display: table;
}

.content2.onglet > .vignettes > div > span > label {
    max-width: 100% !important;
    display: block;
    margin-top: 14px;
}

.content2.onglet > .vignettes > div > span > label > img {
    width: 100% !important;
    height: auto;
    margin: 0;
}
}


/*______ IMG ENLARGE - CAN BE DELETED LATER _________*/


.content2.onglet {
    padding-top: 0;
}

.content2.onglet > .vignettes > div {
    margin-top: 0px;
    border-top: none;
}

.content2.onglet > .vignettes > div > span {
    width: 100%;
}

.content2.onglet > .vignettes > div > span > label {
    width: 100%;
    display: block;
    margin: 25px 0 0 0;
    border: 1px solid gray;
}

.content2.onglet > .vignettes > div > span > label > img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
    margin: 0;
}


/*______ NC HOTELS _________*/

p.non-categorized.ng-scope {
    color: goldenrod;
    font-weight: bold;
    font-size: 12px;
}


