/**
* Template: Impact
* Style complémentaires spécifiques à domaine.de.balgor
*/

.xab {
  	  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  	  padding: 30px;
  	  height: 100%;
  	  border-radius: 10px;
  	  overflow: hidden;
}
  
.blog .posts-list .post-img2 {
  	  max-height: 240px;
  	  margin: -30px -30px -30px -30px;
  	  overflow: hidden;
 }
.nopad {
  	  padding-left: 0 !important;
  	  padding-right: 0 !important;
}
  
.vmargin {
  	  margin-top: 10px;
  	  margin-bottom:10px;
}

.bal-mb2r {
	margin-bottom: 2rem;
}

.miniportfolio img {
	max-width:100%;
	max-height: 650px;
	margin-bottom: 1rem;
	margin-top:1rem;
}

.bgr-instructions {
	margin: 10px 0;
	border: thick solid slategrey;
	background-color: lightgrey;
	padding: 10px;
	min-height: 120px;
}


.carte_large {
	width:100%; height:650px;
}

.hero h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom:35px;
  color: #fff;
}

.formulaire_login legend {
	color: rgba(255,255,255,0.6);
}	
.formulaire_login label {
	width: 15rem; 
	color: rgba(255,255,255,0.6);
}
.formulaire_login input[type=text], .formulaire_login input[type=password] {
	width:15rem;
	background-color:lightgrey;
}
.formulaire_login input[type=submit] {
	margin: 5px 0;
	border: solid thin rgba(255,255,255,0.6);
	color : rgba(255,255,255,0.6);
}

.hero a {
	color: #fff;
	text-decoration: none;
}
.hero a:hover, .footer a:hover {
	color: var(--color-secondary);
}

.lien-footer {
  color: #fff;
}

div.xpage { 
	max-width: 950px; 
	margin: 0 auto; 
}

div.xpage h2 {
	font-family: "Arial"; 
	margin-top: 1.2em;
}

div.notes-page { 
	background-color: #eee; 
	padding: 1em 1em 1em 2.7em; 
	margin-top: 3em;
}

div.notes-page span.spip_note_ref { 
	display:block; 
	float:left;
	margin-left:-1.6em;
}

p.notes-titre { 
	color:darkgrey; 
	margin-left:-1.6em;
}

div.ps {
	background-color: #eee; 
	padding: 1em ; 
	margin-top: 3em;
}

p.ps-titre { 
	color:darkgrey; 
}

input.recherche {
	border-radius:4pt; 
	padding:0 4px;
	width: 160px;
}

pre {
	background-color:#eee;
	padding: 1em;
}

figure { 
	border: 2pt solid lightgrey; 
}

figure img {
	padding:2pt;
	height: auto !important;
	max-width: 100% !important;
}

figcaption > div {
	font-size: 0.9em;
	font-style: italic;
	/*padding: 0.5em 0.6em;*/
	padding: 0.15em 0.6em;
	background-color:lightgrey;
}