/*
Theme Name: skypark
Theme URI: 
Author: Laurent Deruelle
Author URI: 
Description: Theme Skypark pour le viaduc de la souleuvre
Version: 1.0
*/

/*** Vars ***/
:root {
  --footer-container: 1140px;
}


html, body, #__next {
	/*height: 100%;*/
	margin: 0px;
	/*overflow-x: hidden !important;
	overflow-y: auto  !important;*/
	-webkit-overflow-scrolling:touch;
}
a, button{
	outline: none !important;
}
a:visited {
  color: #0059e9;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){
	width: 100%;
}
.check.checked {
    font-size: 24px;
}
.cli-modal-backdrop{
	z-index: 5105;
}

.btn-disable {
    cursor: default !important;
    pointer-events: none !important;
    color: #fff !important;
    background-color: #CCC !important;
}
.visible{
	display: block !important;
}
.notvisible, .not-visible{
	display: none !important;
}
.mobile{
	display: none !important;
}
.desktop{
	display: block !important;
}
/*** GOOGLE FORM **********/
.freebirdSolidBackground{
	background-color: transparent;
}
/*************************/
#overlay{
	font-size:16px;
	background-color:#fff;
	margin-bottom:24px;
	z-index:5;
	position:relative;
	padding:18px 12px;
}
.job-list{
	justify-content: center;
}
.job-postuler{
	position: absolute;
	width: 100%;
}
.job-postuler iframe{
	min-height: 400px;
}
.job-decal-mobile{
}
.flash-info{
	display: block;
	background-color: #0059e9 !important;
	height: 35px !important;
	width: 100% !important;
}
.flash-info .content{
	display: block;
	color: #fff;
	width: 50%;
	margin: 0 auto;
	text-align: center;
	padding-top: 5px;
}
.flash-info .content span{
}

@keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);      /* position initiale à droite */
  }
  100% {
    transform: translate3d(-100%,0,0);  /* position finale à gauche */
  }
}
.calendar-job img{
	width: 190px;
	height: auto;
	display: inline-block;
}
.calendar-job picture{
	margin-left: 15px;
}
.calendar-job:first-child picture, .calendar-job picture:first-child{
	margin-left: 0px;
}
.job-title{
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	width: 100%;
	margin: 0;
	font-size: 18px;
}
.marquee-rtl {
  max-width: 50%;                      /* largeur de la fenêtre */
  margin: 1em auto 2em;
  overflow: hidden;                     /* masque tout ce qui dépasse */
  /*box-shadow: 0 .25em .5em #CCC,inset 0 0 1em .25em #CCC;*/
}
/* le bloc défilant */
.marquee-rtl > :first-child {
  display: inline-block;                /* modèle de boîte en ligne */
  padding-right: 2em;                   /* un peu d'espace pour la transition */
  padding-left: 100%;                   /* placement à droite du conteneur */
  white-space: nowrap;                  /* pas de passage à la ligne */
  animation: defilement-rtl 15s infinite linear;
}
.mobile-main{
	height: 66px;
    /*position: -webkit-sticky;
    position: sticky;*/
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    padding: 0px;
    display: none;
    transform: translate3d(0,0,0);
}
@media ( max-width :720px) {
	.flash-info{
		height: 15px !important;
		font-size: 12px;
		width: 100% !important;
	}
	.flash-info .content{
		width: 90%;
	}
	.marquee-rtl {
  		max-width: 90%;
  	}
  	.calendar-job img{
		width: 190px;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.calendar-job picture{
		margin-left: 0px;
	}
}
.pagination{
	width: 100%;
    text-align: center;
}
.pagination .page-numbers{
	display:inline-block;
	border-radius:50%;
	background-color: #0059e9;
	margin-left: 5px;
	margin-right: 2px;
	color: #fff;
	min-width: 25px;
    line-height: 25px;
    vertical-align: middle;
    text-align: center;
}
.pagination .dots{
	border-radius: unset;
    background-color: transparent;
	color: #0059e9;
}
.pagination .current{
	background-color: #baedf2;
	color: #0059e9;
}
#boutique-alert-popup, #compte-popup, #kdo, #live, #video, #payment-return, #ajout-panier-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.8);
    -webkit-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    transition: .3s all;
    z-index: 65465;
    text-align: center;
}
#boutique-alert-popup, #compte-popup, #kdo, #live, #video, #ajout-panier-popup{
    display: none;
}
#payment-return{
	display: block;
}
#payment-return, #kdo.visible, #live.visible, #video.visible, #ajout-panier-popup.visible {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.video-content, #overlay, .ajout-panier-content {
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    position: relative;
    margin-top: 100px;
    background: #fff;
    border-radius: 30px;
}
#ajout-panier-popup .title{
	font-family: inherit;
    color: #fff;
    font-size: 48px;
    padding: 12px 0;
    margin-top: 0px;
    margin-bottom: 4px;
    background: #0059e9;
    padding-left: 32px !important;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
#ajout-panier-popup .txt-action-popup{
	font-family: 'FuturaPT', 'Work Sans', sans-serif;
    font-size: 18px;
}
#ajout-panier-popup .button-row{
	margin-top: 20px;
	margin-bottom: 25px;
}
#ajout-panier-popup .action-ajout-kdo{
	margin-right: 20px;
}
.video-fermer {
    color: #0059e9;
    transition: .3s all;
    font-size: 24px;
    float: right;
    background: 0 0;
    border: none;
    cursor: pointer;
}
.panier-action-popup{
	width: 800px;
    height: auto;
}
.video-fermer:hover
{
	color:rgb(186, 237, 242);
}
#map-viaduc{
	width: 100%;
	height: 300px;
	margin-top: 50px;
}
.quefaire-block{
	margin-top: 30px;
	margin-bottom: 10px;
}
.quefaire-block p{
	margin: 0;
}
.content ul {
    padding: 0 0 0 20px;
}
.basket{
	width: auto;
	height: 30px;
}
.activity-panel{
	top: 47%;
}
.activity-panel-left {
    float: left;
}
.activity-panel-right {
    float: right;
}
.activity-panel-left, .activity-panel-right {
    width: 36px;
    height: 36px;
    background: #0059e9;
    display: inline-block;
    transition: .3s all;
    cursor: pointer;
    border-radius: 10px;
}

.activity-panel-left:after {
    content: "";
    display: inline-block;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    height: 12px;
    width: 12px;
    position: relative;
    top: 10px;
    right: -2px;
    transition: .3s all;
}
.activity-panel-right:after {
    content: "";
    display: inline-block;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    cursor: pointer;
    height: 12px;
    width: 12px;
    position: relative;
    top: 10px;
    right: 2px;
    transition: .3s all;
}
.video-pro {
    object-fit: fill;
    width: 680px;
}
.result-send{
	margin-top: 15px;	
}
.booking-card{
	min-height: 180px;
}
.new-title
{
	font-weight:bold;
	margin:50px 0 16px;
	padding:1px 12px 1px 1px;
	position:relative;
	z-index:5;
	display:inline-block;
}
.new-title + .new-title-bar
{
	border-bottom:2px solid;
	position:relative;
	top:-24px;
	z-index:4;
}
#__next {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

#__next>main {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

body {
	font-family: 'FuturaPT', 'Work Sans', sans-serif;
	font-size: 18px;
}

a {
	-webkit-text-decoration: none;
	text-decoration: none;
}

img {
	max-width: 100%;
}

button:not(:disabled) {
	cursor: pointer;
}
select{
	borderRadius: 4;
	colors:{"primary":"#2684FF","primary75":"#4C9AFF","primary50":"#B2D4FF","primary25":"#DEEBFF","danger":"#DE350B","dangerLight":"#FFBDAD","neutral0":"hsl(0, 0%, 100%)","neutral5":"hsl(0, 0%, 95%)","neutral10":"hsl(0, 0%, 90%)","neutral20":"hsl(0, 0%, 80%)","neutral30":"hsl(0, 0%, 70%)","neutral40":"hsl(0, 0%, 60%)","neutral50":"hsl(0, 0%, 50%)","neutral60":"hsl(0, 0%, 40%)","neutral70":"hsl(0, 0%, 30%)","neutral80":"hsl(0, 0%, 20%)","neutral90":"hsl(0, 0%, 10%)"},
	spacing:{"baseUnit":4,"controlHeight":38,"menuGutter":8}
}

.block {
	display: block;
}

.desktop-only {
	display: none;
}
.faq-question{
	font-size: 18px;
	font-weight: normal; 
	margin: 0px;
}
.sitemap a{
	color: rgb(0, 0, 238) !important;
}
.sitemap a:hover{
	color: #baedf2 !important;
}
#cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
    margin-top: 28px;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    width: 100%;
}
#cookie_action_close_header_reject{
	margin-left: 30px;
}
@media ( min-width :1124px) {
	.desktop-only {
		display: block;
	}
	.mobile-only {
		display: none;
	}
}
@media ( max-width:  1124px) {
	.mobile-main{
		/*display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;*/
	    display: block;
	}
}
@media ( max-width :1024px) {
	.faq-question{
		font-size: 12px;
		font-weight: normal; 
		margin: 0px;
	}
	.faqAnswer li{
		font-size: 12px;	
	}
	.pagination {
		margin-bottom: 20px;
	}
	.pagination button{
	    font-size: 12px !important;
	    border-right: 0.6em !important;
	}
	.pagination .icon{
	    width: 10px !important;
	}
	.pagination .page-numbers{
		min-width: 17px !important;
	    line-height: 17px !important;
	    font-size: 12px !important;
	    margin-left: 0px !important;
	}
}
.eGkIcQ {
    transition: all 0.3s ease 0s;
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: rgb(0, 89, 233);
    padding-top: 66px;
    height: 100vh;
    overflow: auto;
    border-radius: 20px;
}

.eGkIcQ a, .eGkIcQ button {
    color: rgb(255, 255, 255);
}
.eGkIcQ .close {
    border: none;
    background: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 66px;
    height: 66px;
}

.KTFqD {
    font-size: 28px;
    font-weight: bold;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-height: 50px;
}
#mobile-menu .KTFqD {
	font-size: 20px;
}
.eqpTmi {
    flex: 1 1 0%;
}
.eqpTmi .accordion-item {
    transition: all 0.3s ease 0s;
    border-radius: 20px;
    overflow: hidden;
}
.eqpTmi .wrap {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px;
}
.eqpTmi .wrap {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px;
}
.eqpTmi div.body > div {
    padding: 0px;
}
.eqpTmi div.body a {
    color: black;
}
.KTFqD .icon {
    width: 66px;
    height: 66px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.KTFqD a {
    padding-left: 24px;
}
.KTFqD > a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 24px;
}
.eqpTmi .wrap button {
    padding: 0px;
    color: rgb(255, 255, 255);
    width: auto;
    transition: all .35s ease-in-out;
}
.eqpTmi .wrap.open button {
		transform: rotate(90deg);
}
/*
.eqpTmi .wrap  {
    transform: rotate(90deg);
}
*/
.eqpTmi div.body {
    background: rgb(255, 255, 255);
    transition: all 0.35s ease-in-out;
}

.grecaptcha-badge {
	display: none;
}
.gFpzsK {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2000;
	background: rgba(0, 89, 233, 0.9);
}

.gFpzsK:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 53px;
	height: 100vh;
	max-height: 550px;
	-webkit-transform: translate(-50%, -70%);
	-ms-transform: translate(-50%, -70%);
	transform: translate(-50%, -70%);
	background: url(/wp-content/themes/skypark/icons/loading.svg) no-repeat;
	-webkit-animation: bcotwY 0.4s, cJDFFt 3s infinite;
	animation: bcotwY 0.4s, cJDFFt 3s infinite;
	-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	background-position: left 0 bottom 10px;
}
/* sc-component-id: Footer__StyledFooter-sc-5y3ph6-0 */
.gCywlw {
	position: relative;
	z-index: 10;
	background-color: #fff;
	box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.25);
}
footer#footer-skypark {
	box-shadow: none;
	margin-top: 10px;
	z-index: 1001;
}

@media ( min-width :1024px) {
	.gCywlw {
		position: static;
		z-index: auto;
		display: block;
		box-shadow: none;
	}
}

.gCywlw>div>div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.gCywlw .footer-container {
	padding: 10px 0;
	margin: 0 auto;
	max-width: var(--footer-container);
	text-align: center;
}

.gCywlw .inner>ul, .partenaires>ul {
	margin: 0 0px 0 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
footer .partenaires ul {
	display: flex;
	justify-content: center;
}

.gCywlw .inner>ul:last-child {
	margin-right: auto;
}

.gCywlw .inner>ul>li, .partenaires>ul>li {
	display: inline;
	margin: 0 10px;
}
.partenaires img{
	display: inline-block;
}
.logo-partenaire{
	/*width: 35px;*/
	width: 70px;
	height: auto;
}
.partenaire-180{
	/*width: 110px;*/
	width: 180px;
}
.partenaire-100{
	/*width: 65px;*/
	width: 100px;
}
.gCywlw .inner>ul>li.first-row, .partenaires>ul>li.first-row {
	height: 50px;
}
.gCywlw .inner>ul>li:first-child, .partenaires>ul>li:first-child {
	margin-left: 0;
}

.gCywlw .inner>ul>li:last-child, .partenaires>ul>li:last-child {
	margin-right: 0;
}

.gCywlw a {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.gCywlw .top, .gCywlw .top a {
	color: #0059e9;
}

@media ( min-width :1024px) {
	.gCywlw .logo {
		display: none;
	}
}
#convious-mount .Bubble__BubblePrimitive-sc-1m0o2ga-0 {
	box-shadow: 1px 1px 10px rgba(0,0,0,.5);
}
footer .copyright .inner .container-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 10px;
  width: 600px;
}
footer .copyright .inner .container-links ul {
	padding: 0 15px;
	margin: 0;
	width: 50%;
	list-style: none;
	text-transform: uppercase;
	font-weight: 600;
}
footer .copyright .inner .container-links ul:last-child {
	text-align: right;
}
footer .copyright .inner .container-links ul:last-child a,
footer .copyright .inner .container-links ul:last-child span {
	margin-bottom: 10px;
	display: block;
}
footer .container-copyrights {
	text-align: center;
}
footer .container-copyrights ul {
	list-style: none;
	text-transform: uppercase;
	font-weight: 600;
	padding: 0;
}
@media (max-width: 1270px) {
	footer .copyright .inner .container-links {
		margin-bottom: 100px;
	}
}
@media (max-width: 1024px) {
	footer .copyright .inner .container-links {
		margin-bottom: 10px;
	}
	footer .container-copyrights {
		margin-bottom: 100px;
	}
}
@media (max-width: 650px) {
	footer .copyright .inner .container-links {
		width: 100%;
	}
}

/*
.gCywlw .inner .region {
	display: none;
}
*/
 .gCywlw .inner .region {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media ( min-width :1024px) {
	.gCywlw .inner .links {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}
@media ( max-width :1024px) {
	footer .copyright-container{
		display: block !important;
	}
	footer .inner>ul>li:first-child{
		margin-right: 10px;
	}
	footer .inner>ul>li:last-child{
		margin-left: 0px;
		margin-right: 4px!important;
	}
}
@media ( max-width :545px) {
	footer .ceaLTE .inner{
		display: block;
	}
	footer .links .first-row{
		display: inline-block!important;
	    vertical-align: top;
	}
	footer .inner{
		font-size: 12px;
	}
	footer .inner>ul{
		margin: 0px;
		display: block;
	}
	footer .copyright .inner .container-links ul:first-child {
		width: 60%;
	}
	footer .copyright .inner .container-links ul:last-child {
		width: 40%;
	}
	footer .top .inner ul {
		width: 100%!important;
		margin-top: 10px;
		text-align: center;
		justify-content: center;
	}
}
@media (max-width: 499px) {
	footer .container-copyrights {
 		margin-bottom: 60px;
	}
}
@media (max-width: 449px) {
	footer .copyright .inner .container-links ul {
		width: 100%!important;
		text-align: center!important;
	}
	footer .copyright .inner .container-links ul:first-child {
		margin-bottom: 10px;
	}
}
.gCywlw .inner .region {
	margin-left: auto;
}
.gCywlw .inner .social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0;
}

@media ( min-width :1024px) {
	.gCywlw .inner .social {
		margin-left: 0;
	}
}

.gCywlw .inner .social li {
	margin: 0 8px;
}

.gCywlw .inner .social a,
.gCywlw .inner .social span.qcd {
	color: #00cde0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.gCywlw .copyright-container {
	padding: 16px 0;
	background-color: #0059e9;
	font-size: 14px;
	display: none;
}

@media ( min-width :1024px) {
	.gCywlw .copyright-container {
		display: block;
	}
}

.gCywlw .copyright-container .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.gCywlw .copyright-container .inner, .gCywlw .copyright-container .inner a
	{
	color: #fff;
}

@media ( max-width :1023px) {
}

.deDYYB {
	position: relative;
	z-index: 10;
	background-color: #fff;
	box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.25);
	margin-bottom: 64px;
}

@media ( min-width :1024px) {
	.deDYYB {
		position: static;
		z-index: auto;
		display: block;
		box-shadow: none;
	}
}

.deDYYB>div>div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.deDYYB .footer-container {
	padding: 10px 0;
}

.deDYYB .inner>ul {
	margin: 0 40px 0 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.deDYYB .inner>ul:last-child {
	margin-right: 0;
}

.deDYYB .inner>ul>li {
	display: inline;
	margin: 0 20px;
}

.deDYYB .inner>ul>li:first-child {
	margin-left: 0;
}

.deDYYB .inner>ul>li:last-child {
	margin-right: 0;
}

.deDYYB a {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.deDYYB .top, .deDYYB .top a {
	color: #0059e9;
}

@media ( min-width :1024px) {
	.deDYYB .logo {
		display: none;
	}
}

.deDYYB .inner .links, .deDYYB .inner .region {
	display: none;
}

@media ( min-width :1024px) {
	.deDYYB .inner .links, .deDYYB .inner .region {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.deDYYB .inner .region {
	margin-left: auto;
}

.deDYYB .inner .social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
}

@media ( min-width :1024px) {
	.deDYYB .inner .social {
		margin-left: 0;
	}
}

.deDYYB .inner .social li {
	margin: 0 8px;
}

.deDYYB .inner .social a {
	color: #00cde0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.deDYYB .copyright-container {
	padding: 16px 0;
	background-color: #0059e9;
	font-size: 14px;
	display: none;
}

@media ( min-width :1024px) {
	.deDYYB .copyright-container {
		display: block;
	}
}

.deDYYB .copyright-container .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.deDYYB .copyright-container .inner, .deDYYB .copyright-container .inner a
	{
	color: #fff;
}

@media ( min-width :1024px) {
	.deDYYB {
		margin-bottom: 0;
	}
}

@media ( max-width :1023px) {
}
/* sc-component-id: Hero__BlankHero-sc-16cixgd-0 */
.AEjEG {
	padding: 80px 0;
}

@media ( min-width :1024px) {
	.AEjEG {
		display: none;
	}
}
/* sc-component-id: Hero__StyledHero-sc-16cixgd-1 */
.BzKok {
	position: relative;
	overflow: hidden;
	max-height: 100vh;
}

@media ( min-width :1024px) {
	.BzKok {
		max-height: 750px;
	}
}

.BzKok img {
	display: block;
	min-width: 100%;
	object-fit: cover;
}

.BzKok .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.BzKok .content .inner {
	box-sizing: border-box;
	height: 100%;
	position: relative;
	max-width: 860px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50px 20px;
}

.BzKok .content .img {
	max-width: 64vw;
}

.BzKok .title {
	max-width: 300px;
	padding: 0 20px;
	margin: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 30px;
	-webkit-letter-spacing: -2.2px;
	-moz-letter-spacing: -2.2px;
	-ms-letter-spacing: -2.2px;
	letter-spacing: -2.2px;
	line-height: 0.9;
	font-weight: bold;
	text-align: center;
}

@media ( min-width :1024px) {
	.BzKok .title {
		text-align: left;
		-webkit-letter-spacing: -2.5px;
		-moz-letter-spacing: -2.5px;
		-ms-letter-spacing: -2.5px;
		letter-spacing: -2.5px;
		line-height: 0.75;
		padding: 0;
		font-size: 60px;
		position: absolute;
		left: 20px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 50%;
	}
}

.BzKok .img+.button, .BzKok .icon+.button {
	margin-top: 35px;
}

.BzKok .hero-img {
	position: absolute;
	top: 0;
	left: -10;
	width: 100%;
	height: 100%;
}

.BzKok .hero-img .img, .BzKok .hero-img img {
	height: 100%;
	/*border-bottom-right-radius: 58% 42%;
  	border-bottom-left-radius: 44% 18%;*/
}

.dciNiJ {
	position: relative;
	overflow: hidden;
	max-height: 100vh;
}

@media ( min-width :1024px) {
	.dciNiJ {
		max-height: 750px;
	}
}

.dciNiJ img {
	display: block;
	min-width: 100%;
	object-fit: cover;
}

.dciNiJ .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.dciNiJ .content .inner {
	box-sizing: border-box;
	height: 100%;
	position: relative;
	max-width: 860px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50px 20px;
}

.dciNiJ .content .img {
	max-width: 64vw;
}

.dciNiJ .title {
	max-width: 300px;
	padding: 0 20px;
	margin: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 30px;
	-webkit-letter-spacing: -2.2px;
	-moz-letter-spacing: -2.2px;
	-ms-letter-spacing: -2.2px;
	letter-spacing: -2.2px;
	line-height: 0.9;
	font-weight: bold;
	text-align: center;
}

@media ( min-width :1024px) {
	.dciNiJ .title {
		text-align: left;
		-webkit-letter-spacing: -2.5px;
		-moz-letter-spacing: -2.5px;
		-ms-letter-spacing: -2.5px;
		letter-spacing: -2.5px;
		line-height: 0.75;
		padding: 0;
		font-size: 60px;
		position: absolute;
		left: 20px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.dciNiJ .img+.button, .dciNiJ .icon+.button {
	margin-top: 35px;
}

.dciNiJ .hero-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.dciNiJ .hero-img .img, .dciNiJ .hero-img img {
	height: 100%;
}

.kYlAXw {
	position: relative;
	overflow: hidden;
	max-height: 100vh;
}

@media ( min-width :1024px) {
	.kYlAXw {
		max-height: 750px;
	}
}

.kYlAXw img {
	display: block;
	min-width: 100%;
	object-fit: cover;
}

.kYlAXw .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.kYlAXw .content .inner {
	box-sizing: border-box;
	height: 100%;
	position: relative;
	max-width: 860px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50px 20px;
}

.kYlAXw .content .img {
	max-width: 64vw;
}

.kYlAXw .title {
	max-width: 300px;
	padding: 0 20px;
	margin: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 30px;
	-webkit-letter-spacing: -2.2px;
	-moz-letter-spacing: -2.2px;
	-ms-letter-spacing: -2.2px;
	letter-spacing: -2.2px;
	line-height: 0.9;
	font-weight: bold;
	text-align: center;
}

@media ( min-width :1024px) {
	.kYlAXw .title {
		text-align: left;
		-webkit-letter-spacing: -2.5px;
		-moz-letter-spacing: -2.5px;
		-ms-letter-spacing: -2.5px;
		letter-spacing: -2.5px;
		line-height: 0.75;
		padding: 0;
		font-size: 60px;
		position: absolute;
		left: 20px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 50%;
	}
}

.kYlAXw .img+.button, .kYlAXw .icon+.button {
	margin-top: 35px;
}

.grAgqQ {
	position: relative;
	overflow: hidden;
	max-height: 100vh;
}

@media ( min-width :1024px) {
	.grAgqQ {
		max-height: 750px;
	}
}

.grAgqQ img {
	display: block;
	min-width: 100%;
	object-fit: cover;
}

.grAgqQ .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grAgqQ .content .inner {
	box-sizing: border-box;
	height: 100%;
	position: relative;
	max-width: 860px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 50px 20px;
}

.grAgqQ .content .img {
	max-width: 64vw;
}

.grAgqQ .title {
	max-width: 300px;
	padding: 0 20px;
	margin: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 30px;
	-webkit-letter-spacing: -2.2px;
	-moz-letter-spacing: -2.2px;
	-ms-letter-spacing: -2.2px;
	letter-spacing: -2.2px;
	line-height: 0.9;
	font-weight: bold;
	text-align: center;
}

@media ( min-width :1024px) {
	.grAgqQ .title {
		text-align: left;
		-webkit-letter-spacing: -2.5px;
		-moz-letter-spacing: -2.5px;
		-ms-letter-spacing: -2.5px;
		letter-spacing: -2.5px;
		line-height: 0.75;
		padding: 0;
		font-size: 60px;
		position: absolute;
		left: 20px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 15%;
	}
	.grAgqQ .title+button {
		position: absolute;
		top: 15%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.grAgqQ .img+.button, .grAgqQ .icon+.button {
	margin-top: 35px;
}

.grAgqQ .hero-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grAgqQ .hero-img .img, .grAgqQ .hero-img img {
	height: 100%;
}

.fUndjY {
	position: relative;
	overflow: hidden;
	max-height: 100vh;
}

@media ( min-width :1024px) {
	.fUndjY {
		max-height: 750px;
	}
	.bottom-img-job{
		max-height: none;
		width: 100%;
		height: auto;
	}
}

.fUndjY img {
	display: block;
	min-width: calc(100% + 10px);
	left: -5px;
	object-fit: cover;
}


.fUndjY .content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fUndjY .content .inner {
	box-sizing: border-box;
	height: 100%;
	position: relative;
	max-width: 860px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	padding: 50px 20px;
}

.fUndjY .content .img {
	max-width: 64vw;
}

.fUndjY .title {
	max-width: 300px;
	padding: 0 20px;
	margin: 0;
	box-sizing: border-box;
	color: #fff;
	font-size: 30px;
	-webkit-letter-spacing: -2.2px;
	-moz-letter-spacing: -2.2px;
	-ms-letter-spacing: -2.2px;
	letter-spacing: -2.2px;
	line-height: 0.9;
	font-weight: bold;
	text-align: center;
}

@media ( min-width :1024px) {
	.fUndjY .title {
		text-align: left;
		-webkit-letter-spacing: -2.5px;
		-moz-letter-spacing: -2.5px;
		-ms-letter-spacing: -2.5px;
		letter-spacing: -2.5px;
		line-height: 0.75;
		padding: 0;
		font-size: 60px;
		position: absolute;
		left: 20px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 15%;
	}
	.fUndjY .title+button {
		position: absolute;
		top: 15%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.fUndjY .img+.button, .fUndjY .icon+.button {
	margin-top: 35px;
}
/* sc-component-id: Panel__StyledPanel-uypr3r-0 */
.jtKfyE {
	position: relative;
	z-index: 5;
	box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	overflow: hidden;
	width: auto;
	min-width: 320px;
	max-width: 375px;
	margin: 0 auto;
	margin-top: -20px;
	margin-bottom: 0;
	background: #fff;
}

@media ( min-width :1024px) {
	.jtKfyE {
		margin-top: -80px;
	}
}

.jtKfyE .panel-title-container {
	text-transform: capitalize;
	color: white;
	font-weight: bold;
	font-size: 32px;
	line-height: 28px;
	text-align: center;
	padding: 30px 20px !important;
}

.jtKfyE .panel-title-container p {
	max-width: 14ch;
	margin: auto;
}

.jtKfyE .img img, .jtKfyE h3.title {
	margin: 0 auto;
	max-width: 80%;
	width: auto;
}

@media ( min-width :1024px) {
	.jtKfyE .img img, .jtKfyE h3.title {
		max-width: 80%;
	}
}

.jtKfyE h3.title {
	color: white;
}

.jtKfyE .price-bold {
	font-weight: bold;
	font-size: 21px;
}

.jtKfyE .per-person {
	font-size: 14px;
}

.jtKfyE .price-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.jtKfyE .price-container .price-bold {
	padding: 6px 10px 0 0;
}

.jtKfyE .row p {
	margin: 5px 0px;
}

.jtKfyE>div:first-child, .jtKfyE .row-head {
	position: relative;
	background: #0059e9;
}

@media ( min-width :1024px) {
	.jtKfyE>div:first-child, .jtKfyE .row-head {
		margin-top: 0;
	}
}

.jtKfyE>div:first-child img, .jtKfyE .row-head img {
	display: block;
	margin: 0 auto;
}

.jtKfyE>div:first-child, .jtKfyE .row-head {
	color: #fff;
	padding: 18px 20px;
}

.jtKfyE>div:last-child, .jtKfyE>ul:last-child {
	position: relative;
}

.jtKfyE .row {
	padding: 12px 20px 12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.jtKfyE .button-row {
	padding-right: 12px;
}

.jtKfyE>div.row-top {
	background-color: #004ac3;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.jtKfyE>div.row-top-heading {
	background-color: #0059e9;
	color: #fff;
}

.jtKfyE>div.row-top-heading .heading {
	font-size: 32px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: bold;
	max-width: 8ch;
}

.jtKfyE>div.row-top-heading .circle-cross {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #00cde0;
	border-radius: 50%;
}

.jtKfyE>div.row-top-heading .circle-cross:before, .jtKfyE>div.row-top-heading .circle-cross:after
	{
	content: "";
	position: absolute;
	background: #fff;
}

.jtKfyE>div.row-top-heading .circle-cross:before {
	left: 17px;
	top: 10px;
	width: 2px;
	height: 16px;
}

.jtKfyE>div.row-top-heading .circle-cross:after {
	top: 17px;
	left: 10px;
	height: 2px;
	width: 16px;
}

.jtKfyE .body {
	padding: 18px 20px;
	line-height: 1.5;
}

.jtKfyE .body p:first-child {
	margin-top: 0;
}

.jtKfyE .body p:last-child {
	margin-bottom: 0;
}

.jtKfyE .review-summary {
	background: #00cde0;
}

.dDvbhM {
	position: relative;
	z-index: 5;
	box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	overflow: hidden;
	width: auto;
	min-width: 320px;
	max-width: 375px;
	margin: 0 auto;
	margin-top: 0;
	margin-bottom: -40px;
	background: #fff;
}

@media ( min-width :1024px) {
	.dDvbhM {
		margin-top: -80px;
	}
}

.dDvbhM .panel-title-container {
	text-transform: capitalize;
	color: white;
	font-weight: bold;
	font-size: 32px;
	line-height: 28px;
	text-align: center;
	padding: 30px 20px !important;
}

.dDvbhM .panel-title-container p {
	max-width: 14ch;
	margin: auto;
}

.dDvbhM .img img, .dDvbhM h3.title {
	margin: 0 auto;
	max-width: 80%;
	width: auto;
}

@media ( min-width :1024px) {
	.dDvbhM .img img, .dDvbhM h3.title {
		max-width: 80%;
	}
}

.dDvbhM h3.title {
	color: white;
}

.dDvbhM .price-bold {
	font-weight: bold;
	font-size: 21px;
}

.dDvbhM .per-person {
	font-size: 14px;
}

.dDvbhM .price-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dDvbhM .price-container .price-bold {
	padding: 6px 10px 0 0;
}

.dDvbhM .row p {
	margin: 5px 0px;
}

.dDvbhM>div:first-child, .dDvbhM .row-head {
	position: relative;
	background: #0059e9;
}

@media ( min-width :1024px) {
	.dDvbhM>div:first-child, .dDvbhM .row-head {
		margin-top: 0;
	}
}

.dDvbhM>div:first-child img, .dDvbhM .row-head img {
	display: block;
	margin: 0 auto;
}

.dDvbhM>div:first-child, .dDvbhM .row-head {
	color: #fff;
	padding: 18px 20px;
}

.dDvbhM>div:last-child, .dDvbhM>ul:last-child {
	position: relative;
}

.dDvbhM .row {
	padding: 12px 20px 12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.dDvbhM .button-row {
	padding-right: 12px;
}

.dDvbhM>div.row-top {
	background-color: #004ac3;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.dDvbhM>div.row-top-heading {
	background-color: #0059e9;
	color: #fff;
}

.dDvbhM>div.row-top-heading .heading {
	font-size: 32px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: bold;
	max-width: 8ch;
}

.dDvbhM>div.row-top-heading .circle-cross {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #00cde0;
	border-radius: 50%;
}

.dDvbhM>div.row-top-heading .circle-cross:before, .dDvbhM>div.row-top-heading .circle-cross:after
	{
	content: "";
	position: absolute;
	background: #fff;
}

.dDvbhM>div.row-top-heading .circle-cross:before {
	left: 17px;
	top: 10px;
	width: 2px;
	height: 16px;
}

.dDvbhM>div.row-top-heading .circle-cross:after {
	top: 17px;
	left: 10px;
	height: 2px;
	width: 16px;
}

.dDvbhM .body {
	padding: 18px 20px;
	line-height: 1.5;
}

.dDvbhM .body p:first-child {
	margin-top: 0;
}

.dDvbhM .body p:last-child {
	margin-bottom: 0;
}

.dDvbhM .review-summary {
	background: #00cde0;
}

.hQWceV {
	position: relative;
	z-index: 5;
	box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	overflow: hidden;
	width: auto;
	min-width: 320px;
	max-width: 375px;
	margin: 0 auto;
	margin-top: 0;
	margin-bottom: 0;
	background: #fff;
}

@media ( min-width :1024px) {
	.hQWceV {
		margin-top: 0;
	}
}

.hQWceV .panel-title-container {
	text-transform: capitalize;
	color: white;
	font-weight: bold;
	font-size: 32px;
	line-height: 28px;
	text-align: center;
	padding: 30px 20px !important;
}

.hQWceV .panel-title-container p {
	max-width: 14ch;
	margin: auto;
}

.hQWceV .img img, .hQWceV h3.title {
	margin: 0 auto;
	max-width: 80%;
	width: auto;
}

@media ( min-width :1024px) {
	.hQWceV .img img, .hQWceV h3.title {
		max-width: 80%;
	}
}

.hQWceV h3.title {
	color: white;
}

.hQWceV .price-bold {
	font-weight: bold;
	font-size: 21px;
}

.hQWceV .per-person {
	font-size: 14px;
}

.hQWceV .price-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hQWceV .price-container .price-bold {
	padding: 6px 10px 0 0;
}

.hQWceV .row p {
	margin: 5px 0px;
}

.hQWceV>div:first-child, .hQWceV .row-head {
	position: relative;
	background: #0059e9;
}

@media ( min-width :1024px) {
	.hQWceV>div:first-child, .hQWceV .row-head {
		margin-top: 0;
	}
}

.hQWceV>div:first-child img, .hQWceV .row-head img {
	display: block;
	margin: 0 auto;
}

.hQWceV>div:first-child, .hQWceV .row-head {
	color: #fff;
	padding: 18px 20px;
}

.hQWceV>div:last-child, .hQWceV>ul:last-child {
	position: relative;
}

.hQWceV .row {
	padding: 12px 20px 12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.hQWceV .button-row {
	padding-right: 12px;
}

.hQWceV>div.row-top {
	background-color: #004ac3;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.hQWceV>div.row-top-heading {
	background-color: #0059e9;
	color: #fff;
}

.hQWceV>div.row-top-heading .heading {
	font-size: 32px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: bold;
	max-width: 8ch;
}

.hQWceV>div.row-top-heading .circle-cross {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #00cde0;
	border-radius: 50%;
}

.hQWceV>div.row-top-heading .circle-cross:before, .hQWceV>div.row-top-heading .circle-cross:after
	{
	content: "";
	position: absolute;
	background: #fff;
}

.hQWceV>div.row-top-heading .circle-cross:before {
	left: 17px;
	top: 10px;
	width: 2px;
	height: 16px;
}

.hQWceV>div.row-top-heading .circle-cross:after {
	top: 17px;
	left: 10px;
	height: 2px;
	width: 16px;
}

.hQWceV .body {
	padding: 18px 20px;
	line-height: 1.5;
}

.hQWceV .body p:first-child {
	margin-top: 0;
}

.hQWceV .body p:last-child {
	margin-bottom: 0;
}

.hQWceV .review-summary {
	background: #00cde0;
}

@media ( min-width :1024px) {
	.hQWceV {
		margin-right: 20px;
	}
}

.cbxcsn {
	position: relative;
	z-index: 5;
	box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	overflow: hidden;
	width: auto;
	min-width: 320px;
	max-width: 375px;
	margin: 0 auto;
	margin-top: -20px;
	margin-bottom: 0;
	background: #fff;
	position: absolute;
	top: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media ( min-width :1024px) {
	.cbxcsn {
		margin-top: -80px;
	}
}

.cbxcsn .panel-title-container {
	text-transform: capitalize;
	color: white;
	font-weight: bold;
	font-size: 32px;
	line-height: 28px;
	text-align: center;
	padding: 30px 20px !important;
}

.cbxcsn .panel-title-container p {
	max-width: 14ch;
	margin: auto;
}

.cbxcsn .img img, .cbxcsn h3.title {
	margin: 0 auto;
	max-width: 80%;
	width: auto;
}

@media ( min-width :1024px) {
	.cbxcsn .img img, .cbxcsn h3.title {
		max-width: 80%;
	}
}

.cbxcsn h3.title {
	color: white;
}

.cbxcsn .price-bold {
	font-weight: bold;
	font-size: 21px;
}

.cbxcsn .per-person {
	font-size: 14px;
}

.cbxcsn .price-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cbxcsn .price-container .price-bold {
	padding: 6px 10px 0 0;
}

.cbxcsn .row p {
	margin: 5px 0px;
}

@media ( min-width :1024px) {
	.cbxcsn {
		max-width: 345px;
		margin: 0;
		right: 20px;
		left: auto;
		top: -24px;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
}

.cbxcsn>div:first-child, .cbxcsn .row-head {
	position: relative;
	background: #0059e9;
}

@media ( min-width :1024px) {
	.cbxcsn>div:first-child, .cbxcsn .row-head {
		margin-top: 0;
	}
}

.cbxcsn>div:first-child img, .cbxcsn .row-head img {
	display: block;
	margin: 0 auto;
}

.cbxcsn>div:first-child, .cbxcsn .row-head {
	color: #fff;
	padding: 18px 20px;
}

.cbxcsn>div:last-child, .cbxcsn>ul:last-child {
	position: relative;
}

.cbxcsn .row {
	padding: 12px 20px 12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cbxcsn .button-row {
	padding-right: 12px;
}

.cbxcsn>div.row-top {
	background-color: #004ac3;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.cbxcsn>div.row-top-heading {
	background-color: #0059e9;
	color: #fff;
}

.cbxcsn>div.row-top-heading .heading {
	font-size: 32px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: bold;
	max-width: 8ch;
}

.cbxcsn>div.row-top-heading .circle-cross {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #00cde0;
	border-radius: 50%;
}

.cbxcsn>div.row-top-heading .circle-cross:before, .cbxcsn>div.row-top-heading .circle-cross:after
	{
	content: "";
	position: absolute;
	background: #fff;
}

.cbxcsn>div.row-top-heading .circle-cross:before {
	left: 17px;
	top: 10px;
	width: 2px;
	height: 16px;
}

.cbxcsn>div.row-top-heading .circle-cross:after {
	top: 17px;
	left: 10px;
	height: 2px;
	width: 16px;
}

.cbxcsn .body {
	padding: 18px 20px;
	line-height: 1.5;
}

.cbxcsn .body p:first-child {
	margin-top: 0;
}

.cbxcsn .body p:last-child {
	margin-bottom: 0;
}

.cbxcsn .review-summary {
	background: #00cde0;
}

.kvDWAF {
	position: relative;
	z-index: 5;
	box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	overflow: hidden;
	width: auto;
	min-width: 320px;
	max-width: 375px;
	margin: 0 auto;
	margin-top: -20px;
	margin-bottom: 0;
	background: #fff;
	position: absolute;
	top: -30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media ( min-width :1024px) {
	.kvDWAF {
		margin-top: -80px;
	}
}

.kvDWAF .panel-title-container {
	text-transform: capitalize;
	color: white;
	font-weight: bold;
	font-size: 32px;
	line-height: 28px;
	text-align: center;
	padding: 30px 20px !important;
}

.kvDWAF .panel-title-container p {
	max-width: 14ch;
	margin: auto;
}

.kvDWAF .img img, .kvDWAF h3.title {
	margin: 0 auto;
	max-width: 80%;
	width: auto;
}

@media ( min-width :1024px) {
	.kvDWAF .img img, .kvDWAF h3.title {
		max-width: 80%;
	}
}

.kvDWAF h3.title {
	color: white;
}

.kvDWAF .price-bold {
	font-weight: bold;
	font-size: 21px;
}

.kvDWAF .per-person {
	font-size: 14px;
}

.kvDWAF .price-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.kvDWAF .price-container .price-bold {
	padding: 6px 10px 0 0;
}

.kvDWAF .row p {
	margin: 5px 0px;
}

@media ( min-width :1024px) {
	.kvDWAF {
		max-width: 345px;
		margin: 0;
		left: 20px;
		top: -24px;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
}

.kvDWAF>div:first-child, .kvDWAF .row-head {
	position: relative;
	background: #0059e9;
}

@media ( min-width :1024px) {
	.kvDWAF>div:first-child, .kvDWAF .row-head {
		margin-top: 0;
	}
}

.kvDWAF>div:first-child img, .kvDWAF .row-head img {
	display: block;
	margin: 0 auto;
}

.kvDWAF>div:first-child, .kvDWAF .row-head {
	color: #fff;
	padding: 18px 20px;
}

.kvDWAF>div:last-child, .kvDWAF>ul:last-child {
	position: relative;
}

.kvDWAF .row {
	padding: 12px 20px 12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.kvDWAF .button-row {
	padding-right: 12px;
}

.kvDWAF>div.row-top {
	background-color: #004ac3;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.kvDWAF>div.row-top-heading {
	background-color: #0059e9;
	color: #fff;
}

.kvDWAF>div.row-top-heading .heading {
	font-size: 32px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: bold;
	max-width: 8ch;
}

.kvDWAF>div.row-top-heading .circle-cross {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #00cde0;
	border-radius: 50%;
}

.kvDWAF>div.row-top-heading .circle-cross:before, .kvDWAF>div.row-top-heading .circle-cross:after
	{
	content: "";
	position: absolute;
	background: #fff;
}

.kvDWAF>div.row-top-heading .circle-cross:before {
	left: 17px;
	top: 10px;
	width: 2px;
	height: 16px;
}

.kvDWAF>div.row-top-heading .circle-cross:after {
	top: 17px;
	left: 10px;
	height: 2px;
	width: 16px;
}

.kvDWAF .body {
	padding: 18px 20px;
	line-height: 1.5;
}

.kvDWAF .body p:first-child {
	margin-top: 0;
}

.kvDWAF .body p:last-child {
	margin-bottom: 0;
}

.kvDWAF .review-summary {
	background: #00cde0;
}

.jhufkt {
	position: relative;
	z-index: 5;
	box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	overflow: hidden;
	width: auto;
	min-width: 320px;
	max-width: 375px;
	margin: 0 auto;
	margin-top: 0;
	margin-bottom: 0;
	background: #fff;
}

@media ( min-width :1024px) {
	.jhufkt {
		margin-top: 0;
	}
}

.jhufkt .panel-title-container {
	text-transform: capitalize;
	color: white;
	font-weight: bold;
	font-size: 32px;
	line-height: 28px;
	text-align: center;
	padding: 30px 20px !important;
}

.jhufkt .panel-title-container p {
	max-width: 14ch;
	margin: auto;
}

.jhufkt .img img, .jhufkt h3.title {
	margin: 0 auto;
	max-width: 80%;
	width: auto;
}

@media ( min-width :1024px) {
	.jhufkt .img img, .jhufkt h3.title {
		max-width: 80%;
	}
}

.jhufkt h3.title {
	color: white;
}

.jhufkt .price-bold {
	font-weight: bold;
	font-size: 21px;
}

.jhufkt .per-person {
	font-size: 14px;
}

.jhufkt .price-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.jhufkt .price-container .label-before-price {
	margin-right: 4px;
	font-size: 16px;
	padding: 6px 0 0;
}
.jhufkt .price-container .price-bold {
	padding: 6px 10px 0 0;
}

.jhufkt .row p {
	margin: 5px 0px;
}

.jhufkt>div:first-child, .jhufkt .row-head {
	position: relative;
	background: #0059e9;
}

@media ( min-width :1024px) {
	.jhufkt>div:first-child, .jhufkt .row-head {
		margin-top: 0;
	}
}

.jhufkt>div:first-child img, .jhufkt .row-head img {
	display: block;
	margin: 0 auto;
}

.jhufkt>div:first-child, .jhufkt .row-head {
	color: #fff;
	padding: 18px 20px;
}

.jhufkt>div:last-child, .jhufkt>ul:last-child {
	position: relative;
}

.jhufkt .row {
	padding: 12px 20px 12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.jhufkt .button-row {
	padding-right: 12px;
}

.jhufkt>div.row-top {
	background-color: #004ac3;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.jhufkt>div.row-top-heading {
	background-color: #0059e9;
	color: #fff;
}

.jhufkt>div.row-top-heading .heading {
	font-size: 32px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: bold;
	max-width: 8ch;
}

.jhufkt>div.row-top-heading .circle-cross {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #00cde0;
	border-radius: 50%;
}

.jhufkt>div.row-top-heading .circle-cross:before, .jhufkt>div.row-top-heading .circle-cross:after
	{
	content: "";
	position: absolute;
	background: #fff;
}

.jhufkt>div.row-top-heading .circle-cross:before {
	left: 17px;
	top: 10px;
	width: 2px;
	height: 16px;
}

.jhufkt>div.row-top-heading .circle-cross:after {
	top: 17px;
	left: 10px;
	height: 2px;
	width: 16px;
}

.jhufkt .body {
	padding: 18px 20px;
	line-height: 1.5;
}

.jhufkt .body p:first-child {
	margin-top: 0;
}

.jhufkt .body p:last-child {
	margin-bottom: 0;
}

.jhufkt .review-summary {
	background: #00cde0;
}

.bdSLR {
	position: relative;
	z-index: 5;
	box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	overflow: hidden;
	width: auto;
	min-width: 254px;
	max-width: 375px;
	margin: 0 auto;
	margin-top: 0;
	margin-bottom: 0;
	background: #fff;
}

@media ( min-width :1024px) {
	.bdSLR {
		margin-top: 0;
	}
}

.bdSLR .panel-title-container {
	text-transform: capitalize;
	color: white;
	font-weight: bold;
	font-size: 32px;
	line-height: 28px;
	text-align: center;
	padding: 30px 20px !important;
}

.bdSLR .panel-title-container p {
	max-width: 14ch;
	margin: auto;
}

.bdSLR .img img, .bdSLR h3.title {
	margin: 0 auto;
	max-width: 80%;
	width: auto;
}

@media ( min-width :1024px) {
	.bdSLR .img img, .bdSLR h3.title {
		max-width: 200px;
	}
}

.bdSLR h3.title {
	color: white;
}

.bdSLR .price-bold {
	font-weight: bold;
	font-size: 21px;
}

.bdSLR .per-person {
	font-size: 14px;
}

@media ( min-width :1024px) {
	.bdSLR .per-person {
		display: none;
	}
}

.bdSLR .price-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bdSLR .price-container .price-bold {
	padding: 6px 10px 0 0;
}

.bdSLR .row p {
	margin: 5px 0px;
}

.bdSLR>div:first-child, .bdSLR .row-head {
	position: relative;
	background: #0059e9;
}

@media ( min-width :1024px) {
	.bdSLR>div:first-child, .bdSLR .row-head {
		margin-top: 0;
	}
}

.bdSLR>div:first-child img, .bdSLR .row-head img {
	display: block;
	margin: 0 auto;
}

.bdSLR>div:first-child, .bdSLR .row-head {
	color: #fff;
	padding: 18px 20px;
}

.bdSLR>div:last-child, .bdSLR>ul:last-child {
	position: relative;
}

.bdSLR .row {
	padding: 12px 20px 12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.bdSLR .button-row {
	padding-right: 12px;
}

.bdSLR>div.row-top {
	background-color: #004ac3;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.bdSLR>div.row-top-heading {
	background-color: #0059e9;
	color: #fff;
}

.bdSLR>div.row-top-heading .heading {
	font-size: 32px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: bold;
	max-width: 8ch;
}

.bdSLR>div.row-top-heading .circle-cross {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: #00cde0;
	border-radius: 50%;
}

.bdSLR>div.row-top-heading .circle-cross:before, .bdSLR>div.row-top-heading .circle-cross:after
	{
	content: "";
	position: absolute;
	background: #fff;
}

.bdSLR>div.row-top-heading .circle-cross:before {
	left: 17px;
	top: 10px;
	width: 2px;
	height: 16px;
}

.bdSLR>div.row-top-heading .circle-cross:after {
	top: 17px;
	left: 10px;
	height: 2px;
	width: 16px;
}

.bdSLR .body {
	padding: 18px 20px;
	line-height: 1.5;
}

.bdSLR .body p:first-child {
	margin-top: 0;
}

.bdSLR .body p:last-child {
	margin-bottom: 0;
}

.bdSLR .review-summary {
	background: #00cde0;
}
/* sc-component-id: Container__StyledContainer-y7mkvd-0 */
.cdgLTK {
	width: 100%;
}

.cdgLTK .inner {
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	/*max-width: 1024px;*/
	margin: 0 auto;
	margin-top: 0;
	position: relative;
	padding: 0 20px;
}
footer .cdgLTK .inner {
	max-width: var(--footer-container);
}

@media ( min-width :1024px) {
	.cdgLTK .inner {
		display: block;
	}
}

@media ( max-width :1023px) {
	.cdgLTK .mobile-full-width {
		margin-left: -20px;
		margin-right: -20px;
	}
}

.htrRsV {
	width: 100%;
}

.htrRsV .inner {
	box-sizing: border-box;
	width: 100%;
	/*max-width: 1024px;*/
	max-width: 1400px;
	margin: 0 auto;
	margin-top: 0;
	position: static;
	padding: 0 20px;
}

@media ( min-width :1124px) {
	.htrRsV .inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media ( max-width :1123px) {
	.htrRsV .mobile-full-width {
		margin-left: -20px;
		margin-right: -20px;
	}
}

.gaWfHp {
	width: 100%;
}

.gaWfHp .inner {
	box-sizing: border-box;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	margin-top: 0;
	position: relative;
	padding: 0 20px;
}
.evQvjP h2, .evQvjP h2 strong {
    color: #0059e9;
    font-size: 32px;
    line-height: .88;
    -webkit-letter-spacing: -1px;
    -moz-letter-spacing: -1px;
    -ms-letter-spacing: -1px;
    letter-spacing: -1px;
    font-weight: bold;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-top: 0;
    margin-bottom: 0.4em;
}
@media ( min-width :1024px) {
	.gaWfHp .inner {
		display: block;
	}
}

@media ( min-width :1024px) {
	.gaWfHp .inner {
		max-width: 860px;
	}
}
@media ( min-width :1200px) {
	.gaWfHp .inner-actualites {
		max-width: 1140px;
	}
}

@media ( max-width :1023px) {
	.gaWfHp .mobile-full-width {
		margin-left: -20px;
		margin-right: -20px;
	}
}

.ceaLTE {
	width: 100%;
}

.ceaLTE .inner {
	box-sizing: border-box;
	width: 100%;
	max-width: 1400px;
	/*max-width: 1024px;*/
	margin: 0 auto;
	margin-top: 0;
	position: relative;
	padding: 0 20px;
}

@media ( min-width :1024px) {
	.ceaLTE .inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media ( max-width :1023px) {
	.ceaLTE .inner {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

@media ( max-width :1023px) {
	.ceaLTE .mobile-full-width {
		margin-left: -20px;
		margin-right: -20px;
	}
}

.FtkYd {
	width: 100%;
}

.FtkYd .inner {
	box-sizing: border-box;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	margin-top: 0;
	position: relative;
	padding: 0 20px;
}

@media ( min-width :1024px) {
	.FtkYd .inner {
		display: block;
	}
}

@media ( min-width :1024px) {
	.FtkYd .inner {
		max-width: 860px;
	}
}

@media ( max-width :1023px) {
	.FtkYd .mobile-full-width {
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media ( min-width :1024px) {
	.FtkYd {
		position: absolute;
	}
}

.eZiMZj {
	width: 100%;
	background-color: #baedf2;
}

.eZiMZj .inner {
	box-sizing: border-box;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	margin-top: 0;
	position: relative;
	padding: 0 20px;
}

@media ( min-width :1024px) {
	.eZiMZj .inner {
		display: block;
	}
}

@media ( max-width :1023px) {
	.eZiMZj {
		background-color: transparent;
	}
}

@media ( max-width :1023px) {
	.eZiMZj .mobile-full-width {
		margin-left: -20px;
		margin-right: -20px;
	}
}

.dfBwJo {
	width: 100%;
}

.dfBwJo .inner {
	box-sizing: border-box;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	margin-top: 0;
	position: relative;
	padding: 0 20px;
}

@media ( min-width :1024px) {
	.dfBwJo .inner {
		display: block;
	}
}

.dfBwJo .inner {
	padding-left: 0;
	padding-right: 0;
}

@media ( min-width :1024px) {
	.dfBwJo .inner {
		max-width: 860px;
	}
}

@media ( max-width :1023px) {
	.dfBwJo .mobile-full-width {
		margin-left: -20px;
		margin-right: -20px;
	}
}

.ZfjZb {
	width: 100%;
}

.ZfjZb .inner {
	box-sizing: border-box;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	margin-top: 100px;
	position: relative;
	padding: 0 20px;
}

@media ( min-width :1024px) {
	.ZfjZb .inner {
		display: block;
	}
}

.ZfjZb .inner {
	padding-left: 0;
	padding-right: 0;
}

.ZfjZb .inner {
	margin-top: 60px;
}

@media ( max-width :1023px) {
	.ZfjZb .inner {
		margin-top: 80px;
	}
}

@media ( min-width :1024px) {
	.ZfjZb .inner {
		max-width: 860px;
	}
}

@media ( max-width :1023px) {
	.ZfjZb .mobile-full-width {
		margin-left: -20px;
		margin-right: -20px;
	}
}
/* sc-component-id: Content__StyledContent-sc-1ly3rdb-0 */
.kZsriP {
	padding: 30px 0px;
}

@media ( min-width :1024px) {
	.kZsriP {
		padding: 40px 0px;
	}
}

.kZsriP p {
	line-height: 1.39;
}

.kZsriP p:first-child {
	margin-top: 0;
}

.kZsriP p:last-child {
	margin-bottom: 0;
}

@media ( min-width :1024px) {
	.kZsriP {
		max-width: 375px;
	}
}

.bfosFh {
	padding: 30px 0px;
}

@media ( min-width :1026px) {
	.bfosFh {
		padding: 40px 0px;
	}
}
@media ( max-width :1025px) {
	.gaWfHp {
    	margin-top: 60px
    }
	.bfosFh {
		padding: 40px 0px;
	}
}

.bfosFh p {
	line-height: 1.39;
}

.bfosFh p:first-child {
	margin-top: 0;
}

.bfosFh p:last-child {
	margin-bottom: 0;
}

.hoyxPt {
	padding: 30px 0px;
	padding-top: 0;
}

@media ( min-width :1024px) {
	.hoyxPt {
		padding: 40px 0px;
	}
}

.hoyxPt p {
	line-height: 1.39;
}

.hoyxPt p:first-child {
	margin-top: 0;
}

.hoyxPt p:last-child {
	margin-bottom: 0;
}

@media ( min-width :1024px) {
	.hoyxPt p {
		font-size: 18px;
	}
}
/* sc-component-id: ContentTwoCol__StyledContent-sc-1i0rab9-0 */
.loEoVl {
	margin: 40px 0;
}

@media ( min-width :1024px) {
	.loEoVl {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.loEoVl>* {
		width: 375px;
	}
}

.loEoVl p {
	line-height: 1.6;
}

.loEoVl p:first-child {
	margin-top: 0;
}

.loEoVl p:last-child {
	margin-bottom: 0;
}

@media ( min-width :1024px) {
	.loEoVl {
		-webkit-align-items: end;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: end;
	}
}

@media ( min-width :1024px) {
	.loEoVl {
		margin: 100px 0;
	}
}

.exOEDa {
	margin: 40px 0;
}

@media ( min-width :1024px) {
	.exOEDa {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.exOEDa>* {
		width: 375px;
	}
}

.exOEDa p {
	line-height: 1.6;
}

.exOEDa p:first-child {
	margin-top: 0;
}

.exOEDa p:last-child {
	margin-bottom: 0;
}

@media ( min-width :1024px) {
	.exOEDa {
		margin: 100px 0;
	}
}

.gFZjnB {
	margin: 40px 0;
}

@media ( min-width :1024px) {
	.gFZjnB {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.gFZjnB>* {
		width: 375px;
	}
}

.gFZjnB p {
	line-height: 1.6;
}

.gFZjnB p:first-child {
	margin-top: 0;
}

.gFZjnB p:last-child {
	margin-bottom: 0;
}

.cWsYaZ {
	margin: 40px 0;
}

@media ( min-width :1024px) {
	.cWsYaZ {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.cWsYaZ>* {
		width: auto;
	}
}

.cWsYaZ p {
	line-height: 1.6;
}

.cWsYaZ p:first-child {
	margin-top: 0;
}

.cWsYaZ p:last-child {
	margin-bottom: 0;
}

@media ( min-width :1024px) {
	.cWsYaZ {
		margin: 100px 0;
	}
}

.kyUnTE {
	margin: 40px 0;
}

@media ( min-width :1024px) {
	.kyUnTE {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.kyUnTE>* {
		width: 375px;
	}
}

.kyUnTE p {
	line-height: 1.6;
}

.kyUnTE p:first-child {
	margin-top: 0;
}

.kyUnTE p:last-child {
	margin-bottom: 0;
}

@media ( max-width :1024px) {
	.kyUnTE {
		margin: 0;
	}
}
/* sc-component-id: Heading__StyledHeading-ikhu0m-0 */
.bCTAmG {
	color: #0059e9;
	font-size: 60px;
	-webkit-letter-spacing: -2.5px;
	-moz-letter-spacing: -2.5px;
	-ms-letter-spacing: -2.5px;
	letter-spacing: -2.5px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: .75;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin-bottom: 0.3em;
}

.bCTAmG:last-child {
	margin-bottom: 0;
}

.bCTAmG .icon {
	vertical-align: middle;
	margin-right: 12px;
	position: relative;
	top: -2px;
}

.bCTAmG:first-child {
	margin-top: 0;
}

.ewSzcS {
	color: #0059e9;
	font-size: 60px;
	-webkit-letter-spacing: -2.5px;
	-moz-letter-spacing: -2.5px;
	-ms-letter-spacing: -2.5px;
	letter-spacing: -2.5px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: .75;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin-bottom: 0.3em;
}

.ewSzcS:last-child {
	margin-bottom: 0;
}

.ewSzcS .icon {
	vertical-align: middle;
	margin-right: 12px;
	position: relative;
	top: -2px;
}

.ewSzcS:first-child {
	margin-top: 0;
}

@media ( max-width :1024px) {
	.ewSzcS {
		margin-bottom: 0;
	}
}

.iVIIGn {
	color: #0059e9;
	font-size: 60px;
	-webkit-letter-spacing: -2.5px;
	-moz-letter-spacing: -2.5px;
	-ms-letter-spacing: -2.5px;
	letter-spacing: -2.5px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: .75;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin-bottom: 0.3em;
}

.iVIIGn:last-child {
	margin-bottom: 0;
}

.iVIIGn .icon {
	vertical-align: middle;
	margin-right: 12px;
	position: relative;
	top: -2px;
}

.iVIIGn:first-child {
	margin-top: 0;
}

@media ( max-width :1024px) {
	.iVIIGn {
		text-align: center;
	}
}

.igNPeK {
	color: #0059e9;
	font-size: 60px;
	-webkit-letter-spacing: -2.5px;
	-moz-letter-spacing: -2.5px;
	-ms-letter-spacing: -2.5px;
	letter-spacing: -2.5px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: .75;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin-bottom: 0.3em;
	margin: 120px 0 30px;
}

.igNPeK:last-child {
	margin-bottom: 0;
}

@media ( min-width :1024px) {
	.igNPeK {
		margin: 80px 0 30px;
	}
}

.igNPeK .icon {
	vertical-align: middle;
	margin-right: 12px;
	position: relative;
	top: -2px;
}

.cfQtvB {
	color: #0059e9;
	font-size: 14px;
	-webkit-letter-spacing: 2.33px;
	-moz-letter-spacing: 2.33px;
	-ms-letter-spacing: 2.33px;
	letter-spacing: 2.33px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: .75;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin-bottom: 0.3em;
}

.cfQtvB:last-child {
	margin-bottom: 0;
}

.cfQtvB .icon {
	vertical-align: middle;
	margin-right: 12px;
	position: relative;
	top: -2px;
}

.cfQtvB:first-child {
	margin-top: 0;
}

.fqkupm {
	color: #0059e9;
	font-size: 32px;
	-webkit-letter-spacing: -1px;
	-moz-letter-spacing: -1px;
	-ms-letter-spacing: -1px;
	letter-spacing: -1px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: .88;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin-bottom: 0.3em;
}

.fqkupm:last-child {
	margin-bottom: 0;
}

.fqkupm .icon {
	vertical-align: middle;
	margin-right: 12px;
	position: relative;
	top: -2px;
}

.fqkupm:first-child {
	margin-top: 0;
}
/* sc-component-id: TimeLineEntry__StyledTimeLineEntry-sc-1xzc6u7-0 */
.jUhrpJ {
	text-align: center;
}

.jUhrpJ .level-bubble {
	color: #fff;
	display: inline-block;
	width: auto;
	margin: 0 auto 10px;
	text-transform: uppercase;
	white-space: nowrap;
	-webkit-letter-spacing: 2.5px;
	-moz-letter-spacing: 2.5px;
	-ms-letter-spacing: 2.5px;
	letter-spacing: 2.5px;
	font-size: 14px;
	line-height: 0.88;
	padding: 10px 15px;
	border-radius: 20px;
	background-color: #0059e9;
}

.jUhrpJ .level-bubble:before {
	display: none;
}

.jUhrpJ:before {
	background-color: #0059e9;
	content: '';
	display: block;
	height: 80px;
	margin: 0 auto 15px;
	width: 2px;
}

.jUhrpJ h1 {
	line-height: 0.9;
	max-width: 14ch;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-transform: uppercase;
}

@media ( max-width :1024px) {
	.jUhrpJ h1 {
		font-size: 40px;
	}
}

.jUhrpJ p {
	max-width: 24ch;
	margin: 0 auto 20px;
	max-width: 300px;
}

.jUhrpJ p:before, .jUhrpJ div:before {
	background-color: #0059e9;
	content: '';
	display: block;
	height: 20px;
	margin: 0 auto 15px;
	width: 2px;
}

.jUhrpJ div.img {
	margin: 0 auto 10px;
}

.jUhrpJ div.icon {
	width: 40px;
}

.jUhrpJ div.icon:before {
	display: none;
}

.jUhrpJ:first-of-type {
	margin-top: 140px;
}

.jUhrpJ:first-of-type:before {
	content: '';
	display: none;
}

@media ( max-width :1024px) {
	.jUhrpJ:first-of-type {
		margin-top: 80px;
	}
}

.jUhrpJ:last-of-type {
	margin-bottom: 100px;
}
/* sc-component-id: Features__StyledFeatures-l1pkgb-0 */
.RFuNU {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	list-style: none;
	margin: 0;
	padding: 0 !important;
	background: #baedf2;
}

.RFuNU>li {
	position: relative;
	box-sizing: border-box;
	border-top: 2px solid #fff;
	padding: 10px 20px;
	height: 60px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.RFuNU>li>div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.RFuNU>li>div .icon {
	padding-right: 24px;
}

.RFuNU .extra-text {
	font-weight: 300;
	font-size: 14px;
	text-transform: capitalize;
}

.RFuNU .extra-bubbles {
	right: 20px;
	font-size: 16px;
	color: white;
	text-transform: capitalize;
	background-color: #00cde0;
	padding: 10px 20px;
	border-radius: 20px;
}
/* sc-component-id: Img__StyledImg-ju24fd-0 */
.fWrOHE {
	position: relative;
}
.encart_buy{
	max-width: 280px;
}
.dogEWt {
	position: relative;
}

.dogEWt .img-elm {
	display: block;
	width: 100%;
}

.itJIAL {
	position: relative;
	max-height: 400px;
	overflow: hidden;
}

.itJIAL .img-elm {
	display: block;
	width: 100%;
}
/* sc-component-id: ThrillLevel__StyledThrillLevel-pwm8h4-0 */
.kKcffr {
	color: #fff;
}

.kKcffr .level-title {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: bold;
}

.kKcffr ul {
	padding: 5px;
	background-color: #004ac3;
	background-color: #0045b4;
	border-radius: 20px;
	list-style: none;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 15px 0 0;
	position: relative;
}

.kKcffr ul:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 25px;
	right: 25px;
	height: 2px;
	background-color: #488eff;
}

.kKcffr ul li {
	position: relative;
	z-index: 1;
}

.kKcffr ul .level-bubble {
	position: absolute;
	bottom: 100%;
	left: 50%;
	text-transform: uppercase;
	-webkit-transform: translate(-50%, -25px);
	-ms-transform: translate(-50%, -25px);
	transform: translate(-50%, -25px);
	white-space: pre;
	-webkit-letter-spacing: 2.5px;
	-moz-letter-spacing: 2.5px;
	-ms-letter-spacing: 2.5px;
	letter-spacing: 2.5px;
	font-size: 14px;
	line-height: 1em;
	padding: 10px 15px;
	border-radius: 20px;
	background-color: #00cde0;
}

.kKcffr ul .level-bubble:after {
	top: 95%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #00cde0;
	border-width: 10px;
}

.kKcffr ul li:first-child .level-bubble, .kKcffr ul li:nth-child(3) .level-bubble
	{
	left: -7px;
	-webkit-transform: translate(0, -25px);
	-ms-transform: translate(0, -25px);
	transform: translate(0, -25px);
}

.kKcffr ul li:first-child .level-bubble:after, .kKcffr ul li:nth-child(3) .level-bubble:after
	{
	left: 20px;
}

.kKcffr ul li:last-child .level-bubble {
	left: auto;
	right: -7px;
	-webkit-transform: translate(0, -25px);
	-ms-transform: translate(0, -25px);
	transform: translate(0, -25px);
}

.kKcffr ul li:last-child .level-bubble:after {
	left: auto;
	right: 0px;
}

.kKcffr ul .icon {
	border: solid #488eff 2px;
	background-color: #0045b4;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.kKcffr ul .icon.active {
	background-color: #fff;
}

.kKcffr ul .icon.active:before {
	background-color: #fff;
}

.kKcffr ul .icon:before {
	position: absolute;
	content: '';
	background-color: transparent;
	height: 38px;
	width: 38px;
	border-radius: 50%;
	z-index: -1;
}

.kKcffr .head {
	text-align: center;
}
/* sc-component-id: SafetyBanner__StyledSafetyBanner-sc-1w7xq5q-0 */
.fktwB {
	max-width: 375px;
	margin: 0 auto;
}

.fktwB .safety-content {
	position: relative;
	padding: 36px 20px;
	background-color: #00cde0;
	margin: 0 auto;
	text-align: center;
	border-radius: 20px 20px 0 0;
	box-sizing: border-box;
	z-index: 5;
	margin: -20px auto 0;
	max-width: 375px;
}

@media ( min-width :1024px) {
	.fktwB .safety-content {
		border-radius: 20px;
	}
}

@media ( min-width :1024px) {
	.fktwB .safety-content {
		margin-top: 0;
	}
	.fktwB .safety-content h1 {
		margin-bottom: 0;
	}
}

.fktwB .safety-content:before {
	position: absolute;
	background-color: #00cde0;
	width: 40px;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 40px;
	border-radius: 50%;
	content: url('/wp-content/themes//skypark/icons/confirm-white.svg');
}

.fktwB .safety-content h1 {
	max-width: none;
	-webkit-letter-spacing: 0.25px;
	-moz-letter-spacing: 0.25px;
	-ms-letter-spacing: 0.25px;
	letter-spacing: 0.25px;
	color: #fff;
	text-transform: uppercase;
}

.fktwB .safety-content p {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
}

@media ( max-width :1024px) {
	.fktwB .safety-content p {
		display: none;
	}
}

@media ( min-width :1024px) {
	.fktwB .safety-content .button {
		position: absolute;
		bottom: 0;
		left: 50%;
		-webkit-transform: translate(-50%, 50%);
		-ms-transform: translate(-50%, 50%);
		transform: translate(-50%, 50%);
		margin-top: 0;
	}
}

.kcYkAT {
	max-width: 375px;
	margin: 0 auto;
	margin-top: -20px;
}

.kcYkAT .safety-content {
	position: relative;
	padding: 36px 20px;
	background-color: #00cde0;
	margin: 0 auto;
	text-align: center;
	border-radius: 20px 20px 0 0;
	box-sizing: border-box;
	z-index: 5;
}

@media ( min-width :1024px) {
	.kcYkAT .safety-content {
		border-radius: 20px;
	}
}

.kcYkAT .safety-content:before {
	position: absolute;
	background-color: #00cde0;
	width: 40px;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 40px;
	border-radius: 50%;
	content: url('/wp-content/themes//skypark/icons/confirm-white.svg');
}

.kcYkAT .safety-content h1 {
	max-width: none;
	-webkit-letter-spacing: 0.25px;
	-moz-letter-spacing: 0.25px;
	-ms-letter-spacing: 0.25px;
	letter-spacing: 0.25px;
	color: #fff;
	text-transform: uppercase;
}

.kcYkAT .safety-content p {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
}

@media ( max-width :1024px) {
	.kcYkAT .safety-content p {
		display: none;
	}
}

.kcYkAT .safety-content .button {
	position: absolute;
	right: 20px;
	bottom: 20px;
}

@media ( max-width :1024px) {
	.kcYkAT .safety-content .button {
		position: relative;
		right: auto;
		bottom: auto;
	}
}

@media ( min-width :1024px) {
	.kcYkAT {
		margin-top: -100px;
	}
}

@media ( min-width :1024px) {
	.kcYkAT {
		max-width: none;
	}
	.kcYkAT .button {
		position: absolute;
		right: 20px;
		bottom: 20px;
	}
}
/* sc-component-id: Icon__StyledIcon-sc-1t3xnou-0 */
.htXcNg {
	display: inline-block;
	line-height: 0;
}
/* sc-component-id: Button__StyledButton-t50h07-0 */
.jNuarY {
	box-sizing: border-box;
	-webkit-text-decoration: none;
	text-decoration: none;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 18.5px;
	border: none;
	height: 38px;
	white-space: nowrap;
	padding: 0.6em 1.3em;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	background: #0059e9;
	color: #fff;
	padding-left: 0;
	min-width: 38px;
	padding-right: 0;
}

.jNuarY:disabled {
	background: #e5e5e5;
	cursor: default;
}

.jNuarY .icon {
	vertical-align: middle;
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
	width: 38px;
	text-align: center;
}

.jNuarY span {
	display: none;
}

@media ( min-width :1024px) {
	.jNuarY {
		padding-left: 1.3em;
	}
	.jNuarY span {
		display: inline;
	}
}

.dGjGzS, .tarifs-button, .tarifs-kdo-button, .tarifs-button-group, .button-1 {
	box-sizing: border-box;
	-webkit-text-decoration: none;
	text-decoration: none;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 18.5px;
	border: none;
	height: 38px;
	white-space: nowrap;
	padding: 0.6em 1.3em;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	background: #0059e9;
	color: #fff;
	padding-right: 0;
}
#book-kdo {
	background-color: var(--col-ciel);
}
.button-1 {
	text-transform: uppercase;
	color: #fff!important;
}
.tarifs-button, .tarifs-kdo-button, .tarifs-button-group {
	padding-right: 21px;
}
.dGjGzS:disabled, .tarifs-button:disabled, .tarifs-kdo-button:disabled, .tarifs-button-group:disabled, .button-1:disabled {
	background: #e5e5e5;
	cursor: default;
}

.dGjGzS .icon, .tarifs-button .icon, .tarifs-kdo-button .icon, .tarifs-button-group .icon, .button-1 .icon {
	vertical-align: middle;
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
	width: 38px;
	text-align: center;
}

.cJrMAJ {
	box-sizing: border-box;
	-webkit-text-decoration: none;
	text-decoration: none;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 18.5px;
	border: none;
	height: 38px;
	white-space: nowrap;
	padding: 0.6em 1.3em;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	background: #fff;
	color: black;
	padding-right: 0;
	padding: 0;
}

.cJrMAJ:disabled {
	background: #e5e5e5;
	cursor: default;
}

.cJrMAJ .icon {
	vertical-align: middle;
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
	width: 38px;
	text-align: center;
}
.block-section{
	margin-top: 60px;
}
.hIKVib {
	box-sizing: border-box;
	-webkit-text-decoration: none;
	text-decoration: none;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 18.5px;
	border: none;
	height: 38px;
	white-space: nowrap;
	padding: 0.6em 1.3em;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	background: #baedf2;
	color: black;
	padding-right: 0;
}
a.hIKVib{
	padding-right: 20px;
}
.hIKVib:disabled {
	background: #e5e5e5;
	cursor: default;
}

.hIKVib .icon {
	vertical-align: middle;
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
	width: 38px;
	text-align: center;
}

.dNAZut {
	box-sizing: border-box;
	-webkit-text-decoration: none;
	text-decoration: none;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 18.5px;
	border: none;
	height: 38px;
	white-space: nowrap;
	padding: 0.6em 1.3em;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	background: #0059e9;
	color: #fff;
}

.dNAZut:disabled {
	background: #e5e5e5;
	cursor: default;
}

.dNAZut .icon {
	vertical-align: middle;
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
	width: 38px;
	text-align: center;
}
/* sc-component-id: MobileHeader__StyledHeader-sc-100msao-0 */
.fyBMuv {
	height: 66px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1000;
	padding-left: 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-sizing: border-box;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #0059e9;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.fyBMuv button {
	width: 66px;
}

@media ( min-width :1024px) {
	.fyBMuv {
		display: none;
	}
}

@
supports (-webkit-touch-callout:none) { .
	fyBMuv {position: relative;
}

}
.fyBMuv>button, .fyBMuv>div {
	cursor: pointer;
	background: none;
	border: none;
	height: 100%;
}

.fyBMuv, .fyBMuv a {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.fyBMuv a, .fyBMuv button {
	color: #fff;
}

.fyBMuv ul {
	padding: 0;
	margin: 0;
}

.fyBMuv .logo {
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.kObAEY {
	height: 66px;
	/*position: -webkit-sticky;
	position: sticky;
	position: fixed;
	
	left: 0;
	top: 0;*/
	z-index: 1000;
	padding-left: 15px;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-sizing: border-box;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #0059e9;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
}

.kObAEY button {
	width: 66px;
}

@media ( min-width :1124px) {
	.kObAEY {
		display: none;
	}
}

@
supports (-webkit-touch-callout:none) { .
	kObAEY {position: relative;
}

}
.kObAEY>button, .kObAEY>div {
	cursor: pointer;
	background: none;
	border: none;
	height: 100%;
}

.kObAEY, .kObAEY a {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.kObAEY a, .kObAEY button {
	color: #fff;
}

.kObAEY ul {
	padding: 0;
	margin: 0;
}

.kObAEY .logo {
	opacity: 1;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
/* sc-component-id: DesktopHeader__StyledHeader-y43jc1-0 */
.eaRyIh {
	position: -webkit-sticky;
	position: sticky;
/*	top: 56px;*/
	top: 0px;
	z-index: 4000;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	display: none;
}

@media ( min-width :1124px) {
	.eaRyIh {
		display: block;
	}
}

.eaRyIh .wrap {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100px;
	background: #fff;
	box-shadow: 0px 1px 5px rgba(0,0,0,.15);
}

.eaRyIh .wrap>div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
}

.eaRyIh button {
	cursor: pointer;
}

.eaRyIh, .eaRyIh a {
	color: black;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.eaRyIh a {
	/*margin: 0 15px;*/
	margin: 0 10px;
}

.eaRyIh .logo {
	margin-left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.eaRyIh ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bzIoPI {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1000;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	display: none;
	margin-bottom: 58px;
}

@media ( min-width :1024px) {
	.bzIoPI {
		display: block;
	}
}

.bzIoPI .wrap {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100px;
	background: #fff;
}

.bzIoPI .wrap>div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
}

.bzIoPI button {
	cursor: pointer;
}

.bzIoPI, .bzIoPI a {
	color: black;
	-webkit-text-decoration: none;
	text-decoration: none;
}

.bzIoPI a {
	margin: 0 15px;
}

.bzIoPI .logo {
	margin-left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bzIoPI ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* sc-component-id: DesktopHeader__Menu-y43jc1-1 */
.czeUiv {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/* sc-component-id: DesktopHeader__MenuItem-y43jc1-2 */
.BQTzh {
	display: inline-block;
}

.BQTzh .sub-menu {
	-webkit-transition: opacity 0s 0.3s ease, -webkit-transform 0s 0.3s;
	-webkit-transition: opacity 0s 0.3s ease, transform 0s 0.3s;
	transition: opacity 0s 0.3s ease, transform 0s 0.3s;
	opacity: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.BQTzh:hover>.sub-menu, .BQTzh:hover>a:after, .BQTzh.active>.sub-menu,
	.BQTzh.active>a:after {
	-webkit-transition: opacity 0s ease;
	transition: opacity 0s ease;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 1;
}

.BQTzh:hover>.sub-menu, .BQTzh:hover>a:after {
	z-index: 10;
}

.BQTzh:hover>.sub-menu, .BQTzh.active>.sub-menu {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.BQTzh a {
	height: 100%;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-weight: bold;
	padding-right: 15px;
	margin: 0 8px;
}
.BQTzh>a:before {
	position: absolute;
  top: calc(50% - 4px);
  right: 0;
  border: solid #000;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  width: 6px;
  height: 6px;
  font-size: 0;
  content: '';
  transform: rotate(45deg);
/*
	content: "\f107";
  font-family: "FontAwesome";
  color: #000;
	position: absolute;
  right: 0;
  top: 52%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: bold;
*/
}
.BQTzh>a:after {
	opacity: 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #0059e9 transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.BQTzh:hover>a:after {
	opacity: 1;
}

.gWcchm {
	display: inline-block;
	display: inline-block;
}

.gWcchm .sub-menu {
	-webkit-transition: opacity 0s 0.3s ease, -webkit-transform 0s 0.3s;
	-webkit-transition: opacity 0s 0.3s ease, transform 0s 0.3s;
	transition: opacity 0s 0.3s ease, transform 0s 0.3s;
	opacity: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.gWcchm:hover>.sub-menu, .gWcchm:hover>a:after, .gWcchm.active>.sub-menu,
	.gWcchm.active>a:after {
	-webkit-transition: opacity 0s ease;
	transition: opacity 0s ease;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 1;
}

.gWcchm:hover>.sub-menu, .gWcchm:hover>a:after {
	z-index: 10;
}

.gWcchm:hover>.sub-menu, .gWcchm.active>.sub-menu {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.gWcchm a {
	height: 100%;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.gWcchm:hover>a:after {
	opacity: 1;
}

.gWcchm:active a {
	color: #baedf2;
}

.gWcchm>a:after {
	-webkit-transition: opacity 0s 0.3s ease, -webkit-transform 0s 0.3s;
	-webkit-transition: opacity 0s 0.3s ease, transform 0s 0.3s;
	transition: opacity 0s 0.3s ease, transform 0s 0.3s;
	opacity: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.gWcchm:hover>.sub-menu, .gWcchm:hover>a:after {
	-webkit-transition: opacity 0s ease;
	transition: opacity 0s ease;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.gWcchm a {
	padding: 20px 0;
}

.gWcchm:hover>a:after {
	opacity: 1;
}

.gWcchm.active>a {
	color: #baedf2;
}

.gWcchm>a {
	font-weight: bold;
	color: #fff;
}

.sub-menu .gWcchm>a {
	font-weight: 500;
	color: #fff;
}

.gWcchm>a:hover {
	color: #baedf2;
}

.duMlUE {
	display: inline-block;
}

.duMlUE .sub-menu {
	-webkit-transition: opacity 0s 0.3s ease, -webkit-transform 0s 0.3s;
	-webkit-transition: opacity 0s 0.3s ease, transform 0s 0.3s;
	transition: opacity 0s 0.3s ease, transform 0s 0.3s;
	opacity: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.duMlUE:hover>.sub-menu, .duMlUE:hover>a:after, .duMlUE.active>.sub-menu,
	.duMlUE.active>a:after {
	-webkit-transition: opacity 0s ease;
	transition: opacity 0s ease;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 1;
}

.duMlUE:hover>.sub-menu, .duMlUE:hover>a:after {
	z-index: 10;
}

.duMlUE:hover>.sub-menu, .duMlUE.active>.sub-menu {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.duMlUE a {
	height: 100%;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.duMlUE:hover>a:after {
	opacity: 1;
}

.epCVac {
	display: inline-block;
}

.epCVac .sub-menu {
	-webkit-transition: opacity 0s 0.3s ease, -webkit-transform 0s 0.3s;
	-webkit-transition: opacity 0s 0.3s ease, transform 0s 0.3s;
	transition: opacity 0s 0.3s ease, transform 0s 0.3s;
	opacity: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.epCVac:hover>.sub-menu, .epCVac:hover>a:after, .epCVac.active>.sub-menu,
	.epCVac.active>a:after {
	-webkit-transition: opacity 0s ease;
	transition: opacity 0s ease;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 1;
}

.epCVac:hover>.sub-menu, .epCVac:hover>a:after {
	z-index: 10;
}

.epCVac:hover>.sub-menu, .epCVac.active>.sub-menu {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.epCVac a {
	height: 100%;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-weight: bold;
}

.epCVac:hover>a:after {
	opacity: 1;
}
/* sc-component-id: DesktopHeader__SubMenu-y43jc1-3 */
.iGAzlG {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	z-index: 9;
	top: 100%;
	left: 0;
	width: 100%;
	background: #0059e9;
}
/* sc-component-id: BookBanner__StyledBookBanner-k23nc4-0 */
.ljNSBF {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all .3s;
	transition: all .3s;
	position: fixed;
	z-index: 20;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 64px;
	box-sizing: border-box;
	padding: 20px;
	color: #fff;
	background: #0059e9;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 21px;
}

@media ( min-width :1024px) {
	.ljNSBF {
		display: none;
	}
}

.ljNSBF .book-button-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ljNSBF .book-button-container a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ljNSBF .book-button-container .icon {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 20px;
}
/* sc-component-id: Item__StyledAccordionItem-czuody-0 */
.jWbrDm button {
	cursor: pointer;
}

.jWbrDm .head {
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	background: none;
	padding: 24px;
	border: none;
	text-align: left;
}

.jWbrDm .icon {
	-webkit-transition: all .3s;
	transition: all .3s;
}

.jWbrDm .active>.icon {
	-webkit-transform: rotate(-270deg);
	-ms-transform: rotate(-270deg);
	transform: rotate(-270deg);
}

.jWbrDm .body {
	-webkit-transition: all .3s;
	transition: all .3s;
	max-height: 0;
	overflow: hidden;
}

@media ( min-width :1024px) {
	.jWbrDm .body {
		max-height: 0;
	}
}

.jWbrDm .body.active {
	max-height: 1000px;
}

.jWbrDm .body ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.jWbrDm .body>div {
	padding: 25px;
}
/* sc-component-id: Field__StyledField-sc-1y1ipk5-0 */
.hBIefR {
	margin-bottom: 25px;
}

.hBIefR label {
	display: block;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.hBIefR .field-row {
	position: relative;
}

.hBIefR input[type='text'], .hBIefR input[type='email'], .hBIefR textarea
	{
	width: 100%;
	padding: 0;
	border: none;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 0.88;
	resize: none;
}

.hBIefR input[type='text']::-webkit-input-placeholder, .hBIefR input[type='email']::-webkit-input-placeholder,
	.hBIefR textarea::-webkit-input-placeholder {
	color: black;
	opacity: 0.14;
}

.hBIefR input[type='text']:-ms-input-placeholder, .hBIefR input[type='email']:-ms-input-placeholder,
	.hBIefR textarea:-ms-input-placeholder {
	color: black;
	opacity: 0.14;
}

.hBIefR input[type='text']::-webkit-input-placeholder, .hBIefR input[type='email']::-webkit-input-placeholder,
	.hBIefR textarea::-webkit-input-placeholder {
	color: black;
	opacity: 0.14;
}

.hBIefR input[type='text']::-moz-placeholder, .hBIefR input[type='email']::-moz-placeholder,
	.hBIefR textarea::-moz-placeholder {
	color: black;
	opacity: 0.14;
}

.hBIefR input[type='text']:-ms-input-placeholder, .hBIefR input[type='email']:-ms-input-placeholder,
	.hBIefR textarea:-ms-input-placeholder {
	color: black;
	opacity: 0.14;
}

.hBIefR input[type='text']::placeholder, .hBIefR input[type='email']::placeholder,
	.hBIefR textarea::placeholder {
	color: black;
	opacity: 0.14;
}

.hBIefR textarea {
	display: block;
	padding-top: 8px;
	height: 20px;
	max-height: 150px;
}

.hBIefR .icon {
	position: absolute;
	right: 0;
	top: 0;
}

.eVPJfb {
	margin-bottom: 25px;
}

.eVPJfb label {
	display: block;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.eVPJfb .field-row {
	position: relative;
}

.eVPJfb input[type='text'], .eVPJfb input[type='email'], .eVPJfb textarea
	{
	width: 100%;
	padding: 0;
	border: none;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 0.88;
	resize: none;
}

.eVPJfb input[type='text']::-webkit-input-placeholder, .eVPJfb input[type='email']::-webkit-input-placeholder,
	.eVPJfb textarea::-webkit-input-placeholder {
	color: black;
	opacity: 0.14;
}

.eVPJfb input[type='text']:-ms-input-placeholder, .eVPJfb input[type='email']:-ms-input-placeholder,
	.eVPJfb textarea:-ms-input-placeholder {
	color: black;
	opacity: 0.14;
}

.eVPJfb input[type='text']::-webkit-input-placeholder, .eVPJfb input[type='email']::-webkit-input-placeholder,
	.eVPJfb textarea::-webkit-input-placeholder {
	color: black;
	opacity: 0.14;
}

.eVPJfb input[type='text']::-moz-placeholder, .eVPJfb input[type='email']::-moz-placeholder,
	.eVPJfb textarea::-moz-placeholder {
	color: black;
	opacity: 0.14;
}

.eVPJfb input[type='text']:-ms-input-placeholder, .eVPJfb input[type='email']:-ms-input-placeholder,
	.eVPJfb textarea:-ms-input-placeholder {
	color: black;
	opacity: 0.14;
}

.eVPJfb input[type='text']::placeholder, .eVPJfb input[type='email']::placeholder,
	.eVPJfb textarea::placeholder {
	color: black;
	opacity: 0.14;
}

.eVPJfb textarea {
	display: block;
	padding-top: 8px;
	height: 20px;
	max-height: 150px;
}

.eVPJfb .icon {
	position: absolute;
	right: 0;
	top: 0;
}

.eVPJfb textarea {
	text-transform: none;
	height: 70px;
	max-height: 70px;
	font-size: 16px;
	font-weight: normal;
}
/* sc-component-id: VideoHero__StyledVideo-sc-1i2592m-0 */
.hZQaKs {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-transition: opacity 1s, -webkit-transform 0s 1s;
	-webkit-transition: opacity 1s, transform 0s 1s;
	transition: opacity 1s, transform 0s 1s;
	opacity: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.hZQaKs iframe {
	top: 50% !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.hZQaKs video {
	display: block;
}

.hZQaKs .desktop-video {
	display: none;
}

@media ( min-width :1024px) {
	.hZQaKs .desktop-video {
		display: block;
	}
	.hZQaKs .mobile-video {
		display: none;
	}
}

.hZQaKs .overlay {
	background: none;
	border: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
/* sc-component-id: Select__StyledSelect-sc-38ps2l-0 */
.fdRvZh {
	display: inline-block;
	position: relative;
	min-width: 260px;
}

.fdRvZh .react-select__control {
	cursor: pointer;
	-webkit-transition: none;
	transition: none;
	box-shadow: none;
	background-color: #fff;
	border-radius: 20px;
	font-weight: bold;
	font-size: 16px;
	border: none;
}

.fdRvZh .react-select__control--menu-is-open {
	border-radius: 20px 20px 0 0;
}

.fdRvZh .react-select__value-container {
	padding-left: 15px;
}

.fdRvZh .react-select__indicator-separator {
	display: none;
}

.fdRvZh .icon {
	margin-right: 14px;
}

.fdRvZh .react-select__placeholder {
	color: black;
}

.fdRvZh .react-select__menu {
	box-shadow: none;
	margin: 0;
	border: none;
	background-color: #fff;
	border-radius: 0 0 20px 20px;
	z-index: 10000;
}

.fdRvZh .react-select__menu-list {
	padding: 0;
}

.fdRvZh .react-select__option {
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 20px;
}

.fdRvZh .react-select__option--is-selected {
	color: inherit;
	background-color: transparent;
}

.fdRvZh .react-select__option--is-focused {
	background-color: #0059e9;
	color: #fff;
}

.hizBWS {
	display: inline-block;
	position: relative;
	min-width: 180px;
}

.hizBWS .react-select__control {
	/*cursor: pointer;*/
	-webkit-transition: none;
	transition: none;
	box-shadow: none;
	background-color: #baedf2;
	border-radius: 20px;
	font-weight: bold;
	font-size: 16px;
	border: none;
}

.hizBWS .react-select__control--menu-is-open {
	border-radius: 20px 20px 0 0;
}

.hizBWS .react-select__control--menu-is-open {
	border-radius: 0 0 20px 20px;
}

.hizBWS .react-select__value-container {
	padding-left: 15px;
}

.hizBWS .react-select__indicator-separator {
	display: none;
}

.hizBWS .icon {
	margin-right: 14px;
}

.hizBWS .react-select__placeholder {
	color: black;
}

.hizBWS .react-select__menu {
	box-shadow: none;
	margin: 0;
	border: none;
	background-color: #baedf2;
	border-radius: 0 0 20px 20px;
	z-index: 10000;
}

.hizBWS .react-select__menu {
	border-radius: 20px 20px 0 0;
}

.hizBWS .react-select__control:not(.react-select__control--menu-is-open)
	{
	background-color: transparent;
}

.hizBWS .react-select__control:not(.react-select__control--menu-is-open) .react-select__placeholder,
	.hizBWS .react-select__control:not(.react-select__control--menu-is-open) .react-select__single-value
	{
	color: #0059e9;
	font-weight: normal;
	font-size: 18px;
}

.hizBWS .icon {
	display: none;
}

.hizBWS .react-select__placeholder, .hizBWS .react-select__single-value
	{
	right: 15px;
}

.hizBWS .react-select__option {
	text-align: right;
}

.hizBWS .react-select__menu-list {
	padding: 0;
}

.hizBWS .react-select__option {
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 20px;
}

.hizBWS .react-select__option--is-selected {
	color: inherit;
	background-color: transparent;
}

.hizBWS .react-select__option--is-focused {
	background-color: #0059e9;
	color: #fff;
}

.eLwJHJ {
	display: inline-block;
	position: relative;
	min-width: 260px;
}

.eLwJHJ .react-select__control {
	cursor: pointer;
	-webkit-transition: none;
	transition: none;
	box-shadow: none;
	background-color: #baedf2;
	border-radius: 20px;
	font-weight: bold;
	font-size: 16px;
	border: none;
}

.eLwJHJ .react-select__control--menu-is-open {
	border-radius: 20px 20px 0 0;
}

.eLwJHJ .react-select__value-container {
	padding-left: 15px;
}

.eLwJHJ .react-select__indicator-separator {
	display: none;
}

.eLwJHJ .icon {
	margin-right: 14px;
}

.eLwJHJ .react-select__placeholder {
	color: black;
}

.eLwJHJ .react-select__menu {
	box-shadow: none;
	margin: 0;
	border: none;
	background-color: #baedf2;
	border-radius: 0 0 20px 20px;
	z-index: 10000;
}

.eLwJHJ .react-select__menu-list {
	padding: 0;
}

.eLwJHJ .react-select__option {
	-webkit-transition: all .3s;
	transition: all .3s;
	border-radius: 20px;
}

.eLwJHJ .react-select__option--is-selected {
	color: inherit;
	background-color: transparent;
}

.eLwJHJ .react-select__option--is-focused {
	background-color: #0059e9;
	color: #fff;
}
/* sc-component-id: SectionNav__StyledSectionNav-sc-56f2ix-0 */
.cvAgNI {
	position: fixed;
	left: 0;
	right: 0;
	top: 66px;
	z-index: 10;
	margin: 0;
	background-color: #fff;
	padding: 14px 20px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	font-size: 0;
}

@media ( min-width :1024px) {
	.cvAgNI {
		top: 140px;
		background-color: transparent;
		padding: 0;
		overflow: initial;
		margin: 0 -430px 0 0;
		left: auto;
		right: 50%;
	}
}

.cvAgNI ul {
	font-size: 16px;
	height: 37px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	margin: 0;
	padding: 0;
}

@media ( min-width :1024px) {
	.cvAgNI ul {
		display: block;
		position: absolute;
		height: auto;
		top: 40px;
		right: -80px;
	}
}

.cvAgNI ul:after {
	content: '';
	height: 2px;
	position: absolute;
	background: #baedf2;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media ( min-width :1024px) {
	.cvAgNI ul:after {
		width: 2px;
		height: 100%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		top: 0;
		left: auto;
		right: 17px;
	}
}

.cvAgNI li {
	height: 37px;
	display: inline-block;
}

@media ( min-width :1024px) {
	.cvAgNI li {
		text-align: right;
		display: block;
	}
}

.cvAgNI li.active div {
	background: #0059e9;
}

.cvAgNI li.active button {
	color: #fff;
	opacity: 1;
}

.cvAgNI li+li {
	margin-left: 12px;
}

@media ( min-width :1024px) {
	.cvAgNI li+li {
		margin-left: 0;
		margin-top: 17px;
	}
}

.cvAgNI li div {
	max-width: 150px;
	overflow: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
	z-index: 1;
	display: inline-block;
	background: #baedf2;
	border-radius: 20px;
}

.cvAgNI button {
	-webkit-transition: all .3s;
	transition: all .3s;
	white-space: nowrap;
	background: none;
	border: none;
	padding: 0.6em 1.3em;
	outline: none;
}

@media ( min-width :1024px) {
	.cvAgNI li:not(.active) div {
		max-width: 37px;
	}
	.cvAgNI li:hover div {
		max-width: 150px;
	}
	.cvAgNI li:hover div button {
		opacity: 1;
	}
	.cvAgNI button {
		opacity: 0;
	}
}
/* sc-component-id: LocaleBar__StyledLocaleBar-sc-1nh2uzc-0 */
.hdwMcc {
	background: #0059e9;
}

.hdwMcc .inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 12px;
	padding-right: 0;
}

@media ( min-width :1024px) {
	.hdwMcc .inner {
		padding-left: 20px;
	}
}

.hdwMcc .choose {
	color: white;
	display: none;
}

@media ( min-width :1024px) {
	.hdwMcc .choose {
		display: inline;
		margin-right: 30px;
	}
}

.hdwMcc .select {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin-right: 16px;
}

@media ( min-width :1024px) {
	.hdwMcc .select {
		-webkit-flex: 0;
		-ms-flex: 0;
		flex: 0;
	}
}

.hdwMcc button[type='button'] {
	background: #baedf2;
	color: black;
}
/* sc-component-id: LocaleBar__CancelButton-sc-1nh2uzc-1 */
.gPDFQU {
	border: none;
	background: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 66px;
	width: 66px;
}

@media ( min-width :1024px) {
	.gPDFQU {
		margin-left: auto;
	}
}
/* sc-component-id: Swoosh-i5f94d-0 */
.gJQtiO {
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	position: absolute;
	left: 0;
	height: auto;
	pointer-events: none;
	max-width: none;
	width: 100%;
	bottom: -1px;
	z-index: 1;
}

@media ( min-width :1024px) {
	.gJQtiO {
		-webkit-animation: fEBntD 5s linear forwards;
		animation: fEBntD 5s linear forwards;
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
}

.kWKJka {
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	position: absolute;
	left: 0;
	height: auto;
	pointer-events: none;
	max-width: none;
	width: 100%;
	bottom: -1px;
	z-index: 1;
}

@media ( max-width :1024px) {
	.kWKJka {
		display: none !important;
	}
}

@media ( min-width :1024px) {
	.kWKJka {
		-webkit-animation: fEBntD 5s linear forwards;
		animation: fEBntD 5s linear forwards;
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
}

.DhPOd {
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	position: absolute;
	left: 0;
	height: auto;
	pointer-events: none;
	max-width: none;
	width: 100%;
	bottom: -1px;
	z-index: 1;
}

@media ( max-width :1023px) {
	.body-mobile{
		margin-top: 66px;
	}
	.body p{
		font-size: 16px;
	}
	.DhPOd {
		display: none !important;
	}
	#nav-history{
		display :none;
	}
	.igNPeK{
		margin-top: 0px;
	}
}

.jaDPoE {
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	position: absolute;
	left: 0;
	height: auto;
	pointer-events: none;
	max-width: none;
	width: 100%;
	bottom: -1px;
	z-index: 1;
}
.Swoosh-i5f94d-0{
	margin-bottom:-5px;
	min-width: calc(100% + 10px)!important;
	left: -5px;
	z-index: 1000;
}
#mobile-menu{
	z-index: 1002;
	padding-bottom: 150px;
}
.display-submenu{
	max-height : 100% !important;
}
/* sc-component-id: ContactForm__StyledContactForm-sc-1ugy1hx-2 */
.cxbufX {
	position: relative;
	z-index: 1;
	box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	background-color: #fff;
	max-width: 375px;
	margin: 0 auto;
}

@media ( min-width :1024px) {
	.cxbufX {
		margin: 0;
	}
}

.cxbufX .head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-size: 32px;
	font-weight: bold;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	padding: 18px 20px;
	background: #0059e9;
	border-radius: 20px 20px 0 0;
}

.cxbufX form {
	padding: 20px;
}

.cxbufX .foot {
	border-top: solid #e5e5e5 2px;
	padding-top: 16px;
	text-align: right;
}
/* sc-component-id: ContactForm__StyledSelect-sc-1ugy1hx-3 */
.laPTdP {
	margin-bottom: 26px;
}

.laPTdP label {
	display: block;
	font-size: 16px;
	margin-bottom: 14px;
}

.laPTdP .select {
	width: 100%;
}
/* sc-component-id: CMSContent__StyledCMSContent-sc-11im4ts-0 */
.evQvjP p {
	font-size: 18px;
	line-height: 1.39;
}

.evQvjP p:first-child {
	margin-top: 0;
}

.evQvjP p:last-child {
	margin-bottom: 0;
}

.evQvjP h1 {
	color: #0059e9;
	font-size: 60px;
	line-height: .75;
	-webkit-letter-spacing: -2.5px;
	-moz-letter-spacing: -2.5px;
	-ms-letter-spacing: -2.5px;
	letter-spacing: -2.5px;
	font-weight: bold;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin-top: 0;
	margin-bottom: .3em;
	text-transform: uppercase;
}

.evQvjP h1:first-child {
	margin-top: 0;
}

.evQvjP h2, .evQvjP h2 strong{
	color: #0059e9;
	font-size: 32px;
	line-height: 1.1em;
	-webkit-letter-spacing: -1px;
	-moz-letter-spacing: -1px;
	-ms-letter-spacing: -1px;
	letter-spacing: -1px;
	font-weight: bold;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin-top: 0;
	margin-bottom: .4em;
}

.evQvjP h2:first-child {
	margin-top: 0;
}

.evQvjP h3, .evQvjP h3 strong{
	color: #0059e9;
	font-size: 28px;
	line-height: 1.1em;
	-webkit-letter-spacing: -1px;
	-moz-letter-spacing: -1px;
	-ms-letter-spacing: -1px;
	letter-spacing: -1px;
	font-weight: bold;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin-top: 0;
	margin-bottom: 0.5em;
}

.evQvjP h3:first-child {
	margin-top: 0;
}

.evQvjP h4, .new-title-gal p {
	color: #0059e9;
	font-size: 14px;
	line-height: .75;
	-webkit-letter-spacing: 2.33px;
	-moz-letter-spacing: 2.33px;
	-ms-letter-spacing: 2.33px;
	letter-spacing: 2.33px;
	font-weight: bold;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin-top: 0;
	margin-bottom: 2em;
}
.general-enquiries h4{
	margin-top: 50px;
}
.evQvjP h4:first-child {
	margin-top: 0;
}

.evQvjP h5 {
	color: #0059e9;
	line-height: .75;
	font-weight: bold;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin-top: 0;
	margin-bottom: 0.5em;
}

.evQvjP h5:first-child {
	margin-top: 0;
}

.evQvjP blockquote {
	font-weight: bold;
	color: #0059e9;
	font-size: 21px;
	line-height: 1.14;
	padding: 0;
	margin: 50px 36px;
	text-align: center;
}

@media ( min-width :1024px) {
	.evQvjP blockquote {
		margin-left: 0;
		margin-right: 0;
	}
	.evQvjP blockquote:first-child {
		margin-top: 0;
	}
	.evQvjP blockquote:last-child {
		margin-bottom: 0;
	}
}

.evQvjP .text-center {
	text-align: center;
}

.evQvjP .text-left {
	text-align: left;
}

.evQvjP .text-right {
	text-align: right;
}

.evQvjP .text-justify {
	text-align: justify;
}
/* sc-component-id: Slider__StyledSlider-ok6hq3-0 */
.bUXoZX .slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.bUXoZX .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.bUXoZX .slick-list:focus {
	outline: none;
}

.bUXoZX .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.bUXoZX .slick-slider .slick-track, .bUXoZX .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.bUXoZX .slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.bUXoZX .slick-track:before, .bUXoZX .slick-track:after {
	display: table;
	content: '';
}

.bUXoZX .slick-track:after {
	clear: both;
}

.bUXoZX .slick-loading .slick-track {
	visibility: hidden;
}

.bUXoZX .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

.bUXoZX [dir='rtl'] .slick-slide {
	float: right;
}

.bUXoZX .slick-slide img {
	display: block;
}

.bUXoZX .slick-slide.slick-loading img {
	display: none;
}

.bUXoZX .slick-slide.dragging img {
	pointer-events: none;
}

.bUXoZX .slick-initialized .slick-slide {
	display: block;
}

.bUXoZX .slick-loading .slick-slide {
	visibility: hidden;
}

.bUXoZX .slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.bUXoZX .slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.bUXoZX .slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.bUXoZX .slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.bUXoZX .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.bUXoZX .slick-dots li button:hover, .bUXoZX .slick-dots li button:focus
	{
	outline: none;
}

.bUXoZX .slick-dots li button:hover:before, .bUXoZX .slick-dots li button:focus:before
	{
	opacity: 1;
}

.bUXoZX .slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: 0.25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bUXoZX .slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: black;
}

.bUXoZX .slick-left, .bUXoZX .slick-right {
	display: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media ( min-width :1024px) {
	.bUXoZX .slick-left, .bUXoZX .slick-right {
		display: block;
	}
}

.bUXoZX .slick-left {
	left: 0;
}

.bUXoZX .slick-right {
	right: 0;
}
/* sc-component-id: Combos__StyledCombos-sc-1vl00o6-0 */
.dRZZkC {
	position: relative;
	z-index: 1;
	background-color: #baedf2;
	border-radius: 20px;
	padding: 30px 20px 0;
}

.dRZZkC .mobile-plus {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #baedf2;
	border-radius: 50%;
}

.dRZZkC .mobile-plus:before, .dRZZkC .mobile-plus:after {
	content: '';
	position: absolute;
	background: #0059e9;
}

.dRZZkC .mobile-plus:before {
	left: 17px;
	top: 10px;
	width: 2px;
	height: 16px;
}

.dRZZkC .mobile-plus:after {
	top: 17px;
	left: 10px;
	height: 2px;
	width: 16px;
}

@media ( min-width :1024px) {
	.dRZZkC .mobile-plus {
		display: none;
	}
}

.dRZZkC .desc {
	text-align: center;
	margin-bottom: 1.5em;
}

@media ( min-width :1024px) {
	.dRZZkC .desc {
		margin-bottom: 0;
	}
}

.dRZZkC .slick-slider {
	margin-top: -30px;
	position: relative;
	top: 15px;
}

@media ( min-width :1024px) {
	.dRZZkC .slick-slider {
		padding: 0 40px;
	}
}

.dRZZkC .slick-slide {
	text-align: center;
}

.dRZZkC .panel-wrap {
	box-sizing: border-box;
	padding: 15px 0;
}

@media ( min-width :1024px) {
	.dRZZkC .panel-wrap {
		padding: 18px;
	}
}

.dRZZkC .panel {
	min-width: 0;
	min-height: 200px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media ( min-width :1024px) {
	.dRZZkC .panel {
		min-height: 180px;
	}
}

.dRZZkC .row-head {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dRZZkC .add-button {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media ( min-width :1024px) {
	.dRZZkC {
		display: grid;
		grid-template-columns: auto 440px;
		grid-gap: 0 20px;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 50px 20px 50px 50px;
	}
	.dRZZkC .desc {
		text-align: left;
	}
	.dRZZkC .items {
		margin: 0;
	}
}
/* sc-component-id: ContentBlock__Block-cv7x56-0 */
.iljoC {
	margin-bottom: 30px;
	font-size: 18px;
}

.iljoC img {
	display: block;
	margin: 30px auto;
}

@media ( min-width :1024px) {
	.iljoC {
		margin-bottom: 80px;
	}
	.iljoC img {
		margin: 80px 0;
	}
	.iljoC img:first-child {
		margin-top: 0;
	}
	.iljoC img:last-child {
		margin-bottom: 0;
	}
}
/* sc-component-id: ContentBlock__Cols-cv7x56-1 */
.berHUU {
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

@media ( min-width :1024px) {
	.berHUU {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.berHUU .col:first-child {
	padding-left: 45px;
	padding-right: 0;
}

.berHUU .col:last-child {
	padding-left: 0;
	padding-right: 45px;
}

@media ( min-width :1024px) {
	.lbxVjT {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.lbxVjT .col {
	padding: 0 !important;
}

@media ( min-width :1024px) {
	.jwGtNK {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}

.fDKqvu {
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media ( min-width :1024px) {
	.fDKqvu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}
/* sc-component-id: ContentBlock__Col-cv7x56-2 */
.epWxYT {
	margin-bottom: 50px;
}

@media ( min-width :1024px) {
	.epWxYT {
		margin-bottom: 0;
		box-sizing: border-box;
		width: 50%;
		padding-right: 45px;
	}
	.epWxYT:last-child {
		padding-left: 45px;
		padding-right: 0;
	}
	.epWxYT .panel {
		margin-right: 0;
		margin-left: auto;
	}
}

.exiyNe {
	margin-bottom: 50px;
}

@media ( min-width :1024px) {
	.exiyNe {
		margin-bottom: 0;
		box-sizing: border-box;
		width: 50%;
		padding-right: 45px;
	}
	.exiyNe:last-child {
		padding-left: 40px;
		padding-right: 0;
	}
}
/* sc-component-id: sc-keyframes-bcotwY */
@-webkit-keyframes bcotwY { 
	0%{
		opacity: 0;
	}

	100%{
		opacity: 100%;
	}
}
@keyframes bcotwY { 
	0%{
		opacity: 0;
	}

	100%{
		opacity: 100%;
	}
}
/* sc-component-id: sc-keyframes-cJDFFt */
@-webkit-keyframes cJDFFt { 
	0%{
		-webkit-transform: translate(-50%, -70%);
		-ms-transform: translate(-50%, -70%);
		transform: translate(-50%, -70%);
	}

	50%{
		-webkit-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		transform: translate(-50%, 0%);
	}
	100%{ 
		-webkit-transform: translate(-50%,-70%);
		-ms-transform: translate(-50%, -70%);
		transform: translate(-50%, -70%);
	}
}
@keyframes cJDFFt { 
	0%{
		-webkit-transform: translate(-50%, -70%);
		-ms-transform: translate(-50%, -70%);
		transform: translate(-50%, -70%);
	}

	50%{
		-webkit-transform: translate(-50%, 0%);
		-ms-transform: translate(-50%, 0%);
		transform: translate(-50%,0%);
	}
	100%{
		-webkit-transform: translate(-50%,-70%);
		-ms-transform:translate(-50%,-70%);
		transform: translate(-50%,-70%);
	}
}
/* sc-component-id: pages__Locations-j221cr-0 */
@media ( min-width :1024px) {
	.jjMEEN {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin: 50px -6px;
	}
}
/* sc-component-id: pages__Location-j221cr-1 */
.ogYgO {
	text-align: center;
}

@media ( min-width :1024px) {
	.ogYgO {
		margin: 0 6px;
	}
}

.ogYgO img {
	display: block;
	margin: 0 auto;
}

.ogYgO .title {
	color: black;
	background: #baedf2;
	border-radius: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	padding: 8px 20px;
}
/* sc-component-id: pages__Safety-j221cr-2 */
.dewyGR .content {
	margin-top: 0;
	margin-bottom: 0;
}

@media ( min-width :1024px) {
	.dewyGR {
		position: relative;
		overflow: hidden;
		padding: 50px 0 75px;
	}
	.dewyGR .img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.dewyGR .img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
/* sc-component-id: sc-keyframes-fEBntD */
@
-webkit-keyframes fEBntD {
	from {-webkit-transform: scale(2.2) translateX(-300px);
	-ms-transform: scale(2.2) translateX(-300px);
	transform: scale(2.2) translateX(-300px);
}

to {
	-webkit-transform: scale(1) translateX(0px);
	-ms-transform: scale(1) translateX(0px);
	transform: scale(1) translateX(0px);
}

}
@
keyframes fEBntD {
	from {-webkit-transform: scale(2.2) translateX(-300px);
	-ms-transform: scale(2.2) translateX(-300px);
	transform: scale(2.2) translateX(-300px);
}

to {
	-webkit-transform: scale(1) translateX(0px);
	-ms-transform: scale(1) translateX(0px);
	transform: scale(1) translateX(0px);
}

}
/* sc-component-id: slug__StyledAccordionWrap-sc-1e3sjbl-0 */
.kWFoSW {
	position: relative;
	padding-top: 30px;
	background-color: #baedf2;
}

.kWFoSW .img {
	margin-bottom: -40px;
}

@media ( max-width :1024px) {
	.kWFoSW {
		padding-top: 0;
		background-color: transparent;
		margin-top: -20px;
		z-index: 10;
	}
	.mobile{
		display: block !important;
	}
	.desktop{
		display: none !important;
	}
}
/* sc-component-id: slug__StyledAccordion-sc-1e3sjbl-1 */
@media ( min-width :1024px) {
	.klbnqh {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media ( min-width :1024px) {
	.klbnqh>div {
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin: 0 18px;
	}
}
/* sc-component-id: slug__StyledAccordionItem-sc-1e3sjbl-2 */
.jYHuuo {
	position: relative;
	background: #fff;
	margin-bottom: -20px;
	padding-bottom: 20px;
	overflow: hidden;
	border-radius: 20px 20px 0 0;
}

@media ( min-width :1024px) {
	.jYHuuo {
		padding-bottom: 0;
		margin-bottom: 28px;
		border-radius: 20px;
	}
}

@media ( max-width :1024px) {
	.jYHuuo {
		box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.25);
		max-width: 375px;
		margin: 0 auto -20px;
	}
}

.jYHuuo button {
	text-transform: uppercase;
	-webkit-letter-spacing: 2px;
	-moz-letter-spacing: 2px;
	-ms-letter-spacing: 2px;
	letter-spacing: 2px;
	font-size: 14px;
}

.jYHuuo .head {
	padding: 24px;
	color: #0059e9;
	font-weight: bold;
}

@media ( min-width :1024px) {
	.jYHuuo .head {
		background-color: #0059e9;
		color: #fff;
	}
}

.jYHuuo .head.active {
	background-color: #0059e9;
	color: #fff;
}

.jYHuuo .body>div {
	padding: 25px 25px 45px;
}

@media ( min-width :1024px) {
	.jYHuuo .body>div {
		padding-bottom: 25px;
	}
}
/* sc-component-id: slug__StyledCombos-sc-1e3sjbl-3 */
.kVxBgZ {
	margin: 60px 0 -100px;
}
/* sc-component-id: ImageBlock__StyledBlock-sc-1d44kf8-0 */
.hKNQGx {
	margin-bottom: 30px;
	font-size: 18px;
}

.hKNQGx img {
	display: block;
	margin: 30px auto;
}

@media ( min-width :1024px) {
	.hKNQGx {
		margin-bottom: 80px;
	}
	.hKNQGx img {
		margin: 80px 0;
	}
	.hKNQGx img:first-child {
		margin-top: 0;
	}
	.hKNQGx img:last-child {
		margin-bottom: 0;
	}
}

@media ( min-width :1024px) {
	.hKNQGx {
		margin-bottom: 50px;
	}
	.hKNQGx img {
		margin: 0 auto;
	}
}
/* sc-component-id: TwoColumnBlock__StyledBlock-sc-12znnas-0 */
.cGMSMJ {
	margin-bottom: 30px;
	font-size: 18px;
}

.cGMSMJ img {
	display: block;
	margin: 30px auto;
}

@media ( min-width :1024px) {
	.cGMSMJ {
		margin-bottom: 80px;
	}
	.cGMSMJ img {
		margin: 80px 0;
	}
	.cGMSMJ img:first-child {
		margin-top: 0;
	}
	.cGMSMJ img:last-child {
		margin-bottom: 0;
	}
}

@media ( min-width :1024px) {
	.cGMSMJ blockquote {
		font-size: 28px;
	}
	.cGMSMJ p {
		margin-top: 0;
	}
	.cGMSMJ>div>div:first-child img {
		max-width: none;
		width: 130%;
		margin-left: -30%;
	}
	.cGMSMJ>div>div:last-child {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.cGMSMJ>div>div:last-child img {
		margin-top: 0;
		margin-bottom: 40px;
	}
}

.ebASAY {
	margin-bottom: 30px;
	font-size: 18px;
}

.ebASAY img {
	display: block;
	margin: 30px auto;
}

@media ( min-width :1024px) {
	.ebASAY {
		margin-bottom: 80px;
	}
	.ebASAY img {
		margin: 80px 0;
	}
	.ebASAY img:first-child {
		margin-top: 0;
	}
	.ebASAY img:last-child {
		margin-bottom: 0;
	}
}

@media ( min-width :1024px) {
	.ebASAY>div {
		-webkit-align-items: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.dmKhNU {
	margin-bottom: 30px;
	font-size: 18px;
}

.dmKhNU img {
	display: block;
	margin: 30px auto;
}

@media ( min-width :1024px) {
	.dmKhNU {
		margin-bottom: 80px;
	}
	.dmKhNU img {
		margin: 80px 0;
	}
	.dmKhNU img:first-child {
		margin-top: 0;
	}
	.dmKhNU img:last-child {
		margin-bottom: 0;
	}
}

@media ( min-width :1024px) {
	.dmKhNU>div>div:first-child img:first-of-type {
		position: relative;
		left: -60px;
	}
	.dmKhNU>div>div:first-child img+img {
		display: block;
		margin-top: -140px;
		margin-left: auto;
	}
}

.jGtTno {
	margin-bottom: 30px;
	font-size: 18px;
}

.jGtTno img {
	display: block;
	margin: 30px auto;
}

@media ( min-width :1024px) {
	.jGtTno {
		margin-bottom: 80px;
	}
	.jGtTno img {
		margin: 80px 0;
	}
	.jGtTno img:first-child {
		margin-top: 0;
	}
	.jGtTno img:last-child {
		margin-bottom: 0;
	}
}

@media ( min-width :1024px) {
}

.erZWBx {
	margin-bottom: 30px;
	font-size: 18px;
}

.erZWBx img {
	display: block;
	margin: 30px auto;
}

@media ( min-width :1024px) {
	.erZWBx {
		margin-bottom: 80px;
	}
	.erZWBx img {
		margin: 80px 0;
	}
	.erZWBx img:first-child {
		margin-top: 0;
	}
	.erZWBx img:last-child {
		margin-bottom: 0;
	}
}

@media ( min-width :1024px) {
	.erZWBx {
		margin-bottom: 0;
	}
	.erZWBx>div>div:first-child img:first-of-type {
		position: relative;
		left: -60px;
	}
	.erZWBx>div>div:first-child img+img {
		position: relative;
		display: block;
		margin-top: -300px;
		margin-left: auto;
	}
}

.lnBoDc {
	margin-bottom: 30px;
	font-size: 18px;
}

.lnBoDc img {
	display: block;
	margin: 30px auto;
}

@media ( min-width :1024px) {
	.lnBoDc {
		margin-bottom: 80px;
	}
	.lnBoDc img {
		margin: 80px 0;
	}
	.lnBoDc img:first-child {
		margin-top: 0;
	}
	.lnBoDc img:last-child {
		margin-bottom: 0;
	}
}

@media ( min-width :1024px) {
	.lnBoDc img:nth-child(2) {
		position: relative;
		top: -40px;
		left: 80px;
	}
	.lnBoDc img:nth-child(3) {
		margin-top: 160px;
	}
}
/* sc-component-id: BlockQuoteBlock__StyledBlock-sc-1y88c6a-0 */
.fTJaYR {
	margin-bottom: 30px;
	font-size: 18px;
}

.fTJaYR img {
	display: block;
	margin: 30px auto;
}

@media ( min-width :1024px) {
	.fTJaYR {
		margin-bottom: 80px;
	}
	.fTJaYR img {
		margin: 80px 0;
	}
	.fTJaYR img:first-child {
		margin-top: 0;
	}
	.fTJaYR img:last-child {
		margin-bottom: 0;
	}
}

@media ( min-width :1024px) {
	.fTJaYR {
		margin: 80px 0;
	}
	.fTJaYR blockquote {
		font-size: 32px;
		-webkit-letter-spacing: -1.03px;
		-moz-letter-spacing: -1.03px;
		-ms-letter-spacing: -1.03px;
		letter-spacing: -1.03px;
		text-align: center;
		color: #0059e9;
		font-weight: bold;
	}
	.fTJaYR blockquote p {
		line-height: 0.88;
	}
}
/* sc-component-id: CtaBlock__StyledBlock-sc-1t3sy98-0 */
.eXomwK {
	margin-bottom: 30px;
	font-size: 18px;
}

.eXomwK img {
	display: block;
	margin: 30px auto;
}

@media ( min-width :1024px) {
	.eXomwK {
		margin-bottom: 80px;
	}
	.eXomwK img {
		margin: 80px 0;
	}
	.eXomwK img:first-child {
		margin-top: 0;
	}
	.eXomwK img:last-child {
		margin-bottom: 0;
	}
}

.eXomwK h1 {
	margin-top: 18px;
}

.eXomwK .col+.col {
	margin-top: 20px;
}

@media ( min-width :1024px) {
	.eXomwK .col+.col {
		margin-top: 0;
	}
}
/* sc-component-id: HtmlContentBlock__StyledBlock-sc-118qqbp-0 */
.jvSImH {
	margin-bottom: 30px;
	font-size: 18px;
}

.jvSImH img {
	display: block;
	margin: 30px auto;
	width: 100%;
	height: auto;
}

@media ( min-width :1024px) {
	.jvSImH {
		margin-bottom: 80px;
	}
	.jvSImH img {
		margin: 80px 0;
	}
	.jvSImH img:first-child {
		margin-top: 0;
	}
	.jvSImH img:last-child {
		margin-bottom: 0;
	}
}
/* sc-component-id: FAQsBlock__StyledAccordionItem-sc-8nm4g6-0 */
.kNGjYL {
	margin-top: 2px;
}

.kNGjYL .head {
	background-color: #baedf2;
}

.kNGjYL .head.active {
	background-color: #0059e9;
	color: #fff;
}
/* sc-component-id: about__StyledContent-sc-1wu1k0u-0 */
.fdfEJr img {
	margin-right: -20px;
	max-width: 80vw;
}

@media ( min-width :1024px) {
	.fdfEJr img {
		left: 20%;
		position: relative;
		width: 120%;
		max-width: none;
	}
}
/* sc-component-id: gift-vouchers__VoucherPanel-j1cfk7-0 */
.kCvCVs .button-row {
	padding-left: 12px;
}

.kCvCVs .button-row span, .kCvCVs .button-row strong {
	font-size: 21px;
	font-weight: bold;
}

.kCvCVs .button-row span {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	background: #baedf2;
	width: 38px;
	height: 38px;
	margin-right: 10px;
}
/* sc-component-id: park-info__Wrap-gh9p9j-0 */
.cPGcum {
	overflow: hidden;
}
/* sc-component-id: park-info__CallBar-gh9p9j-1 */
.iHLQKh {
	background: #baedf2;
	padding: 15px 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media ( min-width :1024px) {
	.iHLQKh {
		display: none;
	}
}

.iHLQKh h4 {
	margin: 0;
}
/* sc-component-id: park-info__Map-gh9p9j-2 */
.cucahe {
	box-sizing: border-box;
	background: #e5e5e5;
	padding-bottom: 60%;
	position: relative;
}

@media ( min-width :1024px) {
	.cucahe {
		min-height: 360px;
		padding-bottom: 24%;
	}
}

.cucahe .embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.cucahe iframe {
	width: 100%;
	height: 100%;
	display: block;
}

.cucahe .inner {
	position: relative;
}

.cucahe a {
	position: absolute;
	bottom: 0;
	right: 20px;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}
/* sc-component-id: park-info__MapButton-gh9p9j-3 */
.hqzPor {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
/* sc-component-id: park-info__StyledContent-gh9p9j-4 */
.bljkJH {
	font-size: 18px;
}

.bljkJH .address-content h1 {
	font-size: 32px;
	margin-top: 0.67em;
	margin-bottom: 0;
}

.bljkJH .address-content h2 {
	margin-top: 0;
}

.bljkJH .times-content {
	margin-top: 1.1em;
}

@media ( min-width :1024px) {
	.bljkJH .address-content h1 {
		margin-bottom: 0.15em;
		font-size: 60px;
	}
	.bljkJH .address-content h2 {
		margin-top: 0;
	}
	.bljkJH .phone {
		margin-bottom: 70px;
		font-size: 40px;
	}
	.bljkJH .opening-times h2 {
		margin-bottom: 0.3em;
	}
	.bljkJH .opening-times p {
		margin-top: 0;
	}
}

.bljkJH .call-desktop {
	display: none;
}

@media ( min-width :1024px) {
	.bljkJH .call-desktop {
		display: block;
	}
}
/* sc-component-id: park-info__FooterImg-gh9p9j-5 */
.dYSvtf {
	margin-top: -60px;
}

@media ( min-width :1024px) {
	.dYSvtf {
		display: none;
	}
}
/* sc-component-id: park-info__FooterImgDesktop-gh9p9j-6 */
.hqiIog {
	display: none;
}

.hqiIog .img {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100vw;
}

@media ( min-width :1024px) {
	.hqiIog {
		display: block;
	}
}

.hqiIog img {
	max-width: none;
}
/* sc-component-id: park-info__StyledSafetyBanner-gh9p9j-7 */
@media ( min-width :1024px) {
	.cpQyAV {
		max-width: 375px;
	}
}
/* sc-component-id: history__StyledHistoryPage-sc-1q9i76n-0 */
.jOjOoL {
	font-size: 18px;
}

@media ( min-width :1024px) {
	.jOjOoL {
		padding: 100px 0 60px;
	}
}
/* sc-component-id: history__Section-sc-1q9i76n-1 */
@media ( min-width :1024px) {
	.iEhXiU {
		margin-bottom: 90px;
	}
}
/* sc-component-id: Activity__ActivityWrapper-f7ttmy-0 */
.esfcAC {
	width: 100%;
}

.esfcAC .panel {
	position: absolute;
	margin-top: -85px;
	margin-left: 20px;
	margin-right: 20px;
	max-width: 335px;
	width: auto;
}

@media ( max-width :1023px) {
	.esfcAC .panel {
		max-width: 100%;
	}
}

@media ( min-width :1024px) {
	.esfcAC .panel {
		margin-left: 51px;
		margin-right: auto;
	}
}

.dfqxxQ {
	width: 100%;
}

.dfqxxQ .panel {
	position: absolute;
	margin-top: -85px;
	margin-left: 20px;
	margin-right: 20px;
	width: auto;
}

@media ( max-width :1023px) {
	.dfqxxQ .panel {
		max-width: 100%;
	}
}

@media ( min-width :1024px) {
	.dfqxxQ .panel {
		margin-left: 30px;
		margin-right: auto;
	}
}
/* sc-component-id: Activity__BackgroundSquare-f7ttmy-1 */
.hgqCDT {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 0;
	padding: 60% 0 0 0;
	margin-top: 85px;
}

@media ( min-width :1024px) {
	.hgqCDT {
		padding: 100% 0 0 0;
	}
}

.cPGQmg {
	background-image:
		url("https://ss.skyparkglobal.com/assets/Cairns-Desktop/10-v2__FocusFillMaxWyIwLjAwIiwiMC4wMCIsODAwLDgwMF0.png");
	background-size: cover;
	width: 100%;
	height: 0;
	padding: 60% 0 0 0;
	margin-top: 85px;
}

@media ( min-width :1024px) {
	.cPGQmg {
		padding: 100% 0 0 0;
	}
}

.efRGdi {
	background-image:
		url("https://ss.skyparkglobal.com/assets/Cairns-Desktop/Copy-of-combos__FocusFillMaxWyIwLjAwIiwiMC4wMCIsODAwLDgwMF0.png");
	background-size: cover;
	width: 100%;
	height: 0;
	padding: 60% 0 0 0;
	margin-top: 85px;
}

@media ( min-width :1024px) {
	.efRGdi {
		padding: 100% 0 0 0;
	}
}

.VjMUe {
	background-image:
		url("https://ss.skyparkglobal.com/assets/Cairns-Desktop/Copy-of-combos-1-v2__FocusFillMaxWyIwLjAwIiwiMC4wMCIsODAwLDgwMF0.png");
	background-size: cover;
	width: 100%;
	height: 0;
	padding: 60% 0 0 0;
	margin-top: 85px;
}

@media ( min-width :1024px) {
	.VjMUe {
		padding: 100% 0 0 0;
	}
}

.elmFvm {
	background-image:
		url("https://ss.skyparkglobal.com/assets/Activities/18__FocusFillMaxWyIwLjAwIiwiMC4wMCIsODAwLDgwMF0.png");
	background-size: cover;
	width: 100%;
	height: 0;
	padding: 60% 0 0 0;
	margin-top: 85px;
}

@media ( min-width :1024px) {
	.elmFvm {
		padding: 100% 0 0 0;
	}
}

.gVYkoF {
	background-image:
		url("https://ss.skyparkglobal.com/assets/Cairns-Desktop/Copy-of-combos-2__FocusFillMaxWyIwLjAwIiwiMC4wMCIsODAwLDgwMF0.png");
	background-size: cover;
	width: 100%;
	height: 0;
	padding: 60% 0 0 0;
	margin-top: 85px;
}

@media ( min-width :1024px) {
	.gVYkoF {
		padding: 100% 0 0 0;
	}
}

.hklRwG {
	background-image:
		url("https://ss.skyparkglobal.com/assets/Cairns-Mobile/Mobile-combos-1__FocusFillMaxWyIwLjAwIiwiMC4wMCIsODAwLDgwMF0.png");
	background-size: cover;
	width: 100%;
	height: 0;
	padding: 60% 0 0 0;
	margin-top: 85px;
}

@media ( min-width :1024px) {
	.hklRwG {
		padding: 100% 0 0 0;
	}
}

.cmVJBL {
	background-image:
		url("https://ss.skyparkglobal.com/assets/Cairns-Desktop/12-v2__FocusFillMaxWyIwLjAwIiwiMC4wMCIsODAwLDgwMF0.png");
	background-size: cover;
	width: 100%;
	height: 0;
	padding: 60% 0 0 0;
	margin-top: 85px;
}

@media ( min-width :1024px) {
	.cmVJBL {
		padding: 100% 0 0 0;
	}
}

.RIspP {
	background-image:
		url("https://ss.skyparkglobal.com/assets/Cairns-Desktop/11-v2__FocusFillMaxWyIwLjAwIiwiMC4wMCIsODAwLDgwMF0.png");
	background-size: cover;
	width: 100%;
	height: 0;
	padding: 60% 0 0 0;
	margin-top: 85px;
}

@media ( min-width :1024px) {
	.RIspP {
		padding: 100% 0 0 0;
	}
}

.foqJEV {
	background-image:
		url("https://ss.skyparkglobal.com/assets/Cairns-Desktop/Copy-of-combos-4__FocusFillMaxWyIwLjAwIiwiMC4wMCIsODAwLDgwMF0.png");
	background-size: cover;
	width: 100%;
	height: 0;
	padding: 60% 0 0 0;
	margin-top: 85px;
}

@media ( min-width :1024px) {
	.foqJEV {
		padding: 100% 0 0 0;
	}
}
/* sc-component-id: ActivitiesSection__StyledContainer-wumt9l-0 */
.dwhmiU {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.dwhmiU .item, .dwhmiU .item-pack {
	padding-bottom: 30px;
	width: 100%;
}
.slider-activity{
	width: 80%;
	max-width: 850px;	
}
@media ( min-width :1024px) {
	.dwhmiU {
		width: 100%;
	}
	.dwhmiU .item {
		width: 477px;
	}
	.dwhmiU .item-pack {
		flex: 0 0 30%
	}
	.dwhmiU .job-item {
		width: 415px;
	}
	.job-postuler{
		position: absolute;
		width: 100%;
	}
	.job-postuler-pos{
		float: right;
		margin-right: 50px;
		margin-top: -72px; 
		/*margin-bottom: 150px;*/
	}
}

.diFlBn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
}

.diFlBn .item {
	padding-bottom: 30px;
	width: 100%;
}

@media ( min-width :1024px) {
	.diFlBn {
		width: 100%;
	}
	.diFlBn .item {
		width: 314px;
	}
}

.css-2b097c-container {
	position: relative;
	box-sizing: border-box;
}

.css-yk16xz-control {
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: hsl(0, 0%, 100%);
	border-color: hsl(0, 0%, 80%);
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	cursor: default;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 38px;
	outline: 0 !important;
	position: relative;
	-webkit-transition: all 100ms;
	transition: all 100ms;
	box-sizing: border-box;
}

.css-yk16xz-control:hover {
	border-color: hsl(0, 0%, 70%);
}
.kYlAXw {
    position: relative;
    overflow: hidden;
    max-height: 100vh;
}
.kYlAXw img {
    display: block;
    min-width: 100%;
    object-fit: cover;
}
.hGcozZ {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 66px;
    z-index: 10;
    margin: 0px;
    background-color: rgb(255, 255, 255);
    padding: 14px 20px;
    overflow: auto;
    font-size: 0px;
}
.hGcozZ ul {
    font-size: 16px;
    height: 37px;
    display: inline-flex;
    position: relative;
    margin: 0px;
    padding: 0px;
}
.hGcozZ ul::after {
    content: "";
    height: 2px;
    position: absolute;
    background: rgb(186, 237, 242);
    top: 50%;
    left: 0px;
    width: 100%;
    transform: translateY(-50%);
}
.hGcozZ li {
    height: 37px;
    display: inline-block;
}
.hGcozZ li div {
    max-width: 150px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
    display: inline-block;
    background: rgb(186, 237, 242);
    border-radius: 20px;
}
.hGcozZ li.active div {
    background: rgb(0, 89, 233);
}
.hGcozZ li.active button {
    color: rgb(255, 255, 255);
    opacity: 1;
}
.hGcozZ button {
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    background: none;
    border: none;
    padding: 0.6em 1.3em;
    outline: none;
}
button:not(:disabled) {
    cursor: pointer;
}
.hGcozZ li + li {
    margin-left: 12px;
}
.cvAgNI li {
    height: 37px;
    display: inline-block;
}
.cvAgNI li + li {
    margin-left: 12px;
}
.cvAgNI li div {
    max-width: 150px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 1;
    display: inline-block;
    background: rgb(186, 237, 242);
    border-radius: 20px;
}
.cvAgNI button {
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    background: none;
    border: none;
    padding: 0.6em 1.3em;
    outline: none;
}
@media (max-width: 1380px){
	.DesktopHeader__Menu-y43jc1-1 li, .DesktopHeader__Menu-y43jc1-1 li button{
		font-size: 16px;
	}
}
@media (max-width: 1325px){
	.DesktopHeader__Menu-y43jc1-1 li, .DesktopHeader__Menu-y43jc1-1 li button{
		font-size: 14px;
	}
}
@media (max-width: 1215px){
	.DesktopHeader__Menu-y43jc1-1 li, .DesktopHeader__Menu-y43jc1-1 li button{
		font-size: 14px;
	}
}
@media (max-width: 1175px){
	.DesktopHeader__Menu-y43jc1-1 li, .DesktopHeader__Menu-y43jc1-1 li button{
		font-size: 12px;
	}
}
@media (max-width: 1065px){
	.DesktopHeader__Menu-y43jc1-1 li, .DesktopHeader__Menu-y43jc1-1 li button{
		font-size: 11px;
	}
	.dwhmiU .item-pack {
	    flex: 0 0 45% ! important;
	}
	.dwhmiU .item-pack .hgqCDT{
		margin-top: 15px;
	}
	
}
@media (min-width: 1024px){
	.kYlAXw {
	    max-height: 750px;
	}
	.hGcozZ {
	    top: 140px;
	    background-color: transparent;
	    padding: 0px;
	    overflow: initial;
	    margin: 0px -430px 0px 0px;
	    left: auto;
	    right: 50%;
	}
	.hGcozZ ul {
	    display: block;
	    position: absolute;
	    height: auto;
	    top: 40px;
	    right: -80px;
	}
	.hGcozZ ul::after {
	    width: 2px;
	    height: 100%;
	    transform: none;
	    top: 0px;
	    left: auto;
	    right: 17px;
	}
	.hGcozZ li {
	    text-align: right;
	    display: block;
	}
	.hGcozZ li {
	    text-align: right;
	    display: block;
	}
	.hGcozZ li + li {
	    margin-left: 0px;
	    margin-top: 17px;
	}
	.cvAgNI li {
	    text-align: right;
	    display: block;
	}
	.cvAgNI li + li {
	    margin-left: 0px;
	    margin-top: 17px;
	}
	.cvAgNI li:not(.active) div {
	    max-width: 37px;
	}
	.cvAgNI button {
	    opacity: 0;
	}
	.cvAgNI li:hover div {
	    max-width: 150px;
	}
	.cvAgNI li:hover div button {
	    opacity: 1;
	}
}
@media (max-width: 1024px){
	.panier-action-popup {
	    width: 100%;
	    height: auto;
	}
/***
  	footer{
		overflow: hidden !important;
	}
***/	
}
@media ( max-width :720px) {
	.gaWfHp {
	    margin-top: 20px;
	}
	.job-postuler{
		position: relative;
		margin-top: 0px; 
		margin-bottom: 50px;
		margin-left: 20px;
	}
	.job-decal-mobile{
		margin-bottom: 100px;
	}
		
	.job-postuler-pos{
		float: none;
		margin: 0 auto;
	}
	.esfcAC .panel{
		margin-left: 10px;
		margin-right: 0px;
	}
}
@media (max-width: 575px) {
	.booking-card {
		padding-top: 100px;
		margin-bottom: 60px;
	}
	.booking-card .panel {
		top: -130px;
	}
}
/**** INITIAL 02/2024 ****/
/*** Vars ***/
:root {
  --col-bleu: #0059e9;
  --col-ciel: #00cee0;
  --rgb-bleu: 0,89,233;
  --rgb-ciel: 0,206,224;
}
.d-none {
	display: none!important;
}
.bg-bleu {
	background-color: var(--col-bleu);
	color: #fff;
}
.slider-picture.avec-texte::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.64) 26.7%, rgba(0, 0, 0, 0) 100%);
}
.activity-slider .home-slider .slider-detail {
	left: 15%;
  max-width: 70%;
  top: 50%;
  transform: translateY(-50%);
  white-space: wrap;
}
.activity-slider .home-slider .slider-detail .slide-texte,
.activity-slider .home-slider .slider-detail .slide-texte p {
	font-family: "FuturaPT", "Work Sans", sans-serif!important;
	font-weight: 500!important;
	font-size: 30px!important;
	line-height: 1em!important;
	color: #fff!important;
	text-transform: none!important;
}
.activity-slider .home-slider .slider-detail span.h2 {
	font-size: 60px!important;
	color: #fff!important;
	font-family: "FuturaPT", "Work Sans", sans-serif!important;
	font-weight: 700!important;
	text-transform: none;
  line-height: 0.8em;
  margin-bottom: 20px;
}
.home-slider .slider-detail .call-to-action {
	text-align: left;
	margin-top: 40px;
}
.home-slider .slider-detail .action-btnSlider {
	padding: 0.6em 1.3em;
	font-weight: bold;
	font-size: 16px;
	background-color: #fff;
	color: var(--col-bleu);	
}
.home-slider .slider-detail .action-btnSlider:hover {
	background-color: var(--col-bleu);
	color: #fff;	
}
.hebergements .the-content {
	margin: 40px auto;
	padding: 30px;
	background-color: rgba(var(--rgb-bleu),.15);
	color: var(--col-bleu);
	font-size: 18px;
	border-radius: 5px;
}
.hebergements .the-content a {
	color: var(--col-ciel);
}
.google-map-info {
	font-size: 12px;
}
.google-map-info .h3 {
	font-size: 16px;
	font-family: "FuturaPT", "Work Sans", sans-serif;
	font-weight: 700;
	color: var(--col-bleu);
}
.google-map-info p {
	font-size: 12px;
}
.google-map-info ul {
	margin: 0;
	padding: 0;
}
.google-map-info .web a {
	display: inline-block;
	padding: 2px 10px;
	background-color: var(--col-bleu);
	color: #fff;
	margin-top: 10px;
	border-radius: 18.5px;
}

.section-actualites {
	padding: 80px 0 0;
}
.section-actualites h2.new-title {
	color: #0059e9;
	margin-top: 0;
	text-transform: uppercase;
}
.inner-actualites .liste-actualites,
.section-actualites .liste-actualites {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 20px;
}
.section-actualites .liste-actualites {
	justify-content: space-between;
}
.inner-actualites .liste-actualites .bloc-actualite,
.section-actualites .liste-actualites .bloc-actualite {
	width: calc(33.333333% - 30px);
	margin: 0 15px 30px;
	padding: 0;
}
.inner-actualites .liste-actualites .bloc-actualite:nth-child(3n+1),
.section-actualites .liste-actualites .bloc-actualite:nth-child(3n+1) {
	margin-left: 0;
}
.inner-actualites .liste-actualites .bloc-actualite:nth-child(3n+3),
.section-actualites .liste-actualites .bloc-actualite:nth-child(3n+3) {
	margin-right: 0;
}
.inner-actualites .liste-actualites .bloc-actualite .image,
.section-actualites .liste-actualites .bloc-actualite .image,
article header .entry-thumbnail {
	position: relative;
	width: 100%;
	height: 340px;
	background-color: rgba(var(--rgb-bleu),.05);
	overflow: hidden;
	border-radius: 18.5px;
}
article header .entry-thumbnail {
	height: 600px;
}
.inner-actualites .liste-actualites .bloc-actualite .image img,
.section-actualites .liste-actualites .bloc-actualite .image img,
article header .entry-thumbnail img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	margin: 0;
	transition: all .45s ease;
}
.inner-actualites .liste-actualites .bloc-actualite a:hover .image img,
.section-actualites .liste-actualites .bloc-actualite a:hover .image img {
	transform: scale(1.1);
}
.inner-actualites .liste-actualites .bloc-actualite .description,
.section-actualites .liste-actualites .bloc-actualite .description {
	flex-direction: column;
	padding-top: 20px;
}
.inner-actualites .liste-actualites .bloc-actualite .description h2,
.section-actualites .liste-actualites .bloc-actualite .description .h2 {
	color: black!important;
	margin-bottom: 10px;
}
.inner-actualites .liste-actualites .bloc-actualite .publication,
.section-actualites .liste-actualites .bloc-actualite .publication {
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 10px;
	color: rgba(var(--rgb-ciel),0.75);
}
.inner-actualites .liste-actualites .bloc-actualite .description p,
.section-actualites .liste-actualites .bloc-actualite .description p {
	font-weight: 400;
}
.section-actualites .call-to-actions {
	text-align: center;
	width: 100%;
  	padding: 0 0 80px;
}
.container-standard .texte {
	margin-top: 40px;
}
.texte .wp-block-image {
	margin-top: 80px;
	margin-bottom: 40px;
}
.qcd:hover {
    text-decoration: underline;
    cursor: pointer;
}
.page-boutique .collection {
	text-align: center;
	padding: 80px 0;
}
.collection h2 {
	color: #000;
	margin-bottom: 40px;
}
.page-boutique .collection .liste-produits {
	display: flex;
	flex-wrap: wrap;
}
.liste-produits .bloc-produit {
	text-align: left;
	width: calc(25% - (90px / 4));
	margin: 0 15px 40px;
}
.liste-produits .bloc-produit:nth-child(4n+1) {
	margin-left: 0;
}
.liste-produits .bloc-produit:nth-child(4n+4) {
	margin-right: 0;
}
.bloc-produit figure {
	position: relative;
	width: 100%;
	height: 310px;
	background-color: rgba(var(--rgb-bleu),.05);
	overflow: hidden;
	border-radius: 18.5px;
}
.bloc-produit figure img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	margin: 0;
	transition: all .45s ease;
}
.bloc-produit figcaption {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 40px;
	font-weight: 800;
	text-transform: uppercase;
}
.bloc-produit .description {
	color: #000;
	font-weight: 600;
	font-size: 16px;
}
.page-chronologie .title {
	text-align: center;
}
.wp-block-columns {
	margin-top: 80px;
}
.wp-block-columns .wp-block-column {
	margin: 0 15px;
	display: flex;
  flex-direction: column;
  justify-content: center;	
}
.wp-block-columns .wp-block-column:first-child {
	margin-left: 0;
}
.wp-block-columns .wp-block-column:last-child {
	margin-right: 0;
}
.wp-block-columns .wp-block-column img {
	max-height: 600px;
	max-width: 600px;
	width: auto;
	height: auto;
}
.wp-block-columns .wp-block-column:first-child figure {
	text-align:left;
}
.wp-block-columns .wp-block-column:last-child figure {
	text-align:right;
}
.page-recrutement h1 {
	margin-bottom: 40px;
}
.page-recrutement .complements {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.page-recrutement .complements .bloc-complements {
	margin: 40px 15px;
	width: calc(50% - ((120px + 30px) / 2));
	padding: 50px 30px;
	background-color: rgba(var(--rgb-ciel),.2);
	border-radius: 18.5px;
	color: #000;
	font-size: 20px;
	text-align: center;
}
.page-recrutement .complements .bloc-complements h2 {
	margin-bottom: 40px;
	text-transform: uppercase;
}
.page-recrutement .complements .etapes-candidature {
	background-color: rgba(var(--rgb-bleu),1);
	color: #fff;
}
.page-recrutement .complements .etapes-candidature h2 {
	color: #fff;
}
.page-recrutement .complements .etapes-candidature a {
	color: #fff;
	text-decoration: underline;
}
.page-recrutement .complements .bloc-complements:nth-child(2n+1) {
	margin-left: 0;
}
.page-recrutement .complements .bloc-complements:nth-child(2n+2) {
	margin-right: 0;
}
.page-recrutement .complements .bloc-complements ul,
.page-recrutement .complements .bloc-complements ol {
	padding: 0;
	list-style: none;
}
.page-recrutement .complements .bloc-complements ul li {
	font-size: 20px;
	margin-bottom: 20px;
}
.page-recrutement .complements .bloc-complements ul.liste-raisons li {
	font-size: 26px;
	margin-bottom: 30px;
}
.page-recrutement .complements .bloc-complements ul li::before {
	content: "";
	border: solid var(--col-bleu);
  border-width: 0 4px 4px 0;
  width: 10px;
  height: 16px;
  font-size: 0;
  transform: rotate(45deg);
  left: calc(15px - 5px);
  top: calc(50% - 8px);
	margin-right: 15px;
  display: inline-block;
/*
	content: "\f00C";
	font-family: "FontAwesome";
	color: var(--col-bleu);
*/
}
.page-recrutement .complements .bloc-complements ol {
	counter-reset: etapes;
}
.page-recrutement .complements .etapes-candidature ol li {
	color: var(--col-blanc);
	font-size: 20px;
	margin-bottom: 20px;
	counter-increment: etapes;
	text-align: center;
}
.page-recrutement .complements .etapes-candidature ol li p {
	font-size: 20px;
}
.page-recrutement .complements .etapes-candidature ol li::before {
	content: counter(etapes);
	color: var(--col-bleu);
	background-color: #fff;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 30px;
	font-weight: 800;
	margin:0 auto;
}
.activity-slider > .img-slider {
	overflow: hidden;
}
.intro-homepage {
	text-align: center;
	max-width: 70%;
  margin: 100px auto;
}
.introduction-accueil .read-more {
	display: none;
}
.booking-card {
	display: flex;
	margin-bottom: 100px;
}
.bloc-activite-details {
	width: calc(50% + 125px);
	border-bottom-right-radius: 125px;
	overflow: hidden;
	z-index: 1;
	padding-right: 125px;
	margin-right: -125px;
	background-color: #0059e9;
	color: #fff;
}
.bloc-activite-details .inner {
	margin-top: 0;
	max-width: none;
}
.bloc-activite-details .panel {
	position: relative;
	max-width: none;
	width: 100%;
	top: -1px;
	right: 0;
	left: 0;
  box-shadow: none;
  border-radius: 0;
  height: calc(600px + 150px);	
  background-color: transparent;
}
.bloc-activite-details .bouton-fiche-activite {
	background-color: #fff!important;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 60px!important;
}
.bloc-activite-details .bouton-fiche-activite a,
.bloc-activite-details .bouton-decouvrir-activite a {
	font-weight: 700;
}
.bloc-activite-details .bouton-fiche-activite a {
	display: none;
}
.bloc-activite-details .bouton-fiche-activite a .icon,
.bloc-activite-details .bouton-decouvrir-activite a .icon {
	transform: translateY(1px);
  width: 38px;
  text-align: center;
}
.bloc-activite-details .logo {
	max-width: 250px;
	padding-top: 60px;
}
.bloc-activite-details .logo,
.bloc-activite-details .description {
	padding-left:60px;
}
.bloc-activite-details .description {
	max-width:600px;
	display: flex;
  flex-direction: column;	
}
.bloc-activite-details h2 {
	text-transform: uppercase;
	font-size: 32px;
	margin-bottom: 20px;
}
.bloc-activite-details .intro {
	margin-bottom: 20px;
}
.bloc-activite-details .button-row {
	padding-left: 0;
	justify-content: start;
	align-items: baseline;
	position: relative;
}
.bloc-activite-details .button-row .price-bold {
	font-size: 32px;
	margin-left: 6px;
}
.bloc-activite-details .button-row a {
	margin-left: 20px;
}
.bloc-activite-details .button-row button {
	position: absolute;
	top: 0;
	background-color: #fff;
  color: #0059e9;
  height: 54px;
  font-size: 18px;
  padding: 16px 10px 16px 24px;
  border-radius: 100px;	
}
.booking-card .background {
	max-width: 50%;
	width: 50%;
	border-bottom-left-radius: 125px;
	overflow: hidden;
	height: 580px;
	position: relative;
	z-index: 2;
}
.booking-card .background img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	margin: 0;
	transition: all .45s ease;
}
.bloc-activite-details .bouton-decouvrir-activite {
	color: #fff;
	margin-top: 20px;
	margin-bottom: 40px;
	display: block;
}
.bloc-activite-details .bouton-decouvrir-activite a {
	color: #fff;
}
.pair .bloc-activite-details {
	order: 1;
	border-bottom-left-radius: 125px;
	border-bottom-right-radius: 0px;
	padding-right: 0;
	margin-right: 0;
	padding-left: 125px;
	margin-left: -125px;
}
.pair .background {
	order: 0;
	border-bottom-right-radius: 125px;
	border-bottom-left-radius: 0px;
}
.impair .bloc-activite-details .bouton-fiche-activite {
	text-align: right;
}
.impair .bloc-activite-details .bouton-fiche-activite {
	padding-left:0px!important;
	padding-right:60px;
}
.impair .bloc-activite-details .logo,
.impair .bloc-activite-details .description {
	padding-left: calc( (100vw - 1400px) / 2) !important;
}
.section-chiffres-cles,
.section-avis-clients {
	padding-top:80px;
}
.section-chiffres-cles h2,
.section-avis-clients h2 {
	text-align: center;
}
.section-chiffres-cles .liste-chiffres,
.section-avis-clients .liste-avis {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	margin: 80px 0 0;
	padding: 0;
}
.section-chiffres-cles .liste-chiffres li {
	width: calc(25% - 30px);
	margin: 0 15px 40px;
}
.section-chiffres-cles .liste-chiffres li:nth-child(4n+1) {
	margin-left: 0;
}
.section-chiffres-cles .liste-chiffres li:nth-child(4n+4) {
	margin-right: 0;
}
.liste-chiffres .bloc-chiffre-cle {
	text-align: center;
}
.liste-chiffres .bloc-chiffre-cle .chiffre {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #0059e9;
	text-transform: uppercase;
}
.liste-chiffres .bloc-chiffre-cle .chiffre span {
	margin: 0 2px;
}
.section-avis-clients .liste-avis li {
	width: calc(33.333333333% - 30px);
	margin: 0 15px 40px;
}
.section-avis-clients .liste-avis li:nth-child(3n+1) {
	margin-left: 0;
}
.section-avis-clients .liste-avis li:nth-child(3n+3) {
	margin-right: 0;
}
.liste-avis .bloc-avis-client {
	border: solid 1px rgba(0,0,0,.12);
	height: 100%;
	width: 100%;
	padding: 40px 15%;
	box-sizing: border-box;
}
.liste-avis .bloc-avis-client figure {
	display: flex;
}
.liste-avis .bloc-avis-client blockquote {
	position: relative;
	margin: 0 0 40px;
  font-size: 24px;	
  font-weight: 500;
}
.liste-avis .bloc-avis-client blockquote .quote {
	position: absolute;
	font-size: 60px;
  left: -30px;
  top: -20px;
}
.liste-avis .bloc-avis-client figure img {
	width: 48px;
	height: 48px;
	border-radius: 50px;
	margin-right: 10px;
}
.liste-avis .bloc-avis-client figcaption {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.banner {
	position: relative;
}
.banner .inner {
	max-width: 1400px!important;
	text-align: left;
	justify-content: flex-start;
}
.banner .inner .breadcrumb {
	width: 100%;
  margin: 0 0 100px;
  color: #fff;
}
.banner .inner .breadcrumb ol li:first-child a {
	color: #fff!important;
	text-decoration: underline;
}
.banner .inner .breadcrumb ol li::before {
	color: #fff!important;
}
.banner .inner .breadcrumb ol li:last-child a {
	color: #fff!important;
}
.banner .inner .bfosFh {
	width: 100%;
	padding: 0 0 60px;
}
.banner .inner .bfosFh h1 {
	color: #fff!important;
	hyphens: none;
}
.banner .img {
	position: relative;
	width: 100%;
	height: 400px;
	background-color: rgba(var(--rgb-bleu),.05);
	overflow: hidden;
}
.banner .img img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	margin: 0;
	transition: all .45s ease;
}
.banner .img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(360deg, rgba(0, 0, 0, 0.64) 26.7%, rgba(0, 0, 0, 0) 100%);
}
.banner .breadcrumb ol li a {
	color: #fff!important;
}
.activites.activites-all .texte-description {
	text-align: center;
	max-width: 80%;
	margin: 40px auto;
}
.page-content h2 {
	text-transform: uppercase;
	font-size: 48px;
	font-weight: 700;
	text-align: center;
}
.page-content .intro {
	text-align: center;
}
.liste-raccourcis {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0;
}
.bloc-raccourci {
	width: calc(50% - 15px);
	background-color: #D9D9D9;
	margin: 0 15px 30px;
	position: relative;
	z-index: 1;
	height: 420px;
  box-sizing: border-box;
}
.bloc-raccourci:nth-child(2n+1) {
	margin-left: 0;
}
.bloc-raccourci:nth-child(2n+2) {
	margin-right: 0;
}
.bloc-raccourci figure {
	overflow: hidden;
	height: 100%;	
}
.bloc-raccourci figure img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	margin: 0;
	transition: all .45s ease;
}
.bloc-raccourci .intitule {
	position: absolute;
	z-index: 2;
	background-color: #0057E2;
	color: #fff;
	border-top-right-radius: 64px;
	height: 100px;
	text-align: left;
	padding: 20px;
  box-sizing: border-box;
	width: 100%;
  bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 60px;
}
.bloc-raccourci .intitule svg {
	width: 30px;
	margin-right: 4px;
	height: 24px;
}
.bloc-raccourci .intitule svg path {
	fill: #fff;
}
.bloc-reservez .cadre-reservez {
	border: solid 1px rgba(0,0,0,.12);
	padding: 50px 80px;
	display: flex;
	position: relative;
	margin: 80px auto
}
.bloc-reservez .cadre-reservez .bloc-gauche {
	width: 60%;
}
.bloc-reservez h2 {
	text-align: left;
}
.bloc-reservez .bouton-reserver {
	margin-top: 40px;
	display: inline-block;
}
.bloc-reservez figure {
	position: absolute;
	height: 520px;
	overflow: hidden;
	top: -50px;
	right: 80px;
}
.bloc-reservez figure img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	margin: 0;
	transition: all .45s ease;
}
.svg-bleu path {
	fill: var(--col-bleu);
}
.description-activite {
	display: flex;
	flex-wrap: wrap;
}
.description-activite .description-left {
	width: 65%;
	padding: 40px 0px;
	order: 1;
}
.description-activite .description-right {
	width: 35%;
	padding: 60px 0px 40px;
	order: 0;
}
.description-activite .description-right a {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}
.description-activite .description-right a .icon {
	transform: rotate(180deg);
  margin-right: 10px;
  margin-top: 4px;
  display: inline-block;
  vertical-align: top;	
}
.description-activite .description-right .img {
	margin-top: 40px;
}
.description-activite .texte-description {
	width: 65%;
}
.description-activite.bg-blanc .texte-description {
	width: 100%;
	padding: 120px 0;
}
.description-activite .texte-description .button-row {
	margin-top: 20px;
	display: flex;
}
.description-activite .texte-description .price-bold {
	font-weight: 700;
	font-size: 30px;
	margin-left: 6px;
}
.description-activite .texte-description .button-row a {
	margin-left: 20px;
}
.description-activite .texte-description .button-row a button {
	background-color: #fff;
	color: var(--col-bleu);
}
.activite-grande-photo {
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
}
.activite-grande-photo::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 44%, #000000 100%);
}
.activite-grande-photo img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	margin: 0;
	transition: all .45s ease;
}
.activite-contenus {
	margin-top: -100px!important;
}
.liste-bloc-contenus {
	display: flex;
	flex-wrap: wrap;
}
.liste-bloc-contenus .bloc-contenu {
	width: calc(50% - 15px);
	margin: 0 15px 30px;
	box-sizing: border-box;
}
.liste-bloc-contenus .bloc-contenu:nth-child(2n+1) {
	margin-left:0;
}
.liste-bloc-contenus .bloc-contenu:nth-child(2n+2) {
	margin-right:0;
}
.bloc-contenu.bloc-bleu {
	background-color: var(--col-bleu);
	color: #fff;
}
.bloc-contenu.bloc-bleu a {
	color: #fff!important;
	text-decoration: underline;
}
.bloc-contenu.bloc-bleu ul {
	padding: 0;
	list-style: none;
}
.bloc-contenu.bloc-bleu ul li {
	margin-bottom: 20px;
	position: relative;
}
.bloc-contenu.bloc-bleu ul li::before {
	content: "";
	background-color: #fff;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	text-align: center;
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
  line-height: 30px;
  position: relative;
}
.bloc-contenu.bloc-bleu ul li::after {
	content: "";
	position: absolute;
	border: solid var(--col-bleu);
  border-width: 0 3px 3px 0;
  width: 6px;
  height: 10px;
  font-size: 0;
  transform: rotate(45deg);
  left: calc(15px - 5px);
  top: 8px;
}
.bloc-contenu.bloc-blanc {
	border: solid 1px rgba(0,0,0,.12);
}
.bloc-contenu.bloc-blanc h2 {
	color: var(--col-bleu);
}
.bloc-contenu .cadre-photo {
	position: relative;
	overflow: hidden;
	height: 100%;
	min-height: 600px;
}
.bloc-contenu .cadre-photo img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	margin: 0;
	transition: all .45s ease;
}
.bloc-contenu.bloc-bleu,
.bloc-contenu.bloc-blanc {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;  
  padding:  60px 30px;
}
.bloc-contenu.bloc-bleu .new-title,
.bloc-contenu.bloc-blanc .new-title{
	margin-top: 0;
}
.activite-contenus .activity-slider .slider-picture img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.introduction-accueil .read-more {
	display: block;
}
.introduction-accueil .texte div { 
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  transition: all .35s ease-in;
}
.introduction-accueil .texte.resume div { 
/*
  -webkit-line-clamp: 3;
  line-clamp: 3;
*/  
}
.introduction-accueil .texte.hidden div { 
/*
  -webkit-line-clamp: inherit;
  line-clamp: inherit;
*/
	height: 0;  
}
.introduction-accueil .texte.visible div { 
/*
  -webkit-line-clamp: inherit;
  line-clamp: inherit;
*/
	height: auto;  
}
.introduction-accueil .texte div {
  word-break: break-word !important;
  text-align: center;
}
.introduction-accueil .read-more {
  text-align: center;
  font-weight: 600;
  display: block;
  margin-top: 10px;
  text-decoration: none!important;
  border-bottom: none!important;
}
.introduction-accueil .read-more:hover {
  text-decoration: none!important;
  border-bottom: none!important;
}
.ContactForm__StyledContactForm-sc-1ugy1hx-2 .result-send{
	margin-top: 15px;	
	color: var(--col-ciel);
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 40px;
}

.page-recrutement h2.Heading__StyledHeading-ikhu0m-0.bCTAmG {
	text-align: center;
}
.bouton-cookies {
	position: fixed;
  background-color: var(--col-ciel);
  right: 15px;
  bottom: 15px;
  padding: 6px 10px;
  border-radius: 15px;
  font-weight: 500;
  color: #fff;
  z-index: 5;
}
.bouton-cookies a {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  z-index: 10000;
}
@media (min-width: 768px) {
	.d-desktop {
		display: block!important;
	}
	.d-desktop-none {
		display: none!important;
	}
}
/* //-- Responsive à l'envers */
@media (max-width: 1699px) {
	.booking-card .background {
		height: 550px;
	}
	.bloc-activite-details .panel {
		height:calc(550px + 125px)
	}
	.bloc-activite-details .bouton-fiche-activite {
		height: 75px;
	}
}
@media (max-width: 1499px) {
	.bloc-activite-details .description {
		max-width: 500px;
	}
	.impair .bloc-activite-details .logo, 
	.impair .bloc-activite-details .description	{
		padding-left: 100px!important;
	}
	.booking-card .background {
		height: 500px;
	}
	.bloc-activite-details .panel {
		height:calc(500px + 100px)
	}
	.bloc-activite-details .bouton-fiche-activite {
		height: 50px;
	}
	.bloc-activite-details .logo {
		padding-top: 40px;
	}
}
@media (max-width: 1300px) {
	.DesktopHeader__Menu-y43jc1-1 li, 
	.DesktopHeader__Menu-y43jc1-1 li button {
		font-size: 13.5px;
	}
	.wp-block-columns .wp-block-column img {
		max-height: 560px;
		max-width: 560px;
		width: auto;
		height: auto;
	}
	.bloc-activite-details .description {
		max-width: 400px;
	}
	.impair .bloc-activite-details .logo, 
	.impair .bloc-activite-details .description	{
		padding-left: 60px!important;
	}
	.booking-card .background {
		height: 450px;
	}
	.activity-slider .home-slider .slider-detail {
		left: 10%;
	}
}
@media (max-width: 1250px) {
	.wp-block-columns .wp-block-column img {
		max-height: 500px;
		max-width: 500px;
		width: auto;
		height: auto;
	}
}
@media (max-width: 1200px) {
	.BQTzh a {
		margin: 0 5px;
		padding-right: 12px;
	}
	.eaRyIh a {
		margin: 0 6px;
	}
	.activity-slider .home-slider .slider-detail span.h2 {
		font-size: 50px!important;		
	}
	.activity-slider .home-slider .slider-detail .slide-texte, 
	.activity-slider .home-slider .slider-detail .slide-texte p {
		font-size: 26px!important;
	}
	.inner-actualites .liste-actualites .bloc-actualite .image,
	.section-actualites .liste-actualites .bloc-actualite .image,
	.bloc-produit figure {
		height: 280px;
	}
	article header .entry-thumbnail {
		height: 500px;
	}
	.intro-homepage {
		max-width: 90%;
	}
	.booking-card .background {
		height: 400px;
	}
  .bloc-activite-details .bouton-fiche-activite {
    height: 30px;
  }	
  .logo-partenaire {
  	width: 60px;
  }
  .bloc-contenu .cadre-photo {
  	min-height: 500px;
  }
  .page-content h2 {
  	font-size: 42px;
  }
}
@media (max-width: 1050px) {
	.wp-block-columns .wp-block-column img {
		max-height: 460px;
		max-width: 460px;
		width: auto;
		height: auto;
	}
	.bloc-reservez .cadre-reservez {
		padding: 40px 50px;
	}
	.bloc-reservez .cadre-reservez .bloc-gauche {
		width: 65%;
	}
	.bloc-reservez figure {
	  position: absolute;
	  height: 480px;
	  overflow: hidden;
	  top: -40px;
	  right: 40px;
	}
}
@media (max-width: 1024px) {
	.home-slider .slider-detail .action-btnSlider {
		font-size: 15px!important;
	}
	.booking-card {
	  display: block;
	  position: relative;
	  text-align: right;
	}
	.booking-card .background {
		position: absolute;
	  top: 0;
	  height: 350px;
	  max-width: 55%;
	  z-index: 5;		
	}
	.bloc-activite-details .logo, 
	.bloc-activite-details .description,
	.bloc-activite-details .bouton-fiche-activite {
		padding-left: 80px!important;
	}	
	.pair .bloc-activite-details	{
		margin-left: auto;
		box-sizing: border-box;
		text-align: left;
	}
	.impair.booking-card .background {
		right: 0;
	}
	.impair .bloc-activite-details	{
		box-sizing: border-box;
		text-align: left;
	}
	.booking-card .panel {
		transform: none;
	}
}
@media (max-width: 992px) {
	.activity-slider .home-slider .slider-detail span.h2 {
		font-size: 40px!important;		
	}
	.activity-slider .home-slider .slider-detail .slide-texte, 
	.activity-slider .home-slider .slider-detail .slide-texte p {
		font-size: 22px!important;
	}
	.activity-slider .home-slider .slider-detail {
		left: 15%;
	}
	.liste-produits .bloc-produit {
		width: calc(33.333333333% - (60px / 3));
		margin: 0 15px 40px!important;
	}
	.liste-produits .bloc-produit:nth-child(3n+1) {
		margin-left: 0!important;
	}
	.liste-produits .bloc-produit:nth-child(3n+3) {
		margin-right: 0!important;
	}
	.wp-block-columns .wp-block-column img {
    max-height: 400px;
    max-width: 400px;
    width: auto;
    height: auto;
  }
  .bloc-activite-details .bouton-fiche-activite {
  	display: none;
  }
  .bloc-activite-details .bouton-decouvrir-activite {
  	display: block;
  }
  .bloc-activite-details .panel {
    height: auto;
    padding-bottom: 50px;
  }
  .booking-card .background {
  	max-width: 70%;
  }
  .impair.booking-card {
  	text-align: left;
  }
  .bloc-activite-details {
	  padding-top: 200px;
	  margin-top: 150px;
	  display: inline-block;  	
  }
  .pair .bloc-activite-details {
		padding-left: 0px;
	}
  .impair .bloc-activite-details {
  	padding-right: 15px;
  }
  .section-chiffres-cles .liste-chiffres li {
  	width: calc(50% - 15px);
  	margin: 0 15px 40px!important;
  }
	.section-chiffres-cles .liste-chiffres li:nth-child(2n+1) {
		margin-left: 0!important;
	}
	.section-chiffres-cles .liste-chiffres li:nth-child(2n+2) {
		margin-right: 0!important;
	}
	.section-avis-clients .liste-avis li {
		width: calc(50% - 15px);
		margin: 0 15px 40px!important;
	}
	.section-avis-clients .liste-avis li:nth-child(2n+1) {
		margin-left: 0!important;
	}
	.section-avis-clients .liste-avis li:nth-child(2n+2) {
		margin-right: 0!important;
	}
  .bloc-contenu .cadre-photo {
  	min-height: 400px;
  }
  .description-activite .description-right .img {
  	max-width: 200px;
  }
  .activite-grande-photo {
  	height: 500px;
  }
	.Swoosh-i5f94d-0 {
		margin-bottom: 0;
		width: calc(100vw + 10px);
    left: -2px;		
	}
	.activity-slider .Swoosh-i5f94d-0 {
    margin-bottom: 18px;
  }
  .page-content h2 {
  	font-size: 36px;
  	hyphens: none;
  }
	.bloc-raccourci {
		height: 360px;
	}
	.bloc-raccourci .intitule {
		height: 80px;
		line-height: 40px;
	}
	.bloc-raccourci .intitule svg {
		height: 20px;
	}
	.bloc-reservez .cadre-reservez {
    padding: 40px 30px;
  }
  .bloc-reservez figure {
    height: 380px;
    top: 40px;
    right: 30px;
  }
}
@media (max-width: 899px) {
	.inner-actualites .liste-actualites .bloc-actualite .image,
	.section-actualites .liste-actualites .bloc-actualite .image,
	.bloc-produit figure {
		height: 240px;
	}
	article header .entry-thumbnail {
		height: 440px;
	}
 	.wp-block-columns {
    flex-wrap: wrap !important;
  }	
	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
  .wp-block-columns .wp-block-column {
  	margin: 0!important;
  }
	.wp-block-columns .wp-block-column figure {
		position: relative;
		width: 100%;
		height: 400px;
		background-color: rgba(var(--rgb-bleu),.05);
		overflow: hidden;
	}
	.wp-block-columns .wp-block-column figure img {
		width: 100%;
		height: 100%;
		object-position: center;
		object-fit: cover;
		margin: 0;
		transition: all .45s ease;
		max-width: none;
		max-height: none;
	}
	.page-recrutement .complements .bloc-complements {
	  margin: 40px 0 !important;
	  width: 100%;
	}	
  .bloc-activite-details {
	  width: 70%;  	
  }
	.description-activite .description-left .img {
		max-width: 200px;
	}
}
@media (max-width: 767px) {
	.activity-slider .home-slider .slider-detail span.h2 {
		font-size: 34px!important;		
	}
	.activity-slider .home-slider .slider-detail .slide-texte, 
	.activity-slider .home-slider .slider-detail .slide-texte p {
    font-size: 18px !important;
  }
	.home-slider .slider-detail .call-to-action {
		margin-top: 20px;
	}
	.home-slider .slider-detail .action-btnSlider {
		font-size: 14px!important;
	}
	.banner .img {
		height: 300px;
	}
	.Swoosh-i5f94d-0 {
		margin-bottom: 0;
		width: calc(100vw + 10px);
    left: -2px;		
	}
	.activity-slider .Swoosh-i5f94d-0 {
    margin-bottom: 18px;
  }
	.inner-actualites .liste-actualites .bloc-actualite,
	.section-actualites .liste-actualites .bloc-actualite {
		width: 100%;
		margin: 0 0 30px;
	}
	.inner-actualites .liste-actualites .bloc-actualite .image,
	.section-actualites .liste-actualites .bloc-actualite .image {
		height: 440px;
	}
	.liste-produits .bloc-produit {
		width: calc(50% - (30px / 2));
		margin: 0 15px 40px!important;
	}
	.liste-produits .bloc-produit:nth-child(3n+1),
	.liste-produits .bloc-produit:nth-child(3n+3) {
		margin: 0 15px 40px!important;
	}
	.liste-produits .bloc-produit:nth-child(2n+1) {
		margin-left: 0!important;
	}
	.liste-produits .bloc-produit:nth-child(2n+2) {
		margin-right: 0!important;
	}
  .booking-card .background {
  	max-width: 80%;
  	width: 80%;
  }
  .bloc-activite-details {
	  width: 80%;  	
  }
  .pair .background,
  .impair .bloc-activite-details {
  	border-bottom-right-radius: 80px;
  }
  .pair .bloc-activite-details,
  .impair .background {
  	border-bottom-left-radius: 80px;
  }
	.bCTAmG {
		font-size: 44px;
	}
	.introduction-accueil .bCTAmG {
		text-align: left;
	}
	.introduction-accueil .texte.resume div { 
	  -webkit-line-clamp: 6;
    line-clamp: 6;
	}
	.introduction-accueil .texte div,
	.introduction-accueil .read-more {
		text-align: left;
	}
	.description-activite .description-right {
		order: 1;
		display: flex;
    padding-top: 20px;
	}
	.description-activite .texte-description {
		order: 0;
	}
	.description-activite .description-right,
	.description-activite .texte-description {
		width: 100%;
	}
	.description-activite .description-right .img {
		margin-top: 0;
		margin-left: 40px;
		max-width: 160px;
	}
	.description-activite .description-right .back {
		display: flex;
	  flex-direction: column;
	  justify-content: center;
	}
	.activite-grande-photo {
		height: 400px;
	}
	.liste-bloc-contenus .bloc-contenu {
		width: 100%;
		margin: 0 0 30px;
	}
	.bloc-raccourci {
		height: 300px;
	}
  .bloc-raccourci .intitule {
    height: 60px;
    line-height: 30px;
		font-size: 18px;
    padding: 15px 15px;
  }
  .bloc-raccourci .intitule svg {
    height: 16px;
    width: 24px;
  }
  .bloc-reservez .cadre-reservez {
  	flex-wrap: wrap;
  }
  .bloc-reservez .cadre-reservez .bloc-gauche,
  .bloc-reservez .cadre-reservez .bloc-droite {
    width: 100%;
  }
  .bloc-reservez figure {
  	position: relative;
    height: 380px;
    top: 40px;
    right: auto;
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
	.evQvjP h1,
	.bCTAmG {
    font-size: 40px;
    hyphens: none;
		-webkit-hyphens: auto;
  	-moz-hyphens: auto;
  	-ms-hyphens: auto;
  }
	.page-content h2 {
    font-size: 32px;
  }
  .activity-slider .slider-picture img {
		height: 360px!important;
	}
	.intro-homepage {
		margin: 80px auto;
	}
  .booking-card .background {
  	max-width: 90%;
  	width: 90%;
  	height: 300px;
  }
  .booking-card {
    padding-top: 50px;
  }
  .bloc-activite-details {
	  width: 100%;  	
	  margin-top: 50px;
  }
  .bloc-activite-details .button-row {
  	flex-wrap: wrap;
  	width: 90%;
  }
  .bloc-activite-details .button-row button {
  	position: relative;
  }
  .bloc-activite-details .button-row a {
  	margin-left: 0;
  	margin-top: 20px;
  }
  .section-chiffres-cles .liste-chiffres li {
  	width: 100%;
  	margin: 0 0px 40px!important;
  }
	.section-avis-clients .liste-avis li {
		width: 100%;
		margin: 0 0px 40px!important;
	}
	.bloc-contenu .cadre-photo {
    min-height: 360px;
  }	
  .activites.activites-all .texte-description {
  	max-width: 100%;
  }
  .bouton-cookies {
  	bottom: 25px;
  	right: 10px;
  }
}
@media (max-width: 499px) {
	.evQvjP h1,
	.bCTAmG {
    font-size: 36px;
  }
	.page-content h2 {
    font-size: 28px;
  }
	.activity-slider .slider-picture img {
		height: 300px!important;
	}
	.activity-slider .home-slider .slider-detail {
		top: 20px;
		transform: none;
	}
	.intro-homepage {
		margin: 80px auto;
	}
	.inner-actualites .liste-actualites .bloc-actualite .image,
	.section-actualites .liste-actualites .bloc-actualite .image,
	.bloc-produit figure {
		height: 400px;
	}
	article header .entry-thumbnail {
		height: 400px;
	}
	.liste-produits .bloc-produit {
		width: 100%;
		margin: 0 0px 40px!important;
	}
	.liste-produits .bloc-produit:nth-child(3n+1),
	.liste-produits .bloc-produit:nth-child(3n+3),
	.liste-produits .bloc-produit:nth-child(2n+1),
	.liste-produits .bloc-produit:nth-child(2n+2) {
		margin: 0 0px 40px!important;
	}
  .bloc-activite-details .logo, 
  .bloc-activite-details .description, 
  .bloc-activite-details .bouton-fiche-activite {
    padding-left: 60px !important;
  }	
	.bloc-contenu.bloc-bleu, .bloc-contenu.bloc-blanc {
		padding: 40px 20px;
	}
	.bloc-contenu .cadre-photo {
    min-height: 320px;
  }	
	.bloc-raccourci {
    height: 300px;
    width: 100%;
    margin: 0 0 30px;
    margin-left: 0px;
  } 
  .bloc-reservez figure {
  	height: 300px;
  } 
}
@media (max-width: 449px) {
	.inner-actualites .liste-actualites .bloc-actualite .image,
	.section-actualites .liste-actualites .bloc-actualite .image,
	.bloc-produit figure,
	.wp-block-columns .wp-block-column figure {
		height: 360px;
	}
	article header .entry-thumbnail {
		height: 360px;
	}
	.booking-card .background {
		height: 240px;
	}
	.bloc-activite-details {
		margin-top: 0;
	}
	.pair .bloc-activite-details .panel {
		box-sizing: border-box;
		padding-right: 15px;
	}
	.description-activite .description-right .img {
		max-width: 120px;
	}
	.bloc-contenu.bloc-bleu, .bloc-contenu.bloc-blanc {
		padding: 30px 15px;
	}
}
@media (max-width: 399px) {
	.activity-slider .slider-picture img {
		height: 240px!important;
	}
	.intro-homepage {
		margin: 60px auto;
	}
	.inner-actualites .liste-actualites .bloc-actualite .image,
	.section-actualites .liste-actualites .bloc-actualite .image,
	.bloc-produit figure,
	.wp-block-columns .wp-block-column figure {
		height: 300px;
	}
	article header .entry-thumbnail {
		height: 300px;
	}
	.pagination button {
		font-size: 11px!important;
		height: 32px;
    padding: 6px 0 6px 8px;
	}
	.button-candidature {
		font-size: 22px!important;
		width: 100%;
	}
  .bloc-activite-details .logo, 
  .bloc-activite-details .description, 
  .bloc-activite-details .bouton-fiche-activite {
    padding-left: 40px !important;
  }	
	.booking-card .background {
		height: 200px;
	}
	.bloc-activite-details {
		padding-top: 150px;
	}
	.description-activite .texte-description .button-row {
		flex-direction: column;
	}
	.description-activite .texte-description .button-row a {
		display: inline-block;
		margin-top: 20px;
		margin-left: 0;
	}
	.description-activite .description-right .img {
    max-width: 100px;
    margin-left: 20px;
  }	
  .page-recrutement .complements .bloc-complements h2 {
  	font-size: 26px;
  }
  .page-recrutement .complements .bloc-complements {
  	padding: 30px 15px;
  }
  .page-recrutement .complements .bloc-complements ul.liste-raisons li {
	  font-size: 22px;
	  margin-bottom: 30px;
	  line-height: 1em;
	}
  .jhufkt {
  	min-width: 260px;
  }
  .job-title {
  	font-size: 17px;
  }
  .jhufkt > div:first-child, 
  .jhufkt .row-head {
  	padding: 14px 10px;
  }
  .job-decal-mobile {
    margin-bottom: 20px;
  }
  .envoyer-candidature {
	  padding: 20px 5px 20px 25px!important;
	  font-size: 20px!important;
	  margin: 0 auto;
	}
}
@media (max-width: 359px) {
	.igNPeK {
		font-size: 50px;
	}
	.inner-actualites .liste-actualites .bloc-actualite .image,
	.section-actualites .liste-actualites .bloc-actualite .image,
	.bloc-produit figure,
	.wp-block-columns .wp-block-column figure {
		height: 260px;
	}
	article header .entry-thumbnail {
		height: 260px;
	}
	.button-candidature {
		font-size: 20px!important;
	}
	.description-activite .description-right .img {
    max-width: 90px;
  }	
}
@media (max-width: 340px) {
	.description-activite .description-right .img {
    max-width: 70px;
  }	
	#convious-trigger-button-frame {
		width: 220px !important;
    left: -10px !important;
    bottom: -10px !important;
  }
}

.ui-widget-overlay {
	background: #fff !important;
  	opacity: 0.8 !important;
}
.ui-dialog {
	position:fixed!important;
	width:40%!important;
}
@media (max-width:767px) {
	.ui-dialog {
		width:80%!important;
	}
}
.ui-dialog .ui-dialog-titlebar {
	position: absolute !important;
	padding: 0!important;
	top: 15px;
	right: 15px;
	width: 20px;
	height: 20px;
	display: flex;
	border: 0 !important;
	background: transparent;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
	z-index: 10;
	border: 0;
	background: transparent;
	position: relative;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
	display: none;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close.ui-button .ui-icon {
	background: none;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close::before {
	content: "";
	position: absolute;
	width: 15px;
	height: 1px;
	top: 0;
	right: 0;
	background-color: #0059e9;
	display: block;
  	transform: rotate(45deg);	
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close::after {
	content: "";
	position: absolute;
	width: 15px;
	height: 1px;
	top: 0;
	right: 0;
	background-color: #0059e9;
	display: block;
  	transform: rotate(-45deg);	
}
.ui-widget-content {
	background-color:#dedede!important;
	color:#0059e9!important;
}
.ui-corner-all {
	border-radius:15px;
}
.ui-widget.ui-widget-content {
	border-radius:15px;
	border: 0px!important;
	z-index: 2000!important;
}
.popup {
	text-align:center;
	font-size:18px;
	font-family: "FuturaPT", "Work Sans", sans-serif;
	padding:50px!important;
}
.popup .h3 {
	text-transform:uppercase;
	font-size:18px;
	letter-spacing:.1em;
	font-weight:700;
	margin-bottom:30px;
}
.popup .texte {
	text-align:center!important;
}
.popup a {
	color: #0059e9!important;
	text-decoration: underline;
}

@media (max-width:991px) {
	.popup {
		font-size:18px;
	}
}
@media (max-width:767px) {
	.popup {
		font-size:16px;
		padding:20px!important;
	}
	.popup .h3 {
		font-size:16px;
		margin-bottom:10px;
	}
}

/*** PAGE 35 ANS ***/
.page-35-ans .Swoosh-i5f94d-0 path {
	fill: #000c3e;
}
.page-35-ans .bg-bleu {
	background-color: #000c3e;
}
.page-35-ans .bg-bleu h2 {
	color: #b6f967;
}
.page-35-ans .bg-bleu .description-activite .texte-description .button-row a button {
	background-color: #ff66c4;
	color: #fff;
}
.page-35-ans .description-activite .description-right .img {
	margin-top: 0;
	margin-bottom: 40px;
}
.page-35-ans .description-activite .texte-description .button-row a {
	margin-left: 0;
	margin-top: 40px;
}
.page-35-ans .liste-bloc-contenus .bloc-contenu .cadre-photo {
	min-height: 400px;
}
.page-35-ans .liste-bloc-contenus .bloc-contenu.bloc-bleu {
	background-color: #000c3e;
}
.page-35-ans .liste-bloc-contenus .texte h2 {
	color: #ff66c4;
}
.page-35-ans .liste-bloc-contenus .texte h2.col-vert {
	color: #b6f967;
}
.page-35-ans .liste-bloc-contenus .texte h2.col-bleu {
	color: #5ce1e6;
}
.page-35-ans .liste-bloc-contenus .texte h2.col-marine {
	color: #0059e9;
}
.page-35-ans .liste-bloc-contenus .texte h2.col-sable {
	color: #f18f5d;
}
.page-35-ans .liste-bloc-contenus .texte .section-container-content.col-marine {
	color: #0059e9;
}
.page-35-ans .liste-bloc-contenus .bloc-contenu.bloc-blanc {
	background-color: #fff;
	border: solid 2px #000c3e;
}
.page-35-ans .liste-bloc-contenus .texte .button-row a button,
.page-35-ans .pack-adrenaline.description-activite .texte-description .texte .button-row a button {
	background-color: #0059e9;
	color: #fff;
	margin-top: 40px;
}
.page-35-ans .pack-adrenaline.description-activite .texte-description .texte .button-row a button {
	margin-top: 0;
}
.page-35-ans .pack-adrenaline h2.col-blanc {
	color: #fff;
}
.page-35-ans .kYlAXw .hero-img .img {
	min-height: 750px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 80px;
}
.page-35-ans .kYlAXw .content .inner {
	align-items: flex-start;
}
.page-35-ans .kYlAXw .title {
	left: 0;
	top: 0;
	transform: none;
	position: relative;
	text-align: left;
	padding: 0;
}
.page-35-ans .kYlAXw .inner p {
	color: #fff;
	margin-top: 80px;
}
.page-35-ans .kYlAXw {
	margin-bottom: 80px;
}
@media (max-width: 1023px) {
	.page-35-ans .kYlAXw {
		overflow: auto;
		max-height: none;
	}
	.page-35-ans .kYlAXw .title {
		font-size: 46px;
		max-width: 260px;
	}
}
@media (max-width: 767px) {
  .page-35-ans .description-activite .description-right {
  	order: 0;
  	padding-bottom: 0;
  }
  .page-35-ans .description-activite .description-right .img {
  	max-width: 200px;
  	margin-bottom: 0;
  }
  .page-35-ans .description-activite .texte-description {
  	order: 1;
  }
}