h2.copymixe-title {
  color: #800000 !important; /* rouge bordeaux */
}

.sav-section figure img,
.content.indent.pict2 figure img {
  margin-top: -70px; /* remonte l’image de 20px */
}

/* ====== Scrollbar WebKit (Chrome, Edge, Safari) ====== */
::-webkit-scrollbar {
  width: 14px;
}
::-webkit-scrollbar-track {
  background: #1F4E40;
}
::-webkit-scrollbar-thumb {
  background-color: #950000;
  border-radius: 6px;
  border: 2px solid #1F4E40;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #8FAF9F;
  transform: scale(1.1);
}

/* ====== Scrollbar Firefox ====== */
html {
  scrollbar-color: #A60000 #CC0000;
  scrollbar-width: auto;
}

.border {
	height: 10px;
	width: 100%;
	background: url(../img/border2.png) center 0 no-repeat;
}

/* ====== Structure générale ====== */
body {
  background-color: #A80000;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #333333;
  line-height: 1.6;
}

.mail {
	color: #A80000;
	font: 17px 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #777777;
	text-decoration: none;
}