/*-----------------------------------------------------------------------------------
	Sophrologue
	About: Delphine Courtois, Sophrologue Graguignan
	Author: www.octopusa.fr
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: :0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'AustinCyr-Fat';
	src: url('./fonts/AustinCyr-Fat/AustinCyr-Fat.woff2');
	src: url('./fonts/AustinCyr-Fat/AustinCyr-Fat.woff2') format('woff2'),
	url('./fonts/AustinCyr-Fat/AustinCyr-Fat.woff') format('woff'),
	url('./fonts/AustinCyr-Fat/AustinCyr-Fat.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'AustinCyr-Semibold';
	src: url('./fonts/AustinCyr-Semibold/AustinCyr-Semibold.woff2');
	src: url('./fonts/AustinCyr-Semibold/AustinCyr-Semibold.woff2') format('woff2'),
	url('./fonts/AustinCyr-Semibold/AustinCyr-Semibold.woff') format('woff'),
	url('./fonts/AustinCyr-Semibold/AustinCyr-Semibold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'AustinCyr-Medium';
	src: url('./fonts/AustinCyr-Medium/AustinCyr-Medium.woff2');
	src: url('./fonts/AustinCyr-Medium/AustinCyr-Medium.woff2') format('woff2'),
	url('./fonts/AustinCyr-Medium/AustinCyr-Medium.woff') format('woff'),
	url('./fonts/AustinCyr-Medium/AustinCyr-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Flip Edge Divider */

.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-bl-edge{
	background-position: bottom left!important;
	background-repeat: no-repeat;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset-lg{
	margin-top:80px;
}


/* = NavBar
-------------------------------------------------------------- */

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}
.navbar-toggle.menu-icon-rounded-uneven-list{
	margin-top:7px!important;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-rd{
	border-radius: 40px;
}
.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}


/*  Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}


/* = Lists
-------------------------------------------------------------- */
.list-horizontal-layout li{
	display:inline-block;
	margin:0 10px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}



.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-caption-center{
	top: 50%;
	bottom: initial;
	transform: translateY(-50%);
}

.hide-indicators{
	display:none;
}

.carousel-indicators li::marker{
	font-size:0;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* Toggle Visibility */
.toggled-item{
	transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;
	overflow: hidden;
}
.toggled-item-hidden{
	padding-top:0!important;
	padding-bottom:0!important;
	border-top:0!important;
	border-bottom:0!important;
	outline:0!important;
	opacity: 0;
}

/* Hide Object */
.object-hidden{
	display:none;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Quicksand";
	color:var(--swatch-var-2347)!important;
}
.container{
	max-width:1140px;
}
.bloc-divider-b-reviews-fill{
	fill:#0066CC;
}
.entre-faster-fx{
	padding-top:200px;
	margin-top:-200px;
}
.entre-testimonial{
	margin-bottom:28px;
	box-shadow:2px 4px 28px rgba(0,0,0,0.10);
	padding:28px 28px 28px 28px;
	border-width:0px 0px 0px 0px;
}
.entre-button{
	color:#9BCDCE!important;
	background:linear-gradient(90deg, #0066CC 0%, #0041A6 100%);
	font-size:18px;
	text-transform:capitalize;
	font-weight:700;
	padding-right:28px;
	padding-left:28px;
	font-family:"Lato";
	border-width:0px 0px 0px 0px;
}
.entre-button:hover{
	background:linear-gradient(270deg, #0066CC 0%, #0041A6 100%);
	color:#FFFFFF!important;
	box-shadow:0px 2px 14px rgba(0,0,0,0.14);
}
.fixed{
	background-color:rgba(255,255,255,0.10);
	color:var(--swatch-var-2879)!important;
}
.fixed:active{
	color:var(--swatch-var-6555)!important;
}
.hero::before{
	background-size:cover;
	content:"";
	position:absolute;
	overflow:hidden;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-position:center center;
	background-image:url("img/LOFT-9.jpeg");
	background-image: -webkit-image-set(url("img/LOFT-9.webp") 1x,
url("img/LOFT-9.webp") 2x);background-image: image-set(url("img/LOFT-9.jpeg") 1x,
url("img/LOFT-9.jpeg") 2x,url("img/LOFT-9.webp") 1x,
url("img/LOFT-9.webp") 2x);
	background-color:var(--swatch-var-2879);
}
.hero1::before{
	background-size:cover;
	content:"";
	position:absolute;
	overflow:hidden;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-image:url("img/hotel_template_33.jpg");
	background-image: -webkit-image-set(url("img/hotel_template_33.webp") 1x,
url("img/hotel_template_33.webp") 2x);background-image: image-set(url("img/hotel_template_33.jpg") 1x,
url("img/hotel_template_33.jpg") 2x,url("img/hotel_template_33.webp") 1x,
url("img/hotel_template_33.webp") 2x);
	background-position:center center;
	background-blend-mode:darken;
}
.hero2::before{
	background-size:cover;
	content:"";
	position:absolute;
	overflow:hidden;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-image:url("img/hotel_template_41.jpg");
	background-image: -webkit-image-set(url("img/hotel_template_41.webp") 1x,
url("img/hotel_template_41.webp") 2x);background-image: image-set(url("img/hotel_template_41.jpg") 1x,
url("img/hotel_template_41.jpg") 2x,url("img/hotel_template_41.webp") 1x,
url("img/hotel_template_41.webp") 2x);
	background-position:center center;
	background-blend-mode:darken;
}
.hero3::before{
	background-size:cover;
	content:"";
	position:absolute;
	overflow:hidden;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-image:url("img/hotel_template_8.jpg");
	background-image: -webkit-image-set(url("img/hotel_template_8.webp") 1x,
url("img/hotel_template_8.webp") 2x);background-image: image-set(url("img/hotel_template_8.jpg") 1x,
url("img/hotel_template_8.jpg") 2x,url("img/hotel_template_8.webp") 1x,
url("img/hotel_template_8.webp") 2x);
	background-position:center center;
	background-blend-mode:darken;
}
.hero4::before{
	background-size:cover;
	content:"";
	position:absolute;
	overflow:hidden;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-image:url("img/hotel_template_4.jpg");
	background-image: -webkit-image-set(url("img/hotel_template_4.webp") 1x,
url("img/hotel_template_4.webp") 2x);background-image: image-set(url("img/hotel_template_4.jpg") 1x,
url("img/hotel_template_4.jpg") 2x,url("img/hotel_template_4.webp") 1x,
url("img/hotel_template_4.webp") 2x);
	background-position:center center;
	background-blend-mode:darken;
}
.winter-card{
	margin-top:0px;
	box-shadow:0px 4px 30px rgba(0,0,0,0.1);
	margin-bottom:28px;
	padding:50px 28px 28px 28px;
}
.winter-card:hover{
	margin-top:-5px;
	box-shadow:0px 28px 30px rgba(0,0,0,0.2);
}
.winter-icon{
	margin-bottom:28px;
	color:#000000!important;
}
.bloc-fill{
	fill:var(--swatch-var-6931);
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-3257);
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-3257);
}
.bloc-divider-b-style{
	height:50px;
	fill:var(--swatch-var-6931);
}
.bleu{
	color:#98C8C9!important;
}
.btn-clean{
	color:var(--swatch-var-5255)!important;
	padding:2px 2px 2px 2px;
	border-style:solid;
	border-color:var(--swatch-var-6628)!important;
}
.btn-clean:hover{
	color:var(--swatch-var-5255)!important;
}
.bloc-menu{
	padding-top:15px;
	margin-bottom:15px;
	position:fixed;
	float:inherit;
	display:flex;
	width:100%;
	top:90px;
}
.bloc-menu:hover{
	color:transparent!important;
}
.color-size{
	color:#FFF9D1!important;
	font-size:3rem;
}
.logo-top{
	height:55px;
}
.menu-icon-stroke{
	stroke:var(--swatch-var-5255)!important;
	fill:var(--swatch-var-5255)!important;
}
.navbar-brand img{
	width:100px;
	height:100px;
}
.link-style{
	font-family:"AustinCyr-Fat";
	font-size:25px;
	color:var(--swatch-var-489)!important;
	font-weight:300;
}
.rdv-top{
	width:130px;
	margin-left:15px;
	background-color:var(--swatch-var-489);
	color:var(--swatch-var-3257)!important;
	font-family:"Quicksand";
	font-weight:500;
	border-style:solid;
	border-color:var(--swatch-var-621)!important;
}
.link-style:hover{
	color:var(--swatch-var-6931)!important;
}
.rdv-top:hover{
	background-color:var(--swatch-var-6931);
	color:var(--swatch-var-6628)!important;
}
.btn-dc{
	color:var(--swatch-var-5255)!important;
	font-size:18px;
	font-family:"Quicksand";
	font-weight:500;
}
.btn-dc:hover{
	font-family:"Quicksand";
	font-size:18px;
	color:var(--swatch-var-6931)!important;
	margin:2px 2px 2px 2px;
	font-weight:500;
}
.link-style:active{
	color:var(--swatch-var-6628)!important;
}
h1{
	font-family:"QuicksandLight-Regular";
	color:var(--swatch-var-6931)!important;
}
.bloc-divider-t-bloc-3-fill{
	fill:#E0A001;
}
.h1-margin-top{
	margin-top:29px;
	font-family:"Quicksand";
}
.bloc-divider-t-bloc-2-fill{
	fill:var(--swatch-var-3257);
}
.white{
	color:var(--swatch-var-3257)!important;
	text-decoration:none;
	font-family:"Quicksand";
}
.blue{
	color:var(--swatch-var-6931)!important;
}
.event-divider{
	width:128px;
	margin-top:28px;
	margin-bottom:28px;
	padding:1px 1px 1px 1px;
}
.event-section-title{
	font-family:"Lato";
	font-weight:700;
	font-size:40px;
	text-align:center;
}
.event-name-icon{
	margin-right:10px;
}
.bloc-divider-t-bloc-4-fill{
	fill:var(--swatch-var-3257);
}
.over-white:hover{
	color:var(--swatch-var-1566)!important;
}
.over-white:active{
	color:var(--swatch-var-2347)!important;
}
.img-tag{
	position:relative;
	display:flex;
	z-index:0;
	top:100px;
	float:none;
	width:800px;
}
.logo-1-style{
	width:120px;
}
.btn-margin-bottom{
	margin-bottom:27px;
}
.btn-dc-2{
	color:var(--swatch-var-5255)!important;
	font-size:20px;
}
.btn-dc-2:hover{
	font-size:20px;
	color:var(--swatch-var-6628)!important;
	margin:2px 2px 2px 2px;
}
.offrir-copy-1{
	width:130px;
	margin-left:15px;
	background-color:var(--swatch-var-6931);
}
.offrir-copy-1:hover{
	background-color:var(--swatch-var-621);
}
.blocsapp-special-menu blocsnav li a{
	font-family:"Quicksand";
	color:var(--swatch-var-6628)!important;
}
.blocsapp-special-menu blocsnav li a:hover{
	color:var(--swatch-var-5255)!important;
}
.img-style{
	width:450px;
	margin-top:-17px;
}
.img-accueil{
	width:300px;
	position:relative;
	top:50px;
}
.img-intro{
	width:400px;
}
.img-margin-bottom{
	margin-bottom:23px;
	width:140px;
}
.offrir-big{
	width:250px;
	background-color:var(--swatch-var-6931);
	font-family:"Quicksand";
	color:var(--swatch-var-3257)!important;
}
.btn-dc-2-mini{
	color:var(--swatch-var-5255)!important;
	font-size:16px;
	font-family:"Quicksand";
}
.btn-dc-2-mini:hover{
	font-family:"Quicksand-Medium";
	font-size:16px;
	color:var(--swatch-var-6628)!important;
	margin:2px 2px 2px 2px;
}
.bloc-divider-t-bloc-7-fill{
	fill:var(--swatch-var-6931);
	height:30px;
}
.row-margin-top{
	margin-top:50px;
}
.bloc-divider-t-bloc-12-fill{
	fill:#FFFFFF;
}
.footer{
	font-size:14px;
}
.bloc-divider-b-certifications-fill{
	fill:var(--swatch-var-2347);
	height:25px;
}
.offrir{
	width:130px;
	margin-left:15px;
	background-color:var(--swatch-var-6931);
	color:var(--swatch-var-3257)!important;
	font-family:"Quicksand";
	font-weight:500;
	font-size:18px;
}
.offrir:hover{
	background-color:var(--swatch-var-3314);
	color:var(--swatch-var-489)!important;
	border-style:solid;
	border-color:var(--swatch-var-6628)!important;
}
.bloc-divider-t-0-fill{
	fill:var(--swatch-var-6931);
}
.img-style-signature-octopusa{
	width:150px;
}
.link-style-bottom{
	font-family:"Quicksand";
	font-weight:700;
	font-size:12px;
}
.mini-footer{
	font-size:12px;
}
.bloc-divider-t-bloc-14-fill{
	fill:var(--swatch-var-3314);
}
.bloc-margin-top{
	margin-top:39px;
}
.h4-margin-bottom{
	margin-bottom:-22px;
	padding-bottom:0px;
}
.bloc-divider-t-tarifs-fill{
	fill:var(--swatch-var-6931);
}
.bloc-divider-t-0-tarifs-fill{
	fill:var(--swatch-var-3314);
}
.h2-margin-top{
	margin-top:49px;
}
.img-bloc-6-style{
	width:350px;
}
.h2-intro-margin-top{
	margin-top:54px;
}
.h1-style{
	font-family:"Quicksand";
	font-weight:500;
}
.bloc-divider-b-bloc-5-fill{
	fill:var(--swatch-var-2347);
}
.bloc-divider-b-bloc-22-fill{
	fill:var(--swatch-var-6931);
}
.bloc-divider-t-23931-fill{
	fill:var(--swatch-var-6931);
}
.bloc-divider-b-bloc-23-fill{
	fill:var(--swatch-var-6931);
	height:85px;
}
.bloc-divider-t-style{
	height:75px;
	fill:var(--swatch-var-6931);
}
.p-left{
	width:73.88%;
	padding-left:1px;
	margin-left:184px;
	text-align:left;
}
.img-ado-style{
	width:150px;
}
.bloc-divider-t-maternite-fill{
	fill:var(--swatch-var-2347);
	height:85px;
}
.h5-la-sophrologie-margin-top{
	margin-top:75px;
	margin-bottom:24px;
	padding-bottom:0px;
}
.h1-maternite-margin-top{
	margin-top:48px;
	font-family:"Quicksand";
}
.mini-link{
	font-size:14px;
	text-decoration:underline!important;
}
.p-margin-bottom{
	margin-bottom:5px;
}
.p-style{
	width:74.28%;
}
.gold{
	color:var(--swatch-var-3914)!important;
	text-shadow:0.00px -1.00px 1px #FFFFFF;
}
.caroussel{
	color:var(--swatch-var-3914)!important;
}
.hero1{
	overflow:hidden;
}
.call{
	width:30px;
	height:30px;
	position:fixed;
	bottom:0px;
	right:180px;
	border-width:0px 0px 0px 0px;
	z-index:99999;
	text-shadow:0.00px 0.00px 0px #000000;
	box-shadow:0.00px 0.00px 0px #000000;
	padding:2px 2px 2px 2px;
	border-color:var(--swatch-var-3914)!important;
	border-style:solid;
}
.call:hover{
	z-index:9999999;
}
.contact-flat{
	color:var(--swatch-var-3914)!important;
	background-color:var(--swatch-var-3257);
	font-size:10px;
	position:fixed;
	right:15px;
	bottom:0px;
	z-index:999999;
	border-style:solid;
	border-right-width:1px;
	border-color:var(--swatch-var-3914)!important;
	font-weight:bold;
	letter-spacing:1px;
}
.contact-flat:hover{
	color:var(--swatch-var-3257)!important;
	background-color:var(--swatch-var-3914);
}
.book{
	position:fixed;
	z-index:9999999;
	color:var(--swatch-var-1794)!important;
	right:12px;
	width:140px;
	text-align:center;
	top:5px;
	background-color:var(--swatch-var-3914);
}
.book:hover{
	background-color:var(--swatch-var-6555);
	color:var(--swatch-var-3914)!important;
}
.en-2{
	width:25px;
	position:fixed;
	top:7px;
	height:31px;
	z-index:2222222;
	right:160px;
}
.social-g{
	width:25px;
	position:fixed;
	top:450px;
	left:1px;
	height:25px;
	z-index:2222222;
}
.social-f{
	width:25px;
	position:fixed;
	top:476px;
	left:1px;
	height:25px;
	z-index:2222222;
}
.en{
	width:20px;
	position:fixed;
	top:0px;
	left:105px;
	height:20px;
	z-index:2222222;
}
.social-i{
	width:25px;
	position:fixed;
	top:502px;
	left:1px;
	height:25px;
	z-index:2222222;
}
.mail{
	width:30px;
	height:24px;
	position:fixed;
	right:147px;
	border-width:0px 0px 0px 0px;
	z-index:99999;
	text-shadow:0.00px 0.00px 0px #000000;
	box-shadow:0.00px 0.00px 0px #000000;
	padding:2px 2px 2px 2px;
	border-color:var(--swatch-var-3914)!important;
	border-style:solid;
	bottom:2px;
}
.mail:hover{
	z-index:9999999;
}
.img-bloc-17-style{
	width:450px;
}
.blocsapp-special-menu blocsnav{
	background-color:var(--swatch-var-2347);
	color:var(--swatch-var-6931)!important;
}
.img-modal-style{
	width:110px;
	margin-left:2px;
	margin-right:2px;
}
.offrir-big:hover{
	background-color:var(--swatch-var-489);
}
.bloc-divider-b-0-fill{
	fill:var(--swatch-var-489);
	height:85px;
}
.img-moi-style{
	width:350px;
}
.btn-découvrir-margin-bottom{
	margin-bottom:70px;
}
.img-23-style{
	width:350px;
}
.img-deroulement-style{
	width:350px;
	margin-bottom:48px;
}
.espace{
	margin-bottom:45px;
}
.logo-footer{
	width:30px;
	margin-top:10px;
}
.img-intro-sophro-style{
	width:450px;
}
.top-rac{
	margin-bottom:5px;
}
.applications-open{
	position:fixed;
	display:flex;
	z-index:999999;
}
.dropdown-menu{
	border-color:var(--swatch-var-2147)!important;
	border-width:1px 1px 1px 1px;
	border-style:solid;
	font-family:"Quicksand-Medium";
	font-size:14px;
	margin:1px 1px 1px 1px;
	padding:1px 1px 1px 1px;
	line-height:16px;
	text-align:center;
	letter-spacing:1px;
}
.link-padding-top{
	padding-top:4px;
	padding-bottom:4px;
}
.link-enfants-padding-top{
	padding-top:4px;
	padding-bottom:4px;
}
.link-adolescents-padding-top{
	padding-top:4px;
	padding-bottom:4px;
}
.link-seniors-padding-top{
	padding-top:4px;
	padding-bottom:4px;
}
.link-en-entreprise-padding-top{
	padding-top:4px;
	padding-bottom:4px;
}
.img-footer-style{
	width:50px;
	height:50px;
}
.img-54-style{
	width:50px;
	height:50px;
}
.h1-bloc-19-style{
	font-family:"Quicksand";
	font-weight:600;
}
.h1-ado-style{
	font-family:"Quicksand";
	font-weight:600;
}
.h1-les-adultes-style{
	font-family:"Quicksand";
	font-weight:600;
}
.h1-les-seniors-style{
	font-family:"Quicksand";
	font-weight:600;
}
.h1-entreprise-style{
	font-family:"Quicksand";
	font-weight:600;
}
.h1-certifications-style{
	font-family:"Quicksand";
}
.h1-formations-style{
	font-family:"Quicksand";
}
.h1-mission-style{
	font-family:"Quicksand";
	font-weight:600;
}
.h1-margin-bottom{
	font-family:"Quicksand";
	font-weight:600;
}
.btn-menu{
	width:130px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:60px;
	background-color:var(--swatch-var-6931);
	color:var(--swatch-var-3257)!important;
	font-family:"Quicksand";
	font-weight:500;
	position:relative;
	left:5px;
	right:5px;
	border-style:solid;
}
.btn-menu:hover{
	background-color:var(--swatch-var-621);
	color:var(--swatch-var-3257)!important;
}
.link-prestations-style{
	width:100%;
}
.social-link{
	width:25px;
	position:fixed;
	top:528px;
	left:1px;
	height:25px;
	z-index:2222222;
}
.h5-modal-margin-bottom{
	margin-bottom:10px;
}
.margin-modal{
	margin-bottom:2px;
	margin-top:2px;
	top:0px;
	bottom:0px;
}
.card-body-style{
	height:65px;
}
.card-body-modal-style{
	height:65px;
}
.card-body-5-style{
	height:80px;
}
.bc{
	color:#004960!important;
}
.h1-deroulement-style{
	font-family:"AustinCyr-Semibold";
}
.h1-seances-style{
	font-family:"AustinCyr-Fat";
}
.h1-parents-style{
	font-family:"AustinCyr-Medium";
}
.payer{
	color:var(--swatch-var-489)!important;
}
.container-div-margin-top{
	margin-top:-9px;
	padding-top:2px;
}
.p-margin-top{
	margin-top:-11px;
}
.btn-margin-top{
	margin-top:-26px;
}
.h4-style{
	font-family:"AustinCyr-Fat";
}
.btn-style{
	width:14.82%;
}
.img-intro-style{
	width:700px;
}
.h2-style{
	font-family:"AustinCyr-Fat";
}
.h5-style{
	width:100%;
}
.h3-style{
	font-size:32px;
}
.ph4{
	margin-top:-21px;
}
.h3-plus-efficace-style{
	font-size:45px;
}
.yellow{
	color:var(--swatch-var-489)!important;
}
.h3-margin-top{
	margin-top:14px;
}
.offrir-dark{
	width:130px;
	margin-left:15px;
	color:var(--swatch-var-489)!important;
	font-family:"Quicksand";
	font-weight:500;
	font-size:18px;
	border-style:solid;
	border-color:var(--swatch-var-489)!important;
}
.offrir-dark:hover{
	background-color:var(--swatch-var-3314);
	color:var(--swatch-var-489)!important;
	border-style:solid;
	border-color:var(--swatch-var-6628)!important;
}
.h3-saviez-vous-margin-top{
	margin-top:39px;
}
.bloc-divider-t-les-pensions-fill{
	fill:var(--swatch-var-3257);
}
.bloc-divider-b-les-pensions-fill{
	fill:var(--swatch-var-3257);
}
.white:hover{
	color:var(--swatch-var-3257)!important;
	font-family:"Quicksand";
}
.bloc-divider-b-intro-2-fill{
	fill:var(--swatch-var-3257);
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-2879:#000000;
	
	--swatch-var-6931:rgba(152,200,201,1.00);
	
	--swatch-var-621:rgba(18,128,142,1.00);
	
	--swatch-var-7613:rgba(51,255,204,1.00);
	
	--swatch-var-3257:rgba(255,255,255,1.00);
	
	--swatch-var-2147:#DCCEB3;
	
	--swatch-var-3314:rgba(23,105,120,1.00);
	
	--swatch-var-489:rgba(224,160,1,1.00);
	
	--swatch-var-1262:#156D7B;
	
}


/* Background colour styles */

.bgc-3257{
	background-color:var(--swatch-var-3257);
}
.bgc-3314{
	background-color:var(--swatch-var-3314);
}
.bgc-2879{
	background-color:var(--swatch-var-2879);
}
.bgc-6931{
	background-color:var(--swatch-var-6931);
}
.bgc-2147{
	background-color:var(--swatch-var-2147);
}
.bgc-621{
	background-color:var(--swatch-var-621);
}
.bgc-489{
	background-color:var(--swatch-var-489);
}

/* Text colour styles */

.tc-3314{
	color:var(--swatch-var-3314)!important;
}
.bgc-2879{
	background-color:var(--swatch-var-2879);
}
.tc-3257{
	color:var(--swatch-var-3257)!important;
}
.tc-489{
	color:var(--swatch-var-489)!important;
}
.tc-7613{
	color:var(--swatch-var-7613)!important;
}

/* Link colour styles */

.ltc-6931{
	color:var(--swatch-var-6931)!important;
}
.ltc-6931:hover{
	color:#659596!important;
}
.ltc-489{
	color:var(--swatch-var-489)!important;
}
.ltc-489:hover{
	color:#AD6D00!important;
}
.ltc-7613{
	color:var(--swatch-var-7613)!important;
}
.ltc-7613:hover{
	color:#00CC99!important;
}

/* Bloc image backgrounds */

.bg-G-7-OCTOPUSA-2023{
	background-image:url("img/G-7-OCTOPUSA-2023.png");
	background-image: -webkit-image-set(url("img/G-7-OCTOPUSA-2023.webp") 1x,
url("img/G-7-OCTOPUSA-2023.webp") 2x);background-image: image-set(url("img/G-7-OCTOPUSA-2023.png") 1x,
url("img/G-7-OCTOPUSA-2023.png") 2x,url("img/G-7-OCTOPUSA-2023.webp") 1x,
url("img/G-7-OCTOPUSA-2023.webp") 2x);
}



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.entre-faster-fx{
		padding-top:150px;
		margin-top:-150px;
	}
	.winter-card{
		margin-bottom:28px;
		padding:14px 0px 14px 0px;
	}
	.bloc-menu{
		width:100%;
		top:90px;
	}
	.color-size{
		color:#FFF9D1!important;
	}
	.color-size:hover{
		color:#A12F1B!important;
	}
	.btn-dc{
		font-size:16px;
	}
	.h1-margin-top{
		margin-top:24px;
	}
	.event-section-title{
		font-size:35px;
	}
	.btn-dc-2{
		font-size:20px;
	}
	.btn-dc:hover{
		font-size:16px;
		font-family:"Quicksand-SemiBold";
	}
	.link-style{
		font-size:16px;
	}
	.navbar-brand img{
		height:40px;
	}
	.blocsapp-special-menu blocsnav li a{
		font-family:"Quicksand";
	}
	.btn-dc-2-mini{
		font-size:14px;
	}
	.btn-dc-2-mini:hover{
		font-size:14px;
	}
	.footer{
		font-size:12px;
	}
	.bloc-divider-b-fill{
		fill:#FFFFFF;
	}
	.bloc-divider-t-bloc-2-fill{
		fill:var(--swatch-var-6931);
	}
	.img-style-signature-octopusa{
		width:150px;
	}
	.link-style-bottom{
		font-size:12px;
	}
	.h4-margin-bottom{
		margin-bottom:-17px;
	}
	.btn-dc:active{
	}
	.bloc-margin-bottom{
		margin-bottom:-1px;
		margin-top:-84px;
	}
	.offrir{
		font-size:17px;
	}
	.btn-découvrir-margin-bottom{
		margin-bottom:47px;
	}
	.mini-link{
		font-size:13px;
	}
	.p-margin-bottom{
		margin-bottom:2px;
	}
	.book{
		height:35px;
		top:7px;
		position:fixed;
		display:inline-block;
		flex-direction:column;
	}
	.en-2{
		top:9px;
		height:30px;
	}
	.social-g{
		top:300px;
		height:25px;
	}
	.social-f{
		top:330px;
		height:25px;
	}
	.en{
		top:0px;
		height:25px;
	}
	.social-i{
		top:390px;
		height:25px;
	}
	.sticky-nav.sticky{
	}
	.img-modal-style{
		width:115px;
		margin-left:auto;
		margin-right:auto;
	}
	.p-left{
		margin-left:0px;
		width:94.62%;
	}
	.social-link{
		top:360px;
		height:25px;
	}
	.btn-menu{
		margin-left:5px;
		width:112px;
		font-size:18px;
	}
	.img-8-logo-clc-20-style{
		width:100px;
		height:100px;
	}
	.blocsapp-special-menu blocsnav{
	}
	.menu-icon-nav-stroke{
	}
	label{
		font-family:"Quicksand";
		font-size:18px;
		color:var(--swatch-var-6931)!important;
	}
	.btn-style{
		width:20.75%;
	}
	.offrir-dark{
		font-size:17px;
	}
	
}

@media (max-width: 767px){
	.winter-card{
		margin-bottom:28px;
		padding:40px 28px 28px 28px;
	}
	.bloc-menu{
		top:90px;
	}
	.color-size{
		color:#FFF9D1!important;
	}
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.link-style:hover{
	}
	.btn-dc{
		font-size:15px;
	}
	.h1-margin-top{
		margin-top:24px;
	}
	.btn-dc:hover{
		font-size:15px;
	}
	.event-section-title{
		font-size:30px;
	}
	.btn-dc-2{
		font-size:15px;
	}
	.btn-dc-2:hover{
		font-size:15px;
	}
	.link-style{
		font-size:16px;
	}
	.navbar-brand img{
		height:40px;
	}
	.btn-dc-2-mini{
		font-size:12px;
	}
	.btn-dc-2-mini:hover{
		font-size:12px;
	}
	.img-style{
		margin-bottom:37px;
	}
	.rdv-top{
		position:relative;
		left:100px;
	}
	.offrir{
		width:130px;
		font-size:16px;
	}
	.img-style-signature-octopusa{
		width:150px;
	}
	.link-style-bottom{
		font-size:12px;
	}
	.h4-margin-bottom{
		margin-bottom:-14px;
	}
	.btn-margin-bottom{
		opacity:1.0;
	}
	.btn-découvrir-margin-bottom{
		margin-bottom:42px;
	}
	.mini-link{
		text-decoration:underline!important;
		font-size:12px;
	}
	.p-margin-bottom{
		margin-bottom:2px;
	}
	.call{
		right:170px;
		width:28px;
		height:28px;
	}
	.contact-flat{
		font-size:9px;
	}
	.book{
	}
	.en-2{
		top:9px;
		width:25px;
		height:30px;
	}
	.social-g{
		top:450px;
		width:25px;
	}
	.social-f{
		top:524px;
		width:25px;
	}
	.en{
		top:0px;
		width:25px;
		height:25px;
	}
	.social-i{
		top:561px;
		width:25px;
	}
	.mail{
		right:137px;
		width:28px;
		height:22px;
	}
	.sticky-nav.sticky{
	}
	.blocsapp-special-menu blocsnav li a{
		color:var(--swatch-var-2347)!important;
		background-color:var(--swatch-var-6931);
		font-family:"Quicksand-Bold";
		font-size:70px;
	}
	.blocsapp-special-menu blocsnav{
		background-color:var(--swatch-var-6931);
	}
	.img-modal-style{
		width:125px;
	}
	.img-tarifs-style{
		width:100%;
	}
	.link-enfants-padding-top{
		padding-top:10px;
		padding-bottom:10px;
	}
	.btn-menu{
		position:relative;
		left:100px;
		width:110px;
		padding-left:0px;
		padding-right:0px;
		margin-left:0px;
		font-size:18px;
	}
	.social-link{
		top:487px;
		width:25px;
	}
	.p-margin-top{
		padding-top:0px;
		margin-top:-24px;
	}
	.menu-icon-nav-stroke{
		stroke:var(--swatch-var-489)!important;
		fill:var(--swatch-var-489)!important;
	}
	.btn-style{
		width:25.67%;
	}
	.offrir-dark{
		width:130px;
		font-size:16px;
	}
	
}

@media (max-width: 575px){
	.winter-card{
		padding-right:14px;
		padding-left:14px;
	}
	.bloc-menu{
		top:80px;
	}
	.color-size{
		font-size:2rem;
	}
	.h1-margin-top{
		margin-top:20px;
	}
	.btn-dc{
		font-size:14px;
	}
	.event-section-title{
		font-size:28px;
		text-align:center;
	}
	.btn-dc-2{
		font-size:15px;
	}
	.btn-dc:hover{
		font-size:14px;
		font-family:"Quicksand-SemiBold";
	}
	.grid-bloc-4-style{
		grid-template-columns:1.40fr 1fr;
	}
	.container-div-style{
		width:100%;
	}
	.footer-link{
		text-align:center;
	}
	.btn-dc-2-mini{
		font-size:10px;
	}
	.btn-dc-2-mini:hover{
		font-size:10px;
	}
	.rdv-top{
		left:100px;
		position:relative;
	}
	.offrir{
		font-size:15px;
		width:100px;
	}
	.btn-margin-bottom{
	}
	.img-style-signature-octopusa{
		width:150px;
		margin-bottom:0px;
	}
	.link-style-bottom{
		font-size:10px;
	}
	.h4-margin-bottom{
		margin-bottom:-16px;
		padding-top:0px;
	}
	.bloc-divider-t-bloc-2-fill{
		fill:var(--swatch-var-2347);
		height:40px;
	}
	.bloc-divider-b-fill{
		height:40px;
		fill:var(--swatch-var-2347);
	}
	.bloc-divider-b-certifications-fill{
		height:25px;
	}
	.bloc-divider-t-0-tarifs-fill{
		fill:var(--swatch-var-6931);
	}
	.p-left{
		margin-left:3px;
		padding-right:2px;
		width:97.78%;
	}
	.mini-link{
	}
	.p-margin-bottom{
		margin-bottom:7px;
	}
	.call{
		bottom:0px;
		width:28px;
		height:28px;
		right:160px;
	}
	.contact-flat{
		bottom:0px;
		font-size:9px;
		right:2px;
		padding-top:7px;
		padding-bottom:7px;
	}
	.book{
		width:90px;
		font-size:9px;
		height:28px;
		padding:7px 3px 7px 3px;
		top:2px;
	}
	.en-2{
		top:3px;
		width:17px;
		height:26px;
		right:105px;
	}
	.social-g{
		top:320px;
		width:20px;
		height:20px;
	}
	.social-f{
		top:348px;
		width:20px;
		height:20px;
	}
	.en{
		top:0px;
		width:17px;
		height:17px;
	}
	.social-i{
		top:404px;
		width:20px;
		height:20px;
	}
	.mail{
		bottom:2px;
		width:28px;
		height:23px;
		right:130px;
	}
	.blocsapp-special-menu blocsnav li a{
		top:auto;
		bottom:auto;
		font-weight:bold;
		font-size:60px;
		color:var(--swatch-var-2347)!important;
	}
	.blocsapp-special-menu blocsnav{
		background-color:var(--swatch-var-6931);
	}
	.img-modal-style{
		width:95px;
		margin-left:20px;
		margin-right:20px;
	}
	.bloc-divider-t-bloc-4-fill{
		height:35px;
	}
	.bloc-divider-b-style{
		height:10px;
		fill:var(--swatch-var-6931);
	}
	.bloc-divider-t-bloc-3-fill{
		height:45px;
	}
	.img-tarifs-style{
		width:300px;
	}
	.on-top{
		z-index:9999999;
		position:relative;
		display:flex;
	}
	.img-ado-style{
		margin-bottom:31px;
	}
	.link-enfants-padding-top{
		padding-top:15px;
		padding-bottom:15px;
	}
	.link-adolescents-padding-top{
		padding-top:15px;
		padding-bottom:15px;
		opacity:0.5;
	}
	.link-seniors-padding-top{
		padding-top:15px;
		padding-bottom:15px;
	}
	.link-en-entreprise-padding-top{
		padding-top:15px;
		padding-bottom:15px;
	}
	.link-padding-top{
		padding-top:15px;
		padding-bottom:15px;
	}
	.btn-menu{
		left:50px;
		position:relative;
		margin-left:0px;
		margin-top:5px;
		font-size:18px;
	}
	.social-link{
		top:376px;
		width:20px;
		height:20px;
	}
	.menu-icon-nav-stroke{
		stroke:var(--swatch-var-489)!important;
		fill:var(--swatch-var-489)!important;
	}
	.blocsapp-special-menu blocsnav:hover{
		color:var(--swatch-var-621)!important;
	}
	.btn-style{
		width:52.96%;
	}
	.offrir-dark{
		font-size:15px;
		width:100px;
	}
	
}

