@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Indie+Flower);


body { 
  margin:0;
  padding:0;
  background-color:white;
}

.titre_rubrique {font-family: 'Indie Flower', cursive;}

.nobg {
	background:none !important;
}

.navbar {
	background-color:#ffffff;
}

.navbar a {
	color:#037989 !important;
	font-size:16px;
}

.navbar a:hover {
	color:#ffffff !important;
}

@media (max-device-width:480px) { .navbar a {height:auto;} }

.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a01117;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color:white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.date {
	color:#852626;
	font-weight:bold;
}

.tab {
	min-width:120px;
	height:100px;
	vertical-align:bottom;
	text-align:left;
}

.legende {
	width:200px;
	height:70px;
	text-align:left;
	vertical-align:top;
}

.titre {
	font-weight:bold;
	font-size:12px;
	color:#221f1f;
}

.tech {
	font-size:11px;
	color:#3a3f42;
}

.dim {
	font-size:11px;
	color:#3a3f42;
}

.w120 {
	width:130px;
}

a.liresuite {
cursor: pointer;
display: block !important;
text-decoration: none !important;
text-align: center !important;
padding: 3px 10px !important;
margin-top: 10px !important; /* marge entre le bouton et ce qui se trouve juste au-dessus */
width: 100px !important; /* largeur du bouton en pixels */
background: #5b0f0f !important; /* couleur de fond du bouton */
border: 1px solid #2b0505 !important; /* couleur de la bordure du bouton */
color: #fff !important; /* couleur du texte du bouton */
/*float: right !important; */ /* aligner le bouton à droite ; pour aligner à gauche, supprimer cette ligne */
}

.col-sm-4 p {
	font-size:12px;
	font-weight: bold;
	color:#006b83;
	margin-top:5px;
	padding-bottom:15px;
}


.image {
	display:none;
}
	
.artiste {
	text-align:center;
}

.artiste p {
	text-align:justify;
}

.bouton {
	background-color:#b7d5dd;
	color:#980407;
	
	border-radius:2px;
	
	border:1px solid #05728e;
	
	font:bold 12px Verdana;
	padding:6px;
	box-shadow:1px 1px 3px #999;
}