﻿/*Fonctionne avec les Padding*/
/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v26-latin-regular.woff2") format("woff2");
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v26-latin-500.woff2") format("woff2");
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v26-latin-600.woff2") format("woff2");
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v26-latin-700.woff2") format("woff2");
}
/* montserrat-800 - latin */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/montserrat-v26-latin-800.woff2") format("woff2");
}
/*$fa: "Font Awesome 5 Pro";
$fab: "Font Awesome 5 Brands";
$fad: "Font Awesome 5 Duotone";*/
/*Fonctionne avec les Padding*/
/* montserrat-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v26-latin-regular.woff2") format("woff2");
}
/* montserrat-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/montserrat-v26-latin-500.woff2") format("woff2");
}
/* montserrat-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v26-latin-600.woff2") format("woff2");
}
/* montserrat-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v26-latin-700.woff2") format("woff2");
}
/* montserrat-800 - latin */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/montserrat-v26-latin-800.woff2") format("woff2");
}
/*$fa: "Font Awesome 5 Pro";
$fab: "Font Awesome 5 Brands";
$fad: "Font Awesome 5 Duotone";*/
.umbraco-forms-form {
  margin-top: 2.25rem;
}

.umbraco-forms-page {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.umbraco-forms-caption {
  display: none;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
fieldset legend {
  margin-bottom: 1.75rem;
  font-size: 0.875rem;
  color: #8C8889;
}
fieldset legend .deleteButton {
  display: none;
}

.row-fluid {
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
  gap: 1rem;
}
.row-fluid > div {
  /*margin-bottom: rem(28);*/
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.row-fluid > div.col-md-6 {
  width: 48.6725663717%;
}
.row-fluid > div.col-md-4 {
  width: 33.185840708%;
}
.row-fluid > div.col-md-12 {
  margin: 0;
  width: 100%;
}
.row-fluid > div.col-md-12 .umbraco-forms-field {
  margin-bottom: 1.75rem;
}
.row-fluid > div.col-md-12 .umbraco-forms-field.hidden {
  margin: 0;
}
.row-fluid > div.col-md-12 .umbraco-forms-field:last-child {
  margin-bottom: 0;
}

.umbraco-forms-label {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
  display: block;
}

.umbraco-forms-tooltip {
  font-size: 0.875rem;
}

.umbraco-forms-field-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
}

.umbraco-forms-field.codepostal .umbraco-forms-field-wrapper input {
  max-width: 146px;
}
.umbraco-forms-field.dataconsent {
  margin-bottom: 1.25rem;
}
.umbraco-forms-field.dataconsent .umbraco-forms-label {
  display: none;
}
.umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper input {
  width: auto;
  /*margin-top: rem(5);*/
  margin-right: 1rem;
}
.umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper label {
  width: 90%;
}
.umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper label p {
  margin-top: 0;
}
.umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper label ol {
  padding-left: 1.2rem;
  margin: 0;
}
.umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper input[type=hidden] {
  display: none;
}
.umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper .field-validation-valid, .umbraco-forms-field.dataconsent .umbraco-forms-field-wrapper .field-validation-error {
  margin-top: 0.5rem;
}

.fakeCheckbox {
  margin-top: 0.875rem;
}
.fakeCheckbox_consent {
  margin-top: 0;
}

.fileupload {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: flex-start;
}
.fileupload .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.fileupload .inputfile + label {
  cursor: pointer;
  border: 0.125rem solid #EC7803;
  box-sizing: border-box;
  border-radius: 0.375rem;
  padding: 1rem;
  line-height: 1;
}
.fileupload .inputfile + label .fileName {
  max-width: inherit;
  padding: 0;
  font-weight: 700;
  color: #EC7803;
  line-height: 1;
}
.fileupload .inputfile.input-validation-error + label {
  border-color: #E9594C;
  color: #E9594C;
}

.captcha .umbraco-forms-label {
  display: none;
}

.hidden {
  display: none;
}

.umbraco-forms-hidden {
  display: none !important;
}

.umbraco-forms-navigation {
  text-align: right;
}
.umbraco-forms-navigation .col-md-12 {
  align-items: flex-end;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .umbraco-forms-form {
    margin-top: 1.75rem;
  }
  .row-fluid {
    display: block;
  }
  .row-fluid > div {
    margin-bottom: 1rem;
  }
  .row-fluid > div.umbraco-forms-container:last-child {
    margin-bottom: 0;
  }
  .row-fluid > div.col-md-6, .row-fluid > div.col-md-4 {
    width: 100%;
  }
  .row-fluid > div.col-md-12 {
    margin-bottom: 1rem;
  }
  .row-fluid > div.col-md-12 .umbraco-forms-field:last-child {
    margin: 0;
  }
  .row-fluid > div.col-md-12 .captcha {
    margin: 1rem 0;
  }
  .umbraco-forms-field.codepostal .umbraco-forms-field-wrapper input {
    max-width: 50%;
  }
  .umbraco-forms-navigation {
    margin-top: 1rem;
    text-align: left;
  }
}
