body {
    background-color: #212123;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
}

.text_56 {
    font-size: 56px;
    letter-spacing: 4px;
    line-height: 59px;
    font-family: "Airstrike Academy", sans-serif;
}

.text_44 {
    font-size: 44px;
    font-family: "Airstrike", sans-serif;
    letter-spacing: 4px;
    line-height: 47px;
    text-shadow: 0 0 12px;
}

.text_38 {
    font-size: 38px;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: "Airstrike Academy", sans-serif;
}

.text_42 {
    font-size: 42px;
    letter-spacing: 4px;
    line-height: 46px;
    font-family: "Airstrike 3D", sans-serif;
}

.text_33 {
    font-size: 32px;
    letter-spacing: 1px;
    line-height: 34px;
    font-family: "Airstrike", sans-serif;
}

.text_33 {
    font-size: 33px;
    letter-spacing: 1px;
    line-height: 36px;
    font-family: "Airstrike", sans-serif;
}

.text_26 {
    font-size: 26px;
    line-height: 32px;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-weight: 500;
}

.text_27 {
    font-size: 27px;
    line-height: 33px;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
}

.text_17 {
    font-size: 17px;
    line-height: 20px;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-weight: 300;
}

.color-gold {
    color: #D9B464;
}

a.btn_normal {
    width: 297px;
    height: 55px;
    background-color: #D9B464;
    border: 1px solid #E3BE69;
    border-radius: 50px;
    color: #ffffff;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    transition: 0.5s;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0px 14px 20px 0px #d9b46480;
}
a.btn_normal:hover {
    background-color: #E3BE69;
    transition: 0.4s;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #d9b464;
    outline: 2px solid #d9b464;
}

.video-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}
.video-section video {
    position: absolute;
    top: 60%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translate(-50%, -50%);
}
.video-section .video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 100%;
}
.video-section h1 {
    color: #ffffff;
}
.video-section h1 span {
    color: #D9B464;
}

.flou {
    border-radius: 43px;
    background-color: #00000008;
    backdrop-filter: blur(10px);
    padding: 35px;
    max-width: 785px;
    margin: 30px auto;
    border: 1px solid #d9b4645c;
    padding-bottom: 45px;
    margin-top: 65px;
}

.section_1 h2 {
    margin-bottom: 25px;
}

.section_2 {
    max-width: 815px;
    margin: 0 auto;
    padding-bottom: 45px;
    padding-top: 45px;
}
.section_2 .top-section h2 {
    margin-bottom: 25px;
}

.section_3 {
    max-width: 1150px;
    margin: 20px auto;
}
.section_3 h3 {
    text-transform: uppercase;
}

.width-bord {
    background-color: #2121234a;
    margin-bottom: 25px;
    border-radius: 10px;
    padding: 8px;
    transition: 0.5s;
    border: 1px solid #333336;
    box-shadow: -1px 9px 20px -10px #d9b46480;
}
.width-bord img {
    border-radius: 10px;
}
.width-bord:hover {
    box-shadow: none;
    transition: 0.5s;
}

.bloc-top {
    margin-bottom: 25px;
}
.bloc-top span.text_32.color-gold {
    display: block;
    font-family: "airstrike";
    font-size: 32px;
}

.section_4 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.section_4 .bloc-bottum {
    margin-top: 25px;
    margin-bottom: 25px;
}

.section_5 {
    min-height: 548px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-image: url(/assets/img/ullistrater.jpg);
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed !important;
    background-position: top right !important;
}

img.img-svg {
    width: fit-content;
    transition: 0.5s;
}

.bloc_icon.avec_bg {
    cursor: pointer;
    height: 144px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/assets/img/forme_rond.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 144px;
    margin: 5px auto;
    transition: 0.5s;
}
.bloc_icon.avec_bg:hover {
    transform: rotate(45deg);
    transition: 0.5s;
}
.bloc_icon.avec_bg:hover img {
    transform: rotate(315deg);
    transition: 0.4s;
}

.boite_icon {
    display: flex;
    flex-direction: column;
    gap: 15px 0px;
}

.boite_review {
    cursor: pointer;
    background-color: #D9B464;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px 0px;
    border-radius: 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    min-height: 390px;
    box-shadow: 0px 20px 20px -11px #d9b464;
    transition: 0.6s;
}
.boite_review .stars {
    display: flex;
    align-items: center;
    gap: 0 4px;
}
.boite_review .stars i.metagold_star {
    width: 16px;
    height: 16px;
    background-image: url(/assets/img/star.svg);
    display: block;
    background-size: contain;
}
.boite_review .bg_quote {
    background-image: url(/assets/img/quotes.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

.boite_review:hover {
    box-shadow: none;
    transition: 0.6s;
}

.boite_review:hover:after {
    position: absolute;
    content: "";
    width: 95%;
    height: 95%;
    top: 8px;
    left: 8px;
    border: 1px solid #efd293;
    border-radius: 10px;
    transition: 1s;
    transition: height 0.15s ease-out, width 0.15s ease-out 0.15s;
}

.color-black {
    color: #212123;
}

.top-section.text-center {
    padding-top: 70px;
    padding-bottom: 50px;
}

.section_6 {
    padding-bottom: 70px;
}

.text_18 {
    font-size: 18px;
    font-weight: 500;
}

.section_6 {
    background-image: url(/assets/img/disent_fond.png);
    background-size: cover;
    background-position: center center;
}

.text_21 {
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0.1px;
    font-weight: 500;
}

.boite_icon {
    margin-bottom: 35px;
}

.text_23_extra {
    font-size: 23px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    line-height: 28px;
}

.text_23_med {
    font-size: 23px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1px;
}

.bloc-bottum {
    margin-top: 35px;
}

.text_23_med span {
    font-family: "airstrike";
    font-size: 30px;
}

.section_7 {
    padding-top: 25px;
    padding-bottom: 35px;
}

form.formualire-mail.contact-form.contact {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px 0px;
    justify-content: space-between;
}
form.formualire-mail.contact-form.contact .form-group {
    width: 50%;
}
form.formualire-mail.contact-form.contact input.contact_input {
    width: 100%;
    max-width: 510px;
    height: 70px;
    border-radius: 35px;
    padding: 10px 30px;
    background-color: transparent !important;
    outline: none;
    box-shadow: none;
    border: 1px solid #333336;
    box-shadow: -1px 9px 20px -10px #d9b46480;
    color: #ffffff;
}
form.formualire-mail.contact-form.contact input.contact_input:hover {
    box-shadow: none;
    transition: 0.5s;
}
form.formualire-mail.contact-form.contact textarea.contact_input {
    padding: 25px;
    color: #fff;
}
form.formualire-mail.contact-form.contact input.contact_input::placeholder {
    font-size: 14px;
    color: #777C7E;
}
form.formualire-mail.contact-form.contact .form-group.full_with {
    width: 100%;
}
form.formualire-mail.contact-form.contact textarea.contact_input {
    width: 100%;
    background: transparent !important;
    border: 1px solid #333336;
    box-shadow: -1px 9px 20px -10px #d9b46480;
    border-radius: 35px;
    min-height: 215px;
    color: #ffffff;
}
form.formualire-mail.contact-form.contact textarea.contact_input:hover {
    box-shadow: none;
    transition: 0.5s;
}
form.formualire-mail.contact-form.contact button.submit.enabled.btn-submit {
    float: right;
    width: 168px;
    height: 55px;
    background-color: #BF9A4B;
    border: 1px solid #E3BE69;
    border-radius: 50px;
    color: #ffffff;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    transition: 0.5s;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    box-shadow: 0px 14px 20px 0px #d9b46480;
}
form.formualire-mail.contact-form.contact button.submit.enabled.btn-submit:hover {
    transition: 0.4s;
    background-color: transparent;
    box-shadow: none;
    border: 1px solid #d9b464;
    outline: 2px solid #d9b464;
}
form.formualire-mail.contact-form.contact section.section.section_7.section_contenu {
    padding-bottom: 100px;
}
form.formualire-mail.contact-form.contact label.form-check-label {
    font-size: 14px;
    color: #777C7E;
}
form.formualire-mail.contact-form.contact input.form-check-input {
    background-color: transparent;
    border-radius: 50px !important;
    width: 25px;
    height: 25px;
    accent-color: #bf9a4b;
    border-color: #777C7E;
    transition: 0.6s;
}
form.formualire-mail.contact-form.contact .custom_check {
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 0 10px;
}
form.formualire-mail.contact-form.contact .form-check-input:checked {
    background: #bf9a4b;
    border-color: #bf9a4b;
}
form.formualire-mail.contact-form.contact .form-check-input:focus {
    border-color: #bf9a4b;
    outline: 0;
    box-shadow: 0 0 0 -0.75rem #bf9a4b;
}

input.contact_input:hover, input.contact_input::focus, input.contact_input::active, textarea.contact_input::focus, textarea.contact_input::active {
    box-shadow: none;
    transition: 0.6s;
}

.form_metagold {
    max-width: 1069px;
    margin: 0 auto;
}

footer {
    background-color: #070500;
    padding: 20px 0;
    min-height: 73px;
    color: #777C7E;
    font-size: 16px;
}
footer .col-12.col-md-6.text-center.text-md-left.mb-3.mb-md-0 {
    display: flex;
    align-items: start;
    gap: 0 10px;
}
footer .text-md-right {
    text-align: right !important;
}
footer a {
    text-decoration: none;
    transition: 0.5s;
    color: #777C7E;
}

footer a:hover {
    color: #bf9a4b;
    transition: 0.6s;
}

section.section.section_8.section_contenu {
    padding-bottom: 100px;
}

.semibold {
    font-weight: 500;
}

small.form-text.text-danger {
    position: relative;
    margin-left: 30px;
    font-size: 11px;
    top: 20px;
    width: 100%;
    float: left;
}

.form-check.custom_check small {
    position: absolute;
    margin-left: 10px;
}

label#conditionsLabel a {
    color: #bc984a;
    text-decoration: none;
}

/* pages internes */
body.interne header {
    position: sticky;
    top: -3px;
    background-color: #020100;
    max-width: 100%;
    margin-bottom: 0px;
}
body.interne header nav {
    max-width: 1650px;
    margin: 0 auto;
    padding-bottom: 0;
    padding-top: 0;
}
body.interne p.text_17 strong {
    font-weight: bold;
}
body.interne .text_17.color-black strong {
    font-weight: bold;
}
body.interne .section_contenu {
    padding-bottom: 80px;
}
body.interne .section_contenu_interne {
    padding: 60px 0px;
}
body.interne .section_contenu_interne strong {
    color: #d9b464;
    font-weight: bold;
}
body.interne .no_shadow {
    min-height: 171px !important;
    box-shadow: none !important;
}
body.interne .text_17.color-black strong {
    font-weight: bold;
}
body.interne .section_10 {
    background-color: #020100;
    background-size: cover;
    background-position: center center;
    min-height: 296px;
}

.boite_icon, .bloc-img.width-bord, input {
    cursor: pointer !important;
}

.blockquotes {
    min-height: 223px;
    background-color: #D9B464;
    border-radius: 10px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.blockquotes .quotes_ {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blockquotes .quotes_ img.quote {
    width: 166px;
    height: 66px;
    object-fit: contain;
}
.blockquotes .content_block {
    max-width: 60%;
}
.blockquotes span.text_29 {
    font-family: "airstrike";
    font-size: 29px;
    letter-spacing: 4px;
    line-height: 31px;
}

.avec_before {
    position: relative;
}

.avec_before:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 66%;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(/assets/img/fond_entete.jpg);
    z-index: -1;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.text_20 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
}

span.text_22_semi.color-gold {
    font-weight: 600;
    font-family: "Airstrike";
    font-size: 22px;
    letter-spacing: 4px;
    line-height: 23px;
}

body.lemeta .no_shadow {
    min-height: 200px !important;
}
body.lemeta .text_38 .color-gold {
    font-family: "Airstrike Academy", sans-serif;
    letter-spacing: 4px;
}
body.lemeta .text_38 {
    font-family: "Airstrike", sans-serif;
}

.number_boite {
    display: flex !important;
    align-items: center;
    flex-direction: row;
    gap: 0px 25px;
    margin-bottom: 0;
    padding-right: 35px;
}
.number_boite .bg_number {
    min-width: 116px !important;
    margin: 0 !important;
    width: 116px !important;
    background-image: url(/assets/img/bg_number.svg) !important;
    font-weight: 900;
    color: #c8a65c;
    font-style: italic;
}

.semi_italic, .semiitalic {
    font-weight: 600;
    font-style: italic;
}

.text_19 {
    font-size: 19px;
    font-weight: 700;
    font-style: italic;
}
.text_19 span {
    font-weight: 900;
}

.text_17 a {
    color: #fff;
}

.text_23 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 28px;
}
.text_23 span {
    font-family: "Airstrike";
    font-size: 27px;
    letter-spacing: 4px;
    line-height: 29px;
}

body.interne.lemeta .section_contenu {
    padding-bottom: 0;
}
body.interne.lemeta .col-md-12 .no_shadow {
    min-height: auto !important;
    margin-top: 0 !important;
}

img.spec_svg {
    width: fit-content;
    margin-bottom: 15px;
}

.fluid .top-section.text-center {
    max-width: 50%;
    margin: 0 auto;
}
.fluid .top-section .text_17 {
    margin-top: 34px;
}
.fluid .top-section .text_17 strong {
    color: #d9b464;
}

section.section.section_5.section_contenu.fluid {
    padding-bottom: 50px !important;
}

.three_d {
    font-family: "Airstrike 3D" !important;
    letter-spacing: 4px;
}

.extra-bold {
    font-weight: 700;
    margin-top: 25px;
    letter-spacing: 1px;
}

.boite_review {
    position: relative;
}

.no_shadow:before {
    display: none;
}

body.interne .boite_review:hover:after {
    display: none;
}

@media (min-width: 992px) {
    .flex-direction-row-reverse {
        flex-direction: row-reverse;
    }

    .avec_before .width-bord {
        max-width: 987px;
        margin: 0 auto;
        display: block;
    }
    .avec_before .width-bord img {
        border-radius: 18px;
    }
}
@media (max-width: 1279px) {
    .container {
        max-width: 100%;
    }

    header.header .navbar .navbar-brand img {
        min-width: 100%;
    }

    header.header {
        padding: 0 20px;
    }

    header.header .navbar .navbar-brand {
        position: relative;
        left: 0;
        transform: none;
    }

    .navbar-expand-lg {
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
    }

    .fluid .top-section.text-center {
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .navbar-toggler {
        background: #d9b464;
        position: absolute;
        left: 0;
        top: 36px;
    }

    header.header {
        top: 0;
    }

    body br {
        display: none;
    }

    .col-md-3.col-sm-6.col-xs-12.text-left {
        width: 50%;
    }

    footer .text-md-right {
        text-align: center !important;
    }

    footer .col-12.col-md-6.text-center.text-md-left.mb-3.mb-md-0 {
        align-content: center !important;
        justify-content: center;
    }

    .blockquotes {
        max-width: 90%;
        margin: 0 auto;
    }
    .blockquotes .content_block {
        padding: 25px 20px;
        max-width: 100%;
    }
    .blockquotes p.text_23_extra {
        max-width: 60%;
        margin: 10px auto;
    }
    .blockquotes .quotes_ {
        top: 30px;
        padding: 0 10px;
    }
    .blockquotes .quotes_ img.quote {
        width: 90px;
        height: auto;
    }

    body.interne .section_1 {
        padding-top: 0;
    }
    body.interne .text_44 {
        font-size: 34px;
        line-height: 40px;
    }
    body.interne .section_contenu_interne {
        padding: 25px 0;
    }
    body.interne .width-bord {
        margin-bottom: 0;
    }
    body.interne .top-section.text-center {
        padding-top: 0;
        padding-bottom: 0;
    }
    body.interne .section_5 {
        padding-top: 50px;
    }

    .three_d {
        letter-spacing: 0px;
    }

    header.header {
        padding: 0px;
    }
    header.header div#navbarNav {
        position: absolute;
        top: 71px;
        width: 100%;
        left: 0;
        background: #020100;
        padding: 20px;
    }
    header.header header.header {
        padding: 0;
    }
    header.header a.nav-link:hover:before, header.header a.nav-link.active:before {
        display: none;
    }
    header.header .navbar-toggler {
        left: 10px;
    }

    header.header .navbar-toggler {
        top: 20px;
    }

    body.interne header.header .navbar-toggler {
        top: 13px;
    }

    .avec_before:before {
        height: 46%;
    }

    .main {
        padding: 25px 0px;
    }
}
@media (max-width: 768px) {
    .section_1 {
        padding-top: 32px;
    }

    .text_56 {
        font-size: 36px;
        line-height: 39px;
    }

    .text_38 {
        font-size: 28px;
        line-height: 32px;
    }

    .text_42 {
        font-size: 28px;
        line-height: 30px;
    }

    .text_33 {
        font-size: 23px;
        line-height: 28px;
    }

    .text_23_med, .text_23_extra {
        font-size: 18px;
        line-height: 23px;
    }

    .text_27 {
        font-size: 22px;
        min-width: 25px;
    }

    header.header {
        position: relative;
    }

    .video-section .video-content {
        top: 50%;
        padding: 0 20px;
    }

    .video-section video {
        top: 0;
        height: 1900px;
    }

    .video-section {
        min-height: 920px;
    }

    .flou {
        background-color: transparent;
    }

    a.navbar-brand {
        right: 0;
        margin-right: 0;
        width: 60%;
    }

    header.header .navbar .navbar-brand img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 576px) {
    .col-md-3.col-sm-6.col-xs-12.text-left, form.formualire-mail.contact-form.contact .form-group, form.formualire-mail.contact-form.contact input.contact_input {
        width: 100%;
    }

    a.btn_normal {
        width: 100%;
    }
}
@media (min-width: 992px) {
    section.section.video-section {
        min-height: 955px;
        height: auto;
        top: 0;
        position: relative;
    }

    .video-section video {
        top: 45%;
    }
}
button.accordion-button {
    background: transparent !important;
    border-radius: 35px !important;
    padding: 10px 30px;
    background-color: transparent !important;
    outline: none;
    border: 1px solid #333336;
    box-shadow: -1px 9px 20px -10px #d9b46480;
    color: #7a7a7a;
}

h2.accordion-header {
    background: transparent !important;
    border: none;
}

.accordion-item {
    background-color: transparent;
    color: #fff;
    border: none;
    margin-bottom: 0px;
}

.accordion-button::after {
    color: #d5b062;
    content: ">";
    border-radius: 100%;
    text-align: center;
    font-weight: bold;
    font-family: cursive;
    transform: rotate(85deg);
    font-size: 16px;
}

.accordion-button:not(.collapsed) {
    color: #7a7a7a;
    box-shadow: none;
    outline: none;
}

.question_form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 0px;
    margin-top: 30px;
    margin-bottom: 10px;
    width: 100%;
}

.question_form label {
    font-size: 14px;
    width: 50%;
}

.question_form input, .question_form select {
    border-radius: 35px;
    padding: 10px 30px;
    background-color: transparent !important;
    outline: none;
    box-shadow: none;
    border: 1px solid #333336;
    box-shadow: -1px 9px 20px -10px #d9b46480;
    color: #fff;
}

.question_form select option {
    background: #bf9a4b;
}

.question_form select {
    font-size: 14px;
}

button:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none !important;
}

input#file {
    background: #bf9a4b;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 10px;
    font-family: "Montserrat";
}

.form-group.full_with.fichier {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

input[type=file]::file-selector-button {
    border: 2px solid #bf9a4b;
    padding: 0.2em 0.4em;
    border-radius: 0.2em;
    background-color: #bf9a4b;
    transition: 1s;
    color: #fff;
    font-size: 14px;
}

input[type=file]::file-selector-button:hover {
    background-color: #212123;
    font-size: 14px;
    border: 2px solid #212123;
    color: #fff;
}

#conditionsPanel {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

div#conditionsPanel {
    height: 150px;
    overflow-y: scroll;
    background: #212123;
    font-size: 12px;
    line-height: normal;
    border-radius: 10px;
    margin-top: 7px;
}

div#conditionsPanel h2 {
    font-size: 12px;
    color: #bf9a4b;
}

div#conditionsPanel strong {
    font-weight: bold;
    color: #bf9a4b;
}

@media (max-width: 768px) {
    .question_form label {
        width: 100%;
    }

    .form-group.full_with.fichier {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 15px 0px;
    }

    .question_form select, .question_form input {
        width: 100%;
    }
}