/*-----------------------------------------------------------------------------------
	Choreart
	About: A shiney new Blocs website.
	Author: AD
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#151515;
    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;}


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


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


/* 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-repeat{
	background-repeat:repeat!important;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-pixels::before{
	background: url("img/texture-pixel.gif");
	background-size: 2px 2px;
}
.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;
}
.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;
}
.fill-bloc-top-edge.sticky{
	background-color:rgba(0, 0, 0, 0.7);
	width:100%;
	max-width: 100%;
	margin-top: 0;
	left:0;
	right:0;
}
.fill-bloc-top-edge.sticky .navbar{
	max-width: 1170px;
	margin: 0 auto;
}
/* Rounded Bars Menu Icon */
.navbar-light .menu-icon-rounded-bars .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .menu-icon-rounded-bars .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

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

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}
.navbar-toggler:focus{
	box-shadow:none;
}
;
	
/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
.navbar-toggle.menu-icon-rounded-bars{
	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-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = 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-sq{
	border-radius: 0px;
}
.btn-rd{
	border-radius: 40px;
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}


/* = Text & Icon Styles
-------------------------------------------------------------- */
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-right{
	border-left:0;
	border-right:2px solid;
}


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


/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}



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

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 5px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

/* 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:"Lato";
}
.container{
	max-width:1170px;
}
.accueil-button{
	padding-right:28px;
	padding-left:28px;
	font-family:"Lato";
	font-weight:700;
	font-size:20px;
	text-transform:uppercase;
	line-height:23px;
	letter-spacing:0.03em;
	color:#FEFFFF!important;
	opacity:1.0;
	border-color:#EB854C!important;
	border-width:1px 1px 1px 1px;
}
.accueil-button:hover{
	font-family:"Lato";
	font-weight:700;
	font-size:20px;
	line-height:23px;
	color:#FFFFFF!important;
	border-color:#AE1818!important;
	border-style:dashed;
	border-width:1px 1px 1px 1px;
}
.accueil-icon{
	border-style:none;
	border-color:#FEFFFF;
	color:#B21A19!important;
	margin-bottom:15px;
	border-radius:100px 100px 100px 100px;
	border-width:1px 1px 1px 1px;
}
.accueil-icon:hover{
	border-color:#E62100;
	color:#FEFFFF!important;
}
h1{
	font-family:"Lato";
	font-weight:300;
	font-size:50px;
	line-height:60px;
}
h4{
	font-size:20px;
	line-height:30px;
	font-family:"Lato";
	font-weight:300;
}
p{
	font-size:18px;
	line-height:23px;
	font-family:"Lato";
	font-weight:300;
}
h3{
	font-size:23px;
	line-height:33px;
	font-family:"Lato";
	font-weight:300;
}
h2{
	font-family:"Lato";
	font-weight:400;
	font-size:35px;
	line-height:45px;
}
.navbar-brand{
	font-family:"Lato";
	font-weight:900;
	font-size:23px;
	line-height:33px;
	text-transform:uppercase;
	color:#E62100!important;
}
.navbar-nav li a{
	font-family:"Lato";
	font-weight:400;
	font-size:14px;
	line-height:24px;
	text-transform:uppercase;
	color:#FEFFFF!important;
	margin-right:5px;
	margin-left:5px;
	text-align:center;
}
.navbar-brand:hover{
	color:#FEFFFF!important;
}
.navbar-nav li a:hover{
	text-transform:uppercase;
	color:#E62100!important;
	font-family:"Lato";
	font-weight:400;
	font-size:14px;
	line-height:24px;
	text-align:center;
}
a{
	font-family:"Lato";
	font-weight:400;
	font-size:16px;
	line-height:24px;
}
.equipe-review{
	background-color:rgba(178,25,25,0.50);
	margin-top:50px;
	margin-bottom:50px;
	padding:28px 28px 28px 28px;
	border-radius:200px 200px 200px 200px;
}
.equipe-review:hover{
	background-color:rgba(0,0,0,0.6);
}
.navbar-brand img{
	width:100px;
}
.img-style{
	width:300px;
}
.accueil-discipline{
	font-size:24px;
	margin-right:20px;
	line-height:30px;
	color:#FFFFFF!important;
}
.row-haut-100-100{
	height:100%;
}
.accueil-button-en-savoir{
	padding-right:28px;
	padding-left:28px;
	font-family:"Lato";
	font-weight:700;
	font-size:30px;
	text-transform:uppercase;
	line-height:23px;
	letter-spacing:0.03em;
	color:#FEFFFF!important;
	opacity:1.0;
	border-color:#EB854D!important;
	margin:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
}
.accueil-button-en-savoir:hover{
	background-color:#AF1918;
	font-family:"Lato";
	font-weight:700;
	font-size:40px;
	line-height:23px;
	color:#FEFFFF!important;
	border-color:#AE1818!important;
	border-width:1px 1px 1px 1px;
}
.designer-bold{
	font-weight:700;
	color:transparent!important;
}
.designer-wire-button{
	padding-right:28px;
	padding-left:28px;
	font-size:13px;
	text-transform:uppercase;
	line-height:25px;
	border-style:solid;
	color:#FEFB00!important;
	border-color:#FEFB00!important;
	background-color:transparent;
	border-width:1px 1px 1px 1px;
}
.designer-wire-button:hover{
	background-color:#FEFB00;
	border-style:solid;
	color:#000000!important;
	box-shadow:0px 0px 14px rgba(255,251,0,0.3);
	border-width:1px 1px 1px 1px;
}
.sessions-tarifs-titre-col{
	margin-right:auto;
	padding-bottom:0px;
	margin-left:auto;
	max-width:1170px;
	bottom:0px;
	margin-top:-350px;
}
.designer-about-bottom{
	margin-bottom:50px;
	background-color:rgba(255,255,255,0.90);
}
.designer-white-border-bug{
	border-color:#000000!important;
	border-style:solid;
	border-width:0px 0px 20px 0px;
}
.designer-sliced-border{
	min-width:100%;
}
.equipe-photo-bulle{
	width:160px;
	height:150px;
	margin-top:10px;
}
.accueil-studios-card{
	background-color:rgba(178,25,25,0.50);
	color:#FEFFFF!important;
	margin-bottom:20px;
	border-style:solid;
	min-height:400px;
	border-radius:30px 30px 30px 30px;
}
.accueil-logo-danseur-cadre{
	border-style:none;
	width:120px;
	padding:5px 20px 5px 20px;
	border-width:1px 1px 1px 1px;
}
.h3-en-savoir-plus-style{
	line-height:23px;
}
.equipe-carte-bouton{
	height:300px;
	background-color:rgba(255,255,255,0.20);
	margin-top:-230px;
	border-color:rgba(0,0,0,0.00)!important;
	width:300px;
	border-radius:200px 200px 200px 200px;
	border-width:0px 0px 0px 0px;
}
.equipe-bulle{
	height:170px;
	background-color:rgba(178,26,25,0.75);
	background-size:auto auto;
	border-radius:200px 200px 200px 200px;
}
.equipe-carte-bouton:hover{
	border-color:#FFFFFF!important;
	background-color:transparent;
	border-style:dashed;
	border-radius:200px 200px 200px 200px;
	border-width:1px 1px 1px 1px;
}
.equipe-carte-bouton:active{
	background-color:rgba(255,255,255,0.20);
	border-width:0px 0px 0px 0px;
}
.equipe-modal{
	background-color:rgba(178,26,25,0.80);
	border-radius:600px 600px 600px 600px;
}
.equipe-modal:hover{
	;
}
.close{
	background-color:transparent;
}
.equipe-modal-text{
	color:#FFFFFF!important;
	padding:20px 100px 10px 100px;
}
.img-studio-crep-style{
	height:172px;
}
.img-studio-aerifor-style{
	height:172px;
}
.img-studio-asp-style{
	height:172px;
	width:230px;
}
.gedess-width{
	width:80vw;
	float:right;
	border-color:#000000!important;
}
.abo-nbcours-icon{
	margin-right:5px;
	color:#FF9200!important;
	text-transform:none;
}
.abo-nbcours-icon:hover{
	;
}
.gedess-card-body{
	margin-right:auto;
	margin-left:auto;
	box-shadow:0px 0px 30px rgba(0,0,0,0.1);
	margin-bottom:50px;
}
.gedess-card-body:hover{
	box-shadow:0px 0px 30px rgba(66,66,66,0.2);
}
.h5-asso-style{
	font-size:18px;
	color:#F0FAFB!important;
}
.radio-style{
	width:100%;
	font-family:"Lato";
	font-weight:300;
	font-size:18px;
	color:#000000!important;
}
.abo-type{
	font-weight:bold;
	color:#B21916!important;
	font-family:"Montserrat";
	font-size:22px;
}
.tarifs-colum-fond{
	border-style:_popUpItemAction:;
	background-color:#FFFFFF;
	padding:5px 5px 5px 5px;
	border-radius:0px 0px 0px 0px;
	border-width:3px 3px 3px 3px;
}
.actu-card{
	background-color:rgba(27,85,110,0.50);
	color:#FEFFFF!important;
	margin-bottom:15px;
	height:500px;
	border-radius:30px 30px 30px 30px;
}
.actu-card-header{
	background-color:rgba(255,255,255,0.11);
}
.equipe-photo-modal{
	width:200px;
	height:200px;
	margin:10px 10px 10px 10px;
}
.inscription-accueil-titre{
	margin-top:0px;
	margin-bottom:70px;
}
.idee-text-shadow{
	margin:200px 200px 200px 200px;
}
.fondu-blanc-haut{
	background:linear-gradient(0deg, rgba(255,255,255,0.0), #FEFFFF);
	height:100px;
}
.fondu-blanc-bas{
	background:linear-gradient(0deg, #FFFFFF, rgba(255,255,255,0.00));
	height:100px;
}
.h3-style{
	font-size:18px;
	font-family:Lato;
	font-weight:400;
}
.accueil-en-savoir-plus{
	color:#B21916!important;
	border-color:#F0FAFB!important;
	border-style:_popUpItemAction:;
	border-width:0px 0px 0px 0px;
}
.accueil-button-menu{
	padding-right:20px;
	padding-left:20px;
	font-family:"Lato";
	font-weight:700;
	font-size:18px;
	text-transform:uppercase;
	letter-spacing:0.03em;
	color:#FEFFFF!important;
	opacity:1.0;
	border-color:#EB854C!important;
	text-decoration:none;
	border-style:solid;
	margin-right:0px;
	margin-bottom:15px;
	text-align:center;
	width:180px;
	border-width:1px 1px 1px 1px;
}
.accueil-button-menu:hover{
	font-family:"Lato";
	font-weight:700;
	font-size:18px;
	color:#FFFFFF!important;
	border-color:#AE1818!important;
	border-style:dashed;
	border-width:1px 1px 1px 1px;
}
.accuei-ensavoirplus-column{
	background-image:url("img/logo-danseur.png");
	background-size:90px auto;
	background-repeat:no-repeat;
	background-position:right bottom;
	border-style:solid;
	border-color:#282B2B!important;
	width:100%;
	margin:5px 5px 5px 5px;
	padding:10px 10px 10px 10px;
	border-radius:20px 20px 20px 20px;
	border-width:1px 1px 1px 1px;
}
.equipe-hall-titre{
	margin-top:-400px;
}
.contact-plan-bouton{
	background-color:rgba(0,0,0,0.50);
	border-color:#F18A50!important;
	border-style:solid;
	color:#FFFFFF!important;
	border-width:3px 3px 3px 3px;
}
.contact-plan-bouton:hover{
	border-color:#B21916!important;
	border-style:solid;
	color:#B21916!important;
	border-width:3px 3px 3px 3px;
}
.toogle{
	border-color:rgba(255,255,255,0.00)!important;
}
.visiteurs-style{
	font-family:Lato;
	font-weight:300;
	font-size:13px;
	line-height:15px;
}
h6{
	font-family:"Lato";
	font-weight:300;
}
h5{
	font-family:"Lato";
	font-weight:300;
}
.abo-titre{
	font-family:Montserrat;
	color:#FF9200!important;
}
.abo-h3-titre{
	font-family:Montserrat;
	font-weight:bold;
	color:#FF9200!important;
}
.bloc-divider-b-fill{
	fill:#151515;
	height:50px;
}
.bloc-divider-t-fill{
	fill:#B21A19;
	height:50px;
}
.bloc-divider-b-style{
	height:350px;
}
.footer-h4{
	color:#B21916!important;
}
.bloc-divider-b-bloc-6-fill{
	fill:#631616;
}
.bloc-divider-b-equipe-fill{
	fill:#141514;
	height:50px;
}
.bloc-divider-b-tarifs-fill{
	fill:#141514;
}
.bloc-divider-b-inscription-fill{
	fill:#141514;
	height:50px;
}
.bloc-divider-b-bloc-15-fill{
	fill:#141514;
}
.bloc-divider-b-bloc-18-fill{
	fill:#141514;
	height:50px;
}
.equipe-carte-bouton:visited{
	background-color:rgba(255,255,255,0.20);
}
.bloc-divider-b-0-fill{
	fill:#6A1208;
	height:30px;
}
.bloc-divider-b-actualite-fill{
	fill:#141514;
	height:50px;
}
.studios-row-marge{
	margin-bottom:50px;
}
.disciplines-titre{
	margin-bottom:0px;
	margin-top:-500px;
}
.disciplines-bulle-danse{
	height:170px;
	background-color:rgba(178,26,25,0.75);
	background-size:auto auto;
	border-radius:200px 200px 200px 200px;
}
.disciplines-bulle-forme{
	height:170px;
	background-size:auto auto;
	background-color:rgba(255,164,0,0.60);
	border-radius:200px 200px 200px 200px;
}
.disciplines-modal-danse{
	background-color:rgba(178,26,25,0.80);
	border-radius:600px 600px 600px 600px;
}
.disciplines-modal-danse:hover{
	;
}
.disciplines-modal-forme{
	background-color:rgba(255,165,0,0.60);
	border-radius:600px 600px 600px 600px;
}
.disciplines-modal-forme:hover{
	;
}
.disciplines-carte-bouton{
	width:300px;
	height:300px;
	background-color:rgba(255,255,255,0.20);
	margin-top:-220px;
	border-color:rgba(0,0,0,0.00)!important;
	border-radius:200px 200px 200px 200px;
	border-width:0px 0px 0px 0px;
}
.disciplines-carte-bouton:hover{
	border-color:#FFFFFF!important;
	background-color:transparent;
	border-style:dashed;
	border-radius:200px 200px 200px 200px;
	border-width:1px 1px 1px 1px;
}
.disciplines-carte-bouton:active{
	background-color:rgba(255,255,255,0.20);
	border-width:0px 0px 0px 0px;
}
.disciplines-carte-bouton:visited{
	background-color:rgba(255,255,255,0.20);
}
.disciplines-photo-bulle{
	width:160px;
	height:150px;
	margin-top:10px;
}
.disciplines-photo-modal{
	width:500px;
	margin:10px 10px 10px 10px;
}
.equipe-carte-bouton:focus{
	background-color:transparent;
}
.img-studio-lasalle-style{
	height:172px;
}
.img-studio-asch-style{
	height:172px;
}
.img-le-plan-style{
	height:172px;
	margin-top:50px;
	margin-bottom:50px;
}
.accueil-plan-card{
	color:#FEFFFF!important;
	margin-bottom:20px;
	border-style:solid;
	border-color:rgba(195,0,4,0.50)!important;
	background-color:transparent;
	border-radius:30px 30px 30px 30px;
}
.accueil-en-savoir-plus-white{
	color:#FFFFFF!important;
	border-color:#F0FAFB!important;
	border-style:_popUpItemAction:;
	border-width:0px 0px 0px 0px;
}
.actu-titre{
	font-family:"Lato";
	font-weight:700;
}
.actu-paragraphe-titre{
	background-color:rgba(0,0,0,0.15);
	color:#FF9200!important;
	text-align:left;
	font-weight:normal;
	text-transform:uppercase;
	font-size:22px;
	padding:0px 5px 5px 5px;
}
.button-cadre-orange{
	padding-right:28px;
	padding-left:28px;
	font-family:"Lato";
	font-weight:400;
	font-size:18px;
	text-transform:none;
	color:#FF9200!important;
	border-color:#FF9200!important;
	text-decoration:none;
	border-style:dotted;
	background-color:#FFFFFF;
	border-width:2px 2px 2px 2px;
}
.button-cadre-orange:hover{
	font-family:"Lato";
	font-weight:400;
	font-size:18px;
	color:#B21919!important;
	border-color:#FF9200!important;
	border-style:dashed;
	background-color:#FFFFFF;
	border-width:2px 2px 2px 2px;
}
.p-actualite-style{
	width:36.05%;
}
.button-cadre-orange-2{
	padding-right:28px;
	padding-left:28px;
	font-family:"Lato";
	font-weight:600;
	font-size:16px;
	text-transform:none;
	letter-spacing:0.03em;
	color:#FFFFFF!important;
	border-color:#FF9200!important;
	text-decoration:none;
	border-style:solid;
	background-color:#B0B0B0;
	border-width:1px 1px 1px 1px;
}
.button-cadre-orange-2:hover{
	font-family:"Lato";
	font-weight:700;
	font-size:16px;
	color:#FFFFFF!important;
	border-color:#B21919!important;
	border-style:dashed;
	background-color:#666666;
	border-width:1px 1px 1px 1px;
}
.img-logo-danse-style{
	width:44px;
}
.contact-label{
	color:#EB854C!important;
}
.img-bloc-19-style{
	height:170px;
}
.equipe-adm-card{
	min-height:200px;
	border-style:solid;
	border-color:#FFFFFF!important;
	border-radius:20px 20px 20px 20px;
	border-width:1px 1px 1px 1px;
}
.mt-5{
	width:110px;
	height:130px;
}
.carte-asso-style{
	background-color:transparent;
	border-radius:30px 30px 30px 30px;
}
.h3-asso-style{
	font-family:"Lato";
	font-weight:300;
}
.accueil-div-button-menu{
	margin-bottom:50px;
}
.contact-titre{
	margin-bottom:50px;
}
.asso-prouvoir-style{
	margin-top:50px;
}
.accuei-ensavoirplus-actu{
	background-image:url("img/logo-danseur.png");
	background-size:70px auto;
	background-repeat:no-repeat;
	background-position:center bottom;
	border-style:_popUpItemAction:;
	border-color:#FFFFFF!important;
	width:300px;
	margin:0px 0px 0px 0px;
	padding:10px 10px 10px 10px;
	border-radius:20px 20px 20px 20px;
	border-width:1px 1px 1px 1px;
}
.accueil-buttonensavoir-actu{
	padding-right:28px;
	padding-left:28px;
	font-family:"Lato";
	font-weight:700;
	font-size:30px;
	text-transform:uppercase;
	line-height:23px;
	letter-spacing:0.03em;
	color:#FEFFFF!important;
	opacity:1.0;
	border-color:#FFFFFF!important;
	margin:0px 0px 0px 0px;
	border-width:1px 1px 1px 1px;
}
.accueil-buttonensavoir-actu:hover{
	font-family:"Lato";
	font-weight:700;
	font-size:40px;
	line-height:23px;
	color:#B11B18!important;
	border-color:#AE1818!important;
	border-width:1px 1px 1px 1px;
}
.actualite-paragraphe{
	background-color:transparent;
	color:#FEFFFF!important;
}
.actu-paragraphe-fond{
	background-color:rgba(0,0,0,0.15);
	padding:0px 5px 5px 5px;
}
.actu-recente{
	color:#FEFFFF!important;
}
.actu-recente:hover{
	color:#AE1818!important;
}
.bloc-divider-t-style{
	height:30px;
}
.actu-corps-card{
	background-color:transparent;
	overflow:scroll;
}
.p-style-13{
	font-size:13px;
}
.img-gs-auditi-style{
	width:496px;
}
.actu-colonne{
	padding-bottom:15px;
}
.discipline-img-yogadanse{
	width:114px;
}
.row-style{
	opacity:0.4;
}
.img-actu-4-style{
	height:50px;
}
.bloc-divider-b-actu-4-fill{
	fill:#151515;
	height:50px;
}
.bloc-divider-b-actu-1-fill{
	fill:#B21919;
}
.bloc-divider-t-actu-1-fill{
	fill:#691108;
	height:30px;
}
.bloc-divider-b-tarifs-style{
	height:50px;
	fill:#151515;
}
.accueil-actualite-div{
	background-size:auto auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:50px;
}
.accueil-actu-poste{
	font-size:13px;
}
.h3-3-style{
	line-height:20px;
}
.actu-en-tete-card{
	background-color:#931100;
	border-top-left-radius:30px;
	border-top-right-radius:30px;
}
.text-rouge{
	background-color:transparent;
	color:#A00000!important;
}
.text-span-style{
	font-weight:bold;
}
.img-actualite-04{
	width:200px;
}
.link-style{
	font-weight:bold;
}
.img-patien-style{
	width:117px;
}
.gedess-accord-titre{
	font-size:20px;
	font-weight:bold;
	color:#646262!important;
}
.gedess-small-icon{
	margin-right:5px;
}
.gedess-small-icon:hover{
	;
}
.text-orange{
	color:#F18950!important;
}
.text-span-bloc-10-style{
	font-weight:bold;
}
.text-span-0-style{
	font-weight:bold;
}
.div-fond-noir{
	background-color:#000000;
}
.h3-actualite-style{
	line-height:28px;
}
.img-actualite-style{
	width:250px;
}
.bloc-divider-t-0-fill{
	fill:#B21919;
	height:200px;
}
.link-réservation-style{
	font-weight:bold;
}
.div-fond-orange{
	background-color:#F18A50;
	height:90%;
	margin:10px 0px 10px 0px;
	padding:10px 10px 10px 10px;
	border-radius:20px 20px 20px 20px;
}
.div-fond-transp{
	margin:10px 0px 10px 0px;
	padding:5px 5px 5px 5px;
}
.img-10-style{
	width:269px;
}
.text-blanc{
	color:#FFFFFF!important;
}
.div-annonce-acceuil{
	border-style:dotted;
	border-color:#FF9200!important;
	border-radius:30px 30px 30px 30px;
	border-width:1px 1px 1px 1px;
}
.bloc-divider-b-contact-hall-fill{
	fill:#FFFFFF;
}
.bloc-divider-b-tarifs-hall-fill{
	fill:#FFFFFF;
}
.inscription-titre-style{
	padding-bottom:0px;
	max-width:1170px;
	bottom:0px;
	margin:-300px auto 0px auto;
}
.bloc-divider-t-cours-essai-style{
	height:50px;
}
.bloc-divider-b-0-style{
	height:50px;
}
.actu-card-rentree{
	background-color:rgba(27,85,110,0.50);
	color:#FEFFFF!important;
	margin-bottom:15px;
	height:900px;
	border-radius:30px 30px 30px 30px;
}
.img-marge-inf{
	padding:10px 10px 10px 10px;
}
.link-ici-style{
	font-weight:bold;
}
.bloc-divider-b-equipe-hall-style{
	height:30px;
	fill:rgba(255,255,255,0.46);
}
.bloc-divider-t-equipe-style{
	height:30px;
	fill:rgba(255,255,255,0.50);
}
.accueil-titre-saison{
	font-weight:200;
}
.link-footer-style{
	font-weight:300;
}
.tarifs-acord-heading{
	text-decoration:none;
	font-weight:bold;
	background-color:#FFFFFF;
	border-color:#FF9200!important;
	border-style:solid;
	margin-bottom:10px;
	border-width:0px 0px 1px 1px;
}
.div-cadre-noir{
	border-style:solid;
	border-color:#545252!important;
	border-width:1px 1px 1px 1px;
}
.div-cadre-noir:hover{
	border-style:solid;
	border-color:#000000!important;
	border-width:5px 5px 5px 5px;
}
.div-fond-gris{
	background-color:rgba(0,0,0,0.05);
	padding:5px 5px 5px 5px;
}
.tarifs-dev-fond{
	border-style:_popUpItemAction:;
	background-color:rgba(0,0,0,0.03);
	padding:5px 5px 5px 5px;
	border-radius:0px 0px 0px 0px;
	border-width:3px 3px 3px 3px;
}
.tarifs-acord-heading-text{
	text-decoration:none;
	font-size:23px;
	font-weight:normal;
	color:#B21916!important;
	margin-left:10px;
}
.tarifs-acord-carte{
	box-shadow:-0.00px -0.00px 20px #B0B0B0;
}

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

/* Background colour styles */

.bgc-black{
	background-color:rgba(0,0,0,0.70);
}
.bgc-onyx{
	background-color:#151515;
}
.bgc-onyx-2{
	background-color:#151515;
}
.bgc-carnelian{
	background-color:rgba(178,25,25,0.50);
}
.bgc-onyx-3{
	background-color:#151515;
}
.bgc-white{
	background-color:#FFFFFF;
}
.bgc-isabelline{
	background-color:rgba(235,235,235,0.3);
}
.bgc-dark-jungle-green{
	background-color:#212121;
}

/* Text colour styles */

.tc-white{
	color:#FFFFFF!important;
}
.tc-white-2{
	color:#FFFFFF!important;
}
.tc-snow{
	color:#FBFBFB!important;
}
.tc-black{
	color:#000000!important;
}
.tc-snow-2{
	color:#FBFBFB!important;
}
.tc-princeton-orange{
	color:#FF9200!important;
}
.tc-scarlet{
	color:#E72200!important;
}

/* Button colour styles */

.btn-princeton-orange{
	background:#FF9200;
	color:#FFFFFF!important;
}
.btn-princeton-orange:hover{
	background:#cc7500!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-white{
	color:#FFFFFF!important;
}
.ltc-white:hover{
	color:#cccccc!important;
}

/* Icon colour styles */

.icon-white{
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
}
.icon-white-2{
	color:rgba(255,255,255,0.50)!important;
	border-color:rgba(255,255,255,0.50)!important;
}
.icon-snow{
	color:#FBFBFB!important;
	border-color:#FBFBFB!important;
}
.icon-princeton-orange{
	color:#FF9200!important;
	border-color:#FF9200!important;
}
.icon-snow-2{
	color:#FBFBFB!important;
	border-color:#FBFBFB!important;
}

/* Bloc image backgrounds */

.bg-photo-equipe-01{
	background-image:url("img/photo-equipe-01.jpg");
}
.bg-photo-equipe-02{
	background-image:url("img/photo-equipe-02.jpg");
}
.bg-photo-divers-01{
	background-image:url("img/photo-divers-01.jpg");
}
.bg-photo-disciplines-01{
	background-image:url("img/photo-disciplines-01.jpg");
}
.bg-photo-contact-02{
	background-image:url("img/photo-contact-02.jpg");
}
.bg-plan-rouge{
	background-image:url("img/plan-rouge.jpg");
}
.bg-photo-accueil-07{
	background-image:url("img/photo-accueil-07.jpg");
}
.bg-photo-actualite-05{
	background-image:url("img/photo-actualite-05.jpg");
}
.bg-photo-contact-03{
	background-image:url("img/photo-contact-03.jpg");
}
.bg-photo-les-tarifs-01{
	background-image:url("img/photo-les-tarifs-01.jpg");
}
.bg-photo-inscription-01{
	background-image:url("img/photo-inscription-01.jpg");
}
.bg-photo-accueil-09{
	background-image:url("img/photo-accueil-09.jpg");
}
.bg-highway{
	background-image:url("img/highway.jpg");
}

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

.img-text-overlay-container{
	position:relative;
}
.text-label-overlay{
	position:absolute;
	top: 50%;
	transform: translateY(-50%);
	width:100%;
	 text-align:center;
	font-size:40px;
}
.text-overlay-light-text{
	color:rgba(255,255,255,.5);
}


/* = 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){
	h1{
		font-size:48px;
		line-height:50px;
	}
	h4{
		font-size:19px;
		line-height:29px;
	}
	p{
		font-size:18px;
		line-height:24px;
	}
	h3{
		font-size:22px;
		line-height:32px;
	}
	h2{
		font-size:30px;
		line-height:40px;
	}
	.navbar-brand{
		font-size:22px;
		line-height:32px;
	}
	.navbar-nav li a{
		font-size:14px;
		line-height:24px;
		margin-right:2px;
		margin-left:2px;
		text-align:center;
	}
	a{
		font-size:16px;
		line-height:24px;
	}
	.navbar-nav li a:hover{
		text-align:center;
	}
	.sessions-tarifs-titre-col{
		margin:-275px -275px -275px -275px;
	}
	.img-style{
		width:300px;
	}
	.h3-bloc-2-style{
		font-size:20px;
	}
	.gedess-width{
		width:75vw;
	}
	.gedess-card-body{
		margin-bottom:50px;
	}
	.accueil-button-menu{
		font-size:18px;
		padding-right:28px;
		padding-left:28px;
		text-decoration:none;
		font-weight:700;
		width:170px;
	}
	.accueil-button-menu:hover{
		font-size:14px;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	.accuei-ensavoirplus-column{
		background-size:80px auto;
	}
	.button-cadre-orange{
		font-size:14px;
		padding-right:15px;
		padding-left:15px;
		text-decoration:none;
		font-weight:400;
	}
	.button-cadre-orange:hover{
		font-size:14px;
	}
	.button-cadre-orange-2{
		font-size:14px;
		padding-right:15px;
		padding-left:15px;
		text-decoration:none;
		font-weight:700;
	}
	.button-cadre-orange-2:hover{
		font-size:14px;
	}
	.h3-asso-style{
		font-size:18px;
	}
	.h5-asso-style{
		font-size:16px;
	}
	.equipe-adm-card{
		min-height:300px;
	}
	.accueil-studios-card{
		min-height:500px;
	}
	.studios-h3-style{
		font-size:20px;
	}
	.bloc-divider-b-fill{
		height:50px;
	}
	.bloc-divider-b-actualite-fill{
		height:50px;
	}
	.equipe-bulle{
		margin-bottom:30px;
	}
	.bloc-divider-b-equipe-fill{
		height:50px;
	}
	.disciplines-carte-bouton{
		width:250px;
		height:250px;
		margin-top:-200px;
	}
	.disciplines-bulle-danse{
		margin-bottom:50px;
	}
	.disciplines-bulle-forme{
		margin-bottom:50px;
	}
	.disciplines-modal-danse{
		padding-top:25px;
	}
	.disciplines-photo-modal{
		width:350px;
	}
	.equipe-modal-text{
		padding-left:50px;
		padding-right:50px;
	}
	.bloc-divider-b-tarifs-style{
		height:50px;
	}
	.bloc-divider-b-inscription-fill{
		height:50px;
	}
	.contact-titre{
		margin-top:-50px;
	}
	.bloc-divider-b-bloc-18-fill{
		height:50px;
	}
	.asso-prouvoir-style{
		margin-top:50px;
	}
	.accuei-ensavoirplus-actu{
		background-size:80px auto;
	}
	.actu-paragraphe-fond{
	}
	.actu-paragraphe-titre{
		background-color:rgba(0,0,0,0.15);
		font-size:18px;
	}
	.actu-corps-card{
		background-color:rgba(0,0,0,0.15);
	}
	.actualite-paragraphe{
		background-color:transparent;
	}
	.actu-card{
	}
	.actu-colonne{
		padding-bottom:15px;
	}
	.img-marge-inf{
		margin-bottom:10px;
	}
	.bloc-divider-b-style{
		height:700px;
	}
	.inscription-titre-style{
		margin-bottom:0px;
		margin-top:-275px;
	}
	.actu-card-rentree{
	}
	.disciplines-titre{
		margin-bottom:0px;
		margin-top:-500px;
	}
	.bloc-divider-b-contact-hall-fill{
		height:80px;
	}
	.div-fond-noir{
		margin-bottom:10px;
	}
	.tarifs-acord-carte{
		margin-bottom:20px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-clear-md{
		margin-top:0;
	}
	
	/* MD Text Margin Offsets */
	.mg-sm-md{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-md{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-lg-md{
		margin-top: 10px;
		margin-bottom:40px;
	}
		.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.accueil-icon:hover{
		;
	}
	.accueil-icon{
		margin-top:50px;
	}
	h1{
		font-size:40px;
		line-height:40px;
	}
	h4{
		font-size:18px;
		line-height:28px;
	}
	p{
		font-size:18px;
		line-height:23px;
	}
	h3{
		font-size:21px;
		line-height:31px;
	}
	h2{
		font-size:25px;
		line-height:35px;
	}
	.navbar-brand{
		font-size:21px;
		line-height:31px;
	}
	.navbar-nav li a{
		font-size:13px;
		line-height:23px;
		text-align:center;
	}
	a{
		font-size:15px;
		line-height:23px;
	}
	.navbar-nav li a:hover{
		font-size:13px;
		line-height:23px;
		text-align:center;
	}
	.bloc-margin-bottom{
		margin-bottom:50px;
	}
	.sessions-tarifs-titre-col{
		bottom:0px;
		margin:-200px -200px -200px -200px;
	}
	.gedess-width{
		width:100vw;
	}
	.accueil-studios-card{
		min-height:400px;
	}
	.bloc-divider-b-fill{
		height:50px;
	}
	.bloc-divider-b-actualite-fill{
		height:50px;
	}
	.bloc-divider-b-equipe-fill{
		height:50px;
	}
	.disciplines-carte-bouton{
		width:200px;
		height:200px;
		margin-top:-180px;
	}
	.bloc-divider-b-tarifs-style{
		height:50px;
	}
	.inscription-accueil-titre{
		margin-bottom:10px;
	}
	.bloc-divider-b-inscription-fill{
		height:50px;
	}
	.button-cadre-orange:hover{
	}
	.bloc-divider-b-bloc-18-fill{
		height:50px;
	}
	.contact-div-bouton-form{
		margin-bottom:20px;
	}
	.equipe-adm-card{
		min-height:320px;
	}
	.asso-prouvoir-style{
		margin-top:100px;
	}
	.accuei-ensavoirplus-actu{
		width:260px;
	}
	.img-marge-inf{
		margin-bottom:10px;
	}
	.bloc-divider-b-style{
		height:700px;
	}
	.div-fond-orange{
		height:95%;
	}
	.inscription-titre-style{
		bottom:0px;
		margin-top:-275px;
	}
	.equipe-hall-titre{
		margin-top:-300px;
	}
	.disciplines-titre{
		margin-bottom:0px;
		margin-top:-400px;
	}
	.bloc-divider-b-contact-hall-fill{
		height:50px;
	}
	.accueil-button-menu{
		width:150px;
	}
	.tarifs-colum-fond{
	}
	.tarifs-dev-fond{
	}
	.tarifs-acord-carte{
		margin-bottom:17px;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
	/* Small Text Margin Offsets */
	.mg-sm-sm{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-sm{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-clear-sm{
		margin:0;
	}
	
}

@media (max-width: 575px){
	h1{
		font-size:30px;
		line-height:30px;
	}
	h4{
		font-size:17px;
		line-height:27px;
	}
	p{
		font-size:16px;
		line-height:22px;
	}
	h3{
		font-size:18px;
		line-height:26px;
		font-family:"Lato";
		font-weight:300;
	}
	h2{
		font-size:23px;
		line-height:33px;
	}
	.navbar-brand{
		font-size:20px;
		line-height:30px;
	}
	.navbar-nav li a{
		font-size:13px;
		line-height:23px;
		text-align:center;
	}
	a{
		font-size:14px;
		line-height:22px;
	}
	.navbar-nav li a:hover{
		text-align:center;
	}
	.bloc-margin-bottom{
		margin-bottom:50px;
	}
	.equipe-review{
		border-radius:80px 80px 80px 80px;
	}
	.designer-bold{
	}
	.designer-wire-button{
	}
	.sessions-tarifs-titre-col{
		margin-top:-140px;
		padding-top:0px;
		padding-bottom:0px;
		bottom:0px;
		margin-bottom:0px;
	}
	.sessions-tarifs-titre-col:hover{
	}
	.gedess-card-body{
		margin-bottom:28px;
	}
	.mt-1{
	}
	.bloc-divider-b-fill{
		height:30px;
	}
	.bloc-divider-b-actualite-fill{
		height:30px;
	}
	.actualite-paragraphe{
		font-size:16px;
	}
	.bloc-divider-b-equipe-fill{
		height:30px;
	}
	.equipe-hall-titre{
		margin-top:-200px;
	}
	.h3-equipe-hall-style{
		font-family:"Lato";
		font-weight:300;
	}
	.equipe-photo-bulle{
		width:80px;
		height:80px;
		margin-top:20px;
		margin-bottom:20px;
	}
	.equipe-h3-style{
		font-size:18px;
		margin-top:10px;
	}
	.equipe-h5-style{
		font-size:14px;
		text-transform:uppercase;
		line-height:15px;
	}
	.equipe-carte-bouton{
		width:150px;
		height:150px;
		margin-top:-130px;
		border-radius:180px 180px 180px 180px;
	}
	.equipe-bulle{
		margin-bottom:30px;
		height:120px;
		border-radius:150px 150px 150px 150px;
	}
	.equipe-modal-text{
		padding:0px 0px 0px 0px;
	}
	.equipe-modal{
		margin-top:0px;
		padding-top:20px;
	}
	.disciplines-photo-bulle{
		width:120px;
		height:100px;
		margin-top:25px;
		margin-bottom:25px;
	}
	.disciplines-bulle-danse{
		height:150px;
	}
	.disciplines-bulle-forme{
		height:150px;
	}
	.discipline-h3-style{
	}
	.disciplines-photo-modal{
		width:200px;
	}
	.bloc-divider-b-tarifs-style{
		height:30px;
	}
	.bloc-divider-b-inscription-fill{
		height:30px;
	}
	.button-cadre-orange{
		text-transform:uppercase;
	}
	.bloc-divider-b-bloc-18-fill{
		height:30px;
	}
	.asso-prouvoir-style{
		margin-top:20px;
	}
	.bloc-divider-b-actu-4-fill{
		height:30px;
	}
	.accuei-ensavoirplus-actu{
		width:290px;
	}
	.div-fond-noir{
		margin-bottom:5px;
	}
	.img-marge-inf{
		margin-bottom:10px;
	}
	.bloc-divider-b-style{
		height:900px;
	}
	.div-fond-orange{
		margin-bottom:5px;
	}
	.inscription-titre-style{
		margin-top:-200px;
		padding:0px 0px 0px 0px;
	}
	.inscription-titre-style:hover{
	}
	.bloc-divider-t-0-fill{
		height:230px;
	}
	.accueil-titre-row{
		margin-top:230px;
		margin-bottom:0px;
	}
	.accueil-icon-row{
		margin-top:0px;
	}
	.actu-paragraphe-titre{
		font-size:15px;
	}
	h5{
		font-size:15px;
		line-height:20px;
	}
	h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	}
	.disciplines-titre{
		margin-bottom:0px;
		margin-top:-250px;
	}
	.bloc-divider-b-contact-hall-fill{
		height:50px;
	}
	.footer-link{
		text-align:center;
	}
	.accueil-button-menu{
		font-size:14px;
		width:120px;
		padding:9px 9px 9px 9px;
	}
	.accueil-actualite-div{
		margin-bottom:10px;
	}
	.link-footer-style{
		font-size:16px;
		font-weight:300;
	}
	.tarifs-acord-heading-text{
		font-size:18px;
		font-weight:bold;
	}
	.radio-style{
	}
	.essai{
		margin-left:0px;
	}
	
	/* Mobile Row Margin Offsets */
	.voffset-xs{
		margin-top:30px;
	}
	
	/* Mobile Text Margin Offsets */
	.mg-sm-xs{
		margin-top:10px;
		margin-bottom:5px;
	}
		.mg-md-xs{
		margin-top:10px;
		margin-bottom:20px;
	}
		.mg-clear-xs{
		margin:0;
	}
	
}

