/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*---------------------------------------------------
    my LESS Elements 0.1
  ---------------------------------------------------
    A set of useful LESS mixins by Fabien Marchant
    Special thanks for the idea to Dmitry Fadeyev
-----------------------------------------------------*/
@import "digistalfontello.css";
@font-face {
  font-family: 'bebas_neueregular';
  src: url('font/bebas_neue/bebasneue-webfont.eot');
  src: url('font/bebas_neue/bebasneue-webfont.eot?#iefix') format('embedded-opentype'), url('font/bebas_neue/bebasneue-webfont.woff2') format('woff2'), url('font/bebas_neue/bebasneue-webfont.woff') format('woff'), url('font/bebas_neue/bebasneue-webfont.ttf') format('truetype'), url('font/bebas_neue/bebasneue-webfont.svg#bebas_neueregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
.serif-font(@weight:normal, @style:normal, @size:inherit) {
	font-family: 'Playfair Display', sans-serif;
	font-weight: @weight;	
	font-style: @style;
	font-size: @size;
}
.serif-regular(@size:inherit,@style:normal) {
	.serif-font(400, @style, @size);
}
.serif-bold(@size:inherit,@style:normal) {
	.serif-font(700, @style, @size);
}
.serif-light(@size:inherit,@style:normal) {
	.serif-font(300, @style, @size);
}
*/
/*
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: #fad21f;
  -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: #fad21f;
  background: #fdeb9c;
  border-color: #fbde5b;
}
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 #FFF;
}
/*------------------------------------------------------------------*/
/* Telechargements */
ul.telechargements {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.telechargements a {
  position: relative;
  display: block;
  height: 54px;
  line-height: 52px;
  background-color: #fad21f;
  text-align: left;
  color: #FFF;
  font-size: 15px;
  padding-left: 45px;
  margin-bottom: 15px;
  -ms-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-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;
  -ms-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-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;
  -ms-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-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);
  -ms-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-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 #FFF 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 #FFF 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: #FFF;
  padding: 0;
  position: relative;
}
.slicknav_menu .slicknav_btn {
  margin: 0;
  width: 100%;
  background-color: transparent;
  color: #FFF;
  text-shadow: none;
}
.slicknav_menu .slicknav_btn .slicknav_menutxt {
  float: right;
  text-shadow: none;
  color: #FFF;
}
.slicknav_menu .slicknav_nav a {
  color: #FFF;
  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%;
  height: 250px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.img-align-middle img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
  min-height: 100%;
  min-width: 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: left;
}
.navbar .menu ul {
  margin: 0 -5px;
  padding: 0;
  list-style-type: none;
}
.navbar .menu ul li {
  display: inline-block;
}
.navbar .menu ul li a {
  line-height: 55px;
  padding: 0px 3px;
  margin: 0px 2px 0px;
  font-family: 'Open Sans', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #FFF;
  background-color: #161816;
  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: #444;
}
.navbar ul li.actif a:before,
.navbar ul li a:before {
  content: "";
  background-color: #fad21f;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  -ms-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.navbar ul li.actif a:before,
.navbar ul li a:hover:before {
  top: 0;
  -ms-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.navbar .menu li.manager {
  float: right;
}
#footer .navbar .menu ul {
  margin: 0;
}
#footer .navbar .menu a {
  line-height: 1;
  padding: 0;
  margin: 0;
}
#footer .navbar .menu a:hover {
  color: #fad21f;
}
#footer .navbar .menu a:before {
  display: none;
}
#footer .navbar .menu li.actif a {
  color: #fad21f;
}
#footer .navbar .menu li.manager {
  float: none;
}
#footer .navbar .menu li.manager a {
  color: inherit;
}
#footer .navbar .menu li.manager a:hover {
  color: #fad21f;
}
/*
[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;
  -ms-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn:hover {
  -ms-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-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: #161816;
  background-color: #fad21f;
  border-color: #fad21f;
  text-transform: uppercase;
}
.btn-default:hover,
.btn-default.active {
  color: #fad21f;
  background-color: #161816;
  border-color: #fad21f;
}
.btn-inverse {
  color: #FFF;
  background-color: #161816;
  border-color: #FFF;
  text-transform: uppercase;
}
.btn-inverse:hover,
.btn-inverse.active {
  color: #fad21f;
  background-color: #161816;
  border-color: #fad21f;
}
.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;
}
body {
  color: #FFF;
  background-color: #161816;
  font-family: 'Open Sans', serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
}
a {
  color: inherit;
}
a:hover {
  color: #fad21f;
}
hr {
  border-top-color: #fad21f;
}
h1,
#home_slider header {
  font-family: 'bebas_neueregular', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  line-height: 1.1;
  color: #FFF;
  margin: 0;
  text-transform: uppercase;
}
h1 b,
#home_slider header b {
  font-family: 'Open Sans', serif;
  font-weight: 300;
  font-size: 30px;
  text-transform: uppercase;
  font-style: normal;
}
h1 small,
#home_slider header small {
  font-size: 50%;
  display: block;
}
h2 {
  font-family: 'bebas_neueregular', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 42px;
  line-height: 1.1;
  color: #FFF;
  margin: 0;
  text-transform: uppercase;
}
#logo {
  display: block;
  width: 100%;
  height: 60px;
  text-indent: -9999px;
  overflow: hidden;
  background: transparent url('../images/common/digistal-logo.png') center center no-repeat;
  background-size: contain;
}
/*----------------------------------------------------------------------------*/
/* 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: #fad21f;
  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: 'bebas_neueregular', serif;
  font-weight: 400;
  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: #FFF;
  /*
	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: #161816;
  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: #fad21f;
  /*
        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: #444;
  text-shadow: none;
}
.flexslider .flex-direction-nav a:hover {
  color: #FFF;
}
.flexslider .flex-direction-nav a:before {
  font-family: "digistal";
  content: '\e806';
}
.flexslider .flex-direction-nav a.flex-next:before {
  content: '\e807';
}
#home_slider_wrapper {
  position: relative;
  min-height: 750px;
  margin-top: -60px;
}
#home_slider_wrapper #home_slider {
  position: relative;
}
#home_slider_wrapper #header_slider_container {
  position: absolute;
  z-index: -1;
}
#home_slider_wrapper #cadre {
  position: absolute;
  right: 0;
  top: 300px;
}
.ds-background {
  background: url('../images/common/background.jpg') left top no-repeat;
}
#page.home #recherche {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}
#recherche {
  padding: 25px 0;
  bottom: 0;
  width: 100%;
}
#recherche .input-group-addon {
  background: #FFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: .5em;
  color: #aaa;
}
#recherche .input-group .form-control:last-child {
  border-left-color: #EEE;
  height: 100%;
}
#recherche .input-group .form-control:last-child .filter-option {
  white-space: normal;
}
#recherche #recherche-avancee {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -ms-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#recherche #recherche-avancee #age input {
  width: 50%;
}
#recherche .squaredCheck {
  height: 0;
  background: transparent;
}
#recherche .squaredCheck label {
  -ms-transition: top 0.2s ease-out;
  -webkit-transition: top 0.2s ease-out;
  -moz-transition: top 0.2s ease-out;
  -o-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}
#recherche .squaredCheck label:after {
  top: 0;
  left: 0;
  content: '+';
  text-align: center;
  text-indent: 0;
  font-size: 18px;
  line-height: 24px;
}
#recherche input[type=checkbox].squaredCheckbox:checked ~ #recherche-avancee {
  max-height: 230px;
  opacity: 1;
  visibility: visible;
  overflow: visible;
  /*
-webkit-transition: max-height .2s ease-out, opacity .2s ease-out .3s;
   -moz-transition: max-height .2s ease-out, opacity .2s ease-out .1s;
     -o-transition: max-height .2s ease-out, opacity .2s ease-out .1s;
    -ms-transition: max-height .2s ease-out, opacity .2s ease-out .1s;
        transition: max-height .2s ease-out, opacity .2s ease-out;
*/
  -ms-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#recherche input[type=checkbox].squaredCheckbox:checked + .squaredCheck label {
  top: 125px;
  -ms-transition: top 0.2s ease-out;
  -webkit-transition: top 0.2s ease-out;
  -moz-transition: top 0.2s ease-out;
  -o-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}
#recherche input[type=checkbox].squaredCheckbox:checked + .squaredCheck label:after {
  content: '-';
}
ul.ui-autocomplete {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  font-size: 1em;
}
ul.ui-autocomplete.ui-menu .ui-menu-item {
  padding: .5em 1em;
}
ul.ui-autocomplete.ui-menu .ui-menu-item.ui-state-hover,
ul.ui-autocomplete.ui-menu .ui-menu-item.ui-state-active,
ul.ui-autocomplete.ui-menu .ui-menu-item.ui-state-focus {
  color: #161816;
  text-decoration: none;
  background-color: silver;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-image: none;
}
#intro {
  background: #FFF;
  color: #161816;
}
#intro header {
  margin-bottom: 1em;
}
#intro h2 {
  color: inherit;
}
#intro h3 i {
  display: block;
  font-size: 2em;
  margin-bottom: .25em;
  text-align: center;
}
#actualites #actu-filter {
  margin: 30px 0;
}
#actualites #actu-filter .btn-inverse {
  padding: 6px;
}
#actualites #actu-filter .btn-inverse:not(:hover) {
  border-color: #161816;
}
#actualites #actu-filter .btn-inverse.active {
  border-color: inherit;
}
#actualites #actu-slider .actu {
  margin-bottom: 10px;
}
#actualites #actu-slider .actu a {
  color: inherit;
  position: relative;
  display: block;
  background-image: url('../images/common/digistal-logo.png');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 100%;
  /*            &:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0,0,0,0.25);
            }*/
}
#actualites #actu-slider .actu a:hover {
  text-decoration: none;
}
#actualites #actu-slider .actu a:hover .actu_plus {
  right: 5px;
}
#actualites #actu-slider .actu .icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #fad21f;
  font-size: 3em;
}
#actualites #actu-slider .actu .actu_block {
  /*position: relative;
            top: 90px;*/
  position: absolute;
  bottom: 0;
  width: 100%;
}
#actualites #actu-slider .actu .actu_client,
#actualites #actu-slider .actu .actu_text {
  padding: 2px 10px 2px 20px;
}
#actualites #actu-slider .actu .actu_client {
  display: inline-block;
  font-family: 'bebas_neueregular', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.1;
  color: #FFF;
  margin: 0;
  text-transform: uppercase;
  background: #161816;
}
#actualites #actu-slider .actu .actu_text {
  /*            position: absolute;
            bottom:0;
            left:0;*/
  display: block;
  background: rgba(0, 0, 0, 0.25);
  height: 90px;
}
#actualites #actu-slider .actu .actu_text .actu_titre,
#actualites #actu-slider .actu .actu_text .actu_desc {
  display: block;
}
#actualites #actu-slider .actu .actu_text .actu_titre .nom_cheval,
#actualites #actu-slider .actu .actu_text .actu_titre .race_cheval {
  font-weight: bold;
  text-transform: uppercase;
}
#actualites #actu-slider .actu .actu_text .actu_titre .race_cheval {
  color: #fad21f;
}
#actualites #actu-slider .actu .actu_plus {
  position: absolute;
  top: 5px;
  right: -190px;
}
#argu {
  background: #FFF;
  color: #161816;
}
#argu h2 {
  color: inherit;
}
#argu h2 span {
  font-size: .5em;
  display: block;
  margin-top: -0.25em;
}
#argu header .icon {
  font-size: 4em;
  color: #fad21f;
}
#argu .tablecell_cell article {
  color: #FFF;
}
#argu .tablecell_cell article:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#argu .tablecell_cell article .contenu {
  min-height: 230px;
  position: relative;
  z-index: 1;
}
#argu .tablecell_cell article .figure {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
#argu .tablecell_cell article .figure figure {
  min-height: 400px;
}
#argu #metier {
  color: inherit;
}
#argu #metier:after {
  background: none;
}
#argu #metier .block-content {
  margin: 30px 0 10px;
}
#argu #choisir {
  color: inherit;
}
#argu #choisir:after {
  background-color: #fad21f;
  opacity: .75;
}
#argu #choisir header {
  padding-top: 40px;
}
#argu #choisir header .icon {
  color: inherit;
}
#argu #partager header {
  padding-top: 40px;
}
#argu .tablecell_droite {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#argu .tablecell_gauche {
  float: left;
  width: 100%;
  position: relative;
  right: 50%;
}
#argu .tablecell_cell {
  float: left;
  width: 50%;
  position: relative;
  left: 50%;
  overflow: hidden;
}
#argu .col2 {
  float: left;
  width: 50%;
  position: relative;
  left: 50%;
  overflow: hidden;
}
#argu .col3 {
  float: left;
  width: 50%;
  position: relative;
  left: 50%;
  overflow: hidden;
}
#partenaires .container {
  background: url('../images/accueil/partenaires-bg.jpg') top left no-repeat;
}
#partenaires #partenaire-slider figure a {
  position: relative;
  display: block;
}
#partenaires #partenaire-slider figure a:hover figcaption {
  background-color: #FFF;
}
#partenaires #partenaire-slider figure a figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
#suivez-nous {
  background-color: #fad21f;
  color: #161816;
}
#suivez-nous .block-content {
  margin: 30px 0;
}
#suivez-nous h2 {
  color: inherit;
}
#suivez-nous a:hover {
  color: #FFF;
}
#footer {
  text-transform: uppercase;
}
#footer #newsletter .input-group-addon {
  background: #FFF;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: silver;
}
#footer #newsletter input[type=text],
#footer #newsletter input[type=text]:focus {
  border: none;
  box-shadow: none;
}
#footer .navbar .menu ul {
  -moz-column-width: auto;
  -moz-column-count: 2;
  -moz-column-gap: normal;
  -moz-column-rule-color: transparent;
  -moz-column-rule-style: solid;
  -moz-column-rule-width: 1px;
  -webkit-column-width: auto;
  -webkit-column-count: 2;
  -webkit-column-gap: normal;
  -webkit-column-rule-color: transparent;
  -webkit-column-rule-style: solid;
  -webkit-column-rule-width: 1px;
  column-width: auto;
  column-count: 2;
  column-gap: normal;
  column-rule-color: transparent;
  column-rule-style: solid;
  column-rule-width: 1px;
}
#footer .assistance a {
  font-weight: bold;
}
#page h1.inverse {
  font-family: 'bebas_neueregular', serif;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  line-height: 1.1;
  color: #161816;
  margin: 0;
  text-transform: uppercase;
  background: #fad21f;
  padding: 10px;
  margin-top: 1em;
}
#page.cheval h1 .race {
  color: #FFF;
}
#page.cheval .desc_cheval {
  font-weight: bold;
  text-transform: uppercase;
}
#page.cheval .race {
  color: #fad21f;
}
#page.cheval h2 {
  margin-top: 15px;
  padding-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fad21f;
  color: #fad21f;
}
#page.cheval .retour {
  margin-top: 6em;
}
#page.nos-offres-et-tarifs #formules table .exergue {
  color: #fad21f;
}
#page.nos-offres-et-tarifs #formules table td {
  padding: 10px;
}
#page.nos-offres-et-tarifs #formules table tbody {
  border-top: 1px solid #FFF;
}
#page.nos-offres-et-tarifs #formules table tbody td {
  border-bottom: 1px solid #FFF;
}
#page.nos-offres-et-tarifs #formules table tbody tr.visible-xs td {
  padding: 10px 10px 0;
  border-bottom: none;
}
#page.nos-offres-et-tarifs #tarifs {
  background: #FFF;
  color: #161816;
}
#page.nos-offres-et-tarifs #tarifs h1 {
  color: inherit;
}
#page.nos-offres-et-tarifs #tarifs h3 {
  text-transform: uppercase;
  padding: 15px;
  text-align: center;
}
#page.nos-offres-et-tarifs #tarifs h3 i {
  display: block;
  font-size: 2em;
  text-align: center;
}
#page.nos-offres-et-tarifs #tarifs article.tout-compris h3 {
  background-color: #fad21f;
}
#page.nos-offres-et-tarifs #tarifs .options dt {
  clear: left;
}
#page.nos-offres-et-tarifs #tarifs article.hebergement .grey_container {
  padding-bottom: 15px;
  padding-top: 15px;
  color: #FFF;
}
#googlemaps_map {
  color: #161816;
}
#page.contact #coordonnees .exergue {
  background-color: #fad21f;
  color: #161816;
}
#page.contact #coordonnees .exergue h1 {
  color: #161816;
}
#page.nos-clients #actualites #actu-slider .actu .actu_text {
  height: auto;
  visibility: hidden;
}
/*

#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;
	}
*\/
}


#formulaire_contact {
	input,textarea {
		display: block;
		width: 100%;
		color: @color_fg;
	}
}

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



.listing {
    .slide_text {
        line-height: 1.42em;
        margin: 0;
        * {line-height: 1.42em;}
    
        .slide_title {
            .sansserif-light();
            height: 2.84em;
            overflow: hidden;
        }
        .slide_byline {
            .sansserif-bold();
            color: @color_2;
        }

        .pictos {
            float: right;
            color: @color_secondaire;
            background-color: @color_info;
            border: none;
            dd{border-color: @color_secondaire;}

            ~ div {clear:right;}

        }
    }

}

.page {
    header h1.inverse {
        background-color: @color_link;
        color:@color_secondaire;
        padding: 15px;
        
        span {
            .sansserif-thin(30px);
            color: @color_secondaire;
            text-transform: uppercase;
            strong {
                font-weight: 700;
            }
        }
    }
    
}




#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%;
	}
}

#partenaires {
    background-color: #FFF;
    margin-bottom: -70px;
    padding-bottom: 70px;
    ul {
        margin: 0;
        padding: 0;
        list-style: none;
        li {
            display: inline-block;
            margin: 10px;
        }
    }
}

#page.contact{
    #coordonnees {
        .raison_sociale {
            .sansserif-thin(26px);
            text-transform: uppercase;
        }
    }
}
*/
/*---------------
/* site
*/
@media (max-width: 1200px) {
  #page.accueil #argu header h2 {
    font-size: 38px;
  }
}
@media (max-width: 992px) {
  #home_slider_wrapper {
    min-height: 400px;
  }
  #home_slider_wrapper #cadre {
    top: 200px;
  }
  #home_slider_wrapper #cadre h1 {
    font-size: 25px;
  }
  #home_slider_wrapper #recherche h2 {
    font-size: 35px;
  }
  #page.accueil #argu header h2 {
    font-size: 30px;
  }
  #page.accueil #argu header .icon {
    font-size: 50px;
  }
}
@media (max-width: 700px) {
  #page.accueil #argu header h2 {
    font-size: 26px;
  }
  #page.accueil #argu header .icon {
    font-size: 40px;
  }
  #page.accueil #argu .tablecell_cell article .figure figure {
    min-width: 0;
  }
}
@media (max-width: 500px) {
  #page h1,
  #page h1.inverse {
    font-size: 50px;
    margin-top: 0;
  }
  #page h2 {
    font-size: 34px;
  }
  .block-content > article:first-child header > h1 {
    margin-bottom: 30px;
  }
  .navbar .menu ul li {
    display: block;
    text-align: center;
  }
  .navbar .menu ul li.manager {
    float: none;
  }
  .navbar .menu ul li.manager a:before {
    background-color: silver;
  }
  #footer .navbar .menu ul li {
    text-align: left;
  }
  #footer .navbar .menu ul li a {
    padding: 5px 0;
  }
  #home_slider_wrapper {
    min-height: 300px;
  }
  #page.accueil #home_slider_wrapper #header_slider_container {
    position: relative;
    min-height: 280px !important;
	margin-top: 20px;
  }
  #page.accueil #recherche {
    position: relative;
  }
  #page.accueil #argu header h2 {
    font-size: 30px;
  }
  #page.accueil #argu header .icon {
    font-size: 50px;
  }
  #page.accueil #argu .tablecell_cell.col-xxs-12,
  #page.accueil #argu .tablecell_gauche.col-xxs-12,
  #page.accueil #argu .tablecell_droite.col-xxs-12 {
    width: 100%;
    right: 0%;
    left: 0%;
  }
  #page.accueil #argu #partout .figure figure {
    min-height: 100%;
  }
}
@media (min-width: 768px) {
  /*	#page.accueil {
		#header_bandeau, #header_bandeau h1 {
			line-height: 70px;
		}
		#header_slider {
			margin-top: -155px;
		}
	}*/
}
@media (max-width: 768px) {
  #actu-filter button.visible-xs {
    display: inline!important;
  }
  .slicknav_menu {
    display: block;
  }
  .navbar #menu > ul {
    display: none;
  }
  /*	#header_bandeau {
		//height: 100px;
		position: relative;
		
		#titre {
			position: absolute;
			bottom:0;
			left:0;
			width: 100%
		}
	}
*/
  /*
	#page {
		#header_bandeau {
			background-color: rgba(55, 54, 50, 0.25);
			padding-top: 0;
			#titre {
				font-size: 28px;
			}
			h2 {
				font-size: 26px;
			}
		}
	}


        .flex-control-thumbs {
            display: none;
        }
        h1 {
            font-size: 27px !important;
            line-height: 1.2 !important;
        }
        
        
	#page.accueil {
            
            #home_slider_wrapper .flex-viewport .slides li .container {
                top: 0;
            }
            
	}
        
*/
}
/*@media (min-width: 768px) {
	.img-align-middle img{
		max-width: none;
	}

}
*/
@media (max-width: 768px) {
  #page #home_slider_wrapper .cadre {
    padding-top: 120px !important;
    background-size: 120px !important;
  }
  #page #home_slider_wrapper .cadre h1 {
    font-size: 22px !important;
  }
}
@media (max-width: 992px) {
  .navbar #menu li a {
    font-size: 14px;
  }
  #page #home_slider_wrapper .cadre {
    padding-top: 180px;
    background-size: 180px;
  }
  #page #home_slider_wrapper .cadre h1 {
    font-size: 26px;
  }
  #page.accueil #groupe dl {
    padding: 30px 10px;
  }
  #page.accueil #groupe dl dd:before {
    margin: 15px auto;
  }
}
/*
@media (min-width: 992px) {
	.img-align-middle img{
		max-width: 100%;
	}	
}
*/
@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: 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;
			}
		}
	}
	#baseline {
		font-size: 22px;
	}
}
*/
