@charset "UTF-8";
/*----------------------------------------------------

    dataTables tunning

----------------------------------------------------*/
.dataTables_length {
  padding-top: 15px;
  padding-left: 15px;
}

.dataTables_filter {
  padding-top: 15px;
  padding-right: 15px;
}

.dataTables_info {
  padding-bottom: 15px;
  padding-left: 15px;
}

.dataTables_paginate {
  padding-bottom: 15px;
  padding-right: 15px;
}

/* align plus */
table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  top: 0.9em;
  line-height: 1em;
  background-color: #A72385;
}

table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:after {
  opacity: 1;
  color: #A72385;
}

.table-hide-row-after-5 tr:nth-child(n+6) {
  display: none;
}

.table-show-row-all tr {
  display: table-row !important;
}

.table-estate-img-width {
  height: 50px;
}

/*----------------------------------------------------

    typo tunning

----------------------------------------------------*/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body {
    font-size: 16px;
  }
}
body {
  font-weight: 400;
}

.form-control {
  font-size: 1rem;
}

.btn {
  font-size: 1rem;
}

/*----------------------------------------------------

    color tunning

----------------------------------------------------*/
.btn-group-sm > .btn, .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.btn-primary {
  border-color: #A72385;
  background-color: #A72385;
}

.btn-primary:hover {
  background-color: #A72385;
  border-color: #A72385;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(167, 35, 133, 0.25);
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(167, 35, 133, 0.15), 0 3px 15px rgba(167, 35, 133, 0.2), 0 2px 5px rgba(0, 0, 0, 0.1);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #A72385;
  border-color: #A72385;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-black:not([disabled]):not(.disabled).active, .btn-black:not([disabled]):not(.disabled):active, .btn-white:not([disabled]):not(.disabled).active, .btn-white:not([disabled]):not(.disabled):active {
  box-shadow: none !important;
  background-color: #A72385;
  border-color: #A72385;
  color: #fff;
}

.btn-accent {
  color: #fff;
  border-color: #A72385;
  background-color: #A72385;
}

.btn-accent:hover {
  color: #fff;
  background-color: #A72385;
  border-color: #A72385;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(167, 35, 133, 0.25);
}

.promo-popup .pp-intro-bar {
  background: #A72385;
}

.promo-popup .pp-inner-content a {
  background: #A72385;
}

.bg-primary {
  background-color: #A72385 !important;
}

.text-primary {
  color: #A72385 !important;
}

.btn-outline-primary {
  background-color: transparent;
  background-image: none;
  border-color: #A72385;
  color: #A72385;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #A72385;
  border-color: #A72385;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 4px 10px rgba(167, 35, 133, 0.25);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #A72385;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #A72385;
}

.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #A72385;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0.313rem 0.719rem rgba(167, 35, 133, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
}

.main-sidebar .nav .nav-item.active, .main-sidebar .nav .nav-item .nav-link.active, .main-sidebar .nav .nav-item:hover, .main-sidebar .nav .nav-item .nav-link:hover {
  box-shadow: inset 0.1875rem 0 0 #A72385;
  background-color: #FBFBFB;
  color: #A72385;
}

.main-sidebar .nav .nav-item.active i, .main-sidebar .nav .nav-item .nav-link.active i, .main-sidebar .nav .nav-item:hover i, .main-sidebar .nav .nav-item .nav-link:hover i {
  color: #A72385;
}

a {
  color: #A72385;
}

.form-control:focus {
  border-color: #A72385;
  box-shadow: 0 0.313rem 0.719rem rgba(167, 35, 133, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
}

.form-control:focus:hover {
  border-color: #A72385;
}

.page-link {
  color: #A72385;
}

.page-item.active .page-link {
  background-color: #A72385;
  border-color: #A72385;
}

.page-link:focus, .page-link:hover {
  color: #A72385;
}

/*----------------------------------------------------

    logo tunning

----------------------------------------------------*/
#main-logo {
  max-height: 40px;
}

/*----------------------------------------------------

    menu tunning

----------------------------------------------------*/
.main-sidebar .nav .nav-item:hover {
  box-shadow: inset 0.1875rem 0 0 transparent;
  background-color: transparent;
}

.main-sidebar .nav .nav-item:hover i {
  color: #cacedb;
}

.main-sidebar .nav .nav-item {
  border-bottom: 1px solid #e1e5eb;
}

.main-sidebar .nav .nav-item .nav-item {
  border-bottom: 1px solid transparent;
}

.main-sidebar .nav .nav-item .nav-link {
  border-bottom: 1px solid transparent;
  padding: 0.9375rem 1.5625rem;
}

/* level 2 */
.main-sidebar .nav .nav-item .nav-item .nav-link {
  border-bottom: 1px solid transparent;
  padding: 0.5rem 1rem 0.5rem 3rem;
}

.main-sidebar .nav .nav-item .nav-item:last-child .nav-link {
  padding: 0.25rem 1rem 1rem 3rem;
}

/* spacing*/
.main-sidebar .nav .nav-item .nav-link {
  padding: 1rem 1rem;
}

.main-sidebar .dropdown-toggle.collapsed::after {
  transform: translateY(-50%) rotate(180deg);
}

.main-navbar .navbar .nav-link--no-min-width {
  min-width: auto;
}

.active > .nav-link, .navbar-light .navbar-nav .nav-link.active {
  color: #A72385;
}

.card-login-container {
  min-width: 19.375rem;
  max-width: 350px;
}

.logo-login {
  width: 240px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role=row] > th:first-child:before {
  height: 15px;
  width: 15px;
}

.table-bordered-bottom td, .table-bordered-bottom th {
  border-bottom: 1px solid #dee2e6;
}

.custom-select {
  height: 40px !important;
}

.breadcrumb-no-background {
  background-color: transparent;
}

.icon-help {
  font-size: 24px !important;
}

.alert {
  border-radius: 8px;
}

.alert-help {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-help p:last-child {
  margin-bottom: 0;
}

.drop-file-zone {
  background: rgba(0, 0, 0, 0.05);
  border: 4px dashed #e1e5eb;
  /*background: rgba(0,0,0,.05);
  border: #e1e5eb dashed 1px;*/
  padding: 2em;
  text-align: center;
  border-radius: 8px;
}

.color-light-grey {
  color: #c3c7cc;
}

.drag-drop-pict {
  width: 100%;
  max-width: 100px;
}

.custom-control-check-inline {
  display: inline-flex;
  align-items: center;
}

/*----------------------------------------------------

    menu tunning

----------------------------------------------------*/
.modal-open .modal {
  z-index: 9999;
}

.content-zone {
  padding: 1em;
  border: 1px solid #e1e5eb;
  background-color: #f5f6f8;
}

.content-zone__image {
  max-width: 400px;
  width: 100%;
}

.btn-no-border-top {
  border-top-style: none !important;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.small, small {
  font-size: 90%;
  /*   font-weight: 300;*/
}

.logo-admin {
  max-width: 200px;
}

.box-like-input {
  border-radius: 0.25em;
  padding: 1em;
  border: 1px solid #dee2e6;
}

.popover-body {
  font-size: 14px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #A72385;
}


h3 .material-icons {
    font-size: 0.75em;
    position: relative;
    top: 2px;
}

/*----------------------------------------------------

   Thumbnails headers

----------------------------------------------------*/
.thumb_container.overlay {
    background: rgba(167,35,133, 0.6);
    border-radius: .375rem;
}

.thumb_select {
    border: 2px solid #A72385 !important;
    mix-blend-mode: overlay;
}


/*----------------------------------------------------

    Stripe Element

----------------------------------------------------*/


/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
    box-sizing: border-box;
    height: 40px;
    padding: 10px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.loading-grey {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(192, 192, 192, 0.3);
    border-radius: 50%;
    border-top-color: #c0c0c0;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

/*----------------------------------------------------

   Bidouilles

----------------------------------------------------*/

.w-1 {
    width: 1%;
}

.pointer-events-none {
    pointer-events: none;
}

.page-type {
    font-size: 0.85rem;
    font-style: italic;
}


/*----------------------------------------------------

    dataTables tunning

----------------------------------------------------*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #A72385;
}

.stats-small__label h6 {
  font-weight: 500;
  line-height: 1.2em;
}

.stats-small--2 .stats-small__data {
  max-width: 100%;
}
.stats-small--2 .stats-small__percentage {
  margin: 0 auto;
}
.stats-small--2 .stats-small__value {
  font-size: 2.0625rem;
}
.stats-small--2 .stats-small__value small {
  font-size: 1rem;
  font-weight: 400;
}
.stats-small--2 .stats-small__label {
  font-size: 0.75rem;
  line-height: 1.2em;
  letter-spacing: inherit;
  padding-right: 10px;
  padding-left: 10px;
}
.stats-small--2 .stats-small__percentage {
  font-size: 0.75rem;
}
.stats-small--2 canvas {
  opacity: 0.5;
}

.row-max-width-lg {
  max-width: 1170px;
}

.table-stat th, .table-stat td {
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1em;
  vertical-align: middle;
}
.table-stat tr:first-child th,
.table-stat tr:first-child td {
  border-top: none;
}

.nav-pills .nav-link {
  background-color: #FFFFFF;
}
.nav-pills .nav-link:not(.active):hover {
  background-color: hsl(0, 0%, 90%);
  color: #A72385;
}

.stats-logo {
  height: 50px;
}

.list-formule {
  list-style-type: none;
  padding-inline-start: 0px !important;
  margin-block-start: 0em;
  margin-block-end: 0em;
}

.list-formule li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 5px;
}

.list-formule-element {
  color: #A72385;
  font-weight: 600;
}

.check-list-formule-check li::before {
  content: "✓";
  font-family: "Material Icons";
  position: absolute;
  left: 0;
  color: #A72385;
}

.check-list-formule-plus li::before {
  content: "\e145";
  font-family: "Material Icons";
  position: absolute;
  left: 0;
  color: #A72385;
}

.formule-title {
  margin: 0px;
  text-align: center;
  font-size: large;
  text-transform: uppercase;
  font-weight: 600;
  color: #A72385;
}

.formule-line {
  width: 60px; /* Longueur de la ligne */
  height: 1px; /* Épaisseur de la ligne */
  background-color: #A72385; /* Couleur de la ligne */
  margin: auto; /* Marge pour centrer la ligne horizontalement */
  margin-top: -15px;
}

.formule-price {
  font-size: x-large;
  font-weight: 600;
}

.formule-price-small {
  font-size: 10px;
}

.formule-add {
  font-size: x-large;
  text-align: center;
  color: #ea2990;
  padding-bottom: 20px;
}

.formule-subtitle {
  font-size: large;
  font-weight: 600;
}

.indicator-elements {
  font-size: 10px;
  padding-top: 20px;
}

.row-formule {
  display: flex;
  flex-wrap: wrap; /* Permet aux éléments de passer à la ligne si nécessaire */
}

@media (max-width: 768px) {
  .row-formule {
    flex-direction: row; /* Place les éléments en colonne */
  }
}
.module-title {
  font-weight: 600;
}

.module-link {
  padding-top: 30px;
  text-align: right;
}

.module-link-a:hover {
  color: #A72385;
}

.modal-element {
  text-align: -webkit-center;
}

.modal-card {
  border: 1px solid #ea2990;
  border-radius: 8px;
  width: 70%;
  text-align: center;
  font-size: 12px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ea2990;
  color: white;
}

.card-body-modal {
  padding: 2px 10px 2px 10px !important;
  background-color: #ea2990;
}

.card-small-formule {
  min-height: 700px;
}

@media (max-width: 768px) and (max-width: 828px) {
  .card-small-formule {
    min-height: 400px;
  }
}
@media (min-width: 829px) and (max-width: 991px) {
  .card-small-formule {
    min-height: 620px;
  }
}
@media (min-width: 992px) and (max-width: 1015px) {
  .card-small-formule {
    min-height: 900px;
  }
}
@media (min-width: 1016px) and (max-width: 1159px) {
  .card-small-formule {
    min-height: 890px;
  }
}
@media (min-width: 1160px) and (max-width: 1200px) {
  .card-small-formule {
    min-height: 800px;
  }
}
@media (min-width: 1200px) and (max-width: 1308px) {
  .card-small-formule {
    min-height: 800px;
  }
}
@media (min-width: 1309px) and (max-width: 1430px) {
  .card-small-formule {
    min-height: 720px;
  }
}
@media (min-width: 1431px) and (max-width: 1508px) {
  .card-small-formule {
    min-height: 700px;
  }
}
@media (min-width: 1508px) and (max-width: 1530px) {
  .card-small-formule {
    min-height: 620px;
  }
}
@media (min-width: 1531px) {
  .card-small-formule {
    min-height: 605px;
  }
}
.card-body-small-formule {
  border-radius: 10px;
}

.card-footer-formule {
  margin-top: auto;
  padding-bottom: 22px;
}

.card-body-formule {
  padding-top: 30px;
}

@media (max-width: 768px) {
  .col-formule-card {
    padding-top: 22px;
  }
}
.card-banner-home {
  border-radius: 10px !important;
}

.selected {
  background-color: grey; /* Définissez ici la couleur de fond grise */
  color: white; /* Définissez ici la couleur du texte */
  pointer-events: none; /* Empêcher les événements de souris sur le bouton sélectionné */
}

.card-selected {
  border: 2px solid #A72385;
}

.btn-formule {
  border-radius: 5px !important;
}

#message-box {
  border-radius: 10px;
}

.selected-message {
  color: #A72385;
  font-weight: 600;
}

.custom-control-label {
  font-weight: 600;
}

.btn-alert-banner:active {
  background-color: white !important;
  border: 2px solid purple; /* Définissez ici la couleur mauve pour le contour */
}

.card-text-clear {
  background-color: #E5ECF7;
  border-radius: 0.625rem;
}

.card-text-dark {
  background-color: #271E5E;
  color: white;
  border-radius: 0.625rem;
}

.card-text-light-purple {
  background-color: #800080;
  color: white !important;
}

.check-list-pack {
  list-style-type: initial;
  font-size: 12px;
}

.check-list-pack li::before {
  content: none !important;
}

.star-small {
  color: #A72385;
}

.contact-element {
  color: #A72385;
}

.btn-phone-contact {
  background-color: white;
  color: #A72385;
  border: 1px solid #cccccc;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-phone-contact:hover {
  color: #A72385;
}

.banner-section-portfolio {
  background-color: #F1DEEC;
}

.btn-rose {
  background-color: #ea2990;
  color: white;
}

.btn-rose:hover {
  background-color: #ea2990;
  color: white;
}

.text-rose {
  color: #ea2990;
}

.card-small-pack {
  min-height: 700px;
}

@media (max-width: 768px) and (max-width: 828px) {
  .card-small-pack {
    min-height: 400px;
  }
}
@media (min-width: 829px) and (max-width: 991px) {
  .card-small-pack {
    min-height: 520px;
  }
}
@media (min-width: 1016px) and (max-width: 1070px) {
  .card-small-pack {
    min-height: 600px;
  }
}
@media (min-width: 1071px) and (max-width: 1159px) {
  .card-small-pack {
    min-height: 670px;
  }
}
@media (min-width: 1160px) and (max-width: 1200px) {
  .card-small-pack {
    min-height: 620px;
  }
}
@media (min-width: 1200px) and (max-width: 1308px) {
  .card-small-pack {
    min-height: 580px;
  }
}
@media (min-width: 1309px) and (max-width: 1430px) {
  .card-small-pack {
    min-height: 550px;
  }
}
@media (min-width: 1431px) and (max-width: 1508px) {
  .card-small-pack {
    min-height: 550px;
  }
}
@media (min-width: 1508px) and (max-width: 1530px) {
  .card-small-pack {
    min-height: 550px;
  }
}
@media (min-width: 1531px) {
  .card-small-pack {
    min-height: 550px;
  }
}
.card-small-pack-seo {
  min-height: 400px;
}

@media (min-width: 200px) and (max-width: 767px) {
  .card-small-pack-seo {
    min-height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 828px) {
  .card-small-pack-seo {
    min-height: 300px;
  }
}
@media (min-width: 829px) and (max-width: 991px) {
  .card-small-pack-seo {
    min-height: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1015px) {
  .card-small-pack-seo {
    min-height: 540px;
  }
}
@media (min-width: 1016px) and (max-width: 1070px) {
  .card-small-pack-seo {
    min-height: 510px;
  }
}
@media (min-width: 1071px) and (max-width: 1159px) {
  .card-small-pack-seo {
    min-height: 500px;
  }
}
@media (min-width: 1160px) and (max-width: 1200px) {
  .card-small-pack-seo {
    min-height: 460px;
  }
}
@media (min-width: 1200px) and (max-width: 1308px) {
  .card-small-pack-seo {
    min-height: 440px;
  }
}
@media (min-width: 1309px) and (max-width: 1430px) {
  .card-small-pack-seo {
    min-height: 390px;
  }
}
@media (min-width: 1431px) and (max-width: 1508px) {
  .card-small-pack-seo {
    min-height: 370px;
  }
}
@media (min-width: 1508px) and (max-width: 1530px) {
  .card-small-pack-seo {
    min-height: 370px;
  }
}
@media (min-width: 1531px) {
  .card-small-pack-seo {
    min-height: 370px;
  }
}
@media (max-width: 768px) {
  .row-pack {
    flex-direction: column;
  }
  .contact-mail-link-pack {
    padding-top: 160px;
    text-align: center;
    margin-left: 0px !important;
  }
  .contact-phone-link-pack {
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
    margin-left: 0px !important;
  }
  .contact-element {
    text-align: center;
  }
}
.card-body-pack-emails {
  min-height: 420px;
}

.list-bullet-point-templates {
  list-style-type: disc;
}

.list-bullet-point-templates li::marker {
  color: #A72385;
}

.card-body-templates {
  background-color: #A72385;
  border-radius: 10px;
  margin-top: 40px !important;
}

@media (max-width: 991px) {
  .row-templates-revers {
    flex-direction: column-reverse;
  }
  .row-templates-buttons {
    flex-direction: column;
    align-items: center;
  }
  .contact-phone-link-templates {
    margin-left: 0px !important;
  }
  .contact-mail-link-templates {
    margin-left: 0px !important;
  }
}
.row-pack-cta {
  -moz-text-align-last: center;
       text-align-last: center;
}

.btn-text-wrap {
  white-space: normal; /* Permet au texte de passer à la ligne */
  word-wrap: break-word; /* Permet au texte de se diviser sur plusieurs lignes si nécessaire */
}

.card-body-btn {
  border-radius: 10px;
  margin-top: -20px;
}

/* Styles pour le pop-up */
.popup-templates {
  display: none;
  position: fixed;
  width: 70%;
  max-height: 90%;
  overflow-y: auto; /* Activer le défilement vertical si le contenu dépasse la taille maximale */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

/* Superposition grise pour le reste de la page */
.body-overlay {
  display: none; /* Masquer initialement la superposition grise */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9998;
}

.close {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}/*# sourceMappingURL=site.css.map */


 /*LC*/
@media (min-width: 992px) {
    .flx-btn-pos {
        flex: 0 0 13% !important;
        max-width: 25%;
    }
}