
/** /core/manager/vues/css/index/index.css **/
FORM {
	height: 100%;
	width: 100%;
}

.alertbox .titre {
	font-size: 14px;
}

ul {
	text-align: center;
	font-size: 14px;
	padding:30px 50px;
	margin: 0;
	list-style-type: none;
}

.captcha-wrapper {
	vertical-align: top;
	text-align: center;
}

.captcha-wrapper .captcha-img {
	vertical-align: top;
	display: inline-block;
	width: 40%;
}
.captcha-wrapper .captcha-img img {
	max-width: 100%;
}

.captcha-wrapper .captcha-input {
	display: inline-block;
	width: 60%;
}

/** /core/manager/themes/defaut/css/index/index.css **/
@charset "UTF-8";
/* media queries */
html {
  height: 100%;
}

body {
  height: 100%;
  font-size: 15px !important;
}

h1 {
  margin: 0;
  padding: 0;
}

#page {
  min-height: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
}

#page section#content {
  width: 100%;
  min-height: 100%;
  padding: 0;
  flex: 1 0 100%;
}

@media (min-width: 600px) {
  #page section#content {
    flex: 1 0 50%;
  }
}

@media (min-width: 992px) {
  #page section#content {
    flex: 1 0 40%;
  }
}

@media (min-width: 1200px) {
  #page section#content {
    flex: 1 0 33%;
  }
}

#page section#content #baseline {
  height: 30.5%;
  position: relative;
  overflow: hidden;
  background: url(/core/manager/themes/defaut/medias/img/login/activ-projet_logo_xs.png) no-repeat center center, url(/core/manager/themes/defaut/medias/img/login/bg_logo.png) no-repeat center center;
  background-size: contain, cover;
  background-color: #14657a;
}

@media (min-width: 600px) {
  #page section#content #baseline {
    height: 36.5%;
    background: url(/core/manager/themes/defaut/medias/img/login/activ-projet_logo.png) no-repeat center center, url(/core/manager/themes/defaut/medias/img/login/bg_logo.png) no-repeat center center;
    background-size: contain, cover;
  }
}

#page section#content .form {
  min-height: 57.5%;
  background-size: cover;
  font-family: 'arial', sans-serif;
  color: #fff;
  padding: 0 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #134e5d;
}

@media (min-width: 600px) {
  #page section#content .form {
    min-height: 63.5%;
  }
}

#page section#content .form .form-content header {
  padding: 0;
}

#page section#content .form .form-content header h1 {
  font-family: "akzidenz_super", "arial black", sans-serif, "arial black", sans-serif;
  font-size: 2.7em;
  line-height: 0.7em;
}

@media screen and (orientation: landscape) and (max-height: 600px) {
  #page section#content .form .form-content header h1 {
    font-size: 2.5em;
  }
}

#page section#content .form .form-content header .instruction {
  font-size: 1em;
  padding-top: 10px;
  font-family: "akzidenz_medium", "arial narrow", sans-serif;
}

#page section#content .form .form-content header .instruction span {
  color: #facd4e;
}

#page section#content .form .form-content main {
  padding: 20px 0 20px;
}

@media (max-width: 429px) {
  #page section#content .form .form-content main {
    padding: 0;
  }
}

#page section#content .form .form-content main .input-field {
  position: relative;
  height: 45px;
  margin-top: 15px;
  margin-bottom: 20px;
}

#page section#content .form .form-content main .input-field::before {
  content: ' ';
  position: absolute;
  display: block;
  background: url(/core/manager/themes/defaut/medias/img/login/icone-user.png) no-repeat center center;
  background-size: 90%;
  width: 55px;
  height: 45px;
}

#page section#content .form .form-content main .input-field.password::before {
  background: url(/core/manager/themes/defaut/medias/img/login/icone-password.png) no-repeat center center;
  background-size: 90%;
}

#page section#content .form .form-content main .input-field input {
  padding-left: 55px;
  width: calc(100% - 55px);
  height: 45px;
  color: #fff;
  font-size: 1em;
  background-color: #1b5969;
  margin-bottom: 15px !important;
  border-bottom: 0;
}

#page section#content .form .form-content main .input-field #oubli_form {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
  padding: 6px;
}

#page section#content .form .form-content main .input-field #oubli_form a {
  display: inline-block;
  font-family: 'teko', sans-serif;
  line-height: 35px;
  width: 100%;
  height: 100%;
  font-size: 1.3em;
  border-radius: 50%;
  background-color: #facd4e;
  color: #134e5d;
  text-align: center;
}

#page section#content .form .form-content footer {
  overflow: hidden;
}

#page section#content .form .form-content footer button {
  position: relative;
  padding-left: 65px;
  text-transform: uppercase;
  color: #fff;
  transition: all 0.3s;
  line-height: 45px;
  font-family: "akzidenz_super", "arial black", sans-serif;
    background-color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
}


#page section#content .form .form-content footer button::before {
  content: ' ';
  position: absolute;
  left: 0;
  width: 45px;
  height: 45px;
  background: url(/core/manager/themes/defaut/medias/img/login/connexion.png) no-repeat center center;
  background-size: contain;
  transition: transform 0.3s;
}

@media (min-width: 1200px) {
  #page section#content .form .form-content footer button::before {
    width: 45px;
    height: 45px;
  }
}

#page section#content .logos {
  display: flex;
  height: 12%;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}

@media (min-width: 600px) {
  #page section#content .logos {
    display: none;
  }
}

#page section#content .logos div {
  position: relative;
  height: 100%;
}

#page section#content .logos div img {
  width: auto;
  display: block;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

#page section#content .logos div#logo-olf {
  width: 100%;
  background: url(/core/manager/themes/defaut/medias/img/login/logo-olf.png) no-repeat center center;
  background-color: #14657a;
  background-size: auto 50%;
}

#page section#image-bg {
  display: none;
  order: 0;
  background: url(/core/manager/themes/defaut/medias/img/login/bg_illustration.jpg) no-repeat right top;
  background-size: cover;
  background-color: #14657a;
}

@media (min-width: 600px) {
  #page section#image-bg {
    display: block;
    width: 50%;
    flex: 1 1 50%;
  }
}

@media (min-width: 992px) {
  #page section#image-bg {
    flex: 1 0 60%;
  }
}

@media (min-width: 1200px) {
  #page section#image-bg {
    flex: 1 0 67%;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .form-content header {
    padding: 100px 0 0 !important;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s, box-shadow 5000s ease-in-out 0s !important;
  -webkit-box-shadow: 0 0 0px 1000px #1b5969 inset !important;
  -webkit-text-fill-color: #fff !important;
}

/* Popup modale de récupération d'identifiants */
#modalRecupId {
  display: none;
  width: 600px;
}

#modalRecupId .modal-content {
  padding: 0;
}

#modalRecupId iframe {
  border: none;
  width: 100%;
  height: 280px;
}

@media (max-height: 580px) {
  #page section#content #baseline {
    min-height: 200px;
  }
  #page section#content form {
    min-height: 350px;
  }
}
/** /core/manager/themes/defaut/css/_global.css **/
BODY, HTML {
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:12px;*/
	font-size: 11px;
	height:100%;
/*	width: 100%;*/
	vertical-align:top;
	margin:0;
	padding:0;
}

A {
	color:#000000;
}

LABEL {
	cursor:pointer;
}

.input:focus {
	background-color:#E9E9E9;
	border:1px solid;
	color:black;
}
.input {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
}

INPUT, SELECT, A{
	outline-color: #464c58;
}

.highlight {
	background-color:#FFDFDF;
	border:1px solid #FF0000 !important;
	color:#FF0000;
}

.float-clear {
	clear: both;
}

/**
 * Classes globales
 */

.bold {
	font-weight:bold;
}

.center {
	text-align:center;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.upper, .uppercase {
	text-transform:uppercase;
}

.cap, .capitalize {
	text-transform: capitalize;
}

.rouge {
	color: #d21242; /*#cc0b0c;*/
}

.block {
	display: block;
}

.blanc {
	color: #FFF;
}

.clear {
	clear:both;
}

.clickable {
	cursor: pointer;
}

.hidden {
	visibility:hidden;
}

.no_display {
	display: none;
}
 
.erreur {
	text-align: center;
	color: #cc0b0c;
	font-weight:bold;
}

select.erreur {
	border: 1px solid #FF0000 !important;
	background-color: #FFDFDF !important;
	color: #000000 !important;
	font-weight: normal !important;
}

.ajaxloading {
	display: inline-block;
	font-weight:bold;
	background: url('/core/manager/themes/defaut/medias/img/loading.gif') no-repeat transparent;
	padding:0 0 0 20px;
	margin: 20px auto 20px auto;
}
.ajax_overlay {}
.ajax_loader {background: url('/core/manager/themes/defaut/medias/img/spinner.gif') no-repeat center center transparent;width:100%;height:100%;}

.spinnerG {
	background: url('/core/manager/themes/defaut/medias/img/spinner_g.gif') no-repeat transparent 50% 50%;
}

.spinnerD {
	background: url('/core/manager/themes/defaut/medias/img/spinner_d.gif') no-repeat transparent 50% 50%;
}


/**
* Champs de formulaire multitext
*/
.multitext LABEL {
	text-transform:uppercase;
	font-weight:bold;
}

.imgflag {
	margin: 0 5px 0 5px;
	vertical-align:text-top;
}
 
/**
 * Pages centrales
 */
.page {
	padding: 0;
}

.page_content {
	/*width: 889px;*/
	/*margin: 0 10px 0 2px;*/
	/*margin: 0 10px 0 1%;*/
	margin: 0 1%;
}

/**
 * Bandeau commun des pages centrales
 **/ 
.bandeau {
	margin: 0 1%;
}
 
.bandeau > .titre {
	text-align:right;
	color:#e0e0e0;
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:25px;
	float:right;
	width:400px;
	margin-right: 1%;
}
.bandeau > .retour {
	background: transparent url(/core/manager/themes/defaut/medias/img/retour.png) no-repeat bottom left;
	padding-left:30px;	
	font-weight:bold;
	vertical-align:bottom;
	display: block;
	padding-top:8px;
	width:100px;
	text-transform:capitalize;
	float: left;
}

.bandeau > A.retour:link,
.bandeau > A.retour:visited,
.bandeau > A.retour:active {
	text-decoration:none;
	color:#595959;
}

.bandeau > A.retour:hover {
	color:#666666;
	text-decoration: text-underline;
}

.chemin {
	width: 100%;
	height: 34px;
	border: 1px solid #02abac;
	background-color: #02abac;
}

.chemin .img_gauche {
	background: #02abac;
	height:34px;
	width:18px;
	padding: 0;
	margin: 0;
}

.chemin .texte {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color: #FFFFFF;
	height:34px;
	margin: 0;
}

.chemin .img_droite {
	background: #02abac;
	height:34px;
	width:8px;
	margin: 0;
	padding: 0;
}

.bandeau > .hint {
	font-size: 11px;
	background: #f1f1f1;
	border:1px solid #B3B3B3;
	/*height:42px;*/
	margin: 14px 0 0 0;
}

.bandeau > .hint > .icone {
	background: transparent url(/core/manager/themes/defaut/medias/img/bandeau/hint_icones.png) no-repeat;
	width:32px;
	height:32px;
	margin: 5px 9px 5px 9px;	
	float: left;
}

.bandeau > .hint > .texte {
	/*height: 44px;*/
	margin: 2px 0 1px 0;
	padding-top: 5px;
	margin-left:50px;
	margin-bottom: 8px;
	line-height:14px;
}

.titre_tableau_min {
	background-color: #CCCCCC;
	font-weight: bold;
	height: 40px !important; /*25px;*/
	padding: 0 6px;
	font-size: 13.2px;
	text-transform: uppercase;
	text-indent: 6px;
}
.titre_tableau_rouge, .titre_tableau_bleu, .titre_tableau_theme{
	padding: 0 6px;
	text-indent: 6px;
	height: 40px; 
	font-weight: bold;
	text-transform : uppercase;
	font-size: 13.2px;
	padding: 6px 0;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}
.titre_tableau_rouge{
	color: #02abac;
}
.titre_tableau_bleu{
	color: #02abac;
}
.titre_tableau_theme {
    text-align: left;
	color: #fff;
	background-color: rgb(70, 76, 88);
}
.table_listing {
	border-collapse: collapse;
}

.table_listing td, .table_listing th {
	border: 1px solid #B3B3B3;
}

.soustitre_gris {
	background-color : #e7e7e7;
}

.soustitre_gris_clair {
	background-color : #f0f0f0;
}

/**
 * Pour les pages aux couleurs du menu de droite
 **/
.page_droite .chemin {
	border-color: #02abac;
	background-color: #02abac;
}
.page_droite .chemin .img_gauche, .page_droite .chemin .img_droite {
	background-color: #02abac;
}
.page_droite .bandeau > .hint > .icone {
	background-image: url(/core/manager/themes/defaut/medias/img/bandeau/hint_icones_droite.png);
}

.page_droite .soustitre {
	background-color: #ccdfe6;
}

/**
 * Pour les suivis
 **/
.img_status {
	height:	17px;
	width:	17px;
	display: inline-block;
}

.img_comp_module {background: url(/core/manager/themes/defaut//medias/img/suivi/icn_status.png)  0 0 no-repeat transparent;}
.img_not_attempted {background: url(/core/manager/themes/defaut//medias/img/suivi/icn_status.png) 0 -17px no-repeat transparent;}
.img_incomplete {background: url(/core/manager/themes/defaut//medias/img/suivi/icn_status.png) 0 -34px no-repeat transparent;}
.img_passed {background: url(/core/manager/themes/defaut//medias/img/suivi/icn_status.png) 0 -51px no-repeat transparent;}
.img_completed {background: url(/core/manager/themes/defaut//medias/img/suivi/icn_status.png) 0 -51px no-repeat transparent;}
.img_failed {background: url(/core/manager/themes/defaut//medias/img/suivi/icn_status.png) 0 -68px no-repeat transparent;}

/**
 * Icones 20px X 20px
 **/
 
.icone20 {
	background-color: transparent;
	background-image: url(/core/manager/themes/defaut/medias/img/icones20.png);
	background-repeat: no-repeat;
	background-attachment:scroll;
	vertical-align:middle;
	width:20px;
	height:20px;
}
.img_puce{
	background-color: transparent;
	background-repeat: no-repeat;
	background-attachment:scroll;
	width:20px;
	height:20px;
	vertical-align:middle;
}
.puce_bleu{background-image: url(/core/manager/themes/defaut/medias/img/puce_bleu.png);}
.puce_rouge{background-image: url(/core/manager/themes/defaut/medias/img/puce_rouge.png);}
.puce_bas_bleu{background-image: url(/core/manager/themes/defaut/medias/img/puce_bas_bleu.png);}
.puce_bas_rouge{background-image: url(/core/manager/themes/defaut/medias/img/puce_bas_rouge.png);}
.icone_oeil {
	background-position: 0px -20px;
}

.icone_checkgris {
	background-position: 0px -40px;
}

.icone_calendar {
	background-position: 0px -60px;
}

.icone_replie {
	background-position: 0px -80px;
}

.icone_deplie {
	background-position: 0px -100px;
}

.icone_ordiloupe {
	background-position: 0px -120px;
}

.icone_engrplay {
	/*background-position: 0px -140px;*/
	background-position: 0px -280px;
}

.icone_creerth {
	background-position: 0px -160px;
}

.icone_creerssth {
	background-position: 0px -180px;
}

.icone_engr {
	background-position: 0px -200px;
}

.icone_trash {
	background-position: 0px -220px;
}

.icone_vcheck {
	background-position: 0px -240px;
}

.icone_interdit {
	background-position: 0px -260px;
}

.icone_engrdisabled {
	background-position: 0px -300px;
}

/**
 * Icones 23px X 23px
 **/
 
.icone23 {
	background-color: transparent;
	background-image: url(/core/manager/themes/defaut/medias/img/icones23.png);
	background-repeat: no-repeat;
	background-attachment:scroll;
	vertical-align:middle;
	width:23px;
	height:23px;
}

.icone23_theme { background-position: 0px -23px; }
.icone23_sstheme { background-position: 0px -46px; }
.icone23_docloupe { background-position: 0px -69px; }
.icone23_refresh { background-position: 0px -92px; }
.icone23_print { background-position: 0px -115px; }
.icone23_excel { background-position: 0px -138px; }
.icone23_mail { background-position: 0px -161px; }
.icone23_chap { background-position: 0px -184px; }
.icone23_unk1 { background-position: 0px -207px; }
.icone23_unk2 { background-position: 0px -230px; }
.icone23_edit { background-position: 0px -253px; }
.icone23_trash { background-position: 0px -276px; }
.icone23_tools { background-position: 0px -299px; }
.icone23_export { background-position: 0px -322px; }
.icone23_drag { background-position: 0px -345px; }
.icone23_vtheme { background-position: 0px -368px; }
.icone23_vsstheme { background-position: 0px -391px; }
.icone23_vchap { background-position: 0px -414px; }
.icone23_import { background-position: 0px -437px; }
.icone23_full { background-position: 0px -460px; }
.icone23_check { background-position: 0px -483px; }
.icone23_sand { background-position: 0px -506px; }
.icone23_bd { background-position: 0px -529px; }
.icone23_nemail { background-position: 0px -552px; }
.icone23_newfolder { background-position: 0px -575px; }
.icone23_pie { background-position: 0px -598px; }
.icone23_upload { background-position: 0px -621px; }
.icone23_unk3 { background-position: 0px -644px; }
.icone23_unk4 { background-position: 0px -667px; }
.icone23_unk5 { background-position: 0px -692px; }


/**
 * Des boutons en ligne
**/
.ligne_boutons {
	padding: 0 0 15px 0;
	margin: 0 1%;
}

.ligne_boutons .bouton {
	float:right;
	margin-left:10px;
}


/**
 * Boutons
**/
.ligne_bouton_droite {
	height:23px;
}
.ligne_bouton_droite .bouton {
	float:right;
	margin-left:20px;	
}


.ligne_bouton_gauche .bouton {
	float:left;
	margin-right:20px;
}

.bouton {
	text-align:center;
	/*height:23px;*/
	/*background: #f1f1f1;
	border:1px solid #B3B3B3;*/
	background: #808285;
	height: 40px;
	line-height: 40px;
	transition: background-color 0.25s;
}
.bouton:hover { background: #b3b3b3 !important; }
.bouton.disabled {
    background: #808285 !important;
    opacity: 0.4;
}
.bouton.disabled a {
    cursor: default;
}

.bouton .iconeg, .bouton .iconed { display: none; }
.bouton .iconeg {
	float:left;
}

.bouton .iconed {
	float:right;
}

.bouton .texte {
	/*font-size:11px;
	font-weight:bold;
	text-transform: uppercase;
	margin-left: 30px;
	margin-right: 10px;
	line-height:23px;
	white-space:nowrap;*/
	font-size: 1.0em;
	text-transform: uppercase;
	color: #FFF;
	margin: 0 14px !important;
	white-space: nowrap;
}

.bouton a {
	text-decoration:none;
}

.bouton a:hover {
	color:#666666;
}

.bouton.active {
	background: #b3b3b3 !important;
}

.bouton#btn_test {
    float:left;
    margin:0;
}

.bouton#bouton_list_active {
    float:left;
    margin:0;
}
.bouton#bouton_list_inactive{
    float:left;
}
.bouton#bouton_list_all {
    float:left;
}

/* Vignette */
.vignette_container {
	height: 30px;
	overflow: hidden;
	margin: 0 1%;
}
.vignette {
	background-color: #02abac;
	color:#FFFFFF;
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
	font-weight:bold;
	white-space : nowrap ;
	float:left;
	font-size:13px;
	-moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    /*border-radius: 10px 10px 0 0;*/
    height: 22px;
}

/**
 * Barres de progression
 */
 @-webkit-keyframes progress-bar-stripes {
    from {
        background-position:40px 0
    }
    to {
        background-position:0 0
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position:40px 0
    }
    to {
        background-position:0 0
    }
}
.progress {
    overflow:hidden;
    height:20px;
    margin-bottom:20px;
    background-color:#f5f5f5;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow:inset 0 1px 2px rgba(0, 0, 0, .1)
}
.progress-bar {
    float:left;
    width:0;
    height:100%;
    font-size:12px;
    line-height:20px;
    color:#fff !important;
    text-align:center;
    background-color:#428bca;
    -webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow:inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition:width .6s ease;
    transition:width .6s ease
}
.progress-striped .progress-bar {
    background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size:40px 40px
}
.progress.active .progress-bar {
    -webkit-animation:progress-bar-stripes 2s linear infinite;
    animation:progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
    background-color:#5cb85c;
}
.progress-striped .progress-bar-success {
    background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.progress-bar-info {
    background-color:#5bc0de;
}
.progress-striped .progress-bar-info {
    background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.progress-bar-warning {
    background-color:#f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.progress-bar-danger {
    background-color:#02abac;
}
.progress-striped .progress-bar-danger {
    background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}
.progress {
  background-color: #e6e9ed;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.progress-bar {
  background-color: #3cabbf;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}
.progress-bar-success {
  background-color: #8cc152;
}
.progress-text-success {
  color: #8cc152;
}
.progress-bar-info {
  background-color: #3cabbf;
}
.progress-text-info {
  color: #3cabbf;
}
.progress-bar-warning {
  background-color: #e86f50;
}
.progress-text-warning {
  color: #e86f50;	
}
.progress-bar-danger {
  background-color: #02abac;
}
.progress-text-danger {
  color: #02abac;
}

/* Tableaux */
.table_bordered {
	border-collapse: collapse;
	border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
}
.table_bordered thead th {
	background: #464C58;
	color: #FFFFFF;
	font-size: 13.2px;
}
.table_bordered th, .table_bordered td {
	border-left: 1px solid #B3B3B3;
	border-top: 1px solid #B3B3B3;
	padding: 4px;
}
.table_bordered tfoot td {
	background: #f1f1f1;	
}

.content * {
	box-sizing: border-box;
}

.page-title {
	background: #02abac;
	/*height: 24px;
	line-height: 24px;
	padding: 44px 48px 0 48px;*/
	height: 40px;
	line-height: 40px;
	width: 100%;
	padding: 0 48px;
	margin: 0 0 15px 0;
	vertical-align: bottom;
	color: #FFFFFF;
	font-size: 1.5em;
	text-transform: uppercase;
	position: fixed;
	top: 0;
	z-index: 10;
	box-sizing: border-box;
}
.cerabox-content .page-title{
	position: absolute;
}
body.reporting .page-title,
.page_droite .page-title,
.page_droite ~ #cerabox .page-title{
	background: #02abac;
}
.page-title-spacer {
	height: 40px;
	margin-bottom: 15px;
}

.return-url {
	position: fixed;
	top: 0;
	left: 0;
	width: 40px;
	/*height: 68px;*/
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAABCCAYAAADOpi9SAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5RDlEQ0NENTlCQjZFNDExQjNEMkJCNjdBOTI5NjVBOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0OTc3NTBCQ0I2OUMxMUU0QTg3NkE1NDA0N0QxOEYyNSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0OTc3NTBCQkI2OUMxMUU0QTg3NkE1NDA0N0QxOEYyNSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RTlEQ0NENTlCQjZFNDExQjNEMkJCNjdBOTI5NjVBOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RDlEQ0NENTlCQjZFNDExQjNEMkJCNjdBOTI5NjVBOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pqpf5LYAAAE7SURBVHja7NkxDsIwDAXQtDCydanEBjfgHlydGzAidanEwAqllbrHjp1vR7KlqOuTmzZ23F1SuqdGok8NRWADG9jABjawptjvul7renvHbtDpuSwP75kVQZFYMRSFVYEisGrQ2lhVaE2sOrQWlgrtrbEk6LXrbuvjZInlQEfLzHKhB6s9C4FqYGFQKRYKlWDh0FKsCbQEawblYk2hHKw5lIp1AaVg3UBzWFfQHHYm1qMDAprDDnvWcjHvb8EUu2VrzIH37E8IcO4DcwWm/LrcgKmHggsw57g1B3MLGVNwSYloBi4tvk3AkrYGDpY2jFCwRisOA2tdckDAmtdHXPDPEssFf6yxZLCHzHLBLrBVwLUHIKpgxGhJDYwa2qmAkeNQMRg9aBaBjwkfG/jcQmZTK3s2sIENrOf4CzAATnji5U+Eg0YAAAAASUVORK5CYII=);*/
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5RDlEQ0NENTlCQjZFNDExQjNEMkJCNjdBOTI5NjVBOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGODM1NjVCREMwQ0ExMUU0ODc0Qzg1NTBFMzVBODM5MSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGODM1NjVCQ0MwQ0ExMUU0ODc0Qzg1NTBFMzVBODM5MSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMzM5RDlBMUNBQzBFNDExQTk2OTg0NTdDRjAwNDI1MiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RDlEQ0NENTlCQjZFNDExQjNEMkJCNjdBOTI5NjVBOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiSpLcsAAAGxSURBVHja7NfZTsJAFAbgFqto9FLFGHHFuOAansPn9goXEOOCuzECxisXULH+JzlNjKEDXegZSZv8acMk5cuZdubUnDeMHUPjI2FofsTAGBjg+EZedAU2kSKyizzpBvxCji5s+xap43oPqekCJFyJcM4PuG7glEcq0sCmU7m/A/jtE6d95NXrTa0QK1cE5L7V4IJpmjhh0zKGJIBUnQJwDwrcErLo5+ZWBLhlJOP3D6wu41Z5ao2ogR/IIXCPLrgE4+aCPj9+gA3GVVxwfYybDePt8wqsM64aBc4rkHAHwNUU05pFZsJc+a2QcEmcVpB02Ptmp8A8cM+K8Uw3cD3VD+YwjWOK8TJyJwkcRLbckNyxFJAbySl2kOMuSOqgS8i15DPoIFMuSGq5jsNE+nlJkoycUCCpkleSb/EAIyfbTPel5DLTj2wokDZPd1lyHewEeYKcSy7UhNwEckqBPEXO+FtZZCexuJJpBZKex3fJrY5arTUgp1s0E1TlbWRYei+mSmZ/I7nTySEpiY8mt3tSJem6ypUblfhoajfd68gbMqJru5UIiuupfjAG/lvgjwADAIxeoCf21bQEAAAAAElFTkSuQmCC);
	transition: background-color ease-out 0.25s;
	z-index: 15;
	height: 40px;
}
.return-url:hover {
	background-color: #007979;
}
.page_droite .return-url:hover {
	background-color: #078098;
}

/* Titre */
.catalogue_titre {
	background-color: #007979;
	margin: 0 1%;
}
.page_droite .catalogue_titre {
	background-color: #02abac;
}
.catalogue_titre_text {
	color: #FFF;
	height: 40px;
	line-height: 40px;
	text-indent: 15px;
	font-size: 13.2px;
	font-weight: bold;
	background-color: #464C58;
	text-transform: uppercase;
}

#lien-top {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 15;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5RDlEQ0NENTlCQjZFNDExQjNEMkJCNjdBOTI5NjVBOSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozMUEwRkVENkM3QzUxMUU0OUJDREMzQkFDODdGOTVDNCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozMUEwRkVENUM3QzUxMUU0OUJDREMzQkFDODdGOTVDNCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGNTQ3MkQ3MjM3QzdFNDExODdCRkQ0MTJEMjk0NEUxOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RDlEQ0NENTlCQjZFNDExQjNEMkJCNjdBOTI5NjVBOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqGE5XIAAAGeSURBVHja7NddS8MwFAbgpioq89LhhYjb1H0xkLJrf4I/XbD7uNObOUQneDmcds5z4C2E0qZJG2eRBA7L0uSch3ZNO9HyvFuvws33Kt4c0AEd0AF/ue1azPVBcYf+kOKgSmeQcfePm807B/cxVglgjHuLB9C3giwLXFGEMi6BDDHnT4CfwC2yJuBYiLlbBX4B95o3EXNCrNkKkAuNqPCL7gLMHRVB+gVxz6aFsMYYabIPRirchRD79HGJrw80b5WGpHncvdatrXsG1xRjBY7z9ChaiB7Gss7kGDmtACPg5hm4HfoYUJxJw9wf4Fgacg5kVBbICaaU8EmB61Ocpxzmsb4CyTmneUg/57Iybqa4rIxrKHI0gMy63DMg16bAb4qJAic0cEmkUCAnqKkNXFIscnBNgx2gqUKi1tIEeEQRYOtI4rq4U00br+kmkagRoKbRb/AYyD0J15H2uiKN13ZiJHIHqFXoLq5LyDbFlYXXM87RlnD1sk+SE4obikOLb998Jk8parYedTXPbvN1c7p/dQ7ogA7ogA74z4E/AgwAlO6llP66kI4AAAAASUVORK5CYII=);
    opacity: 0;
    transition: background-color ease-out 0.25s;
}
#lien-top.lien-top-visible {
    opacity: 1;
}
#lien-top:hover {
    transition: opacity 0.2s, background-color ease-out 0.25s;
}
#lien-top:hover { background-color: #007979; }
.reporting #lien-top:hover { background-color: #078098; }

.sprite24 {
    background: url('/core/manager/themes/defaut/medias/img/sprites_24.png') no-repeat transparent;
}
.sprite24.sprite-search {
    background-position: 0 0;
}

/* Alphabet */
table.alphabet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	border:0px solid #B3B3B3;
	padding: 0;
	width: 100%;
	margin-bottom: 8px;
}

table.alphabet td.lettre {
	color: #000000;
	border: 1px solid #B3B3B3;
	height: 20px;
	line-height: 20px;
}

table.alphabet td.lettre strong{
	font-size: 13.2px;
}

table.alphabet .lettre.remplie {
	background-color: #f0f0f0;
}

body.reporting table.alphabet .lettre.remplie {
	background-color: #ccdfe6;
}

table.alphabet a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

table.alphabet td.selected {
	border: 1px solid #02abac !important;
	background-color: #02abac !important;
}

body.reporting table.alphabet td.selected {
	border: 1px solid #02abac !important;
	background-color: #02abac !important;
}

table.alphabet td.selected a, body.reporting table.alphabet td.selected a {
	color: #FFF !important;
}

/* Augmentation de largeur du menu */
#haut_menu_utilisateur, #gauche, #droite, #gauche_content, #droite_content, #droite_content .rootplaceholder, #haut_menu_boutons {
    width: 200px;
    min-width: 200px;
}

#haut_menu_pf {
	margin-right: 0;
}

#haut_nom_utilisateur {
    width: 114px;
}

#haut_menu_comptes {
	width: 410px;
}
#ligne_compte_ppal A, #haut_menu_comptes .col_compte, .table_select A.compte_en_cours div {
	width: 245px;
}
#ligne_entite a.nom_compte, #ligne_structure div.nom_compte, #texte_select_compte {
	width: 221px;
}

div.highlight-on-hover {
	clear: both;
}

div.highlight-on-hover:hover {
	background-color: #f0f0f0;
}

/* Filtres */

#tbl_filtres, #filrec_filtres {
    border:1px solid #B3B3B3;
}

#filrec_form {
    margin-left: 1% !important;
    width: 98%;
}

.filrec_actif {
    font-weight: bold;
    color: #02abac;
}

body.reporting .filrec_actif {
    color: #02abac !important;
}

h2#filrec_titre {
    margin-bottom: 15px !important;
}

#tbl_filtres td.titre, #filrec_titre td {
    background-color: #CCC;
    border-bottom:1px solid #B3B3B3;
    font-weight: bold;
    line-height:18px;
    text-transform: uppercase;
    white-space:nowrap;
    padding: 3px;
}

#tbl_filtres td.titre_end {
    width:98%;
    background: url('../img/gif/tab_filtre_droite.gif') no-repeat left top;
}

#tbl_filtres .table_filtres td {
    padding-top: 2px;
    padding-bottom: 3px;
}

#filtres {
    padding:10px 5px;
}

#filtres .div_filtre{
    float:left;
    margin-right:20px;
    line-height: 26px;
    white-space: nowrap;
}

#filtres .sep {
    float:left;
    width:20px;
    display:block;
}

/*** custom css only popup ***/
.columnSelectorWrapper {
    position: relative;
    z-index: 100;
}
.columnSelectorWrapper label {
    text-indent: 0 !important;
}
.columnSelector, .hidden {
    display: none;
}
.columnSelectorButton {
    position: absolute;
    cursor: pointer;
    width: 18px;
    height: 16px;
    margin-top: 1px;
    right: 0;
    border-left: 1px solid #02abac;
    border-bottom: 1px solid #02abac;
    text-align: center;
}
.reporting .columnSelectorButton {
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.columnSelectorButton * {
    font-size: 16px;
    /*color: #464c58;*/
    color: #fff;
}

#colSelect1:checked ~ #columnSelector {
    display: block;
}
.columnSelector {
    min-width: 200px;
    position: absolute;
    top: 16px;
    right: 0;
    padding: 10px;
    background: #fff;
    border: #99bfe6 1px solid;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.5);
}

.columnSelector .disabled {
    color: #ddd;
}

.has_infos {
    cursor: help;
}
/** /core/manager/themes/ufmcp/css/_global.css **/
.page-title {
    position: relative;
    background: transparent;
    color: #757575;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px 30px;
    padding: 30px 0 0 0;
    width: auto;
    line-height: normal;
    height: 60px;
}

.bouton a {
    padding: 0 14px;
    background-color: #02abac;
    color: #ffffff !important;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 11px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(#02abac, #02abac) no-repeat top, linear-gradient(#028080, #028080) no-repeat bottom;
    background-size: 100% 100%, 100% 0%;
    background-color: #02abac;
    transition: 0.3s all ease;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.bouton a:hover {
    background-size: 100% 0%, 100% 100%;
}

.page-title-spacer,
#lien-top {
    display: none;
}
.return-url, .lien_retour {
    position: absolute;
    top: 35px;
    left: 7px;
    width: 16px;
    height: 16px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAQCAYAAADAvYV+AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODU0NzE0Q0Q2RDU2MTFFOEI1MzRGOUY4QjdFMEY5RjEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODU0NzE0Q0U2RDU2MTFFOEI1MzRGOUY4QjdFMEY5RjEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NTQ3MTRDQjZENTYxMUU4QjUzNEY5RjhCN0UwRjlGMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NTQ3MTRDQzZENTYxMUU4QjUzNEY5RjhCN0UwRjlGMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pn6cGI4AAACNSURBVHjaYvz//z8DLsC8Zq0AkFoPxIV/Q4IvMOJSDFW4H4gNgPgDEDsyEaEQBBhBBBMRCj8CsQPIGUzEKkQxmZBCuGJiFIIVE6sQ2RmMSGI4A54JaAIoDB2A+CJUDGwT0EYDrCYTqwEeGsRoQAlnQhqwpg1oCB0AYn2oEO60gcUG7GkDi4aDsHAHCDAAP0lYeAL//OoAAAAASUVORK5CYII=') 50% 50% no-repeat;
    transition: opacity .2s;
}
.return-url:hover, .lien_retour:hover {
    background-color: transparent;
    opacity: 0.6;
}

.vignette {
    color: #02abac;
}
.catalogue_titre_text {
    background: #02abac;
}