* {
	/*color:#343434;*/
	letter-spacing: normal !important;
}
.trustpilot-wrapper {
	padding:0;
	margin:0;
	margin-bottom:20px;
}
.trustpilot-widget iframe {
	background:none !important;
	min-height: 0 !important;
}
#top2 {
	position:absolute;
	top:-65px;
	/*background-color:white;*/
	/*width:1000px;*/
	/*height:10px;*/
}
img[data-lazy-load], div[data-lazy-load] {
	opacity:0;
}
.add-challenge-trigger {
	opacity:0.4;
	text-align: center;
	cursor: pointer;
	    margin-top: 42px;
}
.add-challenge-trigger:hover {
	opacity:1;
}
button.challenge-tag {
    padding: 8px;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 10px;
    border-radius: 20px;
}

.loader-wrapper {
	visibility: hidden; 
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index:10;
	opacity:0;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}
.no-show {
	display:none;
}

.loader {
    border: 3px solid black;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 3px solid white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    z-index: 1;
    position: relative;
    visibility: visible;
    margin: auto;
    display:none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* NAVIGATION EFFECT */
@keyframes slideInUp {
    from {
        transform: translate3d(0, 10px, 0);
        opacity: 0;
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
.ajax-content {
    animation-duration: .50s;
    animation-fill-mode: both;
    animation-name: slideInUp;
    margin-bottom: 50px;
}
.ajax-content input.success {
	border:1px solid #6DF7B2;
}
.ajax-content input.error {
	border:1px solid #F76D75;
}
.input-icon {
	position: relative;
}
.comment .body .object-content {
	display:block;
}
.input-icon i {
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 20px !important;
    color: #EAEAEA !important;
    font-style: normal;
}

.nav-bar .menu li > a {
	font-weight:800;
}
.section-header * {
	color:white;
}
.section-header h1 {
	font-size:28px;
	font-weight:600;
	line-height: 34px;
}
.section-header ul li {
	font-weight:500;
	font-size:16px;
	line-height: 22px;
    margin-top: 12px;
}
.ajax-content {
	position:relative;
}
.ajax-content h2 {
	font-size:24px;
	font-weight:600;
	padding-right: 30%;
}
.ajax-content p {
	font-weight:500;
	font-size:17px;
}
.section-header .pos-vertical-center {
	top:60%;
}
section.content {
	padding-top:10px;
	position:relative;
}
.same-height {
	/* width:100%; */
}
.same-height .col-md-8 {
	padding-right:40px;
}
.nav-ajax ul {
	width:100%;
	margin-bottom:60px;
}
.nav-ajax li > .fa {
	display:none;
	font-size:11px;
}
.nav-ajax li {
	width:19%;
	display:inline-block;
	font-weight:16px;
	font-weight: 600;
	text-align: center;
	color:#EAEAEA;
	cursor:default;
}
.nav-ajax .done > .fa {
	display:inline;
}
.nav-ajax li.next:hover,.nav-ajax li.done:hover {
	color:#343434;
}


.nav-ajax li.next {
	cursor:pointer;
}
.nav-ajax li.done {
	cursor:pointer;
	color:#AEAEAE;
}
.nav-ajax li.active {
	border-bottom:5px solid #F76D75;
	color:#343434;
}
.btn {
	border-radius:0;
	font-family:Montserrat;
	font-weight:800;
	font-size:16px !important;
	border:0;
	padding-right:20px;
	padding-left:20px;
	text-transform: none;
}
/*button.loading {
	color:transparent;
}*/
/*button.loading::before {
	content:'';
}*/
.btn-secondary {
	background-color:#6DF7B2;
}
.btn-primary {
	background-color:#007bff;
}
.btn-blue {
	background-color:#007bff;
}
.btn-next {

	margin-top:50px;
	float:right;
}

.btn-next:hover,.btn-next:visited,.btn-next:active,.btn-next:focus {
	background-color:#F76D75;
}
.btn-next.inactive {
	background-color:#EAEAEA !important;
	cursor:default;
}
.cart {
	background-color:#F7F7F7;
	padding:20px;

    padding-bottom: 20px;
    padding-top: 15px;
}
.cart h3 {
	font-weight:600;
	font-size:16px;
}
.cart-item {
	font-weight:bold;
	font-size:14px;
	background-color:white;
	margin-top:1px;
	/*padding:20px;*/
	height: 46px;
}
.cart-item-title {
    max-width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.cart-item[data-step] {
	cursor:pointer;
}
.cart-item > div {
	display:inline-block;
	padding:10px;
}
.cart-item-value {
	float:right;
}
.cart-nav {
	width:100%;
	/*text-align: center;*/
	border-top: 1px solid white;
}
.cart-nav-item {
	display:inline-block;
	padding:20px;
	width:49%;
	text-align: center;
}
.cart-dates-wrapper {
	display:none;
}
.cart-footer {
	position:absolute;
	bottom:0;
	width:calc(100% - 40px);
}
.cart-footer p {
font-size:16px;
font-weight:600;
text-align:right;
}
.cart-ht {
font-size:28px;
font-weight: 800;
margin-left:20px;
} 
.cart-ttc {
	font-weight: 500;
	font-size:12px;
}
.cart-reservation {
	background-color:#6DF7B2;
	height:23px;
	font-weight:600;
	font-size:10px;
	text-align:center;
	display:none;
}
.cart-reservation > div {
	padding:0;
	color:white;
}
.cart-reservation .cart-reservation-content-expired {
	display: none;
}
.cart-reservation-expired .cart-reservation-content-expired {
	display:block;
}
.cart-reservation-expired .cart-reservation-content-success {
	display: none;
}
.cart-reservation-expired {
	cursor:pointer;
	background-color:#F76D75;
}
.cart-reservation span {
	color:white;
}
.cart-footer a {
	color:#4A90E2;
	font-weight:500;
	font-size:12px;
}
.wrapper-selection {
	text-align: center;
    margin-top: 100px;
    margin: auto;
    width: 250px;
    padding-top: 30px;
    padding-bottom: 30px;
    position:relative;
    border-radius: 5px;
    border: 1px solid #EAEAEA;
}
.ajax-form {
	margin-top:20px;
}
.ajax-form label {
	color:#707070;
	font-size:14px;
	font-weight: 500;
	text-transform: none;
	margin:0;
	margin-top:20px;
}
.ajax-form input, #iban-element, #card-element {
	border:1px solid #EAEAEA;
	margin-top:0;
	width:100%;
	height:46px;
}
.ajax-form button {
	/*width:15%;*/
	vertical-align: top;
	float:right;
}

/* Quantity */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.number-selection .qty-btn {
	position:absolute;
	top:56px;
	width:24px;
	height:24px;
	cursor:pointer;
	background-size:100%;
}
.qty-less {
	background-image:url('../img/less.png');
	left:20px;
}
.qty-more {
	right:20px;
	background-image:url('../img/more.png');
}
.qty-value {
	-moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* Internet Explorer */
   -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
  user-select:none;
}
.qty-btn.inactive.qty-less {
	cursor:default;
	background-image:url('../img/less_grey.png');
}

.number-selection input {
	background-color:transparent;
	width:100px;
	font-weight:800;
	font-size:60px;
	text-align:center;
	padding:0;
	color:#343434;
}
.number-selection input:active {
	background-color:transparent;
}

/* DATES */

.duration-text {
	font-weight:600;
	font-size:18px;
}
.duration-amount {
	font-size:20px;
	font-weight:600;
	line-height: 34px;
	margin-top:4px;
}
.duration-amount .total-amount {
	font-size:34px;
}
.daily-amount {
	color:#707070;
	font-size:12px;
	font-weight:500;
	display: none;
}
#email {
	width:calc(100% - 120px);
}
.verify-dates {
	width:111px;    
	height: 46px;
}
.verify-dates.inactive {
	cursor:default;
}

.daterangepicker td {
	color:#303542 ;
	border:1px solid #EAEAEA !important;
	width:34px !important;
	height:34px !important;
	min-width:34px !important;
	min-height:34px !important;
	max-width:34px !important;
	max-height:34px !important;
	font-size:16px;
	font-weight: normal;
	border-radius: 0 !important;
	padding:0;
}

/*.daterangepicker td.off {
	color:transparent;
	cursor:default;
}
.daterangepicker td.off:hover {
	color:transparent;
	background:none;
	cursor:default;
}*/
.daterangepicker td.disabled {
	color:#EAEAEA;
	text-decoration: none;
}
.daterangepicker td.disabled:hover {
	color:#EAEAEA;
	text-decoration: none;
}
.daterangepicker td.in-range,.daterangepicker td.off.in-range {
	background-color:rgba(247, 109, 117, 0.5);
	color:white;
}
.daterangepicker th.month {
	font-size:24px;
	color:#303542;
	font-weight: normal;
}

.daterangepicker td.start-date, .daterangepicker td.end-date, .daterangepicker td.start-date:hover, .daterangepicker td.end-date:hover {
	background-color:#F76D75 !important;
	color:white !important;
}
.daterangepicker td.today {
	background-color:#AEAEAE !important;
}
.daterangepicker .cancelBtn {
	float:left;
	font-weight:500 !important;
	color:#343434 !important;
	font-size:14px !important;
}
.daterangepicker .applyBtn {
	color:#F76D75 !important;
	font-weight:800 !important;
	font-size:14px !important;
	background:none !important;
}
.daterangepicker button:hover {
	color:#343434 !important;
	background:none;
}
.daterangepicker .applyBtn:hover {
	color:#F76D75 !important;
}
/*.calendar-table tbody:last-child tr:last-child {
	color:transparent !important;
}*/
/*.hide-td {
	color:transparent !important;
}*/

/* OPTIONS */
.option-selection, .shipping-selection, .payment-date-selection, .payment-method-selection {
	margin-left:0;
	margin-right: 0;
	text-align: left;
	padding-left:40px;
	width:100%;
	padding-right:20px;
	margin-bottom:10px;
}
.option-selection *, .shipping-selection * {
	font-size:14px;
}
.option-select-button {
	background-color: #6DF7B2;
	border:none;
	width:82px;
	height:28px;
	border-radius: 6px;
}
.option-select-button span {
	font-weight:600;
	color:white;
}
.option-select-button-selected {
	background-color: #F76D75;
}
.option-select-button .option-select-text-selected {
	display:none;
}
.option-select-button .option-select-text-default {
	display:block;
}
.option-select-button-selected .option-select-text-default {
	display:none;
}
.option-select-button-selected .option-select-text-selected {

	display:block;
}
.option-toggle-button .option-toggle-text-opened {
	display:none;
}
.option-toggle-button .option-toggle-text-default {
	display:block;
}
.option-toggle-button-opened .option-toggle-text-default {
	display:none;
}
.option-toggle-button-opened .option-toggle-text-opened {
	display:block;
}

.option-title, .option-price,.shipping-price {
	font-weight: bold;
}
.option-price {
	margin-right:20px;
}
.option-toggle-button {
	border:none;
	background:none;
	padding:0;
	text-align: left;
	height:auto;
}
.option-toggle-button span {
	color:#4A90E2 !important;
}/*
.option-toggle-button:hover, .option-toggle-button:focus, .option-toggle-button:active {
	
}*/
.option-description {
	display:none;
	line-height:18px;
	font-weight: 500;
	margin-top:10px;
	max-width: 75%;
}

.option-description.opened {
	display:block;
}
.cart-option, .cart-shipping, .cart-payment-date {
	margin-top:10px;
	display:none;
}
.cart-option-selected {
	display:block;
}

/* SHIPPING */
.shipping-selection:hover {
	cursor:pointer;
}
.shipping-selection-selected {
	border:1px solid #F76D75;
	box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.05);
	cursor:default !important;
}
.shipping-subtitle {
	line-height:18px;
	font-weight: 500;
	margin-top:10px;
	max-width: 75%;
	font-size:14px;
}


/* PAYMENT */
.payment-date-selection {
	width:calc(50% - 15px);
}
.payment-date-selection[data-id="2"] {
	float:right;
}
.payment-date-selection:hover, .payment-method-selection:hover {
	cursor:pointer;
}
.payment-date-selection-selected, .payment-method-selection-selected {
	border:1px solid #F76D75;
	box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.05);
	cursor:default !important;
}
.payment-date-subtitle {
	font-size:14px;
	line-height:18px;
	font-weight: 500;
	margin-top:10px;
	max-width: 75%
}
.cart-payment-date, .cart-payment-method {
	display:none;
}
#payment h2 {
	margin-top:40px;
}
.option-title .fa {
	color:#343434 !important;
}
.payment-description {
	display:none;
}
.payment-method-selection-selected .payment-description {
	display:block;
}
.payment-description label {
	margin-top: 15px;
    line-height: 14px;
    margin-bottom: 5px;
}
.cart-payment-method .cart-item-title {
	display:none;
}
.cart-payment-method[data-selected="1"] .cart-item-title-cc {
	display:block;
}
.cart-payment-method[data-selected="2"] .cart-item-title-sepa {
	display:block;
}
.cart-payment-method[data-selected="1"] .cart-item-title-sepa {
	display:none;
}
.cart-payment-method[data-selected="2"] .cart-item-title-cc {
	display:none;
}
/*#iban-element {
	overflow:hidden;
}*/
#iban-element, #card-element {
	padding:13px;
	
}
#iban-element > div, #card-element > div {
	height:46px;
}
#iban-element iframe, #card-element iframe {
	background-color:transparent !important;
	/*padding:13px !important;*/
}
.payment-description .container-inputs > div {
	width:50%;
	display:inline-block;
	/*padding:0;*/
}
.payment-description .container-inputs .left-input {
	padding-right:20px;
}
.payment-description .container-inputs .right-input {
	padding-left:20px;
	float:right;
}
.payment-description .disclaimer {
	margin-top: 10px;
	font-weight:500;
	font-size:10px;
	line-height: 13px;
	color:#707070;
}
#bank-name {
	background-color: #6DF7B2;
    border-radius: 5px;
    color: white;
    height: 32px;
    line-height: 32px;
    display: none;
    padding-left: 10px;
    font-size: 12px;
    padding-right: 10px;
    font-weight: 600;
    position: absolute;
    margin-top: 7px;
    right: 27px;
}


/* INTRIPID */
.bottom-right {
    z-index: 0;
    width:150px;
    height:169px;
}
.bottom-right img {
	width:100%;
	height:100%;
}
.bottom-right .tooltip-content {
    font-size: 16px !important;
    line-height: 22px !important;
    color: white !important;
    left:20% !important;
}
.bottom-right.tooltip .tooltip-content {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
.bottom-right.tooltip .tooltip-content:hover {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
}
.cart {
    background-color: white;
    border: 1px solid black;
    bottom: 10px;
    right: 10px;
    height: auto;
    overflow: scroll;
    position: fixed;
    /*padding-bottom: 30px;*/
}
    .cart-nav {
    	border:none;
    }

    .cart h1 {
    	font-size: 20px;
    font-family: 'balder';
    line-height: 20px;
    color: black;
        margin-top: 10px;
            margin-bottom: 20px;
    }

.breadcrump {
	    width: calc(100% - 100px);
	margin-bottom:13px;
	margin-left:-15px;
}
/*.breadcrump .town*/
/*.breadcrump .fa-angle-right{
	display: none;
}*/
.breadcrump .group {
	width:100%;
}
.breadcrump .group, .breadcrump .group > div {
	display:inline-block;
	/*padding:15px;*/
	padding:5px;
	vertical-align: middle;
    border-radius: 5px;
}
.breadcrump i.fa.fa-angle-right {
    margin-left: 5px;
    margin-right: 5px;
}
.breadcrump div[data-url], .breadcrump div.done:not(.active) {
	cursor:pointer;
}
.breadcrump div[data-url]:hover, .breadcrump div.done:not(.active):hover {
	background-color:#EAEAEA;
}

.breadcrump div > span {
	display:block;
}
.breadcrump div > span > .fa {
	font-size:10px;
}
.breadcrump div span {
	color:#AEAEAE;
	font-weight: normal;
}
.breadcrump div.done span,.breadcrump div[data-url] span {
	color:#343434;
}
.breadcrump div.done .title,.breadcrump div[data-url] .title {
	font-weight:bold;
}
.breadcrump > i.fa {
    display: inline-block;
    top: 3px;
    position: relative;
    font-size: 16px;
    color:#AEAEAE;
}
.formula-tabs .formula-tab {
    margin: 20px;
    padding-right:40px;
    padding-left: 60px;
    text-align: right;
    vertical-align: top;
    background-color: #EFEFEF;
    margin-bottom: -6px;
    border-radius: 8px;
    z-index:0;
    cursor:pointer;
    min-height: 76px;
}
.tour-page .tour .container-object .challenge-name {
	width:100%;
	border-right: none;
}
.navbar {
	margin-bottom: 0;
}

.breadcrump div .content {
	font-size:12px;
}
.formula-container[data-selected="1"] .formula1,
.formula-container[data-selected="2"] .formula2,
.formula-container[data-selected="3"] .formula3,
.formula-container[data-selected="4"] .formula4 {
	/*height:100px;*/
	background-color:#ffffcc;

	z-index:1;
	cursor:default;
}

.img-smaller_card{
	background-position: center top;
	background-size: cover;
	cursor: pointer;
	overflow:hidden;
	height:110px
}
.img-included{
	background-position: center top;
	background-size: cover;
	height:150px;
}

.card-included{
	max-height:180px;
	overflow:hidden;
}

.tour {
	overflow: hidden;
}
.challenges-list {
	/*display:none;*/
	background-color:#ffffcc;
	position:relative;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
.formula-container[data-selected] .challenges-list {
	display:block;
}
/*.zoom {
    background-image: url(../images/magnifier.png);
    background-size: 16px;
    background-position: 10px 25px;
    background-color: rgba(255,255,255,0.8);
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    margin-right: -20px;
    margin-top: -20px;
    float: right;
    opacity: 0.7;
    border-radius: 50px;
    top: 2px;
    cursor: pointer;
}*/
.zoom {
    background-image: url(/images/magnifier.png);
    background-size: 16px;
    background-position: 5px 24px;
    background-color: rgba(255,255,255,0.8);
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    right: -20px;
    top: -20px;
    position: absolute;
    opacity: 0.7;
    border-radius: 3px;
    cursor: pointer;
}

/*.zoom {
    background-image: url(../images/magnifier.png);
    background-size: 16px;
    background-position: 5px 24px;
    background-color: rgba(255,255,255,0.8);
    width: 100px;
    height: 30px;
    background-repeat: no-repeat;
    right: 6px;
    top: -20px;
    font-family: Comfortaa;
    bottom: 50px;
    line-height: 19px;
    text-align: center;
    color: black;
    padding: 5px;
    position: absolute;
    opacity: 1;
    border-radius: 3px;
    top: unset;
    cursor: pointer;
}*/
.formula-tab i {
	font-size: 14px;
    font-style: normal;

}
.formula-tab .t14 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 3px;
    margin-bottom: 8px;
    display: inline-block;

}
.view-challenge .container-object {
	background-color:#fff362;
	cursor:pointer;
	display:table;
}
.view-challenge .container-object p.challenge-subtitle {
	display:table-cell !important;
	vertical-align: middle;
}
.view-challenge .tour {
	height:196px !important;
}
.add-option,.add-extra-challenge {
	background-color:transparent;
}

.add-extra-challenge {
	/*.tour-page .tour .container-object .challenge-name, .tour-page .tour .container-object .option-name {*/
    border-left: 1px solid #999678 !important;
    
}
.remove-challenge-list {
	cursor:pointer;
}
.c-skeleton.view-challenge.extra-challenge {
    width: 30%;
    margin-left:20px;
    display: inline-block;
    margin-top:10px;
    margin-bottom:10px;
    border : solid 1px #c7bfbf;
}
.c-skeleton.view-challenge.extra-challenge .challenge-name p {
	margin-bottom:0;
}
.c-skeleton.view-challenge.extra-challenge .tour {
	margin-bottom:0;
}
.extra-challenges {
	position:relative;
    padding-left: 100px;
    line-height: 0;
    overflow:hidden;
}
.extra-challenges .header-row {
	position: absolute;
    height: calc(100% - 20px);
    margin-top:10px;
    left: 0;
    font-family: balder;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    /*background-color: #fff362;*/
    width: 100px;

}
.extra-challenges-price {
    display: block;
    position: relative;
    top: calc(50% - 15px);
    line-height: 30px;
}
.extra-challenge .tour .head, .extra-challenge .tour .img {
    height: 125px;
}
.extra-challenge .tour {
    height: 166px !important;

}
.extra-challenge .tour  .challenge-name {
	max-width:75%;
}
.add-option-popup {
    width: 100px;
    text-align: center;
}


.view-option.selected .add-option i {
	color:white;
}
/*.extra-challenge.selected .add-extra-challenge {
	background-color:#ED143D;
}*/
.extra-challenge.selected .add-extra-challenge i {
	color:white;
}
.extra-challenge.selected .fa-cart-arrow-down {
    display: none;
}
.extra-challenge .fa-check {
	display:none;
}
.extra-challenge.selected .fa-check {
	display:inline;
}
.view-option .fa-check {
	display:none;
}
.view-option.selected .fa-check {
	display:inline;
}
.view-option.selected .fa-cart-arrow-down {
	display:none;
}
.container-form {
	padding-bottom:20px;
}
.container-form .col-md-4 {
	margin-top:10px;
	margin-bottom:10px;
}
.no-theme-wrapper {
	display:inline-block;
    margin-top: 2px;
}
.theme-radio-wrapper {
	display:inline-block;width:80px;
	line-height: 50px;
    vertical-align: top;

}
.theme-wrapper {
	width:100%;border: 1px solid black;
	min-height: 230px;border-radius: 5px;padding: 20px;text-align: right;position:relative;overflow:hidden;
	display:inline-block;
}
.theme-wrapper .bloc-text {
	text-align:center;
}
.theme-wrapper .bloc-text .formula-title {
	color:white !important;
}
.theme-wrapper .bloc-text p {
	color:white;
	margin-top:100px;
}
#themes h2 {
	margin-bottom:40px;
}
#themes label {
	width:100%;
}
.theme-wrapper .img {
    width: 100%;
    background-position: top left;
    background-size: cover;
    top: 0;
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    left: 0;
    height: 100%;
}
.container-buttons .t20 {
	font-size:11px;
}


input[type="radio"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    -moz-appearance: none !important;
	background: unset;
	border-radius:30px;
	width:unset;
	height:unset;
	position:relative !important;
	margin-left:unset !important;
	padding:6px;
	top:2px;
	border:2px solid black;
}
input[type='radio']:active,input[type='radio']:checked {
	background-color:#AEAEAE;
	border:2px solid black;
    border-width: 8px !important;
    padding: 0 !important;
}
/*input,input:active,input:focus {
	outline:none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    -khtml-user-select: none !important;
    -webkit-user-select: none !important;
    -webkit-touch-callout: none !important;
    user-select: none !important;
}*/
.nbr-persons input {
    width: 30px;
    text-align: center;
}
.ribbon-value {
	color:white;
}
#helpModal .modal-footer {
	padding:0;
}
.modal-button {
	width:100%;
	height:50px;
	box-shadow: none;
	border:none;
}
#top2 {
	top:0;
}
#devis-button1,#devis-button0,.pay-some {
	background-color:white !important;
	color:black !important;
}
.cart h2.t14 {
	font-size:14px !important;
	line-height: normal;
}
.cart .tp {
	font-size:12px !important;
	line-height: 15px;
}
.cart .t10 {
	font-size:15px !important;
}
.br-wrapper {
	margin-left:10px;
	display:inline-block;
	width:auto;
}
.br-wrapper a::after {
    font-size: 15px;
}
.comment {
	margin-top:0;
	margin-bottom:0;
}
.show-ratings {
	margin-top:10px;
}
.cart .br {
    /* height: 30px; */
    padding-top: 0px;
    padding-bottom: 0;
    line-height: 30px;
    background-color: white !important;
    color: black;
    font-size:16px;
    margin-right:10px;
}
.cart .br:hover {
	color:black;
	}
#imagesModal .modal-content {
	box-shadow: none;
    border: 0;
    background-color: unset;

}
#imagesModal .modal-header {
	    background-color: white;
}
#imagesModal .modal-body {
	    padding:0;
}
#slider2_container {

    left: -275px;
}
.tour-page {
	padding-bottom:300px;
}
.tooltip {
	z-index:999;
}
.ajax-content {
    /*margin-top: 50px;*/
}
.float-right {
	position:absolute;
	right:0;
}
.summary {
	margin-right:15px;
}

.summary .btn-next {
	width: auto;
    padding: 8px;
    padding-bottom: 4px;
    padding-top: 4px;
    display: inline;
    height: auto;
    margin-top: 6px;
    margin-bottom: 5px;
    float:unset;
}
a.loading,button.loading {
	font-size:0px !important;
	color:transparent !important;
}
a.loading .loader,button.loading .loader {
	display:block;
}
.formula-description {
	padding-left:20px;
	padding-right:20px;
	margin-bottom:30px;
	width:100%;
}
.formula-description p {

	font-size: 14px;
}
.breadcrump span.title {
    display: none !important;
}
.breadcrump span.content {
	font-size:15px;
}
.breadcrump .fa-check {
    font-size: 14px !important;
    padding-left: 5px;
}
.uncategorized .extra-challenges-price {
    font-size: 11px;
    top: calc(50% - 30px);
}
.uncategorized .tour .challenge-name {
    max-width: 100%;
}
.formula-container .view-challenge, 
.formula-container .formula-description {
	display:none !important;
}
.formula-container .extra-challenge {
	display:inline-block !important;
}
.formula-container[data-selected="1"] .view-challenge[data-formula="1"],
.formula-container[data-selected="2"] .view-challenge[data-formula="2"],
.formula-container[data-selected="3"] .view-challenge[data-formula="3"],
.formula-container[data-selected="4"] .view-challenge[data-formula="4"],
.formula-container[data-selected="1"] .formula-description[data-formula="1"],
.formula-container[data-selected="2"] .formula-description[data-formula="2"],
.formula-container[data-selected="3"] .formula-description[data-formula="3"],
.formula-container[data-selected="4"] .formula-description[data-formula="4"] {
	/*height:100px;*/
	display:inline-block !important;
}
.formula-container[data-selected="1"] .hide-extra1,
.formula-container[data-selected="2"] .hide-extra2,
.formula-container[data-selected="3"] .hide-extra3,
.formula-container[data-selected="4"] .hide-extra4 {
	/*height:100px;*/
	display:none !important;
}

.included-services {
	display:inline-block;
	width:100%;
}
.included-services h2 {
	padding-left:13px;
	font-size:20px;

}
.included-services .tour .img {
    height: 100%;
    }
.included-services .challenge-subtitle {
	font-size:12px !important;
}
.challenge-subtitle {
	padding-left: 5px;
    padding-right: 5px;
	color:black;
}
.included-services .tour .container-object {
    height: 35px;
    line-height: 35px;
}
.included-services .tour .head {
    height: 120px;
}
.tripadvisor-badge {
	margin-top:-20px;
}
.comment .body .object-content {
    display: block;
    text-align: justify;
    font-size: 13px;
    margin-top: 5px;
}
.comment {
    margin-top: 10px;
}
.comments .br,.comments .br:hover {
    padding-top: 0px;
    padding-bottom: 0;
    line-height: 30px;
    background-color: white !important;
    color: black;
    font-size: 16px;
    margin-right: 10px;
}
.modal-nav {
	width: 150%;
    left: -25%;
    position: absolute;
    top: 100px;
}
.modal-nav .change-challenge[data-order="next"] {
	float:right;
}

#slideshow {
	height:400px;
}

#slideshow .slide,#slideshow .slide img {
	width:auto;
	height:100%;
}
.course-description {
	padding-right:250px;
}
.base-price {
	    font-weight: bold;
    font-size: 20px;
}
.total-duration {
	font-size:20px;
}
.container-form .col-md-6 {
	margin-top:10px;
}
#reservationModal .col-md-6 {
	margin-top:5px;
	margin-bottom:5px;
}

.formula-tab .radio {
	    position: absolute !important;
    right: 12px;
    border-radius: 20px;
    top: 26px;
    width: 16px;
    height: 16px;
    border: 2px solid black;
}
.formula-tab .radio i {
	display:none;
	    top: -12px;
    left: -4px;
    font-size: 26px;
    position: relative;
}
.formula-selected .radio i {
	display:inline-block;
}
#optionsModal .tour .container-object {
	    bottom: -2px;
    overflow: hidden;
}
#optionsModal .tour {
    overflow: visible;
    transition: transform 400ms ease;
    margin-top: 10px;
    margin-bottom: 50px;
}
#optionsModal .tour .head {
    height: 114px;
    overflow: hidden;
}
#optionsModal .modal-body .tour {
	height:120px;
}
#optionsModal .option-name {
	border-right: 1px solid #999678;
    height: 43px;
    width: 75%;
    line-height: 43px;
    text-overflow: ellipsis;
}
#optionsModal .option-name p{
    font-size: 15px;
    height: 100%;
    padding: 0;
    position: relative;
    margin: 0;
    vertical-align: middle;
    display: inline;
}
#optionsModal .tour:hover .img {
	transform:unset;
}
/*#optionsModal .tour:hover {
	transform:scale(1.15);
}*/
#optionsModal .zoom {
    background-image: url(/images/magnifier.png);
    background-size: 16px;
    background-position: center;
    background-color: rgba(255,255,255,0.8);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    right: 0;
    top: 0;
    position: absolute;
    opacity: 0.7;
    border-radius: 0;
    cursor: pointer;
}
.breadcrump {
	width:unset;
}
.breadcrump i.fa-angle-right {
	display:inline-block;
}
.breadcrump div[data-step] {

    width: calc(100% - 30px);
}
.theme-wrapper .bloc-text {
    text-align: center;
    position: relative;
}

.theme-wrapper .img {
    background-position: top right !important;
	z-index: unset;
}
.theme-wrapper .bloc-text p {
    color: white;
    margin-top: 50px;
}
.slide img {
	width:50%;
}
.big-modal .modal-dialog {
    width: 80%;
    top: 10%;
}
.formula-container .extra-challenge.d-none {
	display:none !important;
}
.rounded {
    border: 1px solid grey;
    padding: 7px;
    border-radius: 10px;
    cursor:pointer;
    display: inline-block !important;
}
.rounded:hover  {
    border: 1px solid #337ab7;
    color:#337ab7;
}
.rounded:hover span {
	color:#337ab7;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}
.formula-container .extra-challenge.t-hide {
	display:none !important;
}
.formula-container .custom-challenge {
	display:inline-block !important;
}
.custom-challenge.hidden {
	display:none !important;
}
.main-breadcrump li {
display: inline;
}
.subtitle {
	font-size: 30px;
    color: white;
    width: 100%;
    position: relative;
    margin-top: 10px;
    text-align: center;
    display: inline-block;
}
.subheader {
    padding: 10px;
    background-color: #EFEFEF;
    padding-bottom:5px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.subheader a {
	z-index:9;
	position:relative;
}
.subheader ul {
	margin-bottom:0;
}
.subheader .br-wrapper{

    vertical-align: top;
    margin-left:0px;
    z-index:-1;
    position:relative;
}
.subheader li {
    display: inline-block;
    width: 33%;
    text-align: center;
}
.subheader li i {
	padding-right:5px;
}
button.challenge-tag.selected, button.challenge-tag:hover {
  color: white;
  background-color:#E53742 !important;
}