/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Navigations
# Animations
# Mobile Nav
# Popup
# Page Header
--------------------------------------------------------------*/

.react-cookienotice-root  {
    z-index: 999;
}


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
    --thm-font: 'Montserrat', sans-serif;
    --thm-base: #4E7093;
    --thm-base-rgb: 78, 112, 147;
    --thm-black: #3B3B3B;
    --thm-red: #FF000081;
    --thm-red-full: #FF0000;
    --thm-black-rgb: 1, 2, 18;
    --thm-gray: #799622;
    --thm-gray-rgb: 121, 150, 34;
    --thm-color-1: #707071;
    --thm-color-1-rgb: 112, 112, 113;
}

.btn-primary {
    background-color: var(--thm-base);
    border-radius: 25px;
}

.btn-success {
    background-color: var(--thm-gray);
    border-radius: 25px;
}

.btn-danger {
    background-color: var(--thm-red-full);
    border-color: var(--thm-red-full) !important;
    border-radius: 25px;
}

.btn-warning {
    /* background-color: var(--thm-red-full); */
    /* border-color: var(--thm-red-full) !important; */
    border-radius: 25px;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

body {
    font-family: var(--thm-font);
    color: var(--thm-black);
    font-size: 16px;
    line-height: 34px;
    font-weight: 600;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--thm-black);
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--thm-primary);
    font-weight: 700;
    font-family: var(--thm-font-2);
    margin: 0;
}

p {
    margin: 0;
}

.noSelect {
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

p,
a {
    line-height: 30px;
}

a {
    color: var(--thm-base);
}

a:hover {
    color: var(--thm-gray);
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

#form {
    background: url(../images/home_cmcas.jpg);
    height: 100vh;
}

section#form:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000073;
}

#form .row,
#form .container {
    height: 100%;
}


.login-box {
    background: #fff;
    border-radius: 197px;
    box-shadow: 0px 0px 10px #00000029;
    width: 913px;
    padding: 30px 0;
    height: 394px;
    z-index: 999;
    position: r
}

.login-form {
    min-height: 270px;
}

.login-form form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.picto img {
    width: 50px;
}

.login-box .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -25px;
}

.nosearch input {
    display: none;
}

.login-box img.logo {
    width: 139px;
}

.login-title {
    text-align: center;
    color: var(--thm-base);
    font-weight: 800;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.logo.mobile {
    display: none;
}

.logo .shape {
    width: 136px;
    height: 136px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.label.vert {
    color: #799622;
    font-weight: 800;
    font-size: 18px;
    text-align: left;
}

.file__value.valide:after {
    content: inherit !important;
    display: none !important;
}

.litlespan {
    font-size: 19px;
    font-weight: 400;
}

.modal_label {
    color: #707071;
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
}

.data_val {
    font-size: 18px;
    font-weight: 800;
}

.data_val i {
    font-size: 30px;
    vertical-align: middle;
}

.data_val.vert {
    color: #799622;
}

.data_val.red {
    color: #FF0000;
}

.reservation-btn.disable {
    opacity: 0.5;
}

.print a {
    background-color: #707071 !important;
    padding: 22.2px 23px !important;
    width: 60px !important;
    min-width: 96px !important;
}

.print a:hover i {
    color: #fff;
}

.print a i {
    font-size: 30px;
}

.vert.disable {
    color: #E0E0E0 !important;
}

.addbtn.disable a {
    background: #E0E0E0;
    pointer-events: none;
    border: 0;
}

.red.disable {
    pointer-events: none;
    border: 0;
}

.rgpd {
    display: flex;
}

td .rgpd .input-label {
    left: 42% !important;
}

.passcontainer {
    position: relative;
}

.passcontainer svg {
    position: absolute;
    right: 5px;
    top: 3px;
    cursor: pointer;
}

.closed-eye {
    display: block;
    transition: all 0.3s ease;
}

.closed-eye.show {
    display: none;
}

.passcontainer svg path {
    fill: var(--thm-base);
}

@media(min-width:1024px) {
    .pd-left {
        padding-right: 9.1%
    }

    #footer .footer-content {
        left: 20%;
    }

    .index #footer .footer-content {
        left: inherit;
    }

    textarea {
        height: 119px;
    }

    .mg-l-5 {

        margin-left: 17px;
    }

    div#tabledata_wrapper,
    .ml-50 {
        margin-left: 50px;
    }

    .mg-l-5-first {
        margin-top: 30px;
    }

    .reservation-btn a {
        min-width: 240px;
        margin-left: 15px;
    }

    .p-left-15 .form-group {
        padding-left: 15px;
    }

    .p-left-15 .m-right50 {
        padding-left: 35px;
    }
}

@media(max-width:1024px) {
    .logo.mobile {
        display: block;
        margin-bottom: 35px;
    }

    .as_separator .card-body:before {
        display: none;
    }

    .cgt {
        font-size: 22px !important;
        font-weight: 800;
        line-height: 30px !important;
    }

    .euro {
        width: fit-content;
        margin: 0 auto;
    }

    .card .label {
        font-size: 14px !important;
    }

    .rgpd {
        display: flex;
    }

    .card-title {
        font-size: 16px !important;
    }

    .card .value {
        font-size: 15px !important;
        line-height: 20px !important;
    }

    .reservation-btn a {
        font-size: 16px !important;
        padding: 12px 30px !important;
    }

    .card .content .data {
        margin-left: 0 !important;
        font-size: 14px;
    }

    .removediv {
        position: absolute !important;
        bottom: 28px;
        right: 22px;
    }

    .group_grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr !important;
        grid-gap: 5px;
        position: relative !important;
    }

    .group_grid .inner_grid {
        margin: inherit !important;
    }

    body #switch #weekend .dropdown-options label,
    body #switch #day .dropdown-options label {
        color: var(--thm-base) !important;
        display: none;
    }

    body #switch .form-group label {
        color: var(--thm-base) !important;
    }

    .group_grid input {
        margin: 0 auto;
    }

    .group_grid {
        flex-direction: column;
    }

    .flex-mobile {
        flex-direction: column-reverse;
        align-items: center;
    }

    .modal-content {
        max-height: 80vh;
        overflow-y: scroll;
    }

    .flex-mobile a {
        font-size: 16px !important;
        padding: 10px 15px;
        width: 100% !important;
    }

    .modal.fade .modal-dialog {
        width: 95%;
    }

    .modal-dialog .heading .rsm {
        padding: 8px 10px !important;
    }

    .modal .card .value {
        margin-left: 0;
    }

    .modal.in {
        padding-left: 0 !important;
    }

    .modal-content {
        padding: 20px 4px 30px !important;
    }

    .mod_footer .btn {
        font-size: 13px !important;
    }

    .gst .rgpd {
        margin-left: 0 !important;
    }

    .gst .rgpd label {
        font-size: 15px !important;
    }

    .gst .form-group {
        margin-left: 39px !important;
    }

    .modal .heading {
        flex-direction: column;
    }

    .modal-body {
        width: 100% !important;
    }

    .highlight.dsbld {
        margin: 15px 0;
    }

    .help {
        flex-direction: column;
        margin-top: 10px;
    }

    .message {
        margin: 41px 0 !important;
    }

    .subhd {
        font-size: 20px !important;
        line-height: 25px !important;
        padding: 30px 40px 20px 40px !important;
    }

    .btnhome {
        margin-top: 50px !important;
    }

    .loginbttm {
        align-items: center !important;
    }

    .loginbttm .col-sm-12 {
        width: 100% !important;
    }

    .forget .form {
        margin-top: inherit !important;
    }

    .logo.mobile img {
        width: 87px;
        height: auto;
    }

    .logo.desktop {
        display: none;
    }

    .login-box {
        width: 295px;
        height: fit-content;
        background: inherit;
        box-shadow: inherit;
        color: #fff !important;
    }

    .form-group {
        display: flex !important;
        flex-direction: column;
        text-align: left !important;
    }

    body .form-group label {
        color: #fff !important;
        font-size: 16px !important;
    }

    .login-title {
        color: #fff;
        font-size: 24px;
        line-height: 29px;
    }

    .login-link a {
        text-align: center;
        color: #fff;
    }

    .login-button,
    .login-button button {
        float: inherit !important;
        text-align: center;
    }
}

.modal .upload__box {
    padding: 0;
}

.form-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: right;
    margin-bottom: 10px;
}

.form-group label {
    margin-right: 10px;
    color: var(--thm-base);
    font-weight: 800;
}

.help a {
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
    text-align: left;
    font-weight: 400;
    color: var(--thm-gray) !important;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 800px;
        width: 100%;
        margin: 1.75rem auto;
    }

    .modal-dialog.cb {
        max-width: 600px;

    }

    .info.paiement {
        margin-bottom: 20px;
    }
}

.help a:first-child {
    margin-right: 30px;
}

.login-button,
.login-button button {
    float: right;
}

.login-button button {
    margin-top: 30px;
}

.login-text {
    font-size: 14px;
    float: right;
}

.loginbttm {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.btn-outline-primary {
    border-radius: 23px;
    padding: 8px 30px;
    color: #fff;
    background: var(--thm-base);
}

.btn {
    font-weight: 800;
    text-transform: uppercase;
    border-color: var(--thm-base);
}

.btn:hover {
    background: #fff;
    color: var(--thm-base);
    border-color: var(--thm-base);
}

.login-link {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    text-align: right;
}

.login-link a {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.index #footer .footer-content {
    background: #fff !important;
}

.index #footer .footer-content a {
    color: var(--thm-base) !important;
}

#footer .footer-content {
    background: var(--thm-base) !important;
    border-radius: 18px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    max-width: 920px;
    width: 100%;
    position: absolute;
    top: -45px;
}

#footer .footer-content a {
    color: #fff !important;
}

.f-content {
    position: relative;
}

.footer-content a {
    margin: 0 10px;
}

.form-group p {
    text-align: left;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}

.form-group.p {
    grid-template-columns: 1fr;
}

.forget .login-title {
    text-align: left;
}

.forget .form {
    margin-top: 70px;
}

/*Side navbar*/
body {
    background-color: #fbfbfb;
}

@media (min-width: 991.98px) {
    main {
        padding-left: 178px;
    }
}

/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0px 0 0;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%), 0 2px 10px 0 rgb(0 0 0 / 5%);
    width: 158px;
    z-index: 600;
}

@media (max-width: 991.98px) {
    .sidebar {
        width: 100%;
    }

    #main-navbar {
        display: block !important;
    }

    main {
        margin-top: 90px !important;
    }

    .contents.liste_patrimoine {
        grid-template-columns: 1fr 1fr !important;
    }

    #main-navbar .container-fluid {
        padding: 0 50px;
    }

    .page-title {
        font-size: 16px !important;
        line-height: 19px !important;
    }

    #footer .footer-content {
        position: relative !important;
        top: inherit !important;
        background-color: inherit !important;
        color: #fff !important;
    }

    #footer {
        background: var(--thm-base);
    }

    .index #footer {
        background: #fff !important;
    }

    #footer .f-content a {
        color: #fff;
    }

    .footer-link {
        display: flex;
        flex-direction: column;
        padding: 5px 0;
    }

    /* .icon_play::before{
        content: "";
        width: 29px;
        height: 32px;
        position: absolute;
        left: 18px;
        top: 10px;
        clip-path: polygon(0 0, 0% 100%, 79% 46%);
        background: #fff;
    } */
    .right-column.filter {
        margin-top: 14px;
    }
}

@media (max-width: 768px) {
    .contents.liste_patrimoine {
        grid-template-columns: 1fr !important;
    }

    main .container {
        padding: 0 35px;
    }

    .detail ul {
        margin: 13px 0 !important;
        line-height: 18px;
    }

    .detail ul li {
        font-size: 14px;
    }

    .d-button a {
        font-size: 14px !important;
    }

    .add_btn {
        margin-left: 0 !important;
        font-size: 16px !important;
    }

    .add_btn div {
        font-size: 25px !important;
        width: 30px !important;
        height: 30px !important;
    }
}

.icon_play {
    position: relative;
}

.sidebar .active {
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

main {
    margin-bottom: 100px !important;
    min-height: 100vh;
}

/* Text Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: 0.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
}

#sidebarMenu .logo img {
    width: 75px;
}

#sidebarMenu .logo {
    margin: 25px 0 25px 0;
}

a.menu img {
    width: 52px;
}

#sidebarMenu {
    background-image: url(../images/home_cmcas.jpg);
    background-position: center;
    background-color: #000000;
}

#main-navbar {
    background-image: url(../images/home_cmcas.jpg);
    background-position: center;
    display: none;
}

.add_btn {
    font-size: 22px;
    line-height: 27px;
    margin-top: 50px;
    margin-left: 48px;
}

.add_btn div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 45px;
    line-height: 40px;
    color: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--thm-base);
    margin-right: 10px;
    transition: all 0.3s ease;
}

.add_btn a {
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.add_btn a:hover>div {
    background: var(--thm-gray);
}

#main-navbar.navbar {
    padding: 0;
}

ul.navbar-nav {
    background: #fff;
    margin: 0 0 15px 0;
    border: 2px solid var(--thm-base);
    border-radius: 0 0 31px 31px;
    border-top: 0;
}

ul.navbar-nav img {
    width: 30px;
}

#main-navbar .container-fluid {
    align-items: flex-start;
}

.navbar-brand {
    background: #fff;
    border-top-color: #fff;
    border-radius: 0 0 31px 31px;
    border: 2px solid var(--thm-base);
    border-top: 0;
}

.nav-link {
    margin: 0 8px;
}

.navbar-brand img {
    width: 50px;
    height: auto;
}

.navbar-light .navbar-brand {
    position: absolute;
    width: 64px;
    height: 88px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-container {
    background: #fff;
    margin: 0 35px;
    border: 2px solid var(--thm-base);
    border-radius: 0 0 51px 51px;
    border-top: 0;
}

.list-group-flush>.list-group-item {
    border-width: 0;
}

.menu-admin img {
    padding-top: 10px;
    border-top: 2px solid var(--thm-base);
}

/* contenu */
.contents.liste_patrimoine {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin: 70px 0 110px 0;
}

.page-title::before {
    content: "";
    width: 20px;
    height: 22px;
    position: absolute;
    left: 20px;
    top: 12px;
    clip-path: polygon(0 0, 0% 100%, 79% 46%);
    background: #fff;
}

@media(max-width:991.98px) {
    .page-title::before {
        content: "" !important;
        width: 16px;
        height: 17px;
        top: 9px;
    }
}

.page-title {
    position: relative;
    font-size: 24px;
    font-weight: 800;
    line-height: 29px;
    color: #fff;
    background: var(--thm-base);
    text-transform: uppercase;
    padding: 8px 30px 8px 55px;
    border-radius: 23px;
    width: fit-content;
}

.right-column.filter {
    text-align: right;
}

.filter {
    font-size: 14px;
    font-weight: 400;
    color: #707170;
}

nav#sidebarMenu:before,
div#main-navbar:before {
    content: "";
    background: #00000073;
    width: 100%;
    height: 100%;
    position: absolute;
}

.page-title span {
    font-weight: 400;
    font-size: 24px;
    text-transform: initial;
}

.filter select {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 5px;
}

article.contenu {

    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 10px #00000060;
    border-radius: 5px;
    padding: 14px;
}

article img {
    width: 100%;
    height: 223px;
    object-fit: cover;
    border-radius: 5px;
}

article .thumb {
    position: relative;
}

article .value {
    position: absolute;
    top: 0;
    right: 18px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 0px 0px 13px 13px;
}

article .value span {
    font-size: 14px;
    font-weight: 800;
    color: var(--thm-base);
    padding: 0 4px;
}

.detail .title {
    letter-spacing: 0px;
    color: #707170;
    font-size: 18px;
    line-height: 22px;
}

.detail p {
    font-size: 14px;
    font-weight: 400;
    color: #707170;
}

.detail {
    margin-top: 15px;
}

.detail ul {
    text-align: center;
    margin: 18px 0;
}

.detail ul li {
    display: inline;
    font-size: 14px;
    font-weight: 800;
    color: #707170;
}

.detail ul li:not(:last-child) {
    border-right: 2px solid #707170;
    padding-right: 5px;
    padding-left: 5px;
}
.detail ul li:not(:first-child) {
    padding-left: 5px;
}

.d-button {
    text-align: center;
}

.d-button a {
    color: var(--thm-base);
    border-radius: 23px;
    padding: 8px 30px;
    background: #fff;
}

.d-button a:hover {
    background: var(--thm-base);
    color: #fff;
}

.equipements .rsm {
    background: var(--thm-base);
    color: #fff;
    font-size: 18px;
    width: fit-content;
    padding: 8px 29px;
    border-radius: 17px;
    margin-bottom: 10px;
}

.equipements {
    margin-top: 50px;
}

.as_form .form-group {
    display: flex !important;
    flex-direction: column;
    text-align: left;
}

.as_form .form-group label {
    color: #707071 !important;
    font-weight: 400;
    font-size: 16px;
}

.as_form .form-group input,
textarea,
.in-file {
    border: 1px solid rgba(0, 0, 0, .125) !important;
    outline: none;
}

.card-title {
    color: var(--thm-base);
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 20px;
}

.gst .card {
    border-radius: 17px;
    border-color: #4E7093;
}

.card .label {
    color: #707071;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 9px;
}

.card .value {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #707071;
    margin-left: 15px;

}

.card-content:not(:last-child) {
    margin-bottom: 20px;
}

table .label {
    color: #707071;
    font-size: 16px;
    line-height: 19px;
}

table .data {
    color: #707071;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}

.equipements ul li {
    list-style: initial;
    font-size: 17px;
    font-weight: 400;
    margin-left: 30px;
    line-height: 30px;
}

.card.table .data {
    margin-left: 10px;
    margin-bottom: 16px;
}

.card.table tr:not(:first-child) {
    border-top: 1px solid #B9B9B9;
    margin-bottom: 15px;
}

.card.table td {
    padding-top: 15px;
}

.card.table th:not(:last-child) {
    margin-bottom: 15px;
}

.card.table th:last-child,
.card.table td:last-child {
    position: relative;
}

.card.table th:last-child:before,
.card.table th:not(:last-child:before),
.card.table td:last-child:before {
    content: "";
    position: absolute;
    height: 50%;
    top: 10px;
    width: 1px;
    left: -30px;
    background: #B9B9B9;
}

.card.table table {
    width: 100%;
}

.highlight {
    background: var(--thm-base) !important;
    color: #fff;
    border-radius: 14px;
    text-align: left;
    padding: 15px;
}

.highlight.white {
    color: var(--thm-base);
    background: #fff !important;
}

.modal .info ul {
    margin-left: 0 !important;
}

.highlight .title {
    font-size: 18px;
    font-weight: 600;
}

.tag .form-check {
    margin-left: 0.5rem;
}

@media(max-width:1024px) {
    .form-group label {
        color: var(--thm-base) !important;
    }

    .card-body.bordered {
        margin: 15px 0;
    }

    .modal-body .data {
        margin-left: 0 !important;
        font-size: 13px !important;
    }

    .modal .info .infos {
        font-size: 13px !important;
    }

    .modal-body .data strong {
        font-size: 13px !important;
    }

    .card-body.bordered {
        font-size: 16px !important;
    }

    .help a {
        font-size: 14px;
        white-space: nowrap;
    }

    .sectionbtn a {
        width: 100% !important;
        padding: 11px 30px !important;
        font-size: 16px !important;
    }
}

.modal-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #3B3B3B;
}

.modal-header {
    position: relative;
    min-height: 77px;
    border-bottom: 0;
}

.modal-header .close {
    position: absolute;
    right: 15px;
    opacity: 1;
}

.modal-content {
    box-shadow: 0px 0px 20px #0000007C;
    border-radius: 30px;
    padding: 20px 40px 50px;
}

.form-check {
    text-align: left !important;
    line-height: 20px;
}

.modal.in {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.cgt {
    font-size: 30px;
    font-weight: 800;
    line-height: 37px;
}

.card.table tbody {
    border-bottom: 0;
}

.gst {
    margin-top: 50px;
}

.gst a {
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #707071;
}

.gst a .label {
    margin-top: 10px;
}

.group-btn {
    margin-right: 15px;
}

.sub-t {
    color: #3B3B3B;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
}

.images-galerie {
    margin: 40px 0;
    overflow: hidden;
}

.swiper-wrapper .item {
    margin: 0 40px 0 0;
    /* min-width: 400px; */
    width: 100%;
}

.swiper-wrapper .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.datepicker {
    background: var(--thm-gray);
    border-radius: 10px;
    padding: 18px;
}

.datepicker h5 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

.datepicker .date {
    background: #fff;
    min-height: 274px;
    margin-top: 15px;
    border-radius: 5px;
}

.right-column .card {
    margin-top: 50px;
    padding: 20px;
}

.right-column .card img {
    width: 35px;
}

.card .content {
    text-align: left;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
    color: var(--thm-gray);
}

.card .content .data {
    color: #707071;
    font-weight: 400;
    margin-left: 20px;
    margin-top: 10px;
}

.card .content .col-6,
.card .content .row {
    position: relative;
}

.card .content .col-6:not(:first-child):before {
    content: '';
    height: 41px;
    width: 2px;
    background: rgba(0, 0, 0, .125);
    position: absolute;
    left: -33px;
    top: 15px;
}

.card .content .row:not(:first-child):before {
    content: '';
    height: 2px;
    width: 90%;
    margin: 0 auto;
    background: rgba(0, 0, 0, .125);
    position: absolute;
    top: -6px;
    left: 12px;
}

.card .content .label {
    text-transform: uppercase;
}

.cautions .euro {
    margin: 0 20px;
}

.reservation-btn {
    text-align: right;
    margin-top: 30px;
}

.reservation-btn a {
    font-size: 20px;
    color: #fff;
    background: var(--thm-gray);
    border-color: var(--thm-gray);
    border-radius: 48px;
    padding: 22.2px 20px;
    width: fit-content;
}

.envoyer-message-btn {
    text-align: right;
    margin-top: 30px;
}

.envoyer-message-btn a {
    font-size: 20px;
    color: #fff;
    background: #aaaaaa;
    border-color: #aaaaaa;
    border-radius: 48px;
    padding: 22.2px 20px;
    width: fit-content;
}

.annuler-message-btn {
    text-align: right;
    margin-top: 30px;
}

.annuler-message-btn a {
    font-size: 20px;
    color: #fff;
    background: #aaaaaa;
    border-color: #aaaaaa;
    border-radius: 48px;
    padding: 22.2px 20px;
    width: fit-content;
}

.form_title {
    color: #707071;
    font-weight: 800;
    font-size: 16px;
    margin: 9px 0;
}

.form-check {
    font-size: 14px;
    font-weight: 400;
    color: #707170;
}

.m-right50 {
    margin-right: 50px;
}

/*Files*/
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    max-width: 100%;
    text-align: center;
    font-size: 1.25rem;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile+label {
    display: none;
}


.inputfile+label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}

.inputfile-s+label {
    color: #d3394c;
}

.inputfile-s:focus+label,
.inputfile-s.has-focus+label,
.inputfile-s+label:hover {
    color: var(--thm-gray);
}

.in-file {
    padding: 40px;
    border-radius: 5px;
    margin: 40px 0;
}

.rsm.fw {
    width: 100%;
    text-align: left;
}

.right-column.filter {
    margin-bottom: 50px;
}

.text-left {
    text-align: left;
}

ul.text-left li {
    color: #707071;
    font-weight: 800;
    font-size: 16px;
    margin-left: 30px;
    line-height: 27px;
}

ul ul.sub-alert li {
    color: #FC0303;
    margin-left: 133px;
}

.green {
    background: var(--thm-gray) !important;
}

.paragraphe {
    margin-top: 40px;
}

.paragraphe p {
    color: var(--thm-base);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.top-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
}

.message {
    margin: 150px 0;
}

.btnhome {
    margin-top: 150px;
    text-align: center;
}

.btnhome a {
    background: #fff;
    color: var(--thm-base);
}

.btnhome a:hover {
    background: var(--thm-base);
    color: #fff;
}

.message p {
    font-weight: 400;
    color: #3B3B3B;
    font-size: 16px;
    line-height: 30px;
}

.message .hd {
    text-align: center;
    font-weight: 800;
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    background: var(--thm-gray);
    border-radius: 53px;
    padding: 10px 50px;
    text-transform: uppercase;
    margin-bottom: -28px;
    z-index: 9;
}

.subhd {
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    background: var(--thm-gray);
    border-radius: 53px;
    padding: 20px 40px;
}

.select_container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    position: relative;
    background: transparent;
    height: 26px;
    border: 0;
    width: 200px;
    outline: none;
}

.select_container {
    width: 210px;
    /* height: 26px; */
    position: relative;
    border: 1px solid #707070;
    border-radius: 5px;
    border-right: 0;
    /* background: url(../images/filter.png) no-repeat center; */
    background-size: 21%;
    background-position: 168.8px -2px;
}

.select_container:after {
    content: "\f150";
    font-weight: 900;
    font-size: 41px;
    color: var(--thm-base);
    position: absolute;
    font-family: "Font Awesome 6 Free";
    right: 0;
}

label[for=filter] {
    position: relative;
    display: block;
    width: 400px;
    overflow: hidden;
    cursor: pointer;
}

label[for=filter] :-moz-any(select) {
    width: 110%;
}

label[for=filter].ie9 select {
    width: 110%;
}

label[for=filter]::after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    display: block;
    background: var(--thm-base) url(../images/dropdown.png) no-repeat center center;
    pointer-events: none;
}

.highlight.white .tag {
    margin-left: 31px;
}

.timing {
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase;
    border-top: 1px solid rgba(0, 0, 0, .125);
    padding-top: 10px;
    margin-bottom: 30px;
}

.timing .input-radio:checked+span {
    background: var(--thm-base);
}

.timing .input-label {
    border: 1px solid #707070;
    height: 21px;
    width: 21px;
    position: absolute;
    left: 0;
    top: 7px;
}

.timing .form-check {
    position: relative;
}

.timing .input-radio {
    opacity: 0;
}

.tag .input-label {
    border: 1px solid #707070;
    height: 21px;
    width: 21px;
    position: absolute;
    left: 0;
    top: 4px;
    z-index: 9;
}

.tag .input-radio:checked+span {
    background: var(--thm-base);
}

.tag .form-check {
    position: relative;
}

.tag .input-radio {
    opacity: 0;
}

.rgpd {
    position: relative;
}

.rgpd label {
    font-weight: 400;
}

.rgpd .input-label {
    border: 1px solid #707070;
    height: 21px;
    width: 21px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.rgpd .input-radio:checked+span {
    background: var(--thm-base);
}

.rgpd .form-check {
    position: relative;
}

.rgpd .input-radio {
    opacity: 0;
    z-index: 999;
    margin-left: -21px;
    margin-right: 19px;
    width: 20px;
}

.modal .heading {
    display: flex;
    justify-content: space-between;
    width: 75%;
}

.modal-header {
    justify-content: inherit;
}

.modal .ref {
    font-weight: 800;
    color: #707071;
}

.modal .ref_value {
    font-weight: 400;
    font-size: 20px;
}

.heading .rsm {
    background: var(--thm-gray);
    color: #fff;
    font-size: 18px;
    width: fit-content;
    padding: 8px 29px;
    border-radius: 17px;
    margin-bottom: 10px;
}

.highlight.dsbld {
    background: #707071 !important;
    border-radius: 5px !important;
}

.modal .info .title {
    font-size: 16px;
    font-weight: 600;
    color: #707071;
}

.modal .info ul {
    margin-left: 20px;
}

.modal .info .infos {
    font-size: 20px;
    font-weight: 400;
    color: #707071;
}

.md_body {
    margin-top: 40px;
}

.modal-body {
    width: 91%;
    color: #707071;
}

.modal-body .titre {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 18px;
}

.modal-body .data {
    font-weight: 400;
    margin-left: 20px;
    font-size: 20px;
    position: relative;
}

.modal-body .data strong {
    font-size: 16px;
}

/* .modal-body .data:before:not(:first-child){
    content: "";
    height: 15px;
    width: 2px;
    background: #707071;
    left: 0;
    position: absolute;
} */
.red .rsm {
    background: #ff0000;
}

.modal-body .card {
    border: 0;
}

.modal .help a {
    color: #707071 !important;
}

.modal .help {
    margin-top: 30px;
}

.modal .help img {
    width: 24px;
}

/*Drag and drop file upload*/
.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    padding: 50px;
    border: 1px dashed rgb(0 0 0 / 40%);
    border-radius: 17px;
    transition: 0.2s;
}

.file-drop-area.is-active {
    background-color: rgba(63, 63, 63, 0.068);
}

.add-btn {
    flex-shrink: 0;
    background-color: #B9B9B9;
    color: #fff;

    border-radius: 5px;
    padding: 8px 15px;
    margin-left: 10px;
    font-size: 18px;
    text-transform: uppercase;
}

.bleue .rsm {
    background: var(--thm-base);
}

.mod_footer .btn {
    float: right;
    margin-top: 30px;
    margin-bottom: -30px;
    flex-shrink: 0;
    background-color: #707071;
    color: #fff;
    border: 0;
    border-radius: 5px;
    padding: 15px 22px;
    margin-left: 10px;
    font-size: 18px;
    text-transform: uppercase;
}

.file-msg {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}

.file-input:focus {
    outline: none;
}

footer {
    margin-top: 50px;
}

footer a {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
}

footer a:hover {
    color: white;
}

.label.alert {
    color: #FF0000;
    font-weight: 800;
    font-size: 18px;
    white-space: nowrap;
}

.paiement .title {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #707071;
}

.paiement .form-check {
    margin-left: 97px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px;
}

.paiement .form-check label {
    text-transform: uppercase;
    font-weight: 700 !important;
}

.help .cta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cb_picto {
    width: 80px !important;
    margin-top: -8px;
}

.upload_logo {
    margin-right: 10px;
}

a.help {
    color: var(--thm-gray);
    line-height: 22px;
}

.m_top {
    margin-top: 60px;
    border-top: 1px solid #000;
}

.ref img {
    width: 70px;
}

.md_body a.btn {
    font-size: 20px;
    color: #fff;
    background: var(--thm-gray);
    border-color: var(--thm-gray);
    border-radius: 48px;
    padding: 15px 30px;
    float: right;
}

.md_body a.btn:hover {
    color: var(--thm-gray);
    background: #fff;
}

.group_btn {
    display: grid;
    grid-template-columns: 3fr 3fr;
    grid-gap: 50px;
}


.group_content {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 7px #0000004D;
    border: 2px solid #4E7093;
    border-radius: 17px;
    padding: 20px 30px;
    max-width: 339px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.group_content:hover {
    background: var(--thm-base);
    color: #fff !important;
}

.group_content:hover>.label {
    color: #fff;
}

.group_content:hover>.indice {
    background: #fff;
    color: var(--thm-base);
}

.group_content .label {
    font-size: 22px;
    font-weight: 800;
    color: var(--thm-base);
    text-transform: uppercase;
    width: 75%;
}

.group_content .indice {
    width: 25%;
    font-size: 40px;
    font-weight: 800;
    height: 66px;
    width: 66px;
    background: var(--thm-base);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.group_content.red {
    border-color: #FF0000;
}

.group_content.red .label {
    color: #FF0000;
}

.group_content.red .indice {
    background: #FF0000;
}

.group_content.red:hover {
    background: #FF0000;
    color: #fff !important;
}

.group_content.red:hover>.label {
    color: #fff;
}

.group_content.red:hover>.indice {
    background: #fff;
    color: #FF0000;
}

.group_content.gris {
    border-color: #707071;
    justify-content: space-between;
}

.group_content.gris .label {
    color: #707071;
}

.group_content.gris .indice {
    background: #707071;
}

.group_content.gris:hover {
    background: #707071;
    color: #fff !important;
}

.group_content.gris:hover>.label {
    color: #fff;
}

.group_content.gris:hover>.indice {
    background: #fff;
    color: #707071;
}

.indice_inner {
    width: 15%;
}

.group_content.bl {
    background-color: var(--thm-base);
    align-items: baseline;
}

.group_content.bl .label {
    color: #fff;
}

.indice_inner i {
    background: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.group_content.bl:hover {
    background: #fff;
    color: var(--thm-base) !important;
}

.group_content.bl:hover>.label {
    color: var(--thm-base);
}

.group_content.bl:hover>.indice {
    background: #fff;
    color: #707071;
}

.group_content.bl:hover>i {
    color: #fff;
    background: var(--thm-base) !important;
}

.btn_heading {
    display: flex;
}

.btn_heading hr {
    width: 95%;
    margin-left: 20px;
}

.btn_title {
    text-transform: uppercase;
    font-size: 25px;
    color: #707071;
    font-weight: 800;
    white-space: nowrap;
}

.card-heading {
    background: var(--thm-base);
    border-radius: 40px;
    padding: 1px 20px;
    color: #fff;
    width: fit-content;
}

.wrap {
    width: 500px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    background-color: #2e4261;
    box-shadow: 0 1px 2px 0 #c9ced1;
    padding: 1.25rem;
    margin-bottom: 1.25rem;
}

.file {
    position: relative;
    max-width: 22.5rem;
    font-size: 1.0625rem;
    font-weight: 600;
}

.file__input,
.file__value,
.file__input2 {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    margin-bottom: 0.875rem;
    color: rgba(255, 255, 255, 0.3);
    padding: 0.9375rem 1.0625rem;
}

.file__input--file,
.file__input--file2 {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.file__input--label i {
    margin-right: 15px;
    border: 2px solid #707071;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.file__value--text {
    font-size: 16px;
    font-weight: 400;
    color: #707071;
    line-height: 20px;
    margin-left: 10px;
}

.file__input--label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    text-transform: uppercase;
    cursor: pointer !important;
    font-size: 16px;
    color: #707071;
}

.file__value {
    display: flex;
    align-items: center;
    display: flex;
    justify-content: space-between;
    color: #707071;
}

.file__value:hover:after {
    color: white;
}

.file__value:after {
    content: '\f068';
    cursor: pointer;
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 900;
    color: #fff;
    background: #707071;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    right: 7px;
}

.file__value:after:hover {
    color: white;
}

.file__remove {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #000;
}

.fa-file {
    color: var(--thm-base);
    font-size: 27px;
}


/*Admin page*/
.upload__box {
    padding: 40px;
}

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__btn {
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    color: #707071;
}

.upload__btn p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    text-align: center;
}

.dropdown-options #weekend,
.dropdown-options #day {
    display: none;
}

.upload__btn i {
    margin-right: 15px;
    border: 2px solid #707071;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload__btn:hover {
    background-color: unset;
    color: var(--thm-base);
    transition: all 0.3s ease;
}

.upload__btn-box {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 192px;
}

.upload__img-wrap {
    display: grid;
    grid-template-columns: 2fr 2fr;
    margin: 0 -10px;
}

.card-body.bordered {
    border: 1px solid rgba(0, 0, 0, .125) !important;
    font-weight: 400;
    padding: 15px !important;
    border-radius: 15px;
    font-size: 20px;
}

.rapport span {
    font-weight: 800;
    font-size: 16px;
}

.maj .group_content:hover {
    background: #fff;
    color: var(--thm-gray) !important;
    border-color: var(--thm-gray);
}

.maj .group_content:hover i {
    background: var(--thm-gray) !important;
    color: #fff;
}

.maj .group_content:hover>.label {
    color: var(--thm-gray) !important;
}

.upload__img-box {
    width: 298px;
    height: 192px;
    margin-bottom: 12px;
    border: 1px solid rgba(0, 0, 0, .125) !important;
    overflow: hidden;
}

.modal textarea {
    border-radius: 17px;
    padding: 10px;
}

.modal .rgpd label {
    font-size: 16px;
}

.as_separator .card-body:before {
    position: absolute;
    content: "";
    left: 48%;
    top: 27%;
    width: 1px;
    height: 62%;
    background: #B9B9B9;
}

.modal .card-body {
    padding: 0;
}

.modal .upload__img-wrap {
    margin: 0;
}

.modal .card .label {
    font-size: 18px;
    font-weight: 800;
    margin-top: 15px;
    text-transform: uppercase;
}

.upload__box.plan .upload__img-box {
    width: 159px;
    height: 189px;
}

.upload__img-close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
}

.upload__img-close:after {
    content: '\2716';
    font-size: 24px;
    color: rgba(0, 0, 0, 0.5);
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    padding-bottom: 100%;
}

.rsm.large {
    width: 100%;
}

.heading_lable .form-group {
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

.heading_lable {
    margin: 20px 0;
    max-width: 550px;
}

.red a {
    color: #FF0000;
    border-color: #FF0000;
    background: #fff;
    width: fit-content;
    float: left;
}

.bleu a {
    color: var(--thm-base);
    border-color: var(--thm-base);
    background: #fff;
    width: fit-content;
    float: left;
}

.bleu a:hover {
    color: #fff;
    border-color: var(--thm-base);
    background: var(--thm-base);
}

.addbtn {
    justify-content: space-between;
}

@media(max-width:1024px) {
    .addbtn {
        flex-direction: column-reverse;
    }

    .cautions .euro {
        margin: 0 !important;
    }

    .select_container {
        float: right !important;
        margin-top: 15px;
    }
}

.content_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content_group p {
    margin-bottom: 0;
}

.container-fluid.grey {
    padding: 50px 0;
}

.container-fluid.grey .equipements {
    margin-top: inherit;
}

.sectionbtn {
    margin-top: 50px;
}

.red a:hover {
    color: #fff;
    border-color: #FF0000;
    background: #ff0000;
}

.weekendclass {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, .125) !important;
}

p.add {
    font-size: 16px;
    font-weight: 800;
    color: #707071;
    text-transform: uppercase;
    display: flex;
    cursor: pointer;
    margin-top: 30px;
}

.removediv {
    position: relative;
}

.removediv:after {
    content: '\f068';
    cursor: pointer;
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    font-weight: 900;
    color: #fff;
    background: #707071;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 33px;
    left: 12px;
}

.heading_lable .form-group label {
    white-space: nowrap;
}

.inner_grid .point {
    margin-top: 30px;
}

p.add i {
    margin-right: 15px;
    border: 2px solid #707071;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.group_grid {
    display: flex;
    justify-content: flex-end;
}

.group_grid input {
    max-width: 104px;
    border: 1px solid rgba(0, 0, 0, .125) !important;
    border-radius: 5px;
}

.group_grid .inner_grid {
    margin: 0 23px;
}

.group_grid.euros {
    align-items: flex-end;
}

.euros input {
    max-width: 70px;
    border: none !important;
    outline: none;
    font-weight: 600;
    color: #707071;
    font-size: 20px;
}

.euros span {
    width: 25px;
    font-size: 20px;
    font-weight: 600;
    color: #707071;
}

.euro {
    border: 1px solid rgba(0, 0, 0, .125) !important;
    border-radius: 5px;
    display: flex;
}

.form-euro input {
    border: none;
}

.cautions .inner_grid {
    display: flex;
    justify-content: flex-end;
}

.cautions {
    margin-top: 50px;
}

.cautions p {
    vertical-align: baseline;
    margin-right: 30px;
}

.group_grid p,
.cautions p {
    text-align: center;
    text-transform: uppercase;
    color: #707071;
    font-size: 16px;
    font-weight: 800;
}

/*Data Table*/
.table>thead {
    background: var(--thm-base);
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.btn_see:hover {
    background: inherit;
}

.btn_see {
    color: var(--thm-base);
    border: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
}

div#tabledata_length {
    display: none;
}

.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: left;
    padding: 30px 0;
}

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #4E7093;
    border-radius: 17px;
    outline: none;
    width: 310px;
    padding-left: 40px;
    background: url(../images/search.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 5px center;
}

.dataTables_info {
    display: none;
}

.dataTables_wrapper .dataTables_paginate {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 30px 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 0 !important;
    font-size: 18px;
    font-weight: 800;
    color: var(--thm-base) !important;
    padding: 0;
    background: inherit !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 0 !important;
    font-size: 18px;
    font-weight: 400;
    color: var(--thm-base) !important;
    padding: 0;
    background: inherit !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: var(--thm-base) !important;
}

table.dataTable.no-footer {
    border-bottom: 0 !important;
}

table.dataTable tbody td {
    color: #707071;
    font-weight: 400;
}

.page-title.red,
#tabledata.redheader thead {
    background: #ff0000;
}

.maj .group_content {
    float: right;
    padding: 10px 30px;
    max-width: 287px;
    justify-content: space-between;
}

.maj .group_content .label {
    font-size: 16px;
    text-align: initial;
    white-space: initial;
    cursor: pointer;
    line-height: 19px;
}

.maj .indice_inner i {
    background: var(--thm-base);
    color: #fff;
}

.rgpd .input-radio:checked+span {
    background: var(--thm-base);
}

.rgpd .input-label {
    border: 1px solid #707070;
    height: 21px;
    width: 21px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.center .rgpd {
    text-align: center;
}

.center .rgpd .input-label {
    left: 42% !important;
    top: 8px;
}

.label_gr {
    margin-right: 15px;
    color: #707071;
    font-weight: 600;
    font-size: 16px;
}

.data_gr,
.data_gr input {
    color: #707071;
    font-weight: 400;
    font-size: 20px;
}

.data_gr input {
    border: 1px solid rgba(0, 0, 0, .125) !important;
    border-radius: 5px;
    width: 60px;
    text-align: center;
}

.gst .rgpd {
    margin-left: 15px;
}

div#tabledata_wrapper {
    display: flex;
    flex-direction: column;
}

.contentfilter {
    position: relative;
    cursor: pointer;
    margin: 0 9px 30px 0;
}

select.form-control {
    -webkit-appearance: listbox !important;
    -moz-appearance: listbox !important;
    appearance: listbox !important;
}

thead.valeurannulee {
    background: #ff0000;
}

.contentfilter:last-of-type:before {
    content: "| ";
}

.datefilter {
    display: flex;
    color: var(--thm-base);
    text-transform: uppercase;
    font-weight: 500;
}

.filterTab:checked+span {
    font-weight: 800;
}

.filterTab {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.gst .rgpd label {
    margin-right: 15px;
    color: #707071;
    font-weight: 700;
    font-size: 16px;
}

.gst .form-group label {
    font-weight: 600;
}

.gst .form-group {
    margin-left: 50px;
}

.rgpd.disable {
    opacity: 0.5;
    pointer-events: none;
}

@media (max-width:1024px) {
    .group_btn {
        display: grid;
        grid-template-columns: 3fr;
        grid-gap: 50px;
    }

    .group_content .label {
        font-size: 18px;
    }

    .group_content .indice {
        font-size: 30px;
    }

    .btn_heading hr {
        width: 50% !important;
    }

    .group_content .label {
        font-size: 19px;
    }

    .group_content .indice {
        font-size: 29px;
    }

    .group_content.bl .label {
        margin-left: 15px;
    }

    .group_content .indice {
        padding: 12px 30px;
    }

}

.modal-backdrop.show {
    opacity: 0.1 !important;
}

@media (max-width: 500px) {
    .table thead {
        display: none;
    }

    .table,
    .table tbody,
    .table tr,
    .table td {
        display: block;
        width: 100%;
    }

    .table tr {
        margin-bottom: 15px;
    }

    .table td {
        padding-left: 50%;
        text-align: left;
        position: relative;
        border: 1px solid #fafafa;
    }

    .table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-size: 15px;
        font-weight: bold;
        text-align: left;
    }

    .table {
        width: 100%;
        border-collapse: collapse;
    }

    .table td,
    .table th {
        padding: 12px 15px;
        text-align: center;
        font-size: 16px;
    }

    table.dataTable tbody tr {
        overflow: hidden;
    }

    .table th {
        color: #ffffff;
    }

    .table tbody tr:nth-child(even) {
        background-color: #fff;
    }
}

@media(max-width:1024px) {
    .modal-body .titre {
        font-size: 13px !important;
    }

    .label.alert {
        font-size: 15px !important;
    }
}

.modal-header {
    align-items: start !important;
}