/* bnpp sans */
@font-face {
    font-family: "bnpp-sans";
    src: url("/dist/fonts/bnpp-sans-light-webfont.woff2") format("woff2"), url("/dist/fonts/bnpp-sans-light-webfont.woff") format("woff");
    font-weight: 100;
}

@font-face {
    font-family: "bnpp-sans";
    src: url("/dist/fonts/bnpp-sans-webfont.woff2") format("woff2"), url("/dist/fonts/bnpp-sans-webfont.woff") format("woff");
    font-weight: 400;
}

/* bnpp expansed sans */
@font-face {
    font-family: "bnpp-expanded-sans";
    src: url("/dist/fonts/bnpp-expanded-sans-light.woff2") format("woff2"), url("/dist/fonts/bnpp-expanded-sans-light.woff") format("woff");
    font-weight: 100;
}

@font-face {
    font-family: "bnpp-expanded-sans";
    src: url("/dist/fonts/bnpp-expanded-sans.woff2") format("woff2"), url("/dist/fonts/bnpp-expanded-sans.woff") format("woff");
    font-weight: 400;
}

@font-face {
    font-family: "bnpp-expanded-sans";
    src: url("/dist/fonts/bnpp-expanded-sans-bold.woff2") format("woff2"), url("/dist/fonts/bnpp-expanded-sans-bold.woff") format("woff");
    font-weight: 700;
}

/* open sans */
@font-face {
    font-family: "opensans";
    src: url("/dist/fonts/opensans-regular.woff2") format("woff2"), url("/dist/fonts/opensans-regular.woff") format("woff");
    font-weight: 400;
}

@font-face {
    font-family: "opensans";
    src: url("/dist/fonts/opensans-semibold.woff2") format("woff2"), url("/dist/fonts/opensans-semibold.woff") format("woff");
    font-weight: 600;
}

/* icon-bpf */
@font-face {
    font-family: "icon-bpf";
    src: url(/dist/fonts/icon-bpf.woff2) format("woff2"), url(/dist/fonts/icon-bpf.woff) format("woff");
}

* {
    box-sizing: border-box;
}

body,.bt {
    color: #18332f;
    font-family: "opensans",sans-serif;
    font-size: 1.0625rem;
    line-height: 1.5
}

body,
.bt {
    color: #18332f;
    font-size: 1.0625rem;
    line-height: 1.5
}

.back-container {
    padding-top: 3.8rem;
    padding-bottom: 6.25rem;
    background: url('/dist/img/bg-contact.jpg') 0 0 fixed no-repeat;
    background-size: cover;
}

h1,
h3,
.h1,
.h3 {
    font-family: "bnpp-expanded-sans", sans-serif;
    font-weight: 100;
}

h2,
h4,
h5,
h6,
.h2,
.h4,
.h5,
.h6 {
    font-family: "bnpp-expanded-sans", sans-serif;
    font-weight: 700;
}

h2.light,
h4.light,
h5.light,
h6.light,
.h2.light,
.h4.light,
.h5.light,
.h6.light {
    font-family: "bnpp-expanded-sans", sans-serif;
    font-weight: 100;
}

h4,
h5,
h6,
.h4,
.h5,
.h6,
.h7 {
    line-height: 1.5
}

@media screen and (max-width: 767px) {

    h4,
    h5,
    h6,
    .h4,
    .h5,
    .h6,
    .h7 {
        line-height: 1.25
    }
}

h1,
.h1 {
    font-size: 4.6875rem;
    line-height: 1;
    text-transform: uppercase
}

@media screen and (max-width: 991px) {

    h1,
    .h1 {
        font-size: 3.75rem
    }
}

@media screen and (max-width: 767px) {

    h1,
    .h1 {
        font-size: 2.5rem
    }
}

@media screen and (max-width: 575px) {

    h1,
    .h1 {
        font-size: 2rem;
        letter-spacing: -3px
    }
}

h2,
.h2 {
    font-size: 3.125rem;
    line-height: 1.5
}

@media screen and (max-width: 767px) {

    h2,
    .h2 {
        font-size: 1.75rem;
        line-height: 1.25
    }
}

@media screen and (max-width: 575px) {

    h2,
    .h2 {
        font-size: 1.5625rem
    }
}

h3,
.h3 {
    font-size: 2.625rem;
    line-height: 1.25
}

@media screen and (max-width: 767px) {

    h3,
    .h3 {
        font-size: 1.5625rem;
        line-height: 1
    }
}

h4,
.h4 {
    font-size: 2.125rem
}

@media screen and (max-width: 767px) {

    h4,
    .h4 {
        font-size: 1.25rem
    }
}

h5,
.h5 {
    font-size: 1.75rem
}

@media screen and (max-width: 767px) {

    h5,
    .h5 {
        font-size: 1.25rem
    }
}

h1 {
    margin-left: 7%;
    color: white;
    font-size: 4.6875rem;
    line-height: 1.25;
    font-weight: 100;
    text-transform: uppercase;

    @media screen and (max-width:1120px) {
        font-size: 50px;
        line-height: 1;
        margin-bottom: 25px;
    }

    @media screen and (max-width:991px) {
        font-size: 30px;
        line-height: 1;
        margin-bottom: 25px;
    }
}

h1,
h3,
.h1,
.h3 {
    font-family: "bnpp-expanded-sans", sans-serif;
    font-weight: 100;
}

.text-underline {
    text-decoration: underline
}

img {
    max-width: 100%
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.hidden {
    display: none !important
}

/* Icons */

[class^="icon-"],
[class*=" icon-"] {
    font-family: "icon-bpf" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-login_lock:before {
    content: "\e926"
}

.icon-alarm:before {
    content: "\e902"
}

.icon-location:before {
    content: "\e925"
}

.icon-carnet_adresse:before {
    content: "\e947"
}

.icon-securite:before {
    content: "\e948"
}

.icon-instagram:before {
    content: "\e974"
}

.icon-linkedin:before {
    content: "\e924"
}

.icon-x:before {
    content: "\e973"
}

.icon-youtube:before {
    content: "\e975"
}

.icon-menu:before {
    content: "\e928"
}

.icon-fermer:before {
    content: "\e917"
}

.icon-down:before {
    content: "\e912"
}

.icon-up:before {
    content: "\e93f"
}

.icon-fleche_prev:before {
    content: "\e949"
}

/* Popins */

.popin {
    text-align: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 25px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    max-width: 600px;
    z-index: 300
}


/* Forms */

.message.error {
    margin: 8px 0;
    border-radius: 5px;
    background-color: #ca6767;
    padding: 6px 10px;
    color: white;
}

.main {
    margin: 40px 7% 20px 7%;
    padding: 30px;
    background-color: white;
}

@media(min-width: 992px) {
    .main {
        margin: 40px 0 0 20%;
        padding: 50px;
    }
}

.confirm {
    margin: 20px 0 120px 0;
    max-width: 700px;
}

.confirm .title {
    margin-bottom: 30px;
    color: #a6843a;
    font-size: 24px;
}

.confirm .back-button {
    margin-top: 40px;
    padding: 8px 20px 8px 15px;
    display: inline-block;
    background-color: #18332f;
    color: white;
    font-weight: 100;
    text-decoration: none;
}

form {
    font-family: "bnpp-sans", sans-serif;
    font-weight: 300;
    margin: 0;
}

form .field .error {
    color: #c91c1c;
    font-size: 85%;
    font-weight: bold;
}

form .field,
form .disclaimer {
    margin: 30px 0;
    color: #666;
    max-width: 700px;
}

form label {
    display: block;
    margin: 5px 0 5px 0;
    font-weight: 700;
}

form .placeholder {
    margin-top: -5px;
    font-size: 90%;
}

form input::placeholder,
form textarea::placeholder {
    color: #ddd;
}

form input[type=text],
form input[type=email],
form select,
form textarea {
    padding: 4px 6px;
    border: none;
    width: 100%;
    font-size: 1em;
    font-weight: 100;
    /* border: solid 1px #F3F3F3; */
    border-bottom: solid 1px #ccc;
}

form .has-error input,
form .has-error textarea {
    border: solid 2px #c91c1c;
}

form input[type="radio"] {
    /* border: 0;
    position: absolute;
    clip: rect(0 0 0 0);
    overflow: hidden; */
    opacity: 0;
    position: absolute;
}

form input[type="radio"]+label {
    display: inline-block;
    padding: 0.3rem 0.5rem;
    border: 1px dashed #a6843a;
}

form input[type="radio"]:checked+label {
    background-color: #a6843a;
    color: white;
    border: 1px solid #a6843a;
}

form input[type="radio"]:focus+label {
    outline: 2px auto Highlight;
    outline: 2px auto -webkit-focus-ring-color;
    background-color: #dcaf4f;
}

form .disclaimer {
    font-weight: 100;
}

form .disclaimer .title {
    font-family: "bnpp-expanded-sans";
    margin: 30px 0 15px 0;
    font-weight: 700;
}

form .submit button {
    display: block;
    padding: 15px 40px;
    margin: 40px auto 30px auto;
    -webkit-text-size-adjust: 100%;
    color: #fff;
    background-color: #a6843a;
    border: 2px solid #a6843a;
    font-size: 1.0625rem;
    font-weight: 700;
    transition: opacity .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    line-height: 26px;
    cursor: pointer;
}

.button .icon-fleche_next:before {
    content: "\e918";
    display: inline-block;
    margin-left: 1.25rem;
    margin-right: -20px;
    vertical-align: middle;
    font-size: 26px
}

.mandatory-message {
    color: #A0A0A0;
}

.message-404 {
    font-size: 28px;
}

.legals-404 {
    margin-top: 80px;
    font-size: 80%;
}

/* Responsive */


.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media(min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}