﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundlfog-and-minification
for details on configuring this project to bundle and minify static web assets. */

/*------------------------------------------------------*/
/* Layout page*/
/*------------------------------------------------------*/

/*-----------------Html & Body --------------------*/

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    background: #fdf7ee;
}

h5 {
    font-size: 17px;
    font-weight: 400;
}

hr {
    border: 0;
    border-top: 1px solid #06498B;
}

header {
    z-index: 20;
}

.row {
    margin: auto;
    flex-wrap: wrap;
    align-items: center;
}

desktop-pdf {
    display: none;
}

.mobile-pdf {
    display: block;
}

@media only screen and (min-width : 1025px) {

    .mobile-pdf {
        display: none;
    }

    .desktop-pdf {
        display: block;
    }
}

.linkGroup {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 2rem 0;
}

.allLargeur {
    width: 100%;
}

.generatePassword {
    gap: 2rem;
    flex-direction: row !important;
    align-items: baseline !important;
    margin: 1.5rem auto;
    padding: 0;
    width: 100%
}

.material-symbols-outlined{
    cursor: pointer;
}
.generatePassword .btn-primary {
    flex: none;
    width: 98%;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
    margin: auto;
}

.right {
    text-align: right;
}

.next {
    text-align: end;
    margin-left: auto;
}

    .next a {
        width: 100%;
    }

.mb-2em {
    margin-bottom: 2rem !important;
}

.mt-2em {
    margin-top: 2rem !important;
}

.navbar-collapse.collapse.show span {
    display: none;
}

.red {
    color: #dc3545 !important;
}

.white {
    color: white !important;
}

.spaceApp {
    padding: 0 6rem;
}

.spaceAppMargin {
    margin: 0 6rem;
}

.shadow {
    box-shadow: 10px 10px 12px rgba(6, 73, 139, 0.20);
}

sup {
    font-size: 16px;
}
/*------------------------------------------------------*/
/* Container
/*------------------------------------------------------*/
.container-fluid {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    min-height: 85vh;
}

/*------------------------------------------------------*/
/* Nav-Bar*/
/*------------------------------------------------------*/
.navbar-nav {
    align-items: center;
    gap: 2rem;
}

    .navbar-nav span {
        color: white;
    }

#navbarCustomers {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.navItemNoCo {
    display: flex;
    align-items: flex-end;
    gap: 2rem;
    flex-direction: column;
}

.navItemEnCours {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.itemNav {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.register {
    background-color: #2BC194;
    padding: 10px 18px;
    border-radius: 2rem;
    color: #fff;
    width: max-content;
    transition: 200ms ease-in;
}

    .register:hover {
        border: 2px solid #2BC194;
        background: white;
    }

        .register:hover .connectLink {
            color: #2BC194;
        }

    .register .connectLink:hover {
        text-decoration: none;
        color: #2BC194;
    }

.dropdown-menu.show {
    display: flex;
}

.dropdown-menu {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 2rem;
    background: #fff;
    z-index: 10;
    border: none;
    border-radius: 20px;
    width: max-content;
    box-shadow: 4px 4px 12px #00000020;
}

    .dropdown-menu hr {
        border: 0;
        border-top: 1px solid #06498B;
        width: 100%;
        margin: auto;
    }

.menuColumn {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.dropLink, p.dropText {
    width: auto;
    font-weight: 400;
    cursor: pointer;
    color: #06498B !important;
    margin: 0;
}

    p.dropText, .dropLink:hover {
        font-weight: bold;
        text-decoration: none;
    }

.language form select {
    margin: 0;
}

.nav-profile-photo {
    width: 30px;
}

.language {
    padding: 0;
}

    .language select {
        box-shadow: none;
        border: 1px solid black;
    }

.noCo form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
/*------------------------------------------------------*/
/* Footer */
/*------------------------------------------------------*/
.footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    clear: both;
    width: 100%;
    min-height: 35vh;
    padding: 1rem 0;
    background-color: #06498B;
    color: white;
    word-wrap: break-word;
    text-align: center;
    padding: 2rem 0;
}

.footerRound {
    z-index: 0;
    position: absolute;
    margin-left: auto;
    border-radius: 20vw 0vw 0 20vw;
    right: 0;
    bottom: 0;
    width: 35vw;
    min-height: 35vh;
    overflow: hidden;
    background-position-x: left;
    background: linear-gradient(180deg, rgba(6, 73, 139, 0.2) 0%, #FFFFFF 124.87%);
}

.footer p:last-child {
    margin-bottom: 0;
    font-size: 20px;
}

.footerBody {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footerContact, .footerLegales {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 10;
}

    .footerContact h3, .footerLegales h3 {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 1.25rem;
    }

    .footerContact a, .footerLegales a {
        font-size: 20px;
    }

footer img {
    width: 230px;
    height: auto;
}

footer a {
    text-decoration: none;
    color: white;
}

    footer a:hover {
        color: white;
    }

/*------------------------------------------------------*/
/* Links & Button */
/*------------------------------------------------------*/

.btn-primary {
    margin: 0;
    padding: 5px 18px;
    font-size: 16px;
    font-weight: 700;
    color: #06498B;
    background-color: #fff;
    border: 2px solid #06498B;
    border-radius: 2em;
}

    .btn-primary:hover {
        color: white;
        background-color: #06498B;
        border-color: white;
    }

.btn-success {
    margin: 0;
    padding: 5px 18px;
    font-size: 16px;
    font-weight: 700;
    color: #28a745;
    background-color: #fff;
    border: 2px solid #28a745;
    border-radius: 2em;
}

    .btn-success:hover {
        color: white;
        background-color: #28a745;
        border-color: white;
    }

.btn-danger {
    margin: 0;
    padding: 5px 18px;
    font-size: 16px;
    font-weight: 700;
    color: #dc3545;
    background-color: #fff;
    border: 2px solid #dc3545;
    border-radius: 2em;
}

    .btn-danger:hover {
        color: white;
        background-color: #dc3545;
        border-color: white;
    }

.btn-warning {
    margin: 0;
    padding: 5px 18px;
    font-size: 16px;
    font-weight: 700;
    color: #ffc107;
    background-color: #fff;
    border: 2px solid #ffc107;
    border-radius: 2em;
}

    .btn-warning:hover {
        color: white;
        background-color: #ffc107;
        border-color: white;
    }

.ButtonLogin {
    margin: 1rem;
}

.saveButtonRow {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
}

.saveButtonColumn {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

/*-------Gestion des champs de saisie des formulaires------------*/

.input-material {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    width: 100%;
    margin: 1rem 0;
    flex: 1;
}
    /*Pour les champs avec des '%' '€' */
    .input-material.fieldPrepend {
        flex-direction: row;
        align-items: flex-end;
    }

        .input-material.fieldPrepend .field {
            flex: 1;
        }

    .input-material .input-group-text {
        background: transparent;
        color: black;
        border: none;
        border-bottom: 2px solid black;
        border-radius: 0;
    }

.formAddress, .formGroup {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
    width: 100%;
}

.onLightBackground .input-material
label {
    color: #06498B;
}

.input-material label {
    color: #525252;
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 12px;
    transition: 0.1s ease all;
    -moz-transition: 0.1s ease all;
    -webkit-transition: 0.1s ease all;
}

.input-material textarea.form-control ~ label {
    bottom: calc(100% - 38px);
}

.onLightBackground .input-material .form-control,
.onLightBackground .input-material .form-select {
    border-bottom: 2px solid #06498B;
    background-color: #F1F1F1;
}

.input-material .form-control,
.input-material .form-select {
    border: none;
    border-bottom: 2px solid #000;
    border-radius: 0px;
    background-color: transparent;
    padding-left: 5px;
    box-shadow: none;
}

    .input-material .form-control:required ~ label::after,
    .input-material .form-select:required ~ label::after {
        content: "*";
        color: #c3965d;
        padding-left: 2px;
        font-size: 0.8em;
    }

    .input-material .form-control:focus,
    .input-material .form-control[value]:not([value=""]),
    .input-material .form-select:focus,
    .input-material .form-select[value]:not([value=""]) {
        background: transparent;
        color: #000;
        font-size: 20px;
        font-weight: normal;
    }

.onLightBackground .input-material .form-control:focus ~ label,
.onLightBackground .input-material .form-control[value]:not([value=""]) ~ label,
.onLightBackground .input-material .form-select:focus ~ label,
.onLightBackground .input-material .form-select[value]:not([value=""]) ~ label {
    color: #06498B;
}

.input-material .form-control:focus ~ label,
.input-material .form-control[value]:not([value=""]) ~ label,
.input-material .form-select:focus ~ label,
.input-material .form-select[value]:not([value=""]) ~ label {
    top: unset;
    bottom: calc(100% - 24px);
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

.input-material .input-validation-error:focus,
.input-material .input-validation-error,
.input-material .input-validation-error:focus.parsley-error,
.input-material .input-validation-error[value]:not([value=""]).parsley-error {
    border-bottom-color: #dc3545;
}

    .input-material .input-validation-error:focus ~ label,
    .input-material .input-validation-error ~ label,
    .input-material .input-validation-error:focus.parsley-error ~ label,
    .input-material .input-validation-error[value]:not([value=""]).parsley-error ~ label {
        color: #dc3545;
    }

.input-material .form-select {
    background-position: right 0 center;
    padding-left: 0;
}

.generatePassword .col-form-label {
    color: #525252;
    font-size: 20px;
    padding-top: 1.5rem;
}

.generatePassword .input-material {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    width: 100%;
}

    .generatePassword .input-material .passgener {
        text-align: end;
    }
/*------------------------------------------------------*/
/* Subscription*/
/*------------------------------------------------------*/
/*--------------Login and Register----------------------*/
#register-login-panel {
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
    width: 100%;
    height: 60vh;
    color: white;
    background-color: #06498B;
    border-radius: 2rem;
}

#login-info-box {
    width: 40%;
    padding: 0 2%;
    top: 40%;
    left: 0;
    position: absolute;
    text-align: center;
}

    #login-info-box h5, #register-info-box h5 {
        color: #DCDCBC;
    }

#white-panel h5 {
    color: #06498B;
}

#register-info-box {
    width: 40%;
    padding: 0 1rem;
    top: 40%;
    right: 0;
    position: absolute;
    text-align: center;
}

    #register-info-box .btn.btn-primary, #login-info-box .btn.btn-primary {
        border: 3px solid #DCDCBC;
    }

.right-log {
    left: 48% !important;
}

#white-panel {
    display: flex;
    align-items: center;
    background-color: #fff;
    min-height: 70vh;
    position: absolute;
    width: 50%;
    left: 2%;
    transition: .3s ease-in-out;
    z-index: 0;
    border-radius: 35px;
    box-shadow: 10px 10px 12px rgba(6, 73, 139, 0.20);
}

.white-panel-text {
    z-index: 1;
    transition: 0.3s ease-in-out;
    color: #06498B;
    text-align: center;
    padding: 2rem;
    width: 100%;
}

#logInscriptionRegister {
    display: flex;
    justify-content: center;
    align-items: center;
}

    #logInscriptionRegister .loginRegisterBackground {
        height: 110vh;
        width: 60vw;
        background-image: url(/img/inscription/bg2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 40% 0 0 40%;
        margin-left: auto;
    }

.loginRegister {
    position: absolute;
    width: 100%;
}

#logInscriptionRegister {
    min-height: 110vh;
}

#ProcessInscription {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cadre {
    border-radius: 2rem;
    padding: 2rem;
    margin: 2rem auto;
    background-color: #88A0BD;
    box-shadow: 10px 10px 12px rgba(0, 0, 0, 0.20);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .cadre h4 {
        font-size: 20px;
        font-weight: 700;
        color: #000;
    }

.titleBannerInscription {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.textBannerInscription {
    font-size: 1rem;
    margin: 0;
}

.cadre .row1 {
    display: flex;
    margin: auto;
    align-items: center;
    flex-direction: column;
    text-align: left;
}

    .cadre .row1 p {
        padding-left: 5%;
    }

.form-control {
    margin-top: 1rem;
    border: none;
    border-radius: 0.75em;
}

.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0.75em;
    border-bottom-left-radius: 0.75em;
}

#ValidationInscription {
    margin-bottom: 2rem;
}

#miniValidationInscription {
    width: 60%;
    margin-left: 0;
    margin-bottom: 2rem;
}

/*-----------panier incription----------*/

#ProcessInscription .sectionMarketInscription {
    margin-bottom: 2rem;
}

/*-----Popover-------*/

.popover {
    background-color: #dc3545;
    border-radius: 15px;
    padding: 10px;
    font-size: 16px;
    color: white;
}

    .popover strong {
        color: #06498B;
    }

    .popover .arrow:after {
        border-right-color: #dc3545 !important;
        border-left-color: #dc3545 !important;
    }

/*-------------- Breadcrumbs pour l'inscription----------------------*/
.inscription-crumbs {
    margin-top: 5vh;
}

    .inscription-crumbs ul {
        list-style: none;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }

        .inscription-crumbs ul li {
            display: inline;
        }

            .inscription-crumbs ul li a {
                display: block;
                float: left;
                height: 40px;
                background-image: linear-gradient(to right, #616970, #2c3e50);
                text-align: center;
                position: relative;
                padding: 10px 30px 0 30px;
                margin: 0 0 10px 0;
                font-size: 15px;
                text-decoration: none;
                color: #fff;
            }

                .inscription-crumbs ul li a::after {
                    content: '';
                    border-top: 20px solid transparent;
                    border-bottom: 20px solid transparent;
                    border-left: 20px solid #2c3e50;
                    position: absolute;
                    left: 100%;
                    top: 0px;
                    z-index: 1;
                }

            .inscription-crumbs ul li:first-child a {
                border-radius: 10px 0px 0px 10px;
            }

            .inscription-crumbs ul li:last-child a {
                border-radius: 0px 10px 10px 0px;
            }

                .inscription-crumbs ul li:last-child a::after {
                    display: none;
                }

            .inscription-crumbs ul li .current-crumb {
                background: #00ff88;
                color: #06498B;
            }

                .inscription-crumbs ul li .current-crumb::after {
                    border-left-color: #00ff88;
                }

            .inscription-crumbs ul li .accessible-crumb:hover {
                background: #DCDCBC;
                color: #06498B;
            }

                .inscription-crumbs ul li .accessible-crumb:hover::after {
                    border-left-color: #DCDCBC;
                    color: #06498B;
                }

/* Only for Finalisation Page*/

.specialFinalisation {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
}

.copyLink {
    display: flex;
    align-items: flex-end;
}

.copyLinkIcon {
    fill: none;
    stroke: #000;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}

.copyLink button {
    border-radius: 0 0.75em 0.75em 0em;
    border: none;
    height: calc(1.5em + 0.75rem + 2px);
}

    .copyLink button:hover {
        background: #fff;
        border: 1px solid #28a745;
    }

        .copyLink button:hover .copyLinkIcon {
            stroke: #28a745;
        }

.activeCopyLink {
    background: #fff;
    border: 1px solid #28a745 !important;
}

    .activeCopyLink .copyLinkIcon {
        stroke: #28a745;
    }

.copyLink svg {
    width: 35px;
}

.copyLink .form-control {
    border-radius: 0.75em 0 0 0.75em;
}

.ComprehensivePartnerText {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

    .ComprehensivePartnerText .TextExplainFinalisationPage {
        align-self: flex-start;
        margin: 1rem auto;
        font-size: 18px;
        padding-left: 1%;
    }

    .ComprehensivePartnerText .LinkExplain {
        align-self: flex-start;
        margin-top: 2rem;
        margin-bottom: 0;
        font-size: 18px;
        padding-left: 1%;
    }

/********* Banner User Part ***********/

.bannerImageUser {
    background-image: url('../img/carts-reception/outils.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    margin-bottom: 2rem;
}

    .bannerImageUser .row {
        display: flex;
        justify-content: center;
        height: 300px;
        background: rgba(255, 255, 255, 0.50);
    }

        .bannerImageUser .row h2 {
            text-align: center;
            font-size: 2rem;
            font-weight: 700;
        }

.textBanner {
    padding: 2rem;
    border-radius: 1em;
    color: #000;
    box-shadow: 10px 10px 12px rgba(0, 0, 0, 0.20);
    word-break: break-word;
}

    .textBanner p {
        margin: 0;
    }

.text-acit {
    color: #06498B;
}

.bg-acit {
    background-color: #06498B;
}

/*--------------------------------------------------*/
/* popup design */
/*--------------------------------------------------*/

.background-masked {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1040;
    padding-top: 10%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.popup-content {
    background-color: #fff;
    color: #000;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    width: 60%;
    min-width: 375px;
    max-width: 600px;
    z-index: 1050;
    border: 2px solid #06498B;
}

    .popup-content p {
        color: #06498B;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
    }

#alert-display .alert-popup-content {
    border: inherit;
}

#cookie-information-popup {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 100%;
}

    #cookie-information-popup.popup-content {
        background-color: #F1F1F1;
    }

    #cookie-information-popup button {
        text-align: end;
    }

    #cookie-information-popup p {
        text-align: center;
        margin: 1em 0;
    }

.popup-content .nav-link {
    color: #000;
}

.table td {
    border-top: 1px solid black;
}

.small-popup-content {
    text-align: center;
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    width: 250px;
    height: 250px;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.big-popup-content {
    background-color: #88A0BD;
    color: #000;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    width: 800px;
    z-index: 1050;
}

.sectionTools .big-popup-content, .sectionMarket .big-popup-content {
    background-color: #88A0BD;
}

.popup-image-centered {
    margin: 0 auto;
    width: 50%;
    z-index: 1050;
}

/*-------------Popop ConsentPartial------------------------*/

.consent-background-masked {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1080;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.consent-content {
    background-color: #88A0BD;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 900px;
    z-index: 1090;
}

    .consent-content h4 {
        font-size: 1rem;
        font-weight: bold;
        color: #06498B;
        padding: 0 30px;
    }

    .consent-content p {
        padding: 0 30px;
        text-align: justify;
    }

/*--------------------------------------------------*/
/* for table display in TenantManager licence manager */
/*--------------------------------------------------*/

#licence-table-head .btn-success {
    color: #28a745;
    max-width: 170px;
}

    #licence-table-head .btn-success:hover {
        color: white;
        background-color: #28a745;
        border-color: white;
    }

#licence-table-head th p {
    writing-mode: vertical-rl;
    text-orientation: sideways;
    padding: 10px;
    margin: auto;
    word-break: break-word;
    overflow-wrap: break-word;
    max-height: 200px;
}

@-moz-document url-prefix() {
    #licence-table-head th p {
        padding-left: 42%;
    }
}

.table-fixed-head-col1 {
    display: inline-table;
    overflow: scroll;
    max-height: 1024px;
    width: 100%;
}

    .table-fixed-head-col1 thead th {
        position: sticky;
        top: 0;
        background-color: #06498B;
        color: #fff;
        border-top: 0;
        border-bottom: 0;
        outline: white solid 2px;
        z-index: 1020;
        vertical-align: middle;
    }

    .table-fixed-head-col1 td:first-child {
        position: sticky;
        left: 0;
        background-color: #06498B;
        color: #fff;
        z-index: 1021;
        max-width: 35% !important;
    }

#top-left-corner, #used-title, #available-title, #suspended-title, #warning-title {
    position: sticky;
    left: 0;
    background-color: #06498B;
    color: #fff;
    z-index: 1022;
}

th#top-left-corner a.btn.btn-success {
    writing-mode: inherit !important;
}

.wim-orientation {
    transform: rotate(180deg);
}

#licence-table .dropdown-menu {
    padding: 0 !important;
    border: 2px solid #06498B;
    z-index: 1099 !important;
}

    #licence-table .dropdown-menu:hover {
        background-color: #fdf7ee;
    }

#licence-table .dropdown-item:hover {
    border-radius: inherit;
    color: #000;
    background-color: #fdf7ee;
}

/*--------------------------------------------------*/
/* for selects that look disabled */
/*--------------------------------------------------*/

.look-disabled {
    pointer-events: none;
    cursor: not-allowed;
}

/*--------------------------------------------------*/
/* requered-label */
/*--------------------------------------------------*/

.form-group {
    display: flex;
}

    .form-group label {
        margin-top: 1rem;
        display: flex;
        text-align: left;
        align-items: baseline;
    }

.mailGroup {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    align-items: end;
}

    .mailGroup .col-md-6 {
        padding: 0;
    }

.form-check {
    display: flex;
    align-items: baseline;
}

.form-check-label {
    margin-top: 0 !important;
}

.field-validation-error {
    color: #dc3545 !important;
    font-size: 14px;
    text-align: left;
}
/*------------------------------------------------------*/
/* Reception Page*/
/*------------------------------------------------------*/
.reception {
    background-image: url(../img/inscription/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.overlayRecep {
    width: 100%;
    min-height: 100vh;
    background-color: rgba(255, 255, 255, 0.6);
}

.backGradient {
    background: linear-gradient(#06498B,rgba(6,73,139,0.35));
    width: 50%;
    height: 100vh;
}

#specialNav {
    display: flex;
    gap: 2rem;
}

.recep {
    display: flex;
    flex-direction: column;
    z-index: 10;
    justify-content: space-between;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
    padding-top: 1rem !important;
    padding-bottom: 2rem !important;
}

.logo img {
    width: 100%;
}

.recep .shopIcon {
    stroke: #06498B;
}

.recepIcon a, #recepLink a {
    text-decoration: none;
}

.recepIcon .removeMobil, .recepIcon .dropdown-toggle::after {
    color: #06498B;
}

.recepLink a:hover {
    opacity: 0.7;
}

.recepIcon, .recepText, .recepLink {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

    .recepLink .market {
        color: #06498B;
        font-weight: 600;
        text-align: end;
    }

.flecheDroite {
    stroke: #06498B;
    fill: transparent;
    stroke-width: 4px;
    width: 50px;
}

.recepLink .myTools {
    color: #DCDCBC;
    font-weight: 600;
}

.flecheGauche {
    stroke: #DCDCBC;
    transform: rotate(180deg);
    fill: transparent;
    stroke-width: 4px;
    width: 50px;
}

.recepText {
    justify-content: center;
    font-size: 65px;
    text-align: center;
    color: black;
    margin: 0;
}

/*--------------------------------------------------*/
/* Page MyTools   Nouvelle version*/
/*--------------------------------------------------*/
.newSectionTools{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6% auto;
}
.newSectionTools .cardToolsContrainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}

.newSectionTools .cardToolsContrainer .cardToolsItems {
    display: flex;
    flex-direction: column;
    border-radius: 0.6875rem;
    align-items: center;
}

.newSectionTools .cardToolsContrainer .cardToolsItems .cardToolsBody {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 20.9375rem;
    height: 21.6875rem;
    border-radius: 0.6875rem 0.6875rem 0rem 0rem;
    background: #D9D9D9;
}

.newSectionTools .cardToolsContrainer .cardToolsItems .cardToolsBody .logoContainer {
    display: flex;
    width: 16.875rem;
    height: 16.875rem;
    justify-content: center;
    align-items: center;
    border-radius: 12.5rem;
}

.newSectionTools .cardToolsContrainer .cardToolsItems .cardToolsBody .connectApp {
    background: #06498B;
    cursor: pointer;
}

.newSectionTools .cardToolsContrainer .cardToolsItems .cardToolsBody .microsoft {
    background: #fff;
    cursor: pointer;
}

.newSectionTools .cardToolsContrainer .cardToolsItems .cardToolsBody .sepapay {
    background: #FDF7EE;
    cursor: pointer;
}

.newSectionTools .cardToolsContrainer .cardToolsItems .cardToolsBody .connectApp img {
    width: 120%;
    height: auto;
    margin-top: -3%;
}

.newSectionTools .cardToolsContrainer .cardToolsItems .cardToolsBody .microsoft img {
    width: 95%;
    height: auto;
}

.newSectionTools .cardToolsContrainer .cardToolsItems .cardToolsBody .sepapay img {
    width: 90%;
    height: auto;
    margin-top: -3%;
}

.newSectionTools .cardToolsContrainer .cardToolsItems .cardToolsFooter {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0rem 0rem 0.6875rem 0.6875rem;
    width: 20.9375rem;
    height: 3rem;
    background: var(--sp-bleu, #115B74);
}

.newSectionTools .cardToolsContrainer .cardToolsItems .cardToolsFooter a {
    align-self: center;
    color: var(--sp-blanc, #FFF);
    text-decoration: none;
    text-align: center;
    font-family: Montserrat;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
/*--------------------------------------------------*/
/* NavBar Customers */
/*--------------------------------------------------*/
.navbar {
    justify-content: space-between;
}

    .navbar .container-fluid {
        align-items: baseline;
    }

.navbar-brand {
    width: 20%;
    padding: 0;
    margin: 0;
}

    .navbar-brand img {
        width: 100%;
    }

.NavCustomer ul {
    list-style-type: none;
}

.NavCustomer .connectLink {
    color: #06498B;
}

.NavCustomer a:hover {
    opacity: 1 !important;
}

#navbarSupportedContent {
    justify-content: flex-end;
    text-align: end;
}

    #navbarSupportedContent ul {
        list-style-type: none;
    }

/* Fil Arianne*/

#homeClient {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: start;
    list-style-type: none;
    margin: 2rem 0;
}

    #homeClient .nav-link {
        padding: 0;
    }

    #homeClient .nav-link {
        color: #000000;
    }

    #homeClient .nav-item {
        display: flex;
        padding: 0 2%;
    }

        #homeClient .nav-item:first-child {
            display: flex;
            padding: 0 2%;
        }

        #homeClient .nav-item:last-child {
            font-weight: bold;
        }

    #homeClient .nav-link:hover {
        text-decoration: underline;
    }

    #homeClient .nav-link span {
        padding: 0 1rem;
    }

    #homeClient .nav-link:hover span {
        color: #000000;
        text-decoration: none;
        font-weight: 400;
    }

.connectLink {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    font-weight: 600;
    color: white;
}

    .connectLink:hover {
        text-decoration: underline;
        color: white;
    }

    .connectLink.dropdown-toggle:hover {
        color: white;
        text-decoration: none;
    }

.align {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: max-content;
}

.connectLink svg {
    width: 30px;
}

.shopIcon {
    fill: none;
    stroke: white;
    stroke-width: 2;
    stroke-linejoin: round;
}
/*--------------------------------------------------*/
/* Tools page */
/*--------------------------------------------------*/
.toolsRow {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: 100%;
}

.toolsColumn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
}

.toolsColumn h2 {
    margin: 0;
}

.tools {
    border-radius: 2em;
    padding: 2rem;
    display: flex;
    gap: 2rem;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom:3%;
}

.oneTools {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    align-items: center;
    transition: 300ms ease-in-out;
}

    .oneTools:hover {
        text-decoration: none;
    }

        .oneTools:hover p {
            color: white;
        }

        .oneTools:hover svg g, .oneTools:hover svg path {
            fill: white;
        }

            .oneTools:hover svg path.groupIcon,
            .oneTools:hover path.userIcon,
            .oneTools:hover svg .st0 {
                stroke: white;
            }

    .oneTools p {
        font-size: 30px;
        color: #000;
        white-space: normal;
        margin: 0;
    }

.sectionTools svg {
    width: 80px;
}

.subscribeIcon, .roleSvg, .sharedMailBoxIcon, .sharedMailBoxIcon2, .sharedMailBoxIcon3, .cli-1 {
    fill: #000;
}

.sharedMailBoxIcon2, .sharedMailBoxIcon3 {
    stroke-miterlimit: 10;
}

.roleSvg {
    stroke-width: 2;
}

.sharedMailBoxIcon3 {
    stroke-width: 0.1px;
}

.st0 {
    fill: none;
    stroke: #000;
    stroke-width: 2;
    stroke-linejoin: round;
}

.userIcon {
    fill: #000;
    stroke: #000;
    stroke-width: 10px;
}

.groupIcon {
    fill: #000;
    stroke: #000;
    stroke-width: 10px;
}

.licenceIcon {
    fill: #000;
}

/*--------------------------------------------------*/
/* User, Group, Order, Subscription & licence Page */
/*--------------------------------------------------*/

.sectionTools, .sectionMarket {
    margin-bottom: 2rem;
}

    .sectionTools hr {
        border-top: 1px solid black;
    }
    /* Css Table responsive*/
    .sectionTools .table-responsive {
        background-color: #88A0BD;
        color: #000;
        padding: 2rem;
        border-radius: 2em;
        text-align: center;
        box-shadow: 10px 10px 12px rgba(0,0,0,0.20);
    }

#roles-table-head th p {
    writing-mode: vertical-rl;
    text-orientation: sideways;
    padding-left: 5px;
    margin: auto;
}

@-moz-document url-prefix() {
    #roles-table-head th p {
        padding-left: 40%;
    }
}

.table thead th {
    border: none;
}

.table-responsive th {
    color: #000;
    padding: 1%;
    text-align: center;
    border-top: none;
    vertical-align: middle;
}

    .table-responsive th::before, .table-responsive th::after {
        padding: 2% 0;
        text-align: center;
    }

.table-responsive td {
    color: #000;
    vertical-align: middle;
    text-align: left;
}

#roles-table-body td {
    padding: 1%;
    vertical-align: unset;
}

#roles-table-body .form-group {
    justify-content: center;
}

.table-responsive a {
    color: black;
}

.data-table-select {
    margin-bottom: 2rem;
}

    .data-table-select select {
        margin: 0;
    }

div.dataTables_wrapper div.dataTables_filter {
    text-align: center;
}

    div.dataTables_wrapper div.dataTables_filter input {
        border: 1px solid rgb(0 0 0 / 10%);
        box-shadow: 10px 10px 12px rgba(0,0,0,0.20);
    }

.dataTables_length label {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    width: 75%;
    margin: auto;
}

select {
    padding: 0.25rem 0.5rem;
    background: white;
    border: 1px solid rgb(0 0 0 / 10%);
    box-shadow: 10px 10px 12px rgba(0,0,0,0.20);
    border-radius: 0.75em;
    height: auto;
}

/*Fin css table responsive*/
.backSectionToolsCard {
    background-color: #88A0BD;
    color: #000;
    box-shadow: 4px 4px 16px rgb(0 0 0 / 20%);
}

.backReferenceEN {
    background-color: rgba(6, 73, 139, 0.3);
}

.backReferenceFR {
    background-color: rgba(6, 73, 139, 0.5);
}

.backReferenceNL {
    background-color: rgba(6, 73, 139, 0.7);
}

.avertissementReference {
    font-size: 20px;
    font-weight: 500;
    color: #dc3545;
}

.navTenantLarge {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 60%;
    padding: 1rem 2rem;
    border-radius: 2em;
    box-shadow: 10px 10px 12px rgba(0,0,0,0.20);
    margin: 0 auto 2rem;
}

    .navTenantLarge a {
        color: #000;
    }

    .navTenantLarge p {
        margin: 0;
    }

/* Tenant Tools page*/


#all-user-table_paginate {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-item a {
    color: black;
}

.page-item.active a {
    color: white;
}

.navUser, .navGroup, #navSubscriberId {
    display: flex;
    justify-content: center;
    padding: 1% 2%;
    width: 75%;
    border-radius: 2em;
    box-shadow: 10px 10px 12px rgba(0,0,0,0.20);
    margin: 0 auto 2rem;
}

#navSubscriberId {
    width: 100%;
}

    .navUser a, .navGroup a, #navSubscriberId a {
        color: #000;
    }

        .navUser a:hover, .navGroup a:hover, #navSubscriberId a:hover {
            border-bottom: 1px solid black;
            color: #000;
            font-weight: 600;
        }

    .navUser .nav-link.active, .navGroup .nav-link.active, #navSubscriberId .nav-link.active {
        border-bottom: 1px solid #000;
        color: #000;
        font-weight: 600;
    }

.activeLink {
    text-decoration: underline;
    color: #000;
    font-weight: 600;
}

.toolsContent, .marketContent {
    border-radius: 2em;
    box-shadow: 10px 10px 12px rgba(0,0,0,0.20);
    padding: 2rem;
    margin-bottom: 2rem;
}

    .toolsContent .table-responsive {
        box-shadow: none;
        padding: 0;
        background: none;
    }

        .toolsContent .table-responsive tr {
            border: none;
            text-align: center;
            border-bottom: 1px solid black;
        }

            .toolsContent .table-responsive tr:last-child {
                border: none;
            }

.rulesPassword {
    font-size: 12px;
    margin-top: 0.5rem;
}

.input-group {
    align-items: flex-end;
}

.input-group-prepend {
    z-index: 10;
}

.licenceTable .btn-success {
    margin-bottom: 2rem;
}

.licence.table-responsive {
    max-height: 1000px;
    padding: 0%;
}

    .licence.table-responsive table {
        margin: 0;
    }

    .licence.table-responsive th {
        padding: 1% 0;
    }

    .licence.table-responsive td {
        padding: 2.5% 0;
    }

.licence.dropdown-menu {
    padding: 0;
    border: 1px solid white;
}

/* fin tenant part*/


/*  DB part*/

.cadreLicencePartial {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 1% 2%;
    border-radius: 2em;
    margin-top: 2rem;
    box-shadow: 10px 10px 12px rgba(0,0,0,0.20);
}

.cadreLicencePartial {
    box-shadow: none;
}

#importLicence, #importReference {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}

#licenceDbFiltre {
    display: flex;
    justify-content: center;
}

    #licenceDbFiltre .trierSelect:first-child {
        margin-right: 5%;
    }

.dbContent {
    padding: 2%;
}

#subscriberContentId, .dbContent {
    border-radius: 2em;
    box-shadow: 10px 10px 12px rgba(0,0,0,0.20);
    margin-top: 2rem;
}

.subscriberContentDbId .cadre {
    border-radius: 0;
    margin: 0;
    padding: 0;
    background-color: transparent;
}

.subscriberContentDbId {
    padding: 2%;
    text-align: center
}

    .subscriberContentDbId #infoBilling, #documents-table .table-responsive, .dbContent .table-responsive {
        background: transparent;
        box-shadow: none;
    }

    .subscriberContentDbId .contacts_info {
        display: flex;
        justify-content: space-around;
    }

        .subscriberContentDbId .contacts_info div:nth-child(1) {
            margin-bottom: 2rem;
        }

.ProductImage {
    display: flex;
    align-items: center;
}

    .ProductImage .dbContent {
        width: 75%;
        margin: 0;
    }

    .ProductImage .form-group, .alignFormGroup .form-group {
        align-items: center;
    }

.boxImageInt.licencePage {
    width: 150px;
    height: 200px;
    margin: 0;
    margin-right: auto;
}

.licencePage .boxTop h4 {
    font-size: 12px;
}

.licencePage .boxDown {
    height: 120px;
    width: 150px;
}

.dbContent #specificationsProductPage {
    border: none;
    margin-bottom: 0;
    background: transparent;
}

    .dbContent #specificationsProductPage p:last-child {
        border-radius: 0;
    }

.boxImageInt.chooseSubscriptionPage {
    width: 50px;
    height: 75px;
}

.chooseSubscriptionPage .boxTop h4 {
    font-size: 5px;
}

.chooseSubscriptionPage .boxDown {
    height: 35px;
    width: 50px;
}

.chooseSubscriptionPage .subtitle {
    font-size: 5px;
}

#orderDbId input {
    box-shadow: none;
}

.productDbManager div {
    display: flex;
}
/*  fin DB part*/
.form-group.right {
    margin-bottom: 0;
}

.sectionTools .input-group-append {
    display: unset;
}

.sectionTools .form-control.round {
    border-radius: 0 0.75em 0 0 !important;
}

.hide {
    display: none;
}

.active {
    display: block;
}

.productImage {
    margin: 1rem auto;
    padding: 0;
    width: 20%;
}
/*--------------------------------------------------*/
/* Organisation page */
/*--------------------------------------------------*/

.infoGenerale {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 2rem;
    margin-top: 2rem;
}

.infoG {
    display: flex;
    flex-direction: column;
    flex: 2;
    gap: 2rem;
}

    .infoG .cadre {
        margin: 0;
    }

.infoContact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 2em;
    box-shadow: 10px 10px 12px rgba(0,0,0,0.20);
    padding: 2rem;
    flex: 1;
}

.contacts_info {
    text-align: left;
    width: 100%;
}

    .contacts_info h4 {
        font-size: 20px;
        font-weight: 700;
    }

    .contacts_info p {
        padding: 2% 5%;
        margin: 0;
    }

.sectionTools .contacts_info .nav-link {
    color: #000;
    padding: 0;
}

.contacts_info .nav-link {
    color: black;
    text-decoration: underline;
}

.infoOrga {
    background-color: #88A0BD;
    color: #000;
    border-radius: 2em;
    padding: 2rem;
    margin-top: 0;
    box-shadow: 10px 10px 12px rgba(0,0,0,0.20);
}

.infoSave {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.infoSign {
    border-radius: 2em;
    padding: 2rem;
    text-align: left;
}

    .infoSign .table-responsive {
        padding: 0;
    }

.infoSave .btn-primary {
    margin: 0 0;
}

.tenants-table table {
    border-bottom: 1px solid black;
}

.tenants-table .panel-title a, .infoSign .panel-title a {
    color: #dc3545 !important;
    text-decoration: underline;
}

/*--------------------------------------------------*/
/* Catalog section */
/*--------------------------------------------------*/

#licence-card-deck {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(300px, 1fr));
    justify-items: stretch;
    align-items: stretch;
    gap: 2rem;
}

    #licence-card-deck .card {
        background-color: #fff;
        color: #000;
        border-radius: 2em;
        box-shadow: 10px 10px 12px rgba(0,0,0,0.20);
        border: none;
    }

    #licence-card-deck .card-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 1rem;
        gap: 1rem
    }

    #licence-card-deck .card:hover {
        background-color: #06498B;
    }

        #licence-card-deck .card:hover h5,
        #licence-card-deck .card:hover .card-badge,
        #licence-card-deck .card:hover h6 {
            color: #fff;
        }

        #licence-card-deck .card:hover .btn-primary {
            background-color: #fff;
            border: 2px solid #fff;
            color: #06498B;
        }

    #licence-card-deck:hover a:hover {
        text-decoration: none;
    }

    #licence-card-deck .boxImageInt {
        margin: 0 auto;
        left: 0;
    }

    #licence-card-deck .card-badge {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        font-style: italic;
        font-size: 14px;
        color: #000;
        margin: 1rem 0;
    }

    #licence-card-deck .card-title {
        text-align: center;
        margin-bottom: 0;
    }

        #licence-card-deck .card-title h5 {
            color: #000;
            font-size: 23px;
            margin: 0;
            width: 300px;
            height: fit-content;
            line-height: 33px;
            overflow: hidden;
        }

    #licence-card-deck .card-subtitle {
        font-size: 20px;
        font-weight: 700;
        color: #000;
    }

    #licence-card-deck .btn-primary {
        width: 100%;
        font-size: 20px;
    }

.searchCatalog {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    margin-bottom: 2rem;
}

.searchLicences {
    display: flex;
    align-items: baseline;
}

    .searchLicences label {
        padding-right: 3%;
    }

/*--------------------------------------------------*/
/* Cart Page */
/*--------------------------------------------------*/

.titleCard {
    margin-bottom: 1rem;
    font-size: 30px;
    font-weight: bold;
}

/* Recapitulatif Produit*/
.bigProductColumn {
    flex: 2;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    color: #000;
    border-radius: 2em;
    box-shadow: 10px 10px 12px rgba(0,0,0,0.20);
    gap: 2rem;
}

.oneProduct {
    background-color: transparent;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    border: none;
    border-radius: 2em 2em 0 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 2rem;
}

    .oneProduct:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .oneProduct .card-title {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .oneProduct .card-body {
        padding: 0;
    }

    .oneProduct .card-title .productName {
        flex: 2;
    }

    .oneProduct .card-subtitle {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .oneProduct #priceDiscount {
        border: none;
        width: 100%;
    }

    .oneProduct .card-text {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

.productQuantity {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    width: 55%;
    gap: 2rem;
}

#thirdLineCard input {
    margin: 0;
}

.oneProduct a {
    color: #000;
}

.productPriceMonth, .productFullPrice, .productFullPriceBarre {
    font-weight: 600;
    font-size: 20px;
}
/*Affichage prix NCE*/


.productPriceNCE {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
}

    .productPriceNCE .categoriePaiement {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 1rem;
        border: 2px solid #06498B;
        flex: 1;
    }

    .productPriceNCE h4 {
        width: 100%;
        text-align: center;
        font-size: 1.5rem;
        font-weight: 700;
        padding: 0.5rem;
        border-radius: 1rem 1rem 0 0;
        color: #000;
        background-image: linear-gradient( 135deg, rgba(50, 74, 168, 0.7), rgba(168, 129, 50, 0.2) 80% );
        margin: 0;
        white-space: nowrap;
    }

    .productPriceNCE .paiementInfo {
        display: flex;
        align-items: center;
        gap: 1rem;
        padding: 1rem;
    }

    .productPriceNCE .radio-container {
        position: relative;
    }

        .productPriceNCE .radio-container .icon-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 1rem;
            padding: 1rem 0.5rem 0.5rem;
            border-radius: 0.5rem;
            border: 2px solid #06498B;
            transition: all 0.3s ease-in-out;
        }

        .productPriceNCE .radio-container span {
            font-size: 1rem;
            font-weight: 600;
            width: max-content;
        }

        .productPriceNCE .radio-container .radio-select {
            position: absolute;
            opacity: 0;
            width: 100%;
            height: 100%;
            cursor: pointer;
        }

            .productPriceNCE .radio-container .radio-select:hover + .icon-container {
                background-color: #06498B;
                color: #fff;
            }

            .productPriceNCE .radio-container .radio-select:checked + .icon-container {
                background-color: #06498B;
                color: #fff;
            }

    .productPriceNCE p {
        font-size: 1rem;
        color: #dc3545;
        font-weight: 600;
        align-self: center;
    }
/*Fin affichage prix NCE*/

#thirdLineCard {
    display: flex;
    justify-content: space-between;
}

.productRemove a {
    color: #dc3545 !important;
}

    .productRemove a.btn-danger:hover {
        color: white !important;
    }

.productRequest {
    text-decoration: underline;
}

/* Recapitulatif price*/

.periodicite-total-price-card {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: fit-content;
    padding: 2rem;
    border: none;
    border-radius: 2em;
    box-shadow: 10px 10px 12px rgba(255,255,255,0.20);
}

    .periodicite-total-price-card .card-body {
        padding: 0;
    }

#discount, #priceHt, #allTva, #priceDiscount {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #000;
}

#priceTtc {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    font-size: 22px;
    font-weight: bold;
}

#allTva {
    flex-direction: column;
    align-items: inherit;
}

#discount label, #priceDiscount label, #priceHt label, #pourTva label, #priceTva label, #priceTtc label {
    width: 70%;
}

.alignCard {
    display: flex;
    align-items: baseline;
}

#priceTtc.alignCard .form-control {
    font-weight: bold;
    font-size: 22px;
}

.alignCard .form-control, .alignCard span {
    background: transparent;
    text-align: end;
    border: 0;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
    color: #000;
    box-shadow: none;
}

.alignCard .product {
    background: transparent;
    text-align: end;
    font-size: 18px;
    color: #dc3545;
    border: 0;
}

.productFullPriceBarre p {
    text-decoration: line-through #dc3545;
}

/*--------------------------------------------------*/
/* frequentlyAskedQuestion page */
/*--------------------------------------------------*/
.spaceApp .accordion {
    margin-top: 1.5rem;
}

.accordion > .card > .card-header,
.card > .card-header-fils {
    background-color: #88A0BD;
    font-size: 30px;
}

.card > .card-header-fils {
    background-color: #88A0BD;
    font-size: 20px;
}

.card > .card-header-question {
    background-color: #06498B;
    color: white;
}

    .card > .card-header-question a {
        color: white;
    }

.card > #contactMail .card-body span {
    color: #06498B;
    font-size: 20px;
    font-weight: 500;
}

.mb-0 > a {
    display: block;
    position: relative;
    color: #000;
    white-space: normal;
    margin: 0;
    text-decoration: none;
}

    .mb-0 > a:hover {
        color: #fff;
    }

    .mb-0 > a:after {
        content: "\f055"; /* fa-chevron-down */
        font-family: "FontAwesome";
        position: absolute;
        right: 0;
    }

    .mb-0 > a[aria-expanded="true"]:after {
        content: "\f056"; /* fa-chevron-up */
    }


/*--------------------------------------------------*/
/* TermOfSales page */
/*--------------------------------------------------*/

.cardTerm {
    padding: 2rem;
    border: none;
    border-radius: 2em;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.termRow {
    display: flex;
    gap: 2rem;
}

    .termRow .term {
        flex-direction: column;
        gap: 1rem;
    }

        .termRow .term:last-child {
            width: 100%;
        }

        .termRow .term label {
            padding: 0;
        }

        .termRow .term input {
            background: transparent;
            color: black;
            font-size: 18px;
        }

.term {
    gap: 2rem;
}

    .term label, .term select, .term input, .form-group.term {
        margin: 0;
    }

    .term select {
        flex: 1;
    }

.cardTerm embed {
    border-radius: 1rem;
}

/*Téléchargement desc documents pour les mobiles*/
.TermsFrameSmallScreen {
    display: none;
}
/*--------------------------------------------------*/
/* Error page */
/*--------------------------------------------------*/
#error {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.errorContent {
    width: 60%
}

    .errorContent h1 {
        font-size: 4em;
        font-weight: 700;
    }

.errorImage img {
    width: 100%
}

/*--------------------------------------------------*/
/* New Product Page */
/*--------------------------------------------------*/
.productRow {
    display: flex;
    gap: 2rem;
    margin: 2rem auto;
}

.productColumn:first-child {
    flex: 1;
}

.productColumn:last-child {
    flex: 2;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    background-color: white;
    box-shadow: 10px 10px 12px rgba(0,0,0,0.20);
    border-radius: 2rem;
    gap: 2rem;
}

.productColumn .productTitle {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    color: #06498B;
    margin: 0;
}

.productColumn .productDetail p {
    font-size: 1em;
}

.productColumn .sepapayUrl p {
    font-size: 1em;
}

.productColumn .productDetail ul li {
    margin: 0;
    list-style: none;
    font-size: 1em;
    display: flex;
}

    .productColumn .productDetail ul li::before {
        content: "\1F5F9";
        color: #06498B;
        margin-right: 1rem;
        font-size: 20px;
        font-weight: 700;
    }

.parMois {
    font-weight: 400;
    font-size: 16px;
}

.purchaseInfo {
    display: flex;
    gap: 2rem;
    align-items: flex-end;
}

    .purchaseInfo button {
        flex: 1;
        height: fit-content;
    }

    .purchaseInfo .input-material {
        margin: 0;
    }

.specificationsProductPage {
    margin-bottom: 2rem;
    padding: 2rem;
    background: rgba(6, 73, 139, 0.5);
    border-radius: 2em;
    box-shadow: 10px 10px 12px rgba(0,0,0,0.20);
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

    .specificationsProductPage ul {
        margin: 0;
        padding: 0;
    }

        .specificationsProductPage ul li {
            padding: 1rem 2rem;
            list-style-type: none;
            border-top: 1px solid black;
            font-size: 18px;
            transition: 0.2s;
        }

.similarProduct {
    margin-bottom: 2rem;
}
/*BOX 3D Product Page*/
.boxImageInt.productPage {
    width: 375px;
    height: 500px;
}

.productPage .boxTop img {
    width: 50%;
}

.productPage .boxTop h4 {
    font-size: 16px;
}

.productPage .boxDown {
    height: 300px;
    width: 375px;
}

.productPage .subtitle {
    letter-spacing: 8px;
    font-size: 20px;
}

/*Slider product page*/

.similarProduct .directionalNav {
    justify-content: space-between;
    position: relative;
    z-index: 1000;
    margin: auto;
    top: 20vh;
    width: 100%;
    margin: 0;
}

.similarProduct #slider ul {
    justify-content: center;
}

/*slider*/

.directionalNav {
    display: flex;
    justify-content: space-evenly;
    width: 25%;
    margin-left: auto;
    margin-bottom: 2rem;
}

#slider {
    overflow: hidden;
    margin-left: auto;
    display: flex;
    min-height: 320px;
}

    #slider ul {
        position: relative;
        margin: 0 1% 0 0;
        padding: 0;
        height: 200px;
        list-style: none;
        margin-left: auto;
        transition: transform 1s;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        #slider ul li {
            display: inline-flex;
            padding: 0;
            height: 320px;
            background: white;
            border-radius: 1em;
            width: 200px;
            margin: 0 1rem;
            text-align: center;
            border: 1px solid #06498B;
            justify-content: space-around;
            align-items: center;
            transform: scale(0.8);
        }

            #slider ul li:hover {
                background-color: #06498B;
            }

                #slider ul li:hover .card-title {
                    color: #fff;
                }

                #slider ul li:hover .btn-primary {
                    background-color: #fff;
                    border: 2px solid #fff;
                    color: #06498B;
                }

            #slider ul li:nth-child(3) {
                transform: scale(1);
            }

            #slider ul li .card-subtitle .btn-primary {
                margin: 0;
                padding: 5px 10px 5px 10px;
            }

.previous_btn, .next_btn {
    width: 44px;
    height: 44px;
    border: 2px solid rgb(6,73,139);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

    .previous_btn:hover, .next_btn:hover {
        border: none;
        background: hsla(210, 92%, 29%, 0.75);
    }

        .previous_btn:hover .arrow, .next_btn:hover .arrow {
            fill: rgba(255,255,255,0.75);
        }

    .previous_btn svg, .next_btn svg {
        width: 60%;
        height: 60%;
    }

.arrow {
    fill: rgb(6,73,139);
}

/*BOX 3D*/

.boxImageInt {
    perspective: 2600px;
    position: relative;
    width: 100px;
    height: 150px;
    margin: 0 auto;
}

    .boxImageInt .face {
        position: absolute;
        box-shadow: -1vw 0.5vw 1vw rgba(0, 0, 0, 0.2);
    }

        .boxImageInt .face.main {
            height: 100%;
            width: 100%;
            transform: rotateY(30deg);
            transform-origin: 0 50%;
            overflow: hidden;
            background-color: #f1f1f1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

.boxTop {
    padding: 0.5rem;
}

    .boxTop img {
        width: 70%;
        margin-bottom: 0.5rem;
    }

    .boxTop h4 {
        font-size: 8px;
        font-weight: 700;
        color: #06498B;
        margin: 0;
    }

.boxDown {
    height: 100px;
    width: 100px;
    background-image: url(../img/home/backgroundBoxDownNormal.png);
    background-size: cover;
}

.boxImageInt .face.side {
    height: 100%;
    width: 20%;
    transform-origin: 0 50%;
    transform: rotateY(-60deg) translateX(-100%);
    overflow: hidden;
    filter: brightness(75%);
    background: white;
}

.subtitle {
    transform: rotate(-90deg);
    top: 85%;
    position: relative;
    opacity: 1;
    word-wrap: normal;
    white-space: nowrap;
    letter-spacing: 4px;
    font-size: 12px;
    color: #DC3545;
}

/*--------------------------------------------------*/
/* Home Page */
/*--------------------------------------------------*/

.headerNew {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #06498B;
    height: 100vh;
    width: 100vw;
    padding-bottom: 5rem;
}

    .headerNew nav.bg-acit {
        background-color: transparent;
    }

    .headerNew .navbar-brand img {
        width: 300px;
    }

.headerRound {
    z-index: 0;
    position: absolute;
    margin-left: auto;
    border-radius: 30vw 0vw 0 30vw;
    right: 0;
    top: -20vh;
    width: 55vw;
    height: 120vh;
    overflow: hidden;
    background-position-x: left;
    background: linear-gradient(rgba(6, 73, 139) 20%, #FFFFFF 100%);
}

.textHeader {
    width: 38vw;
    margin-right: 3rem;
}

    .textHeader h1 {
        font-weight: 700;
        font-size: 50px;
        color: #FFF;
        margin-bottom: 1.25rem;
    }

    .textHeader p {
        font-weight: 400;
        font-size: 23px;
        color: #FFF;
        margin-bottom: 1.25rem;
    }

.btn-home {
    padding: 10px 18px;
    background-color: #2BC194;
    border-radius: 2rem;
    text-align: center;
    width: fit-content;
}

    .btn-home a, .btn-home button {
        font-weight: 600;
        font-size: 18px;
        color: #fff !important;
    }

    .btn-home:hover {
        animation-duration: 500ms;
        animation-name: btn-hover;
        animation-fill-mode: forwards;
        cursor: pointer;
    }

@keyframes btn-hover {
    100% {
        transform: scale(1.08);
    }
}

.btn-add-cart {
    border-radius: 2rem;
    background-color: #06498B;
    padding: 10px 18px;
    color: #fff;
    font-weight: 600;
    border: 2px solid #06498B;
    width: max-content;
}

    .btn-add-cart:hover {
        animation-duration: 500ms;
        animation-name: btn-hover;
        animation-fill-mode: forwards;
        cursor: pointer;
        text-decoration: none;
    }

.headerBody {
    display: flex;
    align-items: center;
    height: 80vh;
}

.productHeader {
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 45vw;
    margin-top: 2rem;
}

.ligne {
    display: flex;
    justify-content: space-between;
}

    .ligne:nth-child(1) {
        width: 80%;
    }

        .ligne:nth-child(1) .backTypeProduct:first-child {
            margin-left: 2rem;
        }

        .ligne:nth-child(1) .backTypeProduct:last-child {
            margin-top: 1rem;
        }

    .ligne:nth-child(2) {
        width: 70%;
        margin: 1rem 0 0 auto;
    }

        .ligne:nth-child(2) .backTypeProduct:last-child {
            margin-top: 2rem;
        }

    .ligne:nth-child(3) {
        margin-top: 3%;
        align-items: center;
        margin-left: auto;
        width: 90%;
    }
    .ligne:nth-child(3) .backTypeProduct:last-child {
        margin-right: 25%;
    }

        .ligne:nth-child(3) .backTypeProduct:first-child img {
            width:150px;
        }

.backTypeProduct {
    background-color: #fff;
    border-radius: 20px;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .backTypeProduct img {
        width: 80px;
        height: auto;
    }

.connectPartner {
    margin-left: auto;
    margin-top: 3%;
    background: #fff;
    padding: 1rem;
    margin-bottom: 0;
    border-radius: 20px;
}

    .connectPartner p {
        margin-bottom: 0;
    }

    .connectPartner img {
        width: 230px;
        height: auto;
    }

.titleSectionHome {
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 2rem;
}

/* Section Gold Product*/

.goldProduct {
    position: relative;
    background-color: #fff;
    padding: 7rem 3rem;
    margin: -3rem 9.25rem 4rem;
    border-radius: 20px;
    z-index: 10;
}

.redPastille {
    position: absolute;
    top: -4rem;
    left: -3.25rem;
    width: 180px;
    height: 180px;
    border-radius: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #DC3545;
    color: #fff;
    padding: 10px;
    font-size: 22px;
    font-weight: 600;
}

.goldProductBody {
    display: flex;
    justify-content: space-between;
}

.goldProductText {
    width: 60%;
}

    .goldProductText a {
        text-decoration: none;
        color: #000000;
    }

    .goldProductText h2 {
        font-size: 40px;
        font-weight: 700;
        margin-bottom: 2.25rem;
    }

    .goldProductText p {
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 1.25rem;
    }

    .goldProductText .price {
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 1.25rem;
    }

    .goldProductText a {
        font-size: 25px;
    }

.goldProductImage .boxImageInt {
    width: 260px;
    height: 380px;
}

.goldProductImage .subtitle {
    letter-spacing: 8px;
    font-size: 20px;
    color: #DC3545;
}

.goldProductImage .boxTop {
    height: 150px;
}

    .goldProductImage .boxTop h4 {
        font-size: 16px;
    }

.goldProductImage .boxDown {
    height: 228px;
    width: 260px;
    background-image: url(../img/home/backgroundBoxDown.png);
}

.goldProduct:hover {
    background-color: #06498B;
}

    .goldProduct:hover a {
        color: #000000;
    }

    .goldProduct:hover h2, .goldProduct:hover .price, .goldProduct:hover p {
        color: #FFF;
    }

    .goldProduct:hover .btn-add-cart {
        background-color: #fff;
        border: 2px solid #fff;
    }

.goldProduct .btn-add-cart a {
    color: #fff;
}

.goldProduct:hover .btn-add-cart a {
    color: #000;
}

/*Section Licence Populaire*/

.sliderProductShowcase {
    margin-bottom: 6rem;
}

    .sliderProductShowcase .popup-content {
        background-color: #F1F1F1;
    }

        .sliderProductShowcase .popup-content select, .sliderProductShowcase .popup-content textarea {
            box-shadow: 10px 10px 12px rgba(0,0,0,0.20);
        }

    .sliderProductShowcase h1 {
        margin-bottom: 2rem;
    }

.sliderProductButton {
    margin-bottom: 8rem;
    margin-left: auto;
}

.slideHome {
    position: relative;
    width: 300px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 10px 10px 12px rgba(6,73,139,0.30);
    padding: 12rem 1.25rem 2rem;
    height: 560px;
    margin: 0rem 2rem;
}

    .slideHome:hover {
        background: #06498B;
    }

        .slideHome:hover h3, .slideHome:hover .price, .slideHome:hover p, .slideHome a {
            color: #FFF;
        }

        .slideHome:hover a:hover {
            text-decoration: none;
        }

        .slideHome:hover .btn-add-cart {
            background-color: #fff;
            border: 2px solid #fff;
        }

        .slideHome:hover a {
            color: #000;
        }

slideHome a:hover {
    text-decoration: none;
    color: #000;
}

.slideHome .boxImageInt {
    width: 160px;
    height: 230px;
    position: absolute;
    bottom: 23rem;
    margin: 0;
    transform: rotate(-12deg);
}

.slideHome .boxTop {
    height: 90px;
}

.slideHome .boxDown {
    height: 140px;
    width: 160px;
}

.slideHome h3 {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 1.25rem;
    height: 60px;
    overflow: hidden;
    white-space: initial;
    text-overflow: ellipsis;
}

.slideHome .price {
    color: #000;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.slideHome p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 1.25rem;
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slideHome a:last-child {
    font-size: 16px;
}

.slick-list {
    overflow-x: clip !important;
    overflow-y: visible !important;
    width: 95%;
    margin: auto !important;
}

@media not all and (min-resolution:.001dpcm) {
    @media {
        .sliderProductShowcase h1 {
            margin-bottom: 0 !important;
        }

        .slick-track {
            height: -webkit-fill-available;
            display: flex;
            align-items: center;
        }
    }
}

.slick-prev, .slick-next {
    width: 55px !important;
    height: 55px !important;
    z-index: 10;
}

    .slick-prev:before, .slick-next:before {
        opacity: 1 !important;
        font-size: 55px !important;
    }

.chooseProSlider .slick-prev .arrow, .chooseProSlider .slick-next .arrow {
    fill: #06498B;
}

/* Section Start With*/

.startWith {
    position: relative;
    min-height: 90vh;
    display: flex;
    flex-direction: row-reverse;
    padding-left: 6.25rem;
    margin-bottom: 6rem;
}

.startWithIllu {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    background-image: url(../img/home/bienDemarrer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.startWithContent {
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

    .startWithContent h1 {
        padding: 2rem 0;
        width: 40%;
    }

.startWithBody {
    background-color: #06498B;
    border-radius: 20px;
    width: 70%;
    padding: 4rem 3rem;
    display: flex;
    justify-content: space-between;
}

.startWithList {
    display: flex;
    align-items: baseline;
    color: #fff;
    margin-bottom: 2rem;
    max-width: 400px;
}

.startWithBody span {
    font-size: 60px;
    margin-right: 1rem;
    --stroke-color: #DCDCBC;
    --stroke-width: 2px;
    color: #06498B;
    text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * 0.3827) 0 var(--stroke-color), calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * 0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * 0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0 var(--stroke-color), calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * 0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * 0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * 0.3827) 0 var(--stroke-color), calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0 var(--stroke-color), calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * -0.3827) 0 var(--stroke-color), calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * -0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * -0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0 var(--stroke-color), calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * -0.9239) 0 var(--stroke-color), calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * -0.7071) 0 var(--stroke-color), calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * -0.3827) 0 var(--stroke-color);
}

.startWithBody h4, .startWithTitle {
    font-size: 35px;
    color: #FFF;
    font-weight: 700;
}

    .startWithTitle:hover {
        color: #ffffff75;
    }
/* Section Licence Pro*/
.choosePro {
    margin-bottom: 6rem;
}

.chooseProSlider {
    background-color: #06498B;
    padding: 4rem 3rem;
    border-radius: 20px;
}

.chooseProSlide {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 2rem;
    height: 80vh !important;
}

.chooseProSliderHeader {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    font-weight: 700;
    color: #DCDCBC;
    font-size: 30px;
}

    .chooseProSliderHeader h2:last-child {
        font-size: 40px;
        white-space: pre;
    }

.chooseProSliderContent {
    margin: 3rem 0;
    width: 50%;
}

.chooseProSliderBody {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 60vh;
}

.chooseProSliderList {
    margin-bottom: 2rem;
}

    .chooseProSliderList li, .chooseProSliderQuestion p {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 1rem;
    }

.chooseProSliderImage {
    width: 40%;
}

    .chooseProSliderImage img {
        width: 100%;
        border-radius: 20px;
    }

.chooseProSlider .slick-prev {
    left: 65vw;
}

.chooseProSlider .slick-next {
    right: 5vw;
}

    .chooseProSlider .slick-prev .arrow, .chooseProSlider .slick-next .arrow {
        fill: #DCDCBC;
    }

.chooseProSlider .slick-prev, .chooseProSlider .slick-next {
    top: 85vh;
}

/*Section Value Connect*/

.valueConnect {
    margin-bottom: 6rem;
}

.valueContent {
    display: flex;
    justify-content: space-between;
}

.valueBody {
    max-width: 380px;
}

.backIconValue {
    background-color: #fff;
    border-radius: 2rem;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

    .backIconValue img {
        width: 60px;
        height: 60px;
    }

.valueTitle {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.valueText {
    font-size: 20px;
}

/*--------------------------------------------------*/
/* Responsive breakpoints */
/*--------------------------------------------------*/
@media only screen and (min-width:1920px) {
    .headerBody {
        justify-content: space-between;
    }

    .slideHome .boxImageInt {
        bottom: 21rem;
    }

    .connectPartner {
        margin-bottom: 2rem;
    }
}
/* Large devices (desktops, 992px and up)*/
@media only screen and (max-height:600px) {

    #logInscriptionRegister {
        min-height: 130vh;
    }
}

/* Large devices (desktops, 992px and up)*/
@media only screen and (max-width:1280px) {

    .goldProduct {
        margin: 0 4rem 6rem;
    }
}

@media only screen and (max-width:1024px) {

    .navTenantLarge, .navUser, .navGroup {
        width: 100%;
    }
    /*--------------------------------------------------*/
    /* Home page */
    /*--------------------------------------------------*/
    .spaceApp {
        padding: 0 4rem;
    }

    .spaceAppMargin {
        margin: 0 4rem;
    }
    /* Section Header*/

    .headerNew {
        padding-bottom: 5rem;
        height: 105vh;
    }

    .headerRound {
        border-radius: 40vw 0vw 0 40vw;
        width: 48vw;
        height: 125vh;
    }

    .textHeader {
        width: 45vw;
        margin-right: 0;
    }

        .textHeader h1 {
            font-size: 40px;
        }

        .textHeader p {
            font-size: 20px;
        }

    .backTypeProduct {
        width: 80px;
        height: 80px;
    }

        .backTypeProduct img {
            width: 60px;
        }

    .ligne:nth-child(3) .backTypeProduct:first-child img {
        width: 95px;
    }
    .ligne:nth-child(3) .backTypeProduct:first-child {
       margin-right: 5%;
    }

    .ligne:nth-child(1) {
        width: 90%;
        margin-left: auto;
    }

    .ligne:nth-child(2) {
        width: 55%;
    }

    .ligne:nth-child(3) {
        margin-bottom: 1rem;
        margin-left: 20%;
    }
    
    .connectPartner img {
        width: 150px;
        height: auto;
    }

    /* Section produit phare*/

    .goldProduct {
        margin: 0 4rem 6rem;
    }
    /*OneRed*/
    .redPastille {
        width: 125px;
        height: 125px;
        font-size: 16px;
        top: -3rem;
        left: -2rem;
    }

    .goldProductText h2 {
        font-size: 30px;
    }

    .goldProductText p {
        font-size: 16px;
    }

    .goldProductText a {
        font-size: 20px;
    }
    /* Slider Showcase */
    .btn-add-cart {
        width: fit-content;
    }
    /* Section Start With*/
    .startWith {
        padding-left: 4rem;
    }

    .startWithBody {
        width: 85%;
    }

        .startWithBody span {
            font-size: 50px;
        }

        .startWithBody h4 {
            font-size: 30px;
        }

    /* Section Licence Pro*/

    .chooseProSlider {
        padding: 2rem;
    }

    .chooseProSlide {
        height: unset !important;
    }

    .chooseProSlider .slick-list {
        width: 100%;
    }

    .chooseProSliderBody, .chooseProSliderHeader {
        height: unset;
    }

    .chooseProSlider .slick-prev, .chooseProSlider .slick-next {
        top: 55vh;
    }

    .chooseProSliderHeader h2 {
        font-size: 25px;
    }

    .chooseProSlider .slick-prev {
        left: 73vw;
        width: 40px !important;
        height: 40px !important;
    }

    .chooseProSlider .slick-next {
        right: 4vw;
        width: 40px !important;
        height: 40px !important;
    }

    /* Section value Connect*/

    .valueContent {
        flex-direction: column;
    }

    .valueBody {
        max-width: unset;
        margin-bottom: 2rem;
    }

        .valueBody:last-child {
            margin-bottom: 0;
        }

    /*--------------------------------------------------*/
    /* Footer  */
    /*--------------------------------------------------*/

    .footerContact h3, .footerLegales h3 {
        font-size: 25px;
    }

    .footerContact a, .footerLegales a, .footer p:last-child {
        font-size: 18px;
    }
    /*------------------------------------------------------*/
    /* Term Page */
    /*------------------------------------------------------*/

    .form-group.term {
        flex-direction: row;
    }

    .TermsFrameSmallScreen {
        display: initial;
    }

    .TermsFramebigScreen {
        display: none;
    }

    .DisplayDownloadText {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        color: #000;
    }

    .downloadLink {
        background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/9487/download-pdf.png');
        background-repeat: no-repeat;
        background-position: 10px 10px;
        width: 23.33%;
        height: 80px;
        display: inline-block;
        padding: 28px 20px 20px 80px;
    }


    /*--------------------------------------------------*/
    /* Product Page */
    /*--------------------------------------------------*/
    .similarProduct #slider {
        width: 90% !important;
        margin: auto;
    }

    .similarProduct .directionalNav {
        top: 25vh;
    }

    .boxImageInt.productPage {
        width: 280px;
        height: 420px;
    }

    #slider ul li:nth-child(3) {
        transform: scale(0.8);
    }

    #slider ul li:nth-child(2) {
        transform: scale(1);
    }

    #slider ul li {
        margin: auto;
    }
    /*--------------------------------------------------*/
    /* Reception Page */
    /*--------------------------------------------------*/

    .logo {
        width: 40%;
    }

    .recepText {
        font-size: 60px;
    }

    .linkRepresentant {
        flex-direction: column;
        align-items: baseline;
    }

    .infoValidation, #miniValidationInscription {
        width: 100%;
    }

    .ContactsPageValidation {
        width: 100%;
        order: 3;
    }

    /*--------------------------------------------------*/
    /* GENERAL */
    /*--------------------------------------------------*/

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }

    #navbarCustomers {
        justify-content: space-between;
        align-items: baseline;
        flex-direction: row;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .form-group {
        flex-direction: column;
    }

    .form-check {
        flex-direction: row;
    }

    /*------------------------------------------------------*/
    /* Product Page*/
    /*------------------------------------------------------*/

    .productRow {
        flex-direction: column;
    }

    .boxImageInt.productPage {
        width: 300px;
        height: 400px;
    }
    /*--------------------------------------------------*/
    /* Organisation Page */
    /*--------------------------------------------------*/

    .infoGenerale {
        flex-direction: column-reverse;
    }

    .infoG {
        width: 100%;
    }

    .infoContact {
        width: 100%;
    }

    .contacts_info {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        text-align: left;
    }

        .contacts_info p {
            font-size: 14px;
            padding: 0;
        }

    .infoSign {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

        .infoSign .form-group {
            align-items: flex-start;
        }

    #no-vat-number-div {
        justify-content: center;
        align-items: flex-start;
        margin-top: 2rem;
    }
    /*--------------------------------------------------*/
    /* Page Login */
    /*--------------------------------------------------*/
    #logInscriptionRegister, #logInscriptionRegister .loginRegisterBackground {
        height: 115vh;
    }

    .linkRepresentant {
        flex-direction: column;
        align-items: baseline;
    }

    /*--------------------------------------------------*/
    /* Catalog Page */
    /*--------------------------------------------------*/

    #licence-card-deck .card {
        min-width: 300px;
    }

    /*--------------------------------------------------*/
    /* Cart Page */
    /*--------------------------------------------------*/

    .productPriceMonth, .productFullPrice, .productFullPriceBarre {
        font-size: 18px;
    }

    .productQuantity select.form-control {
        width: unset !important;
    }

    /*-------Gestion des champs de saisie des formulaires------------*/

    .input-material label {
        font-size: 16px;
    }

    .input-material .form-control:focus,
    .input-material .form-control[value]:not([value=""]),
    .input-material .form-select:focus,
    .input-material .form-select[value]:not([value=""]) {
        font-size: 16px;
    }

    .formAddress, .formGroup {
        flex-direction: column;
        gap: 0;
    }

    .input-material label {
        top: 20px;
    }
}

@media only screen and (max-width:768px) {

    /*--------------------------------------------------*/
    /* GENERAL */
    /*--------------------------------------------------*/
    .spaceApp {
        padding: 0 2rem;
    }

    .spaceAppMargin {
        margin: 0 2rem;
    }

    .form-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-check {
        flex-direction: row;
    }

    .navbar-nav .dropdown-menu {
        position: absolute;
    }
    /* Role tab*/
    #roles-table-body .form-group {
        justify-content: flex-start;
        align-items: center;
    }

    .textAlign {
        margin-top: 2rem;
    }


    @-moz-document url-prefix() {
        #roles-table-head th p {
            padding-left: 5%;
        }
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='black' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
    }

    .navbar-brand {
        width: 40%;
    }
    /* Section Slider*/

    #slider {
        width: 90% !important;
        margin: auto;
    }

        #slider ul li {
            margin: auto;
        }

    .directionalNav {
        justify-content: space-between;
        position: relative;
        z-index: 1000;
        margin: auto;
        top: 30vh;
        width: 100%;
    }

    .similarProduct .directionalNav {
        top: 30vh;
    }

    /*--------------------------------------------------*/
    /* Home page */
    /*--------------------------------------------------*/
    .btn-home a, .btn-home button {
        font-size: 16px;
    }

    .headerRound {
        display: none;
    }

    .headerNew {
        background: linear-gradient(rgba(6, 73, 139) 30%, #FFFFFF 100%);
        height: 100vh;
        justify-content: space-between;
        padding-bottom: 0rem;
    }

        .headerNew .navbar-brand img {
            width: 100%;
        }

    .headerBody {
        flex-direction: column;
        height: unset;
    }

    .textHeader, .productHeader {
        width: 100%;
    }

    .productHeader {
        margin: 3rem 0;
    }

    .alignProductHeader {
        display: flex;
        justify-content: flex-end;
    }

    .ligne:nth-child(1), .ligne:nth-child(2), .ligne:nth-child(3) {
        flex-direction: row;
        margin: 0 2rem 0 0;
        width: min-content;
    }



        .ligne:nth-child(1) .backTypeProduct:first-child,
        .ligne:nth-child(2) .backTypeProduct:first-child,
        .ligne:nth-child(3) .backTypeProduct:first-child {
            margin: 0 2rem 0 0;
        }

    .ligne:nth-child(1) .backTypeProduct:last-child,
    .ligne:nth-child(2) .backTypeProduct:last-child,
    .ligne:nth-child(3) .backTypeProduct {
        margin: 0;
    }

    .connectPartner {
        margin-top: 3rem;
    }

        .connectPartner img {
            width: 200px;
        }

    /* Section Gold Product*/

    .goldProduct {
        margin: 6rem 4rem 6rem;
        padding: 5rem 3rem;
    }

    .goldProductBody {
        flex-direction: column;
    }

    .goldProductText {
        width: 100%;
    }

    .goldProductImage {
        margin-top: 2rem;
    }
    /*Slider showCase*/
    .slideHome .price, .goldProductText .price {
        display: flex;
        flex-direction: column;
    }
    /* Section Start With */

    .startWithBody {
        flex-direction: column;
        align-items: center;
        width: 80%;
    }

    /* Section Licence Pro*/
    .chooseProSlider {
        padding: 0;
        background-color: transparent;
    }

    .chooseProSlide {
        padding: 2em;
        background: #06498B;
        border-radius: 2rem;
        margin: 0 1rem;
        height: unset !important;
    }

    .chooseProSliderHeader {
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 1rem;
    }

        .chooseProSliderHeader h2:first-child {
            font-size: 22px;
        }

        .chooseProSliderHeader h2:last-child {
            font-size: 30px;
        }

    .chooseProSliderContent {
        margin: 1rem 0;
    }

    .chooseProSliderList {
        padding-left: 1rem;
    }

        .chooseProSliderList li, .chooseProSliderQuestion p {
            font-size: 16px;
        }

    .chooseProSlider .slick-prev, .chooseProSlider .slick-next {
        top: 50%;
    }

    .chooseProSlider .slick-next {
        right: -25px;
    }

    .chooseProSlider .slick-prev {
        left: -25px;
    }

        .chooseProSlider .slick-prev .arrow, .chooseProSlider .slick-next .arrow {
            fill: rgb(6,73,139);
        }

    /*--------------------------------------------------*/
    /* Footer */
    /*--------------------------------------------------*/
    .footerRound {
        display: none;
    }

    .footer {
        background: linear-gradient(rgba(6, 73, 139) 30%, #FFFFFF 140%);
    }

    .footerBody {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 2rem;
    }

    .footerContact {
        margin-bottom: 2rem;
    }

    /*--------------------------------------------------*/
    /* Tools page */
    /*--------------------------------------------------*/
    #subscriberContentId .row {
        flex-direction: column-reverse;
    }

    #subscriberContentId .left, #subscriberContentId .next {
        text-align: center !important;
    }

    .linkTools {
        width: 100%;
    }
    /*------------------------------------------------------*/
    /* Term Page */
    /*------------------------------------------------------*/
    .termRow {
        flex-direction: column;
    }

    .form-group.term {
        flex-direction: column;
        gap: 1rem;
    }

        .form-group.term label {
            padding: 0;
        }
    /*--------------------------------------------------*/
    /* Login Page */
    /*--------------------------------------------------*/
    .btn-primary {
        border: 2px solid #06498B;
        color: #06498B;
        font-weight: 700;
        line-height: unset;
    }

        .btn-primary:active {
            border: 2px solid white;
            color: white;
            background: #06498B;
        }

    #logInscriptionRegister {
        height: unset;
    }

    .loginRegister {
        margin: 4rem 0;
        position: unset;
    }

    #pageLogin .btn-primary {
        border: 3px solid #DCDCBC;
    }

    #login-info-box {
        width: 100%;
        padding: 0;
        top: 0;
        right: 0;
        position: unset;
        text-align: center;
    }

        #login-info-box a {
            margin-bottom: 1rem;
        }

    #register-info-box {
        width: 100%;
        position: unset;
        margin-bottom: 2rem;
    }

    #login-show button {
        margin-top: 1rem;
    }

    #white-panel {
        display: block;
        align-items: unset;
        background-color: #fff;
        min-height: auto;
        position: unset;
        width: 100%;
        left: 0%;
        z-index: 0;
        box-shadow: none;
    }

    #register-show form button {
        margin-top: 1rem;
    }

    .container, .container-sm {
        max-width: 700px;
    }

    #register-login-panel {
        flex-direction: column;
        height: auto;
        border-radius: 2em;
        padding: 2rem;
    }

    .popover {
        margin-top: 2.5rem;
        top: 14vh !important;
        left: 18% !important;
    }

        .popover .arrow {
            top: -2vh !important;
            transform: rotate(-90deg);
            left: 50%;
        }

    #logInscriptionRegister .loginRegisterBackground {
        display: none;
    }



    /*------------------------------------------------------*/
    /* Reception Page*/
    /*------------------------------------------------------*/

    .backGradient {
        width: 100%;
    }

    .recepIcon #navbarCustomers {
        flex-wrap: nowrap;
    }

    .recepIcon .removeMobil, .recepIcon .dropdown-toggle::after {
        color: white;
    }

    .recepLink h1 {
        color: #DCDCBC;
        font-size: 2em;
    }

    .recepIcon .shopIcon {
        stroke: white;
    }

    .market {
        text-align: end;
    }

    .flecheDroite {
        stroke: #DCDCBC;
    }

    .recepText {
        font-size: 50px;
    }

    /*------------------------------------------------------*/
    /* Cart Page*/
    /*------------------------------------------------------*/

    .oneProduct .card-title {
        flex-direction: column;
        align-items: unset;
    }

    .productPriceMonth {
        text-align: end;
    }

    .productQuantity {
        width: 80%;
    }

    /*Product page*/
    .productPriceNCE {
        flex-direction: column;
        align-items: unset;
    }

        .productPriceNCE h4 {
            white-space: normal;
        }

    .consent-content, .popup-content, .big-popup-content {
        width: 100%;
    }
}

@media only screen and (max-width:480px) {

    .errorContent h1 {
        font-size: 2.3em;
    }

    .consent-content, .popup-content, .big-popup-content {
        width: 100%;
    }

    .infoSave {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .saveButtonColumn {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .align {
        display: inline-block;
    }

    .contacts_info {
        justify-content: center;
    }

    .textAlign p {
        text-align: left;
    }

    .generatePassword {
        gap: 1rem;
        flex-direction: column !important;
    }

        .generatePassword .btn-primary {
            width: 100%;
        }

    button, a {
        width: 100%
    }

    .table-responsive button {
        width: max-content;
    }

    .table-responsive td {
        white-space: nowrap;
    }
    /*--------------------------------------------------*/
    /* Home page */
    /*--------------------------------------------------*/
    .headerNew {
        height: 100vh;
    }

    .textHeader h1 {
        font-size: 35px;
    }

    .textHeader p {
        font-size: 18px;
    }

    .backTypeProduct {
        display: none;
    }

    .connectPartner {
        margin: 0;
    }

    .titleSectionHome {
        font-size: 35px
    }
    /*Section Gold Product*/
    .goldProduct {
        padding: 5rem 2rem 2rem;
    }

    .goldProductImage .boxImageInt {
        left: 25px;
    }

    .goldProductImage .boxTop {
        height: unset;
    }

    .goldProductImage .boxImageInt {
        width: 160px;
        height: 240px;
    }

    .goldProductImage .boxDown {
        height: 128px;
        width: 160px;
    }

    .goldProductImage .boxTop h4 {
        font-size: 12px;
    }

    .goldProductText h2 {
        font-size: 25px;
    }

    .goldProductText .price {
        font-size: 23px;
    }

    .goldProductText a {
        font-size: 16px;
    }

    .goldProduct {
        margin: 4rem 2rem 6rem;
    }

    .goldProductImage .subtitle {
        letter-spacing: 6px;
        font-size: 16px;
    }

    /* Section Licence Populaire */

    .slideHome {
        margin: 0rem 1rem;
    }

    .sliderProductButton {
        margin-left: 0;
    }

    .slideHome h3, .slideHome .price {
        font-size: 20px;
    }

    .slideHome a:last-child {
        font-size: 16px;
    }

    .slick-list {
        width: 100%;
    }

    .slideHome .boxImageInt {
        transform: rotate(-6deg);
    }

    /* Section Start With */
    .startWith {
        padding: 0 2rem;
    }

    .startWithIllu {
        width: 100%;
        opacity: 0.5;
    }

    .startWithContent {
        padding: 2rem 0;
    }

        .startWithContent h1 {
            padding: 0;
            width: 100%;
        }

    .startWithBody {
        width: 100%;
        padding: 2rem 2rem;
    }

        .startWithBody span {
            font-size: 45px;
        }

        .startWithBody h4, .startWithTitle {
            font-size: 25px;
        }

    /* Section Licence Pro*/

    .chooseProSliderImage {
        width: 100%;
    }

    .chooseProSliderHeader, .chooseProSliderBody {
        flex-direction: column;
    }

        .chooseProSliderHeader h2:first-child {
            font-size: 22px;
        }

    .chooseProSliderContent {
        margin: 1rem 0;
        width: 100%;
    }

    /* Page TableResponsive TenantManager/licence/FindAll*/
    th#top-left-corner a.btn.btn-success {
        margin: 0 !important;
    }
    /*------------------------------------------------------*/
    /* Footer */
    /*------------------------------------------------------*/

    .footer {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    footer img {
        width: 180px;
    }

    .footerContact, .footerLegales {
        text-align: left;
    }

    /* Consent  Up*/
    .consent-content h4 {
        padding: 0;
    }

    .navbar .container-fluid {
        align-items: center;
    }
    /*Product page*/
    .productColumn .boxImageInt.productPage {
        width: 230px;
        height: 320px;
    }

    .purchaseInfo {
        flex-direction: column;
    }

    .productQuantity {
        width: 100%;
    }

        .productQuantity select.form-control {
            width: 100% !important;
        }
    /* Progress Bar*/
    .inscription-crumbs ul {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        padding: 0;
    }

        .inscription-crumbs ul li a {
            padding: 10px 20px;
            border-radius: 10px 0px 0px 10px;
        }

        .inscription-crumbs ul li:last-child a {
            border-radius: 10px;
        }

    .popover {
        left: 12% !important;
    }

    #all-user-table_wrapper .row .col-md-6 {
        padding: 0;
    }

    .dataTables_length label {
        width: 100%;
        margin-bottom: 1rem;
    }

    /*------------------------------------------------------*/
    /* fil ariane */
    /*------------------------------------------------------*/

    #homeClient {
        justify-content: center;
        padding: 0;
    }

    /*------------------------------------------------------*/
    /* Reception Page*/

    .recepLink {
        margin-bottom: 2rem;
    }

    .recepText {
        font-size: 30px;
        color: white;
    }

    /*--------------------------------------------------*/
    /* User, Group, Order, Subscription, Order Db, Subscription Db & licence Page */
    /*--------------------------------------------------*/
    .navTenantLarge {
        flex-direction: column;
    }

        .navTenantLarge .nav, .navUser .nav, .navGroup .nav {
            justify-content: center;
        }

    #connectAppRolesContent .col-lg-12 {
        padding: 6%;
    }

    #connectAppRolesContent .form-group {
        align-items: flex-start;
    }

    /*--------------------------------------------------*/
    /* Customers menu*/
    /*--------------------------------------------------*/

    .container-fluid {
        flex-wrap: nowrap !important;
    }

    .navItemEnCours {
        position: relative;
    }

        .navItemEnCours .register {
            position: absolute;
            right: 0;
            top: 4rem
        }

    .removeMobil {
        display: none;
    }

    .dropdown-menu {
        position: absolute !important;
    }

    .orderManageTools, .adminManageTools, .tenantManageTools, .dbAdminManageTools {
        height: auto;
        padding: 4%;
    }

    .orderTools, .adminTools, .tenantTools, .dbAdminTools {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .table-responsive .row {
        flex-direction: column;
    }

    /*--------------------------------------------------*/
    /* Catalog Page*/
    /*--------------------------------------------------*/

    .searchCatalog {
        flex-direction: column;
        align-items: center;
    }

    .purchaseInfo {
        flex-direction: column;
    }

    #licence-card-deck .card {
        width: 100%;
    }
    /*--------------------------------------------------*/
    /* Cart Page*/
    /*--------------------------------------------------*/
    .oneProduct {
        flex-direction: column;
    }

        .oneProduct .card-title {
            flex-direction: column;
            align-items: center;
            gap: 1rem;
        }

        .oneProduct .card-subtitle {
            align-items: center;
        }

    .alignCard .product, .productRequest, #priceDiscount.alignCard .form-control {
        text-align: center;
    }

    .periodicite-total-price-card #priceDiscount.alignCard .form-control {
        text-align: end;
    }

    #thirdLineCard {
        flex-direction: column-reverse;
        align-items: center;
    }

    .productQuantity {
        flex-direction: column;
        align-items: center;
    }

    .productImage {
        width: 35%;
    }

    .productQuantity .form-control {
        margin-bottom: 1rem;
    }

    /* Popup consent*/

    .consent-content p, .consent-content div {
        padding: 0;
    }

    /* Page erreur*/

    #error {
        flex-direction: column;
    }

    .errorContent {
        width: 100%;
        text-align: center;
    }

    /* Fiche produit*/

    .productPage {
        flex-direction: column;
    }

    .infoProduct {
        width: 100%;
    }

    .sliderRightPosition a {
        width: fit-content;
    }

    .productPriceNCE .categoriePaiement {
        width: 100%;
    }

    .productPriceNCE h4 {
        font-size: 20px;
    }

    .productPriceNCE .paiementInfo {
        flex-direction: column;
    }

    .similarProduct .directionalNav {
        top: 20vh;
    }
    /*Login page */
    #register-login-panel, .white-panel-text {
        padding: 1rem;
    }

    .loginRegister h5 {
        font-size: 16px;
    }
    /*tools Page*/
    .tools {
        flex-direction: column;
    }

    .oneTools p {
        font-size: 20px;
    }
}
