/*-----------------------------------------------------------------------------------
	SKOKI MAMA
	About: A shiny new Blocs website.
	Author: Norman Sheeran
	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;}}

/* = 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 Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = 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;
}


/* Bloc Mask */

.bloc-bg-mask{
	position: absolute;
	width:100%;
	height: 100%;
	text-align:center;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
	align-items: flex-start;
}
.svg-mask{
	width:100%;
	height: 100%;
	fill-rule: evenodd;
	fill:#000000;
}


/* 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-center{
	-webkit-background-size: auto;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}
.texture-darken-strong::before{
	background: rgba(0,0,0,0.8);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* 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{
	margin-top:30px;
}


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

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
/* 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;
}
/* 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-md{
	margin-top:10px;
	margin-bottom:20px;
}

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

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

.btn-sq{
	border-radius: 0px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

/* = Icons
-------------------------------------------------------------- */
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}

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

.text-justify{
	text-align: justify;
}


/* = 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-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;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Open Sans";
}
.container{
	max-width:1140px;
}
.hero-heading{
	font-size:85px;
}
.sub-header{
	font-size:20px;
}
.logo-style{
	font-size:20px;
	text-transform:uppercase;
	font-family:"Open Sans";
	font-weight:800;
	text-decoration:none;
}
.page-heading{
	font-size:60px;
	color:var(--swatch-var-6728)!important;
	z-index:10;
}
.read-more-link{
	font-size:18px;
	text-decoration:none;
	text-transform:uppercase;
	border-style:double;
	border-width:0px 0px 0px 10px;
	padding-left:10px;
}
.bloc-border{
	border-color:var(--swatch-var-6728)!important;
	border-width:1px 1px 1px 1px;
	border-style:solid;
}
.section-heading{
	font-weight:800;
	font-size:40px;
}
.field-style{
	border-radius:0px 0px 0px 0px;
}
.uppercase-text{
	text-transform:uppercase;
}
.event-grid-style{
	grid-template-columns:1fr;
	row-gap:0px;
	justify-items:stretch;
	align-items:stretch;
	justify-self:stretch;
	align-self:stretch;
	grid-template-rows:11px auto;
}
.grid-event-item{
	grid-template-columns:1.25fr 2.50fr 1.50fr .75fr;
	grid-template-rows:75px;
	color:var(--swatch-var-7376)!important;
	column-gap:0px;
	background-color:var(--swatch-var-6728);
	border-radius:10px 10px 10px 10px;
	justify-items:center;
	align-items:center;
	border-width:5px 5px 5px 5px;
	border-color:var(--swatch-var-7376)!important;
	margin-bottom:1px;
	margin-top:4px;
	font-family:"Roboto";
	font-weight:700;
	text-transform:uppercase;
	justify-content:flex-start;
	z-index:12;
}
.black-bg{
	background-color:var(--swatch-var-6728);
	color:var(--swatch-var-6728)!important;
}
.outline-container{
	padding:20px 20px 20px 20px;
	border-style:solid;
	border-color:var(--swatch-var-6728)!important;
	border-width:2px 2px 2px 2px;
}
.gradient-text{
	background:linear-gradient(0deg, transparent  0%, #FFFFFF 64%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	color:transparent!important;
}
.hero-lower-section{
	margin-bottom:100px;
}
.overlap-grid{
	grid-template-rows:1fr;
	grid-template-columns:2fr 1fr;
	padding:20px 20px 20px 20px;
}
.overlap-col{
	position:absolute;
	top:-40px;
}
.secondary-top{
	border-color:var(--swatch-var-3191)!important;
	border-style:solid;
	border-width:15px 0px 0px 0px;
}
.box-card{
	padding:30px 20px 20px 20px;
}
.primary-top{
	border-width:15px 0px 0px 0px;
	border-color:var(--swatch-var-3409)!important;
	border-style:solid;
}
.price-card{
	padding:40px 40px 40px 40px;
	box-shadow:0.00px 0.00px 25px rgba(0,0,0,0.15);
}
.black-top{
	border-style:solid;
	border-color:var(--swatch-var-7376)!important;
	border-width:15px 0px 0px 0px;
	background-color:transparent;
}
.price-text{
	font-size:40px;
}
.price-header{
	font-size:40px;
}
h1,h2,h3,h4,h5,h6{
	font-family:"Open Sans";
	font-weight:800;
}
.overlay-title{
	position:absolute;
	left:0px;
	z-index:1;
	padding:10px 20px 10px 20px;
	background-color:var(--swatch-var-7376);
	bottom:0px;
}
.gallery-item{
	position:relative;
	background-color:#0432FF;
	background-blend-mode:normal;
	background-image:url("img/425368972_895081919288889_4337433726957413636_n.jpg");
	background-image: -webkit-image-set(url("img/425368972_895081919288889_4337433726957413636_n.webp") 1x,
url("img/425368972_895081919288889_4337433726957413636_n.webp") 2x);background-image: image-set(url("img/425368972_895081919288889_4337433726957413636_n.jpg") 1x,
url("img/425368972_895081919288889_4337433726957413636_n.jpg") 2x,url("img/425368972_895081919288889_4337433726957413636_n.webp") 1x,
url("img/425368972_895081919288889_4337433726957413636_n.webp") 2x);
	background:repeating-linear-gradient(0deg, #FFFFFF  100%, #90B65B 100%);
}
.bold-text{
	font-weight:800;
}
.overlay-text{
	font-size:26px;
	font-weight:800;
}
.hero-mask-svg-fill{
	fill:rgba(0,0,0,0.20);
}
.btn{
	font-weight:600;
	text-transform:uppercase;
}
.glass-bg{
	backdrop-filter:blur(10px);
	-webkit-backdrop-filter:blur(10px);
	background-color:rgba(0,0,0,0.30);
}
.navbar-brand img{
	width:50px;
}
.p-style{
	font-size:18px;
	font-family:"Roboto";
	font-weight:700;
}
.bloc-fill{
	fill:transparent;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-7376);
	height:50px;
}
.bloc-divider-b-hero-fill{
	fill:var(--swatch-var-6728);
	height:1.8rem;
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-3409);
	height:40px;
}
.img-style{
	width:400px;
	height:200px;
}
.p-17-style{
	font-family:"Roboto";
	font-size:20px;
}
.p-17-bloc-4-style{
	font-size:25px;
	font-family:"Roboto";
}
.bloc-divider-b-0-fill{
	fill:var(--swatch-var-7376);
	height:50px;
}
.bloc-divider-b-bloc-4-fill{
	fill:var(--swatch-var-3409);
	height:40px;
}
.bloc-divider-t-0-fill{
	fill:var(--swatch-var-7376);
	height:200px;
}
.blocs-card-width{
	width:25%;
}
.white-bg{
	background-color:transparent;
}
.black-ec{
	font-size:25px;
	color:#000000!important;
}
.p-25-style{
	font-size:18px;
	font-family:"Roboto";
	width:100%;
}
.opacity_plain{
	background-blend-mode:normal;
	mix-blend-mode:normal;
	caret-color:transparent;
	filter:brightness(1.6);
}
.opacity-low{
	filter:brightness(0.6);
}
.h3-4-style{
	font-family:"Roboto";
}
.h3-5-style{
	font-family:"Roboto";
}
.h3-6-style{
	font-family:"Roboto";
}
.bloc-bloc-4-fill{
	fill:var(--swatch-var-5606);
}
.img-overlay{
	position:relative;
	filter:blur(0px);
	z-index:-100;
	transform:scale();
	opacity:10;
	top:-5em;
}
.blockquote-sans{
	background-color:var(--swatch-var-6728);
	opacity:.8;
}
.rng-overlay{
	background-color:rgba(255,255,255,0.76);
	background-image:url("img/LineUp-Bas.png");
	background-image: -webkit-image-set(url("img/LineUp-Bas.webp") 1x,
url("img/LineUp-Bas.webp") 2x);background-image: image-set(url("img/LineUp-Bas.png") 1x,
url("img/LineUp-Bas.png") 2x,url("img/LineUp-Bas.webp") 1x,
url("img/LineUp-Bas.webp") 2x);
	background-blend-mode:lighten;
	top:-3em;
}
.p-bloc-4-style{
	font-family:"Roboto";
	font-size:1.2em;
	font-weight:700;
}
.container-div-bloc-4-min-height{
	min-height:390px;
}
.colonne-overlay{
	background-color:#000000;
	margin-top:2em;
	opacity:1;
}
.col-blanc{
	background-color:transparent;
}
.mauve-p{
	color:var(--swatch-var-5236)!important;
}
.img-official-viny-style{
	width:162px;
}
.img-official--style{
	width:162px;
}
.hero-essai{
	background-image:url("img/LineUp.png");
	background-image: -webkit-image-set(url("img/LineUp.webp") 1x,
url("img/LineUp.webp") 2x);background-image: image-set(url("img/LineUp.png") 1x,
url("img/LineUp.png") 2x,url("img/LineUp.webp") 1x,
url("img/LineUp.webp") 2x);
}
.social-icon-size{
	max-width:120px;
}
.svg-icon-fill{
	fill:var(--swatch-var-5236)!important;
}
.svg-icon-0-fill{
	fill:var(--swatch-var-5236)!important;
}
.svg-icon-42253-fill{
	fill:var(--swatch-var-5236)!important;
}
.svg-icon-1564-fill{
	fill:var(--swatch-var-5236)!important;
}
.bloc-divider-b-style{
	height:10px;
}
.back-essai{
	background-image:url("img/SKOKIAAN-photo-1440.jpg");
	background-image: -webkit-image-set(url("img/SKOKIAAN-photo-1440.webp") 1x,
url("img/SKOKIAAN-photo-1440.webp") 2x);background-image: image-set(url("img/SKOKIAAN-photo-1440.jpg") 1x,
url("img/SKOKIAAN-photo-1440.jpg") 2x,url("img/SKOKIAAN-photo-1440.webp") 1x,
url("img/SKOKIAAN-photo-1440.webp") 2x);
}
.classhero::before{
	position:absolute;
	content:"";
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-size:cover;
	background-position:center top;
	background-image:url("img/Landscape-Duquesne-3@2x.jpg");
	background-image: -webkit-image-set(url("img/Landscape-Duquesne-3@2x.webp") 1x,
url("img/Landscape-Duquesne-3@2x.webp") 2x);background-image: image-set(url("img/Landscape-Duquesne-3@2x.jpg") 1x,
url("img/Landscape-Duquesne-3@2x.jpg") 2x,url("img/Landscape-Duquesne-3@2x.webp") 1x,
url("img/Landscape-Duquesne-3@2x.webp") 2x);
	background-image: -webkit-image-set(url("img/Landscape-Duquesne-3@2x.webp") 1x,
url("img/Landscape-Duquesne-3@2x.webp") 2x);background-image: image-set(url("img/Landscape-Duquesne-3@2x.jpg") 1x,
url("img/Landscape-Duquesne-3@2x.jpg") 2x,url("img/Landscape-Duquesne-3@2x.webp") 1x,
url("img/Landscape-Duquesne-3@2x.webp") 2x);
}
.img-skokiaan-ve-style{
	width:473px;
}
.img-logo-no-style{
	border-radius:0px 0px 0px 0px;
	width:220px;
}
.p-bloc-12-style{
	font-family:"Roboto";
	width:100%;
}
.vert-p{
	color:var(--swatch-var-5470)!important;
	text-align:center;
}
.div-date-left{
	border-style:empty;
}
.mois-event{
	font-size:1em;
	position:relative;
	float:left;
	display:block;
	padding:20px 0px 0px 10px;
	color:var(--swatch-var-7376)!important;
}
.jour-event{
	position:relative;
	float:left;
	font-size:2.2em;
	margin-left:5px;
}
.details-event{
	font-size:1em;
	font-family:"Roboto Slab";
	font-weight:700;
	min-width:100%;
	text-align:left;
}
.container-div-style{
	width:59.23%;
}
.lieu-event{
	font-size:1em;
	font-family:"Roboto Slab";
	font-weight:700;
	text-align:left;
}
.grid-event-item:hover{
	flex-direction:row-reverse;
	justify-items:center;
	align-items:center;
}
.logo-hero{
	float:none;
	display:block;
	margin-bottom:2em;
	background-color:var(--swatch-var-4494);
	left:30px;
	top:30px;
	right:30px;
}
.grid-first{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	grid-template-rows:2;
}
.essai{
	opacity:0;
}
.cache{
	opacity:0;
}
.classhero-small{
	background-size:70px auto;
	background-color:transparent;
	background-image:url("img/Lisa1.jpeg");
	background-image: -webkit-image-set(url("img/Lisa1.webp") 1x,
url("img/Lisa1.webp") 2x);background-image: image-set(url("img/Lisa1.jpeg") 1x,
url("img/Lisa1.jpeg") 2x,url("img/Lisa1.webp") 1x,
url("img/Lisa1.webp") 2x);
}
.nav-first{
	z-index:10;
}
.classhero-small::before{
	position:absolute;
	content:"";
	background-position:center bottom;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	background-size:cover;
	background-image:url("img/Landscape-Duquesne-3@2x.jpg");
	background-image: -webkit-image-set(url("img/Landscape-Duquesne-3@2x.webp") 1x,
url("img/Landscape-Duquesne-3@2x.webp") 2x);background-image: image-set(url("img/Landscape-Duquesne-3@2x.jpg") 1x,
url("img/Landscape-Duquesne-3@2x.jpg") 2x,url("img/Landscape-Duquesne-3@2x.webp") 1x,
url("img/Landscape-Duquesne-3@2x.webp") 2x);
	background-image: -webkit-image-set(url("img/Landscape-Duquesne-3@2x.webp") 1x,
url("img/Landscape-Duquesne-3@2x.webp") 2x);background-image: image-set(url("img/Landscape-Duquesne-3@2x.jpg") 1x,
url("img/Landscape-Duquesne-3@2x.jpg") 2x,url("img/Landscape-Duquesne-3@2x.webp") 1x,
url("img/Landscape-Duquesne-3@2x.webp") 2x);
}
.img-skokiaan-bla-style{
	width:300px;
}
.p-contacts-style{
	width:100%;
}
.p-skokimama-style{
	font-family:"Roboto";
	font-size:20px;
}
.grid-event-item-small{
	grid-template-columns:1fr .75fr 1.25fr .75fr;
	grid-template-rows:75px;
	color:var(--swatch-var-7376)!important;
	column-gap:0px;
	background-color:var(--swatch-var-6728);
	border-radius:10px 10px 10px 10px;
	justify-items:center;
	align-items:center;
	border-width:5px 5px 5px 5px;
	border-color:var(--swatch-var-7376)!important;
	margin-bottom:1px;
	margin-top:4px;
	font-family:"Roboto";
	font-weight:700;
	text-transform:uppercase;
}
.grid-event-item-small:hover{
	flex-direction:row-reverse;
	justify-items:center;
	align-items:center;
}
.lieu-event-small{
	font-size:1em;
	font-family:"Roboto Slab";
	font-weight:700;
}
.details-event-small{
	font-size:1em;
	font-family:"Roboto Slab";
	font-weight:700;
}
.disque-visible{
	opacity:1;
}
.disque-invisible{
	opacity:0;
}
.scene-visible{
	opacity:1;
}
.scene-invisible{
	opacity:0;
}
.svg-icon-background-color{
	background-color:var(--swatch-var-6728)!important;
	width:30px!important;
}
.svg-icon-lineup-background-color{
	background-color:transparent!important;
	width:60px!important;
	fill:#FF0000!important;
}
.disque-placement{
	position:absolute;
	text-align:center;
	height:0px;
	display:block;
	float:left;
	clear:none;
}
.sceneplacement{
	height:0px;
	opacity:0;
}
.disqueplacement{
	height:0px;
	opacity:0;
	text-align:center;
}
.p-15-style{
	font-family:"Roboto";
	font-size:14px;
}
.plat{
	height:0px;
}
.hero-temp{
	position:relative;
}
.img-contacts-style{
	height:76px;
}
.overlay{
	max-width:340px;
	background-color:var(--swatch-var-3409);
}
.overlay-img{
	background-size:cover;
}
.svg-icon-style{
	width:140px!important;
	height:140px!important;
	fill:var(--swatch-var-6728)!important;
}
.pedago{
	color:var(--swatch-var-6728)!important;
	opacity:.9;
}
.essai-mask{
	background-size:cover;
	background-color:var(--swatch-var-3409);
	background-clip:content-box!important;
	-webkit-background-clip:content-box!important;
	background-position:center center;
	background-image:url("img/academie-reduit.jpeg");
	background-image: -webkit-image-set(url("img/academie-reduit.webp") 1x,
url("img/academie-reduit.webp") 2x);background-image: image-set(url("img/academie-reduit.jpeg") 1x,
url("img/academie-reduit.jpeg") 2x,url("img/academie-reduit.webp") 1x,
url("img/academie-reduit.webp") 2x);
}
.pedagogie-bloc{
	background-color:var(--swatch-var-5606);
	background-image:url("img/academie-rereduit.jpeg");
	background-image: -webkit-image-set(url("img/academie-rereduit.webp") 1x,
url("img/academie-rereduit.webp") 2x);background-image: image-set(url("img/academie-rereduit.jpeg") 1x,
url("img/academie-rereduit.jpeg") 2x,url("img/academie-rereduit.webp") 1x,
url("img/academie-rereduit.webp") 2x);
	background-image: -webkit-image-set(url("img/academie-rereduit.webp") 1x,
url("img/academie-rereduit.webp") 2x);background-image: image-set(url("img/academie-rereduit.jpeg") 1x,
url("img/academie-rereduit.jpeg") 2x,url("img/academie-rereduit.webp") 1x,
url("img/academie-rereduit.webp") 2x);
	background-image: -webkit-image-set(url("img/academie-rereduit.webp") 1x,
url("img/academie-rereduit.webp") 2x);background-image: image-set(url("img/academie-rereduit.jpeg") 1x,
url("img/academie-rereduit.jpeg") 2x,url("img/academie-rereduit.webp") 1x,
url("img/academie-rereduit.webp") 2x);
}
.bloc-0-fill{
	fill:transparent;
}
.p-bloc-11-style{
	font-family:"Roboto";
	font-weight:700;
}
.p-16-style{
	font-family:"Roboto";
	font-weight:700;
}
.img-bloc-11-style{
	width:60px;
}
.img-14-style{
	width:60px;
}
.bloc-divider-t-style{
	width:100%;
	height:40px;
}
.bloc-divider-b-bloc-11-fill{
	fill:var(--swatch-var-6728);
}
.essai-mask2{
	background-image:url("img/Skokiaan-Vert.png");
	background-image: -webkit-image-set(url("img/Skokiaan-Vert.webp") 1x,
url("img/Skokiaan-Vert.webp") 2x);background-image: image-set(url("img/Skokiaan-Vert.png") 1x,
url("img/Skokiaan-Vert.png") 2x,url("img/Skokiaan-Vert.webp") 1x,
url("img/Skokiaan-Vert.webp") 2x);
	background-image: -webkit-image-set(url("img/Skokiaan-Vert.webp") 1x,
url("img/Skokiaan-Vert.webp") 2x);background-image: image-set(url("img/Skokiaan-Vert.png") 1x,
url("img/Skokiaan-Vert.png") 2x,url("img/Skokiaan-Vert.webp") 1x,
url("img/Skokiaan-Vert.webp") 2x);
	background-size:contain;
	background-position:right top;
	background-color:var(--swatch-var-7376);
	transform:translate(px);
}
.h3-style{
	width:100%;
}
.colonne-pro{
	background-color:var(--swatch-var-5606);
}
.telecharger{
	font-size:16px;
	color:var(--swatch-var-6728)!important;
	background-color:var(--swatch-var-6691);
	font-family:"Roboto";
}
.telecharger:hover{
	font-size:16px;
	color:var(--swatch-var-7699)!important;
	background-color:rgba(199,186,205,0.84);
}
.divtelecharger{
	color:var(--swatch-var-6728)!important;
	border-radius:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	background-color:var(--swatch-var-4494);
	opacity:.95;
}
.libelletelecharger{
	color:var(--swatch-var-6728)!important;
}
.titre-telecharger{
	color:var(--swatch-var-6728)!important;
	font-family:"Roboto";
}
.divtelecharger-pedagogie{
	color:var(--swatch-var-6728)!important;
	border-radius:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	background-color:var(--swatch-var-5606);
	opacity:.95;
	max-width:400px;
}
.divtelecharger-copy-1{
	background-color:var(--swatch-var-7699);
}
.bloc-divider-b-bloc-11-style{
	height:50px;
}
.bloc-divider-t-bloc-11-style{
	height:20px;
	fill:var(--swatch-var-7376);
}
.essai-mask3{
	background-image:url("img/468655034_1101868638610215_2536944083689752339_n.jpg");
	background-image: -webkit-image-set(url("img/468655034_1101868638610215_2536944083689752339_n.webp") 1x,
url("img/468655034_1101868638610215_2536944083689752339_n.webp") 2x);background-image: image-set(url("img/468655034_1101868638610215_2536944083689752339_n.jpg") 1x,
url("img/468655034_1101868638610215_2536944083689752339_n.jpg") 2x,url("img/468655034_1101868638610215_2536944083689752339_n.webp") 1x,
url("img/468655034_1101868638610215_2536944083689752339_n.webp") 2x);
	background-position:left top;
	background-size:cover;
	transform:scale(.7) translateX(-200px);
}
.essai-mask4{
	transform:scale(1);
	background-image:url("img/academie-rereduit.jpeg");
	background-image: -webkit-image-set(url("img/academie-rereduit.webp") 1x,
url("img/academie-rereduit.webp") 2x);background-image: image-set(url("img/academie-rereduit.jpeg") 1x,
url("img/academie-rereduit.jpeg") 2x,url("img/academie-rereduit.webp") 1x,
url("img/academie-rereduit.webp") 2x);
	background-image: -webkit-image-set(url("img/academie-rereduit.webp") 1x,
url("img/academie-rereduit.webp") 2x);background-image: image-set(url("img/academie-rereduit.jpeg") 1x,
url("img/academie-rereduit.jpeg") 2x,url("img/academie-rereduit.webp") 1x,
url("img/academie-rereduit.webp") 2x);
	background-image: -webkit-image-set(url("img/academie-rereduit.webp") 1x,
url("img/academie-rereduit.webp") 2x);background-image: image-set(url("img/academie-rereduit.jpeg") 1x,
url("img/academie-rereduit.jpeg") 2x,url("img/academie-rereduit.webp") 1x,
url("img/academie-rereduit.webp") 2x);
}
.bloc-mask-1{
	transform:translateX(1px);
	background-color:var(--swatch-var-4494);
	caret-color:transparent;
	background-size:contain;
	position:absolute;
	fill:transparent;
	background-image:url("img/Skokiaan-Vert.png");
	background-image: -webkit-image-set(url("img/Skokiaan-Vert.webp") 1x,
url("img/Skokiaan-Vert.webp") 2x);background-image: image-set(url("img/Skokiaan-Vert.png") 1x,
url("img/Skokiaan-Vert.png") 2x,url("img/Skokiaan-Vert.webp") 1x,
url("img/Skokiaan-Vert.webp") 2x);
	background-image: -webkit-image-set(url("img/Skokiaan-Vert.webp") 1x,
url("img/Skokiaan-Vert.webp") 2x);background-image: image-set(url("img/Skokiaan-Vert.png") 1x,
url("img/Skokiaan-Vert.png") 2x,url("img/Skokiaan-Vert.webp") 1x,
url("img/Skokiaan-Vert.webp") 2x);
	background-repeat:no-repeat;
	background-position:center top;
}
.bloc-divider-b-videos-style{
	height:40px;
}
.bloc-divider-b-bloc-3-fill{
	fill:var(--swatch-var-6728);
	height:40px;
}
.bloc-divider-t-skokimama-style{
	height:140px;
	fill:var(--swatch-var-3409);
}
.h3-pedagogie-style{
	width:100%;
}
.p-3-style{
	font-size:18px;
	font-family:"Roboto";
}
.p-3-skokimama-style{
	font-size:1.1em;
	font-family:"Roboto";
}
.p-18535-style{
	font-size:18px;
	font-family:"Roboto";
}
.p-17868-style{
	font-size:18px;
	font-family:"Roboto";
}
.p-21772-style{
	font-size:18px;
	font-family:"Roboto";
}
.p-1298-style{
	font-size:18px;
	font-family:"Roboto";
}
.card-body-style{
	width:100%;
}
.grid-event-item-copy-1{
	grid-template-columns:0,40fr 1.95fr;
	grid-template-rows:30px;
	color:var(--swatch-var-7376)!important;
	column-gap:0px;
	background-color:var(--swatch-var-6728);
	border-radius:0px 0px 0px 0px;
	justify-items:center;
	align-items:center;
	border-width:5px 5px 5px 5px;
	border-color:var(--swatch-var-7376)!important;
	font-family:"Roboto";
	font-weight:700;
	text-transform:uppercase;
	justify-content:flex-start;
	text-align:left;
}
.grid-event-item-copy-1:hover{
	flex-direction:row-reverse;
	justify-items:center;
	align-items:center;
}
.grid-style{
	grid-template-columns:0.40fr 1.95fr;
}
.grid-event-item-copy-2{
	grid-template-columns:0.75fr 2.50fr 1.50fr .75fr;
	grid-template-rows:75px;
	color:var(--swatch-var-7376)!important;
	column-gap:0px;
	background-color:var(--swatch-var-6728);
	justify-items:center;
	align-items:center;
	border-width:5px 5px 5px 5px;
	border-color:var(--swatch-var-7376)!important;
	font-family:"Roboto";
	font-weight:700;
	text-transform:uppercase;
	justify-content:flex-start;
}
.grid-event-item-copy-2:hover{
	flex-direction:row-reverse;
	justify-items:center;
	align-items:center;
}
.annee{
	max-width:150px;
	font-family:"Roboto";
	z-index:12;
}
.jour-event-passe{
	position:relative;
	float:left;
	font-size:1.6em;
	align-items:end;
	align-content:flex-end;
	align-self:end;
	justify-items:start;
	justify-self:start;
}
.h5-style{
	font-size:60px;
}
.page-subheading{
	font-size:60px;
}
.h5-concerts-style{
	font-size:50px;
}
.divtelecharger-pro{
	color:var(--swatch-var-6728)!important;
	border-radius:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	background-color:var(--swatch-var-4494);
	opacity:1;
}
.essai-divimage{
	transform:scale(1.2) translate(-50px);
	z-index:-3;
}
.p-bloc-4-style-copy-1{
	font-family:"Roboto";
	font-size:1.2em;
	font-weight:700;
}
.overlay-sm{
	;
}
.bloc-divider-t-bloc-4-style{
	fill:var(--swatch-var-6728);
}
.zz{
	justify-content:center;
}
.voir-annee{
	font-size:16px;
	color:var(--swatch-var-7376)!important;
	background-color:var(--swatch-var-6728);
}
.voir-annee:hover{
	font-size:16px;
	color:var(--swatch-var-7699)!important;
	background-color:var(--swatch-var-6728);
}
.img-skokimama-style{
	width:350px;
	height:350px;
}
.credits{
	color:var(--swatch-var-6728)!important;
	display:block;
}
.credtis-absolute{
	position:fixed;
	width:300px;
	display:flex;
	text-align:center;
	top:90%;
	left:80%;
	z-index:50;
}
.credits-absolute{
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	color:var(--swatch-var-6728)!important;
	background-color:var(--swatch-var-7376);
}
.classhero-lg{
	background-image:url("img/Skokiaan%20Brass%20Band%20feat.%20Lisa%20Caldognetto%20-%20Skoki%20Mama%20Tour%202025%20-%20©%20Éric%20Soudan%20-%20HD.jpeg");
	background-image: -webkit-image-set(url("img/Skokiaan%20Brass%20Band%20feat.%20Lisa%20Caldognetto%20-%20Skoki%20Mama%20Tour%202025%20-%20©%20Éric%20Soudan%20-%20HD.webp") 1x,
url("img/Skokiaan%20Brass%20Band%20feat.%20Lisa%20Caldognetto%20-%20Skoki%20Mama%20Tour%202025%20-%20©%20Éric%20Soudan%20-%20HD.webp") 2x);background-image: image-set(url("img/Skokiaan%20Brass%20Band%20feat.%20Lisa%20Caldognetto%20-%20Skoki%20Mama%20Tour%202025%20-%20©%20Éric%20Soudan%20-%20HD.jpeg") 1x,
url("img/Skokiaan%20Brass%20Band%20feat.%20Lisa%20Caldognetto%20-%20Skoki%20Mama%20Tour%202025%20-%20©%20Éric%20Soudan%20-%20HD.jpeg") 2x,url("img/Skokiaan%20Brass%20Band%20feat.%20Lisa%20Caldognetto%20-%20Skoki%20Mama%20Tour%202025%20-%20©%20Éric%20Soudan%20-%20HD.webp") 1x,
url("img/Skokiaan%20Brass%20Band%20feat.%20Lisa%20Caldognetto%20-%20Skoki%20Mama%20Tour%202025%20-%20©%20Éric%20Soudan%20-%20HD.webp") 2x);
}
.classhero{
	background-size:cover;
	background-position:left top;
}
.navbar-fixed-bottom{
	color:var(--swatch-var-6728)!important;
	width:10%;
}
.section-title-underlay{
	text-align:right;
	color:var(--swatch-var-6728)!important;
	writing-mode:vertical-rl;
	width:10px;
	opacity:.6;
	font-weight:bold;
	font-family:"Roboto";
}
.lineup{
	z-index:20;
}
.block-credits{
	height:30px;
	z-index:10;
}
.disques{
	z-index:20;
}
.contacts{
	z-index:10;
}
.section-title2-underlay{
	opacity:1;
	text-align:center;
	color:var(--swatch-var-6728)!important;
	height:100%;
	writing-mode:vertical-rl;
	width:20px;
}
.essai-credits{
	height:100%;
	left:0px;
	top:0px;
	opacity:0.5;
	position:absolute;
	mix-blend-mode:screen;
	width:3.2vw;
}
.essai-placement-credits{
	color:var(--swatch-var-6728)!important;
	text-align:left;
	height:100%;
	writing-mode:vertical-rl;
	opacity:1;
	width:5px;
	position:absolute;
}
.row-style{
	opacity:1.0;
	background-color:var(--swatch-var-7376);
}
.colonne-credits{
	background-color:var(--swatch-var-3409);
}
.div-lineup{
	position:relative;
}
.conteneur-agenda{
	position:absolute;
}
.div-espacepro-credits{
	position:relative;
}
.div-souscredit{
	background-color:var(--swatch-var-3409);
	width:20px;
}
.p-bloc-18-style{
	font-size:1em;
	line-height:px;
}
.div-credit-hero{
	position:fixed;
	left:0px;
	width:100%;
	text-align:left;
	writing-mode:vertical-lr;
}
.p-credits-test1{
	margin:0px 0px 0px 0px;
	position:absolute;
	font-size:1em;
	padding:10px 3px 10px 3px;
	background-color:var(--swatch-var-7376);
	color:var(--swatch-var-6728)!important;
	right:0px;
	top:50%;
}
.h6-hero-test1{
	writing-mode:vertical-rl;
}
.rangee-credits{
	position:absolute;
}
.colonne-credi-concerts{
	left:0px;
	bottom:100px;
	writing-mode:vertical-rl;
}
.img-espacepro-style{
	width:784px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-7376:rgba(0,0,0,1.00);
	
	--swatch-var-6728:rgba(255,255,255,1.00);
	
	--swatch-var-3409:rgba(56,127,57,1.00);
	
	--swatch-var-6691:rgba(199,186,204,0.68);
	
	--swatch-var-3191:rgba(190,220,116,1.00);
	
	--swatch-var-4494:rgba(80,83,154,0.74);
	
	--swatch-var-7699:rgba(174,30,44,1.00);
	
	--swatch-var-5236:rgba(186,91,158,1.00);
	
	--swatch-var-5470:rgba(102,183,63,1.00);
	
	--swatch-var-5606:rgba(78,83,153,0.75);
	
	--swatch-var-2990:#CCCCCC;
	
}


/* Background colour styles */

.bgc-7376{
	background-color:var(--swatch-var-7376);
}
.bgc-3409{
	background-color:var(--swatch-var-3409);
}
.bgc-7699{
	background-color:var(--swatch-var-7699);
}
.bgc-7376{
	background-color:var(--swatch-var-7376);
}

/* Text colour styles */

.tc-6728{
	color:var(--swatch-var-6728)!important;
}
.tc-4494{
	color:var(--swatch-var-4494)!important;
}

/* Button colour styles */

.btn-c-3409{
	background:var(--swatch-var-3409);
	color:#FFFFFF!important;
}
.btn-c-3409:hover{
	background:#054C06!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-6728{
	color:var(--swatch-var-6728)!important;
}
.ltc-6728:hover{
	color:#CCCCCC!important;
}

/* Bloc image backgrounds */

.bg-back-of-guy{
	background-image:url("img/back-of-guy.jpg");
	background-image: -webkit-image-set(url("img/back-of-guy.webp") 1x,
url("img/back-of-guy.webp") 2x);background-image: image-set(url("img/back-of-guy.jpg") 1x,
url("img/back-of-guy.jpg") 2x,url("img/back-of-guy.webp") 1x,
url("img/back-of-guy.webp") 2x);
}
.bg-dj{
	background-image:url("img/dj.jpg");
	background-image: -webkit-image-set(url("img/dj.webp") 1x,
url("img/dj.webp") 2x);background-image: image-set(url("img/dj.jpg") 1x,
url("img/dj.jpg") 2x,url("img/dj.webp") 1x,
url("img/dj.webp") 2x);
}
.bg-40e851fb8ceb8dc94bf99dd2cce38535{
	background-image:url("img/40e851fb8ceb8dc94bf99dd2cce38535.jpg");
	background-image: -webkit-image-set(url("img/40e851fb8ceb8dc94bf99dd2cce38535.webp") 1x,
url("img/40e851fb8ceb8dc94bf99dd2cce38535.webp") 2x);background-image: image-set(url("img/40e851fb8ceb8dc94bf99dd2cce38535.jpg") 1x,
url("img/40e851fb8ceb8dc94bf99dd2cce38535.jpg") 2x,url("img/40e851fb8ceb8dc94bf99dd2cce38535.webp") 1x,
url("img/40e851fb8ceb8dc94bf99dd2cce38535.webp") 2x);
}
.bg-©CarlierguyphotographieDSCF1472-2073-2074-2075-2076M-20copie{
	background-image:url("img/%C2%A9CarlierguyphotographieDSCF1472%2073%2074%2075%2076M%20copie.jpeg");
}

/* = Custom Bric Data
-------------------------------------------------------------- */

.social-link-bric a svg{
	transition: all 0.3s ease-in-out;
}
.social-hover-fade a:hover svg{
	opacity: 0.5;
}
.social-hover-grow a:hover svg{
	transform: scale(1.2);
}
.social-hover-shrink a:hover svg{
	transform: scale(0.9);
}
.social-hover-shadow a:hover svg{
	filter: drop-shadow(0px 6px 2px rgba(0,0,0,0.3));
	overflow: visible;
}


/* = 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;}
.object-hidden{display:none;}


/* = 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){
	.grid-event-item{
		grid-template-rows:100px;
		grid-template-columns:1fr 1.70fr 1.70fr 1fr;
	}
	.hero-heading{
		font-size:70px;
	}
	.overlap-grid{
	}
	.hero-mask-svg-fill{
	}
	.btn{
	}
	.blocs-card-width{
		width:50%;
	}
	.h5-style{
		font-size:3em;
	}
	.grid-event-item-small{
		grid-template-rows:100px;
	}
	.grid-event-item:hover{
	}
	.grid-event-item-small:hover{
	}
	.grid-event-item-copy-1{
		grid-template-rows:100px;
	}
	.grid-event-item-copy-1:hover{
	}
	.grid-event-item-copy-2{
		grid-template-rows:100px;
	}
	.grid-event-item-copy-2:hover{
	}
	.p-bloc-4-style{
		font-size:1.2em;
	}
	.p-bloc-4-style-copy-1{
		font-size:1em;
	}
	.nav-md{
		font-size:1em;
	}
	.bloc-divider-t-bloc-4-style{
		height:40px;
		fill:var(--swatch-var-6728);
	}
	.overlay{
		align-content:flex-start;
		align-items:start;
		align-self:start;
		max-width:160px;
	}
	.overlay-img{
	}
	.overlay-sm{
		align-content:flex-start;
		align-items:start;
		align-self:start;
	}
	.telecharger{
		font-size:0.8em;
		max-width:130px;
	}
	.zz{
		justify-content:center;
	}
	.svg-icon-style{
		fill:var(--swatch-var-6728)!important;
		background-color:transparent!important;
	}
	.voir-annee{
		font-size:0.8em;
	}
	.bloc-fill{
		fill:var(--swatch-var-7699);
	}
	.espacepro-fond{
		transform:translate(-100px);
	}
	.mask-pro{
		transform:translate(1px);
	}
	.img-skokimama-style{
		height:160px;
		width:160px;
	}
	.jour-event{
	}
	.credits{
		color:var(--swatch-var-6728)!important;
		writing-mode:horizontal-tb;
		text-transform:uppercase;
		text-decoration:none;
		text-align:right;
		opacity:0.8;
		background-position:right bottom;
	}
	.hero-lower-section{
	}
	.event-grid-style{
		grid-template-columns:1fr;
	}
	.p-espacepro-style{
		font-size:0.8em;
		line-height:px;
	}
	.essai-placement-credits{
	}
	.essai-credits{
		width:6vw;
	}
	.p-13-concerts-style{
		font-size:30px;
	}
	.p-14-style{
		font-size:12px;
	}
	.mois-event{
		font-size:0.8em;
	}
	
}

@media (max-width: 767px){
	.logo-style{
		font-size:25px;
	}
	.page-heading{
		font-size:50px;
	}
	.hero-heading{
		font-size:50px;
	}
	.grid-event-item{
		grid-template-rows:60px;
		grid-template-columns:0.75fr 3fr 2fr 0.75fr;
	}
	.overlay-text{
		font-size:22px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-6728)!important;
		fill:var(--swatch-var-6728)!important;
	}
	.hero-lower-section{
		margin-bottom:80px;
	}
	.hero-mask-svg-fill{
	}
	.glass-bg{
	}
	.blocs-card-width{
		width:50%;
	}
	.h5-style{
		font-size:3em;
	}
	.grid-event-item-small{
		grid-template-columns:.5fr 1fr 1.25fr .5fr;
		max-height:60px;
		grid-template-rows:50px;
	}
	.grid-event-item-small:hover{
	}
	.cache{
	}
	.event-grid-style:hover{
	}
	.grid-event-item:hover{
	}
	.details-event-small{
		font-size:0.6em;
		font-family:"Roboto";
	}
	.lieu-event-small{
		font-size:0.8em;
		font-family:"Roboto";
	}
	.hauteur-nulle{
		height:0px;
	}
	.image-adapt{
		width:50%;
	}
	.abso-musiciens{
		float:none;
		position:absolute;
	}
	.p-bloc-4-style{
		font-size:0.8em;
	}
	.mus-disque{
		display:none;
	}
	.classhero-small{
		background-position:center center;
		background-image:url("img/Landscape-Duquesne-2@2x.jpg");
	background-image: -webkit-image-set(url("img/Landscape-Duquesne-2@2x.webp") 1x,
url("img/Landscape-Duquesne-2@2x.webp") 2x);background-image: image-set(url("img/Landscape-Duquesne-2@2x.jpg") 1x,
url("img/Landscape-Duquesne-2@2x.jpg") 2x,url("img/Landscape-Duquesne-2@2x.webp") 1x,
url("img/Landscape-Duquesne-2@2x.webp") 2x);
	}
	.classhero-small::before{
		background-image:url("img/SKOKIAAN-photo-lisa-720-1.jpg");
	background-image: -webkit-image-set(url("img/SKOKIAAN-photo-lisa-720-1.webp") 1x,
url("img/SKOKIAAN-photo-lisa-720-1.webp") 2x);background-image: image-set(url("img/SKOKIAAN-photo-lisa-720-1.jpg") 1x,
url("img/SKOKIAAN-photo-lisa-720-1.jpg") 2x,url("img/SKOKIAAN-photo-lisa-720-1.webp") 1x,
url("img/SKOKIAAN-photo-lisa-720-1.webp") 2x);
		background-position:center center;
		content:"";
	}
	.classhero::before{
		background-image:url("img/SKOKIAAN-photo-lisa-1440-1.jpg");
	background-image: -webkit-image-set(url("img/SKOKIAAN-photo-lisa-1440-1.webp") 1x,
url("img/SKOKIAAN-photo-lisa-1440-1.webp") 2x);background-image: image-set(url("img/SKOKIAAN-photo-lisa-1440-1.jpg") 1x,
url("img/SKOKIAAN-photo-lisa-1440-1.jpg") 2x,url("img/SKOKIAAN-photo-lisa-1440-1.webp") 1x,
url("img/SKOKIAAN-photo-lisa-1440-1.webp") 2x);
		content:"";
	}
	.p-style{
		font-size:0.8rem;
		font-family:"Roboto";
		font-weight:700;
	}
	.grid-event-item-copy-1{
		grid-template-rows:80px;
	}
	.grid-event-item-copy-1:hover{
	}
	.grid-event-item-copy-2{
		grid-template-rows:80px;
	}
	.grid-event-item-copy-2:hover{
	}
	.page-subheading{
		font-size:50px;
	}
	.bloc-divider-b-bloc-3-fill{
		height:10px;
	}
	.bloc-divider-t-skokimama-style{
		height:20px;
	}
	.bloc-divider-b-bloc-4-fill{
		height:10px;
	}
	.bloc-divider-b-fill{
		height:10px;
	}
	.bloc-divider-t-fill{
		height:10px;
	}
	.bloc-divider-b-videos-style{
		height:10px;
	}
	.bloc-divider-t-style{
		height:10px;
	}
	.bloc-divider-t-bloc-11-style{
		height:10px;
	}
	.bloc-divider-b-bloc-11-style{
		height:10px;
	}
	.p-videos-style{
		font-size:0.6rem;
	}
	.telecharger{
		font-size:0.6rem;
		max-width:100px;
	}
	.titre-telecharger{
		font-size:0.6em;
	}
	.p-bloc-4-style-copy-1{
		font-size:0.6em;
	}
	.p-3-skokimama-style{
		font-size:0.8em;
		line-height:1em;
		font-family:"Roboto";
	}
	.img-blanctran-style{
	}
	.carousel-class{
		color:var(--swatch-var-3409)!important;
	}
	.overlay-sm{
		max-width:170px;
	}
	.svg-icon-style{
		width:140px!important;
	}
	.img-skokimama-style{
		width:140px;
		height:140px;
	}
	.overlay{
		max-width:140px;
	}
	.img-4-style{
		height:140px;
	}
	.voir-annee{
		font-size:0.6rem;
		max-width:100px;
	}
	.p-13-style{
		font-size:0.6em;
		line-height:30px;
	}
	.p-15-style{
		font-size:10px;
		line-height:10px;
	}
	.p-16-style{
		font-size:1px;
	}
	.jour-event{
		margin-left:10px;
		font-size:0.9em;
	}
	.divtelecharger{
	}
	.divtelecharger-pro{
	}
	.mask-pro{
		transform:translate(-150px);
	}
	.espacepro-mask-sm{
	}
	.mask-pedago{
		transform:skewX(-45rad);
	}
	.credits{
		writing-mode:horizontal-tb;
		color:var(--swatch-var-6728)!important;
		font-size:0.7em;
	}
	.telecharger:hover{
		font-size:0.6em;
	}
	.event-grid-style{
		grid-template-columns:1fr;
	}
	.details-event{
		font-size:0.9em;
	}
	.lieu-event{
		font-size:0.9em;
		align-items:center;
		justify-items:center;
	}
	.grid-videos{
		grid-template-columns:1fr 1fr 1fr;
		float:left;
		display:grid;
		row-gap:60px;
		column-gap:0px;
	}
	.grid-littlevideo{
	}
	.section-title-underlay{
		font-size:0.8em;
	}
	.p-espacepro-style{
		font-size:0.6em;
		line-height:px;
	}
	.essai-placement-credits{
		font-size:06pt;
	}
	.p-lineup-style{
		font-size:px;
		line-height:px;
	}
	.essai-credits{
		width:6.2vw;
	}
	.classhero{
	}
	.p-credits-test1{
		writing-mode:vertical-rl;
		position:absolute;
		padding:10px 3px 10px 3px;
		font-size:0.8em;
		opacity:0.7;
		bottom:0%;
		max-height:3000px;
	}
	
}

@media (max-width: 575px){
	.page-heading{
		font-size:40px;
	}
	.logo-style{
	}
	.grid-event-item{
		grid-template-columns:0.75fr 2fr 2fr 0.75fr ;
		grid-template-rows:55px;
		min-height:6px;
	}
	.sub-header{
		font-size:18px;
	}
	.hero-mask-svg-fill{
		fill:rgba(0,0,0,0.70);
	}
	.overlay-text{
		font-size:14px;
	}
	.overlap-col{
		top:-75px;
	}
	.price-card{
		padding:20px 20px 20px 20px;
	}
	.overlap-grid{
		grid-template-columns:1fr;
	}
	.blocs-card-width{
		width:100%;
	}
	.footer-link{
		text-align:center;
	}
	.h5-style{
		font-size:40px;
	}
	.p-style{
		font-size:1em;
		line-height:1.3em;
	}
	.img-official-viny-style{
		width:120px;
	}
	.img-deez-style{
		width:120px;
	}
	.img-amazonmus-style{
		width:120px;
	}
	.img-bloc-4-style{
		width:120px;
	}
	.img-spoti-style{
		width:120px;
	}
	.img-style{
		width:120px;
	}
	.img-official--style{
		width:120px;
	}
	.img-applemus-style{
		width:120px;
	}
	.p-skokimama-style{
		font-size:0.8em;
	}
	.bloc-divider-t-style{
		height:20px;
		width:100%;
	}
	.bloc-divider-b-style{
		height:15px;
	}
	.event-grid-style{
		min-height:51px;
	}
	.jour-event-small{
		font-size:0.7em;
	}
	.mois-event-small{
		font-size:0.6em;
	}
	.grid-event-item-small{
		grid-template-columns:.5fr 1fr 1.25fr .5fr ;
		justify-items:start;
		padding-left:15px;
		margin-top:4px;
	}
	.grid-event-item-small:hover{
		padding-left:15px;
		justify-items:start;
	}
	.lieu-event-small{
		font-size:0.6em;
		justify-items:center;
		font-family:"Roboto";
	}
	.details-event-small{
		font-size:0.6em;
		font-family:"Roboto";
	}
	.btn-disque{
		color:var(--swatch-var-6728)!important;
		background-color:var(--swatch-var-5236);
		font-size:1em;
	}
	.btn-scene-on{
		background-color:var(--swatch-var-5470);
		color:var(--swatch-var-6728)!important;
		font-size:1em;
	}
	.btn-disque-off{
		color:var(--swatch-var-5236)!important;
		background-color:var(--swatch-var-6728);
	}
	.btn-scene-off{
		background-color:var(--swatch-var-6728);
		color:var(--swatch-var-5470)!important;
		font-size:1em;
	}
	.btn-disque-on{
		color:var(--swatch-var-6728)!important;
		background-color:var(--swatch-var-5236);
	}
	.btn-scene-on:hover{
		background-color:var(--swatch-var-5470);
		color:var(--swatch-var-6728)!important;
	}
	.btn-disque:hover{
	}
	.btn-disque-on:hover{
		color:var(--swatch-var-6728)!important;
		background-color:var(--swatch-var-5236);
	}
	.btn-disque-off:hover{
		background-color:var(--swatch-var-5236);
		color:var(--swatch-var-6728)!important;
	}
	.grid-event-item-copy-1{
		grid-template-columns:1fr 1fr;
		grid-template-rows:50px 50px;
	}
	.grid-event-item-copy-2{
		grid-template-columns:1fr 1fr;
		grid-template-rows:50px 50px;
	}
	.page-subheading{
		font-size:40px;
	}
	.p-bloc-4-style{
		font-size:0.6em;
	}
	.p-bloc-4-style-copy-1{
		font-size:0.6em;
	}
	.card-xs{
	}
	.overlay{
	}
	.overlay-sm{
	}
	.svg-icon-style{
		stroke:transparent!important;
		background-color:transparent!important;
		fill:var(--swatch-var-6728)!important;
	}
	.details-event{
		justify-items:center;
		align-items:center;
		justify-self:center;
		align-self:center;
		font-size:0.6em;
	}
	.jour-event{
		font-size:0.6em;
	}
	.mois-event{
		font-size:0.8em;
	}
	.espacepro-xs{
		background-size:contain;
	}
	.divtelecharger-pro{
		width:99%;
	}
	.colespacepro{
		align-items:center;
		justify-content:center;
		align-content:space-around;
	}
	.espacepro-fond{
		background-color:var(--swatch-var-7699);
	}
	.conteneur-pro{
	}
	.bloc-divider-t-bloc-11-style{
		fill:var(--swatch-var-7699);
	}
	.img-skokimama-style{
		width:140px;
	}
	.grid-pro{
		align-items:start;
		display:grid;
		grid-template-columns:1fr 1fr;
		column-gap:10px;
		text-align:center;
		justify-items:center;
		justify-self:center;
		align-self:center;
	}
	.grid-pro:hover{
	}
	.hor-position{
	}
	.hor-position:hover{
	}
	.hor{
	}
	.lieu-event{
		font-size:0.6em;
	}
	.p-espacepro-style{
		font-size:0.4em;
	}
	.essai-credits{
		width:11vw;
	}
	.p-bloc-3-style{
		font-size:0.6em;
		line-height:px;
	}
	.p-credits-test1{
		font-size:0.6em;
		padding-top:5px;
		padding-bottom:5px;
		bottom:30%;
		top:30%;
		text-align:center;
		max-height:300px;
	}
	
}

