/*-----------------------------------------------------------------------------------
	Crèche an Hennessen
	About: A shiney new Blocs website.
	Author: Claude Mangen
	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;}

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

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

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


/* 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-r-edge{
	background-position: right!important;
	background-repeat: no-repeat;
}


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


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

.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}

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




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

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
	width:100%;
	display:inline-block;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}

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

/* = Modal
-------------------------------------------------------------- */

.modal-fill{
	max-width: 99%;
}
/* = 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;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.creche-background{
	background-image:url("img/creche_an_hennessen_luxembourg_nord.jpg");
	background-repeat:no-repeat;
	background-size:100% auto;
}
.height-50{
	margin-top:100px;
	font-size:120px;
	margin-bottom:100px;
}
.foyer-background{
	background-image:url("img/foyer-an-hennessen_nord_luxembourg.jpg");
	background-repeat:no-repeat;
}
.intro-height{
	height:400px;
}
.img-style{
	margin-top:0px;
	width:45px;
}
.height-400{
	background-size:auto auto;
	height:400px;
}
.image-selector{
	background-color:rgba(0,0,0,0.5);
}
.image-selector:hover{
	background-color:transparent;
	font-family:"Pacifico";
	color:#000000!important;
	text-decoration:underline!important;
	text-transform:none;
}
.height-50:hover{
	;
}
.top-margin-logo{
	padding-top:35px;
}
.h2-style{
	font-family:"Bushcraft-Regular";
	color:#7F807F!important;
}
.h1-foyer-style{
	font-family:"Xiomara";
}
.hover-effect{
	background-color:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
}
.hover-effect:hover{
	background-color:transparent;
	width:100%;
	height:100%;
	color:#000000!important;
}
.h1-style{
	font-size:100px;
	font-family:"Bushcraft-Regular";
}
.dark-bg{
	background-color:rgba(0,0,0,0.5);
	height:100%;
	width:100%;
	padding-top:100px;
	padding-bottom:100px;
	padding-left:50px;
}
.dark-bg:hover{
	background-color:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
}
.header{
	background-color:rgba(0,0,0,0.5);
	box-shadow:2px 9px 10px #000000;
	margin-right:7px;
	margin-bottom:7px;
	margin-left:0px;
}
.headertitle{
	color:#FEFFFE!important;
	margin:50px 50px 50px 50px;
}
.navbar-brand img{
	width:100px;
}
.h3-style{
	font-family:"Bushcraft-Regular";
}
.p-style{
	font-family:"helvetica";
}
.menu-font{
	font-family:"Bushcraft-Regular";
}
.h1-ekipp-style{
	font-family:"Bushcraft-Regular";
	font-size:100px;
}
.menu-bg{
	background:linear-gradient(101deg, #96AF1D, #E3B233);
	color:#FEFFFE!important;
}
.additional-margin{
	margin-top:100px;
	margin-bottom:100px;
}
.h2-style:hover{
	color:#000000!important;
}
.font-dark{
	color:#000000!important;
}
.footer-link{
	color:#FEFFFE!important;
}
.white-circle{
	background-color:transparent;
	border-color:#FEFFFE!important;
	padding-bottom:5px;
	color:#FEFFFE!important;
	border-radius:20px 20px 20px 20px;
	border-width:3px 3px 3px 3px;
}
.border{
	border-radius:15px 15px 15px 15px;
}
.main-page-bg{
	background-image:url("img/AN Hennessen LOGO ken Hannergrond.png");
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:center top;
}
.selectors{
	margin-bottom:70px;
}
.bloc-bloc-19-margin-top{
	margin-top:-199px;
}
.h1-10-style{
	font-family:"Bushcraft-Regular";
	padding-top:0px;
	text-decoration:none;
	font-size:80px;
	margin-top:50px;
}
.foyer-select-bg{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% 100%;
	height:200px;
	opacity:1.0;
	margin-left:50px;
	background-image:url("img/foyer-an-hennessen_nord_luxembourg%20copy.jpg");
}
h1{
	font-family:"Bushcraft-Regular";
}
.foyer-select-bg:hover{
	background-color:transparent;
	border-color:#FEFFFE!important;
	opacity:1.0;
	border-radius:10px 10px 10px 10px;
}
.creche-select-bg{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:100% auto;
	height:200px;
	opacity:1.0;
	float:right;
	overflow:visible;
	background-image:url("img/creche_an_hennessen_luxembourg%20copy.jpg");
}
.creche-select-bg:hover{
	background-color:transparent;
	border-color:#FEFFFE!important;
	opacity:1.0;
	border-radius:10px 10px 10px 10px;
}
.h1-10-style-creche{
	font-family:"Xiomara";
	font-size:px;
	color:#000000!important;
	padding-top:70px;
}
.h1-10-style:hover{
	text-decoration:none;
	font-family:"Bushcraft-Regular";
	font-size:80px;
	color:#FEFFFE!important;
}
.selectionbutton:hover{
	text-decoration:underline!important;
	color:#FEFFFE!important;
}
.selectionbutton{
	color:#FEFFFE!important;
	border-style:solid;
	height:165px;
	width:300px;
	float:none;
	border-radius:30px 30px 30px 30px;
	border-width:3px 3px 3px 3px;
}
.img-bloc-19-style{
	height:250px;
}
.ballon-margin{
	padding-right:50%;
	padding-bottom:50px;
}
.img-11-style{
	height:250px;
}
.max-height{
	max-height:250px;
	padding-top:0px;
	margin-top:0px;
}
.margin-bottom{
	margin-right:10px;
	margin-bottom:20%;
	margin-left:10px;
}
.ballon-margin-bottom{
	margin-bottom:32%;
}
.float-right{
	margin-right:100px;
}
.position-right{
	float:right;
	margin-right:40%;
}
.menu-font li a{
	color:#FEFFFE!important;
	font-family:"Bushcraft-Regular";
	font-size:1.3rem;
}
.sidebar-button{
	width:100%;
	background-image:url("img/wood-bg.jpg");
	background-repeat:no-repeat;
	background-position:left top;
	background-size:100% auto;
	border-style:none;
	border-color:#FEFFFE!important;
	margin:5px 5px 5px 5px;
	border-radius:3px 3px 3px 3px;
	border-width:2px 2px 2px 2px;
}
.wood-background-btn{
	background-image:url("img/wood-bg.jpg");
	background-size:100% auto;
}
.sidebar-button:active{
	background-image:url("img/wood-bg.jpg");
	background-size:100% auto;
}
.img-accue-style{
	;
}
.sidebar-button a{
	font-family:"Xiomara";
	font-size:1.2rem;
}
.sidebar-button a:active{
	font-size:1.24rem;
	font-family:"Xiomara";
}
.sidebar-button a:hover{
	color:#000000!important;
}
.sidebar-button a:active:hover{
	color:#000000!important;
}
.gallery-margin:hover{
	background-size:auto auto;
	width:100px;
	height:100px;
	border-style:solid;
	border-color:#FEFFFE!important;
}
.gallery-style:hover{
	border-radius:100px 100px 100px 100px;
}
.img-bloc-18-style{
	opacity:0.9;
	border-radius:19px 19px 19px 19px;
}
.intro-size:hover{
	width:90%;
	height:90%;
}
.header-shadow{
	box-shadow:6px -4px 5px #000000;
}
.sidebar-button:hover{
	border-style:none;
	border-color:#000000!important;
	border-radius:3px 3px 3px 3px;
	border-width:2px 2px 2px 2px;
}
.img-1-2817-29-style{
	;
}
.image-border{
	border-style:solid;
	border-radius:3px 3px 3px 3px;
}
.h2-bloc-14-style{
	font-family:"Xiomara";
	margin-top:35px;
}
.h2-3-style{
	font-family:"Xiomara";
}
.bloc .divider-h span{
	border-width:3px 3px 3px 3px;
}
.top-margin-ekipp{
	margin-top:35px;
}
.menu-icon{
	height:50px;
	background-image:url("img/menu_an_hennessen.png");
	background-size:50px 50px;
	color:#000000!important;
	width:52px;
	background-repeat:no-repeat;
	padding:1px 5px 5px 1px;
}
.row-margin-right{
	margin-right:0px;
}
.image-footer-size{
	;
}
.footerheight{
	height:250px;
}
.active-nav-btn{
	border-style:solid;
	border-width:0px 0px 2px 0px;
}
.cc-login-form-text{
	display:block;
	margin:15px 15px 15px 15px;
}
.cc-login-form-submit{
	display:block;
	float:none;
	margin-left:182px;
	background-color:#4D8D01;
	color:#FEFFFE!important;
	border-style:solid;
	padding:7px 7px 7px 7px;
	border-radius:5px 5px 5px 5px;
	border-width:0px 0px 0px 0px;
}
.space-left{
	margin-left:40%;
}
.height-home{
	height:230px;
	margin-top:-100px;
}
.header-transparenz{
	background-color:rgba(255,255,255,0.2);
}
.menu-style{
	padding:5px 5px 5px 5px;
}
.upper-space{
	margin-top:10px;
}
.img-20190910-1206-style{
	opacity:0.8;
}
.h2-bloc-55-style{
	font-family:"Bushcraft-Regular";
}
.top-space{
	margin-top:-200px;
}
.top-gallery-row-space{
	margin-top:10px;
}
.modal-outer-space{
	margin-right:10%;
	margin-left:10%;
}
.top-spacing-gallery{
	margin-top:10px;
}
.language-flags{
	margin-top:-40px;
	margin-left:60px;
	height:45px;
	padding-left:0px;
	overflow:visible;
}
.img-lang--style{
	width:45px;
}
.lang-icon{
	height:40px;
	width:40px;
}
.left-lang-flag{
	float:right;
}
.img-bloc-5-style{
	width:45px;
	height:45px;
}
.image-lang{
	width:45px;
}
.img-5-style{
	width:40px;
	height:40px;
}
.img-6-style{
	width:40px;
	height:40px;
}

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

/* Background colour styles */

.bgc-white{
	background-color:#FFFFFF;
}
.bgc-green-ryb{
	background-color:#6FA538;
}

/* Button colour styles */

.btn-green-ryb{
	background:#6FA538;
	color:#FFFFFF!important;
}
.btn-green-ryb:hover{
	background:#59842d!important;
	color:#FFFFFF!important;
}

/* Bloc image backgrounds */

.bg-foyer-an-hennessen-nord-luxembourg{
	background-image:url("img/foyer-an-hennessen_nord_luxembourg.jpg");
}
.bg-teamwork-2499638-1920{
	background-image:url("img/teamwork-2499638_1920.jpg");
}
.bg-header-galerie{
	background-image:url("img/header_galerie.jpg");
}
.bg-wood-1794340-1920{
	background-image:url("img/wood-1794340_1920.jpg");
}
.bg-kontakt-creche-foyer-an-hennessen{
	background-image:url("img/kontakt_creche_foyer_an_hennessen.jpg");
}
.bg-children-1879907-1280{
	background-image:url("img/children-1879907_1280.jpg");
}
.bg-wood-bg{
	background-image:url("img/wood-bg.jpg");
}
.bg-wood-bg2-layer{
	background-image:url("img/wood-bg2-layer.jpg");
}
.bg-wood-bg-layer{
	background-image:url("img/wood-bg-layer.jpg");
}
.bg-creche-an-hennessen-luxembourg-nord2{
	background-image:url("img/creche_an_hennessen_luxembourg_nord2.jpg");
}
.bg-e319aa15f04e9fc5da625035781a5d08acfa1e08{
	background-image:url("img/e319aa15f04e9fc5da625035781a5d08acfa1e08.jpg");
}

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



/* = 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){
	.mt-md-0{
	}
	.mt-md-4{
	}
	.main-page-bg{
		background-size:100% auto;
		background-position:center bottom;
	}
	.bloc-margin-top{
		margin-top:339px;
	}
	.bloc-bloc-19-margin-top{
		margin-top:-189px;
	}
	.row-margin-top{
		margin-top:-327px;
		margin-bottom:124px;
	}
	.margin-bottom{
		margin-bottom:40%;
	}
	.float-right{
		margin:0px 30px 0px 0px;
	}
	.foyer-select-bg{
		margin-top:0px;
	}
	.position-right{
		margin-right:50px;
	}
	.space-left{
		margin-left:50px;
	}
	.height-home{
		height:300px;
	}
	
}

@media (max-width: 767px){
	.main-page-bg{
		background-position:center top;
	}
	.bloc-bloc-19-margin-top{
		margin-top:-294px;
	}
	.row-margin-top{
		margin-top:300px;
	}
	.mobile-top-margin{
		margin-top:0px;
	}
	.creche-select-bg{
		;
	}
	.foyer-select-bg{
		margin-left:0px;
	}
	.selectionbutton{
		width:250px;
	}
	.text-right{
	}
	.float-right{
		margin-right:0px;
	}
	.margin-bottom{
	}
	.position-right{
		margin-right:0px;
	}
	.h2-bloc-14-style{
		font-size:28px;
	}
	.height-home{
		height:850px;
	}
	.top-space{
		margin-top:590px;
	}
	.modal-outer-space{
		margin-left:2%;
		margin-right:2%;
	}
	.top-margin-mobile-gallery{
		margin-top:21px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.mt-1{
	}
	.row-margin-top{
		margin-top:10px;
	}
	.creche-select-bg{
		;
	}
	.foyer-select-bg{
		float:none;
	}
	.full-height{
	}
	.blocs-full-height{
	}
	.bloc-full-height{
	}
	.mobile-top-margin{
		margin-top:0px;
	}
	.selectionbutton{
		height:120px;
		margin-top:5px;
		margin-right:auto;
		margin-left:auto;
	}
	.float-right{
		float:none;
	}
	.h1-10-style{
		display:inline-block;
		padding-top:0px;
		margin-top:30px;
	}
	.main-page-bg{
		background-size:auto 280px;
		background-position:center top;
	}
	.position-right{
		float:none;
		margin-right:auto;
		margin-left:auto;
	}
	.h2-bloc-14-style{
		font-size:24px;
	}
	.height-home{
		height:450px;
	}
	.top-space{
		margin-top:300px;
	}
	.modal-outer-space{
		margin-left:1%;
		margin-right:1%;
	}
	
}

