@font-face {
	font-family: 'bebas_neue';
	src:	url('/medias/fonts/bebasneue-webfont.woff2') format('woff2'),
			url('/medias/fonts/bebasneue-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
.clear { clear: both; }
.red { color: #d00000; }

/* Nav */
.navbar-brand { padding: 0 15px; }
.bodyHome .navbar { border-top: 10px solid #005192; padding-top: 20px; margin-bottom: 45px; }
/*.navbar-collapse { padding-left: 0; padding-right: 0; display: table-cell; vertical-align: middle; }*/
.body .navbar-nav, .bodyNoBg .navbar-nav { margin-top: 38px; }
.body #navbar .logoShim, .bodyNoBg #navbar .logoShim { width: 280px; height: 125px; border: none; }
.bodyHome #navbar .logoShim { display: none; }
.navbar-nav > li > a {
	border-radius: 20px;
	height: 40px;
	font-family: 'bebas_neue';
	font-size: 22px;
	color: #005192;
	background-color: #a2eaf8;
	padding: 5px 20px;
	display: table-cell;
	vertical-align: middle;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.navbar-nav > li { margin: 0 5px; z-index: 1000; }
.navbar-nav > li > a:hover, .navbar-nav > li.active > a {
	background-color: #d00000;
	color: #FFFFFF;
}
.body .navbar-nav > li > a, .bodyNoBg .navbar-nav > li > a { background-color: #FFFFFF; border-radius: 18px; height: 36px; font-size: 20px; }
.body .navbar-nav > li > a:hover, .body .navbar-nav > li.active > a, .bodyNoBg .navbar-nav > li > a:hover, .bodyNoBg .navbar-nav > li.active > a { background-color: #d00000; }
.body .navbar, .bodyNoBg .navbar {
	/*height: 122px;*/
	border-radius: 0;
	border: none;
	background: url(/medias/img/bg_header.png) no-repeat top;
	/*padding: 38px 0;*/
}
.header { width: 100%; }
.header .logoCell .img-responsive { max-width: initial; }
.header .navCell { width: 100%; background-color: #005192; border-bottom: 6px solid #FFFFFF; }
.bodyHome #pixShimNormal, .bodyHome #pixShimTablet { display: none; }

/* Home */
body { background: url(/medias/img/bg_home.png) top repeat-x #d9f7fc;  }
.bodyHome .skyline { width: 100%; background: url(/medias/img/bg_skyline.png) no-repeat center 500px; min-height: 1220px; }
.homeMainVideo {
	background: #17b5e4;
	background: -webkit-linear-gradient(#17b5e4, #3fcaeb);
	background: -o-linear-gradient(#17b5e4, #3fcaeb);
	background: -moz-linear-gradient(#17b5e4, #3fcaeb);
	background: linear-gradient(#17b5e4, #3fcaeb);
	margin-bottom: 15px;
}
.homeMainVideo .title {
    font-family: 'bebas_neue';
    font-size: 24px;
    color: #FFFFFF;
    padding: 10px;
}
.homeMainVideo .link { font-family: 'Montserrat'; font-size: 14px; padding-top: 5px; padding: 0 10px 10px; /*margin-left: 35px;*/ }
.homeMainVideo .link a { color: #FFFFFF; }
.homeMainVideo .caption, .homeMainVideo .caption a { font-family: 'Montserrat'; font-size: 18px; padding-top: 5px; color: #FFFFFF; padding: 10px; }
.homeSecondVideo {
	background: #43caeb;
	background: -webkit-linear-gradient(#43caeb, #70daf1);
	background: -o-linear-gradient(#43caeb, #70daf1);
	background: -moz-linear-gradient(#43caeb, #70daf1);
	background: linear-gradient(#43caeb, #70daf1);
	margin-bottom: 15px;
	font-family: 'Montserrat';
	font-size: 18px;
	color: #FFFFFF;
}
.homeSecondVideo.row { margin-left: 0; margin-right: 0; }
.homeSecondVideo div:first-child { padding-left: 0; }
.homeSecondVideo div:last-child { padding: 10px 10px 10px 15px; line-height: 120%; }
.homeSecondVideo .link { font-family: 'Montserrat'; font-size: 12px; padding-top: 5px; padding: 0 10px 10px; margin-left: 35px; }
.homeSecondVideo .link a { color: #FFFFFF; }

#carousel-news { margin-top: 200px; }
.carousel-control {
	width: initial;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.carousel-control:focus, .carousel-control:hover { opacity: 1; }
.carousel-control.left, .carousel-control.right { background-image: none; }
.carousel-control .icon-prev, .carousel-control .icon-next { height: 78px; width: 33px; margin-top: -55px; }
.carousel-indicators { bottom: 0; }
/*.carousel-inner { margin: 0 60px; }*/
.carousel-inner .item { margin: 0 60px; }
#carousel-news .item .title { font-family: 'bebas_neue'; font-size: 34px; color: #005192; line-height: 110%; }
#carousel-news .item .date { font-family: 'bebas_neue'; font-size: 22px; color: #005192; }
#carousel-news .item .text { font-family: 'Montserrat'; font-size: 16px; color: #1f1f1f; }
.buttonRed a, .buttonBlack a { color: #FFFFFF; }
.buttonRed {
	border-radius: 20px; height: 40px; font-family: 'bebas_neue'; font-size: 22px; color: #FFFFFF; background-color: #d00000; float: right; display: table-cell; vertical-align: middle; padding: 5px 15px;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	display: inline-block;
}
.buttonRed:hover, .buttonRed:hover a, .buttonRed a:hover { color: #d00000; background-color: #FFFFFF; cursor: pointer; }
.buttonBlack {
	border-radius: 20px; height: 40px; font-family: 'bebas_neue'; font-size: 22px; color: #FFFFFF; background-color: #252525; float: right; display: table-cell; vertical-align: middle; padding: 5px 15px;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	display: inline-block;
}
.buttonBlack:hover, .buttonBlack:hover a, .buttonBlack a:hover { color: #252525; background-color: #FFFFFF; cursor: pointer; }
.whiteBg .buttonRed:hover, .whiteBg .buttonBlack:hover, .accordion .panel-body .buttonRed:hover, .accordion .panel-body .buttonBlack:hover { background-color: #e7e7e7; }
.buttonRed img, .buttonBlack img { height: 20px; }

.body .skyline { width: 100%; background: url(/medias/img/bg_skyline.png) no-repeat center bottom; padding-bottom: 650px; }
.bodyNoBg .skyline { width: 100%; background: none; }
h1 { font-family: 'bebas_neue'; font-size: 52px; color: #005192; margin-top: 0; margin-bottom: 30px; padding-bottom: 5px; border-bottom: 1px solid #005192; }
h1 a, h1 a:hover { color: #005192; }
h2 { font-family: 'bebas_neue'; font-size: 32px; color: #005192; margin-top: 30px; margin-bottom: 15px; }
h3 { font-family: 'bebas_neue'; font-size: 22px; color: #005192; margin-top: 30px; margin-bottom: 15px; }
h4 { font-family: 'bebas_neue'; font-size: 18px; color: #005192; margin-top: 30px; margin-bottom: 15px; margin-left: 30px; }
.accordion h4 { margin-left: 15px; }
.focus h3 { margin-top: 10px; }
.intro { font-family: 'Montserrat'; font-size: 18px; color: #1f1f1f; margin-bottom: 30px; }
.articleTools { float: right; margin-top: 10px; }

.tableContentsBlock {
	margin-bottom: 30px;
}
.tableContentsBlock .img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 242px;
	background-position: center center;
	background-size: cover;
	border-bottom: 10px solid #078fd2;
}
.tableContentsBlock .title {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 15px 30px;
	font-family: 'bebas_neue';
	font-size: 36px;
	color: #FFFFFF;
	line-height: 110%;
	background: #19b6e4;
	background: -webkit-linear-gradient(#19b6e4, #51cfec);
	background: -o-linear-gradient(#19b6e4, #51cfec);
	background: -moz-linear-gradient(#19b6e4, #51cfec);
	background: linear-gradient(#19b6e4, #51cfec);
}
.tableContentsBlock .title a { color: #FFFFFF; }
.threeCols .tableContentsBlock .img { height: 120px; }
.threeCols .tableContentsBlock .title { padding: 15px; font-size: 24px; }

/* Lists */
.whiteBg { background-color: #FFFFFF; padding-left: 15px; padding-right: 15px; }
.roundAll { border-radius: 10px; }
.roundBottom { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.listBlock > .title, .sheetBlock > .title {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 15px 30px;
	font-family: 'bebas_neue';
	font-size: 36px;
	color: #FFFFFF;
	line-height: 110%;
	background: #19b6e4;
	background: -webkit-linear-gradient(#19b6e4, #51cfec);
	background: -o-linear-gradient(#19b6e4, #51cfec);
	background: -moz-linear-gradient(#19b6e4, #51cfec);
	background: linear-gradient(#19b6e4, #51cfec);	
}
.sheetBlock > .title .date { font-size: 18px; float: right; font-weight: normal; }
.sheetBlock .location { font-family: 'bebas_neue'; font-size: 24px; color: #005192; }
.listBlock > .title .back, .sheetBlock > .title .back { float: right; font-family: 'bebas_neue'; font-size: 22px; color: #FFFFFF; font-style: italic; }
.listBlock .list, .sheetBlock .content {
	background-color: #51cfec;
	border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;
}
.listBlock .list .container-fluid, .sheetBlock .content .container-fluid, article .container-fluid { border-radius: 10px; border-top: 10px solid #078fd2; background-color: #078fd2; padding: 0; }
.listBlock .list .item {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-color: #FFFFFF;
}
.listBlock > .container-fluid { padding-left: 0; padding-right: 0; }
/*.listBlock .list .item:first-child { border-top: none; }*/
.listBlock .list .whiteBg .item { border-top: 5px solid #e7e7e7; }
.listBlock .list .whiteBg .item:last-child { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }

.listBlock .item .cellPicture { padding-left: 0; }
.listBlock .list .item .cellPicture img { border-top-left-radius: 10px; }
.listBlock .list .item .cellPicture img { border-bottom-left-radius: 10px; }
.listBlock .item .cellContent { padding-top: 15px; padding-bottom: 15px; }
.listBlock .item .title {
	font-family: 'bebas_neue';
	font-size: 24px;
	color: #1f1f1f;
}
.listBlock .item .text { font-family: 'Montserrat'; font-size: 16px; color: #1f1f1f; padding-left: 15px; }

.sheetBlock .content .whiteBg { padding: 30px 30px; font-family: 'Montserrat'; font-size: 14px; color: #1f1f1f; }
.sheetBlock .content ul { margin: 15px; padding-left: 0px; list-style: none; position: relative; }
.sheetBlock .content li:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f0da";
	position: absolute;
	left: -10px;
}
.sheetBlock .focus {
	border-radius: 10px;
	padding: 5px 15px;
	background-color: #e7e7e7;
}

/* Articles list */
.articleList article { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px dotted #005192; }
.articleList article .title { font-family: 'bebas_neue'; font-size: 24px; color: #005192; line-height: 110%; margin-bottom: 10px; }
.articleList article .date { font-family: 'bebas_neue'; font-size: 18px; color: #005192; }
.articleList article .text { font-family: 'Montserrat'; font-size: 14px; color: #1f1f1f; }
article { font-family: 'Montserrat'; font-size: 14px; color: #1f1f1f; }
article .img-thumbnail { border: none; }
article .whiteBlock {
	border-radius: 10px;
	background-color: #FFFFFF;
	padding: 30px;
}
article .whiteBlock h2:first-child { margin-top: 0; }
article .container-fluid { margin-bottom: 30px; }

.site { margin-bottom: 10px; }
.site .title { font-family: 'bebas_neue'; font-size: 24px; color: #005192; line-height: 110%; margin-bottom: 10px; text-align: center; }
.site .title img { float: none; }

/* Le saviez-vous */
.saviezVous { font-family: 'Montserrat'; font-size: 14px; color: #1f1f1f; background-color: #FFFFFF; border-radius: 30px; float: right; position: absolute; z-index: 0; width: 90%; right: 0; margin-top: 120px; padding: 50px 30px 30px; }


/* Right column */
.rightColNewsletter { background-color: #61a20e; padding-bottom: 30px; box-shadow: 2px 2px 0 0 rgba(0,0,0,0.1); margin-bottom: 30px; }
.rightColNewsletter .title { background-color: #9dcb3b; font-family: 'bebas_neue'; font-size: 28px; color: #FFFFFF; padding: 15px 30px; position: relative; }
.rightColNewsletter .title:after {
	top: 100%;
	left: 50px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #9dcb3b;
	border-width: 15px;
	margin-left: -15px;
}
.rightColNewsletter .text { font-family: 'Montserrat'; font-size: 16px; color: #FFFFFF; padding: 30px 30px 15px; }
.rightColNewsletter .field { border-radius: 25px; height: 50px; background-color: #9dcb3b; margin: 0 30px; padding: 5px 5px 5px 25px; }
.rightColNewsletter .field input[type='email'], .rightColNewsletter .field input[type='text'] { background-color: transparent; border: none; font-family: 'Montserrat'; font-size: 18px; color: #FFFFFF; height: 40px; width: 75%; }
.rightColNewsletter .field input[type='email']:focus, .rightColNewsletter .field input[type='text']:focus {border: 0 none; outline: none;}
.rightColNewsletter .field input[type='email']::-webkit-input-placeholder, .rightColNewsletter .field input[type='text']::-webkit-input-placeholder { color: #eeeeee; font-style: italic; font-weight: 100; }
.rightColNewsletter .field input[type='email']:-moz-placeholder, .rightColNewsletter .field input[type='text']:-moz-placeholder { color: #eeeeee; font-style: italic; font-weight: 100; }
.rightColNewsletter .field input[type='email']::-moz-placeholder, .rightColNewsletter .field input[type='text']::-moz-placeholder { color: #eeeeee; font-style: italic; font-weight: 100; }
.rightColNewsletter .field input[type='submit'] { font-family: 'bebas_neue'; font-size: 24px; color: #FFFFFF; background-color: #d00000; cursor: pointer; border-radius: 20px; border: none; padding: 0 15px; float: right; height: 40px; }
.rightColNewsletter .itemMarker { font-family: 'Montserrat'; color: #FFFFFF; margin: 0 15px 10px 15px; padding-bottom: 10px; border-bottom: 1px dotted #FFFFFF; }
.rightColNewsletter .itemMarker .name { font-weight: bold; }
.rightColNewsletter .itemMarker a { color: #FFFFFF; }

.rightColFB { background-color: #FFFFFF; padding-bottom: 0px; box-shadow: 2px 2px 0 0 rgba(0,0,0,0.1); }
.rightColFB .title { background-color: #e7e7e7; font-family: 'bebas_neue'; font-size: 28px; color: #005192; padding: 15px 30px; position: relative; }
.rightColFB .title:after {
	top: 100%;
	left: 50px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #e7e7e7;
	border-width: 15px;
	margin-left: -15px;
}
.rightColFB .text { font-family: 'Montserrat'; font-size: 16px; color: #1f1f1f; padding: 30px 30px 15px; }

/* Accordion */
.listBlock .accordion { background-color: #078fd2; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.panel-group { background-color: #FFFFFF; margin-bottom: 10px; }
.panel-group .panel + .panel {  }
.panel-group .panel { border: none; border-radius: 0; box-shadow: none; }
.panel-group .panel:first-child { background-color: #51cfec; }
.panel-group, .panel-group .panel:last-child, .panel-group .panel:last-child .panel-collapse, .panel-group .panel:last-child .panel-body { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.panel-group .panel .panel-heading {
	background-color: #078fd2;
	font-family: 'bebas_neue';
	font-size: 32px;
	color: #FFFFFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.panel-group .panel .panel-title { font-size: 24px; }
.panel-group .panel .panel-collapse { background-color: #078fd2; }
.panel-group .panel-collapse > .panel-body {
	background-color: #FFFFFF;
	border-top: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-family: 'Montserrat';
	font-size: 16px;
	color: #1f1f1f;
}

.hiddenPanel { display: none; margin-top: 15px; }

/* Tags */
.tagRound {
	border-radius: 125px;
	width: 250px;
	height: 250px;
	border: 10px solid #FFFFFF;
	background-position: no-repeat center;
	background-size: cover;
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	-moz-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	transition: all .4s ease-in;
	padding-top: 15px;
	position: relative;
	z-index: 0;
}
.tagRound .hiddenPanel { display: none; text-align: left; padding: 5px 15px; font-family: 'Montserrat'; font-size: 12px; line-height: 100%; margin-top: 0; }
.tagRound .tag {
	font-family: 'bebas_neue';
	font-size: 28px;
	color: #FFFFFF;
	background: rgba(67,213,240,0.7);
	padding: 5px 10px;
	display: inline-block;
	margin-top: 135px;
}
.tagRound:hover {
	background: #FFFFFF;
	background-image: none;
	background-position: none;
	border: 10px solid #43d5f0;
	border-radius: 0;
	-moz-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	transition: all .4s ease-in;
	position: relative;
	z-index: 1;
}
.tagRound:hover .tag { background: rgba(67,213,240,1); margin-top: 0; }

/* Article */
article .sheetBlock .content ul.links {list-style: none;}
article .sheetBlock .content ul.links li:before {display: none;}
article .sheetBlock .content ul.links li i {color: #005192;}

/* Tags list */
.tagsListContainer { border-radius: 10px; border-top: 10px solid #078fd2; background-color: #078fd2; padding: 0; }
.tagsList {
	background-color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
}
.tagsList .title { font-family: 'bebas_neue'; font-size: 24px; color: #078fd2; }
.tagsList ul { margin: 0; padding: 0; }
.tagsList li { height: 24px; border-radius: 12px; background-color: #078fd2; color: #FFFFFF; font-family: 'bebas_neue'; font-size: 16px; display: inline-block; padding: 1px 10px; }
.tagsList li a { color: #FFFFFF; }
.tagsList li.on { background-color: #d00000; }

/* Pagination */
.pagination {font-family: 'bebas_neue'; font-size: 22px; }
.pagination>li>a {background-color: #d00000; color: #ffffff; border: 0 none;}
.pagination>.active>a {border: 0 none; background-color: #900000;}
.pagination>li:hover>a {border: 0 none; background-color: #B00000; color: #FFFFFF;}
.pagination>li:first-child>a {border-top-left-radius: 20px; border-bottom-left-radius: 20px;}
.pagination>li:last-child>a {border-top-right-radius: 20px; border-bottom-right-radius: 20px;}


/* Footer */
.footerSocial {
	background-color: #252525;
	font-family: 'Montserrat';
	font-size: 24px;
	color: #FFFFFF;
	padding: 30px 0;
}
.footer {
	background-color: #1d1d1d;
	font-family: 'Montserrat';
	font-size: 18px;
	color: #FFFFFF;
	padding: 15px 0;
}
.footer a { color: #FFFFFF; }
.footer a:hover { text-decoration: underline; }
.footer ul { list-style: outside none none; text-align: center; display: inline-block; margin: 0; }
.footer li { float: left; margin: 15px 10px; }
.socialIcon {
	background: #4267B2;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    padding: 5px;
    color: #FFFFFF;
    font-size: 28px;
    display: inline-block;
    transition: all .2s;
    margin: 0 10px;
}
.socialIcon.facebook { background: #4267B2; }
.socialIcon.youtube { background: #FF0000; }
.socialIcon.instagram {
	background: #d6249f;
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
	box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
.socialIcon:hover { color: #FFFFFF; transform: scale(1.1); }

/* Vidéos */
#videoGallery1, #videoGallery2, #videoGallery3 { cursor: pointer; }
.homeSecondVideo a { color: #FFFFFF; }
.homeMainVideo .thumb { min-height: 190px; background-position: center; background-size: cover; }
.sheetBlock .video { background-color: #f2f2f2; padding-bottom: 1px; cursor: pointer; }
.sheetBlock .video .videoTitle { margin: 10px; min-height: 62px; }
.videoGallery ul li .demo-gallery-poster {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.15s ease 0s;
}
.videoGallery .video .demo-gallery-poster img, .homeMainVideo .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}
.videoGallery ul li .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 65px;
    transition: opacity 0.3s ease 0s;
}
.homeMainVideo .demo-gallery-poster img {
    left: 50%;
    margin-left: -25px;
    margin-top: -10px;
    opacity: 0.5;
    position: absolute;
    top: 160px;
    transition: opacity 0.3s ease 0s;
}
.videoGallery > ul {
  margin-bottom: 0;
}
.videoGallery > ul > li {
    float: left;
    margin-bottom: 15px;
    /*margin-right: 20px;*/
    /*width: 200px;*/
}
.videoGallery > ul > li a {
  border: 3px solid #FFF;
  border-radius: 3px;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}
.videoGallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.videoGallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.videoGallery > ul > li a:hover .videoGallery-poster > img {
  opacity: 1;
}
.videoGallery > ul > li a .videoGallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.videoGallery > ul > li a .videoGallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.videoGallery > ul > li a:hover .videoGallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.videoGallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}
.videoGallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.videoGallery .justified-gallery > a:hover .videoGallery-poster > img {
  opacity: 1;
}
.videoGallery .justified-gallery > a .videoGallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}
.videoGallery .justified-gallery > a .videoGallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
.videoGallery .justified-gallery > a:hover .videoGallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}
.videoGallery .video .videoGallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px;
}
.videoGallery.dark > ul > li a {
  border: 3px solid #04070a;
}
.home .videoGallery {
  padding-bottom: 80px;
}
.sheetBlock .content ul.list-unstyled {
    list-style: outside none none;
    padding-left: 0;
    margin: 0;
}
.sheetBlock .content ul.list-unstyled li:before { content: ""; }

div.alert {
	border-radius: 0;
	box-shadow: 0 0 0 transparent;
}

div.alert-success {
	border: 0 none;
	background: #61a20e;
	color: #FFFFFF;
}

div.alert-warning {
	border: 0 none;
	background: #FBC02D;
	color: #FFFFFF;
}

div.alert-danger {
	border: 0 none;
	background: #d00000;
	color: #FFFFFFFF;
}

#map { height: 645px; max-height: 645px; box-shadow: 2px 2px 0 0 rgba(0,0,0,0.1); }
#listMarkers { max-height: 450px; overflow: scroll; }
