﻿body , nav , .text-warning, .piedDePage, 
#bottom, 
ul.dropdown-menu, 
.suite,
.fonctions,
.previsualisationConteneur,
#conteneur-modif,
.enteteArticle,
.enteteBlogue
	{
	background-color: #03071e !important;
	}

body , nav , .text-warning, .piedDePage, 
#bottom, 
ul.dropdown-menu, 
.suite,
.fonctions,
.previsualisationConteneur,
#conteneur-modif,
.enteteArticle,
div, form, h1, h2, h3, label, p:not(.slogan ), span, libelle, li, td
.nav-link.dropdown-toggle.text-warning,
a.dropdown-item:hover,
.legendeMiniature,
.logStrong,
.text-bouton,
.icone,
.bouton-action,
.bouton,
.boutonBlogCourant  
	{
	color:#F7FEE7 !important;
	}
	
.couverture {
	background: linear-gradient(-8deg, #162456 40%, #03071e );
}

a.dropdown-item:hover 
	{
	border-radius: 20px;
	box-shadow: 1px 1px 3px white ;
	}
a.text-warning:hover
	{
	color: #F7FEE7 !important;
	text-shadow: 1px 2px 2px #A6A09B;
	}
	
/* index des blogues	 */
.indexCache  
	{
	color: #44403B !important;
	}
.enteteBlogue:hover
	{
	box-shadow: 0px 0px 15px white;
	}	
	
/* commentaire du message */
.encre  
	{
	color: #53EAFD;
	}
	
.numeroPhoto 
	{
	color: grey !important;;
	}
	
form, div.encadre, div.fonction, div.sauvegarde
	{
	background-color: #1D293D;
	border: 2px solid #44403B;
	box-shadow: 2px 2px 5px #F7FEE7 ;
	}
	
input , textarea, select
	{
	background-color: #E7E5E4;
	}
textarea:focus, textarea:focus-visible,  input:focus {
	box-shadow: 5px 5px 30px black;
	border: 3px solid white;
	outline: none;
}
label  
	{
	border-top: 2px solid grey;
	}
	
.blogue	 
	{
	background-color: #1E2939;
	border: 1px solid #737373;
	}
.blogue, .boutonBlogCourant 
	{
	background-color: #1E2939;
	border: 1px solid #737373;
	border-radius: 8px;
	box-shadow: 2px 2px 10px #ECFCCA ;
	}
	
.enteteArticle:hover {
	box-shadow: 0px 0px 15px white;
	}
	
.titreArticle, .lienPublie
	{
	background-color: #4A5565;
	}
.lienEnvironnement	 
	{
	background-color: #10598A;
	}
	
.lienPublie:hover, .lienEnvironnement:hover, .bulle-aide
	{
	color: black !important;
	}
	
.limite  
	{
	background-color: grey;
	}
	
.note-bouton, .totalCptPhoto, .cptPhoto,
.publie, .nonPublie
	{
	color: black !important;
	}
.suite  
	{
	color: green !important;
	}

.bouton  
	{
	background-color: #52525C;
	border: 1px solid #737373;
	}
.bouton:hover
	{
	background-color: #27272A !important;
	}
	
.bouton-action
	{
	background-color: #149dcc;
	border-color: #149dcc !important;
	}
.bouton-action:hover
	{
	color: #ffffff !important;
	background-color: #0d6786 !important;
	border-color: #0d6786 !important;
	box-shadow: 4px 5px 5px grey;
	transform: scale(1.1);
	}
.bouton-envoyes  
	{
	color: black !important;
	}
	
.conteneurDateArticle
	{
	background: linear-gradient(45deg, #2c3e50, #292524);
	}
.dateArticle
	{
	font-family: 'Rubik', sans-serif;
	/* font-size: 1.5rem; */
	font-weight: 300;
	}	

/* Photo */
.dragLigne:hover, .drag:hover {
	background-color: #3F3F46;
	box-shadow: 2px 2px 10px white;
}	

 /* légendes */
.blocPhoto:focus-within {
	border: 3px solid white;
	box-shadow: 0px 0px 25px white;
 }