﻿span {
	-webkit-box-sizing: initial !important;
    box-sizing: content-box !important;
}

select::-ms-value {background: none;}
@media screen and (min-width: 1201px)
    {

html {	
    margin:0;
	padding:0;
	height:100%;
    font-size: 14px;
}


body {
    background-color: #edeeee !important;
    font-family: "trebuchet MS";
    font-size: 1em;
    height: 100%;
    margin: 0;
    padding: 0;
}

p {
    color: #262626;
    margin:5px 0 15px
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 26px;
    text-transform: uppercase;
}

h2 {
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5 {
    text-align: left;   
}

ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

/** ALWAYS BOTTOM FOOTER - STICKY FOOTER **/
/** Le code ci-aprÃ¨s, sur #s4-bodyContainer, est nÃ©cÃ©ssaire pour maintenir le footer sur le bas de page dans le cas ou le contenu de celle-ci est moins important que la hauteur de la fenÃªtre **/
/** http://getbootstrap.com/2.3.2/examples/sticky-footer.html **/

#s4-bodyContainer {
	min-height:100%;
	position:relative;
	
}


/* ---------------------- TESTS ---------------------- */

a, li{
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;   
}

/** FIX SHAREPOINT **/

#full-wrapper {
	min-height:100%;
	position:relative;
}

#s4-bodyContainer #full-wrapper {
    min-height: auto;
    position: static;
}

#s4-bodyContainer {
  padding-bottom: 0;
}

.ms-webpartzone-cell {
  margin: 0;
}


/** MAIN CONTENT **/

#content {
    width: 1200px;
	margin: 0 auto;
	display: block;
    position: relative;
    padding-bottom: 100px;
}

.main {
	margin-top: 0;
    margin-bottom: 20px;
}


.clear-both {
    clear: both;
}

/** FOOTER **/

footer {
    background-color: #2f2e2e;
    border-bottom: 3px solid #0e78bd;
    margin-top: 30px;
    height: 83px;
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
}

footer ul {
    width: 1100px;
    margin: 0 auto;
  
}

footer ul li {
    float: left;
    width: 16%;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    height: 80px;
    vertical-align: middle;
}

footer ul li a{
    background: url(../img/sprite-footer-icons.svg) no-repeat;
}

footer ul li a:link {
    display: inline-block;
    line-height: 30px;
    color: #9d9d9d;
    margin-top: 30px;
    padding-left: 35px;
}

footer ul li a:visited {
    color: #9d9d9d;
}

.f-archives{
}

.f-join{
    background-position: 0 -30px;
}

.f-contact{
    background-position: 0 -60px;
}

.f-notice{
    background-position: 0 -90px;
}

.f-map{
    background-position: 0 -120px;
}

footer ul li a:hover {
    color: #fff;
}


/*-----------------GRILLES-----------------*/


/**FULL WIDTH**/
.full-width {
    padding: 10px 50px 10px 30px;
}

.full-width:after {
    content: "";
    display: table;
    clear: both;
}


/**COLONNE**/

.side {
	display: block;
	overflow: auto;
}

.side-content {
	margin: 50px 50px 50px 20px;
	padding: 50px;
	background-color: white;
    padding-bottom: 20px;
}

#left-zone {
    max-width:870px;
    display: block;
    float: left;
    padding-left: 30px;
    width: 100%;
}

#right-zone {
    width:330px;
    float: left;
    padding-right: 50px;
}


/*-----------------MODULES-----------------*/



/**FILTER>>>>>**/

.filter-mobile
{
	display:none;
}
.sdv-filter {
    background-color: #e2e2e2;
    margin: 0 0 0 20px;
    display: block;
    color: white;
    text-transform: uppercase;
}

.liste-container {
	margin: 0 0 0 50px;
}

.liste-industry,
.liste-country {
    float: left;
    margin: 10px 2.5%;
	width: 45%;
}
/**LinkTracker>>>>>**/

#LinkTrack {
    height: 130px;
    background-color: #b3b3b3;
    margin: 10px 0 20px 20px;
    width: 260px;
    text-align: center;

}
.full-width #LinkTrack
{
	
	display:none;
}
.link-title {
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
   	display: block;
	height: 58px;
	background: url(../img/Logo_LINK.png) no-repeat center;
	vertical-align: middle;
    line-height: 44px;
    text-align: center;
}

/*.link-title:before {
    content: url(../img/link-logo.png);
    margin-right: 15px;
}*/

.link-body {
    padding-top: 10px;
}

.link-body h4 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    text-align: center;
}

#sdv-search {
    background-color: #fff;
    line-height: 25px;
    margin: 10px 30px 0;
    display: block;
    position: relative;
    text-align: left;
}

#sdv-search input {
    border: 0;
    height: 30px;
}

#sdv-search input {
    width: 80%;
    padding-left: 10px;
}


#sdv-search .search-button input {
    display: none;
}

/*
#sdv-search .search-button{
    position: absolute;
    padding: 0 5px;
    right: 0;
    height: 27px;
}*/

#sdv-search a[type="button"]:link {
	color:#868686;
}

#sdv-search a[type="button"]:visited {
	color:#868686;
}

#sdv-search a[type="button"].glyphicon {
    color: #868686;
    line-height: 29px;
    padding: 0 0 0 12px;
}

/**TIMELINE>>>>>**/


.timeline {
    margin: 20px 0 10px 20px;
    text-align: center;
    border: 1px solid #fff;
    padding: 20px 0;
}

.timeline-inner {
    position: relative;
}

/* ICI on definit la hauteur de la timeline en fonction du nombre d'annees a afficher, comme suit : 
height = [76px (height item 36px + margin bottom 40px) x items aÂ  afficher] - 40px (margin bottom dernier item) */

.timeline-list-container {
    height: 264px; /* (76x4)-40 */
    overflow: hidden;
    text-align: center;
}

.timeline ul{
    position: relative;
    margin: 0 80px;
    font-weight: bold;
    z-index: 30;
    overflow: hidden;
}

.timeline li{
    margin-bottom: 40px;
    background-color: #edeeee;
    position: relative;
}

.timeline li:last-child{
    margin: 0;
}

.timeline li a{
    color: #5cc5be;  
}

.timeline li a:link{
    padding-top: 2px;
    line-height: 30px;
    font-size: 16px;
    text-decoration: none;
    color: #5cc5be;
    border: 2px solid #5cc5be;
    display: block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.timeline li a:hover{
    border: 2px solid #fff;
    background-color:#5cc5be;
    color: #fff;
}

.timeline .arrow-up,
.timeline .arrow-down{
    margin: 20px auto;
    display: block;
    z-index: 40;
    position: relative;
    cursor: pointer;
}

.timeline .vertical-line{
    position: absolute;
    top: 0;
    width: 2px;
    left: 50%;
    height: 100%;
    background-color: #bbb;
    z-index: 20;
    margin-left: -1px;
}


/**NEWS**/

.news-meta, .news-meta a:link,
.news-meta a:visited {
    color: #868686;
}

.news-big h2,
.news-small h2,
.breaking-news h2{
    text-transform: uppercase;
}

.news-big,
.news-small,
.breaking-news,
.breaking-actu{
    background-color: #fff;
    margin: 10px 0 10px 20px;
    width: 260px;
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
}

.news-big{
    height: 540px;
}

.news-small{
    height: 260px;
}

.news-big:hover,
.news-small:hover{
 background-image: url(../img/bg-trame.png);   
}

/**BREAKING NEWS**/

.breaking-actu{
    width: 560px;
    height: 560px;
    margin: 0;
    background-color: transparent;
}

.breaking-news{
    width: 540px;
    height: 260px;
    background: url(../img/breaking-news-icon.png) no-repeat 10px 30px transparent;
    border: 1px solid #fff;
}

.breaking-news .news-text{
    padding-left: 100px;
}

/**NEWS-BOX**/
.news-img{
display:block;
height:260px;
overflow: hidden;
position: relative;
width: 260px;
}

.news-img img{
	min-height: 260px;
	max-height: 260px;
	min-width: 260px;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;    
    -webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
    -moz-transition: all 0.2s ease-in-out; /* Firefox */
    -ms-transition: all 0.2s ease-in-out; /* IE 9 */
    -o-transition: all 0.2s ease-in-out; /* Opera */
    transition: all 0.2s ease-in-out;
}

.news-big:hover .news-img img{
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);   
}

.etiquette{
	position: absolute;
	right: 0;
	padding: 2px 7px;
	text-transform: uppercase;
	color: #fff;
}

.news-big .etiquette{
	bottom: 0;
}

.news-small .etiquette{
	top: 0;
}

.news-text{
	padding: 20px;
    max-height: 210px;
    overflow:hidden;
}

.news-big .news-text{
    max-height: 230px;
}

.news-small .logo-offre{
	width: 200px;
	height: 100px;
	margin: 0 auto;
    text-align: center;
    line-height: 100px;
}

.news-small .logo-offre img{
	max-width:220px;
	max-height:120px;
	vertical-align:middle;
}


/*-----------------SDV EN IMAGES VIDEO -----------------*/



figure {
    cursor: pointer; 
    width: 260px; 
    height: 260px; 
    position: absolute; 
    margin: 0 auto; 
    overflow: hidden; 
    background-color: #000; 
}

video {
    max-width: 100%; 
    min-width: 100%; 
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

figcaption { 
    background: url(../img/play-icon.png); 
    display: none; 
    height: 60px; 
    width: 60px; 
    position: absolute; 
    right: 50%; 
    top: 50%; 
    margin: -30px -30px 0 0;
}

figcaption a { 
    text-decoration: none; 
    font-size: 1.5em; 
    margin-right: .5em; 
    vertical-align: middle; 
    position: absolute;
}


/*-----------------SHARE BAR-----------------*/


.sdv-share-icon,
.sdv-share-bar .share-icon,
.news-small a[title="Download"]{
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.news-small a[title="Download"]{
	background-image:url(../img/download-gris.png);
    position: absolute;
	bottom: 15px;
	left: 20px;
}

.sdv-share-icon{
    background: url(../img/sdv-share-icon.png) no-repeat;
	position: absolute;
	bottom: 15px;
	right: 10px;
}

.sdv-share-bar div[title="Plus"]{
	background-image:url(../img/plus.png);
}


.sdv-share-bar div[title="Facebook"]{
	background-image:url(../img/facebook.png);
}


.sdv-share-bar div[title="Twitter"]{
	background-image:url(../img/tweeter.png);
}

.sdv-share-bar div[title="LinkedIn"]{
	background-image:url(../img/in.png);
}

.sdv-share-bar div[title="Google+"]{
	background-image:url(../img/gplus.png);
}

.sdv-share-bar {
  background-color: greenyellow;
}


.sdv-share-bar .share-left{
	display: inline-block;
	margin-left: 20px;
	margin-top: 13px;
}

.sdv-share-bar .share-right{
  float:right;
  margin-right: 20px;
  margin-top: 11px;
}

.sdv-sep {
  display:inline-block;
  height:10px;
    margin: 5px 0;
  border-right:1px solid #FFF;
}

.sdv-share-bar .share-right div.share-icon{
  display:inline-block;
}
 

.sdv-share-bar .share-left div{
    display: block;
}

.sdv-share-bar {
height:46px;
width:100%;
position:absolute;
bottom: -38px;
}


/*-----------------MODELES BLOCKS-----------------*/
.center-icon{
position:absolute;
left:50%;
top:50%;
margin-left:-30px;
margin-top:-30px;
}

/*Offres*/
.offres .news-text{
	text-align: center;
}

.offres .accroche{
	margin-top: 20px;
	font-size: 18px;
	line-height: 24px;
}
.ContentScroll h2{
	font-size: 36px;
	margin-top: 30px;
}
.chiffres-cles .legende{
	font-size: 20px;
	line-height: 20px;
}

/*Chiffres cles*/

.chiffre-clefs-container h2{
	font-size: 32px;
	margin-top: 30px;
}

.chiffres-cles .legende{
	font-size: 20px;
	line-height: 20px;
}

.breaking-news h2{
    font-size: 30px;
	margin-top: 20px;
}


/*-----------------CATEGORIES-----------------*/


.etiquette {
    font-size:12px;
}

/*INSTITUTIONNEL*/
.institutionnel h2,
.institutionnel .news-date{
	color: #0075BC;
}

.institutionnel .etiquette,
.institutionnel .sdv-share-bar{
	background-color: #0075BC;
}

/*SUJETS DE FOND*/
.sujets-fond h2,
.sujets-fond .news-date {
	color: #6502cb;
}

.sujets-fond .etiquette,
.sujets-fond .sdv-share-bar{
	background-color: #6502cb;
}


/*ACTUALITE*/
.actualites h2,
.actualites .news-date,
.actualites h2 {
	color: #63c5be;
}
.actualites .etiquette,
.actualites .sdv-share-bar{
	background-color: #63c5be;
}

/*BREAKING NEWS*/

.breaking-news .etiquette,
.breaking-news .sdv-share-bar{
	background-color: #ee085f;
}

.breaking-news h2,
.breaking-news .news-date {
	color: #ee085f;
}


/*----------------- GABARITS -----------------*/

/*-- GABARIT 1 BLOCS --*/

.blocs-header{
    padding: 20px 50px 40px;
    height: auto;
    background-color: #fff;
    margin: 10px 0 10px 20px;
    position: relative;
}

.blocs-header h1{
    margin-bottom: 5px;
    text-transform: uppercase;
}

.blocs-accroche{
    color: #414141;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: light;
}

.blocs-header-content{
    width: 60%;   
}

.blocs-header .big-rectangle-button{
    width: 40%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 40px 30px 0 0;
    border-top: 10px solid #0075BC;
    font-size: 1.1em;
}

.big-rectangle-button a:link{
    text-align: center;
    color: #fff;
    background-color: #0075BC;
    padding: 14px 30px;
    display: block;
    font-weight: bold;
}

.big-rectangle-button a{
    color: #fff;
}

.big-rectangle-button a:hover{
    color: #6502cb;
    background-color: #ccc;
}

.side-box{
    margin: 10px 0 10px 20px;
    padding: 30px;
    background-color: #fff;
}

/*-- BOXES LATERALES / COLONNE DROITE --*/


.big-rectangle-button.download-icon a{
    padding: 14px 20px 14px 50px;
    background: url(../img/download-blanc.png) transparent no-repeat 15px 11px;
    text-align: left;
}

.big-rectangle-button.subscribe-icon a{
    padding: 14px 20px 14px 50px;
    background: url(../img/subscribe-blanc.png) transparent no-repeat 15px 11px;
    text-align: left;
    
}

.side-box h3{
    margin-top: 5px;
    text-transform: uppercase;
}

.side-box.blue-h3 h3, .blocs-actualites .side-box.blue-h3 h3 {
  color: #0075BC;
}
.blue-content p{
	color: #0075BC;
}
.side-box .big-rectangle-button{
    margin: 10px 0;
}

.tracking-app{
    position: relative;
    padding-bottom: 0;
}
.side-app{
	  padding-top: 540px
}
.tracking-app-header{
    width: 200px;
    min-height: 124px;
    margin-bottom: 30px;
    position: relative;
}

.tracking-app .iphone-app-icon{
    width: 60px;
    height: 124px;
    position: absolute;
    background: url(../img/iphone-app.png) no-repeat;
}

.tracking-app .tracking-app-header h3{
    padding-left: 75px;
    font-size: 21px;
    margin: 0;
    position: absolute;
   bottom: -20px;
   }

.tracking-app-text ul{
    list-style: disc outside none;
    padding-left: 10px;
    margin-left: 5px;
    font-size: 0.9em;
}

.side-content ul{
    padding-left: 10px;
    list-style: disc outside none;
    margin: 0 0 10px 10px;   
}

.services-sdv ul li:first-child{
    margin: 10px 0 0 0;   
}

.services-sdv ul li{
    margin-top: 5px;   
}

.tracking-app-text ul li{
    margin: 8px 0;
}

.download-app-links{
    background-color: #ccc;
    margin-left: -30px;
    width: 260px;
    padding: 20px 30px 40px 30px;
    margin-top: 40px;
}

.download-app-links p{
    color: #0075BC;
    text-align: center;
}

.download-app-links a:hover span{
    bottom: -20px;   
}

.download-app-links div{
    width: 60px;
    height: 60px;
    display: inline-block;
    position: relative;
}

.download-app-links span{
    position: absolute;
    display: block;
    height: 6px;
    width: 10px;
    background: url(../img/arrow-up-small.png) no-repeat;
    bottom: -25px;
    left: 45%;
    -webkit-transition: all 0.15s ease-in-out; /* Safari and Chrome */
    -moz-transition: all 0.15s ease-in-out; /* Firefox */
    -ms-transition: all 0.15s ease-in-out; /* IE 9 */
    -o-transition: all 0.15s ease-in-out; /* Opera */
    transition: all 0.15s ease-in-out;
}

.download-app-links .appstore{
    background: url(../img/appstore.png) no-repeat;
    margin-left: 30px;
}

.download-app-links .google-play{
    background: url(../img/googleplay.png) no-repeat;
    margin-left: 20px;
}


/*-- BLOCS SDV-LIVE --*/

.blocs-rdv-sdv-live .blocs-header .big-rectangle-button{
        border-top: 10px solid #6502cb;
}

.blocs-rdv-sdv-live .blocs-header h1{
    color: #6502cb;
}

.blocs-rdv-sdv-live .side-box.blue-h3 h3{
    color: #0075BC;
}

.blocs-rdv-sdv-live .side-box.violet-h3 h3{
    color: #6502cb;
}
 .big-rectangle-button.violet a:link, .blocs-actualites .big-rectangle-button.violet a:link
{
    background-color: #6502cb ;
}
.big-rectangle-button.violet a
{
	 background-color: #6502cb ;	
}
.big-rectangle-button.violet a:hover
{
	 color: #6502cb ;
	  background-color: #ccc ;	
}

.blocs-rdv-sdv-live .blocs-header .big-rectangle-button+big-rectangle-button{
    display: none;
}


.link-archives a:link{
    height: 260px;
    display: block;
    position: relative;
}

.link-archives span{
    position: absolute;
    bottom: 40px;
    display: block;
    top: inherit;
}

.link-archives.violet a:hover h2{
    color: #6502cb;
}

.link-archives.turquoise a:hover h2{
    color: #63c5be;
}

.link-archives.violet{
    background-color: #6502cb;
}

.link-archives.turquoise{
    background-color: #63c5be;
}

.link-archives:hover{
    background-color: #ddd;
}

.link-archives h2{
    color: #fff;
}

.link-archives .news-text{
    padding: 30px 40px 40px;   
}

.news-small.link-archives{
    background-image: none;   
}




.big-rectangle-button.violet a:hover{
    color: #6502cb;
    background-color: #ccc;
    
}

.big-rectangle-button.blue a:link, .blocs-actualites .big-rectangle-button.blue a:link{
    background-color: #0075BC;
}


.big-rectangle-button.blue a:hover{
    color: #0075BC;
    background-color: #ccc;
}
.big-rectangle-button.blue a
{
	 background-color: #0075BC;	
}

/*-- BLOCS Actualites --*/

.blocs-rdv-sdv-live .blocs-header .big-rectangle-button.subscribe-icon, .blocs-rdv-sdv-live .blocs-header .big-rectangle-button.download-icon
{
	display:none !important;
}


.blocs-actualites .blocs-header .big-rectangle-button{
        border-top: 10px solid #63c5be;
}

.blocs-actualites .blocs-header h1,
.blocs-actualites .side-box h3{
    color: #63c5be;
}

.blocs-actualites .big-rectangle-button a:link{
    background-color: #63c5be;
}

.blocs-actualites .big-rectangle-button a:hover{
    color: #63c5be;
    background-color: #ccc;
}

.sdv-archives-filters{
    padding-top:20px;
}
 
.sdv-archives-filters .sdv-btn-archives{
    width: 49%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    background-color: #ccc;
}

.sdv-btn-archives#btnews:hover,
.sdv-btn-archives#btnews.actif{
    background-color: #63c5be;
    color:#fff;
}
.sdv-btn-archives#btAwards:hover,
.sdv-btn-archives#btAwards.actif{
    background-color: #63c5be;
    color:#fff;
}
.sdv-btn-archives#btSDVLive:hover,
.sdv-btn-archives#btSDVLive.actif{
    background-color: #6502cb;
    color:#fff;
}

.sdv-btn-archives#btSDVLive.actif,
.sdv-btn-archives#btnews.actif{
    background: url(../img/arrow-white-up.png) bottom 50%;   
}

/*-- BLOCS Archives --*/

.blocs-archives .blocs-header{
    height: 196px;
    background-color: #e2e2e2;
}


.blocs-archives .blocs-header H1{
    padding-top: 5px;
    color: #0075BC;
}

.blocs-archives .blocs-header-content{
    width: 100%
}

.search-blocs .search-tool{
    display: table;   
}

.search-blocs .search-tool .search-field-blocs{
    display: table-cell;
    width: 100%;
}

.search-blocs .search-tool .search-icon-blocs{
    display: table-cell;
}

.blocs-archives .search-blocs{
    margin-top: 10px;
    right: 0;
    background-color: #fff;
    position: relative;
    border: 1px solid #ccc;
}

.search-icon-blocs button{
    padding: 0 10px 0 10px;
    background: none;
    border: none;
    line-height: 43px;
    width: 50px;
    top: 0;
    font-size: 17px;
}
#ButtonSearch{
   /* padding: 0 10px 0 10px;*/
    background: none;
    border: none;
    line-height: 43px;
    width: 50px;
    top: 0;
    font-size: 17px;
}
.search-field-blocs input{
    margin: 0;
    width: 100%;
    padding: 10px 20px 10px 50px;
    line-height: 20px;
    border: none;
    color: #666;
    font-size: 20px;
}

.blocs-archives .sdv-filter{
    margin-top: 0;
    height:50px;
}

/*-------------- GABARIT ARTICLES --------------*/


.layout-articles .bg-article{
    position: absolute;
  	left: 0;
  	/*top: 10px;*/
    top: 40px;
  	z-index: -1;
  	width: 870px;
  	height: 870px;
  	overflow: hidden;   
}

.layout-articles #left-zone{
    min-height: 870px;   
}

.layout-articles .bg-article img{
    height: 700px;
    max-width: 870px;
    min-width:870px;
}


.layout-articles .title-article{
    position: relative;
    overflow: auto;
    padding-left: 240px;
    margin-bottom: 40px;
    min-height: 199px
}
 .title-article.it{
    position: relative;
 	overflow: hidden;

    padding-left: 350px;
    margin-bottom: 40px;
    min-height: 323px;
}

.layout-articles .title-article .thumb-article
{
height:199px;
width:199px;
overflow:hidden;
position: absolute;
left: 0;
top: 0;    
}

.layout-articles .title-article .thumb-article img{
                      
	max-height: 199px;   
	min-width:199px;
}
.thumb-article-it
{
	height:323px;
width:309px;
overflow:hidden;
position: absolute;
left: 0;
top: 0;
}
.thumb-article-it img{
                      
	max-height: 323px;   
	min-width:309px;
}

.layout-articles .main-article{
    padding: 0 40px;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 40px;
}

.layout-articles .main-article img,
.layout-articles .main-article video{
    display: block;
    margin: 5px auto;
    max-width: 400px;
    
}

.layout-articles .intro-article{
    margin-left: -40px;
    padding-left: 32px;
}

.layout-articles .accroche-article{
    text-transform: uppercase;
    font-size: 20px;
    padding-left: 30px;
    margin: 40px 0;
    text-align: left;
}

.layout-articles .outils-article{
    position: relative;
    padding: 40px;
}

.layout-articles .outils-article .share-article{
    float: right;
}

.layout-articles .outils-article .get-article a{
    float: left;
    margin-right: 20px;
}

.layout-articles .outils-article .share-article .sdv-sep{
    border-right:1px solid #ccc;
    margin: 0 5px 5px;
}

.outils-article a{
	display: inline-block;
	width: 20px;
	height: 20px;
}

.outils-article a[title="Download"]{
	background-image:url(../img/download-gris.png);
}

.outils-article a[title="Print"]{
	background-image:url(../img/print-gris.png);
}


.outils-article a[title="Facebook"]{
	background-image:url(../img/facebook-gris.png);
}


.outils-article a[title="Twitter"]{
	background-image:url(../img/tweeter-gris.png);
}

.outils-article a[title="LinkedIn"]{
	background-image:url(../img/in-gris.png);
}

.outils-article a[title="Google+"]{
	background-image:url(../img/gplus-gris.png);
}

.outils-article a img{
	display:none
}


/*-- ARTICLES COULEUR ACTUALITES --*/

.layout-articles.actualites .intro-article{
    border-left: solid 8px #63c5be;
}

.layout-articles.actualites .title-article h1,
.layout-articles.actualites .title-article h2,
.layout-articles.actualites .main-article span{
    color: #63c5be;
}

.layout-articles.actualites .side-content{
    border-bottom: solid 8px #63c5be;
}

.layout-articles.actualites .accroche-article {
    color: #63c5be;
}


/*-- ARTICLES COULEUR INSTITUTIONNEL --*/

.layout-articles.institutionnel .intro-article{
    border-left: solid 8px #0075BC;
}

.layout-articles .services-sdv .intro-article{
    border-left: solid 8px #0075BC;
    margin-left: 0;
}

.layout-articles.institutionnel .title-article h1,
.layout-articles.institutionnel .title-article h2,
.layout-articles.institutionnel .main-article span,
.layout-articles .services-sdv .title-article h1,
.layout-articles .services-sdv h2,
.layout-articles .services-sdv .main-article span{
    color: #0075BC;
}


.layout-articles.institutionnel .side-content{
    border-bottom: solid 8px #0075BC;
}

.layout-articles.institutionnel .accroche-article {
    color: #0075BC;
}


/*-- ARTICLES COULEUR SUJETS DE FOND --*/

.layout-articles.fond .intro-article{
    border-left: solid 8px #6502cb;
}

.layout-articles.fond .title-article h1,
.layout-articles.fond .title-article h2,
.layout-articles.fond .main-article span{
    color: #6502cb;
}

.layout-articles.fond .side-content{
    border-bottom: solid 8px #6502cb;
}

.layout-articles.fond .accroche-article {
    color: #6502cb;
}

/*-- ARTICLES COULEUR OFFRES --*/

.layout-articles.offres .intro-article{
    border-left: solid 8px #0075BC;
}

.layout-articles.offres .title-article h1,
.layout-articles.offres .title-article h2,
.layout-articles.offres .main-article span{
    color: #0075BC;
}

.layout-articles.offres .side-content{
    border-bottom: solid 8px #0075BC;
}

.layout-articles.offres .accroche-article {
    color: #0075BC;
}


/*-------------- GABARIT - GABARIT 3 MODIFIE - PRESENTATION SDV --------------*/


.side-content.pres-sdv{
    padding: 0;   
}


/* ROW BASE + ELEMENTS BASE */


.row-pres{
    width: 100%;
    display: block;
    clear: both;
    overflow: auto;
}

.pres-sdv .pres-left{
    float: left;
    width: 40%;
    height: 100%;
    padding: 50px;
}

.pres-sdv .pres-right{
    padding: 20px;
    float: left;
    width: 60%;
    height: 100%;
}
.pres-right p{
	line-height: 1.3;
}
.pres-sdv p.pres-accroche{
    
    font-size: 17px;
    color: #0075BC;
}

.small-rectangle-button a{
    display: inline-block;
    margin: 10px 0;
    padding: 5px 18px;/*5px 18px;*/
    background-color: #0075BC;
    color: #fff;
}

.small-rectangle-button a:visited{
    color: #fff;   
}

.small-rectangle-button a:hover{
    background-color: #ccc;
    color: #0075BC;
}




/* ROW 1 INTRO */


.pres-sdv .title-pres h1{
    color: #0075BC;
    text-transform: uppercase;
    margin: 10px 0;
}

.pres-sdv .title-pres h2{
    color: #666;
    margin: 10px 0;
}

.pres-sdv .title-pres-text{
    float: left;
    width: 388px;
    height: 268px;
    padding: 20px;
}

.pres-sdv .title-pres-media{
    float: left;
    width: 382px;
    height: 268px;
    background-color: #000;
    overflow: hidden;
}

/* VIDEO */

.title-pres-media figure {
    width: 382px; 
    height: 268px; 
}

.title-pres-media .etiquette{
    display: none;   
}

.title-pres-media .sdv-share-bar{
    display: none;   
}

/*
.title-pres-media video {
    max-width: 100%;
    top: auto;
    bottom: 0;
}
*/

.title-pres-media figcaption { 
    height: 60px; 
    width: 60px; 
}

:-webkit-full-screen video{
    width: 100%;
    height: 100%;
}

/* ROW 2 CHIFFRES */

.chiffres-pres.row-pres{
    background-color: #0075BC;
}

.pres-sdv .chiffres-pres .pres-left{
    padding-right: 0;   
}

.rank-item{
    width: 120px;
    display: inline-block;
    color: #fff;
    padding: 20px 30px 0 0;
}

.rank-item span{
    font-size: 24px;
    font-weight: bold;
    font-style: oblique;
}

.pres-sdv .chiffres-pres .chiffres-pres-intro{
    background-color: #f4f4f4;
}

.pres-sdv .chiffres-pres-position h3,.pres-sdv .chiffres-pres-position-intro h3{
    color: #fff;
    margin: 0;
    font-size: 22px;
    font-weight: lighter;
    text-transform: uppercase;
}

.rank-item-details{
   display: inline-block;
    color: #fff;
    padding: 20px 30px 0 0;
    font-size: 0.8em;
    /* font-size: 1.1em; */
    line-height: 0.05;
}
.rank-item-details span{
    font-size: 16px;
    font-weight: bold;
    font-style: oblique;
}
.pres-sdv .chiffres-pres .chiffres-pres-intro{
    background-color: #f4f4f4;
    height: 450px;
    padding:50px;
}
.chiffres-pres-intro p{
    line-height: 2;
}
.pres-sdv .chiffres-pres-position-intro{

     padding: 20px 20px 10px 30px;
}
.pres-sdv .chiffres-pres-position{

     padding: 50px;
}
/* ROW BLUE BACKGROUND */

.pres-sdv .pres-blue-bg{
    background-color: #f3f6f9
}

.pres-sdv .row-pres img{
    padding: 0 0 50px;
    display: block;
    margin: 50px auto;
    max-width: 100%;
}

/* OUTILS */

.pres-sdv .outils-article{
    margin: 20px 20px;    
}

/*-------------- GABARIT 4 - SERVICES SDV --------------*/



.layout-articles .side-content.services-sdv{
    background-color: transparent;
    padding: 0;
}

.layout-articles .services-sdv .title-article h2{
    color: #666;
    text-transform: uppercase;
}


.layout-articles .services-sdv .services-item{
    background-color: #fff;
    padding: 50px;
    width: 100%;
    display: block;
    height: auto;
    clear: both;
    overflow: auto;
}

.layout-articles .technos-item{
    background-color: #fff;
    width: 100%;
    display: block;
    height: auto;
    clear: both;
    overflow: auto;
    margin: 40px 0;
}
.notre-politique-tab
{
	display:none	
}

.layout-articles .services-sdv .services-item .services-col-left,
.layout-articles .technos-col-left{
    float: left;
    width: 35%;
    height: 100%;
    padding-right: 40px;
}

.layout-articles .services-sdv .services-item .services-col-left img,
.layout-articles .technos-col-left img{
    max-width: 100%;
    margin: 20px auto; 
}

.layout-articles .services-sdv .services-item .services-col-right,
.layout-articles .technos-col-right{
float: left;
width: 65%;
height: 100%;
}

.layout-articles .services-sdv .bg-article+.services-item{
    border-bottom: 0;
}

.layout-articles .services-sdv .services-item{
    border-bottom: solid 8px #0075BC;
    margin-top: 30px;
}

.layout-articles.technos .side-content{
    border-bottom: solid 8px #00bdf0;
}

.layout-articles .services-sdv .services-item h2{
    text-transform: uppercase;
}

.layout-articles .services-sdv .services-item h3{
    margin: 0 0 30px;
    color: #666;
    font-size: 20px;
    color: #0075BC;
}


.services-item .small-rectangle-button a::before{
    content: "+";
    margin-left: -10px;
    margin-right: 5px;
    font-weight: bold;
    font-size: 16px;
}

.specific-solutions p:first-child{
	background-color: #2f2e2e !important;
    color:white;
    line-height: 34px;
    background-color: #fff;
    /*margin: 10px 0 10px 20px;*/
    margin: 0px 0 10px 20px;
    width: 260px;
    float: left;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}



/*-------------- GABARIT 4 - MEDIAS --------------*/


.gabarit-medias .small-rectangle-button a{
    width: 260px;
    margin-left: 20px;
    padding: 5px 10px 5px 20px;
    text-transform: uppercase;
}

.gabarit-medias .small-rectangle-button a::after{
    content:"\203A";
    font-size: 26px;
    line-height: 18px;
    float: right;
}

.gabarit-medias .small-rectangle-button a{
    background-color: #63c5be;
    color: #fff;
}

.small-rectangle-button a:visited{
    color: #fff;   
}

.small-rectangle-button a:hover{
    background-color: #ccc;
}


/*-------------- GABARIT 4 - DEVELOPPEMENT DURABLE --------------*/

.sustainability .side-content{
    padding: 0;   
}

.sustainability .title-pres{
    position: relative;
}

.sustainability .title-pres-text{
    padding: 60px 0 0 80px;
    width: 350px;
    min-height: 268px;
}

.sustainability .title-pres-text h1,
.technos h1{
    color: #0075BC;
}
.sustainability .title-pres-text h2,
.technos h2{
color: #666;
text-transform: uppercase;
    line-height: 30px;
    margin-top: 0;
}
.technos .ContentScroll h2 {
	color: #63c5be;
}

.sustainability .title-pres-media{
    position: absolute;
    top: 0;
    right: 0;
    width: 382px;
    height: 268px;
    overflow: hidden;
}

.sustainability .title-pres-media img{
    min-width: 382px;
    min-height: 268px;
    max-height: 500px;
    max-width: 400px;
}

.sustainability .intro-article{
    margin: 50px 80px 50px 50px;
}

.sustainability .small-rectangle-button a:hover{
    color: #0075BC;
}

.accordion-title{
    margin-bottom: 3px;
}

.accordion-title a{
    background-color: #f4f4f4;
    padding: 0 50px;
    line-height: 46px;
    display: block;
    background: url(../img/dropdown.png) no-repeat #f4f4f4 right 50%;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
}

.accordion-content{
    padding: 50px;
    display: none;
}

.accordion-grid{
    clear: both;
    height: auto;
    overflow: auto;
}

.accordion-grid-item{
    border: 1px solid #0075BC;
    float: left;
    width: 50%;
    line-height: 50px;
    text-align: center;
    color: #0075BC;
}

.accordion-content.default{
    display: block;
}

.sustainability-rapport{
    padding: 50px;
    background-color: #f4f4f4;
    margin: 30px 0;
}

.sustainability-rapport span{
    font-weight: bold;   
}


.onglets-wrap{
    margin: 0 0 0 0.50%;
    clear: both;
    height: 45px;
}

.side-content ul.onglets-wrap{
    list-style: none;
    padding: 0;
    margin: 0;
}

.onglet-title{
    width: 33%;
    float: left;
}

.onglet-title+.onglet-title{
    margin-left: 0.25%;
}

.onglet-title a{
    text-align: center;
    color: #fff;
    background-color: #0075BC;
    line-height: 45px;
    display: block;
    font-weight: bold;
}

.onglet-title.active a{
    background-color: #0075BC;
}

#tab1,
#tab2,
#tab3,
#tab4{
    height: auto;
    overflow: auto;
    background: url("../img/nav-arrow.png") no-repeat 10% top;
}

#tab2{
    background-position: 35% top;   
}

#tab3{
    background-position: 60% top;   
}

#tab4{
    background-position: 85% top;   
}

.onglet-content-left{
    float: left;
    width: 35%;
    padding: 50px 0 50px 50px;
}

.onglet-content-right{
    float: left;
    width: 65%;
    padding: 50px 50px 50px 50px;
}

.tabs-content>div:not(:first-of-type){
    display: none;
}
    .tabs-content .news-small
 {
	display:none;	
}


/*--------------- Downloader SDV LIVE/SDV News-----------------*/

.downloader-sdv{
    margin: 40px auto;
    padding-left: 20px;
}

.downloader-sdv h1{
    margin-bottom: 20px;
    color: #666;
}

.downloader-sdv-item{
    display: table;
    margin-bottom: 10px;
    vertical-align: middle;
    position: relative;
    width: 100%;
    background-color: #fff;
}

.downloader-sdv-item .Date{
    padding: 0 10px;
    font-weight: bold;
    color: #999;
    display: table-cell;
    background-color: #f9f9f9;
    width: 15%;
    text-align: center;
    vertical-align: middle;
}

.downloader-sdv-item:hover .Date{
    color: #666;
}

.downloader-sdv-item .Date span.glyphicon{
    font-size: 13px;
    padding-right: 10px;
}

.downloader-sdv h2{
    font-size: 20px;   
    padding: 20px 20px 20px 40px;
    background-color: #fff;
}

.downloader-sdv-item p, .downloader-sdv a, .downloader-sdv h2{
    line-height: 30px;
    display: block;
    margin: 0;
}

.downloader-sdv-item h2 span{
    color: #666;
}

.downloader-sdv-item h2 span.glyphicon{
    color: #999;
    font-size: 14px;
    padding-right: 10px;
    margin-left: -20px;
}


.downloader-sdv-item .LeftContent{
    border-left: 0 solid;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;   
    display: table-cell;
    width: 65%;
}

.downloader-sdv-item a.RightContent{
    display: table-cell;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    width: 20%;
    text-align: center;
}

.downloader-sdv-item a.RightContent span.glyphicon{
padding-left: 10px
}
    
.downloader-sdv .downloader-sdv-item a.RightContent:hover{
    background-color: #ddd;
}

/* COLORS */

.violet .downloader-sdv-item a.RightContent:hover,
.violet .downloader-sdv-item a h2,
.violet .downloader-sdv-item a.LeftContent:hover span,
.violet .downloader-sdv-item:hover .Date span
{
    color: #6502cb;
}

.violet .downloader-sdv-item a.RightContent{
    background-color:  #6502cb;  
}

.violet .downloader-sdv-item .LeftContent{
    border-left: 0 solid #6502cb;  
}
.violet .downloader-sdv-item .LeftContent:hover {
    border-left-width: 8px;  
}  

.turquoise .downloader-sdv-item a.RightContent:hover,
.turquoise .downloader-sdv-item a h2,
.turquoise .downloader-sdv-item a.LeftContent:hover span,
.turquoise .downloader-sdv-item:hover .Date span
{
    color: #63c5be;
}

.turquoise .downloader-sdv-item a.RightContent{
    background-color:  #63c5be;  
}


.turquoise .downloader-sdv-item .LeftContent{
    border-left: 0 solid #63c5be;  
}
.turquoise .downloader-sdv-item .LeftContent:hover {
    border-left-width: 8px;  
}
.presentation-sdv .start-video {
   min-width: 30px;
  padding: 12px;
    margin-left: 160px;
  margin-top: 80px;
   background: url("../img/play-icon.png");
  width: 60px;
  height: 60px;
  position: absolute;
border: 0 !important;

}
   .news-small button{
  top: 84px;
  min-width: 30px;
  padding: 12px;
  /* margin: -30px -30px 0 0; */
  left: 97px;
  background: url("../img/play-icon.png");
  width: 60px;
  height: 60px;
  position: absolute;
border: 0 !important;
}
#player {

  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.ytp-title, .ytp-title-text, .html5-video-player,.html5-video-player a, .ytp-title-link, .yt-uix-sessionlink {
    font-family: Trebuchet MS !important;
    font-size: 12.5px;
    color:aqua;
}

}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------TABLETTE (-1200 px)----------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1200px)
{

html {	
    margin:0;
	padding:0;
	height:100%;
    font-size: 14px;
}


body {
    background-color: #edeeee !important;
    font-family: "trebuchet MS";
    font-size: 0.95em;
    height: 100%;
    margin: 0;
    padding: 0;
}

p {
    color: #262626;
    margin:5px 0 15px
}

a:hover {
    text-decoration: none;
}

h1 {
    font-size: 32px;
    text-transform: uppercase;
}

h2 {
	font-size: 18px;
}

h1,
h2,
h4,
h5 {
    text-align: left;   
}

h3{
    font-size: 1.65em;   
}

ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

/** ALWAYS BOTTOM FOOTER - STICKY FOOTER **/
/** Le code ci-aprÃƒÂ¨s, sur #s4-bodyContainer, est nÃƒÂ©cÃƒÂ©ssaire pour maintenir le footer sur le bas de page quand le contenu de celle-ci est moins important que la hauteur de la fenÃƒÂªtre **/
/** http://getbootstrap.com/2.3.2/examples/sticky-footer.html **/

#s4-workspace{
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch; 
}

#s4-bodyContainer {
	min-height:100%;
	position:relative;
}


/* ---------------------- TESTS ---------------------- */

a, li:not(.sdv-rss-item){
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;   
}

/** FIX SHAREPOINT **/

#full-wrapper {
	min-height:100%;
	position:relative;
}

#s4-bodyContainer #full-wrapper {
    min-height: auto;
    position: static;
}

#s4-bodyContainer {
  padding-bottom: 0;
}

.ms-webpartzone-cell {
  margin: 0;
}


/** MAIN CONTENT **/

#content {
    max-width: 1024px;
	margin: 0 auto;
	display: block;
    position: relative;
    padding-bottom: 120px;
    overflow: hidden;
}

.main {
	margin-top: 0;
    margin-bottom: 20px;
}


.clear-both {
    clear: both;
}

/** FOOTER **/

footer {
    background-color: #2f2e2e;
    border-bottom: 3px solid #0e78bd;
    margin-top: 30px;
    height: 83px;
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
}

footer ul {
    max-width: 1024px;
    margin: 0 auto;
  	min-width:640px;
}

footer ul li {
    float: left;
    width: 15%;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    height: 80px;
    vertical-align: middle;
}

footer ul li a{
    background: url(../img/sprite-footer-icons.svg) no-repeat;
}

footer ul li a:link {
    display: inline-block;
    line-height: 30px;
    color: #9d9d9d;
    margin-top: 30px;
    padding-left: 35px;
}

footer ul li a:visited {
    color: #9d9d9d;
}

.f-archives{
}

.f-join{
    background-position: 0 -30px;
}

.f-contact{
    background-position: 0 -60px;
}

.f-notice{
    background-position: 0 -90px;
}

.f-map{
    background-position: 0 -120px;
}

footer ul li a:hover {
    color: #fff;
}


/*-----------------GRILLES-----------------*/
.filter-mobile
{
	display:none;	
}


/**FULL WIDTH**/
.full-width,
#left-zone,
#right-zone
{
    padding: 0 4.8828125%;
}

.full-width:after {
    content: "";
    display: table;
    clear: both;
}


/**COLONNE**/

.side {
	display: block;
    position: relative;
    overflow: hidden;
}

.side-content {
	padding: 4.88281% 4.8828125%;
	background-color: white;
    padding-bottom: 20px;
    margin: 4.88281% 0 20px 0;
}

/*----------------- RESPONSIVE CHANGES STRUCTURE -----------------*/



#right-zone{
    position: absolute;
    display: block;
    height: 75px;
    overflow: hidden;
    top: 0;
}

#right-zone{
    width: 100%;   
}

#left-zone{
    padding-top: 75px;   
}
.full-width #LinkTrack
{
	
	display:none;
}


#LinkTrack,
.container-rss-small{
    float: left;
    display: block;
    width: 48.5%;
}

.layout-articles #left-zone,
.blocs-archives #left-zone,
.blocs-rdv-sdv-live #left-zone{
    padding-top: 0;   
}

.blocs-archives #right-zone,
.blocs-rdv-sdv-live #right-zone{
        display: none;
}

.layout-articles #right-zone{
    position: relative;
    height: inherit;
    display: table;
}

.layout-articles #right-zone .container-rss-big,
.layout-articles #right-zone .container-rss-small{
    display: none;
}

/*-----------------MODULES-----------------*/



/**FILTER>>>>>**/


.sdv-filter {
    background-color: #e2e2e2;
    margin: 10px 0;
    display: block;
    color: white;
    text-transform: uppercase;
    overflow: hidden;
}

.liste-container {
	margin: 0 0 0 50px;
}

.liste-industry,
.liste-country {
    float: left;
    margin: 10px 2.5%;
	width: 45%;
}
/**LinkTracker>>>>>**/

#LinkTrack {
    background-color: #b3b3b3;
    margin: 10px 0;
    text-align: left;
    position: relative;


}
.sdv-link{
    height: 65px;
    display: table;
    width: 100%;
}

.link-title {
    display: table-cell;
    padding: 0 10px 0 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    border-right: 1px solid #ccc;
    margin: 0;
    vertical-align: middle;
    width: 20%;
    min-width: 100px;
}

.link-title:before {
    content: url(../img/link-logo.png);
    margin-right: 5px;
}

.link-body {
    display: table-cell;
    height: 65px;
    vertical-align: middle;
    width: 80%;
    padding-right: 3%;
}

.link-body h4 {
    color: #fff;
    font-size: 14px;
    margin: 0;
    vertical-align: middle;
    line-height: normal;
    padding: 0 10px;
    display: table-cell;
    width: 30%;
}

#sdv-search {
    background-color: #fff;
    line-height: 25px;
    text-align: left;
    width: 65%;
    display: table-cell;
}

#sdv-search input {
    border: 0;
    height: 30px;
}

#sdv-search input {
    width: 75%;
    padding-left: 10px;
}


#sdv-search .search-button input {
    display: none;
}

#sdv-search .search-button{
    float: right;
    padding: 5px 10px 0 0;
}

#sdv-search a[type="button"]:link {
	color:#868686;
}

#sdv-search a[type="button"]:visited {
	color:#868686;
}

#sdv-search a[type="button"].glyphicon {
    color: #868686;
    line-height: 29px;
    /*padding: 0 0 0 12px;*/
    }
.search-icon-blocs {	
	position: absolute;
    right: 35px;
    top: 15px;
}

/**TIMELINE>>>>>**/


.timeline {
    margin: 20px 0 10px 20px;
    text-align: center;
    border: 1px solid #fff;
    padding: 20px 0;
}

.timeline-inner {
    position: relative;
}

/* ICI on definit la hauteur de la timeline en fonction du nombre d'annees a afficher, comme suit : 
height = [76px (height item 36px + margin bottom 40px) x items aÃ‚Â  afficher] - 40px (margin bottom dernier item) */

.timeline-list-container {
    height: 264px; /* (76x4)-40 */
    overflow: hidden;
    text-align: center;
}

.timeline ul{
    position: relative;
    margin: 0 80px;
    font-weight: bold;
    z-index: 30;
    overflow: hidden;
}

.timeline li{
    margin-bottom: 40px;
    background-color: #edeeee;
    position: relative;
}

.timeline li:last-child{
    margin: 0;
}

.timeline li a{
    color: #5cc5be;  
}

.timeline li a:link{
    padding-top: 2px;
    line-height: 30px;
    font-size: 16px;
    text-decoration: none;
    color: #5cc5be;
    border: 2px solid #5cc5be;
    display: block;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.timeline li a:hover{
    border: 2px solid #fff;
    background-color:#5cc5be;
    color: #fff;
}

.timeline .arrow-up,
.timeline .arrow-down{
    margin: 20px auto;
    display: block;
    z-index: 40;
    position: relative;
    cursor: pointer;
}

.timeline .vertical-line{
    position: absolute;
    top: 0;
    width: 2px;
    left: 50%;
    height: 100%;
    background-color: #bbb;
    z-index: 20;
    margin-left: -1px;
}


/**NEWS**/

ul.news{
    margin: 0 -1.15%;   
}

.news-meta, .news-meta a:link,
.news-meta a:visited {
    color: #868686;
}

.news-big h2,
.news-small h2,
.breaking-news h2{
    text-transform: uppercase;
}

.news-big,
.news-small,
.breaking-news,
.side-box {
    background-color: #fff;
    margin: 10px 1.15% 10px 1.15%;
    width: 31%;
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
}

.side-box {
    background-color: #fff;
     margin: -10px 1.15% 10px 1.15%; /* modified by najeh: spaces between bloc*/
    position: relative;
    overflow: inherit;
    vertical-align: top;
}

.side-box+.side-box{
    border-left: 10px solid #edeeee;
}
    
.news-big{
    height: 540px;
}

.news-small{
 	height: 260px;
 	
}
#right-zone .news-small{
width: 61%;
    position: absolute;
    top: 337px;
    left: 35px;
    z-index: 1000;
    }
.news-small img.reseau-mondial{
    width: 100%;   
}

.news-big:hover,
.news-small:hover{
 background-image: url(../img/bg-trame.png);   
}

/** HOMEPAGE NEWS CACHÃƒâ€°ES **/

ul.news>.news-big:nth-child(2),
ul.news>.news-small:nth-last-child(3)
{
    display: none;
}


/**BREAKING NEWS**/

.breaking-actu{
    width: 66.6%;
    margin: 10px 0;
    height: 540px;
    background-color: transparent;
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0 1.15%;

}

.breaking-news{
    width: 100%;
    margin: 0 0 20px 0;
    height: 260px;
    background: url(../img/breaking-news-icon.png) no-repeat 10px 30px transparent;
    border: 1px solid #fff;
}

.breaking-actu .news-small,
.breaking-actu .news-big{
    width: 48.5%;
    margin: 0;
}

.breaking-actu .news-small+.news-small,
.breaking-actu .news-big+.news-big{
    margin-left: 3%;   
}

.breaking-news .news-text{
    padding-left: 100px;
}


/**NEWS-BOX**/
.news-img{
display:block;
height:260px;
overflow: hidden;
position: relative;
}

.news-img img{
	min-height: 260px;
	width: 100%;
	min-width: 260px;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;    
    -webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
    -moz-transition: all 0.2s ease-in-out; /* Firefox */
    -ms-transition: all 0.2s ease-in-out; /* IE 9 */
    -o-transition: all 0.2s ease-in-out; /* Opera */
    transition: all 0.2s ease-in-out;
}

.news-big:hover .news-img img{
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);   
}

.etiquette{
	position: absolute;
	right: 0;
	padding: 2px 7px;
	text-transform: uppercase;
	color: #fff;
}

.news-big .etiquette{
	bottom: 0;
}

.news-small .etiquette{
	top: 0;
}

.news-text{
	padding: 20px;
    max-height: 210px;
    overflow:hidden;
}

.news-big .news-text{
    max-height: 230px;
}

.news-small .logo-offre{
	width: 200px;
	height: 100px;
	margin: 0 auto;
    text-align: center;
    line-height: 100px;
}

.news-small .logo-offre img{
	max-width:200px;
	max-height:100px;
	vertical-align:middle;
}


/*-----------------SDV EN IMAGES VIDEO -----------------*/



figure {
    cursor: pointer; 
    width: 100%; 
    height: 260px; 
    position: absolute; 
    margin: 0 auto; 
    overflow: hidden; 
    background-color: #000; 
}

video {
    max-width: 100%; 
    min-width: 100%; 
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}

figcaption { 
    background: url(../img/play-icon.png); 
    display: none; 
    height: 60px; 
    width: 60px; 
    position: absolute; 
    right: 50%; 
    top: 50%; 
    margin: -30px -30px 0 0;
}

figcaption a { 
    text-decoration: none; 
    font-size: 1.5em; 
    margin-right: .5em; 
    vertical-align: middle; 
    position: absolute;
}


/*-----------------SHARE BAR-----------------*/


.sdv-share-icon,
.sdv-share-bar .share-icon,
.news-small a[title="Download"]{
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.news-small a[title="Download"]{
	background-image:url(../img/download-blanc.png);
    position: absolute;
	bottom: 14px;
	left: 20px;
    z-index: 10;
    height: 22px;
}

.sdv-share-icon{
    background: url(../img/sdv-share-icon.png) no-repeat;
	position: absolute;
	bottom: 15px;
	right: 10px;
}

.sdv-share-bar div[title="Plus"]{
	background-image:url(../img/plus.png);
}


.sdv-share-bar div[title="Facebook"]{
	background-image:url(../img/facebook.png);
}


.sdv-share-bar div[title="Tweeter"]{
	background-image:url(../img/tweeter.png);
}

.sdv-share-bar div[title="Twitter"]{
	background-image:url(../img/tweeter.png);
}

.sdv-share-bar div[title="LinkedIn"]{
	background-image:url(../img/in.png);
}

.sdv-share-bar div[title="Google+"]{
	background-image:url(../img/gplus.png);
}

.sdv-share-bar {
  background-color: greenyellow;
}


.sdv-share-bar .share-left{
	display: inline-block;
	margin-left: 20px;
	margin-top: 13px;
}


.sdv-share-bar .share-right{
  float:right;
  margin-right: 20px;
  margin-top: 11px;
}

.sdv-sep {
  display:inline-block;
  height:10px;
    margin: 5px 0;
  border-right:1px solid #FFF;
}

.sdv-share-bar .share-right div.share-icon{
  display:inline-block;
}
 

.sdv-share-bar .share-left{
    display: none;
}

.sdv-share-bar {
height:46px;
width:100%;
position:absolute;
bottom: 0;
}


/*-----------------MODELES BLOCKS-----------------*/
.center-icon{
position:absolute;
left:50%;
top:50%;
margin-left:-30px;
margin-top:-30px;
}

/*Offres*/
.offres .news-text{
	text-align: center;
}

.offres .accroche{
	margin-top: 20px;
	font-size: 24px;
	line-height: 24px;
}
    
.offres #right-zone{
    display: none;
}

/*Chiffres clefs*/
.chiffres-cles h2{
	font-size: 32px;
	margin-top: 30px;
}

.chiffres-cles .legende{
	font-size: 20px;
	line-height: 20px;
}

.breaking-news h2{
    font-size: 30px;
	margin-top: 20px;
}


/*-----------------CATEGORIES-----------------*/



.etiquette {
    font-size:12px;
}
/*INSTITUTIONNEL*/
.institutionnel h2,
.institutionnel .news-date{
	color: #0075BC;
}

.institutionnel .etiquette,
.institutionnel .sdv-share-bar{
	background-color: #0075BC;
}

/*SUJETS DE FOND*/
.sujets-fond h2,
.sujets-fond .news-date {
	color: #6502cb;
}

.sujets-fond .etiquette,
.sujets-fond .sdv-share-bar{
	background-color: #6502cb;
}


/*ACTUALITE*/
.actualites h2,
.actualites .news-date,
.actualites h2 {
	color: #63c5be;
}

.actualites .etiquette,
.actualites .sdv-share-bar{
	background-color: #63c5be;
}

/*BREAKING NEWS*/

.breaking-news .etiquette,
.breaking-news .sdv-share-bar{
	background-color: #ee085f;
}

.breaking-news h2,
.breaking-news .news-date {
	color: #ee085f;
}


/*----------------- GABARITS -----------------*/

/*-- GABARIT 1 BLOCS --*/

.blocs-header{
    padding: 20px 5% 40px;
    height: auto;
    background-color: #fff;
    margin: 10px 0;
    position: relative;
}

.blocs-header h1{
    margin-bottom: 5px;
    text-transform: uppercase;
}

.blocs-accroche{
    color: #414141;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: light;
}

.blocs-header-content{
    width: 55%;   
}

.blocs-header .big-rectangle-button{
    width: 40%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 40px 5% 0 0;
    border-top: 10px solid #0075BC;
    font-size: 1.1em;
}

.big-rectangle-button a{
    text-align: center;
    color: #fff;
    background-color: #0075BC;
    padding: 14px 30px;
    display: block;
    font-weight: bold;
}

.big-rectangle-button a{
    color: #fff;
}

.big-rectangle-button a:hover{
    color: #6502cb;
    background-color: #ccc;
}

.side-box{
    padding: 3.5%;
    background-color: #fff;
}

/*-- BOXES LATERALES / COLONNE DROITE --*/


.big-rectangle-button.download-icon a{
    padding: 14px 20px 14px 50px;
    background: url(../img/download-blanc.png) transparent no-repeat 15px 11px;
    text-align: left;
}

.big-rectangle-button.subscribe-icon a{
    padding: 14px 20px 14px 50px;
    background: url(../img/subscribe-blanc.png) transparent no-repeat 15px 11px;
    text-align: left;
}

.side-box h3{
    margin-top: 5px;
    text-transform: uppercase;
}


.side-box .big-rectangle-button{
    margin: 10px 0;
}

div.side-box.tracking-app{
    position: relative;
    padding-bottom: 185px
}

.tracking-app-header{
    min-height: 124px;
    margin-bottom: 30px;
    position: relative;
   padding-left: 70px;
}

.tracking-app .iphone-app-icon{
     width: 70px    ;
    height: 124px;
    position: absolute;
    left: 0;
    background: url(../img/iphone-app.png) no-repeat;
}

.tracking-app .tracking-app-header h3{
    font-size: 18px;
    margin: 0;
    position: absolute;
    bottom: 0;
}

.tracking-app-text ul,
.side-box ul{
    list-style: disc outside none;
    padding-left: 10px;
    margin-left: 5px;
    font-size: 0.9em;
}

.sustainability .notre-politique-tab{
    width: 67%;
    margin:0 0 20px 0 !important;
    border:0 !important;
    padding: 1%; 
}

.sustainability .side-box{
	margin: 0 0 0 2%;
}

.certifications{
    width: 30%;   
}

.side-content ul{
    padding-left: 10px;
    list-style: disc outside none;
    margin: 0 0 10px 10px;   
}

.services-sdv ul li:first-child{
    margin: 10px 0 0 0;   
}

.services-sdv ul li{
    margin-top: 5px;   
}

.tracking-app-text ul li{
    margin: 8px 0;
}

.download-app-links{
    background-color: #ccc;
    width: 100%;
    padding: 20px 5px 40px 5px;
    margin-top: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}

.download-app-links p{
    color: #0075BC;
    text-align: center;
}

.download-app-links a:hover span{
    bottom: -20px;   
}

.download-app-links div{
    width: 60px;
    height: 60px;
    display: inline-block;
    position: relative;
}

.download-app-links span{
    position: absolute;
    display: block;
    height: 6px;
    width: 10px;
    background: url(../img/arrow-up-small.png) no-repeat;
    bottom: -25px;
    left: 45%;
    -webkit-transition: all 0.15s ease-in-out; /* Safari and Chrome */
    -moz-transition: all 0.15s ease-in-out; /* Firefox */
    -ms-transition: all 0.15s ease-in-out; /* IE 9 */
    -o-transition: all 0.15s ease-in-out; /* Opera */
    transition: all 0.15s ease-in-out;
}

.download-app-links .appstore{
    background: url(../img/appstore.png) no-repeat;
}

.download-app-links .google-play{
    background: url(../img/googleplay.png) no-repeat;
    margin-left: 20px;
}


/*-- BLOCS SDV-LIVE --*/

.blocs-rdv-sdv-live .blocs-header .big-rectangle-button{
        border-top: 10px solid #6502cb;
}

.blocs-rdv-sdv-live .blocs-header h1{
    color: #6502cb;
}

.blocs-rdv-sdv-live .blocs-header{
    min-height: 190px;   
}

.side-box.blue-h3 h3{
    color: #0075BC;
}

.side-box.violet-h3 h3{
    color: #6502cb;
}

.blocs-rdv-sdv-live .blocs-header .big-rectangle-button:first-child{
    display: none !important;
}

.blocs-rdv-sdv-live .blocs-header .big-rectangle-button.download-icon{
    padding-top: 0;
    border-top: 0;
    top: 110px;
}

.big-rectangle-button.violet a:link, .big-rectangle-button.violet a{
    background-color: #6502cb !important;
}



.link-archives a:link{
    height: 260px;
    display: block;
    position: relative;
}

.link-archives span{
    position: absolute;
    bottom: 40px;
    display: block;
    top: inherit;
}

.link-archives.violet a:hover h2{
    color: #6502cb;
}

.link-archives.turquoise a:hover h2{
    color: #63c5be;
}

.link-archives.violet{
    background-color: #6502cb;
}

.link-archives.turquoise{
    background-color: #63c5be;
}

.link-archives:hover{
    background-color: #ddd;
}

.link-archives h2{
    color: #fff;
}

.link-archives .news-text{
    padding: 30px 40px 40px;   
}

.news-small.link-archives{
    background-image: none;   
}




.big-rectangle-button.violet a:hover{
    color: #6502cb;
    background-color: #ccc !important;
}

.big-rectangle-button.blue a:link{
    background-color: #0075BC;
}
.notre-politique-item .big-rectangle-button.blue a:link{
   
     height: 60px;
}

   
    
.big-rectangle-button.blue a:hover{
    color: #0075BC;
    background-color: #ccc;
}

/*-- BLOCS Actualites --*/

.blocs-actualites .blocs-header .big-rectangle-button{
        border-top: 10px solid #63c5be;
}

.blocs-actualites .blocs-header h1{
    color: #63c5be;
}
.blocs-actualites .blocs-header .big-rectangle-button a:link{
    background-color: #63c5be;
}

.blocs-actualites .blocs-header .big-rectangle-button a:hover{
    color: #63c5be;
    background-color: #ccc;
}


.blocs-actualites .container-rss-small{
    width: 100%;
    margin: 10px 0;
    border-right: 1px solid #fff;
}

.blocs-actualites .container-rss-small .sdv-rss-item{
    width: 24%;
}


.sdv-archives-filters{
    padding-top:20px;
}
 
.sdv-archives-filters .sdv-btn-archives{
    width: 49%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    background-color: #ccc;
}

.sdv-btn-archives#btnews:hover,
.sdv-btn-archives#btnews.actif{
    background-color: #63c5be;
    color:#fff;
}

.sdv-btn-archives#btSDVLive:hover,
.sdv-btn-archives#btSDVLive.actif{
    background-color: #6502cb;
    color:#fff;
}

.sdv-btn-archives#btSDVLive.actif,
.sdv-btn-archives#btnews.actif{
    background: url(../img/arrow-white-up.png) bottom 50%;   
}

/*-- BLOCS Archives --*/

.blocs-archives .blocs-header{
    height: 196px;
    background-color: #e2e2e2;
}

.blocs-archives .blocs-header H1{
    padding-top: 5px;
    color: #0075BC;
}

.blocs-archives .blocs-header-content{
    width: 100%
}

.blocs-archives .search-blocs{
    margin-top: 10px;
    right: 0;
    background-color: #fff;
    position: relative;
    border: 1px solid #ccc;
}

.search-icon-blocs button{
    padding: 0 10px 0 10px;
    position: absolute;
    left: 0;
    background: none;
    border: none;
    line-height: 43px;
    width: 50px;
    top: 0;
    font-size: 17px;
}

.search-field-blocs input{
    margin: 0;
    width: 100%;
    padding: 10px 20px 10px 50px;
    line-height: 20px;
    border: none;
    color: #666;
    font-size: 20px;
}

.blocs-archives .sdv-filter{
    margin-top: 0;
}

/*-------------- GABARIT ARTICLES --------------*/


.layout-articles .bg-article{
    /*Tob Validtaed : modified by Najah 21/03/2017
    position: absolute;
  	left: 0;
  	top: 0;
  	z-index: -1;
  	width: 100%;
  	height: 870px;
  	overflow: hidden;*/
    display: none;   
}

.layout-articles #left-zone{
    min-height: 870px;   
}

.layout-articles .bg-article img{
    /*max-height: 870px;
    min-width:870px;*/
    width: 80%;
}


.layout-articles .title-article{
    position: relative;
   /* padding-left: 240px;*/
    margin-bottom: 40px;
    min-height: 199px
}

.layout-articles .title-article:after{
    content: " "; /* 1 */
    display: table; /* 2 */
    clear: both;   
}

.layout-articles .title-article .thumb-article
{
/*height:199px;
width:199px;
overflow:hidden;
position: absolute;*/
left: 0;
top: 0;    
}

.layout-articles .title-article .thumb-article img{
                      
	/*max-height: 199px;   
	min-width:199px;*/
	width:100%;

}

.layout-articles .main-article{
    padding: 0 5%;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 40px;
}

.layout-articles .main-article img,
.layout-articles .main-article video{
    display: block;
    margin: 50px auto;
    max-width: 100%;
}

.layout-articles .intro-article{
    margin-left: -40px;
    padding-left: 32px;
}

.layout-articles .accroche-article{
    text-transform: uppercase;
    font-size: 20px;
    padding-left: 30px;
    margin: 40px 0;
    text-align: left;
}

.layout-articles .outils-article{
    position: relative;
    padding: 40px;
}

.layout-articles .outils-article .share-article{
    float: right;
}

.layout-articles .outils-article .get-article a{
    float: left;
    margin-right: 20px;
}

.layout-articles .outils-article .share-article .sdv-sep{
    border-right:1px solid #ccc;
    margin: 0 5px 5px;
}

.outils-article a{
	display: inline-block;
	width: 20px;
	height: 20px;
}

.outils-article a[title="Download"]{
	background-image:url(../img/download-gris.png);
}

.outils-article a[title="Print"]{
	background-image:url(../img/print-gris.png);
}


.outils-article a[title="Facebook"]{
	background-image:url(../img/facebook-gris.png);
}


.outils-article a[title="Twitter"]{
	background-image:url(../img/tweeter-gris.png);
}

.outils-article a[title="LinkedIn"]{
	background-image:url(../img/in-gris.png);
}

.outils-article a[title="Google+"]{
	background-image:url(../img/gplus-gris.png);
}

.outils-article a img{
	display:none
}


/*-- ARTICLES COULEUR ACTUALITES --*/

.layout-articles.actualites .intro-article{
    border-left: solid 8px #63c5be;
}

.layout-articles.actualites .title-article h1,
.layout-articles.actualites .title-article h2,
.layout-articles.actualites .main-article span{
    color: #63c5be;
}

.layout-articles.actualites .side-content{
    border-bottom: solid 8px #63c5be;
}

.layout-articles.actualites .accroche-article {
    color: #63c5be;
}


/*-- ARTICLES COULEUR INSTITUTIONNEL --*/

.layout-articles.institutionnel .intro-article{
    border-left: solid 8px #0075BC;
}

.layout-articles .services-sdv .intro-article{
    border-left: solid 8px #0075BC;
    margin-left: 0;
}

.layout-articles.institutionnel .title-article h1,
.layout-articles.institutionnel .title-article h2,
.layout-articles.institutionnel .main-article span,
.layout-articles .services-sdv .title-article h1,
.layout-articles .services-sdv h2,
.layout-articles .services-sdv .main-article span{
    color: #0075BC;
}


.layout-articles.institutionnel .side-content{
    border-bottom: solid 8px #0075BC;
}

.layout-articles.institutionnel .accroche-article {
    color: #0075BC;
}


/*-- ARTICLES COULEUR SUJETS DE FOND --*/

.layout-articles.fond .intro-article{
    border-left: solid 8px #6502cb;
}

.layout-articles.fond .title-article h1,
.layout-articles.fond .title-article h2,
.layout-articles.fond .main-article span{
    color: #6502cb;
}

.layout-articles.fond .side-content{
    border-bottom: solid 8px #6502cb;
}

.layout-articles.fond .accroche-article {
    color: #6502cb;
}

/*-- ARTICLES COULEUR OFFRES --*/

.layout-articles.offres .intro-article{
    border-left: solid 8px #0075BC;
}

.layout-articles.offres .title-article h1,
.layout-articles.offres .title-article h2,
.layout-articles.offres .main-article span{
    color: #0075BC;
}

.layout-articles.offres .side-content{
    border-bottom: solid 8px #0075BC;
}

.layout-articles.offres .accroche-article {
    color: #0075BC;
}


/*-------------- GABARIT - GABARIT 3 MODIFIE - PRESENTATION SDV --------------*/


.side-content.pres-sdv{
    padding: 0;   
}


/* ROW BASE + ELEMENTS BASE */


.row-pres{
    width: 100%;
    display: block;
    clear: both;
}

.row-pres:after{
    content: " "; /* 1 */
    display: table; /* 2 */
    clear: both;   
}

.pres-sdv .pres-left{
    float: left;
    width: 40%;
    height: 100%;
    padding: 5%;
}

.pres-sdv .pres-right{
    padding: 5%;
    float: left;
    width: 60%;
    height: 100%;
}

.pres-sdv p.pres-accroche{
    
    font-size: 17px;
    color: #0075BC;
}

.small-rectangle-button a{
    display: inline-block;
    margin: 10px 0;
    padding: 5px 30px;
    background-color: #0075BC;
    color: #fff;
}

.small-rectangle-button a:visited{
    color: #fff;   
}

.small-rectangle-button a:hover{
    background-color: #ccc;
    color: #0075BC;
}


/* ROW 1 INTRO */


.pres-sdv .title-pres h1{
    color: #0075BC;
    text-transform: uppercase;
    margin: 10px 0;
}

.pres-sdv .title-pres h2{
    color: #666;
    text-transform: uppercase;
    margin: 10px 0;
}

.pres-sdv .title-pres-text{
    float: left;
    width: 47%;
    height: 268px;
    padding: 6% 0 6% 6%;
}

.pres-sdv .title-pres-media{
    float: right;
    width: 382px;
    height: 268px;
    background-color: #000;
    overflow: hidden;
}

/* VIDEO */

.title-pres-media figure {
    width: 382px; 
    height: 268px; 
}

.title-pres-media .etiquette{
    display: none;   
}

.title-pres-media .sdv-share-bar{
    display: none;   
}

/*
.title-pres-media video {
    max-width: 100%;
    top: auto;
    bottom: 0;
}
*/

.title-pres-media figcaption { 
    height: 60px; 
    width: 60px; 
}

:-webkit-full-screen video{
    width: 100%;
    height: 100%;
}

/* ROW 2 CHIFFRES */

.chiffres-pres.row-pres{
    background-color: #0075BC;
    display: table;
}

.chiffres-pres.row-pres>div{
    display: table-cell;
    float: none;
}

.pres-sdv .chiffres-pres .pres-left{
    padding-right: 0;   
}

.rank-item{
    width: 50%;
    display: inline-block;
    color: #fff;
    padding: 20px 30px 0 0;
}

.rank-item span{
    font-size: 24px;
    font-weight: bold;
    font-style: oblique;
}

.pres-sdv .chiffres-pres .chiffres-pres-intro{
    background-color: #f4f4f4;
}

.pres-sdv .chiffres-pres-position h3{
    color: #fff;
    margin: 10px 0;
    font-size: 22px;
    font-weight: lighter;
    text-transform: uppercase;
}
.pres-sdv .chiffres-pres-position h3, .pres-sdv .chiffres-pres-position-intro h3 {
    color: #fff;
    margin: 0;
    font-size: 22px;
    font-weight: lighter;
    text-transform: uppercase;
}
.rank-item span {
    font-size: 20px;
    font-weight: bold;
    font-style: oblique;
}
.rank-item-details {
	display: inline-block;
    color: #fff;
    padding: 20px 30px 0 0;
    font-size: 0.8em;
    /* font-size: 1.1em; */
    line-height: 0.05;
}

.bx-wrapper .news-small{
    display:block;
    max-width: 260px;
}

/* ROW BLUE BACKGROUND */

.pres-sdv .pres-blue-bg{
    background-color: #f3f6f9
}

.pres-sdv .row-pres img{
    padding: 0 0 50px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

/* OUTILS */

.pres-sdv .outils-article{
    margin: 20px 20px;    
}

/*-------------- GABARIT 4 - SERVICES SDV --------------*/



.layout-articles .side-content.services-sdv{
    background-color: transparent;
    padding: 0;
    margin-top: 380px;
}

.layout-articles .services-sdv .title-article h2{
    color: #666;
    text-transform: uppercase;
}


.layout-articles .services-sdv .services-item{
    background-color: #fff;
    padding:20px;
    width: 100%;
    display: block;
}

.layout-articles .technos-item{
    background-color: #fff;
    width: 100%;
    display: block;
    margin: 40px 0;
}

.layout-articles .services-sdv .services-item:after,
.layout-articles .technos-item:after{
    content: " ";
    display: table;
    clear: both;   
}
.technos #right-zone .news-small{
	display: none;
}
.technos #right-zone .container-rss-big+.news-small{
	display: block !important;
}

.technos .tracking-app{
	width:64%
}
.notre-politique-desktop{
	display:none;
}
.layout-articles .services-sdv .services-item .services-col-left,
.layout-articles .technos-col-left{
    float: left;
    width: 35%;
    height: 100%;
    padding-right: 40px;
}

.layout-articles .services-sdv .services-item .services-col-left img,
.layout-articles .technos-col-left img{
    max-width: 100%;
    margin: 20px auto; 
}

.layout-articles .services-sdv .services-item .services-col-right,
.layout-articles .technos-col-right{
float: left;
width: 65%;
height: 100%;
}

.layout-articles .services-sdv .bg-article+.services-item{
    border-bottom: 0;
}

.layout-articles .services-sdv .services-item{
    border-bottom: solid 8px #0075BC;
    margin-top: 30px;
}

.layout-articles.technos .side-content{
    border-bottom: solid 8px #00bdf0;
}

.layout-articles .services-sdv .services-item h2{
    text-transform: uppercase;
}

.layout-articles .services-sdv .services-item h3{
    margin: 0 0 30px;
    color: #666;
    font-size: 20px;
    color: #0075BC;
}
.layout-articles #right-zone .news-small
{
	/*display:none; commented by Najeh to display on tablets and smartphone*/
}


.services-item .small-rectangle-button a::before{
    content: "+";
    margin-left: -10px;
    margin-right: 5px;
    font-weight: bold;
    font-size: 16px;
}

.layout-articles.gabarit-services #right-zone{
    position: absolute;  
    margin-top: 30px;
    padding: 0;
    width: 100%;
    overflow: visible;
}

ul#bxslider-SDV .news-small{
    margin: 0;
}

.bx-viewport{
    padding-left: 10px;
}

.gabarit-services .bx-wrapper{
    max-width: 100% !important;
    padding: 0 50px !important;
    display: block;
    margin: 0;
    position: inherit;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
    position: absolute;
    top: 40%;
    height: 50px !important;
    width: 45px !important;
    text-indent: -9999px;
}

.bx-wrapper .bx-prev{
    left: 0 !important;
    background: url(../img/fleche_gauche.png) no-repeat #fff 50% 50% !important;
}

.bx-wrapper .bx-next{
    right: 0 !important;
    background: url(../img/fleche_droite.png) no-repeat #fff 50% 50% !important;
}

.bx-wrapper img{
    display: inline !important;   
}

.specific-solutions{
line-height: 34px;
background-color: #fff;
display: inline-block;
margin-left: 50px;
margin-bottom: 20px;
width: 260px;
text-align: center;
text-transform: uppercase;
font-size: 16px;
font-weight: bold
}
/*-------------- GABARIT 4 - MEDIAS --------------*/


.gabarit-medias #left-zone,
.gabarit-medias #right-zone {
    float: left;
    display: block;
}

.gabarit-medias #left-zone{
    width: 69%;   
    padding: 0;
}

.gabarit-medias #right-zone{
    width: 30%;
    position: inherit;
    height: auto;
    overflow: hidden;
    padding: 0;
    margin-left: 1%;
}

.gabarit-medias #right-zone .container-rss-big{
    display: none;
}
.gabarit-medias #left-zone .news-small{
    margin: 10px 1.15% 10px 1.15%;
    width: 47.7%;
}

.gabarit-medias .side-box{
    display: block;   
    width: 100%;
    padding: 5%;
    border: 0;
    margin: 10px 0;
}

/*
.gabarit-medias .side-box h3{
    color: #0075BC;
}
*/

.gabarit-medias .side{
padding: 0 3%;
}

.gabarit-medias .small-rectangle-button{
    width: 100%;
    display: block;
    float: left;
}

.gabarit-medias .small-rectangle-button a{
    width: 49%;
    padding: 5px 10px 5px 20px;
    text-transform: uppercase;
}

.gabarit-medias .small-rectangle-button a::after{
    content:"\203A";
    font-size: 26px;
    line-height: 18px;
    float: right;
}

.gabarit-medias .small-rectangle-button a{
    background-color: #63c5be;
    color: #fff;
}

.small-rectangle-button a:visited{
    color: #fff;   
}

.small-rectangle-button a:hover{
    background-color: #ccc;
}


/*-------------- GABARIT 4 - DEVELOPPEMENT DURABLE --------------*/

.notre-politique-item{
    float: left;
    width: 45%;
    margin: 2.5%;
}

.sustainability .side-content{
    padding: 0;   
}

.sustainability .title-pres{
    position: relative;
}

.sustainability .title-pres-text{
    padding: 5% 0 0 5%;
    width: 60%;
    min-height: 268px;
}

.sustainability .title-pres-text h1,
.technos h1{
    color: #0075BC;
}
.sustainability .title-pres-text h2,
.technos h2{
color: #666;
text-transform: uppercase;
    line-height: 30px;
    margin-top: 0;
}

.sustainability .title-pres-media{
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 268px;
    overflow: hidden;
}

.sustainability .title-pres-media img{
    max-height: 100%;
    max-width: 100%;
    min-width: 100%;
}

.sustainability .intro-article{
    margin: 50px 80px 50px 50px;
}

.sustainability .small-rectangle-button a:hover{
    color: #0075BC;
}

.accordion-title{
    margin-bottom: 3px;
}

.accordion-title a{
    background-color: #f4f4f4;
    padding: 0 50px;
    line-height: 46px;
    display: block;
    background: url(../img/dropdown.png) no-repeat #f4f4f4 right 50%;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
}

.accordion-content{
    padding: 50px;
    display: none;
}

.accordion-grid:after{
    content: " ";
    display: table;
    clear: both;   
}


.accordion-grid-item{
    border: 1px solid #0075BC;
    float: left;
    width: 50%;
    height: 70px;
    text-align: center;
    color: #0075BC;
}

.accordion-content.default{
    display: block;
}

.sustainability-rapport{
    padding: 50px;
    background-color: #f4f4f4;
    margin: 30px 0;
}

.sustainability-rapport span{
    font-weight: bold;   
}


.onglets-wrap{
    margin: 0 0 0 0.50%;
    clear: both;
    height: 45px;
}

.side-content ul.onglets-wrap{
    list-style: none;
    padding: 0;
    margin: 0;
}

.onglet-title{
    width: 33%;
    float: left;
}

.onglet-title+.onglet-title{
    margin-left: 0.25%;
}

.onglet-title a{
    text-align: center;
    color: #fff;
    background-color: #0e78bd;
    line-height: 45px;
    display: block;
    font-weight: bold;
}

.onglet-title.active a{
    background-color: #0075BC;
}

#tab1,
#tab2,
#tab3,
#tab4{
    background: url("../img/nav-arrow.png") no-repeat 16% top;
}

#tab2{
    background-position: 50% top;   
}

#tab3{
    background-position: 84% top;   
}

#tab1:after,
#tab2:after,
#tab3:after,
#tab4:after{
    content: " ";
    display: table;
    clear: both;   
}


.onglet-content-left{
    float: left;
    width: 35%;
    padding: 50px 0 50px 50px;
}

.onglet-content-right{
    float: left;
    width: 65%;
    padding: 50px 50px 50px 50px;
}

.tabs-content>div:not(:first-of-type){
    display: none;
}
  .tabs-content .news-small
 {
	width:260px;
}

 .tabs-content .small-rectangle-button
 {
	display:none;	
}

/*--------------- Downloader SDV LIVE/SDV News-----------------*/

.downloader-sdv{
    margin: 40px auto;
    padding-left: 20px;
}

.downloader-sdv h1{
    margin-bottom: 20px;
    color: #666;
}

.downloader-sdv-item{
    display: table;
    margin-bottom: 10px;
    vertical-align: middle;
    position: relative;
    width: 100%;
    background-color: #fff;
}

.downloader-sdv-item .Date{
    padding: 0 10px;
    font-weight: bold;
    color: #999;
    display: table-cell;
    background-color: #f9f9f9;
    width: 15%;
    text-align: center;
    vertical-align: middle;
}

.downloader-sdv-item:hover .Date{
    color: #666;
}

.downloader-sdv-item .Date span.glyphicon{
    font-size: 13px;
    padding-right: 10px;
}

.downloader-sdv h2{
    font-size: 20px;   
    padding: 20px 20px 20px 40px;
    background-color: #fff;
}

.downloader-sdv-item p, .downloader-sdv a, .downloader-sdv h2{
    line-height: 30px;
    display: block;
    margin: 0;
}

.downloader-sdv-item h2 span{
    color: #666;
}

.downloader-sdv-item h2 span.glyphicon{
    color: #999;
    font-size: 14px;
    padding-right: 10px;
    margin-left: -20px;
}


.downloader-sdv-item .LeftContent{
    border-left: 0 solid;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;   
    display: table-cell;
    width: 65%;
}

.downloader-sdv-item a.RightContent{
    display: table-cell;
    padding: 0 30px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
    width: 20%;
    text-align: center;
}

.downloader-sdv-item a.RightContent span.glyphicon{
padding-left: 10px
}
    
.downloader-sdv .downloader-sdv-item a.RightContent:hover{
    background-color: #ddd;
}

/* COLORS */

.violet .downloader-sdv-item a.RightContent:hover,
.violet .downloader-sdv-item a h2,
.violet .downloader-sdv-item a.LeftContent:hover span,
.violet .downloader-sdv-item:hover .Date span
{
    color: #6502cb;
}

.violet .downloader-sdv-item a.RightContent{
    background-color:  #6502cb;  
}

.violet .downloader-sdv-item .LeftContent{
    border-left: 0 solid #6502cb;  
}
.violet .downloader-sdv-item .LeftContent:hover {
    border-left-width: 8px;  
}  

.turquoise .downloader-sdv-item a.RightContent:hover,
.turquoise .downloader-sdv-item a h2,
.turquoise .downloader-sdv-item a.LeftContent:hover span,
.turquoise .downloader-sdv-item:hover .Date span
{
    color: #63c5be;
}

.turquoise .downloader-sdv-item a.RightContent{
    background-color:  #63c5be;  
}


.turquoise .downloader-sdv-item .LeftContent{
    border-left: 0 solid #63c5be;  
}
.turquoise .downloader-sdv-item .LeftContent:hover {
    border-left-width: 8px;  
}
    
}

/* Hide Menu Burger*/

#cssmenu{
	display:none;
}

.sub-menu-langue-mobile,#selectLangSelectBoxItContainer{
	display:none;
}

.search-bottom-mobile
{
	display:none;
}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------ MEDIA QUERIES - 800PX --------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 800px)
{

		.menu-outils>ul>li>a, .menu-principal>ul>li>a {
    font-size: 9px;
	}


	

    #sdv-search{
        width: 100%;
        display: block;
    }

    .link-body{
        padding: 3%;
        width: auto;
    }

    .link-body h4{
        padding-left: 0;   
    }

    #sdv-search input{
        font-size: 12px;   
    }

    .news-big, .news-small, breaking-news, .side-box{
        margin: 10px 1.5% 10px 1.5%;
        width: 47%;
    }
#right-zone .news-small
{
	height: 260px;
    width: 100%; 
    position: relative;
    left: 0;
    top: 0;    
}
    .breaking-actu{
        width: 100%;
    }
    
    .full-width, #left-zone, #right-zone {
    padding: 0;
	}
	
	.homepage #left-zone{
	    padding-top: 75px;
	}

    .gabarit-medias #left-zone, .gabarit-medias #right-zone{
     width: 100%;
        margin: 0;
    }

    .gabarit-medias #right-zone .side-box{
         margin: 10px 1.5% 10px 1.5%;
        width: 50%;
        padding: 5%;
    }

    .gabarit-medias #right-zone .side-box.tracking-app{
        padding-bottom: 185px;
        position: absolute;
        right: 0;
        top: 0;
        width: 45%;
    }

    .pres-sdv .title-pres-text{  
        float: none;
        padding: 6%;
        width: auto;
        height: auto;
    }

    .pres-sdv .title-pres-media{
        float: none;
        width: 100%;
        height: auto;
        background-color: #000;
        overflow: hidden; 
        display: block
    }

    .title-pres-media figure{
        width: 100%; 
        height: 100%;
        position: relative;
        overflow: visible;
        display: block;
    }

    .title-pres-media figure video{
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .presentation-sdv #right-zone{
        display: block;
    }

    .presentation-sdv #right-zone .side-box{
         margin: 10px 1.5% 10px 1.5%;
        width: 50%;
        padding: 5%;
        display: block;
    }

    .presentation-sdv #right-zone .side-box.tracking-app{
        padding-bottom: 185px;
        position: absolute;
        right: 3.5%;
        top: 0;
        width: 42%;
    }

    .presentation-sdv .side-box{
        border: 0;   
    }
    
    .sustainability .side-box{
    width: 100%;
    margin:0 0 20px 0 !important;
    border:0 !important;
	}
.filter-mobile
{
	display:none;	
}
ul.news>.news-big:nth-child(2), ul.news>.news-small:nth-last-child(3) {
    display: block;
}
    
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------ MEDIA QUERIES - 600 PX --------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 600px)
{


    	nav{
	display:none;
	}
	
	.header-inner .search-header{
	display:none;
	}
	
	.sub-menu-langue-mobile,#selectLangSelectBoxItContainer{
	display: block;
	}
	
	.homepage #right-zone{
	display:none;
}
	.homepage #left-zone{
	padding-top:0;
}

#carousel-SDV {
    margin-top: 0;
}
.full-width #LinkTrack
{
	
	display:block;
	width: 100%;
}
.blocs-archives .search-icon-blocs{
	    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 18px;
}

.blocs-archives .blocs-header{
    padding: 10px 5% 20px;
    height: auto;
    margin: 10px 0;
}
.blocs-archives .search-tool-text{
	padding: 10px 20px 10px 20px;
}
.blocs-header.search-bottom-mobile
{
	display:block;
    position: fixed;
    bottom: 0;
    width: 95%;
    background-color: black;
}

.blocs-header-desk{
	display:none;
}

	
		    /* Menu Mobile : Burger*/
   

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  position: relative;
  color: #fff;
  font-family: "trebuchet ms";
  
}
 #cssmenu ul,#cssmenu li,
#cssmenu a{
        background: url(../img/bg-nav-gradient.png) repeat-x #adadad;
    }
    .sdv-search-comp a {
        background:none !important;
    }
#cssmenu .search-header span{
	display:inline;
}

#cssmenu .search-field-header{
	margin:0;
	padding:0;
}

#cssmenu .search-field-header input{
	padding:5px;
	width:90%;
	margin:10px;
	background-color: #fff;
	color:#333;
	font-weight:normal;
}


#cssmenu .search-icon-header{
	position:absolute;
	right:15px;
	top:10px;
	color:#333;
	cursor:pointer;
}

.burger-container{
    width: 70%;
    position: absolute;
    left: -70%;
    top: 0;
    height: 100%;
}

.burger-icon{
	position: absolute;
	top: 0;
    cursor: pointer;
    /*background: url(../img/burger-icon.png) no-repeat  #000;*/
    background: url(../img/burger-icon.png) no-repeat #555555;
    width: 60px;
    height: 50px;
}

#header .header-inner a.logo {
    display: block;
    background-image: url(../img/logo-BL-small.png);
    margin: 0 auto;
    background-position: 10px -10px;
    width: 146px;
    float: none;
    }

#header .header-inner{
	max-width: none;
	padding:10px;
	height: 50px;
	min-height: inherit;
	min-width: inherit;
    background: url(../img/Transparent_Gradient.png) repeat-x;

}

.sub-menu-langue-mobile{
	position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 50px;
    background-color: #0075BC;
    color:#fff;
}

.sub-menu-langue-mobile option
{
	width:60px;
	line-height:50px !important;
	background-color: #0075BC;
	color:#fff;
	display:block;
}
header .btn:hover,#full-wrapper .btn:focus {
    color: white;
    text-decoration: none;
}
header .caret
{
	display:none;	
}
header #selectLangSelectBoxItContainer
{
	position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 50px;
    background-color: #0075BC;
    color:#fff;

}
header #selectLangSelectBoxItContainer,header .dropdown-menu
{	
	display:block;
	border-radius:0 !important;
	
}

	
header .selectboxit-container .selectboxit{
        background:none !important;        
}
header #selectLangSelectBoxIt, header #selectLangSelectBoxItOptions span, header #selectLangSelectBoxItOptions a, header .dropdown-menu>li>a  {
    height: 50px;
    top: 10px;
    right: -10px;
    vertical-align: middle;
    line-height: 25px;
    background-color: #0075BC;
    color:white;
    font-weight: bold;
    }
	header .selectboxit-text
	{
		font-weight: bold;
	}
   
		header .dropdown-menu .active>a, header .dropdown-menu .active>a:hover,header selectboxit-selected active  {
		background-color: red;
		background-image:none;
		}
		header  #selectLangSelectBoxItOptions {  
		  overflow-y:hidden;
		  }
		header .dropdown-menu > li
		   {
		   border:none; 
		   border-radius:0 !important;
		
		   }
		#cssmenu a {
		  line-height: 1.3;
		}
		#cssmenu {
		  background: #555555;
		    height: 100%;
		    display: block;
		    z-index: 100;
		}
		#cssmenu > ul > li {
		  margin: 0 0 1px 0;
		}
		#cssmenu > ul > li:last-child {
		  margin: 0;
		}
		#cssmenu > ul > li > a {
		  font-size: 15px;
		  display: block;
		  border-bottom: 1px solid #333;
		}
		
		#cssmenu ul ul a{
			/*border-bottom: 1px solid #0055Aa;*/
		}
		
		#cssmenu span {
		  display: block;
		  padding: 6px 10px;
		  font-weight: bold;
		}
		#cssmenu > ul > li > a:hover {
		  text-decoration: none;
		  background-color: #0055Aa;
		}
		#cssmenu > ul > li.active {
		  border-bottom: none;
		}
		#cssmenu > ul > li.active > a {
		  background: #0055Aa;
		}
		#cssmenu > ul > li.has-sub > a span {
		  background: url(../img/icon_plus.png) right 10px center no-repeat;
		}
		#cssmenu > ul > li.has-sub.active > a span {
		  background: url(../img/icon_minus.png) right 10px center no-repeat;
		}
		/* Sub menu */
		#cssmenu ul ul {
		  display: none;
		  background-color: #0072cc;
		}
		#cssmenu ul ul a {
		  display: block;
		  font-size: 13px;
		  font-weight: bold;
		}
		#cssmenu ul ul a:hover {
		  background-color: #0055Aa;
		}
		
		/*----------------animation-----------------------*/
		
		.openNav #s4-bodyContainer {
		    left: 70%;
		    -webkit-transition: all 300ms ease-out;
		    -moz-transition: all 300ms ease-out;
		    -o-transition: all 300ms ease-out;
		    transition: all 300ms ease-out;
		  }
		  
		  /* When the panel is closed, transition the page back to the left */
		  #s4-bodyContainer {
		    position: relative;
		      width: 100%;
		      left: 0;
		      height: 100%;
		    -webkit-transition: all 300ms ease-out;
		    -moz-transition: all 300ms ease-out;
		    -o-transition: all 300ms ease-out;
		    transition: all 300ms ease-out;
		  }
		  header .sdv-link
			{	
			    position: absolute;
			    bottom: 0;	
			    background-color: #b3b3b3;
			}
			header .sdv-link #sdv-search {
		    width: 73%;
		    display: block;
		    height: 100%;
		    position: absolute;
		    float: right;
		    right: 0;
		    bottom: 0;
			}
			header .sdv-link h4
			{	
				display:none;
			}		
			header .sdv-link #sdv-search input {
			    width: 100%;
			    padding-left: 10px;
			}
			header .sdv-link #sdv-search a[type="button"].glyphicon {
			    color: #868686;
			    line-height: 29px;
			  /*padding: 0 0 0 12px;*/
			}
			header .sdv-link #sdv-search a[type="button"]:link {
			    color: #868686;
			}
			header .sdv-link .glyphicon-search:before {
			    content: "\e003";
			    font-size:1em;
		        font-family: "Glyphicons Halflings";
			}
			header .sdv-link .search > .sdv-search-comp
			{
				position:absolute;
				width:100%;

			}
			header .sdv-link .sdv-search-comp
			{	
				width: 20%;
			    position: absolute;
			    
			    right: 0;
			    vertical-align: middle;
			    top: 5px;
			    display: inline;
			}
			header .link-body,header .sdv-link
			{
				height:50px;
			}
		/*End Menu Burger*/
		
		footer{
			display:none;
		}
		
		

		
		
		/*}
		
		--------------------------------------------------------------------------------------------------------------------------------------------------------------*/
		/*--------------------------------------------------------------------------------------------------------------------------------------------------------------*/
		/*------------------------------------------------------------ MEDIA QUERIES - 550PX --------------------------------------------------------------------*/
		/*--------------------------------------------------------------------------------------------------------------------------------------------------------------
		
		@media screen and (max-width: 550px)
		{*/
		.sdv-link {
		width:100%;
		}
		
		.sdv-car-right p
		{
			display:none;
		}
			.news-big, .news-small, .side-box {
		    margin: 10px 1.5% 10px 1.5%;
		    width: 97%;
			}
			.technos .tracking-app {
			    width: 97%;
			}
			.news-big {
		    height: 260px;
			}
			
			.news-img {
		    height: 0;
		    overflow:visible;
			}
			
			.news-img img{
			display:none;
			}
			.gabarit-medias .news-img img{
			display:block;
			width:100%;
			height:100%;
			top:0;
		    bottom:0;
		    left:0;
		    right:0;
		    position:relative;
			}
			.news-big .etiquette
			{
			bottom:inherit;
			}
			.breaking-actu .news-small, .breaking-actu .news-big {
		    width: 100%;
		    margin: 0;
			}
			.breaking-actu .news-small+.news-small,
			.breaking-actu .news-big+.news-big{
		    margin-top: 3%;  
		    margin-left:0; 
			}
		
			#content{
			padding-bottom: 70px;
			}
			.liste-industry, .liste-country {
			float:none;
		    width: 95%;
		    }
		    
		    .notre-politique-item {
		        float: none;
		        width: 95%;
		    }
			.gabarit-medias #left-zone .news-small {
			    margin: 10px 1.15% 10px 1.15%;
			    width: 100%;
			}
			.gabarit-medias #right-zone .side-box.tracking-app {
			    padding-bottom: 0;
			    position: relative;
			    right: 0;
			    top: 0;
			    width: 100%;
			}
			.layout-articles .title-article {
			    position: relative;
			    padding-left: 70px;
			    margin-bottom: 40px;
			    min-height: 199px;
			}
			
			.gabarit-medias #right-zone .side-box {
			    margin: 10px 1.5% 10px 1.5%;
			    width: 100%;
			    padding: 5%;
			}
			.presentation-sdv #right-zone .side-box{
		    	width: 100%;
		    }
		    
		    .presentation-sdv #right-zone .side-box.tracking-app
		    {
				position: relative;
			    width: 100%;
			    right: 0;	
			}
			.pres-sdv .chiffres-pres-position h3, .pres-sdv .chiffres-pres-position-intro h3 {
			    color: #fff;
			    margin: 0;
			    font-size: 22px;
			    font-weight: lighter;
			    text-transform: uppercase;
			}
			.rank-item {
    			width: 100%;    
			}
			.rank-item-details {
			    display: none;
			    color: #fff;
			    padding: 20px 30px 0 0;
			    font-size: 0.8em;
			    /* font-size: 1.1em; */
			    line-height: 0.05;
			}
			.filter-mobile
			{
				display:block;	
			}
			.full-width .sdv-filter {
				display:none;
			}
			.download-app-links {
    			background-color: #ccc;
			    width: 100%;
			    padding: 20px 5px 40px 5px;
			    margin-top: 40px;
			    position: relative; 
			    bottom: 0;
			    left: 0;
			    text-align: center;
			}
			.layout-articles .title-article{		
			    /*padding-left: 70px; Modifed by najah on 21/03/2017*/
			   padding-left: 5px
			}
			
			.onglets-wrap {
			    height: 100px;
			}
			.onglet-title a {		    
		    height: 100px;		   
		}

}
.breadcrumbs {
   margin: 10px 0 10px 0;
   background: none;
   font-size: 1em;
}
.breadcrumbs a, .breadcrumbs a:link, .breadcrumbs a:visited, breadcrumbs span
{
    padding-left: 0;
    padding-right: 0;
    color: #6098ce;
    font-weight: 400;
    text-transform: uppercase;
}
}

.breadcrumbs a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    border-right: solid 1px #6098ce;
    margin: 0.3em 0;
}
.breadcrumb_last {
   padding-left: 0;
    padding-right: 0;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    margin-right: 0.7em;
    color: #6098ce;
    text-decoration: none;
    background: none;
}
