/*MANTIS 49242*/
@media screen and (min-width: 1024px) {
  #visuPanel .a-suivicompte .a-suivicompte-histopanel-container .x-panel-tbar {
    display: none;
  }
}



/*MANTIS 49915*/

.style-calendrier .pave-contenu-date{
	background-color: #07858d;	
	color: #fff;
}

/*multi theme cgu, politique, mentions légales*/


/*
 * Principe : une CGU est définie par sa balise titre (h1) de début et on considère que son contenu correspond aux balises suivantes jusqu'à trouver une nouvelle balise h1 (seconde CGU)
 *
 */
/* Charte idfs par défaut : on affiche la première CGU : 1ère balise h1 et ce qui suit => on cache donc la balise h1 suivante (charte-lfd) et contenu qui suit */

.cgu-content h1:nth-of-type(2), .cgu-content h1:nth-of-type(2) ~ * {
  display: none;
}

/* Charte lfp : on cache la 1ère cgu et on affiche la seconde */

.charte-lfp .cgu-content h1:nth-of-type(1), .charte-lfp .cgu-content h1:nth-of-type(1) ~ * {
  display: none;
}
.charte-lfp .cgu-content h1:nth-of-type(2), .charte-lfp .cgu-content h1:nth-of-type(2) ~ * {
  display: block;
}

.politique-content h1:nth-of-type(2), .politique-content h1:nth-of-type(2) ~ * {
  display: none;
}

/* Charte lfp : on cache la 1ère plotique et on affiche la seconde */

.charte-lfp .politique-content h1:nth-of-type(1), .charte-lfp .politique-content h1:nth-of-type(1) ~ * {
  display: none;
}
.charte-lfp .politique-content h1:nth-of-type(2), .charte-lfp .politique-content h1:nth-of-type(2) ~ * {
  display: block;
}


/* Charte lfp : on cache la 1ère mentions légales et on affiche la seconde */

.container .charte-idfs, .container .charte-lfp {display: none;}
      
      .charte-idfs .container .charte-idfs,
      .charte-lfp .container .charte-lfp {
          display: block;
      }