/**
 * -----------------------------------------------------------------------------
 * Feuille de style de rubrique.
 * @author Dreamclic <contact@dreamclic.com>
 * @version 3.1 - avr 2011
 * -----------------------------------------------------------------------------
*/

/*
* antibootstrap
*/
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
}

#ajax-upload{
	overflow: hidden;
	background-color: #6B7F94;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 10px 0;
}
#ajax-upload #startUpload {
	margin: 10px;
        cursor: pointer;
}
#ajax-upload .ajax-upload-dragdrop {
	width: auto !important;
	overflow: hidden;

	background-color: #2b333b;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#2b333b', endColorstr = '#20272f');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#2b333b', endColorstr = '#20272f')";
	background-image: -moz-linear-gradient(top, #2b333b, #20272f);
	background-image: -ms-linear-gradient(top, #2b333b, #20272f);
	background-image: -o-linear-gradient(top, #2b333b, #20272f);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#2b333b), to(#20272f));
	background-image: -webkit-linear-gradient(top, #2b333b, #20272f);
	background-image: linear-gradient(top, #2b333b, #20272f);
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	width: auto;
	padding: 20px;
	/*margin: 10px 0;*/
    border:2px solid #2b333b;
}

.hide {
    display: none !important;
}
.pointer:hover {
	cursor: pointer;
}
.pointer.default-cursor:hover{
    cursor:default;
}
/*----------------------------------------------------------------------------*/
#content .titre_page h1{
    background: none !important;
/*	background-image:url(../images/actualites/page_titre.png);
        padding-top: 1px;*/
}
/*----------------------------------------------------------------------------*/
#content h2{
/*	background-image:url(../images/actualites/titreh2_background.png);
	background-repeat:repeat-x;*/
        border-top: 1px solid #404040;
        border-bottom: 1px solid #d0d1d2;

        -webkit-box-shadow: inset 0px 1px 0px 0px #93999e;
        -moz-box-shadow: inset 0px 1px 0px 0px #93999e;
        box-shadow: inset 0px 1px 0px 0px #93999e;
        background: #161b20;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#686f76', endColorstr='#161b20', GradientType=0); /* IE9- */ 
        background-image: -ms-linear-gradient(top, #686f76 10%, #161b20 100%); /* IE10 Consumer Preview */ 
        background-image: -moz-linear-gradient(top, #686f76 10%, #161b20 100%); /* FF3.6+ */
        background-image: -o-linear-gradient(top, #686f76 10%, #161b20 100%); /* Opera11.10+ */ 
        background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0.1, #686f76), color-stop(1, #161b20));/* Webkit (Safari4/Chrome10) */ 
        background-image: -webkit-linear-gradient(top, #686f76 10%, #161b20 100%);/* Webkit (Safari5.1+/Chrome11+) */ 
/*        background-image: -webkit-linear-gradient(top, rgba(255,255,255,.4) 0%, rgba(255,255,255,0) 100%);/* Webkit (Safari5.1+/Chrome11+) */ 
        background-image: linear-gradient(top, #686f76 10%, #161b20 100%);/* W3C */
        
	font-family:BebasNeue, georgia, sans-serif;
	color:#fff;
	font-weight:normal;
	font-size: 1.7em;
	height: 1.7em;
	line-height: 1.7em;

        padding:0 10px;
/*	margin-top:35px;*/
}
/*#content h2 a{
	background-image:url(../images/actualites/bouton_background.png);
	background-repeat:no-repeat;
	display:block;
	float:right;
	font-size:.55em;
	font-family: Arial, sans-serif;
	width:145px;
	padding-right:25px;
	height:30px;
	line-height:30px;
	text-align:center;
	margin-top:3px;
        cursor: pointer;
}*/
#content h3 {
        font-family: BebasNeue, georgia, sans-serif;
        color: #899fbb;
        font-size: 1.7em;
        height: 35px;
        line-height: 35px;
/*        margin: 0;
        border: none;
        filter: none;
        background: none;*/
        
}
#content h3.bandeau{
	color:#fff;
	font-size:1.5em;
	padding:0 10px;
	font-weight:normal;
	margin:10px 0px;
	border-top:#d3dee0;
	border-bottom:#4a5054;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5a5f60', endColorstr = '#000000');
	/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#5a5f60', endColorstr = '#000000')";
	/*Element must have a height (not auto)*/
	/*All filters must be placed together*/
	background-image: -moz-linear-gradient(top, #5a5f60, #000000);
	background-image: -ms-linear-gradient(top, #5a5f60, #000000);
	background-image: -o-linear-gradient(top, #5a5f60, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#5a5f60), to(#000000));
	background-image: -webkit-linear-gradient(top, #5a5f60, #000000);
	background-image: linear-gradient(top, #5a5f60, #000000);
	/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
}

#content .contenus .contenu h3{
	color:#676666;
	font-size:1em;
	padding:0 ;
	font-weight:normal;
	margin: 0px;
	border: none;
	background:none;
}

#content h4 {
    font-weight: bold;
}

/*----------------------------------------------------------------------------*/
#content #catalogue {
    overflow: hidden;
    /*margin-top: 35px;*/
    margin-bottom: 15px;
    
    background-color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#3e434a', endColorstr = '#404245');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#3e434a', endColorstr = '#404245')";
    background-image: -moz-linear-gradient(top, #3e434a, #404245);
    background-image: -ms-linear-gradient(top, #3e434a, #404245);
    background-image: -o-linear-gradient(top, #3e434a, #404245);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#3e434a), to(#404245));
    background-image: -webkit-linear-gradient(top, #3e434a, #404245);
    background-image: linear-gradient(top, #3e434a, #404245);
}

#content #catalogue h2 {
    margin-top: 0;
}

#content #catalogue #content-groupes {
    float: left;
    width: 20%;
    background-color: #ffffff;
}
#content #catalogue #content-groupes + #content-catalogue {
    float: left;
    width: 80%;    
}

#content #catalogue #content-groupes ul {
    list-style-type: none;
    margin-top: 30px;
}
#content #catalogue #content-groupes ul li {
    width: auto;
    display: block;
    position: relative;
    border-bottom: 1px #dadada solid;
}
#content #catalogue #content-groupes ul li a {
    color: #7e8693;
    padding: 17px 18px;
    width: auto;
    display: block;
    position: relative;
}
#content #catalogue #content-groupes ul li .actions {
    width: 30px;
}
#content #catalogue #content-groupes ul li .actions a {
    width: 30px;
    padding: 0;
}
#content #catalogue #content-groupes ul li img{
    display: block;
}
#content #catalogue #content-groupes ul li.active:after {
    position: absolute;
    bottom: 100%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: " ";
    pointer-events: none;    

    top: 50%;
    right: 0px;
    border-width: 10px 17px 10px 0;
    border-right-color: #3e434a;
    margin-top: -10px
}

#content #catalogue #content-groupes ul li.active,
#content #catalogue #content-groupes ul li:hover
{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eff0f0', endColorstr = '#e1e2e2');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eff0f0', endColorstr = '#e1e2e2')";
    background-image: -moz-linear-gradient(top, #eff0f0, #e1e2e2);
    background-image: -ms-linear-gradient(top, #eff0f0, #e1e2e2);
    background-image: -o-linear-gradient(top, #eff0f0, #e1e2e2);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#eff0f0), to(#e1e2e2));
    background-image: -webkit-linear-gradient(top, #eff0f0, #e1e2e2);
    background-image: linear-gradient(top, #eff0f0, #e1e2e2);
}


/*----------------------------------------------------------------------------*/
#content #pagedElements .titres{
	margin-top:20px;
	margin-bottom:10px;
}
#content #pagedElements .titres strong{
	color:#a8b3c4;
	display:inline-block;
	text-align:center;
}
#content #pagedElements .titres strong.diffusion{text-align:left;}
#content #pagedElements .titres strong.date{}
#content #pagedElements .titres strong.actions{}

#content #pagedElements ul,
#content #pagedElements ol
{
	list-style-type:none;
}
#content #pagedElements .contenus{
	padding:5px;
	border-top:1px solid #c7c7c7;

        background-repeat:repeat-x;
}
#content #pagedElements .even{
/*	background-image:url(../images/actualites/element_pair_background.png);*/
	background-color:#e3e3e3;
	background-position: top left;
}
#content #pagedElements .odd
{
/*	background-image:url(../images/actualites/element_impair_background.png);*/
	background-color:#f8f8f8;
	background-position: bottom left;
}
#content #pagedElements .contenus div{
	text-align:left;
	color:#676666;
/*	padding:5px 50px 5px 5px;*/
	display:inline-block;
	vertical-align: top;
}
#content #pagedElements .contenus div.diffusion{
	padding-right:15px;
}
#content #pagedElements .contenus div.contenu{
	width:290px;
	text-align:justify;
}
#content #pagedElements .contenus div.contenu h3{
	font-family:Arial,sans-serif;
	font-weight:bold;
}
#content #pagedElements .contenus div.categorie{
	width:100px;
	font-weight:bold;
	text-align:center;
}
/*#content #pagedElements ul li.contenus div.date{
	color:#a8b3c4;
	width:70px;
	font-size:1.2em;
}*/
 .listing table td{
    padding: 0 5px;
}
 .listing .date{
	color:#a8b3c4;
	width:80px;
/*	font-size:1.2em;*/
/*        padding: 0 20px;*/
}
 .listing .diffusion {
    width: 50px;
}
/*#content #pagedElements ul li.contenus div.actions{
	padding-right:0;
}*/
 .listing .actions{
        white-space: normal; /*nowrap;*/
        width: 78px; /*145px;*/
        padding: 0;
}
 .listing h4 a {
    color: #676666;
}
 .listing h4 a:hover {
color: #8B8B8B;
}

/**/#content #pagedElements ul li.contenus div.apercuDoc{
	width:100px;
	font-weight:bold;
	text-align:center;
	padding: 10px;
}
#content #pagedElements ul li.contenus div.apercuDoc img{
	display:block;
	border:3px;
	border: 3px solid #ffffff;
	-moz-box-shadow: 0px 0px 3px #000000;
	-webkit-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 3px #000000;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/
	width:87px;
	overflow: hidden;

}
/**/#content #pagedElements ul li.contenus div.contenuDoc{
	width:400px;
	text-align:left;
}
#content #pagedElements ul li.contenus div.contenuDoc table tr td{
	vertical-align: middle;
}
#content #pagedElements ul li.contenus div.contenuDoc table tr td input{
	width:100%;	
}

#onglets{
	display: none;
	float:right;
}
#onglets li{
	float: left;
	list-style: none;
	padding: 2px 10px 0px 10px;
	margin-right: 5px;
	cursor: pointer;
	background-color: #cecece;
	color: #0D5995;
	z-index: 1;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
#onglets .actif{
	border-bottom: none;
	font-weight: bold;
	z-index: 10;
	background: #f4f5f5;
}
#contentForm{			
	background: #f4f5f5;
	padding:10px 40px;
    border: 1px #dadada solid;
    margin-top: -1px;
    overflow: hidden;
}


/*----------------------------------------------------------------------------*/
#content p.aucun_article{
	margin-top:50px;
	color:#9A9A9A;
	text-align:center;
}
/*----------------------------------------------------------------------------*/

/**/form table{
	width:100%;
}
/**/form table tr td{
	text-align: left;
}

/**/form table tr th{
	text-align: left;
	padding:10px 0 5px 0;
}
#contentForm .item label {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: bold;
}
#contentForm .item label input {
    margin-top: 5px;
}
/* Style de tous les champs de saisie */
#content_offline textarea,
#wrapper textarea{

}
/* Style de tous les champs de saisie *
#content_offline input[type=text],
#content_offline input[type=password],
#wrapper input[type=text],
#wrapper input[type=password]{
	width:auto;
}
/**/
#content_offline textarea.contenu,
#wrapper textarea.contenu{
	height:500px;
}
#content_offline textarea.resume,
#wrapper textarea.resume{
	height:50px;
}

#contentForm .item .mceEditor .mceLayout{
	width:600px;
}

#wrapper input[type=text].titre {
/*    width: 645px;*/
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 5px;
    color: #000;
}

ul.diffusion{
	list-style-type: none;
}
ul.diffusion li{
	padding:5px 10px;
}

/*
#content_offline input[type=submit],
#wrapper input[type=submit],
#content_offline input[type=button],
#wrapper input[type=button]{
	float:left;
	margin:10px;
}
*/

.show_button{
    margin-left: -2em;
    margin-right: 2em;
    color: #2b313b;
    border-left: 1px solid #2b313b;
    padding: 8px 6px 8px 4px;
    cursor: pointer;
/*    position: relative;
    z-index: 1;*/
}
.show_button:before{
    content:"";
    display: block;
    float:left;
    border-left: 1px solid #fff;
}
input[type=submit].special{
    width: 220px;
    padding-left: 0 !important;
    padding-right: 0 !important;
/*    position: relative;    
    z-index: 1;*/
}
.show_button + input#champ_brouillon {
    position: absolute !important;
    margin-left: -246px !important;
    margin-top: 2.65em !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 220px !important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #6d7682;
/*    z-index: 0 !important;*/
}

/*----------------------------------------------------------------------------*/
#content #encart_message {
	background: rgba(255,255,255,.75);
float: right;
	color: #6C6;
	text-transform: uppercase;
	letter-spacing: -1px;
	white-space: nowrap;
}
#content #encart_message ul {
	padding: 10px 20px;
	text-align: right;
	border-radius: 5px;
	list-style: none;
        border-width: 0;
        width: auto;
        margin: 0;
}
#content #encart_message ul.error_messages {
	color: #C66;
	background-color: rgba(255,180,180,.5);
}
#content #encart_message ul.infos_messages {
	color: #6C6;
	background-color: rgba(180,255,180,.5);
}
#content #encart_message ul.infos_messages a {
	color: #282;
	text-decoration: underline;
}
#content #content-form #encart_message ul li {
    border:none;
    background: none;
}
/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/
/* Onglets multilingues */
.onglets{
    display: none;
    overflow: hidden;
    margin-top: 4px;
    }
    .onglets li{
        float: left;
        list-style: none;
        padding: 5px 10px;
        margin-left: 5px;
        cursor: pointer;
        background-color: #cecece;
        color: #0D5995;
        z-index: 1;
        -moz-border-radius: 5px 5px 0px 0px;
        -webkit-border-radius: 5px 5px 0px 0px;
        border-radius: 5px 5px 0px 0px;
		border: 1px solid #DDD;
		border-bottom: 0;
    }
    .onglets li img {
        height: 11px;
        display: block;
       
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
        filter: gray; /* IE6-9 */
        -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%); 

    }
    .onglets .actif{
        border-bottom: none;
        font-weight: bold;
        z-index: 10;
        background: #f4f5f5;
    }
    .onglets .actif img,
    .onglets li:hover img {
        filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
        -webkit-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -o-filter: grayscale(0%);
        filter: grayscale(0%); 
    }
/*----------------------------------------------------------------------------*/

#diffusion {
    clear: both;
}


/*----------------------------------------------------------------------------*/
/* CHECKBOX CSS */
input[type=checkbox].css-checkbox {
    position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}

label.css-label {
    line-height:21px;    
    margin-bottom: 0;
    font-weight: normal;
}
input[type=checkbox].css-checkbox + label.css-label {
    padding-left:41px;
    height:21px; 
    display:inline-block;
    line-height:21px;
    background-repeat:no-repeat;
    background-position: 0 0;
    vertical-align:middle;
    cursor:pointer;
    background-image:url(../images/icons/csscheckbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -21px;
    color: #76add7;
    font-weight: bold;
}

/*----------------------------------------------------------------------------*/
/* RADIO CSS */
input[type=radio].css-radio {
    position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
}
input[type=radio].css-radio + label.css-label {
    text-indent: -25px;
	margin-left: 25px;
    vertical-align:middle;
    cursor:pointer;
}
input[type=radio].css-radio + label.css-label:before {
	content:"";
	position: relative;
	top: 5px;
	width: 25px;
    height:21px; 
    display:inline-block;
    line-height:21px;
    background-repeat:no-repeat;
    background-position: 0 0;
    background-image:url(../images/icons/cssradio.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
input[type=radio].css-radio:checked + label.css-label {
    color: #76add7;
    font-weight: bold;
}
input[type=radio].css-radio:checked + label.css-label:before {
    background-position: 0 -21px;
}

/*----------------------------------------------------------------------------*/
/* BUTTONS */
.btn-digistal {
	-moz-box-shadow:inset 0px 1px 0px 0px #5b626b;
	-webkit-box-shadow:inset 0px 1px 0px 0px #5b626b;
	box-shadow:inset 0px 1px 0px 0px #5b626b;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4a515b), color-stop(1, #373d45) );
	background:-moz-linear-gradient( center top, #4a515b 5%, #373d45 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a515b', endColorstr='#373d45');
	background-color:#4a515b;
	-webkit-border-top-left-radius:3px;
	-moz-border-radius-topleft:3px;
	border-top-left-radius:3px;
	-webkit-border-top-right-radius:3px;
	-moz-border-radius-topright:3px;
	border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	border-bottom-right-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	border-bottom-left-radius:3px;
	text-indent:0;
	border:1px solid #2b313b;
	display:inline-block;
	color:#ffffff;
/*	font-family:Arial;
	font-size:11px;*/
	font-weight:normal;
	font-style:normal;
/*	height:28px;
	line-height:28px;
	width:150px;*/
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #2b313b;
        padding: .5em 1em;
        
        cursor: pointer;
        
}
.btn-digistal:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #373d45), color-stop(1, #4a515b) );
	background:-moz-linear-gradient( center top, #373d45 5%, #4a515b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#373d45', endColorstr='#4a515b');
	background-color:#373d45;
        color: #aaa;
	text-decoration:none;
}.btn-digistal:active {
	position:relative;
	top:1px;
}
.btn-digistal.btn-title {
    padding: 0;
    height:30px;
    line-height: 35px;
    float: right;
    margin-top: 1px;
    display: block;
    padding-left: .5em;
}

/*.btn-digistal.btn-icon {
    padding-left: .5em;
}
.btn-icon:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*\/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap *\/
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric *\/
  /* remove if not needed *\/
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size *\/
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); *\/
}
.btn-icon.btn-plus:after {
    content: '\e81f';
}
*/
.btn-default {
  color: #ffffff;
        background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #4a515b), color-stop(1, #373d45) );
        background:-moz-linear-gradient( center top, #4a515b 5%, #373d45 100% );
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a515b', endColorstr='#373d45');
        background-color:#4a515b;
  border-color: #2b313b;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #373d45), color-stop(1, #4a515b) );
	background:-moz-linear-gradient( center top, #373d45 5%, #4a515b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#373d45', endColorstr='#4a515b');
	background-color:#373d45;
  border-color: #2b313b;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #aaa;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}




/*----------------------------------------------------------------------------*/
/* PARTAGES */
#content #pagedElements .contenus div.shareReport {
    width: 100%;
    text-align: center;
}
#content #pagedElements .contenus div.shareReport a{
    color:inherit;
    text-decoration: underline;
}
.shareReport li.youtube_playlist {
    display: inline-block;
    text-align: center;
    margin: 4px;
    border: 1px solid #EEE;
    width: 122px;
}
.shareReport li.youtube_playlist:hover {
    cursor: pointer;
    border-color: #777;
}

.ajax-file-upload-status {
    padding: 5px 0 0 5px;
}
.ajax-file-upload-status h3 {
    font-size: 1.3em;
    line-height: 1em;
    height: inherit;
}
.ajax-file-upload-status a {
    color: inherit;
    text-decoration: underline;
}



.fb_shareswitch .switch-label {
    cursor: pointer;
    position: relative;
}
.fb_shareswitch input[type=checkbox].css-checkbox + .switch-container {
    color:#888;
    border: 1px solid #B3B3B3;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    width: 4em;
    background: #E6E6E6;
    padding-right: 3em;
    display: block;
    
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear; 
    -o-transition: all .3s linear; 
    -ms-transition: all .3s linear;
    transition: all .3s linear; 

    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    -o-transition-delay: .25s;
    -ms-transition-delay: .25s;
    transition-delay: .25s;
}
.fb_shareswitch input[type=checkbox].css-checkbox:checked + .switch-container {
    font-weight: normal;
    color:#76ADD7;
    padding-right: 0;
    background: #D7E7F4;
    border-color: #B0D0E8;

    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}
.fb_shareswitch input[type=checkbox].css-checkbox + .switch-container + .switch-checkmark{
    position: absolute;
    top: .5em;
    left: .5em;
    opacity: 0;
    color: #76ADD7;
    -webkit-transition: opacity .25s linear;
    -moz-transition: opacity .25s linear; 
    -o-transition: opacity .25s linear; 
    -ms-transition: opacity .25s linear;
    transition: opacity .25s linear; 
    
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}
.fb_shareswitch input[type=checkbox].css-checkbox:checked + .switch-container + .switch-checkmark{
    opacity: 1;

    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    -o-transition-delay: .25s;
    -ms-transition-delay: .25s;
    transition-delay: .25s;
}







/*----------------------------------------------------------------------------*/
/* ACTION ET OVERLAY */

#content #pagedElements.grille .contenus.show,
#menu .contenus.show{
    position: fixed !important;
    z-index: 999;
    top: 50%;
    left: 50%;
    width: 460px;
    margin-left: -230px;
    margin-top: -216px; /* max-height /2*/


    background: #d5e9f7;
    border: 1px solid #0f1011;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
    -o-box-box-shadow: 0px 30px 120px 30px rgba(255,255,255,.75);
    -moz-box-box-shadow: 0px 30px 120px 30px rgba(255,255,255,.75);
    -webkit-box-box-shadow: 0px 30px 120px 30px rgba(255,255,255,.75);
    box-shadow: 0px 30px 120px 30px rgba(255,255,255,.75);
}

#content #pagedElements.grille .contenus .header-form {
    display: none;
}
#content #pagedElements.grille .contenus.show .header-form,
#menu .contenus.show .header-form {
    color: #FFFFFF;
    border-bottom: 1px solid #0f1011;
    border-top: 1px solid #51575e;
    background-color: #ffffff;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 10px 20px;
    text-align: right;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#41474e', endColorstr = '#25292d');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#41474e', endColorstr = '#25292d')";
    background-image: -moz-linear-gradient(top, #41474e, #25292d);
    background-image: -ms-linear-gradient(top, #41474e, #25292d);
    background-image: -o-linear-gradient(top, #41474e, #25292d);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#41474e), to(#25292d));
    background-image: -webkit-linear-gradient(top, #41474e, #25292d);
    background-image: linear-gradient(top, #41474e, #25292d);
    display: block;
    margin-bottom: 10px;
}

#content #pagedElements.grille .contenus.show .header-form a ,
#menu .contenus.show .header-form a {
    cursor: pointer;
    background-color: #40474f;
    padding: 7px 10px 7px 5px;
    line-height: 30px;
    height: 30px;
    border: 1px solid #5b626b;
    color:#FFF;
    display: inline;
}

#content #pagedElements.grille .contenus.show .header-form a .icon-cancel,
#menu .contenus.show .header-form a .icon-cancel {
border-right: 1px solid #5b626b;
padding: 7px 4px 7px 0px;
margin-right: 7px;
}

#content #pagedElements.grille ul li.contenus.show .apercu {
    border: none;
    margin: 0 10px;
    width: 440px;
    background: #FFF;
}

#content #pagedElements.grille .contenus.show:hover .actions {
    display: none;
}
#content #pagedElements.grille .contenus.show .close {
    display: block;
}
#content #pagedElements.grille .contenus.show .contenu,
#menu .contenus.show .contenu {
/*	width: 100%;*/
	max-height: 260px;
	overflow-y: scroll;
    width: 440px;
    background: #FFF;
    margin: 0 auto 10px;
}
#content #pagedElements.grille .contenus.show .TableEditImage,
#content #pagedElements.grille .contenus.show .TableShareImage {
    width: 420px;
}


/*----------------------------------------------------------------------------*/
/* MENU PARTAGE */

#menu .contenus.show .edit {
    display: none;
}
#menu .contenus .contenu {
    width: 420px;
    overflow: hidden;
}

#menu #fb_connect .contenu .input-group  {
    margin: 0;
}
#menu #fb_connect .contenu .input-group input {
    display: none;
}
#menu #fb_connect .contenu .input-group .input-group-addon {
    text-align: left;
    background: #FFF;
    cursor: pointer;
    border-radius: 0;
    border-right: none;
}
#menu #fb_connect .contenu .input-group .input-group-addon:hover {
    background: #EEE;
}
#menu #fb_connect .contenu .input-group .input-group-addon img {
    margin-right: 5px;
}
#menu #fb_connect .contenu .input-group input:checked ~ .input-group-addon {
    background: #d5e9f7;
}
#menu .partage .titre-partage{
    font-family:'BebasNeue', georgia, sans-serif;
    font-weight:normal;
    font-size: 1.8em;
    color: #d2d7d7;
    line-height: 1.9em;
}
#menu .partage .titre-partage:hover{
    background: none;
}
.slicknav_menu .titre-partage {
    display: none;
}

/*----------------------------------------------------------------------------*/
/* MEDIA MOBILE */
.slicknav_menu {
	display:none;
}
@media (max-width: 768px) {
    #header h2 {
        position: absolute;
    }
    
	#header .slicknav_menu {
		display:block;
                background: none;
	}
        .slicknav_menu .gestion_compte {
            display: none;
        }
        .slicknav_menu ul {
            width: 100%;
        }
        .slicknav_menu li {
            float: left;
            width: 33%;
        }
        
	#menu {
		display: none;
	}
        
        
        
        #superglobal {
            /*overflow: scroll;*/
        }
        #page {
            width: 100%;
        }
        #wrapper {
            width: 100%;
            background: #FFF;
        }
        #content {
            margin-left: 0;
        }
        #content .onglets_catal li {
            margin-right: -5px;
        }
        #content .onglets_catal li a {
            width: 122px;
        }
        #page #content .module_accueil {
            width: 100%;
        }
}

/*----------------------------------------------------------------------------*/
/* ALERT BOOTSTRAP *
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

/*----------------------------------------------------------------------------*/
/* COLUMN BOOTSTRAP *
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}

*/