/* 
    Document   : style
    Created on : 20 févr. 2013, 10:09:23
    Author     : Rachid
    Description:
        Purpose of the stylesheet follows.
*/

@font-face{
    font-family: "HelveticaNeueLTStd-MdCn";
    font-style: normal;
    font-weight: normal;
    src: url("../font/helveticaNeue/HelveticaNeueLTStd-MdCn.eot");
    src: url("../font/helveticaNeue/HelveticaNeueLTStd-MdCn.eot?#iefix") format('embedded-opentype'),
        url('../font/helveticaNeue/HelveticaNeueLTStd-MdCn.woff') format('woff'),
        url('../font/helveticaNeue/HelveticaNeueLTStd-MdCn.ttf') format('truetype'), 
        url('../font/helveticaNeue/HelveticaNeueLTStd-MdCn.svg#webfonthelvbdcn') format('svg'),
        url("../font/helveticaNeue/HelveticaNeueLTStd-MdCn.otf") format('opentype');

}

root { 
    display: block;
}

html {
    width: 100%;
    height: 100%;
}

body,div,ul,li,h1,h2,h3,h4,h5,h6,p,input,form,button {
    margin: 0;
    padding: 0;
    outline:none;
}
ol{padding:0;margin-left:20px}
section,canvas{display:block}

body {  
    font-family: "HelveticaNeueLTStd-MdCn", Arial, sans-serif;
    color: black;
    font-size: 14px;
    width: 100%;
    height: 100%;
    background-color: #1b1b1b;
}
ul{
    list-style: none;
}

img{
    border:0 none;
    margin: 0px;
    padding: 0px;
}

a {
    color: #7893b0;
}

.texte_body ul li {
    margin-bottom: 20px;
    list-style-type: disc;
    margin-left: 20px;
}
#global-wrapper .texte_body h3{
    font-size: 14px;
    margin-bottom:0
}

.top {
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-width:980px;
    margin-bottom:-80px;
    position:relative;
    z-index:5;
}

.bloc_header {
    width: 100%;
    color: #c1c1c1;
    height: 80px;
    background-color: #1b1b1b;
    position: fixed;
    top:0;
    left:0;
    z-index: 600;

}
.bloc_header .header:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.bloc_header .header {
    width: 1000px;
    margin: auto;
    background-color: #1b1b1b;
    position: relative;
    z-index:600;
}

.header .header_left {
    float: left;
    height: 80px;
    line-height: 80px;
}

.header_left a {
    text-decoration: none;
}

.header_left .logo {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    text-decoration: none;
    height: 60px;
}

.header_left .logoTexte, .page-loading .logoTexte, .nav-loading .logoTexte{
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 18px;
    color: #c1c1c1;
    text-decoration: none;
    background:url("../pictures/integrateur_innovation.jpg") left top no-repeat;
    text-indent:-500px;
    overflow:hidden;
    width:220px;
    height:16px;
    display:inline-block;
}

.header_right {
    float: right;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 60px;
    padding-right: 10px;
}

.header_right .header_menu {
    text-transform: uppercase;
    height: 60px;
    /*line-height: 60px;*/
    float: left;

}

.header_menu ul li {
    float: left;
    padding-right: 7px;
    padding-left: 7px;
    background: url('../pictures/border_header.png') left top no-repeat;
    height: 60px;
}
/*.header_menu ul li.li-menu-item-front{
    display:none
}*/
.header_menu ul li a, .header_menu ul li > span {
    text-decoration: none;
    color: #c1c1c1;
    display: inline-block;
    height: 60px;
    padding-right: 13px;
    padding-left: 13px;
    position: relative;
    top:0;

    /*Firefox 4*/ 
    -moz-transition-property:top;
    -moz-transition-duration:0.2s;
    -moz-transition-timing-function:linear;
    /*Safari and Chrome*/ 
    -webkit-transition-property:top;
    -webkit-transition-duration:0.2s;
    -webkit-transition-timing-function:linear;
    /*Opera*/ 
    -o-transition-property:top;
    -o-transition-duration:0.2s;
    -o-transition-timing-function:linear;
    /*IE*/ 
    -ms-transition-property:top;
    -ms-transition-duration:0.2s;
    -ms-transition-timing-function:linear;
    /*CSS3*/
    transition-property: top;
    transition-duration:0.2s;
    transition-timing-function:linear;

}
.header_menu ul li a span, .header_menu ul li > span > span {
    display: table-cell;
    height: 60px;
    vertical-align: middle;

}

.header_menu ul li a:hover,
.header_menu ul li a.over{
    background: url('../pictures/arrow.png') center 50px no-repeat #3e3f40;
    top: 10px;
}
/*
.header_menu ul li a.active-trail{
    background-color:#3e3f40;
    top: 10px;
}	*/

.header_menu .sous_menu {
    position: absolute;
    top: 80px;
    right: 0px;
    background-color: #3e3f40;
    height: 180px;
    /*    width: 960px;*/
    padding-right: 20px;
    padding-top: 20px;
    padding-left: 20px;
    z-index: 501;
    opacity: 0;
    display: none;
}

.header_menu ul li .sous_menu li{
    height:auto;
    padding:0;
    float:none;
    line-height:14px
}
.header_menu ul li .sous_menu a {
    display: inline;
    font-size: 12px;
    text-transform: none;
    padding: 0;
    height: auto;
    color: #a8a8a8;
}

.header_menu ul li .sous_menu a:hover, .header_menu ul li .sous_menu a.active {

    top: 0;
    /*text-decoration: underline;*/
    background: none;
}
.header_menu ul li .sous_menu a.active-trail {text-decoration: underline}

.sous_menu .image {
    float: left;
    padding-right: 20px;
    width: 262px;
    height: 150px;
    /*border-right: 1px solid #4f5051;*/
}

.sous_menu .column_menu {
    float: left;
    width: 149px;
    padding-left: 19px;
    height: 160px;
    /*border-right: 1px solid #4f5051;*/
    border-left: 1px solid #4f5051;
}

.header_menu .last_column {
    border-right: 0 none;
}

.header_menu .sous_menu .titre {
    margin-bottom: 5px;
    margin-top: 5px;
    display: block;
    font-size: 15px;
    color: #dcdcdc;
}

.header_menu ul .active a{
    color: #ffffff;
}

.header_menu ul .active, .header_menu ul a.active-trail{
    background: url('../pictures/border_header2.png') left top no-repeat;
}

.mon_compte {
    height: 50px;
    text-align: center;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    border-left: 1px solid #272727;
    border-right: 1px solid #272727;
}

.mon_compte a {
    font-size: 12px;
    display: block;
    color: #777777;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #272727;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    width: 90px
}

.mon_compte .compte_bkg {
    background: url('../pictures/compte.png') left center no-repeat;
    border-bottom: 0 none;
    padding-top: 5px;
}

.langue {
    height: 45px;
    text-align: center;
    float: left;
    padding-top: 15px;
    padding-right: 10px;
    border-right: 1px solid #272727;
    padding-left: 10px;
    border-left: 1px solid #272727;


}

.langue a {
    color: #777777;
    font-size: 12px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.langue .en {
    margin-bottom:5px;
}

.langue .active {
    color: #ffffff;
}

.top .center {
    width: 100%;
    margin: auto;
    height: 100%;
}

#carroussel-conteneur{
    width:100%;
    overflow:hidden;
    position: relative;
    height: 100%;
    top:80px;
}

.carroussel {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}

.carroussel li {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    z-index:1;
}

.carroussel .bkg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* version background cover */
    background-position:center top;
    background-repeat:no-repeat;
    background-size: cover;
}

.bkg_top_1 {
    background-image: url('../pictures/visuel1.jpg');
}
.bkg_top_2 {
    background-image: url('../pictures/visuel2.jpg');
}
.bkg_top_3 {
    background-image: url('../pictures/visuel3.jpg');
}
.bkg_top_4 {
    background-image: url('../pictures/visuel4.jpg');
}
.bkg_top_5 {
    background-image: url('../pictures/visuel5.jpg');
}
.bkg_top_6 {
    background-image: url('../pictures/visuel6.jpg');
}

.carroussel li.active{
    z-index:500;
}

.carroussel li .visuel1 {
    position: absolute;
    top: 15%;
    left: 20%;
    z-index: 2;
    width:430px;
}

.carroussel li .visuel2 {
    position: absolute;
    top: 35%;
    left: 62%;
    z-index: 2;
    width:430px;
}

.carroussel li .visuel3 {
    position: absolute;
    top: 10%;
    right: 7%;
    z-index: 2;
    width:600px;
}

.carroussel li .visuel4 {
    position: absolute;
    top: 36%;
    left: 20%;
    z-index: 2;
    width:430px;
}

.carroussel li .visuel5 {
    position: absolute;
    top: 20%;
    left: 50%;
    z-index: 2;
    width: 450px;
}

.carroussel li .visuel6 {
    position: absolute;
    top: 15%;
    left: 55%;
    z-index: 2;
    width: 340px;
}

.carroussel_bloc .titre{
    text-transform: uppercase;
}

/*Titre de chaque image du carousel*/

.visuel1 .carroussel_bloc .titre, .visuel2 .carroussel_bloc .titre, .visuel4 .carroussel_bloc .titre {
    color:#000000;
    font-size: 30px;
    margin-bottom: 20px;
    display: inline-block;
}

.visuel3 .carroussel_bloc .titre {
    color:#ffffff;
    font-size: 95px;
    margin-bottom: 5px;
    display: inline-block;
}
.carroussel .visuel3 .carroussel_bloc .titre {
    font-size:30px;
}
.visuel5 .carroussel_bloc .titre {
    color:#ffffff;
    font-size: 30px;
    margin-bottom: 5px;
    display: inline-block;
}

.visuel6 .carroussel_bloc .titre {
    /*width: 318px;*/
    color:#ffffff;
    font-size: 32px;
    display:block;
    padding-bottom: 15px;
}

/*Texte de chaque image du carousel*/

.visuel1 .carroussel_bloc .carroussel_texte, .visuel2 .carroussel_bloc .carroussel_texte, .visuel4 .carroussel_bloc .carroussel_texte {
    width: 430px;
    color:#000000;
    padding-bottom: 15px;
    text-align: justify;
}

.visuel3 .carroussel_bloc .carroussel_texte {
    /*width: 350px;*/
    color:#ffffff;
    font-size: 32px;
    padding-bottom: 15px;
}
.carroussel .visuel3 .carroussel_bloc .carroussel_texte {
   font-size:14px;
}
.visuel6 .carroussel_bloc {
    background: url('../pictures/opacityyy.png') top left repeat;
    width: 310px;
    /*height: 260px;*/
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    /*padding-right: 25px;*/

}

.visuel6 .carroussel_bloc .carroussel_texte {
    /*width: 318px;*/
    color:#ffffff;
    padding-bottom: 15px;
}

.visuel5 .carroussel_bloc .carroussel_texte {
    width: 450px;
    color:#ffffff;
    padding-bottom: 15px;
    text-align: justify;
}



/*La barre du lien 'LIRE LA SUITE'*/

/*Fond noir*/
.visuel1 .carroussel_bloc .lien, .visuel4 .carroussel_bloc .lien {
    background-color: #000000;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.visuel1 .lien a, .visuel4 .lien a {
    background: url('../pictures/fleche_grise.png') center right no-repeat;
    color: #9e9e9e;
    text-decoration: none;
    width:254px;
    display:inline-block;
    text-transform: uppercase;
}

/*Fond blanc*/
.visuel2 .carroussel_bloc .lien, .visuel3 .carroussel_bloc .lien, .visuel5 .carroussel_bloc .lien, .visuel6 .carroussel_bloc .lien {
    background-color: #ffffff;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    /*width: 260px;*/
}

.visuel2 .lien a, .visuel3 .lien a, .visuel5 .lien a, .visuel6 .lien a {
    background: url('../pictures/fleche_griz.png') center right no-repeat;
    color: #000000;
    text-decoration: none;
    width:254px;
    display:inline-block;
    text-transform: uppercase;
}

.carroussel_bloc .lien a{
    position: relative
}

.active {
    z-index: 500;
}

.carroussel_bar_bloc{
    width: 980px;
    height: 16px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin-left:-490px;
    z-index: 501;
    text-align: center;

}

/*
@media screen and (max-width: 1024px) {
    .carroussel_bar_bloc {
        bottom: 200px;

    }
}*/

.carroussel_bar {
    background-color: #000000;
    height: 6px;
    display:inline-block;
    vertical-align: top;
    padding:5px;
}

.carroussel_bar button{
    border: 0 none;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 6px;
    margin-right: 5px;
    cursor: pointer;
    vertical-align: top;
    background:none;
}
.carroussel_bar button span{
    display: block;
    width: 40px;
    height: 2px;
    vertical-align: middle;
}
.carroussel_bar .ongletOff span{
    background-color: #808080;
}

.carroussel_bar .ongletOn span{
    background-color: #ffffff;
    height: 6px;
    cursor: auto;
}

.global {
    width: 100%;
    background: url('../pictures/bkg.jpg') top left repeat;
    position: relative;
    z-index:10;
}
.global:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.bloc_menu {
    width: 100%;
    background-color: #1b1b1b;
    margin: auto;
}

#homepage .menu {
    margin: auto;
    height: 80px;
    width: 1000px;
    border-right: 1px solid #272727;
}

.menu {
    margin: auto;
    height: 80px;
    width: 1000px;
    border-right: 0 none;
}
.menu ul:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#homepage .menu .menu_liste {
    float: left;
    /*padding-left: 20px;*/
    padding-left: 80px;
    border-left: 1px solid #272727;
    padding-right: 20px;
}
/*Pour toutes les pages sauf la homepage*/
.global .menu .menu_liste {
    float: none;
    text-align: center;
}


#homepage .menu .menu_liste li {
    /*margin-right: 40px;*/
    margin-right: 70px;
    float: left;
    height:80px;
    background: none;
    padding-left: 0px;
    padding-right: 0px;
}

.global .menu .menu_liste li {
    float: none;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background: url('../pictures/border_menuu.png') center left no-repeat;
    position: relative;
    margin-right: -4px;
}


#homepage .menu .menu_liste .last {
    margin-right: 0px;
}

#homepage .menu .menu_liste .last a{
    background: none;
    padding-right: 0px;
}

.global .menu .menu_liste .last a{
    background: url('../pictures/border_menuu.png') center right no-repeat;
    padding-right: 25px;
}

/*.global .menu .menu_liste .first {
    background: url('../pictures/accueil_menu.png') center left no-repeat;
}*/

.menu .menu_liste li a {
    color: #c1c1c1;
    height: 80px;
    text-decoration: none;
    text-transform: uppercase;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;


}

.menu .menu_liste li.last.active {
    padding-right: 0px;
}

.global .menu .menu_liste li.active {
    background: #272727;
}

.global .menu .menu_liste li.active a .active_menu{
    background: url('../pictures/active_menu.png') center right no-repeat;
    width: 34px;
    height: 10px;
    position: absolute;
    top: 80px;
    left: 50%;
    margin-left: -17px;
}

.menu .rs_liste {
    float: right;
    border-left: 1px solid #272727;
    height: 40px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.menu .rs_liste li {
    float: left;
    padding: 0px 12px;

}

.menu .rs_liste li a {
    color: #c1c1c1;
    text-decoration: none;
    text-transform: uppercase;

}

/*Bloc présentation*/
.global .presentation:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.global .presentation {
    width: 1000px;
    margin: auto;

}

.presentation .presentation_img {
    width: 655px;
    height: 500px;
    float: left;
}

.presentation .content {
    background-color: #2f2f31;
    float: left;
    width: 305px;
    height: 380px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    position: relative;
    padding-bottom: 70px;
}

.content h3 {
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
#homepage .content h3{
    font-weight: normal
} 

.content .myBloc {
    height: 280px;
    width: 250px;
    position: relative;
    margin-bottom: 30px;
}

#homepage .content .myBloc{
    text-align:justify
}

.content .texte {
    overflow: auto;
    padding-right: 20px;
    width: 250px;
    height: 280px;
    /*
    position: relative;
    top: 0px;
    left: 0px;*/

}

.content .chemin {
    background-color: #616264;
    height: 265px;
    width: 1px;
    margin-left: 5px;
    position: relative;
}

.content .molette {
    background: url('../pictures/molette.png') top left no-repeat;
    height: 49px;
    width: 13px;
    position: absolute;
    top: 0px;
    left: -5px;
    cursor: pointer;
    z-index:10
}

.content .scroll_bar {
    position: absolute;
    top: 98px;
    left: 290px;
    z-index: 10;
}


.content .lien {
    background-color: #ffffff;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    width: 245px;
}

.content .lien a {
    background: url('../pictures/fleche_griz.png') center right no-repeat;
    color: #000000;
    text-decoration: none;
    /*padding-right: 170px;*/
    text-transform: uppercase;

    width: 235px;
    padding-right:10px;
    display:inline-block;
}


/*bloc histoire avec le carousel*/
.bloc_histoire {
    width: 1000px;
    margin: auto;
}

.bloc_histoire .gros_titre {
    height: 50px;
    background-color: #000000;
    opacity: 0.4;
    text-align: center;
    line-height: 50px;
}

.gros_titre h2 {
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    display: inline;
    padding-left: 30px;
    padding-right: 30px;
}

#homepage .gros_titre h2{font-weight:normal}
.gros_titre .bkg_left {
    background: url('../pictures/h2_bkg.png') center left no-repeat;
    display: inline-block;
    width: 122px;
    height: 1px;
    padding-bottom: 10px;
}

.gros_titre .bkg_right {
    background: url('../pictures/h2_bkg.png') center left no-repeat;
    display: inline-block;
    width: 122px;
    height: 1px;
    padding-bottom: 10px;
}

.bloc_histoire .carousel_bar {
    background: url('../pictures/bkg_date.png') center left no-repeat;
    position: relative;
    /*width: 1000px;*/
    height: 163px;
    z-index: 2;
    overflow: hidden;
}

.carousel_bar ul {
    display: inline-block;
    position: absolute;
    top: 19px;
    left: 446px;
}

.carousel_bar li {
    float: left;
    text-align: center;
    width: 120px;
}

.carousel_bar li .la_date {
    padding-top:30px;
    height: 30px;
    width: 120px;
    background: url('../pictures/date_rond2.png') bottom center no-repeat;
    padding-bottom: 15px;
}

.carousel_bar .on_bar {
    background: url('../pictures/rond_blanc.png') bottom center no-repeat;

}

.carousel_bar .on_bar .la_date {
    background: 0 none;
    height:50px;
    padding-top:11px;
}

.carousel_bar .on_bar button {
    color: #ffffff;
    font-size: 40px;
    font-weight: normal;
}

.carousel_bar .date_line {
    position: absolute;
    top: 87px;
    left: 0px;
    display: inline-block;
    background: url('../pictures/date_line.png') top left repeat-x;
    height: 1px;
    width: 900px;
    margin-left: 50px;

}

.carousel_bar .opacity_left {
    background: url('../pictures/opacity_left.png') top left no-repeat;
    width: 200px;
    height: 135px;
    display: inline-block;
    z-index: 5;
    position: absolute;
    top: 0px;
    left: 0px;
}
.carousel_bar .opacity_right {
    background: url('../pictures/opacity_right.png') top left no-repeat;
    width: 200px;
    height: 135px;
    display: inline-block;
    z-index: 5;
    position: absolute;
    top: 0px;
    right: 0px;
}

.carousel_bar button {
    border: 0;
    background: 0 none;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
}
.carousel_content:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.carousel_content {
    position: relative;
    left: 0px;
    top: -29px;
    z-index: 1;
    height: 365px;
    overflow: hidden;
    margin-bottom: -29px;
    background: url('../pictures/a1.jpg') top left no-repeat;
}
.carousel_ul {
    height: 365px;
    position: absolute;
    top: 0px;
    left: 0px;
}

.carousel_ul li{
    float: left;
    width: 1000px;
    height: 365px;
    position: relative;
}


.carousel_content .histoire_texte {
    width: 611px;
    position: absolute;
    top: 70px;
    left: 171px;
    background: url('../pictures/png_texte_histoire.png') top left repeat;
   	padding:0 30px;
}

.histoire_texte .precedent {
    background: url('../pictures/histoire_left.png') left center no-repeat #ffffff;
    border: 0 none;
    width: 30px;
	height:100%;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    left:0;top:0;
}

.histoire_texte .texte {
    width: 601px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 100%;
   	height:240px;
}

.histoire_texte .texte .chezcb{
	display:block;
	margin-bottom:4px;
	font-size:18px;
}
.histoire_texte .texte .chezcb img{
	display:block;
	margin:0 auto 4px;
}

.histoire_texte .texte hr{
    display:block;
    color: white;
    background-color: white;
    height: 1px;
    font-size:1px;
    line-height: 1px;
    border: 0;
    width:150px;
    overflow:hidden;
    padding:0;
    margin:12px auto 2px;
}
.histoire_texte .texte .meme_annee{
    text-transform:none;
    font-size:16px;
}

.histoire_texte .suivant {
    background: url('../pictures/histoire_right.png') left center no-repeat #ffffff;
    border: 0 none;
    width: 30px;
    height:100%;
    float: right;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    right:0;top:0;
}

/* bloc editorial*/

.bloc_editorial {
    width: 1000px;
    margin: auto;
}

.bloc_editorial .gros_titre {
    height: 50px;
    background-color: #000000;
    opacity: 0.4;
    text-align: center;
    line-height: 50px;
}

.bloc_editorial .content {
    background-color: #2f2f31;
    float: left;
    width: 305px;
    height: 380px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
    position: relative;
    padding-bottom: 70px;
}

.editorial_img img {
    display: block;
}

/*Bloc paiement*/

.bloc_paiement {
    width: 1000px;
    margin: auto;

}

.bloc_paiement .gros_titre {
    height: 50px;
    background-color: #000000;
    opacity: 0.4;
    text-align: center;
    line-height: 50px;
}

.bloc_paiement .paiement_bkg {
    background: url('../pictures/paiement_bkg.jpg') top left no-repeat;
    height: 500px;
    position: relative;
}

.paiement_bkg .paiement_texte {
    width: 640px;
    background: url('../pictures/opacite.png') top left repeat;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 150px;
    left: 150px;
    padding: 35px 35px 55px 35px;


}

.paiement_texte h3 {
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight:normal
}

.paiement_texte .texte {
    font-size: 14px;
}

.paiement_texte .lien {
    background: url('../pictures/opacityyy.png') center left repeat;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.paiement_texte .lien a {
    background: url('../pictures/fleche_grise.png') center right no-repeat;
    color: #9e9e9e;
    text-decoration: none;
    padding-right: 185px;
    text-transform: uppercase;
}

/*Bloc Cb et vous*/

.bloc_cbVous {
    width: 1000px;
    margin: auto;
}

.bloc_cbVous .gros_titre {
    height: 50px;
    background-color: #000000;
    opacity: 0.4;
    text-align: center;
    line-height: 50px;
}

.bloc_cbVous .cbVous_bkg {
    background: url('../pictures/cbVous_bkg.jpg') top left no-repeat;
    height: 500px;
    position: relative;
}

.cbVous_bkg .cbVous_texte {
    width: 279px;
    margin: auto;
    background: url('../pictures/opacite.png') top left repeat;
    color: #ffffff;
    position: absolute;
    top: 100px;
    left: 580px;
    padding: 50px 40px 80px 40px;

}

.cbVous_texte h3 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight:normal
}

.cbVous_texte .texte {
    font-size: 14px;
}

.cbVous_texte .lien {
    background: url('../pictures/opacityyy.png') center left repeat;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.cbVous_texte .lien a {
    background: url('../pictures/fleche_grise.png') center right no-repeat;
    color: #9e9e9e;
    text-decoration: none;
    padding-right: 185px;
    text-transform: uppercase;
}

/*Bloc Chiffres clés*/

.bloc_chiffresCles {
    width: 1000px;
    margin: auto;
}

.bloc_chiffresCles .gros_titre {
    height: 50px;
    background-color: #000000;
    opacity: 0.4;
    text-align: center;
    line-height: 50px;
}

.bloc_chiffresCles .chiffresCles_bkg {
    background-color: #333333;
    height: 325px;
    position: relative;
}

.chiffresCles_bkg .chiffresCles_texte {
    width: 278px;
    margin: auto;
    background: url('../pictures/opacite.png') top left repeat;
    color: #ffffff;
    position: absolute;
    top: 100px;
    left: 580px;
    padding: 50px 40px 80px 40px;

}

.chiffresCles_texte h3 {
    font-size: 32px;
    text-transform: uppercase;
}

.chiffresCles_texte .texte {
    font-size: 14px;
}

.chiffresCles_texte .lien {
    background: url('../pictures/blue_bkg.png') center left repeat-x;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.chiffresCles_bkg .chiffresCles_column {
    float: left;
    width: 330px;
    text-transform: uppercase;
    height: 220px;
    text-align: center;
    padding-top: 105px;
    background: url('../pictures/chiffres_trait.png') center right no-repeat;
}

.bloc_chiffresCles .chiffresCles_bkg .last_column {
    padding-top: 0px;
}

.chiffresCles_column .chiffres1 {
    background-color: #000000;
    color: #7c7c7c;
    width: 221px;
    height: 78px;
    font-size: 80px;
    font-weight: bold;
    text-align: center;
    line-height: 78px;
    margin: auto;


}

.chiffresCles_column .text_color {
    color: #4a81bf;
    font-size: 22px;
}

.chiffresCles_column .text {
    color: #7c7c7c;
    font-size: 22px;
}

.chiffresCles_column .chiffres2 {
    background-color: #000000;
    color: #7c7c7c;
    width: 234px;
    height: 78px;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    margin: auto;
}

.chiffres2 .left_chiffres {
    background-color: #242424;
    width: 78px;
    height: 78px;
    line-height: 65px;
    display: inline-block;
    float: left;
}

.chiffres2 .center_chiffres {
    background-color: #0f0f0f;
    width: 78px;
    height: 78px;
    line-height: 78px;
    display: inline-block;
    float: left;
}

.chiffres2 .right_chiffres {
    background-color: #000000;
    width: 78px;
    line-height: 78px;
    height: 78px;
    display: inline-block;
    float: left;
}

/*footer*/

.bloc_footer {
    width: 100%;

}


.bloc_footer_top {
    width: 100%;
    margin: auto;
    /*height: 0px;*/
    background-color: #1b1b1b;
    overflow: hidden;
    position: relative;
    /*display: none;*/
}

.footer_top {
    width: 1000px;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer_top:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}

.footer_top h3 {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight:normal
}

.footer_top .text {
    color: #7c7c7c;
    padding-bottom: 30px;
}

.footer_top .lien {
    background: url('../pictures/pixel_gris.png') center left repeat;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 25px;
    width: 120px;
}

.footer_top .lien a {
    background: url('../pictures/foot_gris.png') center right no-repeat;
    color: #1b1b1b;
    text-decoration: none;
    /*padding-right: 45px;*/
    text-transform: uppercase;

    display: inline-block;
    width: 110px;
    padding-right:10px;

}

.footer_column1 {
    float: left;
    width: 360px;
    height: 250px;
    padding-left: 35px;
    padding-right: 35px;
    border-right: 1px solid #2f2f2f;
}

/*.footer_column2 {
    float: left;
    width: 140px;
    height: 250px;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px solid #2f2f2f;
}

.footer_column2 img {
    margin-right: 10px;
}*/

.footer_column3 {
    float: left;
    width: 208px;
    height: 250px;
    padding-left: 35px;
    padding-right: 35px;
    border-right: 1px solid #2f2f2f;
    /*background-color: greenyellow;*/
}

.footer_column3 ul li {
    margin-bottom: 15px;
}

.footer_column3 a {
    color: #7c7c7c;
    text-decoration: none;
}
.footer_column3 a.active{color: #7c7c7c}
.footer_column4 {
    float: left;
    width: 220px;
    height: 250px;
    padding-left: 35px;
    padding-right: 35px;
}

.recherche_input {
    background-color: #2e2e2e;
    width: 217px;
    height: 35px;
    border: 1px solid #000000;
}

.recherche_input .rechercher {
    background: url("../pictures/loupe2.png") center center no-repeat;
    width: 35px;
    height: 35px;
    cursor: pointer;
    vertical-align: middle;
    /*padding-top: 8px;*/
}

.recherche_input input {
    padding:0;
    margin:0;
    height: 35px;
    line-height: 35px;
    background-color: #2e2e2e;
    color: #9e9e9e;
    border:  0 none;
    width: 172px;
    padding-left: 10px;
    vertical-align: middle;
    /*outline: none;*/
}

/*input:focus {
    border-color: rgba(82, 168, 236, 0.75);
    -moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
    -webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
    box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
}*/

/*input:focus {
    outline: 1px solid #3b74a5;
}


*/

.bloc_footer_bottom {
    width: 100%;
    margin: auto;
    background-color: #2f2f2f;
    height: 39px;
    position: relative;
}
.footer_bottom:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}

.footer_bottom {
    width: 1000px;
    margin: auto;
    padding-top: 10px;
    text-align: center;
    color:#7c7c7c;
}

.footer_bottom ul {
    display: inline;
    padding-right:3px;
}

.footer_bottom ul li {
    display: inline;
}

.footer_bottom li a {
    color: #7c7c7c;
    text-decoration: none;
    border-right: 1px solid #535353;
    padding-left: 5px;
    padding-right: 5px;
}

.footer_bottom li span {
    color: #7c7c7c;
    text-decoration: none;
    border-right: 1px solid #535353;
    padding-left: 5px;
    padding-right: 5px;
}

.credit {
    cursor: pointer;
}

.popinCreditContent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../pictures/opacity_noir.png') top left repeat;
    z-index: 9999;
    display: none;
}

.popinCreditContent a {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -39px;
    padding: 25px;
}

.footer_bottom ul li .last {
    border-right: 0 none;
}

#carroussel-conteneur .loading {
    background-color: #686868;
    height: 100%;
    text-align: center;
    position: relative;
    z-index: 502;
}

.loading img {
    position: absolute;
    top: 40%;
    left: 50%;
}

/*.bkg_top1 {
    background-image: url('../pictures/visuel6.jpg');
}*/

.bkg_top {
    width:100%;
    overflow:hidden;
    position: relative;
    height: 100%;   
    background-position:center top;
    background-repeat:no-repeat;
    background-size: cover;
}

.top .bloc_news {
    width: 431px;
    position: absolute;
    top: 20%;
    left: 10%;
    /*border: 1px solid red;*/
    background: url('../pictures/pixel_blanc.png') top left repeat;
    display: none;
}

.bloc_news .news_content {
    overflow: hidden;
    border-bottom: 1px solid #c4c3c3;
    height: 82px;
}

.news_content img {
    float: left;
    width:146px;
}

.image_news_resize {
    width: 146px;
    height: 82px;
}

.bloc_news .texte_news {
    float: left;
    width: 265px;
    height: 82px;
}

.texte_news .bloc_txt {
    display: table-cell;
    vertical-align: middle;
    padding-left:10px;
    height:82px;
}


.date_news a{
    display: block;
    color: #919191;
    text-decoration: none;
}

.bloc_txt .texte a{
    font-size: 14px;
    text-decoration: none;
    color: #1b1b1b;
}

.titre_news{
    font-size: 18px;
    text-transform: uppercase;
    color: #1b1b1b;
    display: block;
}
.titre_news a{
    color: #1b1b1b;
    text-decoration: none;
}

.top .bloc_texte {
    max-width: 590px;
    background: url('../pictures/opacite.png') top left repeat;
    color: #ffffff;
    position: absolute;
    top: 20%;
    right: 10%;
    padding: 20px 20px 30px 20px;
}

.top .bloc_texte .titre {
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 20px;
    background: url('../pictures/trait_b.png') bottom left no-repeat;
}

.top .bloc_texte .texte {
    margin-top: 20px;
    font-size: 14px;
    text-align:justify
}

#global-content{
    width: 1000px;
    margin: auto;
    min-height:550px;
}

.bloc_wrapper {
    width: 1000px;
    margin: auto;
}

.bloc_wrapper .gros_titre {
    height: 50px;
    background: none;
    text-align: center;
    line-height: 50px;
}

.bloc_wrapper .gros_titre h2 {
    color: #1b1b1b;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    /*display: inline;*/
    display: table-cell;
    white-space: nowrap;
}

.bloc_wrapper .gros_titre .bkg_left {
    background: url('../pictures/h2_bkg22.png') center left repeat-x;
    /*display: inline-block;
    min-width: 407px;*/
    height: 1px;
    padding-bottom: 10px;
    display:table-cell;
    width:50%
}

.bloc_wrapper .gros_titre .bkg_right {
    background: url('../pictures/h2_bkg22.png') center left repeat-x;
    /*display: inline-block;
    min-width: 407px;*/
    height: 1px;
    padding-bottom: 10px;
    display:table-cell;
    width:50%
}

.bloc_wrapper .content {
    width: 1000px;
    height: 500px;
    color: #ffffff;
    position: relative;
    overflow: hidden;

}

.arriere_plan_1 .content {
    background: url('../pictures/carte_visuel.jpg') left top no-repeat;
}

.arriere_plan_2 .content {
    background: url('../pictures/innovations_visuel.jpg') left top no-repeat;
}

.arriere_plan_3 .content {
    background: url('../pictures/carte2_visuel.jpg') left top no-repeat;
}

.arriere_plan_4 .content {
    background: url('../pictures/vous_visuel.jpg') left top no-repeat;
}

.arriere_plan_5 .content {
    background: url('../pictures/psc_visuel.jpg') left top no-repeat;
}

/*.bloc_universalite .content {
    background: url('../pictures/carte_visuel.jpg') left top no-repeat;
}*/

/*.bloc_securite .content {
    background: url('../pictures/carte_visuel.jpg') left top no-repeat;
}*/

/*.bloc_services .content {
    background: url('../pictures/carte_visuel.jpg') left top no-repeat;
}*/

/*.bloc_membres_cb .content {
    background: url('../pictures/carte2_visuel.jpg') left top no-repeat;
}*/


.content .navigation {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.navigation ul li {
    background: url('../pictures/opacite.png') top left repeat;
    width: 176px;  
    padding-left:12px;
}

.navigation ul li a {
    display: block;
    padding-bottom: 16px;
    padding-top: 16px;
    /*width: 140px;*/
    margin-right:12px;
    background: url('../pictures/fleche_grise.png') center right no-repeat;
    padding-right: 12px;
    color: #c1c1c1;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #2d2c2e;
}

.navigation ul .active{
    background: #ffffff;
}

.content .navigation ul .navCol0.active {
    background: #b3a0bc;
}

.content .navigation ul .navCol0.active a {
    background: url('../pictures/fleche_noire.png') center right no-repeat;
}

.content .navigation ul .navCol1.active {
    background: #81a2a7;
}

.content .navigation ul .navCol1.active a {
    background: url('../pictures/fleche_noire.png') center right no-repeat;
}

.content .navigation ul .navCol2.active {
    background: #7893b0;
}

.content .navigation ul .navCol2.active a {
    background: url('../pictures/fleche_noire.png') center right no-repeat;
}

#global-wrapper .navigation ul .haschildren.active a {
	 background-image:url('../pictures/fleche_noire_h.png');
}

.navigation ul .active a {
    color: #000000;
    background: url('../pictures/fleche_griz.png') center right no-repeat;
    border-bottom: 0 none;
    padding-bottom:19px;
}
.navigation ul.submenu{width:164px;position:relative;top:-2px;border-top: 1px solid #2d2c2e}
.navigation ul.submenu li{width:154px;padding-left:10px;background:url("../pictures/puce.png") left 13px no-repeat;padding-top:7px}
.navigation ul.submenu li.last{padding-bottom:7px}
#global-wrapper .navigation .haschildren ul.submenu li a{color:#c1c1c1;font-size:14px;text-transform:none;display:inline;padding:0;margin:0;background:none;border:0 none;}
#global-wrapper .navigation .haschildren.active ul.submenu li a{color:#4b4b4b}
#global-wrapper .navigation .haschildren.active ul.submenu li a.active{color:#000000}

.content .bloc_center {
    width: 702px;
    height: 460px;
    position: absolute;
    left: 218px;
    top: 20px;
    padding-right:80px;
    overflow: auto;
    padding-top: 25px;
}

.content .zoom .bloc_center {
    left: 30px;
    width: 890px;
}

.bloc_center .bloc_title:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.bloc_center .bloc_title{
    background: url('../pictures/opacite.png') top left repeat;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 25px;
    padding-right: 25px;
    position: relative;
}

.bloc_center h1, h1.title{
    font-size: 32px;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #1b1b1b;
    font-weight: normal;
}

/*.content_title .bloc_center .super_title h1 {
    width: 400px;
}*/

.bloc_center .bloc_title h1{
    font-size: 32px;
    /*font-weight: bold;*/
    text-transform: uppercase;
    border-bottom: 1px solid #646466;
    padding-bottom: 5px;
    margin-bottom: 15px;
    padding-right: 150px;
    color: #ffffff;
    font-weight:normal
}

.bloc_center .sectionCol0 .bloc_title h1 {
    color: #b3a0bc;
    border-bottom: 3px solid #b3a0bc;
    font-weight: normal;
}

.bloc_center .sectionCol0 .bloc_title_docs h1 {
    color: #b3a0bc;
    font-weight: normal;
}

.bloc_center .sectionCol1 .bloc_title h1 {
    color: #81a2a7;
    border-bottom: 3px solid #81a2a7;
    font-weight: normal;
}

.bloc_center .sectionCol1 .bloc_title_docs h1 {
    color: #81a2a7;
    font-weight: normal;
    /*border-bottom: 3px solid #81a2a7;*/
}

.bloc_center .sectionCol2 .bloc_title h1 {
    color: #7893b0;
    border-bottom: 3px solid #7893b0;
    font-weight: normal;
}

.bloc_center .sectionCol2 .bloc_title_docs h1 {
    color: #7893b0;
    font-weight: normal;
    font-weight: normal;
}

.bloc_title_docs {
    background: url('../pictures/opacite.png') top left repeat;
    padding-top: 30px;
    padding-left: 30px;
    padding-bottom: 5px;
    padding-right: 25px;
    position: relative;
}

.bloc_center .bloc_title_docs h1 {
    border-bottom: 0 none;
    color: #ffffff;
    font-weight: normal;
}

.bloc_center h2{
    font-size: 21px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight:normal
}

.bloc_center .slogan {
    color: #1b1b1b;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bloc_title .liens, .bloc_title_docs .liens {
    position: absolute;
    top: 40px;
    right: 7px;
}

.bloc_title .liens li, .bloc_title_docs .liens li {
    float: left;
    margin-right: 15px;

}
.liens li img {
    vertical-align: middle;
}

.liens li button {
    background: none;
    border: 0 none;
    cursor: pointer;
}

.liens .bouton_imprimer {
    /*border-left: 1px solid #b1b1b1;*/
    padding-left: 18px;
}

.bloc_center .bloc_content {
    background-color: #ffffff;
    color: #1b1b1b;
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 20px;

}

.bloc_center .graphique {
    background-color: #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.bloc_center section {
    margin-bottom: 30px;
    position: relative;
}

.bloc_center .remonter {
    border-bottom: 1px solid #cccccc;
    position: relative;
    margin-top: 20px;
    clear:both;
    width:100%;
}

.remonter .bouton_remonter {
    background: url('../pictures/bouton_remonter.gif') top left no-repeat;
    width: 16px;
    height: 9px;
    border: 0 none;
    position: absolute;
    bottom: -4px;
    left: 621px;
    cursor: pointer;
}

.zoom .remonter .bouton_remonter {
    left: 809px;
}

.content_title .zoom .remonter .bouton_remonter {
    left: 621px;
}

.bloc_content .paragraphe {
    width:100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.bloc_content .paragraphe_last {
    width:100%;
    overflow: hidden;
}

.bloc_content .paragraphe_border {
    width:100%;
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
}

.sectionCol0 .bloc_content .liens_telechargements .liens_externe{
    background-color: #b3a0bc;
}

.sectionCol0 .bloc_content .liens_telechargements .liens_externe a{
    color: #ffffff;
}

.sectionCol1 .bloc_content .liens_telechargements .liens_externe{
    background-color: #81a2a7;
}

.sectionCol1 .bloc_content .liens_telechargements .liens_externe a{
    color: #ffffff;
}

.sectionCol2 .bloc_content .liens_telechargements .liens_externe{
    background-color: #7893b0;
}

.sectionCol2 .bloc_content .liens_telechargements .liens_externe a{
    color: #ffffff;
}

.sectionCol0 .bloc_content .liens_telechargements .liens_interne{
    background-color: #b3a0bc;
}

.sectionCol0 .bloc_content .liens_telechargements .liens_interne a{
    color: #ffffff;
}

.sectionCol1 .bloc_content .liens_telechargements .liens_interne{
    background-color: #81a2a7;
}

.sectionCol1 .bloc_content .liens_telechargements .liens_interne a{
    color: #ffffff;
}

.sectionCol2 .bloc_content .liens_telechargements .liens_interne{
    background-color: #7893b0;
}

.sectionCol2 .bloc_content .liens_telechargements .liens_interne a{
    color: #ffffff;
}

.sectionCol0 .bloc_content .liens_telechargements .liens_interne_telecharger{
    background-color: #b3a0bc;
}

.sectionCol0 .bloc_content .liens_telechargements .liens_interne_telecharger span{
    color: #ffffff;
}

.sectionCol1 .bloc_content .liens_telechargements .liens_interne_telecharger{
    background-color: #81a2a7;
}

.sectionCol1 .bloc_content .liens_telechargements .liens_interne_telecharger span{
    color: #ffffff;
}

.sectionCol2 .bloc_content .liens_telechargements .liens_interne_telecharger{
    background-color: #7893b0;
}

.sectionCol2 .bloc_content .liens_telechargements .liens_interne_telecharger span{
    color: #ffffff;
}

.bloc_content .liens_telechargements .liens_externe{
    background-color: #1b1b1b;
    width: 625px;
    height: 30px;
    margin-bottom: 1px;
    line-height: 30px;
    padding-left: 10px;
}

.bloc_content .liens_telechargements .liens_interne{
    background-color: #1b1b1b;
    width: 625px;
    height: 30px;
    margin-bottom: 1px;
    line-height: 30px;
    padding-left: 10px;
}

.bloc_content .liens_telechargements .liens_interne_telecharger {
    background-color: #1b1b1b;
    width: 625px;
    height: 30px;
    margin-bottom: 1px;
    line-height: 30px;
    padding-left: 10px;
    position: relative;
    text-transform: uppercase;
}

.liens_interne_telecharger span {
    color: #c1c1c1;
}

.liens_interne_telecharger a {
    cursor: pointer;
    /*border: 1px solid red;*/
}

.liens_telechargements {
    margin-bottom: 20px;
    text-align:left
}
.paragraphe_bloc .liens_telechargements{
    margin-bottom:0;
    padding-top:20px;
}

.liens_telechargements a {
    text-decoration: none;
    color: #c1c1c1;
    text-transform: uppercase;
    width: 600px;
}

.liens_telechargements a:hover {
    color: #ffffff;
}

.liens_interne_telecharger .interne {
    background: url('../pictures/interne2.png') center right no-repeat;
    display: inline-block;
    width: 17px;
    height: 6px;
    position: absolute;
    right: 45px;
    top: 12px;
    background-position: left -7px;
}

/*.liens_interne_telecharger .interne:hover {
    background-position: left -6px;
}*/

.liens_interne_telecharger .telecharger {
    background: url('../pictures/liens_interne2.png') center right no-repeat;
    display: inline-block;
    width: 9px;
    height: 8px;
    position: absolute;
    right: 25px;
    top: 11px;
    background-position: left -9px;
}

/*.liens_interne_telecharger .telecharger:hover {
    background-position: left -8px;
}*/

.liens_externe a {
    background: url('../pictures/fleche_grise.png') center right no-repeat;
    display: inline-block;
}

.liens_interne a {
    background: url('../pictures/liens_interne.png') center right no-repeat;
    display: inline-block;
}

.bloc_center .image_droite {
    float: right;
    margin-left: 25px;
    margin-bottom: 10px;
}

.bloc_center .image_gauche {
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}

.bloc_content_faq .image_gauche {
    float: left;
    margin-right: 25px;
    margin-bottom: 10px;
}

.graphique {
    height: 340px;
    position: relative;
	width:100%;
}

.graphique svg {
    position: relative;
    z-index: 1;
}

.graphique .grid {
    position: absolute;
    top: 39px;
    left: 239px;
    background: url('../pictures/grid1.png') top left no-repeat;
    width: 380px;
    height: 300px;
    z-index: 0;

}

.graphique .legende {
    width: 200px;
    height: 360px;
    position: absolute;
    top: 39px;
    left: 0px;
    padding-left: 20px;
    z-index: 2;
}

.legende .lineLegend {
    margin-bottom: 12px;
}

.legende .colorLegend {
    width: 21px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
}

.legende .textLegend {
    vertical-align: middle;
    margin-left: 5px;
    display: inline-block;
    width: 170px;
}
.chapeau{
    width:100%;
    overflow:hidden;
}

.chapeau .chapeau_left {
    float: left;
    width: 320px;
}

.chapeau .chapeau_right {
    float: left;
    width: 320px;
}
.chapeau .chapeau_bloc:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.chapeau .chapeau_bloc {
    margin-bottom: 25px;
    overflow:hidden;
    height: 33px;
}

.chapeau_bloc .chapeau_numero {
    font-size: 30px;
    float: left;
    width: 28px;
    margin-right: 12px;
    background: url('../pictures/rond_bl.png') center right no-repeat;
}

.chapeau_bloc .chapeau_texte {
    float: left;
    width: 270px;

}

.animation_flash {
    margin-bottom: 20px;
}

.player_video {
    width: 827px;
    height: 300px;
    background-color: #cccccc;
    margin-bottom: 20px;
}

.chiffres_cles {
    width: 827px;
    height: 300px;
    background-color: #bbbbbb;
    margin-bottom: 20px;
}

.content_title .super_title {
    padding-bottom: 20px;
    color: #1b1b1b;
    /*width: 650px;*/
}

.super_title h1 {
    font-weight: normal;
}

.content_title section {
    width: 697px;
    position: relative;
    left: 190px;
}

.chapeau_docs {
    background-color: #cccccc;
    height: 42px;
    line-height: 42px;
    color: #1b1b1b;
    padding-left: 30px;
    font-size: 32px;
    font-weight: bold;
    width:100%;
    padding-right:30px;
    position:relative;
    left:-30px;
    top:-30px;
}

.paragraphe_docs {
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.paragraphe_comm{
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 30px;
    margin-bottom: 29px;
}
.paragraphe_comm_last{
	border:0 none;
}

.paragraphe_last .date_news {
    margin-bottom: 5px;
    display: block;
    color: #919191;
    text-decoration: none;
}

.paragraphe_last .titre_news {
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #1b1b1b;
    /*margin-bottom: 5px;*/
    display: block;
    text-decoration: none;
}

.paragraphe .date_news {
    margin-bottom: 5px;
    display: block;
    color: #919191;
    text-decoration: none;
}

.paragraphe .titre_news {
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #1b1b1b;
    /*margin-bottom: 5px;*/
    display: block;
    text-decoration: none;
}

.paragraphe_docs .date_news {
    margin-bottom: 5px;
    display: block;
    color: #919191;
    text-decoration: none;
}

.paragraphe_docs .titre_news {
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
    color: #1b1b1b;
    /*margin-bottom: 5px;*/
    display: block;
    text-decoration: none;
}

.navigation .navigation_telecharger {
    background-color: #1b1b1b;
    padding-top: 30px;
    text-align: center;
    padding-bottom: 15px;
}

.navigation_telecharger a {
    color: #c1c1c1;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    padding-top: 10px;
    display: inline-block;
    background: url('../pictures/telecharger_nav.png') bottom center no-repeat;
    padding-bottom: 15px;
}

.image_membres {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-right: 4px;
    width: 120px;
    height: 120px;
    overflow: hidden;

}

.image_membres .image_membres_center {
    display: table-cell;
    width: 120px;
    height: 120px;
    vertical-align: middle;
    text-align: center;
}
.image_membres .image_membres_center img{
	max-width:120px;
	max-height:120px;
}

.image_membres a{
    text-decoration: none
}

.image_membres .image_membres_normal {
    /*position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;*/
}

.image_membres .image_membres_hover {
    position: absolute;
    display: inline-block;
    top: 120px;
    left: 0px;
    background: url('../pictures/opacite.png') top left repeat;
    width: 110px;
    height:95px;
    z-index: 0;
    padding-top: 25px;
    padding-left: 5px;
    padding-right: 5px;
    color: #ffffff;
    text-transform: uppercase
}

.image_membres .pluss {
    background: url('../pictures/pluss.png') top left no-repeat;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -6px;
    width: 13px;
    height: 13px;
    z-index: 1;
}

.image_membres .moinss {
    background: url('../pictures/moinss.png') top left no-repeat;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -6px;
    width: 13px;
    height: 1px;
    z-index: 0;
}

.chapeau_trier {
    background-color: #cccccc;
    height: 42px;
    /*line-height: 42px;*/
    color: #1b1b1b;
    padding-left: 30px;
    font-size: 32px;
    font-weight: bold;
}

.chapeau_trier span{
    font-size: 14px;
    font-weight: normal;
    vertical-align: middle;
}

.bouton_infos {
    background-color: #ffffff;
    width: 56px;
    height: 26px;
    border: 0 none;
    color: #a0a0a0;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.bouton_intox {
    background-color: #ffffff;
    width: 56px;
    height: 26px;
    border: 0 none;
    color: #a0a0a0;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
}
.bloc_content_faq .infos_intox:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.infos_intox{
    padding-bottom: 15px;
/*    clear: both;*/

}

.infos_intox .active_infos_intox {
    background: none;
    background: url('../pictures/slideUp.png') right top no-repeat;
}

.infos {
    background: url('../pictures/slideDown.png') right top no-repeat;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    width:100%;
}

.intox {
    background: url('../pictures/slideDown.png') right top no-repeat;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    width:100%;
}

.infos .question {
    background: url('../pictures/infos.png') 10px center no-repeat;
    padding-left: 80px;
    padding-bottom: 5px;
    font-size: 22px;
    text-transform: uppercase;
    /*width:557px;*/
    width:690px;
}

.intox .question {
    background: url('../pictures/intox.png') 10px center no-repeat;
    padding-left: 80px;
    padding-bottom: 5px;
    font-size: 22px;
    text-transform: uppercase;
    /*width:557px;*/
    width:690px;
}

.intox .question.faq {
    background: url('../pictures/picto.jpg') 10px center no-repeat;
}

.infos_intox .reponse {
    /*display: none;*/
    width:100%;
}

.bloc_content_faq {
    background-color: #ffffff;
    padding: 30px 40px;
    min-height: 500px;
}

.activeTri {
    color: #1b1b1b;
}

.noBorderBottom {
    border-bottom: 0 none;
}

.texte_body {
    margin-bottom: 20px;
}

.texte_body hr{
    color: #808080;
    background-color: #808080;
    height: 1px;
    border:0 none;
    margin:15px 0;
}
hr.sep{
    color: #aaaaaa;
    background-color: #aaaaaa;
    height: 1px;
    border:0 none;
    margin:20px 0;
}

.paragraphe_animations{
    text-align:center;
}

.open_footer {
    display: inline-block;
    background: url('../pictures/open_footer.png') top left no-repeat;
    height: 39px;
    width: 50px;
    position: absolute;
    left: 50%;
    margin-left: 450px;
    /*margin-top: -28px;*/
    top: 0;
    cursor: pointer;
}

.lecteur_video {
	width: 540px;
	height: 380px;
	display: block;
	margin: 0 auto 20px;
}
/*.texte_body .image_gauche {
    clear: both;
}*/

#global-wrapper{width:100%;position:relative;z-index:10;min-height:630px}

.nav-loading{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999;background:#010101}
#global-wrapper .nav-loading{position:absolute;background:url("../pictures/opacityyy.png") left top repeat}
.nav-loading .nav-loading-content{width:330px;position:absolute;top:50%;left:50%;margin:-100px 0 0 -165px;background:url("../pictures/ajax-loader.gif") center 65px no-repeat;color:#ffffff;font-family:Arial, Helvetica, sans-serif;font-size:14px;text-align:center}
.nav-loading .nav-loading-content p{margin-top:45px}
.nav-loading img{vertical-align:middle}
.nav-loading .logoTexte{margin-left:10px}
.page-loading{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999;background:#010101}
.page-loading .page-loading-content{width:330px;height:135px;position:absolute;top:50%;left:50%;margin:-67px 0 0 -165px;color:#ffffff;font-family:Arial, Helvetica, sans-serif;font-size:14px;text-align:center}
.page-loading .page-loading-content img{vertical-align:middle}
.page-loading .page-loading-content .logoTexte{margin-left:10px}
.page-loading .page-loading-content .loader-img{display:block;margin:0 auto 12px}

#betatilt-newsletter-form-register{width:100%;display:block}
#betatilt-newsletter-form-register label{border: 0;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px}
#betatilt-newsletter-form-register .input-text{border: 1px solid #000000;background-color: #2E2E2E;height:35px;line-height:35px;color:#9E9E9E;margin:0;padding:0 5px;width:205px}
#betatilt-newsletter-form-register .input-submit{background:url("../pictures/foot_gris.png") 74px center no-repeat #808080;font-family: "HelveticaNeueLTStd-MdCn", Arial, sans-serif;font-size:14px;height:35px;border:0 none;margin:0;padding:0;cursor:pointer;text-align:left;text-transform:uppercase;padding-left:10px;width:90px}
#betatilt-newsletter-form-register .ajax-progress{display:block;color:#ffffff;padding-top:5px}
#betatilt-newsletter-form-register .throbber{background: url("../pictures/ajax-loader-small.gif") center center no-repeat;width:16px;height:16px;margin-right:5px}
#newsletter-messages{padding-top:5px}
#newsletter-messages .error{color:red;background:none;padding:0;margin:0;border:0 none}
#newsletter-messages .success{color:#ffffff}

.popin-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999;background:url("../pictures/opacityyy.png") left top repeat}
.popin-content{width:960px;position:absolute;top:70px;left:50%;margin-left:-480px}
.popin-content .popin-close{color:#ffffff;font-weight:bold;font-family:Arial, Helvetica, sans-serif;font-size:20px;padding:0;margin:0 0 0;border:0 none;background:none;cursor:pointer;float:right;}
.popin-content iframe{width:960px;height:450px;display:block}

.page-search #global-content{background-color:#ffffff;padding:20px}
.page-search .form-item-keys label{margin-right:10px}

.recherche_footer{background-color:#2E2E2E;border:1px solid #000000;height:35px;width:217px;display:block;position:relative;overflow:hidden}
.recherche_footer div{display:inline}
.recherche_footer .form-text{padding:0;margin:0;height:35px;line-height:35px;background-color:#2e2e2e;color:#9e9e9e;border:0 none;width:172px;padding-left:10px;float:right}
.recherche_footer .form-submit{background:url("../pictures/loupe2.png") center center no-repeat;width:35px;height:35px;cursor:pointer;border:0 none;margin:0;padding:0;text-align:left;letter-spacing:300px;text-indent:-100px;float:left}

.sitemap{padding:20px 20px 20px 100px;background-color:#ffffff;font-size:15px}
.sitemap a.active{color:#7893b0}
.sitemap li{margin-bottom:8px}
.sitemap li li{margin-bottom:5px}
.sitemap .menu-item-lvl1{display:block;margin-bottom:5px}
.sitemap li a.titre{display:block;margin-left:25px;margin-bottom:5px}
.sitemap li ul{margin-left:50px}

.solution_agreee{width:100%;overflow:hidden;margin-bottom:20px;padding-bottom:20px;background:url("../pictures/bkg-agrement-actu.gif") center bottom no-repeat}
.solution_agreee .visuel{width:150px;float:left;padding-right:20px;text-align:center}
.solution_agreee .text{overflow:hidden}

.list-definitions{padding:30px 40px;background:#ffffff;font-size:17px}
.list-definitions li{margin-bottom:10px;line-height:20px}


.footer_top .image {
    display: none;
}

.footer_top ul .li-menu-item-lvl1 {
    /*width: 325px;*/
    float: left;
	margin-right:25px;
}

.footer_top .menu-item-lvl1 {
    font-size: 18px;
    color: #ffffff;
    display: block;
    margin-bottom: 30px;
    text-decoration: none;
}

.footer_top .column_menu .titre {
    font-size: 15px;
    color: #dcdcdc;
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
}

.footer_top .column_menu ul li a {
    color: #a8a8a8;
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
}

.footer_top .sous_menu .column_menu {
    border: 0 none;
    height: auto;
    float: left;
    width: 85px;
    padding-left: 0px;
    margin-right: 20px;
}

.lien_url{
	display:block;
	height:30px;
	line-height:30px;
	padding:0 35px 0 12px;
	background: url("../pictures/fleche_grise.png") 97% center no-repeat;
	background-color:#7893b0;
	color:#ffffff;
	text-decoration: none;
	margin-bottom:1px;
	text-transform:uppercase;
}

.lien_fichier{
	display:block;
	height:30px;
	line-height:30px;
	padding:0 35px 0 12px;
	background: url("../pictures/liens_interne.png") 97% center no-repeat;
	background-color:#7893b0;
	color:#ffffff;
	text-decoration: none;
	margin-bottom:1px;
	text-transform:uppercase;
}
.sectionCol0 .lien_url, .sectionCol0 .lien_fichier{background-color: #b3a0bc}
.sectionCol1 .lien_url, .sectionCol1 .lien_fichier{background-color: #81a2a7}
.sectionCol2 .lien_url, .sectionCol2 .lien_fichier{background-color: #7893b0}

.mejs-container{margin:0 auto}

.chiffrescles{width:100%;overflow:hidden;margin-bottom:30px;border-bottom:1px solid #c6c6c6;padding-bottom:30px}
.chiffrescles-col{width:265px;float:left;margin-right:15px}
.chiffrescles-col-3{margin-right:0}
.chiffrescles-col .titre{font-size:14px;text-transform:uppercase;text-align:center;margin-bottom:12px}
.chiffre-container{background:center bottom no-repeat;padding-bottom:10px;margin-bottom:15px}
.chiffre-wrapper{width:100%;height:176px;text-align:center}
.chiffre-wrapper .chiffre-content{width:265px;height:176px;display:table-cell;text-align:center;vertical-align:middle;color:#ffffff}
.chiffre-wrapper .chiffre{font-size:100px;display:block;line-height:100%}
.chiffre-wrapper .lbl{font-size:20px;display:block;text-transform:uppercase;line-height:100%}
.chiffrescles-col-1 .chiffre-container{background-image:url("../pictures/ccbleu.gif")}
.chiffrescles-col-1 .chiffre-wrapper{background-color:#7992af}
.chiffrescles-col-2 .chiffre-container{background-image:url("../pictures/ccgreen.gif")}
.chiffrescles-col-2 .chiffre-wrapper{background-color:#81a2a6}
.chiffrescles-col-3 .chiffre-container{background-image:url("../pictures/ccrose.gif")}
.chiffrescles-col-3 .chiffre-wrapper{background-color:#c2b3b1;margin-right:0}
.chiffrescles .txt{line-height:20px}


.bloc_tableaux_cc {
    margin-bottom: 30px;
    font-family: "HelveticaNeueLTStd-MdCn";
}

.bloc_tableaux_cc h2{font-size:14px;text-transform:uppercase;text-align:center}

.tab_cc {
    width: 830px;
    text-transform: uppercase;
    margin-bottom: 1px;
    position:relative;
}

#tab_cc2 {
    height: 30px;
    overflow: hidden;
}

#tab_cc3 {
    height: 30px;
    overflow: hidden;
}

.tab_cc .titre_cc {
    width: 820px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    padding-left: 10px;
    color: #ffffff;
    position: relative;
}

.tab_cc .moins_cc {
    background: url('../pictures/cc_moins.png') 800px center no-repeat;
}

.tab_cc .plus_cc {
    background: url('../pictures/cc_plus.png') 800px center no-repeat;
}

.tab_cc .marron {
    background-color: #c5ae92;
}

.tab_cc .vert {
    background-color: #7a8e6f;
}

.tab_cc .violet {
    background-color: #b2a0bc;
}

.tab_cc .titre_cc .fleche_marron{
    background: url('../pictures/fleche_marron.png') top left no-repeat;
    display: inline-block;
    width: 20px;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 12px;
}

.tab_cc .titre_cc .fleche_verte{
    background: url('../pictures/fleche_verte.png') top left no-repeat;
    display: inline-block;
    width: 20px;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 12px;
}

.tab_cc .titre_cc .fleche_violette{
    background: url('../pictures/fleche_violette.png') top left no-repeat;
    display: inline-block;
    width: 20px;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 12px;
}

.tab_cc table {
    width: 830px;
    padding-left: 10px;
    border-collapse: collapse;
    border-spacing:0;
}

.tab_cc table .first_column {
    width: 250px;
    color: #1b1b1b;
    padding-left: 10px;
}

.tab_cc .first_line {
    color: #8d8d8d;
    height: 39px;
}

.tab_cc table tr td {
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #d7d7d7;
}

.tab_cc table .last_line td{
    border-bottom: 0px;
}

.tab_cc table tr th {
    padding-left: 10px;
    font-weight: normal;
    border-bottom: 0px;
    border-bottom: 1px solid #d7d7d7;
}

/*Search*/
#search-block-form{
    float:right;
    font-size: 14px;
    font-family: "HelveticaNeueLTStd-MdCn", Arial, sans-serif;
}
#global-content.bg-search .search-snippet-info{
    color:black;
    padding-left:0;
}
#global-content.bg-search h2{
    color:black;
}
#global-content.bg-search{
   background: transparent;
}
.bg-search .content{

    background: url('../media/bg_white_65.png');
}
.bg-search .bloc_content{
    width:100%;
}
.search-result a{
    color:#b4a1bb;
    text-decoration:none;
}
.search_detail{
    height:30px; /*82-24X2*/
    background: url('../media/bg_black_65.png');
    border:1px black solid;
    padding:24px;
}

.search_detail input{
    float:left;
    height:24px;
    border:none;
}
.jspPane h2{
    display:none;
}
.search_detail input[type=text]{
    width:270px;
    padding-left:10px;
    font-size: 14px;
    font-family: "HelveticaNeueLTStd-MdCn", Arial, sans-serif;
}


.search_detail .select_search{
    float:right;
    width:250px;
}
.search_detail .select_search > a{
    margin-right: 0;
}

#search-block-form
{
    margin-top:15px;
}
#edit-search-block-form--2{
    height:24px;
    width:155px;
    border:none;
    color:#a6a6a6;
    padding-left:5px;
    font-size: 14px;
    font-family: "HelveticaNeueLTStd-MdCn", Arial, sans-serif;
}
#edit-submit{
    position:relative;
    top:-5px;
    left:-5px;
    border:none;
    font-size: 0;
    width: 30px;
    height:24px;
    background:url('../media/btn-search.png');
    background-color:white;
}

.search_breadcrumb,
.search_breadcrumb a
{
    color:#a1a1a1;
}

/* -------- select 2 -------- */
/* line 4, ../sass/test.scss */
.select2-container * {
    filter: none;
    font-size: 14px;
    font-family: "HelveticaNeueLTStd-MdCn", Arial, sans-serif;
    text-transform:uppercase;
}

.select2-container.select_search .select2-choice{
    background:url(../media/close_drop.png) no-repeat 95% center #b4a1bb;

    font-size: 14px;
    font-family: "HelveticaNeueLTStd-MdCn", Arial, sans-serif;
    text-transform:uppercase;
}

.select2-container.select_search .select2-choice span{
    text-align: left;
    padding-left:15px;
}

/* line 8, ../sass/test.scss */
.select2-container, .select2-dropdown-open, .select2-dropdown-open.select2-drop-above {
    background: transparent;
}
/* line 11, ../sass/test.scss */
.select2-container .select2-choice, .select2-dropdown-open .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choice {
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0 25px 0 2px;
    height: auto;
    box-shadow: none;
}
/* line 19, ../sass/test.scss */
.select2-container .select2-choice div, .select2-dropdown-open .select2-choice div, .select2-dropdown-open.select2-drop-above .select2-choice div {

    width: 15%;
    border-left: none;
}
/* line 23, ../sass/test.scss */
.select2-container .select2-choice div b, .select2-dropdown-open .select2-choice div b, .select2-dropdown-open.select2-drop-above .select2-choice div b {
    display: none;
}
/* line 28, ../sass/test.scss */
.select2-container .select2-choice span, .select2-dropdown-open .select2-choice span, .select2-dropdown-open.select2-drop-above .select2-choice span {
    max-width: 280px;
    width: 100%;
    margin-right: -280px;
    padding-right: 30px;
    font-size: 14px;
    font-family: "HelveticaNeueLTStd-MdCn", Arial, sans-serif;
    text-transform:uppercase;
    color: black;
    text-align: center;
}

/* line 43, ../sass/test.scss */
.select2-dropdown-open .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choice {
    box-shadow: none;
    background-color: #b4a1bb;
}
/* line 49, ../sass/test.scss */
.select2-dropdown-open .select2-choice div,
.select2-dropdown-open.select2-drop-above .select2-choice div {

    width: 15%;
    border-left: none;
}
/* line 53, ../sass/test.scss */
.select2-container.select_search .select2-choice div,
.select2-dropdown-open .select2-choice div b,
.select2-dropdown-open.select2-drop-above .select2-choice div b {
    display: none;
}
/* line 59, ../sass/test.scss */
.select2-dropdown-open .select2-choice span,
.select2-dropdown-open.select2-drop-above .select2-choice span {
    max-width: 280px;
    width: 100%;
    margin-right: -280px;
    padding-right: 30px;
    font-size: 14px;
    font-family: "HelveticaNeueLTStd-MdCn", Arial, sans-serif;
    text-transform:uppercase;
    color: #fff;
    text-align: center;
}

/* line 71, ../sass/test.scss */
.select2-drop {
    background: #b4a1bb;
    box-shadow: none;
    border: none;
    color: #fff;
    padding: 5px 0px;
    border-radius: 0;
}
/* line 78, ../sass/test.scss */
.select2-drop .select2-search {
    display: none;
}
/* line 82, ../sass/test.scss */
.select2-drop .select2-results {
    padding: 0;
    margin: 0;
}
/* line 85, ../sass/test.scss */
.select2-drop .select2-results .select2-result-label {

    font-size: 14px;
    font-family: "HelveticaNeueLTStd-MdCn", Arial, sans-serif;
    text-transform:uppercase;
    line-height: 15px;
    font-weight: lighter;
    background: #b4a1bb;
    padding: 10px 15px 8px;
}
/* line 93, ../sass/test.scss */
.select2-drop .select2-results .select2-highlighted {
    background-color: purple;
    color: #fff;
}
/* line 96, ../sass/test.scss */
.select2-drop .select2-results .select2-highlighted .select2-result-label {
    background: none;
}

/* line 103, ../sass/test.scss */
.select2-container .select2-choice span, .select2-dropdown-open .select2-choice span, .select2-dropdown-open.select2-drop-above .select2-choice span {
    padding: 2px;
    padding-right: 0px;
}

/*select2 fin*/

.jspPane li{
    color:gray;
}



.page-memberletter-login #global-content > form,
.page-memberletter-select #global-content > form {
    background:url('../pictures/carte_visuel.jpg') left top no-repeat;
    background-size:cover;
    margin-top:40px;
    padding-bottom:25px;
    /*border-right:50px solid #303031;*/
}
.page-memberletter-confirmation #global-content {
    background:url('../pictures/carte_visuel.jpg') left top no-repeat;
    margin-top:40px;
    padding-bottom:25px;
    /*border-right:50px solid #303031;*/
}

.page-memberletter-login #global-content h1,
.page-memberletter-select #global-content h1,
.page-memberletter-confirmation #global-content h1 {
    font-size:32px;
    text-transform: uppercase;
    font-weight:200;
    color:#b3a0bc;
    padding:25px;
    background-color:rgba(0,0,0,0.7);
}

.page-memberletter-login #global-content p,
.page-memberletter-select #global-content p,
.page-memberletter-confirmation #global-content p {
    padding:0 20px;
    margin:20px 0;
}

.steps-subscription {
    font-size:26px;
    margin:20px 0;
    padding:0 20px;
}

.steps-subscription p {
    margin:20px 0;
    padding:0 20px;
}

.page-memberletter-login #global-content .form-item-email {
    display:inline-block;
    margin:0 0px 0 20px;
}
.page-memberletter-select #global-content #tableselectdiv {
    display:block;
    margin:0 20px 0 20px;
}
.page-memberletter-select #global-content #tableselectdiv table {
    width:100%;
}

.page-memberletter-login #global-content .form-text ,
.page-memberletter-select #global-content .form-text  {
    height:25px;
    padding:0 5px;
    border:1px solid #ccc;
}

.page-memberletter-login #global-content .form-submit {
    display:inline-block;
    margin-left:3px;
    cursor:pointer;
    background:url('../pictures/fleche_noire.png') center no-repeat #ddd;
    width: 35px;
    height: 27px;
    position: relative;
    top: -5px;
    transition:background 0.3s ease;
}
.page-memberletter-login #global-content .form-submit:hover {
    background-color:#fff;
}
.page-memberletter-select #global-content .form-submit {
    left:0;
    cursor:pointer;
    height: auto;
    /*float:right;*/
    background:none #ddd;
    border:1px solid #aaa;
    margin:30px auto 0;
    display:table;
    font-size:15px;
    font-family:inherit;
    width:auto;
    padding:6px 15px;
    transition:background 0.3s ease;
}
.page-memberletter-select #global-content .form-submit:hover {
    background-color:#fff;
}


.page-memberletter-select table th {
    padding:10px 15px;
} 
.page-memberletter-select table td {
    padding:8px 15px 8px 15px;
} 

.page-memberletter-select .form-checkbox {
    cursor:pointer;
}

.page-memberletter-select fieldset {
    padding: 20px;
    border: 1px solid #cccccc;
    background-color: rgba(255,255,255,0.6);
    margin:20px;
}

.page-memberletter-select fieldset#edit-destinataires,
.page-memberletter-select fieldset#edit-membres {
    width:46%;
    box-sizing:border-box;
    display:inline-block;
    vertical-align:top;
}
.page-memberletter-select fieldset#edit-membres {
    margin-right:0;
}

.page-memberletter-select legend {
    font-size:18px;
    text-transform: uppercase;
}

.page-memberletter-select fieldset > .fieldset-wrapper > .form-item {
    margin-right:20px;
    margin-top:5px;
    margin-bottom:5px;
    display:inline-block;
    vertical-align:top;
}


.page-memberletter-error .numberOfSteps {
    display:none;
}

.btn-espace-membres {
    background-color: #f2f2f2;
    float:right;
    display:block;
    margin-top:25px;
    margin-right:15px;
    text-decoration:none;
    position:relative;
    z-index:700;
    text-transform: uppercase;
    font-size: 12px;
    color: #000000;
    padding: 5px 15px 4px;
}

.btn-espace-membres:hover {
    background-color:#fff;
}

.tabs {
    position: relative;
    z-index: 100;
}

/* Search */
.search-result .highlight {
    font-weight: bold;
}
.total-results { 
    margin-left: 20px;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
}
.no-result {
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}

/* Social sticky bar */
#right-sticky {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 100;
    width: 55px;
}
/*#right-sticky .social-wrapper ''*/
#right-sticky span { 
    color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    top: 41px;
    font-size: 10px;
    display: block;
    text-align: center;
    width: 100%;
}
#right-sticky .icons { display: none; }
#right-sticky .icons li { border-top: 1px solid #ffffff; }
#right-sticky .icons a { display: block }
#right-sticky img { display: block; width: 100%; }
