/*********************************************************************/
/*************** Adaptation des styles pour impression ***************/
/*************** Doit être inclu en dernier ************************ */
/*********************************************************************/

html {
	background-color: white;
  background-image: initial;
}
body {
	background-color: white !important;
}

/*********************************************************************/
/* Impression des pages traduites avec Google:                       */
/* Pour éviter d'avoir la barre de traduction sur chaque page        */
/* Tout en la gardant sur la première page                           */
/* => on l'intègre au body en cassant le position fixed,             */
/* et on remonte le body                                             */
/*********************************************************************/
.goog-te-banner-frame {
  position:relative !important;
/*  display:none;*/
}
body {
  top: 0px !important;
}
/*********************************************************************/


:root {
	 --fg-rgb-color: 0, 0, 0;
	 --bg-rgb-color: 255, 255, 255;
}
.maincontents {
	font-weight:400;
}
a {
  color: #007bff;
}
.maincontents a:link, .maincontents a:visited {
    color: #007bff;
}

/*********************************************************
* Header de la page avec titre
**********************************************************/

/* pas d'image d'arrière plan de la bannière, et couleur du texte */
div.hdrtitle , #hdrtitle {
	background-image: initial;
	background-color: white; 
	color: #336699;
}

/*********************************************************
* Headers de folding
**********************************************************/

/*********************************************************
.foldtitle a:link , .foldtitle  , .foldmark a:link , .foldmark {
	background-color: white !important;
  background-image: initial !important;
  color: #336699 !important;
}
**********************************************************/
.foldhdr , .foldhdr a:link {
	background-color: white !important;
  background-image: initial !important;
  color: #336699 !important;
  font-size:1.5rem;
	font-weight:800;
}
.foldhdr2 , .foldhdr2 a:link {
	background-color: white !important;
  background-image: initial !important;
  color: #333 !important;
  font-size:1.3rem;
	font-weight:600;
}
.foldmark, .foldmark a:link {
  display: none;
}

/**********************************************/
/***** Pour déplier automatiquement ***********/
/***** tous les chapitres de la FAQ ***********/
/***** Bof... plus de contrôle possible...
.faqdescript {
  display: block !important;
}
/**********************************************/


/**********************************************/
/********* adaptation entête de page **********/
/**********************************************/
.entete {
	background-color: white;
  background-image: initial;
  color: #336699;
}
.entete img {
    content: url("/img/logoscannavpourfondblanc.png") !important;
}
.entete .linkbutton {
    display:none;
}
.slogan1 {
  font-weight: 600;
}

/**********************************************/
/*************** sections masquées ************/
/**********************************************/
.noprint {
  display: none;
}
#annonce {
display:none;
}
.annonce {
display:none;
}
.annonce a , .annonce a:link, .annonce a:visited {
	color: #ffff00;
}
div#topmenu {
display:none;
}
div.prefooter {
display:none;
}
.upbut {
display:none;
}

#footer {
  position: initial !important;
  bottom: 0mm !important;
}

