@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ExtraBold.eot');
    src: url('fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('fonts/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-SemiBold.eot');
    src: url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.eot');
    src: url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.eot');
    src: url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

/* slider home */
#top-slider a {
	margin-left: 2rem;
	margin-right: 2rem;
	margin-top:4rem;
}

#top-slider .blackveil{
	display: flex;
	justify-content: start;
	flex-direction: column;
	padding-left:2%;
	padding-right:2%;
	box-sizing: border-box;
	align-items: left;
	padding-top: 80px;
}
#top-slider .blackveil p{
	color:#fdfdfd;
	max-width: 1200px;
	margin-top:10px;
	margin-bottom:10px;
    background: #000000a0;
    font-family: 'Montserrat';
    padding: 2rem;
    font-size: 20px;
    line-height: 1.6rem;
}

b, strong {
	font-weight: bold;
}

/* zone expertise home */
.tuiles{
	margin-top:30px;
	margin-bottom: 60px;
	padding-left: 2%;
	padding-right: 2%;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap:2rem;
}
.tuiles-title{
	margin-left:8%;
	margin-right:8%;
	margin-top:50px;
    text-transform: uppercase;
    font-weight: 700;	
}
.tuiles .single-tuile {
	margin: auto;
	border-radius: 5px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.25);
	width: calc((100% - 2 * 2rem) / 3);
    min-height: 17vw;
    position: relative;
    overflow: hidden;	
}
/*
.tuiles .single-tuile:nth-of-type(1)
{
	transform: rotate(-2deg);
}
.tuiles .single-tuile:nth-of-type(2)
{
	transform: rotate(4deg);
}
.tuiles .single-tuile:nth-of-type(3)
{
	transform: rotate(3deg);
}
.tuiles .single-tuile:nth-of-type(4)
{
	transform: rotate(2deg);
}
.tuiles .single-tuile:nth-of-type(5)
{
	transform: rotate(-2deg);
}
.tuiles .single-tuile:nth-of-type(6)
{
	transform: rotate(-2deg);
}
*/

.tuiles .tuile-bg, .product-bg {
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	background-position: center center;
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.product-bg {
	z-index: 0;
}
/*
.single-product:nth-of-type(1) {
	transform: rotate(3deg);
}

.single-product:nth-of-type(2) {
	transform: rotate(-4deg);
}

.single-product:nth-of-type(3) {
	transform: rotate(1deg);
}*/


.tuiles .single-tuile:hover .tuile-bg,
.single-product:hover .product-bg{
	transform: scale(1.15);
}
.tuiles .blackveil, .single-product .blackveil {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
	padding: 0px 10px 10px 10px;
    box-sizing: border-box;
    background-color: unset;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
	z-index: 2;
}

.single-tuile h3, .single-product h3 {
	margin-top: 1rem;
	margin-bottom:0;
	color:#fdfdfd;
	text-shadow: 0px 0px 5px black;
}
.single-tuile p, .single-product p {
	font-weight: 600;
    color: #DE9934;
    font-size: 15px;
}

.single-application:hover .application-thumb, .single-post:hover .post-thumb{
	transform: scale(1.15);
}

.application-thumb, .post-thumb{
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: -1;
}

/* zone produits */
.products-divider-top{
	background-color:#ff4f4f;
	clip-path: ellipse(120% 80% at -10% 90%);
	min-height:100px;
}

.products-divider-bottom{
	background-color:#ff4f4f;
	clip-path: ellipse(120% 80% at 110% 10%);
	min-height:100px;
	position:relative;
	z-index: -1;
}

.products-veil{
	padding-top:45px;
	padding-bottom:50px;
	text-align: left;
	background-color: rgba(255, 255, 255, 0);
}
.products-veil h2{
	text-transform: uppercase;
	padding-left:8%;
	padding-right:8%;
	margin-bottom:0px;
	margin-top: 0px;
}

/*.products-veil .products-baseline{
	color:#fdfdfd;
	margin-bottom:40px;
	font-size: 20px;
}*/

.products-container{
	display: flex;
	padding-left: 2%;
	padding-right: 2%;
	justify-content: center;
	gap: 2rem;
	background-color:#ff4f4f;
}
.single-product{
    box-shadow: 3px 3px 6px rgba(0,0,0,0.25);
	border-radius: 5px;
	width: calc((100% - 2 * 2rem) / 3); 
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
	min-height: 17vw;
	overflow:hidden;
}

.single-product h3{
	text-align: left;
	width: 100%;
	margin-bottom: 15px;
	color: #f5f5f5;
	text-shadow: 0px 0px 5px black;
}
.single-product p{
	text-align: left;
	width: 100%;
	color: #666;
    font-size: 15px;
}
.product-link{
	background:#fc0005;
    width: 180px;
    margin: 0 auto;
    border-radius: 10px;
    padding: 18px 10px 18px 10px;
    text-align: center;
    color: #fdfdfd;
    font-family: montserrat;
    font-size: 15px;
    font-weight: 400;
    position: absolute;
    bottom: 25px;
    box-shadow: 3px 3px 6px rgba(0,0,0,0.25)
}

/* zone News and events */
.news-events{
	background-color: #f5f5f5;
    padding: 45px 0 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news-events h2{
	padding-left: 8%;
	padding-left: 8%;
	margin-top: 0px;
	width: 100%;
	text-align: left;
    text-transform: uppercase;
    font-weight: 700;
}

/* posts lists */
.posts-container{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	margin-top: 30px;
	padding-left: 2%;
	padding-right: 2%;
	gap: 2rem;
}
.single-post{	
	width: calc((100% - 2 * 2rem) / 3); 
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.post-title{
    margin: 10px 0px 5px 0px;
    line-height: 22px;
    width: 100%;
    text-align: left;
}
.single-post p{
	color: #666;
    text-align: left;
    font-size: 15px;
    width: 100%;
}
.post-link{
	font-family: montserrat;
    font-weight: 600;
    text-align: right;
    color: #fc0005;
    font-size: 15px;
    margin-top: 10px;
}

#all-posts-link{
	display: block;
	margin-top: 50px;
}

/* pagination */
.adcis-pagination{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.adcis-pagination-prev{
	margin-right: 20px;
}

.adcis-pagination-next{
	margin-left: 20px;
}

.page-numbers{
	color:#000;
	font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid #000;
    letter-spacing: 1px;
    padding-bottom: 6px;
}

.page-numbers.current{
	border-bottom:0;
}

/* page recherche */
.search-results-container{
	margin-top:-30px;
}
.single-search-result{
	margin-top:30px;
	display: block;
}
.single-search-result .post-title{
	color:#121210;
}


/* single post page */

.top-banner{
	height: 55vh;
	max-height: 400px;
	position: relative;
	width:100%;
	background-position: center center;
	background-size:cover;
}

.top-banner .post-title{
	color:#fdfdfd;
	font-size:40px;
	text-transform: uppercase;
}

.top-banner .blackveil{
	display: flex;
	justify-content: center;
	align-items:center;
	padding-left: 8%;
	padding-right: 8%;
	box-sizing: border-box;
}

.post-page-content{
	padding-right:40px;
	padding-top:75px;
}

.post-page-content h2{
	color:#323875;
}

.post-flex-container{
	display:flex;
	padding-left:8%;
	padding-right:8%;
}


.pagination-link a{
    font-family: sans-serif;
    font-weight: 500;
    color: #fc0005;
}
.pagination-link a:hover{
	border-bottom: 2px solid #fc0005;
}

/* footer */
.footer{
	padding:50px 0px 50px 0px;
	display: flex;
	justify-content: center;
	background-color:#121210;
}
.footer-content{
	display: flex;
	padding:0 8% 0 8%;
	max-width: 1800px;
}
.footer-column{
	width: 25%;
    padding-left: 40px;
    padding-right: 40px;
	max-width: 450px;
}
.footer-column p {
    color: #888;
    font-weight: 400;
    font-size: 15px;
}
.footer-column h3{
	color:#fdfdfd;
	margin-top:0;
	margin-bottom: 5px;
}
p.footer-title{
	margin-bottom: 10px;
	color:#fdfdfd;
}
.footer-menu{
	padding:0;
	margin:0;
}
.footer-menu li.menu-item{
	justify-content: flex-start;
    align-items: start;
	margin-bottom: 6px;
}
.footer-menu li a, .footer-column a{
	font-family: Montserrat;
    color: #888;
    font-weight: 400;
    font-size: 15px;
	line-height: 20px;
}
.footer-menu li a:hover, .footer-column a:hover{
    color: #fdfdfd;
}
.footer-menu li.current-menu-item a{
	border-bottom: 0;
}
.social-networks{
	margin-top: 10px;
	display: flex;
	flex-flow: row wrap;
}
a.single-social-network{
	margin-right: 7px;
	font-size: 20px
}
a.single-social-network:hover{
	color:#fc0005;
}
.copyrights{
	height:60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color:#121210;
}
.copyrights p {
    color: #888;
    font-weight: 400;
    font-size: 15px;
}

/* --- page content --- */
.page-content{
    padding:75px 6% 75px 6%;
}
.page-content.sidebar{
    display: flex;
    align-items: flex-start;
    justify-content:space-between;
    flex-direction:row;
    gap:6%;
}
.page-content.white{
	background-color: #fdfdfd;
}
.page-loop{
	width: 70%;
	padding-right:30px;
	box-sizing: border-box;
	margin-top: -30px;
}


/* page title */
.page-title {
	background-color: #8B8B8B;
	padding:5px 25px 5px 25px;
	text-align: center;
}
.page-title h2{
    margin: 0;
    color: #fdfdfd;
    font-size: 35px;
    font-weight: 600;
    text-transform: uppercase;
}

/* sidebar */
.sidebar-header{
	border-radius : 5px 5px 0 0;
	background-color: #8B8B8B;
	text-align: center;
	padding:27.5px 25px 27.5px 25px;
}
.sidebar-header h3{
    margin: 0;
    color: #121210;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
.expertise-page .sidebar-header h3{
	color: #121210;	
}

.page-sidebar{
	background-color: #F5F5F5;
	width: 30%;
	box-sizing: border-box;
  	box-shadow: 3px 3px 6px rgba(0,0,0,0.25);
	border-radius: 5px;
	position:sticky;
	top:70px;
}
.sidebar-list-container{
	margin-top:30px;
	padding: 0px 15px 0px 15px;
}
ul.list-sidebar{
	margin-top: 0px;
	padding-left: 0px;
	text-align: center;
}
ul.list-sidebar li{
	position: relative;
	list-style: none;
	margin-bottom: 15px;
}
ul.list-sidebar li p{
	font-size:17px;
}
.sidebar-adress{
    text-align: center;
    padding-top: 30px;
}

/* img-block */
.main-img-container{
	background-color: #8B8B8B;
	width: 100%;
	display: flex;
	justify-content: center;
}
.image-block{
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.page-img{
	max-width: 100%;
}
/* video block */
.video-block{
	margin-top: 50px;
	width: 100%;	
}
.video-block video {
	width: 100%;
	max-height: 800px;
}
.yt-iframe-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video-block iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* text block */
.textblock{
	margin-top: 30px;
	width: 100%;	
}
.textblock h1{
	color:#121210;
}
.textblock h2{
	margin-top: 0;
	margin-bottom: 15px;
}
.textblock h3{
    margin-bottom: 10px;
    margin-top: 15px;
}
.textblock li{
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #666;
}
/* certification block */
.certification-block{
	padding:20px 30px 20px 30px;
	text-align: center;
	margin-top: 30px;
}
.certification-block p{
	color:#8B8B8B;
}
/* list block */
ul.list-block {
	margin-top:10px;
	list-style: none;
	padding-left: 65px;
}
ul.list-block li{
	position: relative;
	margin-bottom: 15px;
	color:#666;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 300;
}
ul.list-block li::before{
    position: absolute;
    content: "■";
    display: block;
    left: -27px;
    top: -2px;
}
.listblock h2{
	margin-bottom: 15px;
}
/* sidebar links */
.sidebar-links-container{
    padding: 0px 25px 15px 25px;
    text-align: center;
}
.sidebar-links-container a{
	display: block;
	font-family: sans-serif;
	font-weight: 500;
	margin-top: 20px;
	color: #fc0005;
}
.sidebar-links-container a.plaquette-link{
	margin-top: 0px;
}
.sidebar .sidebar-links-container .main-link{
	margin:0 auto;
	color:#fdfdfd;
	margin-top: 30px;
	border-radius: 10px;
}
/* applications */
.applications-container{
	display: flex;
	flex-flow: row wrap;
}
.single-application{
	width: calc(90% / 3); 
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.single-application:nth-of-type(3n-2){
	margin-right: 2.5%;
}
.single-application:nth-of-type(3n-1){
	margin-left: 2.5%;
	margin-right: 2.5%;
}
.single-application:nth-of-type(3n){
	margin-left: 2.5%;
}
.application-title{
	font-family: Montserrat;
	margin: 10px 0px 5px 0px;
    line-height: 22px;
    width: 100%;
    font-weight: 700;
    font-size: 22px;
}
.single-application p{
    color: #666;
    font-size: 15px;
}
.application-thumb-container, .post-thumb-container{
	/*border: 1px #666 solid;*/
	border-radius: 5px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.25);
	overflow: hidden;
	height:17vw;
	width: 100%;
}

.application-thumb, .post-thumb{
    background-position: center center;
    background-size: cover;
	height:100%;
	width: 100%;
}

/* partenaires */
.partenaires-container{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.single-partenaire{
    width: 170px;
    height: 130px;
    margin-right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-partenaire img{
    max-width: 100%;
    max-height: 100%;
}

/* download page */
ul.download-list-block {
	list-style: none;
	padding-left: 38px;
	margin-top:10px;
}
ul.download-list-block li{
	position: relative;
	margin-bottom: 15px;
}
li.download-row{
	display: flex;
}
li.download-row a, li.download-row button {
	color: #666;
	display: flex;
}
li.download-row a p {
	overflow-wrap: anywhere;
}
li.download-row span.version {
  font-weight: normal;
}
li.download-row span.filesize {
  font-weight: normal;
  font-size: 12px;
  position: relative;
  left: 2px;
}
li.download-row span.language {
  font-weight: bold;
  font-size: 12px;
  position: relative;
  left: 2px;
}
li.download-row a p, li.download-row button p {
	font-weight: bold;
}
li.download-row a .fas, li.download-row button .fas{
	margin-right: 10px;
}
li form{
	display: flex;
}
.download-row.protected{
	flex-direction: column;
}
.download-row.protected a:hover{
	cursor: pointer;
}
.dl-protect-form button{
	margin-top: 5px;
}
.download-row.protected .dl-protect-form{
	padding-top: 15px;
	display: none;
}
.download-row.protected .dl-protect-form.visible{
	display: block;
}

/* messidor page */
#messidor-sidebar .sidebar-links-container{
	padding-bottom: 5px;
}
form[name=dlForm1]{
	text-align: center;
}
form[name=dlForm1] a{
	font-family: sans-serif;
    font-weight: 500;
	color:#fc0005;
}
a.step2{
    font-family: sans-serif;
    font-weight: 500;
    color: #fc0005;
    display: block;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
}
/* bandeau cookies */
.cookie-notice-container {
    padding: 25px 10% 25px 10%;
    box-sizing: border-box;
    text-align: center;
}

.cookie-notice-container #cn-notice-text{
	display: block;
	font-family: sans-serif;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.cookie-notice-container #cn-notice-text a{
	color:#fdfdfd;
	border-bottom: 2px solid #fdfdfd;
}

#cookie-notice .cn-button {
    margin-left: 10px;
    display: inline;
    background: none;
    box-shadow: none;
    border-bottom: 2px solid #fdfdfd;
    border-radius: 0;
    padding: 0;
    font-family: sans-serif;
    padding-bottom: 2px;
    font-size: 15px;
}

div.videos-container {
	display: flex;
	flex-flow: row wrap;
}

div.video-item-block2 {
	flex-direction: column;
	align-items: flex-start;
	width: calc(33%);
}

div.video-item-block {
	border: 1px outset #888;
	margin-right: 10px;
	margin-bottom: 10px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.25);
	border-radius: 5px;
	background-color: #eee;
	width: calc(100% - 10px);
}

div.video-item-block span {
	color: #666;
	margin: 7px 5px 5px 5px;
	font-size: 13px;
}

div.video-item-block span.cc-lang, div.video-item-block span.mic-lang {
	font-family: arial;
	font-weight: 600;
	font-size: 10px !important;
	margin: 0px !important;
	color: #000;
}

div.video-item-block i.fa-film {
	margin-right: 5px;
	color: #000;
}

div.video-item-block div.lyte-wrapper {
	margin: 0px !important;
}

div.video-title-bar {
	display: flex;
	justify-content: space-between;
	width: 100%;
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

div.video-informations {
	margin: 5px;
	width: 80px;
	text-align: right;
}

div.video-download {
	margin: 2px;
	width: 100%;
}

div.video-download a {
	width: 100%;
	margin-left: 5px;
}
div.video-download a p {
	display:inline-block;
	margin-bottom: 0px;
}

div.video-download form {
	margin-top: 5px;
	text-align: center;
}
div.video-download form button.download-button-custom {
	padding: 0px 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100px;
	height: 30px;
	margin-bottom: 0px;
}
div.video-download ul {
	margin-top: 0px;
	padding-left: 0px;
}
div.video-download li {
	width: 100%;
	margin-bottom: 5px;
}

div.video-download .download-row.protected .dl-protect-form {
	padding-top: 2px;
}

div.old p {
	margin-top: 15px;
}
div.old img {
	margin: 5px;
}
div.old img.right {
	float: right;
}
div.old div#vhMenu ul {
	display: inline-flex;
	list-style-type: none;
    flex-wrap: wrap;
}
div.old div#vhMenu ul li {
	margin-right: 10px;
}
div.old span.note {
	vertical-align: super;
	font-size: 12px;
}
div.old div#faqMenu ul {
	display: inline-flex;
	list-style-type: none;
    flex-wrap: wrap;
}
div.old div#faqMenu ul li {
	margin-right: 30px;
}
div.old div.photoCourtesy {
    display: inline-block;
    width: 0px;
    height: 10px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 8px;
    font-style: italic;
    margin-right: 5px;
}div.old div.imgcenter p.imglegend {
	text-indent: 0px;
}
div.old p.imglegend, div.old p.imglegendsmall {
    text-align: center;
    margin: 0;
    padding: 0 0 5px 0;
    font-style: italic;
    font-weight: bold;
}
div.old div.imgcenter {
    text-align: center;
}
div.old span.VideoThumbnail {
    border-radius: 5px;
    background: url(/images/Multimedia/PlayIconTransparent.png) no-repeat;
    width: 120px;
    height: 90px;
    display: block;
    text-align: center;
    margin: 5px auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
}
div.old span.VideoThumbnail2 {
    border-radius: 5px;
    background: url(/images/Multimedia/PlayIconTransparent2.png) no-repeat;
    width: 160px;
    height: 90px;
    display: block;
    text-align: center;
    margin: 5px auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;
}
div.old a.PlayButton {
    background: url(/images/Multimedia/PlayIconTransparent.png) no-repeat;
    width: 120px;
    height: 90px;
    display: block;
}
div.old a.PlayButton:hover {
    background: url(/images/Multimedia/PlayIcon.png) no-repeat;
}
div.old a.PlayButton2 {
    background: url(/images/Multimedia/PlayIconTransparent2.png) no-repeat;
    width: 160px;
    height: 90px;
    display: block;
}
div.old a.PlayButton2:hover {
    background: url(/images/Multimedia/PlayIcon2.png) no-repeat;
}
div.old ul.movies li {
    line-height: 30px;
    list-style-type: none;
    background: url(/images/ADCIS2014_BGListMoviesSmall.png) no-repeat left top;
    padding: 1px 1px 1px 34px;
    margin: 0;
}
div.old ul.moviesDL li {
    line-height: 30px;
    list-style-type: none;
    background: url(/images/ADCIS2014_BGListMoviesSmallDownload.png) no-repeat left top;
    padding: 1px 1px 1px 34px;
    margin: 0;
}
div.old ul.movies2 li {
    line-height: 30px;
    list-style-type: none;
    background: url(/images/ADCIS2014_BGListMoviesSmallSound.png) no-repeat left top;
    padding: 1px 1px 1px 34px;
    margin: 0;
}
div.old ul.moviesDL2 li {
    line-height: 30px;
    list-style-type: none;
    background: url(/images/ADCIS2014_BGListMoviesSmallDownloadSound.png) no-repeat left top;
    padding: 1px 1px 1px 34px;
    margin: 0;
}
div.old ul#planning {
    padding-top: 50px;
}
div.old div.Group {
    position: relative;
}
div.old div.Group img#i3 /* 8 */
{
	display: none;
	bottom: 0%;
	right: 70%;
	border-color: #9fc128 !important;
}

div.old div.Group img#i4 /* 9 */
{
	display: none;
	bottom: 2.5%;
	right: 44%;
	border-color: #e56e12 !important;
}

div.old div.Group img#i5 /* 10 */
{
	display: none;
	bottom: 14%;
	right: 22%;
	border-color: #0b6127 !important;
}

div.old div.Group img#i2 /* 11 */
{
	display: none;
	bottom: 35%;
	right: 0%;
	border-color: #1a6dad !important;
}

div.old div.Group img#i1 /* 12 */
{
	display: none;
	bottom: 70%;
	right: 0%;
	border-color: #eeac38 !important;
}

div.old div.Group img#i6 /* 13 */
{
	display: none;
	bottom: 53%;
	right: 15%;
	border-color: #C3171E !important;
}



div.old div.Group img#i8 /* 3 */
{
	display: none;
	top: 0%;
	left: 70%;
	border-color: #9fc128 !important;
}

div.old div.Group img#i9 /* 4 */
{
	display: none;
	top: 2.5%;
	left: 44%;
	border-color: #e56e12 !important;
}

div.old div.Group img#i10 /* 5 */
{
	display: none;
	top: 14%;
	left: 22%;
	border-color: #0b6127 !important;
}

div.old div.Group img#i11 /* 2 */
{
	display: none;
	top: 35%;
	left: 0%;
	border-color: #1a6dad !important;
}

div.old div.Group img#i12 /* 1 */
{
	display: none;
	top: 70%;
	left: 0%;
	border-color: #eeac38 !important;
}

div.old div.Group img#i13 /* 6 */
{
	display: none;
	top: 53%;
	left: 15%;
	border-color: #C3171E !important;
}
div.old table.Center
{
	width: 100%;
	height: 100%;
	border-collapse: collapse;
    text-align: center;
}

div.old table.Center td
{
	height: 100%;
	padding: 0;
	vertical-align: middle;
}


div.old div.Group div.TextContainer1
{
	margin:auto;
	vertical-align: middle;
}

div.old div.Group div.TextContainer2
{
	position: relative;
	z-index: 100;
	margin-top: 295px;
	margin-bottom: 295px;
	display: inline-block;
	text-align: left;
	margin-left:255px;
	margin-right:255px;
	border-width: 2px;
	border-color: #c8292c;
	background-color: #fff;
}

div.old div.Group div.TextContainer2 div.TextContent
{
	margin: 15px;
	position: relative;
	z-index: 100;
}

div.old div.Group div.TextContainer2 div.TextContent ul
{
	margin-left: 35px;
}

div.old div.TextContent img
{
	margin: 0px;
}

div.old div.TextContent p
{
	margin-top: 0px;
}

div.old div.Group img.iGroup
{
	border-radius: 5px;
	position: absolute;
	height: 30%;	
	margin: 0px;
	padding: 0px;
	border-width: 1px;
	border-color: black;
	border-style: outset;
}

div.old div.Group div.TextContainer img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

div.old table#t1, div.old table#t2
{
	width: 100%;
	height: 100%;
}

div.old table#t1 tr, div.old table#t2 tr
{	
	vertical-align: top;
	height: 50%;
}

div.old table#t1 tr td, div.old table#t2 tr td
{	
	height: 50%;
	width: 33%;
}
div.old div.subGroup, div.old div.TextContent
{
	zoom: 60%;
}
div.old dl.application dt {
    font-size: 20px;
}
div.old div.livebox {
	margin-top: 100px;
}
div.old a.RelatedMovies {
	float: right;
}
div.old table.fg {
	color: #666;
}
div.old td.fg_descr {
	font-weight: 800;
	color: #000;
}
div.old td.fg-descrChild {
	font-style: italic;
	color: #000;
}
div.old a.PDFDownload {
	float: right;
}
div.old .tcsplayer_inline {
	width: 100%;
	height: 100vh;
}

ul.nav-tabs {
	margin-bottom: 10px;
}

ul.nav-tabs li {
	color: #b3b3b3;
}

ul.nav-tabs li a {
	color: inherit !important;
	display: block;
	padding: 10px;
	border: 4px solid transparent;
}
ul.nav-tabs li a.active {
	border-bottom: 4px solid #b3b3b3;
}
.yt_lyte {
	height: 0px;
/*	padding-bottom: 56.25%;*/
	background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.05));
}
