/*
//================================================================
//							             Formulaire
//================================================================
*/

section.formulaire {
  padding: 90px 0;
  float: left;
  width: 100%;
}
.form_contact .formulaire .container {
  max-width: 1255px;
  width: 100%;
}
section.formulaire h2 {
  margin-bottom: 0px;
  text-align: center;
}

.form_contact .formulaire .header p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  color: #a39161;
}

section.formulaire .sous-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  color: #a39161;
}
section.formulaire .header {
  margin-bottom: 50px;
}
section.formulaire form#form {
  margin: auto;
  max-width: 990px;
}
section.formulaire .champs {
  margin-top: 2.5rem;
}
section.formulaire .champs p {
  font-size: 13px;
}
section.formulaire .news {
  margin: 10px 0 0;
  position: relative;
}
section.formulaire .news p,
section.formulaire .news label {
  font-weight: normal;
}
form#form .input-container,
.newsletter .input-container {
  margin-top: 4rem;
  position: relative;
  z-index: 1;
}
form#form .input-label,
.newsletter .input-label {
  color: #282828;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  display: block;
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  position: absolute;
  top: 0.125rem;
  cursor: text;
  z-index: -1;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: color 0.4s, -webkit-transform 0.4s;
  transition: color 0.4s, -webkit-transform 0.4s;
  transition: color 0.4s, transform 0.4s;
  transition: color 0.4s, transform 0.4s, -webkit-transform 0.4s;
}
form#form input[type="text"],
form#form input[type="email"],
form#form input[type="tel"],
form#form input[type="number"],
form#form textarea,
.newsletter input[type="text"],
.newsletter input[type="email"] {
  width: 100%;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 0 0 5px 0;
  font-family: "TimesNewRomanItalic", sans-serif;
  font-size: 16px;
  resize: none;
  background-color: transparent;
  -webkit-transition: border-color 0.4s;
  transition: border-color 0.4s;
  text-align: left;
  height: 30px;
  margin-right: 0px;
  text-transform: initial;
  max-width: 395px;
}
form#form select {
  background: transparent url("../images/icons/ui-expand-open.svg") no-repeat
    100% center;
  background-size: 48px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #282828;
  font-weight: 400;
  padding: 0 30px 0 0;
  height: 45px;
  margin-right: 0px;
  max-width: 395px;
  border: 0px #ccb583 solid;
  border-bottom: 1px #ccb583 solid;
  text-align: left;
}
form#form textarea {
  height: 100%;
  min-height: 150px;
  max-height: 150px;
}
form#form.form_contact textarea {
  height: 100%;
  min-height: 102px;
  max-height: 102px;
}

form#form.form_contact.appointment textarea,
form#form.form_contact.catalog textarea,
form#form.form_contact.ecrire textarea {
  height: 100%;
  min-height: 175px;
  max-height: 175px;
}

form#form input[type="text"],
form#form input[type="email"],
form#form input[type="tel"],
form#form input[type="number"],
form#form textarea,
.newsletter input[type="text"],
.newsletter input[type="email"] {
  color: #6d6d6d;
  border-bottom-color: #ccb583;
}
.newsletter input[type="text"],
.newsletter input[type="email"] {
  max-width: 100% !important;
}
form#form .input-container.is-focused:not(.mobile-normal-focus) .input-label,
.newsletter .input-container.is-focused:not(.mobile-normal-focus) .input-label {
  color: #a39161 !important;
  -webkit-transform: scale(0.88) translateY(-2.5625rem);
  transform: scale(0.88) translateY(-2.5625rem);
}
form#form input[type="text"]:focus,
form#form input[type="email"]:focus,
form#form input[type="tel"]:focus,
form#form input[type="number"]:focus,
form#form textarea:focus,
.newsletter input[type="text"]:focus,
.newsletter input[type="email"]:focus {
  border-bottom: 2px #a39161 solid !important;
}
form#form .btn {
  background: transparent;
  border: 1px #a39161 solid;
  color: #a39161;
  padding: 12px 25px !important;
  font-weight: 500;
  margin: 0;
  font-family: "Raleway", sans-serif;
  max-width: none;
  width: auto;
}
form#form .btn:hover,
form#form .btn:active,
form#form .btn:focus {
  background: #a39161;
  border: 1px #a39161 solid;
  color: #fff;
}
form#form .g-recaptcha {
  margin-top: 40px;
}
form#form .radio-rendez-vous {
  margin: 40px 0 0;
}
form#form .radio-rendez-vous label.title {
  display: block;
}
form#form .radio-rendez-vous .inputs-radio {
  margin: 10px 0px 10px -5px;
}

form#form .texte-infos {
  margin: 40px 0 0;
  padding: 0 15px;
  float: left;
  width: 100%;
  text-align: left;
}
label.error {
  display: none !important;
}
input.error {
  border-bottom: 1px solid #ff0000 !important;
}
select.error {
  border: 1px solid #ff0000 !important;
}
form#form label.titre {
  color: #282828;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  text-align: left;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  float: left;
  max-width: 160px;
  width: 100%;
  margin: 5px 0;
}
form#form .choix {
  float: left;
  margin-right: 50px;
}
form#form .choix label {
  font-family: "TimesNewRomanItalic", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #6d6d6d;
  font-weight: normal;
  text-transform: initial;
}
form#form #filter-container {
  margin-bottom: 0px;
}
form#form #filter-container section#filter {
  margin-bottom: 20px;
}

.form_contact section.formulaire {
  padding-top: 90px;
}

.form_contact.b-info-contact section.formulaire .header {
  margin-bottom: 0px;
}

form#form.form_contact select {
  margin-top: 2.6rem;
}

.form_contact .header {
  margin: 0;
  text-align: center;
  overflow: hidden;
}
.form_contact h2 {
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
.form_contact h2:after {
  content: "";
  background: #8c8c8c;
  height: 1px;
  position: absolute;
  right: 100%;
  width: 100vh;
  top: 20px;
}
.form_contact h2:before {
  content: "";
  background: #8c8c8c;
  height: 1px;
  position: absolute;
  left: 100%;
  width: 100vh;
  top: 20px;
}
form#form.form_contact span.opened {
  background: transparent url("../images/icons/ui-less-circle-off.svg")
    no-repeat center center;
  background-size: 42px;
  display: block;
  margin: auto;
  width: 42px;
  height: 42px;
  cursor: pointer;
  margin-bottom: 5px;
}
form#form.form_contact span.opened.closed {
  background: transparent url("../images/icons/ui-plus-circle-off.svg")
    no-repeat center center;
  background-size: 42px;
  display: block;
  margin: auto;
  width: 42px;
  height: 42px;
  cursor: pointer;
  margin-bottom: 5px;
}
form#form.form_contact .champs {
  border-bottom: 1px #bbbbbb solid;
}
form#form.form_contact .input_radio {
  float: left;
  width: 100%;
  text-align: left;
  position: initial !important;
  margin: 20px 0 25px;
}
form#form.form_contact .btn {
  margin-bottom: 15px;
}
.form_contact div.sous-title {
  margin: 0 0 40px;
}
form#form.form_contact div.sous-title.header2 {
  margin-bottom: 10px;
}

form#form.form_contact .icon-date {
  position: absolute;
  bottom: 5px;
  right: 12px;
  width: 30px;
  height: 30px;
  background: url("../images/icons/ui-form-calendar-off.svg") no-repeat left
    center;
  background-size: 30px 30px;
  display: none;
}
form#form input#dates,
form#form input#dates_pro {
  background: transparent url("../images/icons/ui-form-calendar-off.svg")
    no-repeat right -5px;
  background-size: 30px 30px;
  cursor: pointer;
}
form#form input#dates:focus,
form#form input#dates:active,
form#form input#dates_pro:focus,
form#form input#dates_pro:active {
  background: transparent url("../images/icons/ui-form-calendar-on.svg")
    no-repeat right -5px;
  background-size: 30px 30px;
}

/* contact-filter */
section#filter-container.contact-filter section#filter ul li:first-child,
section#filter-container.contact-filter section#filter ul li:first-child,
section#filter-container.contact-filter section#filter ul li {
  border: 0px;
}
section#filter-container.contact-filter section#filter ul li.active {
  background: transparent;
  color: #282828 !important;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
section#filter-container.contact-filter section#filter ul li.active a {
  background: transparent;
  color: #282828 !important;
}
section#filter-container.contact-filter .icheckbox_square.checked {
  width: 30px !important;
  height: 30px !important;
  background: url(../images/icons/ui-checkbox-on.svg) no-repeat !important;
  background-size: 42px 42px !important;
  background-position: center center !important;
  border: 0px !important;
}
section#filter-container.contact-filter .icheckbox_square {
  width: 30px !important;
  height: 30px !important;
  background: url(../images/icons/ui-checkbox-off.svg) no-repeat !important;
  background-size: 42px 42px !important;
  background-position: center center !important;
  border: 0px !important;
}
section#filter-container.contact-filter .icheckbox_square.checked.disabled,
section#filter-container.contact-filter label.prendre-contact {
  opacity: 0.4;
}

@media (min-width: 768px) {
  section.center-garantie .col-sm-6 {
    max-width: 565px;
  }
}

@media (min-width: 990px) {
  form#form .col-sm-6.paddingleft {
    padding-left: 8.5%;
  }
}
@media (min-width: 768px) {
  section.formulaire .news {
    text-align: center;
  }
  .input_radio {
    position: absolute;
    left: 10px;
    top: 10px;
  }
  form#form .col-sm-6.paddingleft.message {
    position: absolute;
    right: 2px;
  }
}
@media (max-width: 769px) {
  section.formulaire,
  form#form.form_contact section.formulaire {
    padding: 45px 0 !important;
    overflow: hidden;
  }
  form#form input[type="text"],
  form#form input[type="email"],
  form#form input[type="tel"],
  form#form input[type="number"],
  form#form textarea {
    max-width: 100%;
  }
  section.formulaire .news {
    text-align: center;
  }
  .input_radio {
    float: left;
    text-align: left;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  section.formulaire h2 {
    font-size: 20px;
    line-height: 25px;
    padding: 0 10px !important;
  }
  form#form.form_contact h2:before,
  form#form.form_contact h2:after {
    top: 10px;
  }
  section#filter-container.contact-filter .icheckbox_square,
  section#filter-container.contact-filter .icheckbox_square.checked {
    background-size: 38px 38px !important;
  }
  form#form label.titre {
    max-width: 100%;
  }
}
@media (max-width: 769px) {
  form#form select {
    max-width: 100%;
  }
  form#form.form_contact .col-sm-12,
  form#form.form_contact .col-sm-6 {
    float: left;
    width: 100%;
  }
  form#form #filter-container.contact-filter section#filter {
    margin-top: 5px;
    padding-top: 7px;
  }
}

@media (min-width: 1080px) {
  form#form select {
    background: transparent url("../images/icons/ui-expand-open.svg") no-repeat
      103% center;
  }
}

@media (min-width: 767px) and (max-width: 1025px) {
  form#form #filter-container.contact-filter section#filter {
    margin-top: 5px;
    padding-top: 7px;
  }
  form#form #filter-container.contact-filter section#filter ul li {
    padding: 0 8px;
  }
  form#form.form_contact .col-sm-12 {
    padding-left: 30px;
    padding-right: 30px;
  }
  form#form.form_contact .col-sm-12 .col-sm-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  form#form .col-sm-6.paddingleft.message {
    position: initial;
  }
}

.formulaire .date-visite {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.formulaire .date-visite.top {
  margin-bottom: 15px;
}

.formulaire .date-visite.bottom {
  margin-top: 25px;
}

.formulaire .date-visite .item {
  color: #6d6d6d;
  font-size: 18px;
  line-height: 18px;
  padding: 12px 15px 8px;
  position: relative;
  min-width: 170px;
  max-width: 170px;
}

.formulaire.latelier .date-visite .item {
  min-width: 195px;
  max-width: 195px;
}

.formulaire .date-visite .item:first-of-type {
  padding-left: 52px;
  padding-right: 30px;
  min-width: 300px;
  max-width: 300px;
}

.formulaire:not(.latelier) .date-visite .item:nth-of-type(2) {
  min-width: 200px;
  max-width: 200px;
}

.formulaire .date-visite .item:first-of-type .icheckbox_square,
.formulaire .date-visite .item:first-of-type .iradio_square {
  position: absolute !important;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 12px;
  top: 6px;
}

.formulaire .date-visite .item:first-of-type .iradio_square {
  left: 8px;
}

.formulaire .date-visite .item.has-last {
  flex: 1;
  max-width: none;
  padding-right: 40px;
}

.formulaire .date-visite.bottom .item.has-last {
  font-size: 16px;
  font-family: "TimesNewRomanItalic", sans-serif;
  font-weight: 400;
  line-height: 26px;
  font-style: normal;
}

.formulaire .date-visite .item:not(.has-last):after {
  content: "";
  position: absolute;
  right: 0;
  top: -50px;
  bottom: -50px;
  border-right: 1px solid #000000;
  opacity: 0.1;
}

.formulaire .date-visite.top:before,
.formulaire .date-visite.top .item:after {
  display: none;
}

.formulaire .date-visite:not(:nth-last-of-type(2)):before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #000000;
  opacity: 0.1;
}

.formulaire .date-visite.bottom:before {
  display: none;
}

.formulaire .date-visite .item .btn-event {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 4px;
  width: 36px;
  margin: auto;
  background: url(../images/icons/icon-nous-trouver2.svg) no-repeat;
  background-position: center right;
  background-size: 100% auto;
}

.formulaire .date-visite.top .item {
  font-family: "Raleway";
  text-transform: uppercase;
  color: #282828;
  font-style: normal;
}

.form_contact.b-info-contact .formulaire {
  padding: 0;
}

.form_contact.b-info-titre section.formulaire {
  padding: 0;
  padding-top: 90px;
}

.form_contact.b-info-titre h2 {
  font-size: 32px;
}

.form_contact.b-info-titre h2:before,
.form_contact.b-info-titre h2:after {
  display: none;
}

.form_contact.b-info-titre .formulaire .header p {
  font-size: 18px;
}

@media (min-width: 767px) and (max-width: 1000px) {
  .formulaire .date-visite .item:first-of-type {
    min-width: 200px;
    max-width: 200px;
  }
  .formulaire:not(.latelier) .date-visite .item:nth-of-type(2) {
    min-width: 180px;
    max-width: 180px;
  }
  .formulaire:not(.latelier) .date-visite .item:nth-of-type(3) {
    min-width: 150px;
    max-width: 150px;
  }
  .formulaire .date-visite.bottom .item.has-last {
    min-width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .formulaire .date-visite {
    width: 100%;
    flex-direction: column;
    align-items: normal;
    padding: 25px 0;
  }

  .formulaire .date-visite.top {
    display: none;
  }

  .formulaire .date-visite .item {
    padding-left: 40px;
  }

  .formulaire .date-visite .item:first-of-type {
    padding-left: 40px;
    max-width: none;
    min-width: none;
  }

  .formulaire:not(.latelier) .date-visite .item:nth-of-type(2) {
    min-width: none;
    max-width: none;
  }

  .formulaire .date-visite .item:first-of-type .icheckbox_square {
    left: 0;
  }

  .formulaire .date-visite .item:not(.has-last):after {
    opacity: 0;
  }

  .formulaire .date-visite:before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #000000;
    opacity: 0.1;
  }

  .formulaire .date-visite .item .btn-event {
    right: -5px;
  }

  .formulaire .date-visite.bottom {
    margin-top: 0;
  }
}

#form.appointment .btn-links {
  text-align: center;
  border-bottom: 1px solid #8c8c8c;
}

#form.appointment .btn-links .btn-link {
  color: #8c8c8c;
  font-family: Raleway;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  position: relative;
  min-width: 305px;
  text-transform: uppercase;
  padding: 25px 0;
}

#form.appointment .btn-links .btn-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 3px;
  background: #a59063;
  -webkit-transition: width 0.3s linear;
  -moz-transition: width 0.3s linear;
  -ms-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  transition: width 0.3s linear;
}

#form.appointment .btn-links .btn-link.active,
#form.appointment .btn-links .btn-link:hover {
  color: #004411;
}

#form.appointment .btn-links .btn-link.active:after,
#form.appointment .btn-links .btn-link:hover:after {
  width: 100%;
}

#form.appointment .row-choose {
  text-align: center;
}

#form.appointment .row-choose p,
#form.catalog.row-choose p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
  margin: 160px 0 80px;
  width: 100%;
}

#form.appointment .block-content {
  padding-top: 60px;
}

#form.appointment #block-rendez-vous .block-content {
  padding-top: 58px;
}

#form.appointment .block-content:last-of-type {
  padding-top: 100px;
}

#form.catalog .block-content:last-of-type {
  padding-top: 85px;
}

#form.catalog .block-content .choose_item {
  opacity: 1;
}

#form.catalog .block-content .col-sm-6:last-of-type .choose_item {
  text-align: right;
}

#form.catalog .block-content .col-sm-6 .choose_item .custom-selector {
  max-width: 395px;
}

#form.catalog
  .block-content
  .col-sm-6:last-of-type
  .choose_item
  .custom-selector {
  text-align: left;
  margin-left: auto;
}

@media screen and (max-width: 1100px) {
  #form.catalog
    .block-content
    .col-sm-6
    .choose_item
    .custom-selector
    .selector-header::after {
    left: auto;
    margin: 0;
  }
}

@media screen and (max-width: 769px) {
  #form.catalog .block-content .col-sm-6 .choose_item .custom-selector,
  #form.catalog
    .block-content
    .col-sm-6:last-of-type
    .choose_item
    .custom-selector {
    max-width: none;
    margin-left: 0;
  }

  #form.catalog
    .block-content
    .col-sm-6
    .choose_item
    .custom-selector
    .selector-header::after {
    left: auto;
    margin: 0;
  }
}

#form.catalog .block-content .choose_item.readonly {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  position: relative;
}

#block-contact-particular,
#block-contact-professional,
#block-recevoir-catalogue {
  padding: 0;
}

form#form.form_contact.appointment section.formulaire .header,
form#form.form_contact.catalog section.formulaire .header,
form#form.form_contact.ecrire section.formulaire .header {
  margin-top: 50px;
}

form#form.form_contact.appointment section.formulaire .champs,
form#form.form_contact.catalog section.formulaire .champs,
form#form.form_contact.ecrire section.formulaire .champs {
  margin-top: 50px;
}

form#form.form_contact.appointment section.formulaire .header h2:before,
form#form.form_contact.catalog section.formulaire .header h2:before,
form#form.form_contact.ecrire section.formulaire .header h2:before,
form#form.form_contact.appointment section.formulaire .header h2:after,
form#form.form_contact.catalog section.formulaire .header h2:after,
form#form.form_contact.ecrire section.formulaire .header h2:after {
  background: #8c8c8c;
}

@media screen and (max-width: 500px) {
  .form_contact.b-info-titre h2 {
    width: 100%;
    word-wrap: break-word;
  }
}

@media (min-width: 1230px) {
  #block-contact-professional .datepicker.dropdown-menu,
  #block-rendez-vous .datepicker.dropdown-menu {
    right: -40px !important;
  }
}

@media (max-width: 1229px) {
  #block-contact-professional .datepicker.dropdown-menu,
  #block-rendez-vous .datepicker.dropdown-menu {
    right: 0px !important;
    left: auto !important;
  }
}
