.card #enseigne h5{
    font-size: 16px !important;
}
#top-page{
    overflow-y: clip;
}
#m-store img{
    width: 200px;
}
#livre{
    width: 80%;
}
.form-check-label {
    font-size: 12px;
  }
section {
    overflow: hidden;
}
.hvideo h4{
    font-size: 18px !important !important;
    font-weight: 900 !important !important;
}
#demo .auth-hero {
    min-height: 90vh;
}

#demo .avatar img {
    margin-top: 30px;
    width: 70%;
    width: -moz-available;
    width:-webkit-fill-available;
}
#demo .titre .card-text {
    font-size: 15px !important;
    text-align: left;
}
#demo #enseigne{

    padding: 10px;
}
#demo .titre .card-body {
    padding: 5px 0 5px;
}
a:hover,
.nav-link:hover {
    color: #ff5714;
}

.title {
    font-size: 16px !important;
}
.icon-desc img {
    width: 30px;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
    padding: 20px;
    font-size: 16px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #ff5714;
    border-color: #ff5714;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link {
    margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
    background: 0 0;
    background-color: rgba(0, 0, 0, 0);
    border: #ff5714 solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-link:focus,
.nav-link:hover {
    color: #ff5714;
}

/*--------------------------------------------------------------
  #Hero Section
  --------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css");
#hero {
    width: 100%;
    height: 100vh;
    background-color: rgba(39, 37, 34, 0.8);
    overflow-x: hidden;
    padding: 0;
    z-index: 1000;
}

.navbar .navbar-nav .nav-item .nav-link {
    color: #24272c;
    font-size: 12px;
    letter-spacing: 0.05rem;
    font-weight: 600;
    text-transform: capitalize;
}

#slide {
    top: 150px;
    left: 100px;
}
#hero h2 {
    font-size: 20px !important;
}



#particulier-slide .carousel-item{
    height: 250px;

}

#particulier-slide .card-title .ent{
    margin-top: -80px;
}

#particulier-slide .carousel-item #store img{
    width: 130px;
    margin: 10px 0;

}
#particulier-slide .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #ff5714;
}

#particulier-slide .carousel-dark .carousel-caption {
    color: #ff5714;
  }

#particulier-slide .carousel-item img {
    position: initial;
    width: 150px;
}

.carousel-item img {
    position: absolute;
}

#slide .tab-content {
    padding: 0 20px 0 20px;
    width: 490px;
    height: 250px;
}

#slide .tab-content p {
    font-size: 15px;
    animation-delay: 0.4s;
    color: #000;
}
#slide .but {
    padding: 15px 0;
}
#slide .tab-content .sign {
    margin-right: 100px;
}

#hero .carousel-item {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#hero .carousel-item::before {
    content: "";
    background-color: rgba(12, 11, 10, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .nav-link {
    font-size: 16px;
    margin-right: 20px;
    padding: 30px;
    border-bottom: #000;
}

#hero .nav-tabs .nav-item .nav-link:active {
    font-size: 16px;
    margin-right: 20px;
    padding: 30px;
    background-color: #ff5714;
}

#hero .carousel-content {
    width: 700px;
    text-align: center;
}

.nav-tabs .nav-link:active {
    background-color: #ff5714;
    color: white;
}

#slide a:hover {
    color: #ff5714;
}

/* #hero h2 {
  color: #000;
  font-size: 15px;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 40px;
} */

#hero h2 span {
    color: #ffb03b;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
    cursor: pointer;
}

#hero .btn-menu,
#hero .btn-book {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 0 10px;
    animation-delay: 0.8s;
    color: #fff;
    border: 2px solid #ffb03b;
}

#hero .btn-menu:hover,
#hero .btn-book:hover {
    background: #ffb03b;
    color: #fff;
}


.border-grey {
    border: 1px solid;
    border-end-start-radius: 5px;
    border-end-end-radius: 5px;
    border-top: none;
    border-color: #dee2e6;
}
.hero .active {
    background-color: white;
}
#myTab {
    background-color: #dee2e6;
}
.nav-link {
    color: #666;
}

.nav-link:active {
    color: #ffb03b;
}

.icon-box h4 {
    color: #ff5714;
}

#comment .nav-pills {
    padding: 10px;
    width: 600px;
}

#comment .nav-pills .nav-link,
#partenaire .nav-pills .nav-link {
    text-align: left;
    padding: 15px;
    font-size: 16px;
}

.app-image {
    width: 50%;
    transform: translate(-58px, -101px);
    position: absolute;
    margin-bottom: -200px;
}

#solution .card-title,
#tarifs .card-title {
    font-size: 18px !important;
}

#solution .card .card-body,
#tarifs .card .card-body {
    padding: 0.7rem;
}

#solution .btn-outline-primary {
    align-items: center;
    border: 2px solid #ff5714;
    color: #ff5714;
    width: 150px;
    background-color: transparent;
}

#solution .btn-outline-primary:hover {
    border: 2px solid #ff5714;
    color: #ff5714 !important;
    width: 150px;
    background-color: transparent;
}

/*footer*/
footer .footer-list li {
    margin-bottom: 10px;
}

/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

#livre-blanc .card-body p {
    font-size: 16px;
    text-align: justify;
}
#livre-blanc img {
    vertical-align: middle;
    width: -webkit-fill-available;
}
#livre-blanc .card .card-body {
    padding: 0rem;
}
#infors .card .card-body {
    padding: 0.7rem;
}

#infors #top-page .bg-transparent {
    --bs-bg-opacity: 1;
    background-color: #aab0bb86 !important;
}


#demo .card-title,#entreprise h5{
    font-size: 16px !important;
}

#demo .video-background-holder {
    position: relative;
    background-color: rgba(130, 135, 150, 0.75);
    width: 33%;
    height: auto !important;
    min-height: 25rem;
}
#demo .cover-user-img {
    padding: 0px !important;
}

#demo .cover-user-img {
    margin: 0 0px 0px 0px;
}

#demo .form-control {
    font-size: 14px;
    line-height: 18px;
    border-radius: 6px;
}

.video-background-holder {
    position: relative;
    background-color: rgba(130, 135, 150, 0.75);
    height: calc(100vh - 50px);
    min-height: 25rem;
    width: 70%;
    overflow-x: hidden;
}

.video-background-holder video {
    position: absolute;
    width: auto;
    height: auto;
    z-index: 0;
}

.video-background-content {
    position: relative;
    z-index: 2;
}

.video-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(22, 28, 45, 0.75);
    opacity: 0.6;
    z-index: 1;
}

.cover-user-img {
    margin: 0 0px 0px 32px;
}

.cover-user-img .card .card-body {
    padding: 0.5rem;
}

.cover-user .container-fluid .padding-less .img {
    background: scroll center no-repeat;
    background-size: cover;
    position: fixed;
    height: 100%;
}
.card-text .text-light .text-center {
    font-size: 13px;
}

.card-body p {
    font-size: 12px;
}

/* Formulaire de téléchargement */
/* #d_formulairesl {
    margin-top: -40px;
}
#d_formulairelb {
    margin-top: -50px;
}
#d_formulairesal {
    margin-top: -80px;
}
#d_formulaireadp {
    margin-top: -80px;
}
#d_formulairerp {
    margin-top: -80px;
} */

.mauticform_wrapper {
}
.mauticform-innerform {
}
.mauticform-post-success {
}
.mauticform-name {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 3px;
}
.mauticform-description {
    margin-bottom: 10px;
}
.mauticform-error {
    margin-bottom: 10px;
    color: red;
}
.mauticform-errormsg.alert.alert-danger {
    display: inline-block;
    font-size: 12px;
    text-align: ;
    padding: auto;
}
.mauticform-message {
    margin-bottom: 10px;
    color: green;
}
.mauticform-row {
    margin-bottom: 10px;
}
.mauticform-label {
    font-size: 13px;
    display: relative;
    font-weight: bold;
    margin-bottom: 5px;
}
.mauticform-row.mauticform-required .mauticform-label:after {
    color: #e32;
    content: " *";
    display: relative;
}
.mauticform-helpmessage {
    display: relative;
    font-size: 0.9em;
    margin-bottom: 3px;
}
.mauticform-selectbox,
.mauticform-input,
.mauticform-textarea {
}
.mauticform-checkboxgrp-row {
}
.mauticform-checkboxgrp-label {
    font-weight: normal;
}
.mauticform-checkboxgrp-checkbox {
}
.mauticform-radiogrp-row {
}
.mauticform-radiogrp-label {
    font-weight: normal;
}
.mauticform-radiogrp-radio {
}
.mauticform-button-wrapper .mauticform-button.btn-default,
.mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default {
    color: #5d6c7c;
    background-color: #ffffff;
    border-color: #dddddd;
}
.mauticform-button-wrapper .mauticform-button,
.mauticform-pagebreak-wrapper .mauticform-pagebreak {
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.3856;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mauticform-button-wrapper .mauticform-button.btn-default[disabled],
.mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] {
    background-color: #ffffff;
    border-color: #dddddd;
    opacity: 0.75;
    cursor: not-allowed;
}
.mauticform-pagebreak-wrapper .mauticform-button-wrapper {
    display: inline-block;
}

/* Formulaire de téléchargement */
@media (max-width: 768px) {
    #hero h2 {
        font-size: 28px;
    }
}

@media (min-width: 1024px) {
    #slide .tab-content p {
    }

    #hero .carousel-control-prev,
    #hero .carousel-control-next {
        width: 5%;
    }
}


@media (max-width: 321px) {
    #hvideo .px-5{
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    #hvideo .title-heading{
        text-align: left !important;
    }

    #demo .video-background-holder {
        position: relative;
        background-color: rgba(130, 135, 150, 0.75);
        width: 33%;
        display: none;
        height: auto !important;
        min-height: 25rem;
    }
    #demo .cover-user-img {
        padding: 0px !important;
    }

    #demo .cover-user-img {
        margin: -90px 0px 0px 0px;
    }
    #demo .titre .card-text {
        font-size: 15px !important;
        text-align: center;
    }

    #demo .shadow{
        margin-top: -100px;
    }

    #livre-blanc .back-to-home {
        right: -4%;
        top: -4%;
    }
    #demo #enseigne {
        width: auto;
        padding: 0;
    }
    #d_formulairesl {
        margin-top: 10px;
    }
    #d_formulairelb {
        margin-top: 10px;
    }
    #d_formulairesal {
        margin-top: 10px;
    }
    #d_formulaireadp {
        margin-top: 10px;
    }
    #d_formulairerp {
        margin-top: 10px;
    }
    #livre-blanc img {
        margin-top: -50px;
        width: 75% !important;
    }
    #hero {
        width: 100%;
        height: 70vh;
        background-color: rgba(39, 37, 34, 0.8);
        overflow-x: hidden;
        padding: 0;
        z-index: 1000;
    }
    .cover-user .container-fluid .padding-less {
        position: relative !important;
        height: 100% !important;
    }
    .cover-user .container-fluid .padding-less {
        width: 100%;
    }
    .card-body p {
        font-size: 12px;
    }
    .back-to-home {
        z-index: 30;
        position: absolute;
        margin: 18px;
    }

    video {
        object-fit: cover;
    }
    #demo .titre .card-body {
        padding: 30px 0 10px;
    }
}
@media (min-width: 322px) and (max-width: 480px) {
    #hvideo .px-5{
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    #hvideo .title-heading{
        text-align: left !important;
    }
    #demo #enseigne {
        width: auto;
        padding: 5px;
    }
    #demo .video-background-holder {
        position: relative;
        background-color: rgba(130, 135, 150, 0.75);
        width: 33%;
        display: none;
        height: auto !important;
        min-height: 25rem;
    }
    #demo .cover-user-img {
        padding: 0px !important;
    }

    #demo .cover-user-img {
        margin: -50px 0px 0px 0px;
    }
    #demo .titre .card-text {
        font-size: 16px !important;
        text-align: center;
    }

    #demo .shadow{
        margin-top: -50px;
    }
    #livre-blanc .back-to-home {
        right: -4%;
        top: -4%;
    }
    #d_formulairesl {
        margin-top: 10px;
    }
    #d_formulairelb {
        margin-top: 10px;
    }
    #d_formulairesal {
        margin-top: 10px;
    }
    #d_formulaireadp {
        margin-top: 10px;
    }
    #d_formulairerp {
        margin-top: 10px;
    }
    #livre-blanc img {
        margin-top: -50px;
        width: 75% !important;
    }
    .cover-user .container-fluid .padding-less {
        position: relative !important;
        height: 100% !important;
    }

    video {
        object-fit: cover;
    }

    .card-body p {
        font-size: 12px;
    }
    #hero {
        width: 100%;
        height: 70vh;
        background-color: rgba(39, 37, 34, 0.8);
        overflow-x: hidden;
        padding: 0;
        z-index: 1000;
    }
    .cover-user .container-fluid .padding-less {
        width: 100%;
    }

    .video-background-holder {
        width: auto;
    }
    .back-to-home {
        z-index: 30;
        position: absolute;
        margin: 36px 10px 0 0;
    }

    .cover-user-img {
        margin: 0;
    }

    .auth-hero .my-lg-auto {
        margin: 20px 0;
    }
    .carousel-item img {
        margin-top: 20px;
    }
}
/* // X-Small devices (portrait phones, less than 576px) */
@media (min-width: 481px) and (max-width: 576px) {
    #hvideo .px-5{
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    #hvideo .title-heading{
        margin-top: -30px;
        text-align: center !important;
    }
    #demo .video-background-holder {
        position: relative;
        background-color: rgba(130, 135, 150, 0.75);
        width: 33%;
        display: none;
        height: auto !important;
        min-height: 25rem;
    }
    #demo .cover-user-img {
        padding: 0px !important;
    }

    #demo .cover-user-img {
        margin: -90px 0px 0px 0px;
    }
    #demo .titre .card-text {
        font-size: 16px !important;
        text-align: center;
    }

    #demo .shadow{
        margin-top: -50px;
    }
    #livre-blanc .back-to-home {
        right: 0%;
        top: -4%;
    }
    #d_formulairesl {
        margin-top: 10px;
    }
    #d_formulairelb {
        margin-top: 10px;
    }
    #d_formulairesal {
        margin-top: 10px;
    }
    #d_formulaireadp {
        margin-top: 10px;
    }
    #d_formulairerp {
        margin-top: 10px;
    }
    #livre-blanc img {
        margin-top: -50px;
        width: 75% !important;
    }
    .cover-user .container-fluid .padding-less {
        position: relative !important;
        height: 100% !important;
    }

    video {
        object-fit: cover;
    }
    .card-body p {
        font-size: 12px;
    }
    #hero {
        width: 100%;
        height: 70vh;
        background-color: rgba(39, 37, 34, 0.8);
        overflow-x: hidden;
        padding: 0;
        z-index: 1000;
    }
    .cover-user .container-fluid .padding-less {
        width: 100%;
    }

    .video-background-holder {
        width: auto;
    }
    .back-to-home {
        z-index: 30;
        position: absolute;
        margin: 33px 10px 0 0;
    }

    .cover-user-img {
        margin: 0;
    }

    .auth-hero .my-lg-auto {
        margin: 20px 0;
    }
    .carousel-item img {
        margin-top: 20px;
    }
}

/* // Small devices (landscape phones, less than 768px) */
@media (min-width: 577px) and (max-width: 767.98px) {
    #bas-footer p{
        margin-top: -15px;
        z-index: 1;
    }
    #hvideo .px-5{
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    #hvideo .title-heading{
        margin-top: -30px;
        text-align: center !important;
    }
    #demo .video-background-holder {
        position: relative;
        background-color: rgba(130, 135, 150, 0.75);
        width: 33%;
        display: none;
        height: auto !important;
        min-height: 25rem;
    }
    #demo .cover-user-img {
        padding: 0px !important;
    }

    #demo .cover-user-img {
        margin: -50px 0px 0px 0px;
    }
    #demo .titre .card-text {
        font-size: 16px !important;
        text-align: center;
    }

    #demo .shadow{
        margin-top: -50px;
    }
    #livre-blanc .back-to-home {
        right: 0%;
        top: 0%;
    }
    #d_formulairesl {
        margin-top: 10px;
    }
    #d_formulairelb {
        margin-top: 10px;
    }
    #d_formulairesal {
        margin-top: 10px;
    }
    #d_formulaireadp {
        margin-top: 10px;
    }
    #d_formulairerp {
        margin-top: 10px;
    }
    #livre-blanc img {
        margin-top: -50px;
        width: 75% !important;
    }
    #hero {
        width: 100%;
        height: 70vh;
        background-color: rgba(39, 37, 34, 0.8);
        overflow-x: hidden;
        padding: 0;
        z-index: 1000;
    }
    #infors #top-page {
        display: inline-table;
    }
    .cover-user .container-fluid .padding-less {
        width: 100%;
    }
    .video-background-holder {
        width: 100%;
    }
    .back-to-home {
        z-index: 30;
        position: absolute;
        margin: 32px 10px 0 0;
    }
    #infors #bottom-page {
        z-index: 30;
        top: auto;
        text-align: center;
    }

    .card-body p {
        font-size: 11px;
    }
    .cover-user-img {
        margin: 0;
    }

    .cover-user .cover-my-30 {
        margin: 30px 0;
    }
    .auth-hero .my-lg-auto {
        margin: 20px 0;
    }
}

/* // Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    #bas-footer p{
        margin-top: -15px;
        z-index: 1;
    }
    #hvideo #livre {
            width: 100%;
    }
    #demo .video-background-holder {
        position: relative;
        background-color: rgba(130, 135, 150, 0.75);
        width: 33%;
        display: none;
        height: auto !important;
        min-height: 25rem;
    }
    #demo .cover-user-img {
        padding: 0px !important;
    }

    #demo .cover-user-img {
        margin: -90px 0px 0px 0px;
    }
    #demo .titre .card-text {
        font-size: 16px !important;
        text-align: center;
    }

    #demo .shadow{
        margin-top: -20px;
    }
    #d_formulairesl {
        margin-top: 10px;
    }
    #d_formulairelb {
        margin-top: 10px;
    }
    #d_formulairesal {
        margin-top: 10px;
    }
    #d_formulaireadp {
        margin-top: 10px;
    }
    #d_formulairerp {
        margin-top: 10px;
    }
    #livre-blanc img {
        margin-top: -50px;
        width: 75% !important;
    }
    .cover-user .container-fluid .padding-less {
        position: relative !important;
        height: 100% !important;
    }
    .card-body p {
        font-size: 12px;
    }
    #hero {
        width: 100%;
        height: 70vh;
        background-color: rgba(39, 37, 34, 0.8);
        overflow-x: hidden;
        padding: 0;
        z-index: 1000;
    }
    .cover-user .cover-user-content {
        text-align: none;
    }
    #bottom-page .col-md-4,
    .col-lg-4 {
        flex: 0 0 auto;
        width: 100%;
    }

    .cover-user-img {
        margin: 0;
        padding: 50px;
    }

    .cover-user .cover-user-img {
        align-items: end !important;
        height: auto !important;
        padding: 30px;
    }
    .cover-user .container-fluid .padding-less.img {
        background: scroll center no-repeat;
        background-size: cover;
        position: sticky;
        height: 100%;
    }
    #infors #bottom-page {
        z-index: 30;
        top: auto;
        text-align: center;
    }
    .cover-user .container-fluid .padding-less {
        position: relative;
        width: 100%;
    }
    .video-background-holder {
        position: absolute;
        width: 100%;
    }
    .back-to-home {
        z-index: 30;
        margin-top: 20px;
    }
}

/* // Large devices (desktops, less than 1200px) */
@media (min-width: 991.98px) and (max-width: 1199.98px) {
    #bas-footer p{
        margin-top: -15px;
        z-index: 1;
    }
    section {
        overflow:auto;
    }
    #top-page {
        overflow-y: clip;
        height: max-content;
    }
    #logo img{
        width: 50px;
    }
    .card-body p {
        font-size: 12px;
    }
    .back-to-home {
        position: absolute;
        z-index: auto;
        top: 4%;
        right: 5%;
        overflow: auto;
    }

}

/* // X-Large devices (large desktops, less than 1400px) */
@media (min-width: 1400px) {
    #bas-footer p{
        margin-top: -15px;
        z-index: 1;
    }
    #logo {
        padding-top: 100px;
    }
    #hvideo {
        margin-top: 100px !important;
    }
    .card-body p {
        font-size: 12px;
    }

    #livre-blanc{
        margin-top: 100px;
        ;
    }
}

@media (min-width: 2000px) {
    #bas-footer p{
        margin-top: -15px;
        z-index: 1;
    }
    #livre-blanc{
        margin-top: 150px;
        ;
    }
}
