body {
  background-color: #f5f5f5;
  font-style: normal;
  line-height: normal;
  word-spacing: 1px;
}
body.overflowHidden {
  overflow: hidden;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body, input, textarea, select, button{
  font-family: 'Roboto', Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
}
body, a, a:hover, input, select, textarea{
  color:#202020;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
a.inverse{
  text-decoration: underline;
}
a.inverse:hover{
  text-decoration: none;
}
body, div, p, ul, li, dl, dt, dd{
  margin: 0;
  padding: 0;
}
ul{
  list-style-type: none;
}
img{
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: unset;
  font-size: unset;
  margin: 0;
  padding: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: unset;
}

/**********/

.clear {
  clear: both;
}
.bold{
  font-weight: bold;
}
.hidden{
  display: none;
}
.info_h{
  display: none;
}
.pointer_hover{
  cursor: pointer;
}
.relative{
  position: relative;
}
.absolute{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ancre{
  position: absolute;
  top: -40px;
  left: 0;
}
.ml_inverse{
  unicode-bidi: bidi-override;
  direction: rtl;
}

/** Responsive *****************************************/

.contenu_input{
  padding: 0 0 15px 0;
}
.contenu_input input.input_c, .contenu_input textarea.input_c, .contenu_input select.input_c, .contenu_input button.input_c  {
  background-color: #ffffff;
  padding: 5px 10px;
  border: 1px solid #e0e0e0;
  height: 50px;
  width: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

  box-shadow: none;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}
.contenu_input textarea.input_c {
  padding-top: 13px;
  padding-bottom: 13px;
}
.contenu_input select.input_c{
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}
.contenu_input input.input_c:focus, .contenu_input textarea.input_c:focus, .contenu_input select.input_c:focus {
  box-shadow: none;
  outline: none;
}
.contenu_input input.input_c:focus, .contenu_input textarea.input_c:focus{
  border: 1px solid #8f8f8f;
}
.contenu_input input.input_c:read-only{
  border: 1px solid #dfe1e5;
  background-color: #fbfbfb;
}
.contenu_input input.input_c:-moz-read-only{
  border: 1px solid #dfe1e5;
  background: #f8f9fa;
}
.contenu_input button.input_s {
  background-color: #71a40b;
  color: #ffffff;
  border: none;
  height: 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 400;
}
.contenu_input button.input_s:hover{
  cursor: pointer;
  background-color: #639009;
}
.contenu_input input::placeholder, .contenu_input textarea::placeholder {
  color: #a0a0a0;
}
.contenu_input textarea.input_c{
  height: 180px;
  vertical-align: top;
}

/** Captcha *****************************************/

.grecaptcha-badge { 
  visibility: hidden;
}

/** Top *****************************************/

#go-top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 600;
  background: #71a40b;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  display: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  transition:all 0.3s ease;
  color: #ffffff;
}
#go-top img{
  filter: brightness(0) saturate(100%) invert(85%) sepia(0%) saturate(7407%) hue-rotate(71deg) brightness(115%) contrast(103%);
  -webkit-filter: brightness(0) saturate(100%) invert(85%) sepia(0%) saturate(7407%) hue-rotate(71deg) brightness(115%) contrast(103%);
  -moz-filter: brightness(0) saturate(100%) invert(85%) sepia(0%) saturate(7407%) hue-rotate(71deg) brightness(115%) contrast(103%);
  vertical-align: middle;
  max-width: 25px;
  padding-bottom: 1px;
}
#go-top:hover{
  background-color: #639009;
}

/**********/

button:focus{
  outline: none;
}
select:hover{
  cursor: pointer;
}

/**********/

.alert {
  position: relative;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 20px 20px;
  margin-bottom: 30px;
  border-color: #d72727;
}
.alert-success {
  border: 1px solid #09682e;
  background-color: #f4f5f5;
}
.badge_vendu{
  background-color: #d72727;
}
.badge_reserve{
  background-color: #39adc6;
}

/** Menu Hamburger *****************************************/

.c_animated{
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 50px;
  padding: 10px;
  display: none;
}
.animated-icon3 {
  position: relative;
  display: block;
  height: 20px;
  cursor: pointer;
}
.animated-icon3 span, .animated-icon3 span::before, .animated-icon3 span::after{
  position: absolute;
  top: 10px;
  left: 5px;
  width: calc(100% - 5px);
  height: 1px;
  border-radius: 9px;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
.animated-icon3 span::before{
  content: "";
  top: -10px;
  left: -5px;
  width: calc(100% + 5px);
}
.animated-icon3 span::after{
  content: "";
  top: 10px;
  left: -5px;
  width: calc(100% + 5px);
}
.animated-icon3.open_menu span{
  background-color: transparent;
}
.animated-icon3.open_menu span::before{
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -10px;
  left: 0;
}
.animated-icon3.open_menu span::after{
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 11px;
  left: 0;
}

@media (max-width: 991px){
  header .c_animated{
    display: block;
    top: 15px;
    right: 0;
  }
  .animated-icon3 span, .animated-icon3 span::before, .animated-icon3 span::after{
    background-color: #202020;
  }
}

/**********************************************************/