/*darkmode*/
.dark-mode-theme{
	background-color: #141414;
	color:white;
}
.dark-mode-theme nav{
	background-color: #141414;
}
.dark-mode-theme footer{
	background-color: #1a1a1a;
}
.dark-mode-theme .immedia{
	background: url('image/IMMEDIALOGOV2sansfond.webp');
	 background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
}
.dark-mode-theme .onglets a{
	color:white;
}
.dark-mode-theme .mail{
	color: #B6C92F;
}
.dark-mode-theme .colonnes .mail{
	color: #B6C92F;
}
.dark-mode-theme .lien{
	color: #B6C92F;
}
.dark-mode-button{
  background: url('image/sun.webp');
  background-repeat: no-repeat;
  background-size: 100%;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor:pointer;
}
.dark-mode-theme .sousmenulogiciel {
	background-color: #141414;
}
.dark-mode-theme .sousmenuformation {
	background-color: #141414;
}
.dark-mode-theme .sousmenuformationEBP {
	background-color: #141414;
}
.dark-mode-theme .menu-burger{
	display:none;
}
.dark-mode-theme .titreformation{
	color:white;
}
@media screen and (max-width: 768px){
.dark-mode-theme .dark-menu-burger{
	display:block;
	opacity:1;
}
}
/*fin darkmode*/