/*
===============================================================================
	(c) magic moving pixel s.a., Luxembourg
	--------------------------------------------------------------------
	project   : 819 - Rucolino
	file      : main.css
	comment   : Main css for the site
===============================================================================
*/
@font-face {
  font-family: Playfair;
  src: url(/fonts/Playfair_Display/PlayfairDisplay-Italic.ttf);
}
@font-face {
  font-family: Chivo;
  src: url(/fonts/Chivo/Chivo-Light.ttf);
}
body {
	font-family: Chivo;
	background-color: #fffcee;
	color:#222;
}
h1 {
	font-family: Playfair;
	font-size:50px;
	line-height: normal;
	letter-spacing: normal;
}
@media (min-width: 576px) {
	h1 {
		font-size:56px;
	}
}
h2 {
	font-weight: 10;
}
h3 {
	font-size:22px;
}
h4 {
	color:#222;
	text-align: justify;
}
.form-control {
	padding:5px;
	min-height:30px;
	font-size:16px;
	line-height:18px;
	border:1px solid #07865c;
	border-radius: 4px;
}
form .btn {
	color:#eee;
}
.contents a {
	color: #07865c;
}
#headers-5 {
	background-image:url("/graphics/header-bg-v3.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#headers-5 .fa-bars {
	color:#eee;
}
#headers-5 h1, #headers-5 h2 {
	color: #eee;
}
#contents-9 img {
	background-color: transparent;
}
.contact#contents-9 {
	background-color: #07865c;
}
.contact#contents-9 h3, .contact#contents-9 h4, .contact#contents-9 p {
	color: #eee;
}
.contact#contents-9 {
	color: #ffd602;
}
#sliders-3 > .image {
	background-image:url("/graphics/autre-logo.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
}
#contents-1  {

}
#sliders-7 .panel {
	border: 0px;
	background-color: transparent;
}
#sliders-7 .slider-image {
  display: block;
  height: 300px;
  /* set min-width, allow images to set cell width */
  min-width: 150px;
  max-width: 100%;
  margin-right: 10px;
  /* vertically center */
  top: 50%;
  transform: translateY(-50%);


  opacity: 0.3;
  -webkit-transition: 0.5s ease opacity;
  transition: 0.5s ease opacity;
}
#sliders-7 .slider-image.is-selected {
	opacity: 1;
}
.leaflet-control-container {
	position: initial;
}
@media (min-width: 576px) {
	#sliders-7 .slider-image {
		height: 320px;
	}
}
@media (min-width: 768px) {
	#sliders-7 .slider-image {
		height: 410px;
	}
}
@media (min-width: 992px) {
	#sliders-7 .slider-image {
		height: 600px;
	}
}
@media (min-width: 1200px) {
	#sliders-7 .slider-image {
		height: 600px;
	}
}
.card {
	border-color: #231f20;
	background-color: #fefefe;
}
#contents-9 a {
	color: #ffd602;
}
#footers-7 {
	background-color:#fefefe;
}
#footers-7 a, #contacts-3 a {
	color: #07865c;
}
#footers-7 a.btn {
	color: #fff;
}
nav a {
	text-transform: uppercase;
}
.bg-overlay {
	background-color: rgba(0,0,0,0.4);
}
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover, a.btn, a.btn:hover {
	color: #fff;
}
