h1 {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
	font-family:"", 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
	z-index: 5;
	position: relative;
	line-height: 1.26em !important;
}


h2::before {
}

#infos h2 {
    font-family: "", 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 0;
    background:none;
    font-size: 1em;
	color:#6C6D6F;
     margin: 0;
}
h1 {
    font-family: '', serif;
    font-variant: none !important;
    text-transform: none !important;
    font-size: 4.3em !important;
    line-height: 1.2em !important;
    font-weight: normal !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
h2 {
    font-family: '', serif;
    font-variant: none !important;
    font-size: 3.4em !important;
    font-weight: normal !important;
    margin-bottom: 4% !important;
	color: inherit !important;
}
h3 {
    font-family: '', serif;
    font-variant: none !important;
    font-size: 2.7em !important;
    font-weight: normal !important;
	text-align: left;
}

.container {
	max-width: 1000px !important;
}

#conteneur {
    max-width: 1000px!important;
    margin-left: auto!important;
    margin-right: auto!important;
	padding: 0px auto 0px;
	margin: 0px  auto 100px !important;
	background-color: #fff;
}
#colonne {
}
#colonne.pleinelargeur {
    width: 100% !important;
	background-color: #fff;
}
#colonne > p:last-of-type {
  margin-bottom: 80px;
}
.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
#colonne img {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
    cursor: default;
}
#colonne img.ombre {
    border: 0px solid white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
}
h1 {

}
.clear {
    float: inherit;
    display: inline-block;
    margin-top: 40px;
    padding: 30px;
}
.menutop{
	background-color: #f5f5f5;
    display: inline-block;
    width: 100%;
	height:50px;
	top:0px;
    position: fixed;
    z-index: 99999;
}
.thumbnail {
    border-radius:0px;
}
img.image-emplacement-top {
    margin: 0 auto !important;
}
.image-emplacement-top {
    width: 100%;
    object-fit: cover;
   -moz-background-size: cover;
    -webkit-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
    max-height: 500px;
}
.image-emplacement-footer {
    object-fit: cover;
   -moz-background-size: cover;
    -webkit-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
    max-height: 800px;
}
.image-emplacement-bg {
    width: 100%;
    object-fit: cover;
   -moz-background-size: cover;
    -webkit-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
    max-height: 200px;
}
span.btn.btn-disabled.bold {
    font-weight: bold;
}
.menutop ul {
    margin-top: -5px;
}
.menutop li{
	list-style:none;
    display: inline-block;
}
.menutop li a {
    color: white !important;
    text-decoration: none;
    font-variant: small-caps;
    font-weight: bold;
}
.drapeauxlangues{
    padding: 4px 16px;
    margin: 0 10px;
}
.btn-primary {
	font-family:'Caveat Brush', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif !important;
	background-color:  ;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
}
.btn-primary:hover {
	background-color:  ;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
}
.btn-success, .btn-info, .btn-danger  {
	font-family:'Caveat Brush', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif !important;
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
}
.btn-success:hover, .btn-info:hover, .btn-danger:hover {
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	-moz-transition: ease 0.3s;
}
.carousel {
    position: relative;
    margin-top:  110px;
    margin-bottom: -17px;
    z-index: 9;
}
.text-info {
  color: ;
}


.polaroid {
	display: inline-block;
	margin: 0px 0 60px;
	position: relative;
	width: auto;
}

.polaroid img {
	border: 12px solid #fff;
	border-bottom: 70px solid #fff;
	-webkit-box-shadow: 0px 5px 10px 0px #00000040;
	-moz-box-shadow: 0px 5px 10px 0px #00000040;
	box-shadow: 0px 5px 10px 0px #00000040;
	height: auto;
	max-width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.polaroid:hover img {
	-webkit-box-shadow: 0px 3px 3px 0px #00000020;
	-moz-box-shadow: 0px 3px 3px 0px #00000020;
	box-shadow: 0px 3px 3px 0px #00000020;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.vignettes-eleveurs {
	border: 4px solid #98c454;
	padding: 2px;
	border-radius: 100px;
	border-style: outset;
}

.legende-vignettes-eleveurs {
	/* color: #28354b; */
	color: #577030;
	font-weight: bold;
	padding-top: 10px;
	display: block;
	font-size: 1em;
}

#colonne p {
	text-align: inherit;
}

.polaroid p {
	color: #888;
	font-weight: normal !important;
	position: absolute;
	line-height: 17px;
	top:365px;
	text-align: center !important;
	width: 100%;
	padding: 0 4px;
	color: #28354b;
	font-family: 'Montserrat', sans-serif;
}
.owl-carousel .owl-item img {
	width: auto;
	height: 420px;
}
.owl-carousel .owl-stage-outer {
	text-align: center;
}
.lazy {
	opacity: 0;
}

.lazyloaded {
	opacity: 1 !important;
	animation: fadeIn 1.5s ease-in-out forwards !important;
}