/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*
.serif-font(@weight:normal, @style:normal) {
	font-family: 'Playfair Display', sans-serif;
	font-weight: @weight;	
	font-style: @style;
}
.serif-regular(@style:normal) {
	.serif-font(400, @style);
}
.serif-bold(@style:normal) {
	.serif-font(700, @style);
}
.serif-light(@style:normal) {
	.serif-font(300, @style);
}
*/
/*

.narrow-font(@weight:normal, @style:normal) {
	font-family: 'bebas_neueregular', serif;
	font-weight: @weight;	
	font-style: @style;
}
.narrow-regular(@style:normal) {
	.narrow-font(400, @style);
}
.narrow-bold(@style:normal) {
	.narrow-font(700, @style);
}
.narrow-light(@style:normal) {
	.narrow-font(300, @style);
}
.narrow-thin(@style:normal) {
	.narrow-font(100, @style);
}
*/
/*
strong {
	.sourceSans-bold();
}
*/
/*.lien(@color,@in:0) {
    background: @color;
    border: 1px solid @color_secondaire;
    color: @color_secondaire;
    .rounded();
}*/
/*
*<div class="img-align-middle"><img/></div>
*/
.img-align-middle {
  height: 200px;
}
.img-align-middle img {
  min-height: 0;
}
.grey_container {
  background-color: rgba(125, 125, 125, 0.5);
}
/*----------------------------------------------------------------------------*/
/* CHECKBOX CSS specific */
.switch {
  cursor: pointer;
  position: relative;
}
.switch .switch-container {
  float: left;
}
.switch .switch-label {
  float: left;
  line-height: 2em;
  margin-left: .5em;
}
/*----------------------------------------------------------------------------*/
/* CHECKBOX CSS */
input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
input[type=checkbox].css-checkbox + .switch-container {
  color: #aaa;
  border: 1px solid #d5d5d5;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  width: 4.1em;
  font-size: 1em;
  background: #ffffff;
  display: block;
}
input[type=checkbox].css-checkbox + .switch-container .switch-toggle {
  margin-left: 0;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transition-delay: .25s;
  -moz-transition-delay: .25s;
  -o-transition-delay: .25s;
  -ms-transition-delay: .25s;
  transition-delay: .25s;
}
input[type=checkbox].css-checkbox + .switch-container + .switch-checkmark {
  position: absolute;
  top: .5em;
  left: .5em;
  opacity: 0;
  color: #aa027e;
  -webkit-transition: opacity .25s linear;
  -moz-transition: opacity .25s linear;
  -o-transition: opacity .25s linear;
  -ms-transition: opacity .25s linear;
  transition: opacity .25s linear;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
input[type=checkbox].css-checkbox:checked + .switch-container {
  font-weight: normal;
  color: #aa027e;
  background: #fd2fc7;
  border-color: #e603ab;
}
input[type=checkbox].css-checkbox:checked + .switch-container .switch-toggle {
  margin-left: 2em;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
input[type=checkbox].css-checkbox:checked + .switch-container + .switch-checkmark {
  opacity: 1;
  -webkit-transition-delay: .25s;
  -moz-transition-delay: .25s;
  -o-transition-delay: .25s;
  -ms-transition-delay: .25s;
  transition-delay: .25s;
}
/*------------------------------------------------------------------*/
/* Google maps */
#googlemaps_map {
  width: 100%;
  height: 300px;
  border: solid 1px #aa027e;
}
#googlemaps_map ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*------------------------------------------------------------------*/
/* Telechargements */
ul.telechargements {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.telechargements a {
  position: relative;
  display: block;
  height: 54px;
  line-height: 52px;
  background-color: #aa027e;
  text-align: left;
  color: #FFF;
  font-size: 15px;
  padding-left: 45px;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
ul.telechargements a .fa {
  position: absolute;
  left: 10px;
  top: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
ul.telechargements a:hover {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  padding-left: 55px;
}
ul.telechargements a:hover .fa {
  -webkit-transform: scale(1.1) rotate(30deg);
  -moz-transform: scale(1.1) rotate(30deg);
  -o-transform: scale(1.1) rotate(30deg);
  -ms-transform: scale(1.1) rotate(30deg);
  transform: scale(1.1) rotate(30deg);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/*------------------------------------------------------------------*/
/* Message */
.message_ok,
.message_erreur {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.message_ok {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.message_erreur {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/*------------------------------------------------------------------*/
/* Genealogie */
table.genealogie {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
table.genealogie td {
  font-variant: small-caps;
  padding: 6px 0px;
  border-bottom: 1px #3c3c3c solid;
  vertical-align: middle;
}
table.genealogie td span.race {
  font-style: italic;
}
table.genealogie td.mere {
  border-bottom: none;
}
table.genealogie .col1.pere {
  border-bottom: none;
}
table.genealogie tr:nth-child(2) td.col3.mere,
table.genealogie tr:nth-child(6) td.col3.mere {
  border-bottom: 1px #3c3c3c solid;
}
.cadre_genealogie {
  background-color: #333;
  padding: 10px 30px 12px 15px;
  margin-bottom: 1.5em;
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/* slicknav */
.slicknav_menu {
  display: none;
  width: 100%;
  z-index: 999;
  color: #3c3c3c;
  padding: 0;
  position: relative;
}
.slicknav_menu .slicknav_btn {
  margin: 0;
  width: 100%;
  background-color: transparent;
  color: #3c3c3c;
  text-shadow: none;
}
.slicknav_menu .slicknav_btn .slicknav_menutxt {
  float: right;
  text-shadow: none;
  color: #3c3c3c;
}
.slicknav_menu .slicknav_nav a {
  color: #3c3c3c;
  text-transform: uppercase;
  background-color: transparent !important;
}
.slicknav_menu .slicknav_nav a.noborder {
  display: none;
}
/*------------------------------------------------------------------*/
/* flexslider */
.flexslider {
  margin: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
}
.flexslider img {
  width: 100%;
}
/*------------------------------------------------------------------*/
/* img vertical align */
.img-align-middle {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.img-align-middle img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  width: auto;
  min-width: 0;
  height: auto;
  max-height: 100%;
}
/*------------------------------------------------------------------*/
img.widewidth {
  width: 100%;
}
/*------------------------------------------------------------------*/
.center {
  text-align: center;
}
/*----------------------------------------------------------------------------*/
/* WAITFORIT JQUERYPLUGIN  */
#noTrespassingOuterBarGWrapper {
  height: 210px;
  padding-top: 90px;
}
#noTrespassingOuterBarG {
  height: 20px;
  width: 160px;
  border: 1px solid #fad21f;
  overflow: hidden;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
}
.noTrespassingBarLineG {
  background-color: #fad21f;
  float: left;
  width: 14px;
  height: 120px;
  margin-right: 24px;
  margin-top: -28px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.noTrespassingAnimationG {
  width: 236px;
  -moz-animation-name: noTrespassingAnimationG;
  -moz-animation-duration: 1.3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-name: noTrespassingAnimationG;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -ms-animation-name: noTrespassingAnimationG;
  -ms-animation-duration: 1.3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: noTrespassingAnimationG;
  -o-animation-duration: 1.3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: noTrespassingAnimationG;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-moz-keyframes noTrespassingAnimationG {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: -38px;
  }
}
@-webkit-keyframes noTrespassingAnimationG {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: -38px;
  }
}
@-ms-keyframes noTrespassingAnimationG {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: -38px;
  }
}
@-o-keyframes noTrespassingAnimationG {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: -38px;
  }
}
@keyframes noTrespassingAnimationG {
  0% {
    margin-left: 0px;
  }
  100% {
    margin-left: -38px;
  }
}
/*----------------------------------------------------------------------------*/
/* TABLELESS CSS  */
.tableless {
  display: table;
  background-color: rgba(0, 0, 255, 0.5);
}
.tableless .tableless-row {
  display: table-row;
  vertical-align: top;
  background-color: rgba(0, 255, 0, 0.5);
}
.tableless .tableless-cell {
  display: table-cell;
  vertical-align: top;
  background-color: rgba(255, 0, 0, 0.5);
}
#navrow {
  position: relative;
  z-index: 1;
}
.navbar {
  margin: 0;
}
.navbar .menu {
  text-align: center;
}
.navbar .menu ul {
  margin: 0 -5px;
  padding: 0;
  list-style-type: none;
}
.navbar .menu ul li {
  display: inline-block;
}
.navbar .menu ul li a {
  padding: 0px 3px;
  margin: 0px 2px 0px;
  font-family: 'Poppins', serif;
  font-weight: 700;
  font-style: 17px;
  color: #FFF;
  background-color: #2d2d2d;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.navbar .menu ul li a:hover,
.navbar .menu ul li.actif a,
.navbar .menu ul li.actif a:hover {
  color: #aa027e;
}
#footer .navbar .menu ul {
  margin: 0;
}
#footer .navbar .menu a {
  padding: 0;
  margin: 0;
}
#footer .navbar .menu a:hover {
  color: #aa027e;
}
#footer .navbar .menu a:before {
  display: none;
}
#footer .navbar .menu li.actif a {
  color: #aa027e;
}
#footer .navbar .menu li.manager {
  float: none;
}
#footer .navbar .menu li.manager a {
  color: inherit;
}
#footer .navbar .menu li.manager a:hover {
  color: #aa027e;
}
/*
[class*="col"], [class^="col"],
[class*="container"], [class^="container"]{ background-color: rgba(255, 0, 0, 0.3); }
*/
.form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  white-space: normal;
}
.btn:hover {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn-inherit {
  color: inherit;
  background-color: inherit;
  font-weight: 100;
}
.btn-default {
  color: #FFF;
  background-color: #aa027e;
  border-color: #aa027e;
  text-transform: uppercase;
}
.btn-default:hover,
.btn-default.active {
  color: #aa027e;
  background-color: #FFF;
  border-color: #aa027e;
}
.btn-inverse {
  color: #aa027e;
  background-color: #f0f0f0;
  border-color: #b2b2b2;
  text-transform: uppercase;
}
.btn-inverse:hover,
.btn-inverse.active {
  color: #aa027e;
  background-color: #FFF;
  border-color: #aa027e;
}
.btn-vide {
  background-color: transparent;
}
.btn-grey {
  background-color: #777;
  color: #ccc;
  border-color: #ccc;
}
.alert {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.circled {
  border: 2px solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.block-content {
  margin-top: 60px;
  margin-bottom: 60px;
}
.block-btn {
  margin-bottom: -20px;
}
.btn-lg {
  padding: 10px 40px;
}
.alert > ul {
  padding: 0;
  list-style: none;
}
hr {
  background-color: #aa027e;
  border: none;
  height: 1px;
}
/*----------------------------------------------------------------------------*/
/* Flexslider */
.flexslider .flex-control-thumbs li {
  width: 111px;
  height: 111px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.flexslider .flex-control-thumbs li img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  max-height: 100%;
  width: auto;
}
/*----------------------------------------------------------------------------*/
/* Pagination */
.navBox,
.noNavBox {
  padding: 15px;
  text-align: right;
  clear: both;
}
.noNavBox {
  margin-top: -30px;
}
.navBox a,
.navBox a.no_more:hover {
  display: inline-block;
  width: 25px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-weight: normal;
  color: silver;
  margin-left: 5px;
  border: 1px solid;
  text-decoration: none;
}
.navBox .no_more {
  opacity: 0;
  cursor: default;
}
.navBox a.active_page,
.navBox a:hover {
  background-position: 0 -27px;
  color: #aa027e;
  text-decoration: none;
}
.navBox span.ellipse {
  display: inline-block;
  width: 25px;
  text-align: center;
  margin-left: 5px;
}
.navBox span.ellipse.no_more {
  color: #FFF;
}
.navBox-info_text {
  font-family: 'Poppins', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 1.1;
  color: inherit;
  margin: 0;
  text-transform: uppercase;
}
/*----------------------------------------------------------------------------*/
/* SQUARED CHECKBOX */
.squaredCheckbox {
  visibility: hidden;
  position: absolute;
}
.squaredCheck {
  display: block;
  width: 28px;
  height: 28px;
  background: #3c3c3c;
  /*
		background: #fcfff4;
		background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
		background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
		background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
		background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
		background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
		margin: 20px auto;
		-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
		-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
		box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	*/
  position: relative;
}
.squaredCheck label {
  cursor: pointer;
  position: absolute;
  width: 26px;
  height: 26px;
  left: 1px;
  top: 1px;
  background: #FFF;
  white-space: nowrap;
  text-indent: 30px;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  /*
		-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
		-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
		box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	
		background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
		background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
		background: -o-linear-gradient(top, #222 0%, #45484d 100%);
		background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
		background: linear-gradient(top, #222 0%, #45484d 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
	*/
}
.squaredCheck label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: 0.5;
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: 1px;
  left: 1px;
  background: #aa027e;
  /*
			background: #00bf00;
	
		background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
		background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
		background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
		background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
		background: linear-gradient(top, #00bf00 0%, #009400 100%);
	
		-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
		-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
		box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	*/
}
.squaredCheck label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  opacity: 0.75;
}
input[type=checkbox].squaredCheckbox:checked + .squaredCheck label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/*----------------------------------------------------------------------------*/
.flexslider .flex-direction-nav a {
  color: #b2b2b2;
  text-shadow: none;
}
.flexslider .flex-direction-nav a:hover {
  color: #3c3c3c;
}
.nothumbs .flex-control-thumbs {
  display: none;
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
*:focus {
  outline: none !important;
}
.sans-serif {
  font-family: 'Poppins', serif;
  font-weight: 300;
  font-style: normal;
}
.nowrap {
  white-space: nowrap;
}
body {
  color: #3c3c3c;
  background-color: #FFF;
  font-family: 'Poppins', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
}
a {
  color: #aa027e;
}
a:hover {
  color: #aa027e;
}
strong,
b {
  font-weight: 600;
}
h1.titre {
  background-color: #aa027e;
  color: #FFF;
  font-size: 24px;
  font-family: 'Poppins', serif;
  font-weight: 300;
  font-style: normal;
  padding: 15px 30px;
}
.tag {
  color: #aa027e;
  border: 1px solid #b2b2b2;
  padding: 10px 16px;
}
hr.rule {
  display: block;
  margin: 0;
  height: 3px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aa027e+0,aa027e+26,91549c+26,91549c+74,7e338a+74 */
  background: #aa027e;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aa027e 0%, #aa027e 26%, #91549c 26%, #91549c 74%, #7e338a 74%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aa027e 0%, #aa027e 26%, #91549c 26%, #91549c 74%, #7e338a 74%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aa027e 0%, #aa027e 26%, #91549c 26%, #91549c 74%, #7e338a 74%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa027e', endColorstr='#7e338a', GradientType=1);
  /* IE6-9 */
}
#main {
  margin-top: 35px;
}
#header #header_logo_container {
  position: relative;
}
#header #titre {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 10;
  margin: 0;
}
#header #titre a {
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  width: 148px;
  height: 186px;
  background: #FFF url('../images/common/header-logo.png') 0 0 no-repeat;
}
#navbar {
  min-height: 0;
  background-color: #2d2d2d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /*
	&:after {
		content: "";

	}*/
}
#navbar #menu > .menu_principal li a {
  padding: 40px 6px;
}
#header_slider_container {
  max-width: 1340px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
#header_slider_container .flex-control-nav {
  bottom: 15px;
  right: 15px;
  text-align: right;
  z-index: 9;
}
#header_slider_container .flex-control-nav li {
  margin: 0 3px;
}
#header_slider_container .flex-control-nav li a {
  text-indent: 9999px;
  background: rgba(255, 255, 255, 0.5);
  width: 14px;
  height: 14px;
}
#header_slider_container .flex-control-nav li a:hover {
  background: rgba(255, 255, 255, 0.7);
}
#header_slider_container .flex-control-nav li a.flex-active {
  background: rgba(255, 255, 255, 0.9);
}
#header_baseline {
  position: relative;
  z-index: 10;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
}
#header_baseline p {
  margin: 0;
}
#header_baseline strong {
  font-size: 35px;
  color: #3c3c3c;
}
#header_baseline span {
  background-color: #4e4e4e;
  color: #FFF;
  padding: 2px 20px 0;
}
#page.home #header_baseline {
  position: absolute;
  margin-top: -80px;
}
#page.home #header_baseline strong {
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
  color: #FFF;
}
#footer {
  background-color: #4e4e4e;
  color: #b2b2b2;
  padding-top: 50px;
  padding-bottom: 50px;
}
#footer a {
  color: #b2b2b2;
}
#footer ul li {
  display: inline-block !important;
}
#footer ul li:before {
  content: "•";
}
#footer ul li:first-child:before {
  content: "";
}
#footer ul li a {
  line-height: 30px;
  padding: 0 5px;
}
#footer .menu_principal {
  margin-top: 40px;
  margin-bottom: 0;
}
#footer .fa {
  float: left;
  margin-right: 10px;
}
#page {
  padding-bottom: 130px;
}
#page.home #main {
  background: #FFF url('../images/accueil/navigation-bg.jpg') center bottom no-repeat;
}
#page.home #decouvrir {
  background-color: #f0f0f0;
  -webkit-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.25);
  margin-top: -75px;
  z-index: 9;
}
#page.home #decouvrir #decouvrir_content {
  padding: 25px;
}
#page.home #decouvrir #decouvrir_content h2 {
  font-size: 17px;
  text-align: center;
  line-height: 1.25;
}
#page.home #decouvrir #decouvrir_content h2 strong {
  font-size: 30px;
  font-weight: 700;
  display: block;
}
#page.home #decouvrir #decouvrir_content h2 strong span {
  color: #aa027e;
}
#page.home #entete {
  padding-bottom: 40px;
}
#page.home #encart_actus h2,
#page.home #encart_zoom h2 {
  background-color: #2d2d2d;
  color: #FFF;
  font-size: 24px;
  font-family: 'Poppins', serif;
  font-weight: 300;
  font-style: normal;
  padding: 15px 30px;
  margin: 60px 0 0;
}
#page.home #encart_actus .header,
#page.home #encart_zoom .header {
  border-left: 8px solid #aa027e;
  padding-left: 8px;
}
#page.home #encart_actus .titre,
#page.home #encart_zoom .titre {
  font-family: 'Poppins', serif;
  font-weight: 500;
  font-style: normal;
  color: #aa027e;
  font-size: 22px;
}
#page.home #encart_actus .localisation,
#page.home #encart_zoom .localisation {
  font-family: 'Poppins', serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  margin-top: -10px;
}
#page.home #encart_actus .localisation .fa,
#page.home #encart_zoom .localisation .fa {
  vertical-align: middle;
  color: #b2b2b2;
  padding-right: 10px;
}
#page.home #encart_chevaux {
  background-color: #2d2d2d;
  color: #FFF;
  padding-bottom: 80px;
}
#page.home #encart_chevaux header {
  text-align: center;
  background: transparent url('../images/accueil/cheval.png') center 25px no-repeat;
  padding-top: 80px;
}
#page.home #encart_chevaux header h2 {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 30px;
  margin: 10px 0 20px;
}
#page.home #encart_chevaux header h2 strong {
  font-size: 35px;
  display: block;
}
#page.home #encart_chevaux figure {
  margin-bottom: 15px;
}
#page.home #encart_chevaux figure .img-align-middle {
  display: block;
}
#page.home #encart_chevaux figure figcaption {
  text-align: center;
}
#page.home #encart_chevaux figure figcaption .titre {
  margin: 15px 0;
  text-transform: uppercase;
  font-size: 18px;
}
#page.home #encart_chevaux figure figcaption .titre a {
  text-decoration: none;
}
#page.home #encart_chevaux figure figcaption .details {
  background-color: #4e4e4e;
  color: #FFF;
  padding: 10px 5px;
  height: 90px;
  position: relative;
  line-height: 1.25em;
}
#page.home #encart_chevaux figure figcaption .details .elevage {
  color: #b2b2b2;
  margin-bottom: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  width: 100%;
  line-height: 1.25em;
  height: 1.25em;
  overflow: hidden;
  padding: 0 5px;
}
#page.home #encart_chevaux figure figcaption .titre a {
  color: #FFF;
}
#page.home #encart_navigation header {
  text-align: center;
  padding-top: 80px;
}
#page.home #encart_navigation header h2 {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 30px;
  margin: 10px 0 20px;
}
#page.home #encart_navigation header h2 strong {
  font-size: 35px;
  display: block;
  color: #aa027e;
}
#page.home #encart_navigation h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}
#page.home #encart_navigation article .illus {
  position: relative;
  overflow: hidden;
}
#page.home #encart_navigation article .illus a {
  display: block;
  color: #FFF;
  text-decoration: none;
}
#page.home #encart_navigation article .illus a:after {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  max-width: 136px;
  background: transparent url('../images/accueil/production.png') right center no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 30px;
  right: 15px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#page.home #encart_navigation article .illus a:before {
  content: "";
  width: 150%;
  height: 100%;
  position: absolute;
  bottom: -40%;
  right: -44%;
  display: block;
  background-color: rgba(184, 20, 137, 0.75);
  -webkit-transform: rotate(-33deg);
  -moz-transform: rotate(-33deg);
  -o-transform: rotate(-33deg);
  -ms-transform: rotate(-33deg);
  transform: rotate(-33deg);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#page.home #encart_navigation article .illus a:hover {
  cursor: pointer;
}
#page.home #encart_navigation article .illus a:hover:after {
  right: 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#page.home #encart_navigation article .illus a:hover:before {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
#page.home #encart_navigation article .illus a:hover span {
  right: 60px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#page.home #encart_navigation article .illus a span {
  display: block;
  position: absolute;
  bottom: 15px;
  right: 15px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#page.home #encart_navigation #poulinieres .illus a:after {
  background-image: url('../images/accueil/poulinieres.png');
}
#page.home #encart_navigation #poulinieres .illus a:before {
  background-color: rgba(78, 74, 79, 0.75);
}
#page.home #encart_navigation #eleveurs .illus a:after {
  background-image: url('../images/accueil/eleveurs.png');
}
#page.home #encart_navigation #eleveurs .illus a:before {
  background-color: rgba(115, 18, 161, 0.75);
}
#actualites article {
  margin-bottom: 15px;
}
#actualites article .content {
  background-color: #f0f0f0;
  padding-top: 15px;
}
#actualites article .titre {
  height: 2em;
  line-height: 1;
  overflow: hidden;
  font-size: 20px;
}
#actualites article .texte {
  height: 115px;
}
#page.actualite .titre {
  margin-top: 0;
}
.page_chevaux figure {
  margin-bottom: 15px;
}
.page_chevaux figure .img-align-middle {
  display: block;
}
.page_chevaux figure figcaption {
  text-align: center;
}
.page_chevaux figure figcaption .titre {
  margin: 15px 0;
  text-transform: uppercase;
  font-size: 18px;
}
.page_chevaux figure figcaption .titre a {
  text-decoration: none;
}
.page_chevaux figure figcaption .details {
  background-color: #4e4e4e;
  color: #FFF;
  padding: 10px 5px;
  height: 90px;
  position: relative;
  line-height: 1.25em;
}
.page_chevaux figure figcaption .details .elevage {
  color: #b2b2b2;
  margin-bottom: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  width: 100%;
  line-height: 1.25em;
  height: 1.25em;
  overflow: hidden;
  padding: 0 5px;
}
#cheval .informations_complementaires {
  background-color: #4e4e4e;
  padding: 10px 30px;
  margin-top: -10px;
  position: relative;
}
#cheval .informations_complementaires h2 {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins', serif;
  font-weight: 300;
  font-style: normal;
  color: #FFF;
}
#cheval .informations_complementaires h2 + .prix {
  display: inline-block;
  color: #FFF;
  position: absolute;
  right: 30px;
  top: 50%;
  margin: -15px 0 0;
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  background-color: #b2b2b2;
}
#cheval .encart_apropos {
  background-color: #b2b2b2;
  padding-bottom: 20px;
}
#cheval .genealogie a {
  text-decoration: none;
  color: inherit;
}
#cheval .genealogie a:visited,
#cheval .genealogie a:link {
  color: #aa027e;
  text-decoration: underline;
}
#page.eleveurs .listing_eleveurs ul.listing,
#page.eleveurs .listing_eleveurs ul.listing > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#page.eleveurs .listing_eleveurs .fiche_eleveur {
  background-color: #b2b2b2;
  color: #FFF;
  margin-bottom: 15px;
  overflow: hidden;
  padding-bottom: 15px;
  padding-top: 15px;
}
#page.eleveurs .listing_eleveurs .fiche_eleveur .header .header_title {
  font-family: 'Poppins', serif;
  font-weight: 500;
  font-style: normal;
}
#page.eleveurs .listing_eleveurs .fiche_eleveur table {
  width: 100%;
  table-layout: fixed;
}
#page.espace .fiche_eleveur {
  background-color: #2d2d2d;
  color: #FFF;
  padding-top: 15px;
  padding-bottom: 15px;
}
#page.espace .fiche_eleveur .espace_tags .tag {
  color: #FFF;
}
#page.espace h2 {
  font-family: 'Poppins', serif;
  font-weight: 300;
  font-style: normal;
  color: #aa027e;
}
#page.espace #presentation {
  margin-top: 30px;
  margin-bottom: 30px;
}
#page.espace #actualites {
  background-color: #4e4e4e;
  margin-bottom: 30px;
}
#page.espace #actualites h2 {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}
#page.espace #chevaux figure {
  margin-bottom: 15px;
}
#page.espace #chevaux figure .img-align-middle {
  display: block;
}
#page.espace #chevaux figure figcaption {
  text-align: center;
}
#page.espace #chevaux figure figcaption .titre {
  margin: 15px 0;
  text-transform: uppercase;
  font-size: 18px;
}
#page.espace #chevaux figure figcaption .titre a {
  text-decoration: none;
}
#page.espace #chevaux figure figcaption .details {
  background-color: #4e4e4e;
  color: #FFF;
  padding: 10px 5px;
  height: 90px;
  position: relative;
  line-height: 1.25em;
}
#page.espace #chevaux figure figcaption .details .elevage {
  color: #b2b2b2;
  margin-bottom: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: center;
  width: 100%;
  line-height: 1.25em;
  height: 1.25em;
  overflow: hidden;
  padding: 0 5px;
}
#page.espace #chevaux figure figcaption .details .elevage {
  display: none;
}
#page.espace #chevaux h2 {
  background-color: #2d2d2d;
  padding: 15px 30px;
  color: #FFF;
}
#page.espace #chevaux h2 span {
  display: block;
}
#page.espace #chevaux h2.first {
  margin-top: 0;
}
/*
#page.cheval{
    h1{
        .race {
            color: @color_fg;
        }
    }
	
    .desc_cheval {
        font-weight: bold;
        text-transform: uppercase;

    }
	
    .race{
        color: @color_link_active;
    }
	
    h2 {
        margin-top: 15px;
        padding-top: 10px;
        //border-top: 1px solid @color_reverse_bg;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 1px solid @color_reverse_bg;
        color: @color_reverse_bg;

    //background: @color_reverse_bg;
    //color: @color_reverse_fg;
    }
	
    .retour {
        margin-top: 6em;
    }
}
*/
#googlemaps_map {
  color: #FFF;
}
/*

#home_slider_wrapper {
    //max-height: 500px; 
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
	
    .flex-viewport {
        .slides li {
            position: relative;
            max-height: 500px;
			
            .slide_text_container {
                position: absolute;
                top: 0;
               // height: 100%;
                width: 100%;
            }
            .container {
                position: relative;
                top: 150px;
            }
        }
    }
	
    &.img-valign {
        .slides li {
            position: relative;
            height: 500px;
			
            img {
                position: absolute;
                left: -100%;
                right: -100%;
                top: -100%;
                bottom: -100%;
                margin: auto;
                min-height: 100%;
                min-width: 100%;
                display: block;
                max-width: 100%;
                width: auto;
                min-height: 0;
            }
        }
			
    }
}



.share {
	text-align: right;
	a {
		margin: 10px;
		display: inline-block;
	}
}



.titre a {color: inherit;}
.btn.lien {
	text-transform: uppercase;
        background-color: @color_link;
        color: @color_secondaire;
	&:hover {background-color: @color_link_active;}
		
}

h4 {
    .sansserif-light(18px);
    color: @color_1;
    border-bottom: 1px solid @color_1;
}

a.bouton{
	.rounded(0);
	text-transform: uppercase;
//        color: @color_secondaire;
        text-align: center;
//        line-height: 50px;
        text-transform: uppercase;
        .sansserif-bold();
        padding: 15px 30px;

}
a.bouton.btn-info {
       background-color: @color_link;
    &:hover {
        background-color: darken(@color_link,10);
    }
}
a.bouton.btn-danger {
       background-color: @color_1;
    &:hover {
        background-color: darken(@color_link ,50);
        //background-color: darken(@color_1,10);
    }
}


.vers {
	margin-top: 15px;
}

/*
a.button {
	display: block;
	background-color: @color_green_light;
	padding: 10px;
	color: @color_secondaire;
	font-size: 1.3em;
	margin-bottom: 1em;
	.transition();
	.fa {
		padding-right: 10px;
		vertical-align: middle;
	}
	&:hover {
		text-decoration: none;
		background-color: @color_green_light;
		//color: @color_bg;
		.transition();
	}
}
*\/



    .pictos {
        overflow: hidden;
        width: 155px;
        border: 1px solid @color_darken_reverse_fg;

        dd{
            border-left: 1px solid @color_darken_reverse_fg;
            line-height: 25px;
            text-transform: uppercase;
            width: 50px;
            height: 50px;
            float: left;
            .sansserif-light(12px);
            text-align:center;
			
            &:first-child {border-left: none;}

            i {
                display:block;
                width: 100%;
                margin-top: 10px;
            }
        } 
		
    }



.block() {
	background: @color_secondaire;
	.drop-shadow(0,0,5px,0.2);// 0,-2px,8px,0.1);
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;

	&:before, &:after {
		content:'';
		.drop-shadow(0,6px,20px,0.25);
		position: absolute;
		bottom: 4px;
		height: 40px;
		background: @color_secondaire;
		width: 25%;
		left: 5%;
		z-index: -1;
		.rounded(50%);
	}
	&:after {
		right: 5%;
		left: auto;
	}
	.row:first-child {
//		background: @color_secondaire;
	}

}



.exergue {
    font-weight: bold;
}
.display-table {
    display: table;
}
.display-table-cell {
    display: table-cell;
}


body {
	color: @color_fg;
	background-color: @color_secondaire;
        .sansserif-regular(14px);
}


h1{
	.titre();
	a {color:inherit;}
}
#titre_page {
    background-color: @color_reverse_bg;
    h1{
        color: @color_reverse_fg;
        text-transform: uppercase;
        padding: 20px 0;
        margin: 0;
        .sansserif-light(36px);

    }
}


#page header {
        .titre { margin: 0; }
	.titre a {
		display: block;
		background: transparent url('../images/header_logo.png') 50% 0 no-repeat;
		min-width: 130px;
		height: 130px;
		text-indent: -999px;
                overflow:hidden;
		line-height: 130px;
		
		&:hover {
			//background-color: @color_link_active;
		}
	}
}


section header {
    overflow: hidden;
    .titre();
    u {
        .sansserif-regular(70px);
        color: @color_titre;
        text-decoration: none;
        border-bottom: 8px solid @color_titre;
        float: left;
    }
	
    p {
        .sansserif-thin(26px);
        text-transform: uppercase;
    }
}




#footer {
    margin-top: 70px;
    background: @color_1 url('../images/footer_logo.png') center top no-repeat;
    color:@color_secondaire;
//    padding: 10px;
    min-height: 285px;
	
/*	.titre a {
		display: block;
		background: transparent url('../images/footer_logo.png') 0 0 no-repeat;
		width: 270px;
		height: 40px;
		text-indent: -999px;
                overflow:hidden;
		
	}
 *\/   
	
 .informations_client {
     padding-top: 80px;
    height: 285px;
    font-weight: 700;
	 
     h5{
         .titre(@color_secondaire,16px);
         text-transform: uppercase;
     }
     .contact {
         text-transform: uppercase;
		 
         a {
             color:@color_2;
         }
     }
 }
 
 .footernav {
     margin-top: 30px;
     padding-top: 10px;
    border-top: 1px solid #8f3d6d;

 }
	.menu {
	   
	}
	.menu ul {
	  text-align: center;
	}
	.menu ul li {
            .sansserif-regular();
            color: lighten(@color_purple,20%);
            &:before {content: " | ";}
            &:first-child:before {content:"";}
	}
        .menu ul li a {
            line-height: 30px;
            .sansserif-regular();
            padding: 0;
            display: inline;
        }
	.menu ul li a,
	.menu ul li.actif a:hover {
            background-color: transparent;
            color: lighten(@color_purple,20%);
	}
	.menu ul li a:hover,
	.menu ul li.actif a {
	  color: @color_secondaire;
            background-color: transparent;
	}
	.menu ul li a.noborder {
		display: none;		
	}
	
}



.flexslider .flex-control-thumbs li {
    width: 111px;
    height: 111px;
    overflow: hidden;
    position: relative;
	display: inline-block;

	img {
		position:absolute;
		left: -100%;
		right: -100%;
		top: -100%;
		bottom: -100%;
		margin: auto;
		min-height: 100%;
		min-width: 100%;
		width: auto;
		//max-width: 100%;
	}

}


#page.contact {
	
    h1:after{
        content:"";
        display:block;
        width:25%;
        margin:10px auto;
        border-bottom: 1px solid @color_1;
    }
    .contact-content {
        text-align: center;
        p {
            .sansserif-regular();
			
            &.title-contact{
                .sansserif-bold(22px);
            }
        }
    }
	
    .contact-form {
        padding-top: 10px;
        padding-bottom: 10px;
	
        label{
            .sansserif-light(18px);
        } 
	
        .form-btn-block {
            text-align: center;
        }

        .form-legend {
            color:@color_1;
            font-size: .8em;
            text-align: center;
        }

        .help {
            color: #737373;
            font-size: .7em;
        }
        .form-btn {
            //font-family: open_sanssemibold;
            color: #fff;
            background-color: @color_1;
            padding: 16px 70px;
            border: 1px solid @color_1;
            .transition(all,.3s,ease);
            margin-top: 10px;
            margin-bottom: 10px;

            &:hover {
                .transition(all,.3s,ease);
                color: @color_1;
                background-color: @color_secondaire;
            }
        }
    }
	
	
/*	form {
	  *zoom: 1;
	  float: left;
	  clear: none;
	  text-align: inherit;
	  padding-left: 0;
	  padding-right: 0;
	  width: 100%;
	  margin-left: 0%;
	  margin-right: 3%;
	}
	form:before,
	form:after {
	  content: '';
	  display: table;
	}
	form:after {
	  clear: both;
	}
	form:last-child {
	  margin-right: 0%;
	}
	form label {
	  display: block;
	  clear: both;
	  float: none;
	  width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	}
	form label:first-child {
	  margin-left: auto;
	}
	form label:last-child {
	  margin-right: auto;
	}
	form input,
	form textarea {
	  display: block;
	  clear: both;
	  float: none;
	  width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	  max-width: 600px;
	  margin-left: 0 !important;
	  //border: 1px solid @color_green;
	}
	form input:first-child,
	form textarea:first-child {
	  margin-left: auto;
	}
	form input:last-child,
	form textarea:last-child {
	  margin-right: auto;
	}
	#googlemaps_map {
	  width: 100%;
	  height: 300px;
	  border: solid 1px @color_line;
	}
*\/
}


.grey_container {
    figure {
        background-color: @color_secondaire;
        padding: 10px;
        margin-bottom: 20px;
		
        a { display: block;}
		
        figcaption {
            h3.titre {font-size: 1.2em;}
        }
	
    }
}




#chevaux {
    article {
        position: relative;
        overflow: hidden;
        padding:0;
		
        figcaption {
                position: absolute;
                bottom: -50px;
                left: 50%;
                width: 80%;
                margin-left: -40%;
                z-index: 1;
                background: @color1_faden;
                text-align: center;
                padding: 15px 5px;
                .transition(bottom);
				
                h3 {
                    margin: 0;
                    a {
                        .titre(@color_secondaire,25px);
                        text-transform: uppercase;
                    }
                }
                .informations_generales {
                    .sansserif-thin(20px);
                    color: @color_secondaire;
                    text-transform: uppercase;
                }
                .btn.lien {
                    color:@color_secondaire;
                    .lien(@color_secondaire,1);
                    .transition(padding);
                    &:hover{padding:6px 20px; .transition(padding);}
                }
				
        }
        &:hover figcaption {
            .transition(bottom);
            bottom:10%;
        }
        figure {
            position: relative;
            &.img-align-middle {
                height: 300px;
                img {
                    max-width: 130%;
                }
            }
        }
    }
}
@media (max-width: 700px) {
	#chevaux article figure.img-align-middle img{
		max-width: 100%;
	}
}

*/
/*
@media (min-width: 992px) {
	.img-align-middle img{
		max-width: 100%;
	}	
}
*/
@media (max-width: 767px) {
  .slicknav_menu {
    display: block;
  }
  .navbar #menu > ul {
    display: none;
  }
  #page.home #decouvrir {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  #header #titre {
    position: relative;
    left: 0;
  }
  #header #titre a {
    margin: auto;
  }
  #page.home #encart_navigation article .illus a:after {
    width: 35%;
  }
  #page.home #encart_navigation article .illus a span {
    font-size: 20px;
    line-height: 20px;
  }
  #cheval .informations_complementaires h2 + .prix {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 10px;
    float: right;
  }
}
/*@media (min-width: 768px) {
	.img-align-middle img{
		max-width: none;
	}

}
*/
@media (max-width: 700px) {
  .img-align-middle img {
    min-width: 0;
  }
}
@media (max-width: 500px) {
  .col-xxs-12 {
    width: 100%;
  }
  .col-xxs-push-0 {
    left: 0;
  }
  .col-xxs-6 {
    width: 50%;
  }
  .col-xxs-4 {
    width: 33.33333333%;
  }
  .fa-xxs-1x {
    font-size: 1em;
  }
}
/**
*
**/
@media (max-width: 992px) {
  .navbar #menu li a {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .navbar .menu ul li {
    display: block;
    text-align: center;
  }
  #footer .navbar .menu ul li {
    text-align: left;
  }
  #footer .navbar .menu ul li a {
    padding: 5px 0;
  }
}
/*
@media (max-width: 736px) {
	header#page_header {
		height: auto;
	
		#header_slider {
			position:relative;
			height: auto;
			img {
				max-width: 100%;
				min-height: 0;
				top: 0;
				bottom: auto;
				position: relative;
				left: 0;
			}
		}
	}
}
*/
