/* slider home */
#top-slider .blackveil{
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding-left:10%;
	padding-right:10%;
	box-sizing: border-box;
}
#top-slider .blackveil p{
	color:#fdfdfd;
	max-width: 1200px;
	margin-top:25px;
	margin-bottom:25px;
}

/* zone expertise home */
.tuiles{
	margin-top:30px;
	margin-bottom: 60px;
	display: flex;
	flex-flow: row wrap;
}
.tuiles-title{
	margin-top:50px;
    text-transform: uppercase;
    font-weight: 700;
}
.tuiles .single-tuile {
	border-radius: 5px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.25);
	width: calc(33.3333% - 7px);
    height: 250px;
    position: relative;
    overflow: hidden;
}
.tuiles .tuile-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;
}
.tuiles .single-tuile:hover .tuile-bg{
	transform: scale(1.15);
}
.tuiles .blackveil{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
	padding: 0px 0px 10px 20px;
    box-sizing: border-box;
    background-color: unset;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

.single-tuile:nth-of-type(1), .single-tuile:nth-of-type(2), .single-tuile:nth-of-type(3){
	margin-bottom: 10px;
}
.single-tuile:nth-of-type(1), .single-tuile:nth-of-type(4){
	margin-right: 10px;
}
.single-tuile:nth-of-type(3), .single-tuile:nth-of-type(6){
	margin-left: 10px;
}
.single-tuile h3{
	margin-bottom:0;
	color:#fdfdfd;
}
.single-tuile p{
	font-weight: 600;
    color: #DE9934;
    font-size: 15px;
}

/* zone produits */
.products-background{
	background-position: center center;
	background-size:cover;
}
.products-veil{
	padding-top:45px;
	padding-bottom:50px;
	text-align: center;
	background-color: rgba(252, 0, 5, 0.7);
}
.products-veil h2{
	margin-bottom:0px;
	font-size: 40px;
	margin-top: 0px;
}
.products-veil .products-baseline{
	color:#fdfdfd;
	margin-bottom:40px;
	font-size: 20px;
}

.products-container{
	display: flex;
	padding-left:8%;
	padding-right:8%;
}
.single-product{
    box-shadow: 3px 3px 6px rgba(0,0,0,0.25);
	border-radius: 5px;
	width: calc(90% / 3); 
	background-color: #f5f5f5;
	padding:10px 20px 100px 20px;
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.single-product:nth-of-type(1){
	margin-right: 2.5%;
}
.single-product:nth-of-type(2){
	margin-left: 2.5%;
	margin-right: 2.5%;
}
.single-product:nth-of-type(3){
	margin-left: 2.5%;
}
.single-product h3{
	text-align: left;
	width: 100%;
	margin-bottom: 15px;
}
.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: sans-serif;
    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 8% 50px 8%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news-events h2{
	margin-top: 0px;
	width: 100%;
	text-align: left;
    text-transform: uppercase;
    font-weight: 700;
}

/* posts lists */
.posts-container{
	display: flex;
	flex-flow: row wrap;
}
.single-post{	
	width: calc(90% / 3); 
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 20px;
}
.single-post:nth-of-type(3n-2){
	margin-right: 2.5%;
}
.single-post:nth-of-type(3n-1){
	margin-left: 2.5%;
	margin-right: 2.5%;
}
.single-post:nth-of-type(3n){
	margin-left: 2.5%;
}
.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: sans-serif;
    font-weight: 600;
    text-align: right;
    color: #fc0005;
    font-size: 15px;
    margin-top: 10px;
}
.post-thumb{
	box-shadow: 3px 3px 6px rgba(0,0,0,0.25);
    background-position: center center;
    background-size: cover;
    height:17vw;
    width: 100%;
	border: 1px #666 solid;
	border-radius: 5px;
}
#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: 1300px;
}
.footer-column{
	width: 25%;
    padding-left: 40px;
    padding-right: 40px;
}
.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;
}
.footer-menu li a, .footer-column a{
	font-family: Montserrat;
    color: #888;
    font-weight: 400;
    font-size: 15px;
	line-height: 30px;
}
.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 8% 75px 8%;
}
.page-content.sidebar{
    display: flex;
    align-items: flex-start;
}
.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;
}
.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 {
	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{
    background-position: center center;
    background-size: cover;
    height:17vw;
    width: 100%;
	border: 1px #666 solid;
	border-radius: 5px;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.25);
}

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