@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600");
/* banniere page recherche */
#slider.slider-fixe.slider-recherche {
  min-height: 380px;
}
#slider.slider-fixe.slider-recherche h1 {
  font-size: 35px;
}
section.filter-header.style2 {
  padding-top: 0px;
  margin-top: -50px;
}
.style2 .search-content {
  display: block !important;
  z-index: 99;
  margin-top: -50px;
  margin-bottom: 30px;
}
.style2 .search-content:after {
  content: "";
  background-color: #a59063;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
.search-content {
  height: 103px;
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999999;
  display: none;
  -webkit-box-shadow: 0 2px 10px 0 rgba(40, 40, 40, 0.05);
  -moz-box-shadow: 0 2px 10px 0 rgba(40, 40, 40, 0.05);
  box-shadow: 0 2px 10px 0 rgba(40, 40, 40, 0.05);
}
.search-content .finder label {
  display: none;
}
.search-content .col-sm-8,
.search-content .col-sm-2 {
  padding: 0px;
  position: relative;
}
.search-content .col-sm-8:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 1px;
  opacity: 0.2;
  background-color: #6d6d6d;
}
section.filter-header.style2 .search-content .filter-select.col-sm-2 {
  padding: 30px 20px;
}
.search-content .filter-select.col-sm-2 {
  padding: 30px 20px;
}
.search-content .filter-select ul {
  list-style: none;
  margin: 28px -30px 0 -30px;
  padding: 15px 30px 25px;
  display: none;
  cursor: pointer;
  font-family: "TimesNewRomanItalic", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #6d6d6d;
  font-weight: normal;
  text-transform: initial;
  background-color: #ffffff;
}
section.filter-header.style2 .search-content .filter-select ul {
  margin: 27px -20px 0 -20px;
  padding: 15px 20px 25px;
  position: absolute;
  left: 20px;
  right: 20px;
  border-top: 1px #f5f5f5 solid;
}
.search-content .filter-select .selector-header {
  font-family: "TimesNewRomanItalic", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #282828;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  padding-right: 25px;
}
.search-content .filter-select .selector-header::after {
  width: 12px;
  height: 12px;
  border: 0;
  background: url(../images/icons/mini_arrow_down.svg) no-repeat center center;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.custom-selector.opened .selector-header::after {
  -webkit-transform: translateY(-50%) rotate(225deg);
  -moz-transform: translateY(-50%) rotate(225deg);
  -ms-transform: translateY(-50%) rotate(225deg);
  -o-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
}
.search-content .custom-selector.opened .selector-header::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.search-content .custom-selector .selector-items .item.active,
.search-content .custom-selector .selector-items .item:hover {
  color: #004411;
}
.search-content .filter-select .selector-items li.item:first-child {
  display: block;
}
.search-content .close-text {
  position: absolute;
  background: url(../images/icons/icon-close.svg) no-repeat center right;
  right: 20px;
  cursor: pointer;
  background-size: 26px 26px;
  width: 26px;
  height: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.search-content .close-text.opened {
  opacity: 1;
}
.search-content input[type="text"] {
  background: url(../images/icons/icon-search.svg) no-repeat 20px center;
  background-size: 60px 60px;
  max-width: 100%;
  padding: 10px 100px;
  min-height: 90px;
  margin: 6px 0;
  text-align: left;
  font-family: "TimesNewRomanItalic", sans-serif;
  font-weight: 500;
  color: #282828;
  text-transform: none;
  font-size: 18px;
  line-height: 24px;
  border: 0px;
}
.search-content input[type="text"]::-moz-placeholder {
  opacity: 0.8;
  color: #282828 !important;
}
.search-content input[type="text"]::-webkit-input-placeholder {
  opacity: 0.8;
  color: #282828 !important;
}
.search-content input[type="text"]::-moz-placeholder {
  opacity: 0.8;
  color: #282828 !important;
}
.search-content input[type="text"]:-ms-input-placeholder {
  opacity: 0.8;
  color: #282828 !important;
}
.search-content input[type="text"]:-moz-placeholder {
  opacity: 0.8;
  color: #282828 !important;
}
.search-content input[type="submit"] {
  height: 103px;
  width: 100%;
  background-color: #a59063;
  max-width: 100%;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: center;
  margin: 0px;
  transition: none;
}
.search-content .title-select {
  display: block;
  color: #a59063;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.search-content select {
  border: 0px;
  height: auto;
  width: 100%;
  max-width: 100%;
}

/* autocomplete */
.autocomplete-suggestions {
  -webkit-box-shadow: 0 2px 10px 0 rgba(40, 40, 40, 0.05) !important;
  -moz-box-shadow: 0 2px 10px 0 rgba(40, 40, 40, 0.05) !important;
  box-shadow: 0 2px 10px 0 rgba(40, 40, 40, 0.05) !important;
  top: 104px !important;
  max-width: 100%;
  padding: 20px 0;
  border: 0px !important;
  left: 70px !important;
  right: 1px;
  width: auto !important;
}
.autocomplete-suggestions .title {
  opacity: 0.4;
  color: #282828;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 14px;
  text-transform: uppercase;
  padding: 5px 30px 8px;
}
.autocomplete-suggestions::after {
  content: "";
  display: block;
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}
section.filter-header.style2 .autocomplete-suggestions {
  top: 103px !important;
  top: 103px !important;
  left: 70px !important;
  max-width: 100%;
  width: auto !important;
  right: 1px;
}
section.filter-header.style2.is-fixed.is-shown .autocomplete-suggestions {
  top: 59px !important;
  left: 50px !important;
}
.autocomplete-suggestions .autocomplete-suggestion {
  color: #8b8b8b;
  font-family: "TimesNewRomanItalic", sans-serif;
  font-size: 18px;
  line-height: 28px;
  padding: 2px 30px;
  cursor: pointer;
}
.autocomplete-selected {
  background: #f5f5f5 !important;
}
.autocomplete-suggestions strong {
  font-weight: 500 !important;
}

section.filter-header.style2 .container {
  max-width: 1250px;
  width: 100%;
}
.filter-header.is-fixed.is-shown .filter-inner .container {
  padding-right: 30px;
  max-width: 1220px;
}
.filter-header.style2.is-fixed.is-shown .filter-inner {
  margin: 0;
  padding: 0;
  height: 60px;
  border-top: 1px solid rgba(109, 109, 109, 0.2);
}
.filter-header.style2.is-fixed.is-shown .filter-inner .search-content {
  height: 55px;
  box-shadow: none;
  margin: 0px;
}
.filter-header.style2.is-fixed.is-shown .filter-inner .search-content::after {
  display: none;
}
.filter-header.style2.is-fixed.is-shown
  .filter-inner
  .search-content
  input[type="submit"] {
  height: auto;
  padding: 9px 0 5px;
  line-height: 45px;
}
.filter-header.style2.is-fixed.is-shown
  .filter-inner
  .search-content
  input[type="text"] {
  margin: 3px 0;
  min-height: 50px;
  background-size: 40px 40px !important;
  background-position: 10px center;
  padding: 0 80px;
}
.filter-header.style2.is-fixed.is-shown
  .filter-inner
  .search-content
  .close-text {
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
.filter-header.style2.is-fixed.is-shown
  .filter-inner
  .search-content
  .filter-select.col-sm-2 {
  padding: 12px 20px;
}
.filter-header.style2.is-fixed.is-shown
  .filter-inner
  .search-content
  .title-select {
  padding-bottom: 0;
}
.filter-header.style2.is-fixed.is-shown
  .filter-inner
  .search-content
  .filter-select
  .selector-header {
  font-size: 16px;
  line-height: 26px;
  padding-right: 15px;
}
.filter-header.style2.is-fixed.is-shown
  .filter-inner
  .search-content
  .filter-select
  .selector-header::after {
  top: 40%;
}
.filter-header.style2.is-fixed.is-shown
  .filter-inner
  .search-content
  .custom-selector.opened
  .selector-header::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.filter-header.style2.is-fixed.is-shown
  .filter-inner
  .search-content
  .filter-select
  ul {
  margin-top: 5px;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 1260px) {
  .search-content .filter-select.col-sm-2 {
    padding: 30px;
  }
}
@media (min-width: 1100px) and (max-width: 1259px) {
  .search-content .col-sm-2 {
    width: 20%;
  }
  .search-content .filter-select.col-sm-2 {
    padding: 30px;
  }
  .search-content .col-sm-8 {
    width: 60%;
  }
}
@media (max-width: 1100px) {
  .search-content {
    height: 75px;
  }
  .style2 .search-content {
    margin-top: -40px;
  }
  .search-content .col-sm-2,
  .search-content .col-sm-8 {
    float: left;
  }
  .search-content .filter-select.col-sm-2 {
    width: 15%;
    padding: 0px !important;
    position: initial;
  }
  .search-content .botton.col-sm-2 {
    width: 20%;
    padding: 0px;
  }
  .search-content .col-sm-8 {
    width: 65%;
  }
  .search-content .title-select {
    display: none;
  }
  .search-content .filter-select .selector-header {
    font-size: 0px;
    padding: 0px;
    height: 75px;
  }
  .filter-header.style2.is-fixed.is-shown .filter-inner {
    border: 0;
  }
  .filter-header.style2.is-fixed.is-shown .filter-inner .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .filter-header.style2.is-fixed.is-shown .filter-inner .search-content {
    height: 60px;
  }
  .filter-header.style2.is-fixed.is-shown
    .filter-inner
    .search-content
    .filter-select
    .selector-header {
    height: 60px;
    font-size: 0;
  }
  .custom-selector .selector-header::after {
    left: 0px;
    right: 0px;
    margin: auto;
    top: 50% !important;
  }
  .search-content input[type="text"] {
    background: #ffffff;
    padding: 24px 50px 24px 15px;
    min-height: 75px;
    margin: 0;
    font-size: 16px;
  }
  .filter-header.style2.is-fixed.is-shown
    .filter-inner
    .search-content
    input[type="text"] {
    padding: 0 15px;
  }
  .search-content input[type="submit"] {
    background: #a59063 url(../images/icons/icon-search-blanc.svg) no-repeat
      center center;
    background-size: 48px 48px;
    width: 100%;
    height: 75px;
    font-size: 0px;
    display: block;
    font-size: 0px;
  }
  .search-content .close-text {
    right: 15px;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }
  .search-content .filter-select ul {
    margin: 0;
    padding: 15px 15px 25px;
    position: absolute;
    left: 0px;
    right: 0px;
    border-top: 1px rgba(109, 109, 109, 0.2) solid;
    height: calc(100vh - 75px);
    overflow: auto;
  }
  section.filter-header.style2 .search-content .filter-select ul {
    margin: 0 !important;
    padding: 15px 15px 25px;
    position: absolute;
    left: 0px;
    right: 0px;
    border-top: 1px rgba(109, 109, 109, 0.2) solid;
    height: auto;
    overflow: auto;
    width: auto;
  }
  .autocomplete-suggestions {
    top: 75px !important;
    left: 0px !important;
    right: 0px !important;
    padding: 20px 0;
    max-width: 100% !important;
    position: fixed !important;
  }
  .autocomplete-suggestions .autocomplete-suggestion,
  .autocomplete-suggestions .title {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.filter-header.style2 .autocomplete-suggestions {
    top: 76px !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    left: 0 !important;
    right: -54% !important;
    max-width: none !important;
  }
  section.filter-header.style2.is-fixed.is-shown .autocomplete-suggestions {
    top: 59px !important;
    left: 0 !important;
    right: -54% !important;
  }
}

/* Styles résultas */
section.blog-container.style2 {
  padding: 0 0 50px;
}
section.blog-container.style2 .container {
  max-width: 1250px;
  width: 100%;
}
section.blog-container.style2 .items {
  padding: 0 30px 60px;
}
section.blog-container .items .search-result {
  position: relative;
}
section.blog-container .items .search-result .number {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 100px;
  width: 100%;
  text-align: center;
}
section.blog-container .items .search-result .number {
  color: #282828;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}
section.blog-container .items .search-result .number:after {
  content: "";
  display: block;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 1px;
  background-color: #a59063;
  position: absolute;
}
section.blog-container .items .search-result .number strong {
  color: #a59063;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  display: block;
}
section.blog-container .items .search-result .texte {
  padding-left: 120px;
  max-width: 350px;
  width: 100%;
  display: inline-block;
  color: #282828;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
section.blog-container .items .item {
  margin: 30px 0;
}
section.blog-container .items .item::after {
  content: "";
  display: block;
  clear: both;
}
section.blog-container .items .item .img-prod {
  max-width: 22.22%;
  width: 100%;
  padding: 0;
  height: 140px;
  overflow: hidden;
}
section.blog-container .items .item .description {
  padding: 20px;
  background-color: #ffffff;
  margin: 10px 0 0 -20px;
  max-width: 79.5%;
  width: 100%;
}
section.blog-container .items .item .description h3 {
  color: #282828;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400 !important;
  margin-bottom: 0;
}
section.blog-container .items .item .description ul.fil-nav {
  margin: 0 0 15px;
  padding: 0px;
}
section.blog-container .items .item .description ul.fil-nav li {
  margin: 0;
  padding: 0 14px 0 10px;
  display: inline-block;
  position: relative;
}
section.blog-container .items .item .description ul.fil-nav li:first-child {
  padding: 0 14px 0 0;
}
section.blog-container .items .item .description ul.fil-nav li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  width: 9px;
  height: 9px;
  opacity: 0.3;
  border-top: 2px solid #6d6d6d;
  border-right: 2px solid #6d6d6d;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
section.blog-container
  .items
  .item
  .description
  ul.fil-nav
  li:last-child::after {
  display: none;
}
section.blog-container .items .item .description .readmore a {
  font-size: 18px;
  background: url(../images/icons/picto-chevron-right.png) no-repeat right 0px
    top 7px;
  display: inline-block;
  background-size: 8px 14px;
  padding-right: 20px;
}
@media (max-width: 769px) {
  section.blog-container.style2 .items .search-result {
    margin: 0 0 20px;
  }
  section.blog-container.style2 {
    padding: 0 0 25px !important;
  }
  section.blog-container.style2 .items {
    padding: 0 0 30px;
  }
  section.blog-container.style2 .items .item {
    margin: 0;
  }
  section.blog-container .items .item .img-prod {
    display: none;
  }
  section.blog-container .items .item .description {
    max-width: 100%;
    width: 100%;
    margin: 0 0 10px;
  }
  section.blog-container .items .item .description ul.fil-nav li:first-child {
    padding: 0 10px 0 0;
  }
  section.blog-container .items .item .description ul.fil-nav li {
    padding: 0 10px;
  }
}
@media (max-width: 769px) {
  section.blog-container .items .search-result .texte {
    font-size: 18px;
    line-height: 22px;
    min-height: 60px;
    -ms-box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1100px) {
  nav#menu-mobile .div-logo::after {
    display: none;
  }
  .search-top .search {
    border: none;
  }
}

/* Styles input hours */
.style-clock {
  width: 100%;
  position: relative;
}
.style-clock span.icon-clock {
  position: absolute;
  bottom: 3px;
  right: 30px;
  width: 25px;
  height: 25px;
  /* background: url(../images/icons/picto-clock.svg) no-repeat left center; */
  background: url(../images/icons/ui-close-square-on-time.svg) no-repeat center
    center;
  background-size: 10px 10px;
  z-index: 99;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
}

.style-clock span.icon-clock.show {
  opacity: 1;
}

input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

select::-ms-expand {
  display: none;
}

/*
span.add-on.icon-clock.show:before {
    content: "";
    position: absolute;
    border-left: 2px solid red;
    width: 2px;
    height: 20px;
    transform: rotate(45deg);
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

span.add-on.icon-clock.show:after {
    content: "";
    position: absolute;
    border-left: 2px solid red;
    width: 2px;
    height: 20px;
    transform: rotate(135deg);
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
*/

.style-clock input[type="text"] {
  cursor: pointer;
}

#block-contact-particular #datetimepicker4 #hour,
#block-contact-professional #datetimepicker3 #hour_pro {
  cursor: auto;
}

#block-contact-particular #datetimepicker4 .input-group-addon.datepickerbutton,
#block-contact-professional
  #datetimepicker3
  .input-group-addon.datepickerbutton {
  position: absolute;
  right: 0;
  width: 25px;
  height: 35px;
  bottom: 0;
  cursor: pointer;
  background: url(../images/icons/picto-clock.svg) no-repeat center center;
  background-size: 25px 25px;
  border: none;
  z-index: 1;
}
#form .bootstrap-datetimepicker-widget.dropdown-menu {
  width: 170px;
  margin: auto;
}
#form .bootstrap-datetimepicker-widget.dropdown-menu td span:hover {
  background-color: transparent !important;
}
#form .bootstrap-datetimepicker-widget.dropdown-menu {
  border-radius: 0;
  margin: 10px 0 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#form .bootstrap-datetimepicker-widget.dropdown-menu td span,
#form .bootstrap-datetimepicker-widget.dropdown-menu td.separator {
  color: #a59063;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  line-height: 35px;
  font-weight: bold;
  text-align: center;
}
#form .bootstrap-datetimepicker-widget.dropdown-menu td.hour.disabled,
#form .bootstrap-datetimepicker-widget.dropdown-menu td.minute.disabled {
  opacity: 0.5;
}

#form .bootstrap-datetimepicker-widget.dropdown-menu td.hour,
#form .bootstrap-datetimepicker-widget.dropdown-menu td.minute,
#form .bootstrap-datetimepicker-widget.dropdown-menu td.second {
  color: #8b8b8b;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}

#form .bootstrap-datetimepicker-widget.dropdown-menu td.day:hover,
#form .bootstrap-datetimepicker-widget.dropdown-menu td.hour:hover,
#form .bootstrap-datetimepicker-widget.dropdown-menu td.minute:hover,
#form .bootstrap-datetimepicker-widget.dropdown-menu td.second:hover {
  background: transparent;
  color: #a59063;
}

#form .timepicker-picker a.btn {
  width: 15px;
  height: 15px;
  padding: 0 !important;
  margin: 0;
  background-color: transparent;
  border: none;
}

#form .timepicker-picker a.btn .icon-chevron-up,
#form .timepicker-picker a.btn .glyphicon.glyphicon-chevron-up {
  background: url(../images/icons/chevron-clock.svg) no-repeat center center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate-(90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#form .timepicker-picker a.btn .icon-chevron-down,
#form .timepicker-picker a.btn .glyphicon.glyphicon-chevron-down {
  background: url(../images/icons/chevron-clock.svg) no-repeat center center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#form .timepicker-picker a.btn .glyphicon.glyphicon-chevron-up:before,
#form .timepicker-picker a.btn .glyphicon.glyphicon-chevron-down:before {
  display: none;
}

#form .timepicker .timepicker-hours,
#form .timepicker .timepicker-minutes {
  min-height: 140px;
  padding-bottom: 15px;
}

#form .timepicker .timepicker-hours .hour-title,
#form .timepicker .timepicker-minutes .minute-title {
  font-family: "Raleway";
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  text-transform: uppercase;
  color: #282828;
  height: auto;
  padding: 15px 0;
}
section.blog-container span.highlight {
  background-color: transparent;
  font-weight: bold;
  color: #000;
}
