@charset "UTF-8";
:root {
  --color-font: #535865;
  --color-primary: #f6ded3;
  --color-secondary: #0e6b8a;
  --color-marron: #9C6830;
  --prev-color-marron: #d8ad7f;
  --color-ligth: #bdbebd;
  --color-link: #000;
  --color-link-hover: #5e6473;
  --color-gradient-start: #4fda91;
  --color-gradient-stop: #34dbc5;
  --color-img-holder: #efefef;
  --color-bricorama-yellow: #ffd300;
}

@font-face {
  font-family: "Lora";
  src: url("/fonts/lora/lora-v35-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("/fonts/lora/lora-v35-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("/fonts/lora/lora-v35-latin-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("/fonts/lora/lora-v35-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/poppins-v21-latin-100.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/poppins-v21-latin-200.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/poppins-v21-latin-300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/poppins-v21-latin-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/poppins-v21-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("/fonts/poppins/poppins-v21-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 2px;
  height: 0;
}

::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.row:before,
.row:after {
  display: none !important;
}

*,
*:focus,
button,
button:focus,
:focus {
  outline: none !important;
}

body {
  font-family: Poppins;
  line-height: 1.5;
}
body.isstuck {
  padding-top: 65px;
}

a,
p {
  word-break: break-word;
}

.poppins {
  font-family: Poppins !important;
}

.btn:focus,
.btn:hover {
  box-shadow: none;
}

.btn-hover-primary:hover {
  background: var(--color-primary);
  border-color: transparent !important;
}

.btn-hover-light:hover {
  background: #efefef;
  border-color: transparent !important;
}

.btn-hover-facebook:hover {
  background: #385899;
  color: white;
  border-color: transparent !important;
}

.btn-facebook {
  width: 202px;
  height: 43px;
  background: #385899;
  background-size: contain;
  display: inline-block;
  margin: 0 auto;
  border-radius: 8px;
  color: white;
  line-height: 45px;
}

.form-control {
  font-size: 14px;
}

input.form-control,
textarea.form-control {
  box-shadow: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: Lora;
  color: var(--color-font);
}

.titlebar {
  z-index: 1;
  height: 40vh;
}
.titlebar .titlebar-scroll-link {
  display: none;
}

.form-control:focus {
  box-shadow: none;
}

.row-eq-height .panel {
  height: auto;
  min-height: 90%;
}

.btn-xs {
  font-size: 13px;
  padding: 10px 15px;
}

.text-marron {
  color: var(--color-marron) !important;
}

.bg-marron {
  background-color: var(--color-marron) !important;
}

.border-before-marron:before {
  border-color: var(--color-marron) !important;
}

.btn-action {
  background: var(--color-primary);
  color: var(--color-secondary);
  border: none;
  border-radius: 10px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.btn-action .btn-icon {
  margin-left: 20px;
  margin-top: -3px;
}

.tabs-nav-side .tabs-nav {
  border-radius: 5px;
  background-color: var(--color-secondary);
  padding: 35px 0 30px;
  margin-bottom: 30px;
}

.tabs-nav-side .tabs-nav a {
  width: 100%;
  color: var(--prev-color-marron) !important;
  flex: 1 auto;
  padding: 9px 40px;
  justify-content: flex-start;
}

.tabs-nav-side .tabs-nav a:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: scaleX(0);
  transform-origin: right center;
  background-color: currentColor;
  transition: transform 0.3s;
}

.tabs-nav-side .tabs-nav a:hover:after {
  transform: scaleX(1);
}

.tabs-nav-side .tabs-nav li {
  width: 100%;
  font-size: 16px;
  text-align: left;
  transition: font-weight 0.3s;
}

.tabs-nav-side .tabs-nav li.active {
  font-weight: 700;
}

.tabs-nav-side .tabs-nav li.active a:after {
  transform: scaleX(1);
}

.tabs-nav-side .tabs-nav .tabs-nav-title {
  padding: 0 40px;
  margin-bottom: 20px;
}

.tabs-nav-side .tabs-nav .tabs-nav-title h6 {
  margin: 0;
  color: #5a5a5a;
}

.tabs-nav-side .tabs-content {
  width: 73.5%;
  padding: 30px;
}

.espace_designer .budget-slider {
  position: relative;
}
.espace_designer .budget-slider .disable-budget-slider {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
.espace_designer #side-menu.out {
  margin-left: -100%;
}
.espace_designer .smileys .smiley {
  opacity: 0.2;
}
.espace_designer .smileys .smiley.active {
  opacity: 1;
}
.espace_designer .main-header {
  position: fixed;
  left: 0;
  right: 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
.espace_designer .toogle-left-menu i {
  width: 24px;
  height: 24px;
  display: block;
  background: url("/img/chevron.svg");
  background-size: cover;
  transition: all 0.2s ease-in-out;
  transform: rotate(0deg);
}
.espace_designer .toogle-left-menu.open i {
  transform: rotate(180deg);
}
.espace_designer .toogle-left-menu-des i {
  width: 24px;
  height: 24px;
  display: block;
  background: url("/img/chevron.svg");
  background-size: cover;
  transition: all 0.2s ease-in-out;
  transform: rotate(0deg);
}
.espace_designer .toogle-left-menu-des.open i {
  transform: rotate(180deg);
}
.espace_designer #content {
  background: #f7f7f7;
  min-height: 100vh;
}
.espace_designer .box-architecte {
  border-radius: 5px;
  color: white;
}
.espace_designer .box-architecte img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.espace_designer .tabs-nav-side .tabs-content {
  width: 100%;
}
.espace_designer .tabs-nav-side .tabs-nav {
  padding: 15px 0;
}
.espace_designer .tabs-nav-side .tabs-nav a {
  padding: 5px 15px;
  font-weight: 600;
}
.espace_designer .tabs-nav-side .tabs-nav li.active a {
  background: var(--color-marron);
  color: black !important;
}
.espace_designer .tabs-nav-side .tabs-nav .divider {
  border-top: 1px dashed var(--color-marron);
  margin-top: 10px;
  padding-bottom: 10px;
}
.espace_designer .tabs-nav-justified .tabs-nav li {
  background: white;
}
.espace_designer .tabs-nav-justified .tabs-nav li a.active {
  background: var(--prev-color-secondary);
  color: white;
  font-weight: bold;
}
.espace_designer textarea {
  line-height: 30px;
}
.espace_designer .photo-item .btn-icons {
  left: 0;
  top: 10px;
  border: none;
}
.espace_designer .photo-item .btn-icons .btn-check {
  padding: 1px 10px;
  background: var(--color-marron);
  margin-left: 10px;
  border-radius: 4px;
  color: white;
  color: black;
}
.espace_designer .photo-item .btn-icons .btn-icon {
  float: left;
  margin-top: -1px;
}
.espace_designer .photo-item:nth-child(4) img {
  border: 10px solid var(--color-marron) !important;
}
.espace_designer .p-brief {
  color: black !important;
  padding: 5px 10px;
  min-height: 30px;
  font-weight: bold;
}
.espace_designer .tab-brief > div > b {
  display: block;
  margin-bottom: 10px;
}
.espace_designer .tab-brief > div > p {
  color: black !important;
  padding: 5px 10px;
  min-height: 30px;
}
.espace_designer .tab-brief > div > div {
  line-height: 30px;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 5px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  min-width: 42px;
  text-align: center;
}
.espace_designer .tab-brief > div > div.text-success {
  opacity: 1;
  color: black !important;
  background: var(--color-primary);
  box-shadow: 0px 5px 10px rgba(126, 142, 177, 0.2);
}
.espace_designer .tab-brief .photos {
  border: none;
}
.espace_designer .tab-brief .photos .div_photo {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  width: 400px;
  margin-bottom: 50px;
}
.espace_designer .tab-brief .photos .photo {
  height: 300px;
  width: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}
.espace_designer .tab-brief .photos p {
  line-height: 20px;
  padding: 5px 15px;
  text-align: left;
  border: 1px solid #ccc;
  height: 40px;
  overflow: scroll;
  background: white;
  position: absolute;
  width: 100%;
  top: 100%;
  margin: 0;
  max-height: 400px;
  min-height: 40px;
  z-index: 9;
}
.espace_designer .tab-brief .photos p:hover {
  height: auto;
}
.espace_designer .tab-brief .btn-link {
  color: #737373 !important;
  margin-bottom: 5px;
}
.espace_designer .tab-brief .btn-link:hover {
  color: #007bff !important;
}
.espace_designer .modal .modal-dialog {
  top: 230px;
}
.espace_designer .modal-content {
  padding: 15px;
}
.espace_designer .modal-content .onboarding-title {
  margin: 0;
  font-size: 20px;
  font-family: Poppins;
}
.espace_designer .modal-content .onboarding-media {
  display: none;
}
.espace_designer .modal-content form {
  text-align: left;
}
.espace_designer .modal-content form .form-group {
  margin-bottom: 10px;
}
.espace_designer .modal-content form .form-group label {
  text-transform: capitalize;
  font-size: 14px;
}
.espace_designer .modal-content .btn {
  padding: 5px;
}
.espace_designer .modal-content .btn.btn-primary {
  background-color: var(--color-secondary);
  padding: 5px 15px;
  color: white;
}
.espace_designer .panel p {
  word-break: break-word;
}
.espace_designer .panel .note-editable p {
  word-break: break-word;
}
.espace_designer .plans .row {
  margin-bottom: 10px;
}
.espace_designer .plans .row .btn {
  display: none;
}
.espace_designer .plans .row:last-child .btn {
  display: block;
}

.safari .espace_designer .container-fluid > .col-auto {
  width: 80%;
  float: left;
}
.safari .espace_designer .container-fluid > .out + .col-auto {
  width: 100%;
  float: left;
}

#tags_addTag {
  width: auto;
  margin-bottom: -10px;
}

#tags_tagsinput {
  width: 100% !important;
  min-height: auto !important;
  height: auto !important;
  margin-bottom: 10px;
  min-height: 43px !important;
}

#ui-id-1 {
  height: 200px;
  width: 300px !important;
  overflow: scroll;
}

#tags_tag {
  width: auto !important;
}

#tags_tagsinput.tagsinput {
  padding: 5px 5px 0 5px;
  border-radius: 4px;
}

div.tagsinput span.tag {
  border-color: var(--color-secondary) !important;
  background: var(--color-secondary) !important;
  color: white !important;
}
div.tagsinput span.tag a {
  color: white !important;
  margin-left: 5px;
  margin-right: 5px;
}

.tags-item span {
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 13px;
  margin-right: 5px;
}
.tags-item input[type=text] {
  padding: 0px 10px;
  font-size: 13px;
  line-height: 29px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
}
.tags-item input[type=checkbox] {
  display: none;
}
.tags-item input[type=checkbox]:checked + span {
  background-color: var(--color-secondary);
  color: white;
  border-color: var(--color-secondary);
}

.columns-photo label {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 10px;
  margin-right: 5px;
}

.link-esquisse-page:hover {
  background-color: var(--color-secondary);
  color: white;
}

.flash-notif .alert {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: 500px;
  max-width: 90%;
  min-height: 50px;
  height: auto;
  border-radius: 30px;
  background: #0f6b8a !important;
  color: white;
}
.flash-notif .alert .close {
  display: block;
  right: unset;
  margin-top: 10px;
  top: -30px;
  right: -30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 30px;
  background: white;
  opacity: 1;
}

.espace_client {
  font-size: 14px;
}
.espace_client .container {
  width: 100% !important;
}
.espace_client .main-header {
  top: 0;
}
.espace_client .toggle-menu {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  position: fixed;
  left: 20px;
  top: 80px;
  background: white;
}
.espace_client .toogle-left-menu i {
  width: 24px;
  height: 24px;
  display: block;
  background: url("/img/chevron.svg");
  background-size: cover;
  transition: all 0.2s ease-in-out;
  transform: rotate(180deg);
}
.espace_client .toogle-left-menu.open i {
  transform: rotate(0deg);
}
.espace_client .user-info {
  position: relative;
}
.espace_client .user-info .menu {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  box-shadow: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(40px);
  max-width: 200px;
}
.espace_client .user-info .menu ul li {
  display: block;
}
.espace_client .user-info:hover > .menu {
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.2);
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.espace_client #btn-menu-client i {
  color: #bbbbbb;
}
.espace_client #content {
  background: #f7f7f7;
  min-height: 100vh;
}
.espace_client .titlebar-sm .titlebar-inner {
  padding-top: 0px;
  padding-bottom: 30px;
}
.espace_client .box-architecte {
  border-radius: 5px;
  background-color: var(--color-primary);
}
.espace_client .box-architecte img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.espace_client .tabs-nav-side {
  top: 160px;
}
@media screen and (max-width: 992px) {
  .espace_client .sub-menu-client {
    justify-content: center !important;
  }
}
.espace_client .dropdown-menu.show {
  left: 70px !important;
  border-radius: 0;
  width: 100% !important;
}
.espace_client .dropdown-menu.show:after {
  content: "";
  background: white;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
  position: absolute;
  top: -7px;
  left: 9px;
  z-index: -35;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-right: 0;
}
@media screen and (max-width: 992px) {
  .espace_client .dropdown-menu.show {
    left: 0 !important;
    border: none;
    box-shadow: none;
    transform: translate3d(0px, 60px, 0px) !important;
    right: 0px;
  }
  .espace_client .dropdown-menu.show:after {
    display: none;
  }
  .espace_client .dropdown-menu.show li a {
    padding-left: 20px !important;
  }
}
.espace_client .tabs-nav {
  margin-bottom: 0;
}
.espace_client .tabs-nav li {
  height: auto;
  line-height: 20px;
  min-width: 200px;
  width: 100%;
  display: block;
  font-size: 15px !important;
}
.espace_client .tabs-nav li:hover {
  background-color: var(--color-primary);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
.espace_client .tabs-nav li:hover a {
  color: black;
}
.espace_client .tabs-nav li a {
  justify-content: start;
  text-align: center;
  color: black;
}
.espace_client .tabs-nav li.active {
  background-color: var(--color-primary);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
.espace_client .tabs-nav li.active a {
  color: black;
}
.espace_client .tabs-nav li.active > a {
  pointer-events: none;
  /* Disable pointer events */
  cursor: default;
  /* Optional: change color */
}
.espace_client .tabs-nav .divider {
  border-top: 1px dashed var(--color-font);
}
.espace_client .titlebar-scroll-link {
  display: none;
}
.espace_client .tabs-nav-side .tabs-nav {
  padding: 10px 0;
  margin: 0;
}
.espace_client .tabs-nav-side .tabs-nav a {
  padding: 5px 15px;
}
.espace_client form label {
  font-size: 14px;
}
.espace_client form select,
.espace_client form input {
  border-radius: 0;
  box-shadow: none;
}
.espace_client .consultation {
  border: 1px solid #e8e8e8;
  background: white;
  display: block;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 2px 2px 8px rgba(69, 65, 78, 0.1);
}
.espace_client .consultation + .consultation {
  margin-top: 20px;
}
.espace_client .display-on-mobile {
  display: none !important;
}
@media screen and (min-width: 992px) and (max-width: 1440px) {
  .espace_client .container_espace_client .col-md-1 {
    display: none;
  }
  .espace_client .container_espace_client .col-md-11 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .espace_client #content {
    top: 80px;
  }
  .espace_client .welcome-panel {
    padding-top: 1rem !important;
  }
  .espace_client .main-header .mainbar-wrap {
    display: block;
  }
  .espace_client .main-header .mainbar-wrap .col-2,
  .espace_client .main-header .mainbar-wrap .col,
  .espace_client .main-header .mainbar-wrap .col-5 {
    display: none;
  }
  .espace_client .container-fluid {
    padding: 0;
  }
  .espace_client .container > .row {
    padding: 0 15px !important;
  }
  .espace_client footer .container > .row {
    padding: 0px !important;
  }
  .espace_client .container-fluid.pt-100 {
    padding-top: 30px !important;
  }
  .espace_client .main-footer .pt-100 {
    padding-top: 30px !important;
  }
  .espace_client .panel-projet {
    text-align: center;
    padding-bottom: 10px !important;
  }
  .espace_client .panel-projet .col-auto {
    width: 100%;
  }
  .espace_client .panel-projet .col-auto figure {
    margin-bottom: 15px;
  }
  .espace_client .panel-projet div {
    padding: 0 !important;
    text-align: center !important;
    min-width: 50px;
  }
  .espace_client .panel-projet div a {
    margin-top: 0 !important;
  }
  .espace_client .panel-projet .col.text-right {
    text-align: center !important;
    padding-left: 41px !important;
  }
  .espace_client .panel-projet .col.text-right a {
    font-weight: 700;
    font-size: 14px !important;
    line-height: 30px;
  }
  .espace_client .animate-icon {
    border: 1px solid red;
    display: none !important;
  }
  .espace_client #style_deco_1 {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 30px;
  }
  .espace_client #style_deco_2 {
    padding-top: 0 !important;
  }
  .espace_client .fancy-box-travel {
    overflow: auto;
    padding: 0;
  }
  .espace_client .fancy-box-travel:after {
    display: none;
  }
  .espace_client .fancy-box-travel figure {
    position: relative;
    left: 0;
    right: 0;
    height: 200px !important;
    max-height: 200px !important;
    transform: none !important;
  }
  .espace_client .fancy-box-travel .fancy-box-contents {
    position: relative;
    margin: 0;
    color: black;
  }
  .espace_client .fancy-box-travel .fancy-box-contents h3 {
    color: black;
  }
  .espace_client .fancy-box-travel .fancy-box-contents .bg-secondary {
    color: white;
    transform: none !important;
  }
  .espace_client .fancy-box-travel .fancy-box-contents .fancy-box-header,
  .espace_client .fancy-box-travel .fancy-box-contents .fancy-box-info {
    transform: none !important;
  }
  .espace_client .fancy-box-travel .fancy-box-contents .fancy-box-header h3,
  .espace_client .fancy-box-travel .fancy-box-contents .fancy-box-header p,
  .espace_client .fancy-box-travel .fancy-box-contents .fancy-box-info h3,
  .espace_client .fancy-box-travel .fancy-box-contents .fancy-box-info p {
    transform: none !important;
    opacity: 1 !important;
  }
  .espace_client .fancy-box-travel .fancy-box-contents .fancy-box-header {
    padding-top: 15px;
  }
  .espace_client .fancy-box-travel .fancy-box-contents p {
    opacity: 1;
  }
  .espace_client .hide-on-mobile {
    display: none;
  }
  .espace_client .display-on-mobile {
    display: block !important;
  }
}
.espace_client .message div,
.espace_client .message p {
  font-size: 16px;
}

.espace_experience_achat #content {
  background: #f7f7f7;
  min-height: 100vh;
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .espace_experience_achat #content {
    margin-top: 0;
  }
}
.espace_experience_achat > div > header.has-alert + #content {
  margin-top: 100px;
}
.espace_experience_achat header.main-header {
  top: -8px;
  position: fixed;
}
@media screen and (max-width: 992px) {
  .espace_experience_achat header.main-header {
    top: 0;
    position: relative;
  }
}
.espace_experience_achat header.main-header a {
  padding-top: 0;
  padding-bottom: 0;
  color: black;
}
.espace_experience_achat header.main-header .lqd-custom-menu {
  position: fixed;
  margin: auto;
  top: 60px;
  left: 0;
  bottom: auto;
  right: auto;
  box-sizing: border-box;
  background: black;
  z-index: 3;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .espace_experience_achat header.main-header .lqd-custom-menu {
    position: relative;
    top: 7px;
    padding-bottom: 15px;
  }
}
.espace_experience_achat header.main-header .lqd-custom-menu a {
  color: white;
}
.espace_experience_achat header.main-header .lqd-custom-menu li {
  padding: 5px 0 5px 35px;
  position: relative;
  text-align: left;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  line-height: 20px;
  height: 40px;
}
@media screen and (max-width: 992px) {
  .espace_experience_achat header.main-header .lqd-custom-menu li {
    padding: 5px 0 5px 0px;
  }
}
.espace_experience_achat header.main-header .lqd-custom-menu li a {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
}
.espace_experience_achat header.main-header .lqd-custom-menu li a span {
  display: inline-block;
  position: absolute;
  top: -6px;
  left: -40px;
  width: 28px;
  height: 28px;
  background: black;
  border-radius: 50%;
  line-height: 26px;
  margin-right: 10px;
  font-weight: bold;
  text-align: center;
  color: var(--color-marron);
  border: 2px solid white;
  display: none;
}
.espace_experience_achat header.main-header .lqd-custom-menu li.active {
  padding-left: 4rem;
  padding-right: 4rem;
  border-top: 5px solid var(--color-marron);
  border-bottom: 5px solid var(--color-marron);
}
@media screen and (max-width: 992px) {
  .espace_experience_achat header.main-header .lqd-custom-menu li.active {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.espace_experience_achat header.main-header .lqd-custom-menu li.passed a {
  color: var(--color-marron);
}
.espace_experience_achat header.main-header .lqd-custom-menu li.passed span {
  display: inline-block;
  border: 2px solid var(--color-marron);
}
.espace_experience_achat header.main-header .sub-menu-client {
  position: relative;
  top: 7px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.espace_experience_achat .box-architecte {
  border-radius: 5px;
  color: white;
}
.espace_experience_achat .box-architecte img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.espace_experience_achat .navigation-mob {
  height: 70px !important;
  background: black;
  position: relative;
  display: flex;
  align-items: center;
}
.espace_experience_achat .navigation-mob ul {
  display: flex;
  width: 350px;
  padding: 0 !important;
  padding-right: 30px !important;
}
.espace_experience_achat .navigation-mob ul li {
  height: -moz-fit-content !important;
  height: fit-content !important;
  position: relative;
  list-style: none;
  width: 65px;
  z-index: 500;
}
.espace_experience_achat .navigation-mob ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.espace_experience_achat .navigation-mob ul li a .icon {
  position: relative;
  display: block;
  line-height: 75px;
  font-size: 1em;
  text-align: center;
  transition: 0.5s;
  color: white;
  font-weight: 500;
}
.espace_experience_achat .navigation-mob ul li.active a .icon {
  font-weight: 700;
  color: black;
  transform: translateY(-30px);
}
.espace_experience_achat .navigation-mob ul li a .text {
  position: absolute;
  color: white;
  font-weight: 400;
  font-size: 0.75em;
  letter-spacing: 2px;
  transition: 0.5s;
  opacity: 0;
  transform: translateY(20px);
}
.espace_experience_achat .navigation-mob ul li.active a .text {
  opacity: 1;
  transform: translateY(15px);
  font-weight: 700;
}
.espace_experience_achat .indicator {
  position: absolute;
  height: 70px;
  width: 70px;
  background: var(--color-marron);
  top: -50%;
  border-radius: 50%;
  border: 6px solid black;
  transition: 0.5s;
}
.espace_experience_achat .indicator::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  width: 20px;
  height: 20px;
  background: transparent;
  border-top-right-radius: 20px;
  box-shadow: -10px 0 0 black;
}
.espace_experience_achat .indicator::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -26px;
  width: 20px;
  height: 20px;
  background: transparent;
  border-top-left-radius: 20px;
  box-shadow: -10px 0 0 black;
}
.espace_experience_achat .navigation-mob ul li:nth-child(1).active ~ .indicator {
  transform: translateX(-1px);
}
.espace_experience_achat .navigation-mob ul li:nth-child(2).active ~ .indicator {
  transform: translateX(61px);
}
.espace_experience_achat .navigation-mob ul li:nth-child(3).active ~ .indicator {
  transform: translateX(124px);
}
.espace_experience_achat .navigation-mob ul li:nth-child(4).active ~ .indicator {
  transform: translateX(189px);
}
.espace_experience_achat .navigation-mob ul li:nth-child(5).active ~ .indicator {
  transform: translateX(252px);
}
@media screen and (max-width: 992px) {
  .espace_experience_achat .forfait {
    margin-top: 20px;
  }
  .espace_experience_achat .forfait .offres {
    padding: 0;
  }
}
.espace_experience_achat .forfait.essentiel .info {
  display: block !important;
}
.espace_experience_achat .forfait.essentiel .essentiel .pricing-item {
  opacity: 0.3;
}
.espace_experience_achat .forfait.essentiel .essentiel .pricing-item:hover {
  transform: scale(1);
}
.espace_experience_achat .forfait.incontournable .info {
  display: block !important;
}
.espace_experience_achat .forfait.incontournable .essentiel {
  visibility: hidden;
  width: 16%;
  flex: 0 0 16%;
}
@media screen and (max-width: 992px) {
  .espace_experience_achat .forfait.incontournable .essentiel {
    display: none;
  }
}
.espace_experience_achat .forfait.incontournable .incontournable .pricing-item {
  opacity: 0.3;
}
.espace_experience_achat .forfait.incontournable .incontournable .pricing-item:hover {
  transform: scale(1);
}
.espace_experience_achat .forfait.fantastique .info {
  display: block !important;
}
.espace_experience_achat .forfait.fantastique .essentiel,
.espace_experience_achat .forfait.fantastique .incontournable {
  visibility: hidden;
  width: 16.3%;
  flex: 0 0 16.3%;
}
@media screen and (max-width: 992px) {
  .espace_experience_achat .forfait.fantastique .essentiel,
  .espace_experience_achat .forfait.fantastique .incontournable {
    display: none;
  }
}
.espace_experience_achat .forfait.fantastique .fantastique .pricing-item {
  opacity: 0.3;
}
.espace_experience_achat .forfait.fantastique .fantastique .pricing-item:hover {
  transform: scale(1);
}
@media screen and (max-width: 992px) {
  .espace_experience_achat .forfait .col-md-4 {
    margin-bottom: 20px;
  }
}
.espace_experience_achat .actions.essentiel .essentiel button {
  display: none;
}
.espace_experience_achat .actions.essentiel .essentiel div.btn {
  display: inline-block !important;
}
.espace_experience_achat .actions.incontournable .essentiel {
  visibility: hidden;
  width: 17%;
  flex: 0 0 17%;
}
@media screen and (max-width: 992px) {
  .espace_experience_achat .actions.incontournable .essentiel {
    display: none;
  }
}
.espace_experience_achat .actions.incontournable .incontournable button {
  display: none;
}
.espace_experience_achat .actions.incontournable .incontournable div.btn {
  display: inline-block !important;
}
.espace_experience_achat .actions.fantastique .essentiel,
.espace_experience_achat .actions.fantastique .incontournable {
  visibility: hidden;
  width: 16.3%;
  flex: 0 0 16.3%;
}
@media screen and (max-width: 992px) {
  .espace_experience_achat .actions.fantastique .essentiel,
  .espace_experience_achat .actions.fantastique .incontournable {
    display: none;
  }
}
.espace_experience_achat .actions.fantastique .fantastique button {
  display: none;
}
.espace_experience_achat .actions.fantastique .fantastique div.btn {
  display: inline-block !important;
}
.espace_experience_achat #btn_confirmer_designer {
  display: none;
}
.espace_experience_achat .designers,
.espace_experience_achat .designers_grp {
  text-align: center;
}
.espace_experience_achat .designers .esquisse,
.espace_experience_achat .designers_grp .esquisse {
  padding-bottom: 20px;
}
.espace_experience_achat .designers .designer,
.espace_experience_achat .designers_grp .designer {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  background: #fff url("/images/default-user.png");
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  position: relative;
  background-size: cover !important;
}
@media screen and (max-width: 500px) {
  .espace_experience_achat .designers .designer,
  .espace_experience_achat .designers_grp .designer {
    width: 100px;
    height: 100px;
  }
}
.espace_experience_achat .designers .designer .remove,
.espace_experience_achat .designers_grp .designer .remove {
  background: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: 0px 2px 5px rgba(69, 65, 78, 0.3);
  cursor: pointer;
  display: none;
}
.espace_experience_achat .designers .designer.affected .remove,
.espace_experience_achat .designers_grp .designer.affected .remove {
  display: block;
}
.espace_experience_achat .designers .designer.empty,
.espace_experience_achat .designers_grp .designer.empty {
  background: #fff url("/images/default-user.png") 50% 50% no-repeat;
}
.espace_experience_achat .designers.essentiel .designer,
.espace_experience_achat .designers_grp.essentiel .designer {
  background: #fff url("/images/default-user.png") 50% 50% no-repeat;
}
.espace_experience_achat .designers.essentiel .col-md-4:nth-child(2) .esquisse,
.espace_experience_achat .designers.essentiel .col-md-4:nth-child(3) .esquisse,
.espace_experience_achat .designers_grp.essentiel .col-md-4:nth-child(2) .esquisse,
.espace_experience_achat .designers_grp.essentiel .col-md-4:nth-child(3) .esquisse {
  color: #e8e8e8;
}
.espace_experience_achat .designers.essentiel .col-md-4:nth-child(2) .designer,
.espace_experience_achat .designers.essentiel .col-md-4:nth-child(3) .designer,
.espace_experience_achat .designers_grp.essentiel .col-md-4:nth-child(2) .designer,
.espace_experience_achat .designers_grp.essentiel .col-md-4:nth-child(3) .designer {
  background: #e8e8e8 !important;
}
.espace_experience_achat .designers.essentiel .col-md-4:nth-child(2) .remove,
.espace_experience_achat .designers.essentiel .col-md-4:nth-child(3) .remove,
.espace_experience_achat .designers_grp.essentiel .col-md-4:nth-child(2) .remove,
.espace_experience_achat .designers_grp.essentiel .col-md-4:nth-child(3) .remove {
  display: none;
}
.espace_experience_achat .designers.incontournable .designer,
.espace_experience_achat .designers_grp.incontournable .designer {
  background: #fff url("/images/default-user.png") 50% 50% no-repeat;
}
.espace_experience_achat .designers.incontournable .col-md-4:nth-child(3) .designer,
.espace_experience_achat .designers_grp.incontournable .col-md-4:nth-child(3) .designer {
  background: #e8e8e8 !important;
}
.espace_experience_achat .designers.incontournable .col-md-4:nth-child(3) .remove,
.espace_experience_achat .designers_grp.incontournable .col-md-4:nth-child(3) .remove {
  display: none;
}
.espace_experience_achat .designers_liste img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.espace_experience_achat .designers_liste .row {
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
}
.espace_experience_achat .designers_liste .row .col {
  padding-top: 2px;
}
.espace_experience_achat .p-lignes_2 {
  height: 50px;
  overflow: hidden;
}
.espace_experience_achat .offre .titre {
  font-weight: bold;
}
.espace_experience_achat .offre .prix {
  padding: 20px 0;
}
.espace_experience_achat .offre ul {
  list-style: none;
  text-align: left;
  margin: 0;
  line-height: 30px;
}
@media screen and (max-width: 992px) {
  .espace_experience_achat .row-eq-height .col-md-4 {
    padding-bottom: 30px;
  }
  .espace_experience_achat .bg-primary p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .espace_experience_achat header.main-header {
    background: black;
  }
  .espace_experience_achat .animate-icon {
    border: 1px solid red;
    display: none !important;
  }
  .espace_experience_achat #style_deco_1 {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 30px;
  }
  .espace_experience_achat #style_deco_2 {
    padding-top: 0 !important;
  }
  .espace_experience_achat .fancy-box-travel {
    overflow: auto;
    padding: 0;
  }
  .espace_experience_achat .fancy-box-travel:after {
    display: none;
  }
  .espace_experience_achat .fancy-box-travel figure {
    position: relative;
    left: 0;
    right: 0;
    height: 200px !important;
    max-height: 200px !important;
    transform: none !important;
  }
  .espace_experience_achat .fancy-box-travel .fancy-box-contents {
    position: relative;
    margin: 0;
    color: black;
  }
  .espace_experience_achat .fancy-box-travel .fancy-box-contents h3 {
    color: black;
  }
  .espace_experience_achat .fancy-box-travel .fancy-box-contents .bg-secondary {
    color: white;
    transform: none !important;
  }
  .espace_experience_achat .fancy-box-travel .fancy-box-contents .fancy-box-header,
  .espace_experience_achat .fancy-box-travel .fancy-box-contents .fancy-box-info {
    transform: none !important;
  }
  .espace_experience_achat .fancy-box-travel .fancy-box-contents .fancy-box-header h3,
  .espace_experience_achat .fancy-box-travel .fancy-box-contents .fancy-box-header p,
  .espace_experience_achat .fancy-box-travel .fancy-box-contents .fancy-box-info h3,
  .espace_experience_achat .fancy-box-travel .fancy-box-contents .fancy-box-info p {
    transform: none !important;
    opacity: 1 !important;
  }
  .espace_experience_achat .fancy-box-travel .fancy-box-contents .fancy-box-header {
    padding-top: 15px;
  }
  .espace_experience_achat .fancy-box-travel .fancy-box-contents p {
    opacity: 1;
  }
}
@media screen and (max-width: 500px) {
  .espace_experience_achat header.main-header {
    margin-top: 35px;
    background: black;
  }
}

.espace_collaboration #content {
  background: #f7f7f7;
  min-height: 100vh;
  margin-top: 74px;
}
@media screen and (max-width: 992px) {
  .espace_collaboration #content {
    margin-top: 7px;
    padding-top: 0 !important;
  }
}
.espace_collaboration #chat-panel iframe {
  margin-bottom: -10px;
}
.espace_collaboration #chat-panel .font-size-12 * {
  font-family: Poppins !important;
  font-size: 14px !important;
}
.espace_collaboration #chat-panel .font-size-12 p {
  margin-bottom: 10px !important;
}
.espace_collaboration #chat {
  width: 100%;
}
.espace_collaboration .dropdown-menu.show {
  left: 70px !important;
  border-radius: 0;
  width: 100% !important;
}
.espace_collaboration .dropdown-menu.show:after {
  content: "";
  background: white;
  width: 13px;
  height: 13px;
  transform: rotate(45deg);
  position: absolute;
  top: -7px;
  left: 9px;
  z-index: -35;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-right: 0;
}
@media screen and (max-width: 992px) {
  .espace_collaboration .dropdown-menu.show {
    left: 0 !important;
    border: none;
    box-shadow: none;
    transform: translate3d(0px, 60px, 0px) !important;
    right: 0px;
  }
  .espace_collaboration .dropdown-menu.show:after {
    display: none;
  }
  .espace_collaboration .dropdown-menu.show li a {
    padding-left: 20px !important;
  }
}
.espace_collaboration .tabs-nav {
  margin-bottom: 0;
}
.espace_collaboration .tabs-nav li {
  height: auto;
  line-height: 38px;
  min-width: 200px;
  width: 100%;
  display: block;
  font-size: 15px !important;
}
.espace_collaboration .tabs-nav li:hover {
  background-color: var(--color-primary);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
.espace_collaboration .tabs-nav li:hover a {
  color: black;
}
.espace_collaboration .tabs-nav li a {
  justify-content: start;
  text-align: center;
  color: black;
}
.espace_collaboration .tabs-nav li.active {
  background-color: var(--color-primary);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}
.espace_collaboration .tabs-nav li.active a {
  color: black;
}
.espace_collaboration .tabs-nav li.active > a {
  pointer-events: none;
  /* Disable pointer events */
  cursor: default;
  /* Optional: change color */
}
.espace_collaboration .tabs-nav .divider {
  border-top: 1px dashed var(--color-font);
}
.espace_collaboration .titlebar-scroll-link {
  display: none;
}
.espace_collaboration .tabs-nav-side .tabs-nav {
  padding: 10px 0;
  margin: 0;
}
.espace_collaboration .tabs-nav-side .tabs-nav a {
  padding: 5px 15px;
}
.espace_collaboration .display-on-mobile {
  display: none !important;
}
.espace_collaboration .img-fluid {
  display: block;
  height: auto;
  width: 100%;
  margin: 0;
}
.espace_collaboration > div > header.has-alert + #content {
  margin-top: 100px;
}
.espace_collaboration header {
  top: -8px;
  position: fixed;
  background: white;
}
@media screen and (max-width: 992px) {
  .espace_collaboration header {
    position: relative;
    top: 0;
    background: var(--color-primary);
  }
}
.espace_collaboration header a {
  padding-top: 0;
  padding-bottom: 0;
  color: black;
}
.espace_collaboration header .lqd-custom-menu {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: auto;
  right: auto;
  background: var(--color-primary);
  z-index: 3;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .espace_collaboration header .lqd-custom-menu {
    position: relative;
    top: 7px;
  }
}
.espace_collaboration header .lqd-custom-menu a {
  color: black;
  font-weight: 400;
}
.espace_collaboration header .lqd-custom-menu li {
  position: relative;
  text-align: center;
  padding: 9px 20px 15px 35px;
  line-height: 20px;
  height: 39px;
}
.espace_collaboration header .lqd-custom-menu li:last-child::before, .espace_collaboration header .lqd-custom-menu li:last-child::after {
  display: none;
}
.espace_collaboration header .lqd-custom-menu li::before, .espace_collaboration header .lqd-custom-menu li::after {
  content: "";
  height: 15px;
  width: 15px;
  border: 2px solid black;
  border-bottom: none;
  border-left: none;
  position: absolute;
  top: 12px;
  right: -7px;
  transform: rotate(45deg);
}
.espace_collaboration header .lqd-custom-menu li::before {
  right: -12px;
}
@media screen and (max-width: 992px) {
  .espace_collaboration header .lqd-custom-menu li::before, .espace_collaboration header .lqd-custom-menu li::after {
    display: none;
  }
}
.espace_collaboration header .lqd-custom-menu li a {
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  padding-left: 15px;
}
.espace_collaboration header .lqd-custom-menu li a span {
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 25px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  font-weight: bold;
  text-align: center;
  color: black;
  display: none;
  background-image: url("/img/icons/check-light.svg");
}
.espace_collaboration header .lqd-custom-menu li.passed a {
  color: black;
}
.espace_collaboration header .lqd-custom-menu li.passed span {
  display: inline-block;
}
.espace_collaboration header .lqd-custom-menu li.active a {
  font-weight: bold;
  letter-spacing: 1px;
}
.espace_collaboration header .lqd-custom-menu li.active a span {
  opacity: 1;
  color: white;
  display: inline-block;
  background-image: url("/img/icons/check.svg");
}
.espace_collaboration header .lqd-custom-menu li.disabled {
  opacity: 0.4;
}
.espace_collaboration header .lqd-custom-menu li.disabled.passed {
  opacity: 1;
}
.espace_collaboration .box-architecte {
  border-radius: 5px;
  color: white;
}
.espace_collaboration .box-architecte img {
  border-radius: 50%;
}
.espace_collaboration .panel-steps {
  padding: 10px 0;
  margin-bottom: 10px;
}
.espace_collaboration .panel-steps.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
@media screen and (max-width: 992px) {
  .espace_collaboration .panel-steps .row div.col-auto {
    width: 100%;
  }
}
.espace_collaboration .steps {
  position: relative;
  list-style: none;
  margin-bottom: 0;
  height: 120px;
}
@media screen and (max-width: 992px) {
  .espace_collaboration .steps {
    padding: 0;
  }
}
.espace_collaboration .steps .bg-light {
  background: #eaeaea !important;
}
.espace_collaboration .steps li {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.espace_collaboration .steps li.disabled {
  cursor: not-allowed;
}
.espace_collaboration .steps li.disabled span {
  background: #e8e8e8;
}
.espace_collaboration .steps li span {
  text-align: center;
  box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.2);
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  margin: 0 20px;
  color: black;
  cursor: pointer;
  opacity: 1;
  background: white;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 992px) {
  .espace_collaboration .steps li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media screen and (max-width: 992px) {
  .espace_collaboration .steps li span {
    margin: 0 10px;
    font-size: 11px;
  }
}
.espace_collaboration .steps li span.medium {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
  background: white;
}
.espace_collaboration .steps li.active:not(.disabled) span {
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  background: var(--color-primary) !important;
  color: black;
  box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.1);
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .espace_collaboration .steps li.active:not(.disabled) span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
  }
}
.espace_collaboration .steps li.active:not(.disabled) span:hover {
  background: var(--color-primary);
}
.espace_collaboration .architectes {
  z-index: 999;
  padding: 0 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .espace_collaboration .architectes {
    display: block;
    width: 100%;
  }
}
.espace_collaboration .architectes .architecte {
  cursor: pointer;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
  padding: 5px 0;
  background: white;
  display: inline-block;
  width: 34%;
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all 0.2s ease-in-out;
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 992px) {
  .espace_collaboration .architectes .architecte {
    width: 100%;
  }
}
.espace_collaboration .architectes .architecte:first-child {
  margin-left: 0;
}
@media screen and (max-width: 992px) {
  .espace_collaboration .architectes .architecte:first-child {
    margin-left: 16px;
  }
}
.espace_collaboration .architectes .architecte:last-child {
  margin-right: 0;
}
.espace_collaboration .architectes .architecte .photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-size: cover;
  margin: 0 auto;
  background-position: 50% 50%;
}
.espace_collaboration .architectes .architecte .concept {
  margin-top: 10px;
}
.espace_collaboration .architectes .architecte.active {
  transform: translateY(-2px) scale(1.15);
  background: var(--color-primary);
  z-index: 999;
}
.espace_collaboration .architectes .architecte:hover:not(.active):not(.disabled) {
  transform: translateY(-2px) scale(1.03);
  z-index: 999;
}
.espace_collaboration .architectes .architecte.disabled {
  opacity: 0.5;
}
.espace_collaboration .architectes .architecte.disabled .photo {
  background-image: none !important;
  background: #ccc;
}
.espace_collaboration .architectes .architecte.disabled .prenom {
  visibility: hidden;
}
.espace_collaboration .img-puces {
  position: relative;
}
.espace_collaboration .img-puces .comment {
  position: absolute;
}
.espace_collaboration .img-puces .comment .puce {
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 50%;
  cursor: pointer;
  color: white;
  font-weight: bold;
  z-index: 1;
  position: relative;
  font-size: 10px;
}
.espace_collaboration .img-puces .comment .commentaire {
  position: relative;
  top: -10px;
  left: 10px;
}
.espace_collaboration .img-puces .comment .commentaire textarea {
  font-size: 12px;
  border-radius: 4px;
  padding: 4px;
  min-width: 200px;
  border: none;
  display: block;
}
.espace_collaboration .img-puces .comment .commentaire div {
  text-align: right;
  padding: 5px 0px;
}
.espace_collaboration .img-puces .comment .commentaire div i {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 13px;
  color: green;
  background: white;
  border: none;
}
.espace_collaboration .img-puces .comment .commentaire div i.fa-trash {
  background: red;
  color: white;
}
.espace_collaboration .forfait.essentiel .info {
  display: block !important;
}
.espace_collaboration .forfait.essentiel .essentiel .pricing-item:hover {
  transform: scale(1);
}
.espace_collaboration .forfait.incontournable .info {
  display: block !important;
}
.espace_collaboration .forfait.incontournable .essentiel {
  visibility: hidden;
  width: 16%;
  flex: 0 0 16%;
}
.espace_collaboration .forfait.incontournable .incontournable .pricing-item:hover {
  transform: scale(1);
}
.espace_collaboration .forfait.fantastique .info {
  display: block !important;
}
.espace_collaboration .forfait.fantastique .essentiel,
.espace_collaboration .forfait.fantastique .incontournable {
  visibility: hidden;
  width: 16.3%;
  flex: 0 0 16.3%;
}
.espace_collaboration .forfait.fantastique .fantastique .pricing-item:hover {
  transform: scale(1);
}
.espace_collaboration .forfait_pro.essentiel .info {
  display: block !important;
}
.espace_collaboration .forfait_pro.essentiel .incontournable,
.espace_collaboration .forfait_pro.essentiel .fantastique {
  visibility: hidden;
  width: 16.3%;
  flex: 0 0 16.3%;
}
.espace_collaboration .forfait_pro.essentiel .essentiel .pricing-item:hover {
  transform: scale(1);
}
.espace_collaboration .forfait_pro.incontournable .info {
  display: block !important;
}
.espace_collaboration .forfait_pro.incontournable .essentiel,
.espace_collaboration .forfait_pro.incontournable .fantastique {
  visibility: hidden;
}
.espace_collaboration .forfait_pro.incontournable .incontournable .pricing-item:hover {
  transform: scale(1);
}
.espace_collaboration .forfait_pro.fantastique .info {
  display: block !important;
}
.espace_collaboration .forfait_pro.fantastique .essentiel,
.espace_collaboration .forfait_pro.fantastique .incontournable {
  visibility: hidden;
}
.espace_collaboration .forfait_pro.fantastique .fantastique .pricing-item:hover {
  transform: scale(1);
}
.espace_collaboration [name=form-add-commentaire] textarea {
  border: 1px solid #e8e8e8;
}
@media screen and (max-width: 992px) {
  .espace_collaboration .hide-on-mobile {
    display: none;
  }
  .espace_collaboration .display-on-mobile {
    display: block !important;
  }
  .espace_collaboration .sub-menu-client {
    justify-content: center !important;
  }
}

@media screen and (max-width: 992px) {
  .w-60 {
    width: 100% !important;
  }
  .btn-hover-primary,
  .btn-hover-facebook,
  .btn-hover-light {
    padding-top: 40px !important;
  }
  .btn-hover-primary img,
  .btn-hover-facebook img,
  .btn-hover-light img {
    left: 50% !important;
    transform: translateX(-50%);
  }
}
.auth-page {
  background: url("/img/inscription-background.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 100vh;
}

.login-bg {
  background: url("/img/connexion-background.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 100vh;
}

.steppers {
  position: absolute;
  width: 330px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
@media screen and (max-width: 1220px) {
  .steppers {
    width: 250px;
    padding: 20px 0px 10px 5px;
  }
}
@media screen and (max-width: 1044px) {
  .steppers {
    width: 100%;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .steppers {
    width: 100%;
    top: 0;
    margin-left: 0;
    padding: 20px 30px;
    background: rgba(0, 0, 0, 0.5);
    margin-top: 0 !important;
  }
}
.steppers .iconbox-icon-linked .iconbox-icon-wrap:after {
  background: black;
  display: none;
}
.steppers .iconbox-icon-linked:first-child .iconbox-icon-wrap:after {
  background: black;
}
.steppers .iconbox-side .iconbox-icon-wrap {
  margin-right: 10px;
}
.steppers .iconbox-icon-container {
  width: 30px !important;
  height: 30px !important;
  font-size: 14px !important;
  background: #e8e8e8 !important;
  color: black;
}
.steppers .contents {
  font-size: 16px;
}

.login {
  min-width: 380px !important;
  width: inherit !important;
}
.login h1 {
  font-size: 2em;
  text-align: center;
  color: white;
}
@media screen and (max-width: 768px) {
  .login h1 {
    color: black !important;
  }
}
@media screen and (max-width: 768px) {
  .login {
    width: 100%;
  }
}
.login .text-login {
  color: white;
}
@media screen and (max-width: 768px) {
  .login .text-login {
    color: black !important;
  }
}
.login .btn-link {
  color: white;
}
@media screen and (max-width: 768px) {
  .login .btn-link {
    color: black !important;
  }
}
.login label {
  color: white;
}
@media screen and (max-width: 768px) {
  .login label {
    color: black !important;
  }
}
.login label input {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .login label a {
    color: black !important;
  }
}
.login > div {
  min-height: 500px;
  max-width: 530px;
  background: rgba(23, 23, 25, 0.4);
  margin: 0 auto;
  padding: 30px 50px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .login > div {
    background: transparent;
  }
}
.login .form-control {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ebebeb;
  height: 40px;
  line-height: 40px;
  padding-left: 8px;
}
.login .form-control::-moz-placeholder {
  color: #495057;
}
.login .form-control::placeholder {
  color: #495057;
}
.login button {
  display: inline-block;
}
.login .divider {
  text-align: center;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.login .divider span {
  z-index: 1;
  position: relative;
  padding: 0 10px;
  color: white;
}
@media screen and (max-width: 768px) {
  .login .divider span {
    color: black !important;
  }
}
.login .divider:after, .login .divider:before {
  content: "";
  border-top: 1px solid white;
  height: 1px;
  position: absolute;
  left: 0;
  right: 60%;
  top: 12px;
}
@media screen and (max-width: 768px) {
  .login .divider:after, .login .divider:before {
    border-top: 1px solid black;
  }
}
.login .divider:before {
  right: 0;
  left: 60%;
}

@media screen and (max-width: 1044px) {
  .main-register {
    position: relative !important;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 1044px) {
  .steppers-register {
    position: relative !important;
    width: 50%;
    margin-top: 25px;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .steppers-register {
    width: 60%;
  }
}

.register {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 70%;
  min-width: 60%;
}
.register h1 {
  font-size: 3em;
}
.register .btn-link {
  color: white;
}
@media screen and (max-width: 768px) {
  .register .btn-link {
    color: black !important;
  }
}
.register .btn-primary {
  background: var(--color-primary);
  color: black;
}
.register > div {
  min-height: 500px;
}
.register .form-control {
  background: rgba(255, 255, 255, 0.8);
  border: none;
  height: 40px;
  line-height: 40px;
}
.register .form-control:focus {
  border: none;
  background: white;
}
.register .side-left {
  background: rgba(255, 255, 255, 0.4);
  border-right-width: 0;
  background-size: cover;
  border-radius: 10px 0 0 10px;
}
.register .side-left > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  text-align: center;
  width: 90%;
  color: black;
  padding: 15px;
}
.register .side-right {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0 10px 10px 0;
}
.register .side-right > div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  text-align: center;
  min-width: 320px;
}

.btn-link {
  font-size: 14px;
}

.offres .col-md-4,
.offres_grp .col-md-4,
.offres_tmp .col-md-4 {
  transition: all 150ms ease-out;
}
@media screen and (max-width: 992px) {
  .offres .col-md-4,
  .offres_grp .col-md-4,
  .offres_tmp .col-md-4 {
    margin-bottom: 30px;
  }
}
.offres .pricing-item,
.offres_grp .pricing-item,
.offres_tmp .pricing-item {
  border-radius: 20px;
  transition: all 150ms ease-out;
}
.offres .pricing-item .h6,
.offres_grp .pricing-item .h6,
.offres_tmp .pricing-item .h6 {
  display: block;
  margin-top: 0px;
  font-size: 12px;
  font-style: italic;
}
.offres .pricing-item:hover,
.offres_grp .pricing-item:hover,
.offres_tmp .pricing-item:hover {
  transform: scale(1.05);
}
.offres .pricing-item:hover .card-body,
.offres_grp .pricing-item:hover .card-body,
.offres_tmp .pricing-item:hover .card-body {
  box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.05);
}
.offres .pricing-item .card-body,
.offres_grp .pricing-item .card-body,
.offres_tmp .pricing-item .card-body {
  padding: 20px 10px;
  margin-top: 10px;
  background: white;
  border-radius: 20px;
}
.offres .pricing-item ul li,
.offres_grp .pricing-item ul li,
.offres_tmp .pricing-item ul li {
  margin-bottom: 10px;
}
.offres .pricing-item .pricing-divider,
.offres_grp .pricing-item .pricing-divider,
.offres_tmp .pricing-item .pricing-divider {
  border-radius: 20px;
  background: #000;
  padding: 10px;
  position: relative;
}
.offres .pricing-item .pricing-divider h3,
.offres_grp .pricing-item .pricing-divider h3,
.offres_tmp .pricing-item .pricing-divider h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 30px;
}
.offres .pricing-item .pricing-divider h4,
.offres .pricing-item .pricing-divider .h4,
.offres_grp .pricing-item .pricing-divider h4,
.offres_grp .pricing-item .pricing-divider .h4,
.offres_tmp .pricing-item .pricing-divider h4,
.offres_tmp .pricing-item .pricing-divider .h4 {
  margin-top: 0;
  margin-bottom: 20px;
}
.offres .pricing-item .btn-black,
.offres_grp .pricing-item .btn-black,
.offres_tmp .pricing-item .btn-black {
  background: white;
  color: var(--color-font);
  border: 1px solid var(--color-font);
}
.offres .pricing-item small,
.offres_grp .pricing-item small,
.offres_tmp .pricing-item small {
  font-size: 14px !important;
  margin-top: 10px;
  display: inline-block;
}
.offres .pricing-item.color-1 h3,
.offres .pricing-item.color-1 h4,
.offres .pricing-item.color-1 .h4,
.offres .pricing-item.color-1 .h3,
.offres .pricing-item.color-1 .h6,
.offres_grp .pricing-item.color-1 h3,
.offres_grp .pricing-item.color-1 h4,
.offres_grp .pricing-item.color-1 .h4,
.offres_grp .pricing-item.color-1 .h3,
.offres_grp .pricing-item.color-1 .h6,
.offres_tmp .pricing-item.color-1 h3,
.offres_tmp .pricing-item.color-1 h4,
.offres_tmp .pricing-item.color-1 .h4,
.offres_tmp .pricing-item.color-1 .h3,
.offres_tmp .pricing-item.color-1 .h6 {
  color: white;
  font-weight: bold;
}
.offres .pricing-item.color-1 .pricing-divider,
.offres_grp .pricing-item.color-1 .pricing-divider,
.offres_tmp .pricing-item.color-1 .pricing-divider {
  background: var(--color-font);
  background: black;
}
.offres .pricing-item.color-1 .btn-black:hover,
.offres_grp .pricing-item.color-1 .btn-black:hover,
.offres_tmp .pricing-item.color-1 .btn-black:hover {
  background: black;
  color: white;
}
.offres .pricing-item.color-2,
.offres_grp .pricing-item.color-2,
.offres_tmp .pricing-item.color-2 {
  transform: scale(1.05) !important;
}
@media screen and (max-width: 992px) {
  .offres .pricing-item.color-2,
  .offres_grp .pricing-item.color-2,
  .offres_tmp .pricing-item.color-2 {
    margin-top: 20px !important;
  }
}
.offres .pricing-item.color-2 .btn,
.offres_grp .pricing-item.color-2 .btn,
.offres_tmp .pricing-item.color-2 .btn {
  color: var(--color-primary);
}
.offres .pricing-item.color-2 .btn:hover,
.offres_grp .pricing-item.color-2 .btn:hover,
.offres_tmp .pricing-item.color-2 .btn:hover {
  color: black;
}
.offres .pricing-item.color-2 h3,
.offres .pricing-item.color-2 h4,
.offres .pricing-item.color-2 .h4,
.offres .pricing-item.color-2 .h3,
.offres .pricing-item.color-2 .h6,
.offres_grp .pricing-item.color-2 h3,
.offres_grp .pricing-item.color-2 h4,
.offres_grp .pricing-item.color-2 .h4,
.offres_grp .pricing-item.color-2 .h3,
.offres_grp .pricing-item.color-2 .h6,
.offres_tmp .pricing-item.color-2 h3,
.offres_tmp .pricing-item.color-2 h4,
.offres_tmp .pricing-item.color-2 .h4,
.offres_tmp .pricing-item.color-2 .h3,
.offres_tmp .pricing-item.color-2 .h6 {
  color: var(--color-primary);
  font-weight: bold;
}
.offres .pricing-item.color-2 .btn-black:hover,
.offres .pricing-item.color-2 .pricing-divider,
.offres_grp .pricing-item.color-2 .btn-black:hover,
.offres_grp .pricing-item.color-2 .pricing-divider,
.offres_tmp .pricing-item.color-2 .btn-black:hover,
.offres_tmp .pricing-item.color-2 .pricing-divider {
  background: var(--color-secondary);
  background: black;
}
.offres .pricing-item.color-2 .btn-black:hover,
.offres_grp .pricing-item.color-2 .btn-black:hover,
.offres_tmp .pricing-item.color-2 .btn-black:hover {
  background: black;
  color: var(--color-primary);
}
.offres .pricing-item.color-3 .btn,
.offres_grp .pricing-item.color-3 .btn,
.offres_tmp .pricing-item.color-3 .btn {
  color: var(--color-marron);
}
.offres .pricing-item.color-3 .btn:hover,
.offres_grp .pricing-item.color-3 .btn:hover,
.offres_tmp .pricing-item.color-3 .btn:hover {
  color: black;
}
.offres .pricing-item.color-3 h3,
.offres .pricing-item.color-3 h4,
.offres .pricing-item.color-3 .h4,
.offres .pricing-item.color-3 .h3,
.offres .pricing-item.color-3 .h6,
.offres_grp .pricing-item.color-3 h3,
.offres_grp .pricing-item.color-3 h4,
.offres_grp .pricing-item.color-3 .h4,
.offres_grp .pricing-item.color-3 .h3,
.offres_grp .pricing-item.color-3 .h6,
.offres_tmp .pricing-item.color-3 h3,
.offres_tmp .pricing-item.color-3 h4,
.offres_tmp .pricing-item.color-3 .h4,
.offres_tmp .pricing-item.color-3 .h3,
.offres_tmp .pricing-item.color-3 .h6 {
  color: var(--color-marron);
  font-weight: bold;
}
.offres .pricing-item.color-3 .pricing-divider,
.offres_grp .pricing-item.color-3 .pricing-divider,
.offres_tmp .pricing-item.color-3 .pricing-divider {
  background: var(--color-marron);
  background: black;
}
.offres .pricing-item.color-3 .btn-black:hover,
.offres_grp .pricing-item.color-3 .btn-black:hover,
.offres_tmp .pricing-item.color-3 .btn-black:hover {
  background: black;
  color: var(--color-marron);
}
.offres .pricing-item .btn-custom,
.offres_grp .pricing-item .btn-custom,
.offres_tmp .pricing-item .btn-custom {
  background: var(--color-primary);
  color: var(--color-marron) !important;
  color: #fff;
  border-radius: 8px;
}

#newsbar {
  margin: 0;
  position: fixed;
  z-index: 9999;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  border: none;
}
#newsbar button {
  color: white;
  opacity: 1;
  line-height: 22px;
}

.newsbarre .main-header {
  top: 26px;
}

.toggle-menu-mobile {
  display: none;
  padding: 10px;
  text-align: right;
}

.main-header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
}
.main-header .logo {
  line-height: 80px;
  text-align: center;
}
.main-header .logo .logo-black {
  display: none;
}
.main-header li {
  height: 80px;
  line-height: 80px;
  display: inline-block;
}
.main-header li a {
  color: white;
  padding: 0 10px;
  font-size: 16px;
}
.main-header li img {
  filter: brightness(0) invert(1);
}
.main-header .menu.right ul {
  float: right;
}
.main-header .hover,
.main-header .black,
.main-header .is-stuck {
  background: white;
}
.main-header .hover .logo .logo-black,
.main-header .black .logo .logo-black,
.main-header .is-stuck .logo .logo-black {
  display: inline-block;
}
.main-header .hover .logo .logo-white,
.main-header .black .logo .logo-white,
.main-header .is-stuck .logo .logo-white {
  display: none;
}
.main-header .hover a,
.main-header .black a,
.main-header .is-stuck a {
  color: black;
}
.main-header .hover img,
.main-header .black img,
.main-header .is-stuck img {
  filter: brightness(1) invert(0);
}

@media screen and (max-width: 991px) {
  .toggle-menu-mobile {
    display: block;
    z-index: 6;
    position: absolute;
    width: 50px;
    right: 0;
  }
  .toggle-menu-mobile i {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: white;
    color: black;
  }
  .toggle-menu-mobile .fa-bars {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.4);
  }
  .toggle-menu-mobile .close-menu {
    position: relative;
  }
  .toggle-menu-mobile .close-menu:after, .toggle-menu-mobile .close-menu:before {
    content: "";
    width: 2px;
    height: 18px;
    background: black;
    position: absolute;
    top: 5px;
    left: 13px;
    transform: rotate(45deg);
  }
  .toggle-menu-mobile .close-menu:before {
    transform: rotate(-45deg);
  }
  .toggle-menu-mobile.show .fa-bars {
    display: none;
  }
  .toggle-menu-mobile.show .hidden {
    display: block !important;
    font-size: 20px;
    border: 1px solid rgb(0, 0, 0);
  }
  .main-header .mainbar-wrap {
    display: none;
  }
  .main-header .mainbar-wrap .col-mobile {
    width: 100%;
    max-width: 100%;
  }
  .main-header .mainbar-wrap .col-mobile .btn-group {
    display: block;
  }
  .main-header .mainbar-wrap .col-mobile .btn-group #btn-menu-client {
    padding-top: 0 !important;
    padding-bottom: 7px;
    padding-left: 10px;
  }
  .main-header .mainbar-wrap.show {
    display: block;
    background: white;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    position: inherit;
    z-index: 5;
  }
  .main-header .mainbar-wrap.show .col-5 {
    width: 100%;
    max-width: unset;
  }
  .main-header .mainbar-wrap.show .col {
    display: none;
  }
  .main-header .mainbar-wrap.show ul {
    width: 100%;
  }
  .main-header .mainbar-wrap.show ul li {
    width: 100%;
    line-height: 50px;
    height: auto;
    margin: 7px 10px;
    padding-left: 10px;
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.1);
  }
  .main-header .mainbar-wrap.show ul li.show-mobile {
    box-shadow: none;
    background: transparent;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
    width: 200px;
  }
  .main-header .mainbar-wrap.show ul li a {
    text-align: left;
    color: black !important;
  }
  .main-header .mainbar-wrap.show ul li a img {
    filter: brightness(1) invert(0) !important;
  }
  .home-sub-menu,
  .home-icon,
  .home-sub-menu-quiz,
  .home-icon-quiz {
    display: none;
  }
  .cart-icon {
    position: fixed;
    top: 8px;
    left: 5px;
    z-index: 1000;
  }
  .cart-icon .fa {
    font-size: 30px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .mainbar-row {
    flex-direction: unset !important;
  }
  .mainbar-row > div {
    width: auto;
  }
  .mainbar-row > .col-2:first-child {
    width: 250px;
    max-width: 250px;
  }
  .mainbar-row > .col-2:first-child .btn-group {
    margin-left: 10px;
  }
}
@media screen and (min-width: 992px) {
  .header-client {
    display: none;
  }
  .home-sub-menu-quiz {
    font-size: 35px;
    color: black;
  }
  .home-sub-menu-quiz:hover {
    color: var(--color-primary);
  }
  .home-sub-menu {
    font-size: 30px;
    color: white;
  }
  .home-sub-menu:hover {
    color: var(--color-marron);
  }
  .home-icon-quiz {
    z-index: 6;
    position: absolute !important;
    left: 30px;
    top: 10px;
  }
  .home-icon {
    z-index: 6;
    position: absolute !important;
    left: 5px;
    top: 5px;
  }
  .cart-icon {
    z-index: 6;
    position: absolute !important;
    right: 15px;
    top: 5px;
  }
  .cart-icon .fa {
    font-size: 30px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1083px) {
  .mainbar-row {
    zoom: 0.9;
  }
}
.price-table {
  max-width: 70%;
}
@media screen and (max-width: 992px) {
  .price-table {
    max-width: 100%;
  }
}
.price-table .info {
  text-align: center;
  font-size: 20px;
  line-height: 140px;
}
.price-table .table-responsive {
  box-shadow: 0px 0px 15px 5px rgba(69, 65, 78, 0.1);
}
.price-table .table-responsive.no-shadow {
  box-shadow: none;
}
.price-table .table-responsive.no-shadow tr {
  border: none !important;
}
.price-table .table-responsive.no-shadow th {
  border: none !important;
}
.price-table .table-responsive.no-shadow th:nth-child(2) {
  border-left: none !important;
}
.price-table .table-responsive.no-shadow.is_stuck th {
  border-left: 1px solid #d9d9d9 !important;
}
.price-table .table-responsive.no-shadow.is_stuck th:first-child {
  border-left: none !important;
}
.price-table .table-responsive .h6 {
  display: block;
  margin-top: 0px;
  font-size: 11px;
  font-style: italic;
}
.price-table .table-responsive .h3 {
  font-size: 20px;
}
.price-table .table-responsive .price {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.price-table .table-responsive .color-1 h4, .price-table .table-responsive .color-1 .h3, .price-table .table-responsive .color-1 .h6, .price-table .table-responsive .color-1 .price,
.price-table .table-responsive .color-2 h4,
.price-table .table-responsive .color-2 .h3,
.price-table .table-responsive .color-2 .h6,
.price-table .table-responsive .color-2 .price,
.price-table .table-responsive .color-3 h4,
.price-table .table-responsive .color-3 .h3,
.price-table .table-responsive .color-3 .h6,
.price-table .table-responsive .color-3 .price {
  color: var(--color-font);
  font-weight: bold;
}
.price-table .table-responsive table {
  word-wrap: break-word;
  border: none;
  margin: 0;
}
.price-table .table-responsive table th {
  padding-left: 20px;
}
.price-table .table-responsive table th i {
  float: right;
  margin-right: 5px;
}
.price-table .table-responsive table th, .price-table .table-responsive table td {
  background: white;
  border: none;
  border-left: 1px solid #d9d9d9;
}
.price-table .table-responsive table tbody tr th, .price-table .table-responsive table tbody tr td {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}
.price-table .table-responsive table tbody tr td {
  color: var(--color-font);
  font-size: 16px;
  font-weight: bold;
}
.price-table .table-responsive table .column_active {
  background: #f4f6fa !important;
}
.price-table .table-responsive table tfoot td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.price-table .table-responsive table tfoot .h3, .price-table .table-responsive table tfoot .h6 {
  color: var(--color-font);
}
.price-table .table-responsive table .active th {
  padding-top: 20px;
  padding-bottom: 20px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  background: #f4f6fa;
}
.price-table .table-responsive .text-sm {
  font-size: 12px;
}
.price-table .table-responsive h4 {
  margin-top: 20px;
}
.price-table .table-responsive .fa-check {
  color: limegreen;
}
.price-table .table-responsive .btn-black {
  font-size: 14px;
  background: white;
  color: var(--color-font);
  border: 1px solid var(--color-font);
  margin-bottom: 10px;
  padding: 8px 15px;
}
.price-table .table-responsive .btn-black:hover {
  border-color: var(--color-primary);
  background: var(--color-primary);
}

table.no-borders {
  margin-top: 10px;
  margin-bottom: 90px;
  border: none !important;
}
table.no-borders * {
  border: none !important;
}

.table-head {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  padding-left: 20px;
  border: none;
  background: var(--color-primary);
  position: relative;
  border-left: 1px solid #d9d9d9;
}
.table-head:after {
  border-left: 1px solid #d9d9d9;
  content: "";
  background: white;
  transition: all 0.6s ease-in-out;
  position: absolute;
  top: 0px;
  right: 0;
  left: -1px;
  bottom: 100%;
}

.is-sticky .table-head:after {
  top: -200px;
}

.show-mobile {
  display: none;
}

@media screen and (max-width: 992px) {
  .page-offres .offres .col-md-4 {
    margin-bottom: 35px;
  }
  .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: inline-block;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.blog img {
  -o-object-fit: cover;
     object-fit: cover;
}
.blog h1, .blog h2, .blog h3, .blog h4, .blog h5, .blog h6 {
  font-family: Poppins;
}
.blog .liquid-lp-media img {
  width: 100%;
  max-height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog img {
  max-width: 100% !important;
}
.blog footer {
  background: #f7f7f7;
}
.blog header .btn i {
  display: block;
}
.blog .page-title {
  text-align: center;
  width: 100%;
  padding: 0 0 50px 0;
  color: black;
}
.blog .navbar-brand {
  line-height: 65px;
}
.blog .main-header li {
  height: 20px;
  line-height: 30px;
}
.blog .main-nav a {
  color: black;
  line-height: 30px;
}
.blog .main-sidebar-blog {
  padding-left: 30px;
}
.blog .post-recent {
  display: flex;
  margin-bottom: 10px;
}
.blog .post-recent .post-media {
  flex: 0 0 auto;
  max-width: 37%;
  padding-right: 10px;
  padding-top: 5px;
}
.blog .post-recent .post-media img {
  width: 84px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog .post-recent .caption {
  flex: 0 1 auto;
}
.blog .post-recent .caption h5 {
  margin: 0;
  font-size: 16px;
  padding-top: 1px;
}
.blog .post-recent .caption h5 a {
  color: var(--color-font);
}
.blog .post-recent .caption .time {
  font-size: 13px;
  color: #9e9ea0;
}
.blog .post-recent .caption .heading-link {
  height: 95px;
  text-overflow: ellipsis;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.blog .post-recent:hover .caption h5 a {
  color: black;
}
.blog .aside-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
  transform: translateY(-14px);
}
.blog .aside-gallery li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
  overflow: hidden;
}
.blog .aside-gallery li img {
  height: 120px;
  width: 160px;
}
.blog .dates li {
  margin-right: 2px;
}
.blog .dates li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.blog .lire-plus {
  padding: 2px 10px;
}
.blog .liquid-lp-header a {
  text-transform: inherit;
  color: var(--color-font);
}
.blog * + .comment-list {
  margin-top: 20px;
}
.blog .unit {
  display: flex;
  flex: 0 1 100%;
  margin-bottom: -20px;
  margin-left: -30px;
}
.blog .unit .position {
  margin-bottom: 15px;
}
.blog .unit-left, .blog .unit-right {
  flex: 0 0 auto;
  max-width: 100%;
}
.blog .post-author {
  border: none;
}
.blog .post-author img {
  border-radius: 50%;
}
.blog .unit-body {
  flex: 0 1 auto;
}
.blog .section-title {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(202, 202, 205);
}
.blog .box-comment {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .blog .box-comment {
    flex-direction: row;
  }
}
.blog .box-comment .comment-meta {
  color: #9e9ea0;
}
.blog .box-comment .author-reply .icon {
  padding-right: 5px;
  font-size: 16px;
}
.blog .box-comment h5 {
  font-size: 18px;
}
.blog .box-comment-image {
  flex-shrink: 0;
  padding-bottom: 10px;
}
.blog .box-comment-image img {
  border-radius: 50%;
}
@media (min-width: 768px) {
  .blog .box-comment-image {
    max-width: 30%;
    padding-right: 30px;
    padding-bottom: 0;
  }
}
.blog .list-inline-3 {
  margin-left: -40px;
  margin-right: -29px;
}
.blog .list-inline-3 > li {
  display: inline-block;
  padding-right: 29px;
}
.blog .comment-list .comment-list-reply > li {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .blog .comment-list .comment-list-reply > li {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .blog .comment-list .comment-list-reply > li {
    padding-left: 59px;
  }
}
.blog ul {
  list-style: none;
}
.blog .article_consultation {
  width: 100%;
  padding: 20px;
  box-shadow: 2px 2px 5px rgba(69, 65, 78, 0.2);
}
.blog .article_consultation h4 {
  margin: 0;
}
.blog .article_consultation .date {
  float: right;
}
.blog .widget_archives .list-inline li,
.blog .widget_tags .list-inline li {
  border: 1px solid #ccc;
  border-radius: 20px;
  margin: 5px;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
}
.blog .widget_archives .list-inline li:hover,
.blog .widget_tags .list-inline li:hover {
  background: black;
}
.blog .widget_archives .list-inline li:hover a,
.blog .widget_tags .list-inline li:hover a {
  color: white;
  font-weight: bold;
}
.blog .widget_archives .list-inline.dates div,
.blog .widget_tags .list-inline.dates div {
  border: 1px solid #ccc;
  border-radius: 20px;
  margin: 5px;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.blog .widget_archives .list-inline.dates div:hover,
.blog .widget_tags .list-inline.dates div:hover {
  background: black;
}
.blog .widget_archives .list-inline.dates div:hover a,
.blog .widget_tags .list-inline.dates div:hover a {
  color: white;
  font-weight: bold;
}
.blog .liquid-lp-category a:hover {
  color: black;
}
.blog .liquid-blog-item {
  width: 100%;
}
.blog .pagination {
  display: inline-block;
}
.blog .pagination li {
  margin-left: 2px;
  margin-right: 2px;
}
.blog .pagination .page-link {
  color: black;
}
.blog .pagination .page-link:focus {
  box-shadow: none;
}
.blog .pagination .page-item.active .page-link {
  background-color: black;
  border-color: black;
  color: white;
}
@media screen and (max-width: 992px) {
  .blog #content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .blog #content .container {
    padding-top: 50px !important;
  }
  .blog .navbar-brand {
    padding: 0;
    line-height: 50px !important;
  }
  .blog .mainbar-row {
    flex-direction: unset !important;
  }
  .blog .mainbar-row ul {
    padding: 0 !important;
  }
  .blog .mainbar-row ul li {
    display: flex;
    line-height: 20px !important;
  }
  .blog .mainbar-row > div {
    width: auto;
    width: 100%;
    max-width: 100%;
  }
  .blog .mainbar-row .col-3 {
    display: none;
  }
  .blog .mainbar-wrap.show .col {
    display: block;
    height: 200px;
  }
  .blog .mainbar-wrap.show .col .collapse {
    display: block;
    box-shadow: none;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .blog .sidebar-container {
    padding-top: 30px;
  }
  .blog .main-sidebar-blog {
    padding-left: 0;
  }
  .blog .main-footer .mt-90 {
    margin-top: 0 !important;
  }
  .blog .main-footer .bt-fade-black-05 .lqd-column * {
    text-align: center;
    line-height: 30px;
  }
}
.blog h1 {
  font-size: 24px;
}
.blog h2 {
  font-size: 22px;
}
.blog .article_content h1, .blog .article_content h2, .blog .article_content h3, .blog .article_content h4, .blog .article_content h5, .blog .article_content h6 {
  font-family: Poppins;
  font-size: 1em;
  margin: 0;
}
.blog .article_content h2 {
  font-size: 18px !important;
  font-weight: bold !important;
  margin-bottom: 25px !important;
}
.blog .article_content h3 {
  font-size: 16px !important;
  font-weight: bold !important;
  margin-bottom: 20px !important;
}
.blog .article_content p {
  font-size: 16px !important;
  margin-bottom: 20px !important;
}
.blog .article_content * {
  font-family: Poppins !important;
}
.blog .messages .message {
  font-size: 16px;
}
.blog .messages .message * {
  font-family: Poppins !important;
}

.produit {
  box-shadow: 5px 1px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  background: white;
  padding-bottom: 20px;
  font-size: 14px;
  transform: translateY(0px) scale(1);
  transition: all 0.25s ease;
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  background: #f7f7f7;
}
.produit .heading {
  position: relative;
  height: 200px;
  transition: all 0.25s ease;
  background: white;
}
.produit .heading .img {
  display: block;
  z-index: 1;
  position: relative;
}
.produit .heading .img img {
  margin-top: 20px;
  margin-bottom: 20px;
  max-height: 160px;
  max-width: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}
.produit .heading .img .savoir-plus {
  display: none;
  position: absolute;
  border-radius: 10px;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: black;
  border: 1px solid rgba(0, 0, 0, 0.6);
  padding: 3px 8px;
  background: rgba(0, 0, 0, 0.1);
  font-size: 13px;
  font-weight: 300;
  width: 120px;
  max-width: 90%;
}
.produit .heading .img .savoir-plus:hover {
  background: rgb(0, 0, 0);
  color: white;
}
.produit .heading .up,
.produit .heading .down {
  z-index: 2;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 22px;
  cursor: pointer;
}
.produit .heading .up.active, .produit .heading .up:hover,
.produit .heading .down.active,
.produit .heading .down:hover {
  color: green;
}
.produit .heading .down {
  left: 5px;
  right: auto;
}
.produit .heading .down.active, .produit .heading .down:hover {
  color: red;
}
.produit .footer {
  padding-top: 10px;
}
.produit .footer p {
  margin: 0;
}
.produit .footer .prix_public {
  margin-top: 15px;
  margin-bottom: 15px;
}
.produit .hover {
  display: block;
}
.produit .hover .btn-voir-produit,
.produit .hover .supprimer-panier,
.produit .hover .ajouter-panier,
.produit .hover .add-to-cart {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #000;
}
.produit .hover .btn-voir-produit:hover,
.produit .hover .supprimer-panier:hover,
.produit .hover .ajouter-panier:hover,
.produit .hover .add-to-cart:hover {
  background: black;
  color: white;
}
.produit:hover {
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0px 5px 52px rgba(15, 0, 0, 0.3);
}
.produit:hover .hover {
  display: block;
}
.produit:hover .info {
  position: relative;
  z-index: 1;
  top: 0;
  color: black;
}
.produit:hover .heading {
  height: auto;
}
.produit:hover .heading .img {
  min-height: 150px;
}
.produit:hover .heading .img img {
  background: rgba(0, 0, 0, 0.4);
  opacity: 0.3;
  margin-top: 10px;
  margin-bottom: 10px;
}
.produit:hover .heading .img .savoir-plus {
  display: block;
}
.produit:hover .footer {
  padding-bottom: 25px;
}
.produit:hover .footer .prix_pipcke {
  margin-top: 10px;
  margin-bottom: 20px;
}
.produit .alert {
  display: none;
  position: absolute;
  border-radius: 0;
  top: -2px;
  right: -2px;
  left: -2px;
  bottom: -18px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  color: white;
  font-weight: bold;
}
.produit .alert i {
  font-size: 40px;
  margin-bottom: 20px;
}
.produit .alert div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* #1. EMAIL APP WRAPPER */
.app-email-w a:focus, .app-email-w a:hover {
  text-decoration: none;
}
.app-email-w .btn {
  border-radius: 0 !important;
}
.app-email-w .btn:hover {
  transform: none;
}

.app-email-i {
  display: flex;
  align-items: stretch;
  border-radius: 4px;
}

/* #2. LEFT MENU */
.ae-side-menu {
  flex: 0 0 200px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #ebeef3;
}
.ae-side-menu .aem-head {
  padding: 10px 20px;
  height: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 10px;
}
.ae-side-menu .ae-main-menu {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.ae-side-menu .ae-main-menu li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}
.ae-side-menu .ae-main-menu li a {
  display: block;
  padding: 15px;
}
.ae-side-menu .ae-main-menu li a i {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  color: var(--color-font);
  transition: all 0.2s ease;
}
.ae-side-menu .ae-main-menu li a span {
  margin-left: 10px;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-weight: bold;
}
.ae-side-menu .ae-main-menu li:after {
  content: "";
  position: absolute;
  right: 0px;
  top: -1px;
  bottom: -1px;
  width: 5px;
  opacity: 0;
  background-color: var(--color-font);
  transition: all 0.3s ease;
}
.ae-side-menu .ae-main-menu li:hover a i {
  transform: translateX(5px);
}
.ae-side-menu .ae-main-menu li:hover:after, .ae-side-menu .ae-main-menu li.active:after {
  opacity: 1;
}
.ae-side-menu .ae-main-menu li.active {
  background-color: white;
}
.ae-side-menu .ae-labels {
  margin-top: 20px;
}
.ae-side-menu .ae-labels .ae-labels-header {
  padding: 20px;
}
.ae-side-menu .ae-labels .ae-labels-header i {
  color: var(--color-font);
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
}
.ae-side-menu .ae-labels .ae-labels-header span {
  margin-left: 20px;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}
.ae-side-menu .ae-labels .ae-label {
  display: block;
  padding: 10px;
  padding-left: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  color: #eee;
  white-space: nowrap;
}
.ae-side-menu .ae-labels .ae-label .label-pin {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: var(--color-font);
  vertical-align: middle;
}
.ae-side-menu .ae-labels .ae-label .label-value {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.ae-side-menu .ae-labels .ae-label:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.ae-side-menu .ae-labels .ae-label.ae-label-red .label-pin {
  background-color: red;
}
.ae-side-menu .ae-labels .ae-label.ae-label-green .label-pin {
  background-color: green;
}
.ae-side-menu .ae-labels .ae-label.ae-label-yellow .label-pin {
  background-color: orange;
}

/* #3. MESSAGES LIST */
.ae-list-w {
  flex: 0 0 230px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.ae-list-w .fixed {
  background-color: #fff;
}
.ae-list-w .ael-head {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.ae-list-w .ael-head a {
  display: inline-block;
  vertical-align: middle;
}
.ae-list-w .ael-head a i {
  color: var(--color-font);
  font-size: 20px;
}
.ae-list-w .ael-head a:hover {
  text-decoration: none;
}
.ae-list-w .ael-head a + a {
  margin-left: 15px;
}
.ae-list-w .ae-list {
  height: 78vh;
  overflow: scroll;
  position: relative;
}
.ae-list-w .ae-list .ae-item {
  display: flex;
  align-items: center;
  padding: 20px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  cursor: pointer;
}
.ae-list-w .ae-list .ae-item.with-status .user-avatar-w {
  position: relative;
}
.ae-list-w .ae-list .ae-item.with-status .user-avatar-w:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 2px;
  right: 2px;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 3px #fff;
}
.ae-list-w .ae-list .ae-item.with-status.status-green .user-avatar-w:before {
  background-color: green;
}
.ae-list-w .ae-list .ae-item.with-status.status-red .user-avatar-w:before {
  background-color: red;
}
.ae-list-w .ae-list .ae-item.with-status.status-blue .user-avatar-w:before {
  background-color: var(--color-font);
}
.ae-list-w .ae-list .ae-item.with-status.status-yellow .user-avatar-w:before {
  background-color: orange;
}
.ae-list-w .ae-list .ae-item.active {
  background-color: var(--color-font);
  color: #fff;
}
.ae-list-w .ae-list .ae-item.active .aei-content .aei-title {
  color: #fff;
}
.ae-list-w .ae-list .ae-item.active .aei-content .aei-sub-title {
  color: #fff;
}
.ae-list-w .ae-list .ae-item.active .aei-content .aei-text {
  color: rgba(255, 255, 255, 0.5);
}
.ae-list-w .ae-list .ae-item.active .aei-timestamp {
  color: rgba(255, 255, 255, 0.5);
}
.ae-list-w .ae-list .ae-item.active .user-avatar-w {
  box-shadow: 0px 0px 0px 3px #fff;
  border-radius: 50%;
}
.ae-list-w .ae-list .ae-item:hover {
  background-color: #f9f9f9;
}
.ae-list-w .ae-list .ae-item:hover.active {
  background-color: var(--color-font);
}
.ae-list-w .ae-list .aei-image {
  margin-right: 10px;
}
.ae-list-w .ae-list .aei-image .user-avatar-w {
  width: 40px;
}
.ae-list-w .ae-list .aei-image .user-avatar-w img {
  border-radius: 50%;
  display: block;
  width: 40px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.ae-list-w .ae-list .aei-content {
  position: relative;
  width: 100%;
}
.ae-list-w .ae-list .aei-content .aei-timestamp {
  position: absolute;
  top: -15px;
  right: 0px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
}
.ae-list-w .ae-list .aei-content .aei-title {
  margin-top: 5px;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 13px;
}
.ae-list-w .ae-list .aei-content .aei-sub-title {
  color: #a7aeb5;
  font-size: 11px;
  font-weight: bold;
}
.ae-list-w .ae-list .aei-content .aei-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}
.ae-list-w .ae-load-more {
  display: block;
  padding: 10px;
  padding-bottom: 15px;
  text-align: center;
  cursor: pointer;
}
.ae-list-w .ae-load-more i {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-right: 5px;
}
.ae-list-w .ae-load-more span {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid blue;
}
.ae-list-w .ae-load-more:hover span {
  border-bottom-color: var(--color-font);
}

/* #4. CONTENT BOX */
.ae-content-w {
  background-color: #f6f7f8;
  flex: 1;
}
.ae-content-w .aec-head {
  height: 50px;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
}
.ae-content-w .aec-head .separate {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 15px;
  margin-right: 5px;
}
.ae-content-w .aec-head a {
  display: inline-block;
  vertical-align: middle;
}
.ae-content-w .aec-head a i {
  color: var(--color-font);
  font-size: 20px;
}
.ae-content-w .aec-head a.highlight i {
  color: #CB9E48;
}
.ae-content-w .aec-head a:hover {
  text-decoration: none;
}
.ae-content-w .aec-head a + a {
  margin-left: 15px;
}
.ae-content-w .aec-head .actions-left {
  display: flex;
}
.ae-content-w .aec-head .actions-right {
  display: flex;
}
.ae-content-w .aec-head .user-avatar {
  margin-left: 40px;
  padding-left: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.ae-content-w .aec-head .user-avatar img {
  display: block;
  width: 30px;
  height: auto;
  border-radius: 40px;
}

.ae-content {
  padding: 40px;
}
.ae-content .ui-selectmenu-button {
  width: 500px;
}
.ae-content .file {
  border: 1px solid #cccccc;
  border-radius: 4px;
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  margin: 0 10px 10px 0;
}
.ae-content .file span {
  max-width: 200px;
  overflow: hidden;
  float: right;
}
.ae-content .file i:first-child {
  margin-right: 10px;
}
.ae-content .file .fa-times {
  margin-left: 20px;
}

/* #5. MESSAGE BOX */
.aec-full-message-w {
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.aec-full-message-w .more-messages {
  position: absolute;
  left: 50%;
  top: -55px;
  color: black;
  font-size: 12px;
  transform: translateX(-50%);
  display: inline-block;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
}
.aec-full-message-w .more-messages:hover {
  cursor: pointer;
  color: var(--color-font);
  border-bottom: 1px solid black;
}
.aec-full-message-w.show-pack {
  margin-top: 40px;
}
.aec-full-message-w.show-pack:before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  top: -30px;
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.aec-full-message-w.show-pack:after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  top: -15px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.aec-full-message-w .aec-full-message {
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.aec-full-message-w .message-head {
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
}
.aec-full-message-w .message-head .user-w {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aec-full-message-w .message-head .user-w .user-avatar-w {
  width: 40px;
}
.aec-full-message-w .message-head .user-w .user-avatar-w .user-avatar {
  border-radius: 40px;
  overflow: hidden;
}
.aec-full-message-w .message-head .user-w .user-avatar-w .user-avatar img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.aec-full-message-w .message-head .user-w.with-status .user-avatar-w {
  position: relative;
}
.aec-full-message-w .message-head .user-w.with-status .user-avatar-w:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 2px;
  right: 2px;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 3px #fff;
}
.aec-full-message-w .message-head .user-w.with-status.status-green .user-avatar-w:before {
  background-color: green;
}
.aec-full-message-w .message-head .user-w.with-status.status-red .user-avatar-w:before {
  background-color: red;
}
.aec-full-message-w .message-head .user-w .user-name {
  padding-left: 20px;
  flex: 1;
}
.aec-full-message-w .message-head .user-w .user-title {
  margin-bottom: 2px;
  color: var(--color-font);
}
.aec-full-message-w .message-head .user-w .user-role {
  font-weight: bold;
  font-size: 12px;
}
.aec-full-message-w .message-head .user-w .user-role span {
  display: inline-block;
  margin-left: 5px;
  color: rgba(0, 0, 0, 0.4);
}
.aec-full-message-w .message-head .user-w .user-action {
  width: 50px;
  color: var(--color-font);
  font-size: 18px;
}
.aec-full-message-w .message-head .message-info {
  color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  text-align: right;
}
.aec-full-message-w .message-content {
  padding: 6% 10% 8% 10%;
}
.aec-full-message-w .message-attachments {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 20px;
  margin-top: 20px;
}
.aec-full-message-w .message-attachments .attachments-heading {
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}
.aec-full-message-w .message-attachments .attachments-docs {
  margin-top: 15px;
}
.aec-full-message-w .message-attachments .attachments-docs a {
  display: inline-block;
}
.aec-full-message-w .message-attachments .attachments-docs a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.aec-full-message-w .message-attachments .attachments-docs a span {
  display: inline-block;
  vertical-align: middle;
}
.aec-full-message-w .message-attachments .attachments-docs a:hover {
  text-decoration: none;
}
.aec-full-message-w .message-attachments .attachments-docs a + a {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.older-pack {
  display: none;
}

/* #6. REPLY */
.aec-reply {
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.aec-reply .reply-header {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
  margin-bottom: 0px;
}
.aec-reply .reply-header i {
  font-size: 130px;
  color: rgba(0, 86, 255, 0.05);
  position: absolute;
  top: -70px;
  left: -70px;
}
.aec-reply .reply-header h5 {
  margin: 0px;
  font-size: 12px;
}
.aec-reply .reply-header h5 span {
  color: var(--color-font);
  border-bottom: 1px dotted blue;
  display: inline-block;
}
.aec-reply .buttons-w {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aec-reply .buttons-w .btn {
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 0.7rem;
}
.aec-reply .buttons-w .btn .os-icon {
  margin-right: 10px;
}
.aec-reply .cke_chrome {
  border: none;
}
.aec-reply .cke_bottom {
  border: none;
}

/* #7. FOLDED STYLES */
.app-email-w {
  font-family: Poppins;
}
.app-email-w h1, .app-email-w h2, .app-email-w h3, .app-email-w h4, .app-email-w h5, .app-email-w h6 {
  font-family: Poppins;
}
.app-email-w.compact-side-menu .ae-side-menu {
  flex: 0 1 60px;
  text-align: center;
}
.app-email-w.compact-side-menu .ae-side-menu .aem-head {
  justify-content: center;
}
.app-email-w.compact-side-menu .ae-side-menu .ae-main-menu li a span {
  display: none;
}
.app-email-w.compact-side-menu .ae-side-menu .ae-labels .ae-label {
  padding-left: 10px;
}
.app-email-w.compact-side-menu .ae-side-menu .ae-labels .ae-label span.label-value {
  display: none;
}
.app-email-w.compact-side-menu .ae-side-menu .ae-labels-header span {
  display: none;
}

/* #8. DARK SCHEME */
.color-scheme-dark .ae-side-menu {
  background-color: #eee;
  border-right-color: #eee;
}
.color-scheme-dark .ae-side-menu .ae-main-menu li a span {
  color: #eee;
}
.color-scheme-dark .ae-side-menu .ae-main-menu li {
  border-bottom-color: #eee;
}
.color-scheme-dark .ae-side-menu .ae-labels .ae-label {
  border-bottom-color: #eee;
  color: #eee;
}
.color-scheme-dark .aem-head {
  border-bottom-color: #eee;
}
.color-scheme-dark .ael-head {
  border-bottom-color: #eee;
}
.color-scheme-dark .ael-head select {
  background: #202738;
  color: #7f8696;
  border-color: #141927;
}
.color-scheme-dark .ae-content-w {
  background-color: #eee;
}
.color-scheme-dark .ae-content-w .aec-head {
  background-color: rgba(0, 0, 0, 0.1);
}
.color-scheme-dark .ae-content-w .aec-head .separate {
  border-right-color: #eee;
}
.color-scheme-dark .ae-content-w .aec-head .user-avatar {
  border-left-color: #eee;
}
.color-scheme-dark .ae-content-w .aec-full-message-w .aec-full-message, .color-scheme-dark .ae-content-w .aec-reply {
  background-color: #fbfbfb;
  box-shadow: #eee;
}
.color-scheme-dark .ae-content-w .aec-reply .buttons-w {
  border-top-color: #eee;
}
.color-scheme-dark .ae-content-w .aec-reply .reply-header {
  border-bottom-color: #eee;
}
.color-scheme-dark .ae-content-w .aec-full-message-w.show-pack:after {
  background-color: rgba(251, 251, 251, 0.7);
}
.color-scheme-dark .ae-content-w .aec-full-message-w.show-pack:before {
  background-color: rgba(251, 251, 251, 0.4);
}
.color-scheme-dark .ae-content-w .aec-full-message-w .message-head {
  border-bottom-color: #eee;
}
.color-scheme-dark .ae-content-w .aec-full-message-w .message-attachments {
  border-top-color: #eee;
}
.color-scheme-dark .ae-list-w {
  background-color: #eee;
  border-right-color: #eee;
}
.color-scheme-dark .ae-list-w .ae-item:hover {
  background-color: var(--color-font);
}
.color-scheme-dark .ae-list-w .ae-item:hover .aei-sub-title {
  color: #fff;
}
.color-scheme-dark .ae-list-w .ae-list .ae-item.with-status .user-avatar-w:before {
  box-shadow: 0px 0px 0px 3px #eee;
}

.ae-list-w .btn9 {
  background-color: #ebeef3;
  border-color: #ebeef3;
  font-weight: bold;
  color: #000;
}
.ae-list-w .btn9 i {
  color: #000;
}
.ae-list-w .btn9:hover {
  background-color: #ebeef3;
}

@media screen and (max-width: 992px) {
  .quiz {
    padding-bottom: 50px;
  }
  .quiz #wrap {
    overflow: auto;
  }
  .quiz section > div .suivant {
    top: auto !important;
    bottom: 0px !important;
    right: 20px !important;
    transform: none;
  }
  .quiz section > div .suivant span {
    width: 50px;
    height: 50px;
  }
}
.quiz label.error {
  padding: 0 !important;
  line-height: 20px;
  font-size: 11px !important;
  margin-top: -75px;
  display: block;
  color: red !important;
}
.quiz .h4,
.quiz h4 {
  font-family: poppins;
  font-size: 20px;
  font-weight: 300;
}
.quiz .steper {
  padding-top: 50px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
}
.quiz .steper.bricorama {
  --color-primary: var(--color-bricorama-yellow);
}
.quiz .steper .step {
  width: 100%;
  position: relative;
}
.quiz .steper .step .title {
  position: absolute;
  top: -5px;
  left: 0px;
  right: 40px;
  font-size: 12px;
  display: none;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .quiz .steper .step .title {
    top: -30px;
    width: 300px;
    text-align: left;
  }
}
.quiz .steper .step:after {
  content: "";
  position: absolute;
  left: -2px;
  top: 15px;
  right: 10px;
  height: 10px;
  background: #e8e8e8;
}
.quiz .steper .step:first-child:after {
  border-radius: 10px;
}
.quiz .steper .step img {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  z-index: 9;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .quiz .steper .step img {
    width: 30px;
    top: 4px;
  }
}
.quiz .steper .step .number {
  text-align: center;
  position: absolute;
  top: 0;
  right: -10px;
  border-radius: 50%;
  background: var(--color-bricorama-yellow);
  width: 35px;
  height: 35px;
  line-height: 35px;
  z-index: 9;
  cursor: pointer;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .quiz .steper .step .number {
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 4px;
  }
}
.quiz .steper[data-step="1"] .step1 .title {
  display: block;
}
.quiz .steper[data-step="1"] .step1:after {
  background: var(--color-primary);
}
.quiz .steper[data-step="1"] .step1 .gris {
  display: none;
}
.quiz .steper[data-step="1"] .step1 .primary {
  display: block;
}
.quiz .steper[data-step="2"] .step1:after,
.quiz .steper[data-step="2"] .step2:after {
  background: var(--color-primary);
}
.quiz .steper[data-step="2"] .step1 .gris,
.quiz .steper[data-step="2"] .step2 .gris {
  display: none;
}
.quiz .steper[data-step="2"] .step1 .primary,
.quiz .steper[data-step="2"] .step2 .primary {
  display: block;
}
.quiz .steper[data-step="2"] .step2 .title {
  display: block;
}
.quiz .steper[data-step="3"] .step1:after,
.quiz .steper[data-step="3"] .step2:after,
.quiz .steper[data-step="3"] .step3:after {
  background: var(--color-primary);
}
.quiz .steper[data-step="3"] .step1 .gris,
.quiz .steper[data-step="3"] .step2 .gris,
.quiz .steper[data-step="3"] .step3 .gris {
  display: none;
}
.quiz .steper[data-step="3"] .step1 .primary,
.quiz .steper[data-step="3"] .step2 .primary,
.quiz .steper[data-step="3"] .step3 .primary {
  display: block;
}
.quiz .steper[data-step="3"] .step3 .title {
  display: block;
}
.quiz .steper[data-step="4"] .step1:after,
.quiz .steper[data-step="4"] .step2:after,
.quiz .steper[data-step="4"] .step3:after,
.quiz .steper[data-step="4"] .step4:after {
  background: var(--color-primary);
}
.quiz .steper[data-step="4"] .step1 .gris,
.quiz .steper[data-step="4"] .step2 .gris,
.quiz .steper[data-step="4"] .step3 .gris,
.quiz .steper[data-step="4"] .step4 .gris {
  display: none;
}
.quiz .steper[data-step="4"] .step1 .primary,
.quiz .steper[data-step="4"] .step2 .primary,
.quiz .steper[data-step="4"] .step3 .primary,
.quiz .steper[data-step="4"] .step4 .primary {
  display: block;
}
.quiz .steper[data-step="4"] .step4 .title {
  display: block;
}
.quiz .steper[data-step="5"] .step1:after,
.quiz .steper[data-step="5"] .step2:after,
.quiz .steper[data-step="5"] .step3:after,
.quiz .steper[data-step="5"] .step4:after,
.quiz .steper[data-step="5"] .step5:after {
  background: var(--color-primary);
}
.quiz .steper[data-step="5"] .step1 .gris,
.quiz .steper[data-step="5"] .step2 .gris,
.quiz .steper[data-step="5"] .step3 .gris,
.quiz .steper[data-step="5"] .step4 .gris,
.quiz .steper[data-step="5"] .step5 .gris {
  display: none;
}
.quiz .steper[data-step="5"] .step1 .primary,
.quiz .steper[data-step="5"] .step2 .primary,
.quiz .steper[data-step="5"] .step3 .primary,
.quiz .steper[data-step="5"] .step4 .primary,
.quiz .steper[data-step="5"] .step5 .primary {
  display: block;
}
.quiz .steper[data-step="5"] .step5 .title {
  display: block;
}
.quiz .steper[data-step="6"] .step1:after,
.quiz .steper[data-step="6"] .step2:after,
.quiz .steper[data-step="6"] .step3:after,
.quiz .steper[data-step="6"] .step4:after,
.quiz .steper[data-step="6"] .step5:after,
.quiz .steper[data-step="6"] .step6:after {
  background: var(--color-primary);
}
.quiz .steper[data-step="6"] .step1 .gris,
.quiz .steper[data-step="6"] .step2 .gris,
.quiz .steper[data-step="6"] .step3 .gris,
.quiz .steper[data-step="6"] .step4 .gris,
.quiz .steper[data-step="6"] .step5 .gris,
.quiz .steper[data-step="6"] .step6 .gris {
  display: none;
}
.quiz .steper[data-step="6"] .step1 .primary,
.quiz .steper[data-step="6"] .step2 .primary,
.quiz .steper[data-step="6"] .step3 .primary,
.quiz .steper[data-step="6"] .step4 .primary,
.quiz .steper[data-step="6"] .step5 .primary,
.quiz .steper[data-step="6"] .step6 .primary {
  display: block;
}
.quiz .steper[data-step="6"] .step6 .title {
  display: block;
}
.quiz .style {
  width: 400px;
  height: 320px;
  background-size: cover !important;
  background-position: 50% 50% !important;
  position: relative;
  border-radius: 4px;
}
@media screen and (max-width: 992px) {
  .quiz .style {
    margin-bottom: 50px;
  }
}
.quiz .style input {
  opacity: 0;
}
.quiz .style span {
  display: block;
  position: absolute;
  bottom: -50px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .quiz .style span {
    position: relative;
    top: -70px;
    bottom: 0;
  }
}
.quiz .check {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
.quiz .check i {
  padding: 5px;
}
.quiz .check span {
  font-size: 14px;
  padding: 5px;
}
.quiz .delete {
  display: none;
  position: absolute;
  top: 10px;
  left: 10px;
}
.quiz .delete i {
  padding: 5px;
}
.quiz .themes .theme,
.quiz .themes .theme-selection,
.quiz .themes .theme-quiz,
.quiz .themes-selection .theme,
.quiz .themes-selection .theme-selection,
.quiz .themes-selection .theme-quiz,
.quiz .themes-quiz .theme,
.quiz .themes-quiz .theme-selection,
.quiz .themes-quiz .theme-quiz {
  background-color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  user-select: none; /* standard syntax */
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
}
.quiz .themes .theme img,
.quiz .themes .theme-selection img,
.quiz .themes .theme-quiz img,
.quiz .themes-selection .theme img,
.quiz .themes-selection .theme-selection img,
.quiz .themes-selection .theme-quiz img,
.quiz .themes-quiz .theme img,
.quiz .themes-quiz .theme-selection img,
.quiz .themes-quiz .theme-quiz img {
  margin: 0 auto 20px auto;
  width: 100px;
  display: block;
}
@media screen and (max-width: 500px) {
  .quiz .themes .theme img,
  .quiz .themes .theme-selection img,
  .quiz .themes .theme-quiz img,
  .quiz .themes-selection .theme img,
  .quiz .themes-selection .theme-selection img,
  .quiz .themes-selection .theme-quiz img,
  .quiz .themes-quiz .theme img,
  .quiz .themes-quiz .theme-selection img,
  .quiz .themes-quiz .theme-quiz img {
    margin: 20px auto 20px auto;
  }
}
.quiz .themes .theme-autre,
.quiz .themes .theme-selection-autre,
.quiz .themes .theme-quiz-autre,
.quiz .themes-selection .theme-autre,
.quiz .themes-selection .theme-selection-autre,
.quiz .themes-selection .theme-quiz-autre,
.quiz .themes-quiz .theme-autre,
.quiz .themes-quiz .theme-selection-autre,
.quiz .themes-quiz .theme-quiz-autre {
  background-color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  user-select: none; /* standard syntax */
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
}
.quiz .themes .theme-autre img,
.quiz .themes .theme-selection-autre img,
.quiz .themes .theme-quiz-autre img,
.quiz .themes-selection .theme-autre img,
.quiz .themes-selection .theme-selection-autre img,
.quiz .themes-selection .theme-quiz-autre img,
.quiz .themes-quiz .theme-autre img,
.quiz .themes-quiz .theme-selection-autre img,
.quiz .themes-quiz .theme-quiz-autre img {
  margin: 0 auto 20px auto;
  width: 100px;
  display: block;
}
.quiz .themes-brico .theme-brico,
.quiz .themes-brico .theme-brico-selection,
.quiz .themes-brico-selection .theme-brico,
.quiz .themes-brico-selection .theme-brico-selection {
  background-color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  user-select: none; /* standard syntax */
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
}
.quiz .themes-brico .theme-brico img,
.quiz .themes-brico .theme-brico-selection img,
.quiz .themes-brico-selection .theme-brico img,
.quiz .themes-brico-selection .theme-brico-selection img {
  margin: 0 auto 20px auto;
  width: 100px;
  display: block;
}
.quiz .themes-brico .theme-brico-autre,
.quiz .themes-brico .theme-brico-selection-autre,
.quiz .themes-brico-selection .theme-brico-autre,
.quiz .themes-brico-selection .theme-brico-selection-autre {
  background-color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  user-select: none; /* standard syntax */
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
}
.quiz .themes-brico .theme-brico-autre img,
.quiz .themes-brico .theme-brico-selection-autre img,
.quiz .themes-brico-selection .theme-brico-autre img,
.quiz .themes-brico-selection .theme-brico-selection-autre img {
  margin: 0 auto 20px auto;
  width: 100px;
  display: block;
}
.quiz .themes-brico .theme-brico,
.quiz .themes-brico .theme-brico-selection,
.quiz .themes-brico-selection .theme-brico,
.quiz .themes-brico-selection .theme-brico-selection {
  background-color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  user-select: none; /* standard syntax */
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
}
.quiz .themes-brico .theme-brico img,
.quiz .themes-brico .theme-brico-selection img,
.quiz .themes-brico-selection .theme-brico img,
.quiz .themes-brico-selection .theme-brico-selection img {
  margin: 0 auto 20px auto;
  width: 100px;
  display: block;
}
.quiz .themes-brico .theme-brico-autre,
.quiz .themes-brico .theme-brico-selection-autre,
.quiz .themes-brico-selection .theme-brico-autre,
.quiz .themes-brico-selection .theme-brico-selection-autre {
  background-color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  user-select: none; /* standard syntax */
  -webkit-user-select: none; /* webkit (safari, chrome) browsers */
  -moz-user-select: none; /* mozilla browsers */
  -khtml-user-select: none; /* webkit (konqueror) browsers */
  -ms-user-select: none; /* IE10+ */
}
.quiz .themes-brico .theme-brico-autre img,
.quiz .themes-brico .theme-brico-selection-autre img,
.quiz .themes-brico-selection .theme-brico-autre img,
.quiz .themes-brico-selection .theme-brico-selection-autre img {
  margin: 0 auto 20px auto;
  width: 100px;
  display: block;
}
.quiz .cart {
  display: inline-block;
}
@media screen and (max-width: 650px) {
  .quiz .cart {
    position: fixed;
    top: 14px;
    left: 1%;
    z-index: 1000;
  }
}
.quiz .cart i {
  font-size: 30px;
}
@media screen and (max-width: 500px) {
  .quiz .cart i {
    font-size: 25px;
  }
}
.quiz .cart span {
  font-size: 75% !important;
}
@media screen and (max-width: 500px) {
  .quiz .cart span {
    font-size: 60% !important;
  }
}

.chat-user {
  width: 300px;
  background: white;
  display: inline-block;
  margin: 15px;
  text-align: center;
  height: 180px;
  float: left;
  padding: 20px;
  box-shadow: 0px 2px 5px 1px rgba(69, 65, 78, 0.1);
}
.chat-user img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.chat-boxes {
  position: fixed;
  bottom: 50px;
  right: 20px;
}
.chat-boxes .chat-box {
  background: white;
  width: 300px;
  min-height: 400px;
  box-shadow: 0px 2px 5px 1px rgba(69, 65, 78, 0.1);
  float: right;
  position: relative;
  margin-right: 15px;
}
.chat-boxes .chat-box .header {
  height: 30px;
  background: rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 4px 10px;
}
.chat-boxes .chat-box .header i {
  position: absolute;
  right: 10px;
  top: 5px;
}
.chat-boxes .chat-box .content {
  padding-top: 5px;
  overflow: scroll;
  height: 320px;
}
.chat-boxes .chat-box .content .message > div {
  margin: 5px 10px;
  width: 85%;
  border-radius: 8px;
  border: 1px solid #f3f3f3;
  padding: 5px;
  float: right;
}
.chat-boxes .chat-box .content .message > div img {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
}
.chat-boxes .chat-box .content .message > div .time {
  float: right;
}
.chat-boxes .chat-box .content .message > div .body {
  padding: 10px 5px;
}
.chat-boxes .chat-box .content .message > div.mine {
  background: #f3f3f3;
  float: left;
}
.chat-boxes .chat-box .footer {
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.chat-boxes .chat-box .footer textarea {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 50px;
  border: 1px solid #e6e6e6;
  padding: 0 5px;
}

.chat-body ::-webkit-scrollbar {
  width: 4px;
  height: 0;
}
.chat-body ::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  border-radius: 10px;
}
.chat-body .note-editor.note-frame {
  border: none;
}
.chat-body .note-editor.note-frame .note-editing-area .note-editable {
  border-radius: 8px;
  font-size: 13px;
  line-height: 15px;
  max-height: 480px;
}
.chat-body .note-statusbar {
  display: none;
}
.chat-body .chat {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  height: 100vh;
  flex-direction: column;
  display: flex;
  flex: 1 auto;
}
.chat-body .chat .content {
  padding: 10px;
  flex: 1 auto;
  overflow: scroll;
}
.chat-body .chat .footer {
  background: #f3f3f3;
  padding: 10px 10px 2px 10px;
}
.chat-body .chat .footer .box-text {
  position: relative;
  bottom: 1px solid red;
}
.chat-body .chat .footer textarea {
  border-radius: 8px;
  font-size: 13px;
  line-height: 15px;
  max-height: 480px;
}
.chat-body .chat .footer button {
  position: absolute;
  right: 5px;
  bottom: 12px;
  border: none;
  line-height: 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  background: white;
  font-size: 13px;
  padding: 0;
}
.chat-body .chat .footer .join-file {
  cursor: pointer;
  background: white;
  font-size: 10px;
  border-radius: 4px;
  padding: 0px 10px 0px 5px;
  line-height: 20px;
  border: 1px solid #f2f2f2;
}
.chat-body .chat .footer .join-file:hover {
  color: black;
}
.chat-body .chat .footer .join-file i {
  margin-right: 4px;
}
.chat-body .chat .footer .join-file input {
  display: none;
}
.chat-body .chat .footer .files {
  display: block;
}
.chat-body .chat .footer .files .file {
  height: 46px;
  width: 46px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-right: 10px;
  background-size: cover;
  position: relative;
}
.chat-body .chat .footer .files .file:hover .send {
  background: black;
}
.chat-body .chat .footer .files .file .delete {
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 9px;
  background: rgb(0, 0, 0);
  color: white;
  text-align: center;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  line-height: 12px;
  cursor: pointer;
}
.chat-body .chat .footer .files .file .send {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
  color: white;
  text-align: center;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  cursor: pointer;
}
.chat-body .chat .message {
  position: relative;
}
.chat-body .chat .message .time {
  font-size: 8px;
  display: block;
  float: right;
  clear: both;
  padding-right: 10px;
  padding-top: 4px;
}
.chat-body .chat .message > div {
  margin: 10px 15px 0px 0px;
  border-radius: 8px;
  background: rgb(61, 66, 82);
  color: white;
  position: relative;
  left: 10px;
  right: 2px;
  display: inline-block;
  float: right;
  clear: both;
  word-break: break-word;
}
.chat-body .chat .message > div img {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  position: absolute;
  left: -10px;
  top: -10px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgb(61, 66, 82);
  background: white;
  display: none;
}
.chat-body .chat .message > div .body {
  padding: 10px;
  font-size: 12px;
}
.chat-body .chat .message > div .body .delete {
  position: absolute;
  right: -5px;
  top: -7px;
  width: 15px;
  height: 15px;
  background: red;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  cursor: pointer;
}
.chat-body .chat .message > div.mine {
  background: #efefef;
  color: rgb(61, 66, 82);
  right: 40px;
  left: 0px;
  float: left;
}
.chat-body .chat .message > div.mine img {
  display: none;
}
.chat-body .chat .message > div.mine + .time {
  float: left;
  padding-right: 0px;
}
.chat-body .chat .message .bot {
  background: #0e6b8a !important;
  margin-left: 0;
}
.chat-body .chat .message .bot .user {
  left: 5px;
  right: auto;
}
.chat-body .chat .message .bot .date {
  right: 10px;
  left: auto;
}

.col-chat iframe {
  margin-bottom: -10px;
}

#chat {
  width: 400px;
}
#chat iframe {
  min-height: 500px;
}
#chat .commentaires {
  width: 100%;
}

[name=form-chat] {
  padding: 0;
}
[name=form-chat] textarea {
  margin: 0 !important;
}

.brief h1,
.brief h2,
.brief h3,
.brief h4,
.brief h5,
.brief h6 {
  font-family: poppins;
}
.brief .border-radius-50 {
  border-radius: 50% !important;
}
.brief .carousel-item div div {
  text-align: center;
}
.brief .carousel-item div div img {
  max-height: 330px;
}
.brief .video-container {
  box-sizing: border-box;
  outline: none !important;
  display: inline-block;
}
.brief .video-container .video {
  box-sizing: border-box;
  outline: none !important;
  width: 300px;
  height: 150px;
  margin-right: 15px;
  margin-bottom: 35px;
  float: left;
  border: none;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.brief .add-video {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --color-font: #5e6473;
  --color-primary: #f6ded3;
  --color-secondary: #0e6b8a;
  --color-marron: #9C6830;
  --color-ligth: #bdbebd;
  --color-link: #000;
  --color-link-hover: #5e6473;
  --color-gradient-start: #4fda91;
  --color-gradient-stop: #34dbc5;
  --color-img-holder: #efefef;
  --color-bricorama-yellow: #ffd300;
  font-size: 1em;
  font-weight: 400;
  color: var(--color-font);
  -webkit-font-smoothing: antialiased;
  font-family: Poppins;
  line-height: 1.5;
  box-sizing: border-box;
  outline: none !important;
  border: 1px solid #ccc;
  width: 130px;
  height: 150px;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 35px;
  float: left;
  cursor: pointer;
  cursor: pointer;
}
.brief .add-video i {
  padding-top: 30px;
  padding-bottom: 20px;
  display: block;
  font-size: 30px;
}
.brief .add-video label {
  font-size: 12px;
  width: 100px;
  display: block;
  margin: auto;
  line-height: 20px;
}
.brief .add-video:hover {
  background: #f7f7f7;
}
.brief .photos {
  display: inline-block;
}
.brief .photos > div {
  border: 1px solid #ccc;
  width: 130px;
  height: 150px;
  text-align: center;
  margin-right: 15px;
  margin-bottom: 35px;
  float: left;
}
.brief .photos .photo {
  border: none;
  background-size: cover;
  background-position: center center;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.brief .photos .photo input {
  display: none;
}
.brief .photos .photo textarea {
  position: absolute;
  top: 106%;
  left: 0;
  min-width: 250px;
  font-size: 12px;
  border: 1px solid #e8e8e8;
  border-radius: 0 4px 4px 4px;
  padding: 5px;
  display: none;
  background: white;
  z-index: 1;
}
.brief .photos .photo .delete {
  background: red;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  position: absolute;
  right: 5px;
  top: 5px;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  cursor: pointer;
}
.brief .photos .photo .delete:hover {
  color: red;
  background: white;
}
.brief .photos .photo .commentaire {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 20px;
  top: 150px;
  font-size: 10px;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.brief .photos .photo .commentaire:hover {
  color: #5e6473;
  background: white;
}
.brief .photos .add-photo {
  cursor: pointer;
}
.brief .photos .add-photo i {
  padding-top: 30px;
  padding-bottom: 20px;
  display: block;
  font-size: 30px;
}
.brief .photos .add-photo label {
  font-size: 12px;
  width: 100px;
  display: block;
  margin: auto;
  line-height: 20px;
}
.brief .photos .add-photo:hover {
  background: #f7f7f7;
}
.brief .navbar {
  border-top: 10px solid #f7f7f7;
  margin: 0px 20px 10px 20px;
  border-radius: 10px;
  overflow: hidden;
}
.brief .panel {
  padding: 0 30px;
}
.brief input.form-control,
.brief textarea {
  border: none;
  padding-left: 0 10px;
  margin: 0;
  border-bottom: 1px solid #ccc;
  margin-top: -10px;
  background: transparent;
  max-width: 80%;
  min-height: 0px;
}
.brief .liquid-progressbar-inner {
  background: #000;
}
.brief #content {
  background: #f7f7f7;
}
.brief .col2 {
  padding-right: 20px;
  padding-left: 30px;
}
.brief .col2 .box {
  background: white;
  border-radius: 10px;
  padding: 20px 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.brief .title {
  padding-left: 25px;
  font-size: 20px;
  font-weight: bold;
}
.brief .menu {
  background: white;
  border-radius: 10px;
  margin: 0 0 0 20px;
  padding: 20px 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.brief .menu ul {
  padding: 0;
}
.brief .menu ul li {
  list-style: none;
  padding: 0px 30px 0px 25px;
  margin-bottom: 20px;
  line-height: 50px;
  border-radius: 2px;
  cursor: pointer;
  transform: scale(1);
  box-shadow: none;
  transition: all 0.25s ease;
}
.brief .menu ul li img {
  width: 30px;
  margin-right: 10px;
}
.brief .menu ul li:hover {
  transform: scale(1.05);
}
.brief .menu ul li.active {
  background: var(--color-primary);
  transform: scale(1.1);
  box-shadow: 0px 5px 10px rgba(126, 142, 177, 0.4);
  font-weight: bold;
}
.brief .form-check {
  padding-left: 0;
}
.brief .form-check .titre {
  font-size: 16px;
  padding-bottom: 20px;
  font-weight: 700;
}
.brief .form-check label span {
  line-height: 30px;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 5px 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  opacity: 0.6;
  cursor: pointer;
  min-width: 42px;
  text-align: center;
  border-radius: 5px;
}
.brief .form-check label span:hover {
  border: 1px solid #000;
}
.brief .form-check label input {
  display: none;
}
.brief .form-check label input:checked + span {
  opacity: 1;
  color: black;
  background: var(--color-primary);
  box-shadow: 0px 5px 10px rgba(126, 142, 177, 0.2);
  border: 1px solid #000;
}
.brief .form-check .form-control {
  min-height: 40px;
}
.brief .form-check .form-control.autre {
  width: 150px;
  margin-top: 2px;
}
.brief .panel-gout-et-couleur .titre {
  line-height: 24px;
  margin-left: 10px;
}
.brief .panel-gout-et-couleur .titre.category {
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ccc;
}
.brief .panel-gout-et-couleur input[type=text] {
  margin: 0px 10px 40px 10px;
  min-height: auto;
  width: 50%;
}
.brief .panel-gout-et-couleur .carousel .details {
  padding-top: 10px;
}
.brief .panel-gout-et-couleur .carousel .details i {
  font-size: 18px;
}
.brief .panel-gout-et-couleur .carousel .details i:hover {
  color: red;
  cursor: pointer;
}
.brief .panel-gout-et-couleur .is-top,
.brief .panel-gout-et-couleur .is-bottom {
  z-index: 99;
  cursor: pointer;
}
.brief .panel-body {
  min-height: -moz-fit-content;
  min-height: fit-content;
}
@media screen and (max-width: 992px) {
  .brief #content {
    top: 0;
  }
  .brief .container-fluid {
    margin-bottom: 100px;
  }
  .brief .btn {
    font-size: 12px;
    padding: 5px 10px;
  }
  .brief .navbar {
    font-size: 16px !important;
  }
  .brief .navbar .row {
    margin-bottom: 10px;
  }
  .brief .navbar .row .brand {
    margin-left: 0;
  }
  .brief section {
    padding-top: 0 !important;
  }
  .brief .col1 {
    width: 100% !important;
  }
  .brief .sticky-wrapper > div {
    position: relative !important;
    width: 85% !important;
    top: 0 !important;
    left: 10px;
    right: 30px;
  }
  .brief .panel {
    padding: 0 15px;
  }
  .brief .panel p {
    font-size: 14px;
  }
  .brief .panel .pull-right {
    width: 100%;
    margin: 0 !important;
    text-align: center;
  }
  .brief .panel textarea {
    min-height: 100px !important;
    width: 100%;
    max-width: 100%;
  }
  .brief .form-check {
    position: relative;
  }
  .brief .form-check .titre {
    font-size: 15px !important;
  }
  .brief .form-check > span {
    position: absolute;
    top: 110px;
    width: auto;
  }
  .brief .form-check > span:last-child {
    right: 10px;
  }
  .brief .carousel {
    left: 30px !important;
    width: 200px !important;
  }
  .brief .carousel img {
    height: 170px !important;
  }
  .brief .budget-slider {
    width: 100% !important;
  }
}

.irs-handle:hover {
  cursor: col-resize !important;
}

.budget-slider .irs--round .irs-bar {
  background-color: var(--color-primary);
}
.budget-slider .irs--round .irs-from,
.budget-slider .irs--round .irs-to,
.budget-slider .irs--round .irs-single {
  background-color: var(--color-primary);
  color: black;
}
.budget-slider .irs--round .from::after,
.budget-slider .irs--round .to::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/img/picto-primary.svg");
  background-size: cover;
  display: block;
}
.budget-slider .irs--round .irs-handle {
  border-color: var(--color-primary);
  border: none;
  box-shadow: none;
}
.budget-slider .irs--round .irs-from:before,
.budget-slider .irs--round .irs-to:before,
.budget-slider .irs--round .irs-single:before {
  border-top-color: var(--color-primary);
}

.budget-slider {
  border: 1px solid #ccc;
  border-radius: 10px;
  cursor: pointer;
  width: 445px;
  margin-bottom: 30px;
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
.budget-slider:hover {
  border: 1px solid #e8e7e8;
}
.budget-slider.disable-budget-slider {
  cursor: default !important;
}
.budget-slider.disable-budget-slider:hover {
  border: 1px solid #ccc !important;
}
.budget-slider .title {
  display: inline-block;
  padding: 20px 20px;
  color: black;
  display: block;
  border-radius: 10px;
  font-size: 15px;
}
.budget-slider .content {
  padding: 0 30px 20px;
}
.budget-slider.disabled {
  opacity: 0.5;
  background: #f8f8f8;
  position: relative;
}
.budget-slider.disabled:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
}
.budget-slider.disabled:hover {
  border: 1px solid #000;
}
.budget-slider.disabled .irs--round .irs-from,
.budget-slider.disabled .irs--round .irs-to,
.budget-slider.disabled .irs--round .irs-min,
.budget-slider.disabled .irs--round .irs-max {
  visibility: hidden !important;
}
.budget-slider.disabled .irs--round .irs-bar {
  background-color: #e8e7e8;
}
.budget-slider.disabled .irs--round .irs-from,
.budget-slider.disabled .irs--round .irs-to,
.budget-slider.disabled .irs--round .irs-single {
  background-color: #e8e7e8;
}
.budget-slider.disabled .irs--round .irs-handle {
  border-color: #e8e7e8;
  cursor: col-resize !important;
}
.budget-slider.disabled .irs--round .irs-from:before,
.budget-slider.disabled .irs--round .irs-to:before,
.budget-slider.disabled .irs--round .irs-single:before {
  border-top-color: #e8e7e8;
}
.budget-slider.disabled .irs--round .from::after,
.budget-slider.disabled .irs--round .to::after {
  background: url("/img/picto-gris.svg");
  cursor: col-resize !important;
}

.tab-brief .budget-slider {
  width: 390px;
}

.tabs-brief.tabs-nav {
  background-color: transparent;
}

.box-choosed-video {
  width: 130px !important;
  height: 150px !important;
  text-align: center !important;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-top: 30px !important;
}
.box-choosed-video i {
  font-size: 30px;
}
.box-choosed-video span {
  white-space: normal !important;
  line-height: 18px !important;
  font-size: 12px;
}

.paiement header {
  background-color: var(--color-primary);
  padding: 20px;
}
@media screen and (max-width: 992px) {
  .paiement .col-md-4,
  .paiement .col-md-7 {
    margin: 0px 15px 15px !important;
    border-radius: 5px;
    padding: 0px;
  }
}

.notifications {
  top: 37px !important;
  right: 35px;
}
.notifications .nav-tabs {
  background: var(--color-secondary);
}
.notifications .nav-tabs li {
  height: 30px;
  font-weight: bold;
}
.notifications .nav-tabs .nav-link {
  border-radius: 0;
  border: none;
  line-height: 30px;
}
.notifications .nav-tabs a {
  color: white;
}
.notifications .nav-tabs a:hover {
  color: white;
  background: rgba(255, 255, 255, 0.3);
}
.notifications .item {
  margin-bottom: 10px;
}
.notifications .item .text {
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  margin: 0;
}
.notifications .item .time {
  font-size: 10px;
  margin-top: -5px;
  padding: 0;
}

.notif-bull {
  position: relative;
}
.notif-bull i {
  color: #dc3446;
}
.notif-bull:after {
  position: absolute;
  top: -4px;
  left: 5px;
  content: "";
  width: 6px;
  height: 6px;
  background: #dc3446;
  border-radius: 50%;
}

.bricorama .steper .step .title {
  font-family: poppins;
  font-size: 16px;
  font-weight: bold;
  margin-top: -10px;
}
@media screen and (max-width: 992px) {
  .bricorama .steper .step .title {
    display: none !important;
  }
}
.bricorama .swal2-styled.swal2-confirm {
  border: none;
  background-color: var(--color-bricorama-yellow) !important;
  border-bottom: 3px solid #ffcf00 !important;
  color: black;
}
.bricorama .swal2-styled.swal2-cancel {
  border: none;
  background: transparent !important;
  color: black;
}
.bricorama .loader > div {
  background: var(--color-bricorama-yellow);
}
.bricorama .loader > div:after, .bricorama .loader > div:before {
  background: var(--color-bricorama-yellow);
}
.bricorama .swal2-styled:focus {
  box-shadow: none;
}
.bricorama .h1 small,
.bricorama h1 small {
  font-size: 15px;
  padding-top: 15px;
  display: block;
}
.bricorama .h3,
.bricorama h3 {
  font-size: 16px !important;
  font-weight: 500;
}
.bricorama .h2,
.bricorama h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
}
.bricorama textarea {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 10px;
}
.bricorama .brief .form-check label input:checked + span {
  background: var(--color-bricorama-yellow);
}
.bricorama .brief input.form-control,
.bricorama .brief textarea {
  max-width: 100%;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.bricorama .liens .lien .delete {
  position: absolute;
  right: 0;
  width: 40px;
  height: 38px;
  line-height: 38px;
}
.bricorama .budget-slider {
  width: 48%;
}
.bricorama .budget-slider .irs--round .from::after,
.bricorama .budget-slider .irs--round .to::after {
  background: #e6e6e6;
  border-radius: 50%;
}
.bricorama .budget-slider .irs-handle i {
  width: 1px;
  height: 12px;
  background: #8e8e8e;
  position: absolute;
  top: 6px;
  left: 8px;
}
.bricorama .budget-slider .irs-handle i:nth-child(2) {
  left: 12px;
}
.bricorama .budget-slider .irs-handle i:nth-child(3) {
  left: 16px;
}
.bricorama .budget-slider:not(.disabled) .irs-handle i {
  background: black;
}
.bricorama .budget-slider:not(.disabled) .to,
.bricorama .budget-slider:not(.disabled) .from {
  cursor: col-resize !important;
}
.bricorama .budget-slider:not(.disabled) .irs--round .irs-from,
.bricorama .budget-slider:not(.disabled) .irs--round .irs-to,
.bricorama .budget-slider:not(.disabled) .irs--round .irs-single,
.bricorama .budget-slider:not(.disabled) .irs--round .irs-bar {
  background-color: var(--color-bricorama-yellow);
}
.bricorama .budget-slider:not(.disabled) .irs--round .irs-handle {
  border-color: var(--color-bricorama-yellow);
}
.bricorama .budget-slider:not(.disabled) .irs--round .from::after,
.bricorama .budget-slider:not(.disabled) .irs--round .to::after {
  background: var(--color-bricorama-yellow);
  border-radius: 50%;
}
.bricorama .budget-slider:not(.disabled) .from:hover,
.bricorama .budget-slider:not(.disabled) .to:hover {
  cursor: col-resize !important;
}
.bricorama .budget-slider .irs--round .irs-from::before,
.bricorama .budget-slider .irs--round .irs-to::before,
.bricorama .budget-slider .irs--round .irs-single::before {
  border-top-color: var(--color-bricorama-yellow);
}
.bricorama .precedent .btn-icon,
.bricorama .suivant .btn-icon {
  color: #333 !important;
  background: var(--color-bricorama-yellow);
}
.bricorama .precedent .btn-icon:before,
.bricorama .suivant .btn-icon:before {
  border-color: var(--color-bricorama-yellow);
  background: var(--color-bricorama-yellow);
}
.bricorama .check i {
  background: var(--color-bricorama-yellow) !important;
}
.bricorama #btn-lancer-ma-consultation {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  border: none;
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  margin: 0;
  cursor: pointer;
  border-bottom: 3px solid #ffcf00;
  border-radius: 4px;
  background-color: var(--color-bricorama-yellow);
  color: black;
  padding-left: 20px;
  padding-right: 20px;
}
.bricorama #btn-lancer-ma-consultation:hover {
  border-bottom-color: var(--color-bricorama-yellow);
}
.bricorama #btn-lancer-ma-consultation:after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  background-position: -50px -18px;
  height: 12px;
  width: 8px;
  background-image: url(https://www.bricorama.fr/skin/frontend/bricorama/bricorama/images/sprite-icon-s295b381b58.png);
  background-repeat: no-repeat;
}

.alert button {
  background: transparent;
  border: none;
  line-height: 24px;
  padding: 3px 10px 0;
  position: absolute;
  right: 0px;
}

.espace .nav-item-children {
  background: white;
}
.dropdown__wrapper {
  border-radius: 4px;
  display: none;
  font-size: 14px;
  line-height: 21px;
  position: absolute;
  text-align: left;
  top: 60px;
  width: 380px;
  z-index: 1100;
}
.dropdown__wrapper .dropdown__inner {
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}
.dropdown__wrapper .dropdown__header {
  background: var(--color-secondary);
  padding: 20px 20px;
  box-shadow: 1px 34px 52px -19px rgba(68, 62, 84, 0.03);
  text-align: center;
}
.dropdown__wrapper .dropdown__header-title {
  display: block;
  padding: 0 0 5px 0;
  font-size: 1.5rem;
  font-weight: 400;
  color: white;
}
.dropdown__wrapper .dropdown__header-subtitle {
  display: block;
  padding: 0px;
  font-size: 1rem;
  color: white;
}
.dropdown__wrapper .tab-pane {
  padding: 10px 15px;
  max-height: 200px;
  overflow: scroll;
}
.dropdown__wrapper .list-timeline .item {
  line-height: 30px;
  position: relative;
  margin-bottom: 5px;
}
.dropdown__wrapper .list-timeline .item .text {
  text-transform: unset;
  color: var(--color-font);
  letter-spacing: 0;
}
.dropdown__wrapper .list-timeline .item .time {
  position: absolute;
  right: 0;
  font-size: 10px;
}

.designers-container {
  overflow: unset !important;
}

.designer,
.designer_grp {
  margin-top: 15px;
  margin-bottom: 15px;
  box-shadow: 5px 1px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease;
  position: relative;
  border-radius: 10px;
}
.designer:hover,
.designer_grp:hover {
  margin-top: -6px;
  transform: scale(1.04);
  box-shadow: 0px 5px 52px rgba(15, 0, 0, 0.3);
}
.designer:hover .user,
.designer_grp:hover .user {
  width: 60px;
  height: 60px;
  top: 170px;
  left: 20px;
  box-shadow: 0px 5px 32px rgba(15, 0, 0, 0.6);
}
.designer:hover .header,
.designer_grp:hover .header {
  transition: all 0.25s ease;
}
.designer:hover .header .info,
.designer_grp:hover .header .info {
  opacity: 1;
}
.designer.in-favoris .fa-heart,
.designer_grp.in-favoris .fa-heart {
  top: 10px;
  display: inline-block !important;
}
.designer.in-favoris .fa-heart-o,
.designer_grp.in-favoris .fa-heart-o {
  display: none;
}
.designer .check-selected .fa-check,
.designer_grp .check-selected .fa-check {
  opacity: 0;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 3;
  font-size: 15px;
  padding: 4px;
  color: white;
  background: var(--color-marron);
  border-radius: 0 0 10px 0;
}
.designer.selected .check-selected .fa-check,
.designer_grp.selected .check-selected .fa-check {
  opacity: 1;
}
.designer.selected button,
.designer_grp.selected button {
  background: white;
  color: var(--color-font);
}
.designer .header,
.designer_grp .header {
  display: block;
  height: 200px;
  width: 100%;
  background-size: cover !important;
  position: relative;
  border-radius: 10px 10px 0 0;
  background-position: 50% 50%;
}
.designer .header .favoris,
.designer_grp .header .favoris {
  position: absolute;
  right: 10px;
  top: 2px;
  font-size: 22px;
  z-index: 2;
  cursor: grab !important;
  color: white !important;
}
.designer .header .favoris .fa-heart,
.designer_grp .header .favoris .fa-heart {
  display: none;
}
.designer .header .favoris:hover,
.designer_grp .header .favoris:hover {
  color: red !important;
}
.designer .header .favoris .fa-heart,
.designer_grp .header .favoris .fa-heart {
  color: red;
}
.designer .header .info,
.designer_grp .header .info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: black;
  z-index: 2;
  font-size: 12px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  background: white;
  border-radius: 20px;
  padding: 5px 20px;
  font-weight: bold;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
}
.designer .user,
.designer_grp .user {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-size: cover !important;
  left: 10px;
  top: 160px;
  position: absolute;
  background-position: 50% 50%;
  transition: all 0.25s ease-out;
  box-shadow: 5px 1px 10px rgba(0, 0, 0, 0);
}
.designer .footer,
.designer_grp .footer {
  display: block;
  height: 120px;
  text-align: center;
  position: relative;
}
.designer .footer span,
.designer_grp .footer span {
  display: block;
  padding-left: 30px;
  margin-top: 5px;
  font-size: 14px;
}
.designer .footer .name,
.designer_grp .footer .name {
  font-weight: bold;
  font-size: 16px;
}
.designer .footer button,
.designer_grp .footer button {
  background: rgba(255, 255, 255, 0);
  margin: 15px 0 15px 0;
  font-size: 14px;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  line-height: 30px;
}
.designer .footer button:hover,
.designer_grp .footer button:hover {
  background: rgb(255, 255, 255);
  color: var(--color-font);
}
.designer .footer button:focus,
.designer_grp .footer button:focus {
  outline: none;
}

.designer_client {
  margin-top: 15px;
  margin-bottom: 15px;
  box-shadow: 5px 1px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.25s ease;
  position: relative;
  border-radius: 10px;
}
.designer_client.in-favoris .fa-heart {
  top: 10px;
  display: inline-block !important;
}
.designer_client.in-favoris .fa-heart-o {
  display: none;
}
.designer_client .check-selected .fa-check {
  opacity: 0;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 3;
  font-size: 15px;
  padding: 4px;
  color: white;
  background: var(--color-marron);
  border-radius: 0 0 10px 0;
}
.designer_client.selected .check-selected .fa-check {
  opacity: 1;
}
.designer_client.selected button {
  background: white;
  color: var(--color-font);
}
.designer_client .header {
  display: block;
  height: 200px;
  width: 100%;
  background-size: cover !important;
  position: relative;
  border-radius: 10px 10px 0 0;
  background-position: 50% 50%;
}
.designer_client .header .favoris {
  position: absolute;
  right: 10px;
  top: 2px;
  font-size: 22px;
  z-index: 2;
  color: white !important;
}
.designer_client .header .favoris .fa-heart {
  display: none;
}
.designer_client .header .favoris:hover {
  cursor: grab !important;
  color: red !important;
}
.designer_client .header .favoris .fa-heart {
  color: red;
}
.designer_client .header .info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: black;
  z-index: 2;
  font-size: 12px;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  background: white;
  border-radius: 20px;
  padding: 5px 20px;
  font-weight: bold;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
}
.designer_client .user {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-size: cover !important;
  left: 10px;
  top: 160px;
  position: absolute;
  background-position: 50% 50%;
  transition: all 0.25s ease-out;
  box-shadow: 5px 1px 10px rgba(0, 0, 0, 0);
}
.designer_client .footer {
  display: block;
  height: 120px;
  text-align: center;
  position: relative;
}
.designer_client .footer span {
  display: block;
  padding-left: 30px;
  margin-top: 5px;
  font-size: 14px;
}
.designer_client .footer .name {
  font-weight: bold;
  font-size: 16px;
}
.designer_client .footer button {
  background: rgba(255, 255, 255, 0);
  margin: 15px 0 15px 0;
  font-size: 14px;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  line-height: 30px;
}
.designer_client .footer button:hover {
  background: rgb(255, 255, 255);
  color: var(--color-font);
}
.designer_client .footer button:focus {
  outline: none;
}

.logo-pro {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}
.logo-pro .header {
  display: block;
  height: 200px;
  width: 100%;
  background-size: cover !important;
  position: relative;
  background-position: 50% 50%;
}

.disponible {
  display: inline-block;
  padding: 0;
  padding-left: 20px;
  position: relative;
}
.disponible i {
  margin-left: -10px;
  margin-right: 10px;
}
.disponible.false i {
  color: orange;
}

.commandez-produits .iconbox {
  min-height: 200px;
  position: relative;
  padding: 25px 5%;
}
.commandez-produits .iconbox .number {
  background: black;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 50%;
  border-radius: 50%;
  font-weight: bold;
  color: white;
  transform: translateX(-50%);
}
.commandez-produits .iconbox .contents {
  padding-top: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.commandez-produits .iconbox p {
  font-size: 18px !important;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .commandez-produits .iconbox p {
    font-size: 14px !important;
  }
}
.commandez-produits .iconbox:hover p {
  color: black !important;
}
.commandez-produits .iconbox:hover .number {
  background: white;
  color: black;
}

.ld-flipbox-back {
  background: var(--color-marron);
}

.offre-inclus-txt {
  position: absolute;
  top: 50%;
  left: -1px;
  right: -1px;
}
.offre-inclus-txt > span {
  background: white;
  position: absolute;
  left: 0;
  right: 0;
  padding: 10px 0;
  margin-top: -10px;
}
.offre-inclus-txt .btn-txt {
  width: 100%;
}

.text-lora {
  font-family: lora;
}

.satisfaction {
  padding: 0 0 0 60px;
}
.satisfaction p {
  font-weight: 200;
  color: black;
}
.satisfaction div {
  color: black;
  font-weight: 300;
}

.titlebar {
  z-index: 3;
}

#content {
  min-height: 400px;
  z-index: 1;
}

footer {
  background-color: var(--color-primary);
}
footer * {
  font-weight: 200;
}

.section1,
.section2,
.section3,
.section4,
.section5 {
  display: block;
}
.section1 h2,
.section2 h2,
.section3 h2,
.section4 h2,
.section5 h2 {
  font-size: 52px !important;
  font-family: poppins;
}
.section1:not(.active),
.section2:not(.active),
.section3:not(.active),
.section4:not(.active),
.section5:not(.active) {
  display: none;
}

.numbers {
  text-align: center;
}
.numbers div {
  font-size: 3rem;
  margin: 0 20px;
  box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.05);
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  font-weight: bold;
  color: var(--color-marron);
  font-family: Lora;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .numbers div {
    font-size: 1.4rem;
    margin: 0 5px;
  }
}
.numbers div.active {
  background: var(--color-marron);
  color: white;
  box-shadow: 2px 0px 15px rgba(0, 0, 0, 0.1);
}

.panel {
  background: white;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.designer_profile .cover {
  height: 450px;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  z-index: -1;
  border-radius: 10px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
}
.designer_profile .user_photo {
  text-align: center;
  margin-top: -100px;
}
.designer_profile .user_photo h4 {
  margin: 20px 0 0 0;
}
.designer_profile .user_photo .photo {
  border-radius: 50%;
  height: 200px;
  width: 200px;
  background-size: cover;
  display: inline-block;
  background-position: 50% 50%;
}
.designer_profile .panel {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.designer_profile .panel .h5,
.designer_profile .panel h5 {
  margin-top: 0;
  color: black;
  font-family: poppins;
}
.designer_profile .panel .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  margin-right: 12px;
  border-radius: 4px;
}
.designer_profile .panel .icon-mail {
  position: absolute;
  margin-left: 4px;
}
.designer_profile .panel .icon-mail:hover {
  color: black;
}

form.formation-item {
  padding: 30px 20px 20px 20px;
  border-radius: 10px;
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
}

.formation-item {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  padding-right: 50px;
}
.formation-item td {
  border: none !important;
}
.formation-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.formation-item b {
  display: block;
}
.formation-item .date {
  float: right;
  display: block;
}
.formation-item .btn-icons {
  position: absolute;
  right: 0px;
  top: 0;
  border-left: 1px solid #e0e0e0;
  padding-left: 10px;
}
.formation-item .btn-icons .btn-icon {
  background: red;
  height: 25px;
  width: 25px;
  border-radius: 4px;
  color: white;
}
.formation-item .btn-icons .btn-icon.btn-check {
  background: green;
}

.content-add {
  border-radius: 6px;
  padding: 30px;
  position: relative;
  padding-left: 80px;
  background: #e8e8e8;
  cursor: pointer;
  margin-top: 26px;
  transition: all 0.4s ease-in-out;
}
.content-add div {
  transition: all 0.4s ease-in-out;
  position: absolute;
  background: white;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  line-height: 63px;
  text-align: center;
  border-radius: 50%;
  color: #e8e8e8;
}
.content-add div i {
  font-size: 30px;
}
.content-add:hover {
  background: var(--color-secondary);
  color: white;
}
.content-add:hover div {
  color: var(--color-secondary);
}

.columns {
  -moz-column-width: 320px;
       column-width: 320px;
  -moz-column-gap: 30px;
       column-gap: 30px;
  width: 100%;
  margin: 0 auto;
}
.columns .check {
  position: absolute;
  top: 20px;
  right: 20px;
  display: none;
}
.columns .check i {
  border-radius: 50%;
  padding: 5px;
  background: var(--color-primary);
}
.columns .fancybox {
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--color-font);
}
.columns .fancybox i {
  border-radius: 50%;
  padding: 5px;
  background: var(--color-primary);
}
.columns :checked + img {
  box-shadow: 2px 12px 14px rgba(28, 34, 51, 0.2);
}
.columns :checked + img + .check {
  display: block;
}
.columns label {
  position: relative;
  padding-bottom: 10px;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  column-break-inside: avoid;
  border: 1px solid #ccc;
  padding: 10px 10px 5px 10px;
  margin-bottom: 30px;
  cursor: pointer;
  text-align: center;
}
.columns label input {
  display: none;
}
.columns label figcaption {
  margin: 0 0 5px 0;
}
.columns label img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
  transition: all 0.2s ease-in-out;
}
.columns label img:hover {
  box-shadow: 2px 12px 14px rgba(28, 34, 51, 0.2);
}

@media screen and (max-width: 750px) {
  .columns {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .columns label {
    width: 100%;
  }
}
.usp_bot {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 60%;
  background: var(--color-primary) !important;
  flex-wrap: wrap;
  gap: 1rem;
}
.usp_bot .box {
  padding: 15px;
  text-align: center;
  flex: 1 0 3rem;
  /* Distribute space equally among the boxes */
  margin-right: 30px;
  /* Adjust spacing between the boxes */
}
.usp_bot .box img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 3/2;
}
.usp_bot .box:last-child {
  margin-right: 0;
}

.usp_bot_carrousel {
  background: var(--color-primary) !important;
}
.usp_bot_carrousel .box {
  padding: 15px;
  text-align: center;
}
.usp_bot_carrousel .box img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 3/2;
}

.usp_mid,
.usp_mid_offres {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 60%;
  background: var(--color-primary) !important;
  flex-wrap: wrap;
}
.usp_mid .box,
.usp_mid_offres .box {
  min-width: 250px !important;
  max-width: 250px !important;
  background-color: #ffffff;
  /* White box color */
  padding: 15px;
  border-radius: 25px;
  text-align: center;
  flex: 1;
  /* Distribute space equally among the boxes */
  margin-right: 40px;
  /* Adjust spacing between the boxes */
}
.usp_mid .box p,
.usp_mid_offres .box p {
  color: #5e6473 !important;
  margin-bottom: 5px !important;
}
.usp_mid .box:last-child,
.usp_mid_offres .box:last-child {
  margin-right: 0;
}

.usp_mid_shopping {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 30%;
  flex-wrap: wrap;
}
.usp_mid_shopping .box {
  min-width: 250px !important;
  max-width: 250px !important;
  background-color: #ffffff;
  /* White box color */
  padding: 15px;
  border-radius: 25px;
  text-align: center;
  flex: 1;
  /* Distribute space equally among the boxes */
  margin-right: 40px;
  /* Adjust spacing between the boxes */
}
.usp_mid_shopping .box p {
  color: #5e6473 !important;
  margin-bottom: 5px !important;
}
.usp_mid_shopping .box:last-child {
  margin-right: 0;
}

.usp_mid_avis {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 63%;
  background: var(--color-primary) !important;
  flex-wrap: wrap;
}
.usp_mid_avis .box_avis {
  min-width: 250px !important;
  max-width: 250px !important;
  background-color: #ffffff;
  /* White box color */
  padding: 15px;
  border-radius: 25px;
  text-align: center;
  flex: 1;
  /* Distribute space equally among the boxes */
  margin-right: 40px;
  /* Adjust spacing between the boxes */
}
.usp_mid_avis .box_avis p {
  color: #5e6473 !important;
  margin-bottom: 5px !important;
}
.usp_mid_avis .box:last-child {
  margin-right: 0;
}

.usp_top {
  height: 8vh !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.usp_top div div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.usp_top div div p {
  margin-bottom: 0 !important;
}
.usp_top div div:last-child {
  display: inline-block;
}

.fullheight {
  min-height: 92vh !important;
}

@media screen and (max-width: 1750px) {
  .usp_mid,
  .usp_bot,
  .usp_mid_offres {
    width: 65%;
  }
  .usp_mid_avis {
    width: 66%;
  }
}
@media screen and (max-width: 1750px) {
  .usp_mid_shopping {
    width: 35%;
  }
}
@media screen and (max-width: 1605px) {
  .usp_mid,
  .usp_bot,
  .usp_mid_offres {
    width: 75%;
  }
  .usp_mid_avis {
    width: 77%;
  }
}
@media screen and (max-width: 1460px) {
  .usp_mid_shopping {
    width: 40%;
  }
}
@media screen and (max-width: 1390px) {
  .usp_mid,
  .usp_bot,
  .usp_mid_offres {
    width: 90%;
  }
  .usp_mid .box,
  .usp_bot .box,
  .usp_mid_offres .box {
    margin-right: 20px;
  }
  .usp_mid_avis {
    width: 90%;
  }
  .usp_mid_avis .box_avis {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1460px) {
  .usp_mid_shopping {
    width: 45%;
  }
}
@media screen and (max-width: 1100px) {
  .usp_mid,
  .usp_mid_offres {
    width: 100%;
    align-items: center;
    gap: 10px;
    flex-direction: column;
  }
  .usp_mid .box,
  .usp_mid_offres .box {
    margin-right: 0;
  }
  .usp_mid_avis {
    width: 100%;
    align-items: center;
    gap: 10px;
    flex-direction: column;
  }
  .usp_mid_avis .box_avis {
    margin-right: 0;
  }
}
@media screen and (max-width: 1015px) {
  .usp_mid_shopping {
    width: 55%;
  }
}
@media screen and (max-width: 992px) {
  .usp_bot {
    width: 100%;
    align-items: center;
    flex-direction: column;
  }
  .usp_bot .box {
    width: 25%;
    margin-right: 0;
    flex: 1;
  }
}
@media screen and (max-width: 930px) {
  .usp_mid_shopping {
    width: 70%;
  }
}
@media screen and (max-width: 730px) {
  .usp_mid_shopping {
    width: 80%;
  }
}
@media screen and (max-width: 730px) {
  .usp_mid_shopping {
    width: 85%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .usp_mid_shopping {
    width: 90%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 565px) {
  .usp_mid_shopping {
    width: 40%;
    padding-bottom: 20px;
  }
  .usp_mid_shopping .box {
    margin-bottom: 20px;
    margin-right: -10px !important;
  }
  .usp_mid_shopping .box:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 565px) {
  .usp_mid_shopping {
    width: 50%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .usp_mid_shopping {
    width: 55%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 400px) {
  .usp_mid_shopping {
    width: 60%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .trustpilote-rating {
    width: 170px !important;
  }
  .trustpilote-logo {
    width: 115px !important;
  }
  .fullheight {
    min-height: 72vh !important;
  }
  .fullheight .container {
    left: 10px !important;
  }
  .fullheight .container h2 {
    font-size: 30px !important;
  }
  .usp_top {
    height: 180px !important;
  }
  .usp_top div div {
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .usp_top div div p {
    margin-bottom: 0 !important;
  }
  .usp_top div div:first-child {
    margin: 0 !important;
  }
  .usp_top div div:first-child p {
    font-size: 12px !important;
  }
  .usp_top div div:first-child .trustpilote-top-rating {
    width: 122px;
  }
  .usp_top div div:first-child .trustpilote-top-logo {
    width: 75px;
  }
  .usp_top div div:last-child {
    margin: 0 !important;
    display: inline-block;
  }
  .usp_top div div:last-child p {
    font-size: 14px !important;
  }
  .usp_mid {
    width: 100%;
  }
  .usp_mid .box {
    margin-bottom: 20px;
    margin-right: -10px !important;
  }
  .usp_mid .box:last-child {
    margin-bottom: 0;
  }
  .usp_mid_offres {
    width: 100%;
  }
  .usp_mid_offres .box {
    margin: auto;
    margin-bottom: 20px;
  }
  .usp_mid_offres .box:last-child {
    margin: auto;
    margin-bottom: 0;
  }
  .usp_mid_avis {
    width: 100%;
  }
  .usp_mid_avis .box_avis {
    margin: auto;
    margin-bottom: 20px;
  }
  .usp_mid_avis .box_avis:last-child {
    margin: auto;
    margin-bottom: 0;
  }
  .usp_bot .box {
    width: 50%;
  }
}
.fancy-usp-title {
  margin-bottom: 1em !important;
}

.themes .theme-selection,
.themes .theme,
.themes .theme-quiz,
.themes-selection .theme-selection,
.themes-selection .theme,
.themes-selection .theme-quiz,
.themes-quiz .theme-selection,
.themes-quiz .theme,
.themes-quiz .theme-quiz {
  width: 100%;
  height: 210px;
  background: #f4f6fa;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 20px;
  position: relative;
  padding-top: 30px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.themes .theme-selection:hover,
.themes .theme:hover,
.themes .theme-quiz:hover,
.themes-selection .theme-selection:hover,
.themes-selection .theme:hover,
.themes-selection .theme-quiz:hover,
.themes-quiz .theme-selection:hover,
.themes-quiz .theme:hover,
.themes-quiz .theme-quiz:hover {
  box-shadow: 2px 12px 14px rgba(28, 34, 51, 0.2);
}
.themes .theme-selection .icon,
.themes .theme .icon,
.themes .theme-quiz .icon,
.themes-selection .theme-selection .icon,
.themes-selection .theme .icon,
.themes-selection .theme-quiz .icon,
.themes-quiz .theme-selection .icon,
.themes-quiz .theme .icon,
.themes-quiz .theme-quiz .icon {
  width: 100px;
  height: 100px;
  margin: auto;
  margin-bottom: 30px;
  border-radius: 50%;
}
.themes .theme-selection input,
.themes .theme input,
.themes .theme-quiz input,
.themes-selection .theme-selection input,
.themes-selection .theme input,
.themes-selection .theme-quiz input,
.themes-quiz .theme-selection input,
.themes-quiz .theme input,
.themes-quiz .theme-quiz input {
  display: none;
}
.themes .theme-selection .tick i,
.themes .theme .tick i,
.themes .theme-quiz .tick i,
.themes-selection .theme-selection .tick i,
.themes-selection .theme .tick i,
.themes-selection .theme-quiz .tick i,
.themes-quiz .theme-selection .tick i,
.themes-quiz .theme .tick i,
.themes-quiz .theme-quiz .tick i {
  border-radius: 50%;
  padding: 5px;
  background: var(--color-primary);
}
.themes .theme-selection .tooltiptext,
.themes .theme .tooltiptext,
.themes .theme-quiz .tooltiptext,
.themes-selection .theme-selection .tooltiptext,
.themes-selection .theme .tooltiptext,
.themes-selection .theme-quiz .tooltiptext,
.themes-quiz .theme-selection .tooltiptext,
.themes-quiz .theme .tooltiptext,
.themes-quiz .theme-quiz .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 2px;
  position: absolute;
  z-index: 1000;
  bottom: 100%;
  left: 0%;
  margin-left: -60px;
}
.themes .theme-selection:hover,
.themes .theme:hover,
.themes .theme-quiz:hover,
.themes-selection .theme-selection:hover,
.themes-selection .theme:hover,
.themes-selection .theme-quiz:hover,
.themes-quiz .theme-selection:hover,
.themes-quiz .theme:hover,
.themes-quiz .theme-quiz:hover {
  visibility: visible;
}
.themes .theme-autre,
.themes .theme-quiz-autre,
.themes .theme-selection-autre,
.themes-selection .theme-autre,
.themes-selection .theme-quiz-autre,
.themes-selection .theme-selection-autre,
.themes-quiz .theme-autre,
.themes-quiz .theme-quiz-autre,
.themes-quiz .theme-selection-autre {
  width: 100%;
  height: 210px;
  background: #f4f6fa;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 20px;
  position: relative;
  padding-top: 30px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.themes .theme-autre:hover,
.themes .theme-quiz-autre:hover,
.themes .theme-selection-autre:hover,
.themes-selection .theme-autre:hover,
.themes-selection .theme-quiz-autre:hover,
.themes-selection .theme-selection-autre:hover,
.themes-quiz .theme-autre:hover,
.themes-quiz .theme-quiz-autre:hover,
.themes-quiz .theme-selection-autre:hover {
  box-shadow: 2px 12px 14px rgba(28, 34, 51, 0.2);
}
.themes .theme-autre .icon,
.themes .theme-quiz-autre .icon,
.themes .theme-selection-autre .icon,
.themes-selection .theme-autre .icon,
.themes-selection .theme-quiz-autre .icon,
.themes-selection .theme-selection-autre .icon,
.themes-quiz .theme-autre .icon,
.themes-quiz .theme-quiz-autre .icon,
.themes-quiz .theme-selection-autre .icon {
  width: 100px;
  height: 100px;
  margin: auto;
  margin-bottom: 30px;
  border-radius: 50%;
}
.themes .theme-autre input,
.themes .theme-quiz-autre input,
.themes .theme-selection-autre input,
.themes-selection .theme-autre input,
.themes-selection .theme-quiz-autre input,
.themes-selection .theme-selection-autre input,
.themes-quiz .theme-autre input,
.themes-quiz .theme-quiz-autre input,
.themes-quiz .theme-selection-autre input {
  display: none;
}
.themes .theme-autre .tick i,
.themes .theme-quiz-autre .tick i,
.themes .theme-selection-autre .tick i,
.themes-selection .theme-autre .tick i,
.themes-selection .theme-quiz-autre .tick i,
.themes-selection .theme-selection-autre .tick i,
.themes-quiz .theme-autre .tick i,
.themes-quiz .theme-quiz-autre .tick i,
.themes-quiz .theme-selection-autre .tick i {
  border-radius: 50%;
  padding: 5px;
  background: var(--color-primary);
}
.themes .theme-autre .tooltiptext,
.themes .theme-quiz-autre .tooltiptext,
.themes .theme-selection-autre .tooltiptext,
.themes-selection .theme-autre .tooltiptext,
.themes-selection .theme-quiz-autre .tooltiptext,
.themes-selection .theme-selection-autre .tooltiptext,
.themes-quiz .theme-autre .tooltiptext,
.themes-quiz .theme-quiz-autre .tooltiptext,
.themes-quiz .theme-selection-autre .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 2px;
  position: absolute;
  z-index: 1000;
  bottom: 100%;
  left: 0%;
  margin-left: -60px;
}
.themes .theme-autre:hover,
.themes .theme-quiz-autre:hover,
.themes .theme-selection-autre:hover,
.themes-selection .theme-autre:hover,
.themes-selection .theme-quiz-autre:hover,
.themes-selection .theme-selection-autre:hover,
.themes-quiz .theme-autre:hover,
.themes-quiz .theme-quiz-autre:hover,
.themes-quiz .theme-selection-autre:hover {
  visibility: visible;
}

.themes-brico .theme-brico-selection,
.themes-brico .theme-brico,
.themes-brico-selection .theme-brico-selection,
.themes-brico-selection .theme-brico {
  width: 100%;
  height: 210px;
  background: #f4f6fa;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 20px;
  position: relative;
  padding-top: 30px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.themes-brico .theme-brico-selection:hover,
.themes-brico .theme-brico:hover,
.themes-brico-selection .theme-brico-selection:hover,
.themes-brico-selection .theme-brico:hover {
  box-shadow: 2px 12px 14px rgba(28, 34, 51, 0.2);
}
.themes-brico .theme-brico-selection .icon,
.themes-brico .theme-brico .icon,
.themes-brico-selection .theme-brico-selection .icon,
.themes-brico-selection .theme-brico .icon {
  width: 100px;
  height: 100px;
  margin: auto;
  margin-bottom: 30px;
  border-radius: 50%;
}
.themes-brico .theme-brico-selection input,
.themes-brico .theme-brico input,
.themes-brico-selection .theme-brico-selection input,
.themes-brico-selection .theme-brico input {
  display: none;
}
.themes-brico .theme-brico-autre,
.themes-brico .theme-brico-selection-autre,
.themes-brico-selection .theme-brico-autre,
.themes-brico-selection .theme-brico-selection-autre {
  width: 100%;
  height: 210px;
  background: #f4f6fa;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 20px;
  position: relative;
  padding-top: 30px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.themes-brico .theme-brico-autre:hover,
.themes-brico .theme-brico-selection-autre:hover,
.themes-brico-selection .theme-brico-autre:hover,
.themes-brico-selection .theme-brico-selection-autre:hover {
  box-shadow: 2px 12px 14px rgba(28, 34, 51, 0.2);
}
.themes-brico .theme-brico-autre .icon,
.themes-brico .theme-brico-selection-autre .icon,
.themes-brico-selection .theme-brico-autre .icon,
.themes-brico-selection .theme-brico-selection-autre .icon {
  width: 100px;
  height: 100px;
  margin: auto;
  margin-bottom: 30px;
  border-radius: 50%;
}
.themes-brico .theme-brico-autre input,
.themes-brico .theme-brico-selection-autre input,
.themes-brico-selection .theme-brico-autre input,
.themes-brico-selection .theme-brico-selection-autre input {
  display: none;
}

.layout_quiz .navbar {
  text-align: left;
  position: fixed;
  z-index: 3;
  left: 0;
  right: 0;
  background: white;
  padding: 0;
}
@media screen and (max-width: 992px) {
  .layout_quiz .navbar {
    position: relative;
    font-size: 12px;
  }
}
.layout_quiz .navbar .brand {
  float: left;
  margin: 10px;
  width: 40px;
}
.layout_quiz .navbar .title {
  float: left;
  line-height: 60px;
  padding-left: 30px;
}
@media screen and (max-width: 992px) {
  .layout_quiz .navbar .title {
    padding-left: 0;
  }
}
@media screen and (max-width: 992px) {
  .layout_quiz .navbar .col-auto {
    padding-left: 0;
  }
}
.layout_quiz .navbar .quitter {
  float: right;
  margin: 20px;
}
.layout_quiz .navbar .quitter:hover {
  opacity: 0.8;
}
.layout_quiz .navbar .progressbar {
  z-index: 1;
  width: 100%;
}
.layout_quiz .navbar .progressbar .liquid-progressbar {
  margin-top: 0px;
  margin-bottom: 0px;
}
.layout_quiz .navbar .progressbar .liquid-progressbar-percentage {
  display: none;
}
.layout_quiz section {
  height: 100%;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  padding-top: 80px;
}
.layout_quiz section.hidden fieldset {
  display: none;
}
.layout_quiz section .h4,
.layout_quiz section h4 {
  color: var(--color-font);
}
.layout_quiz section > div .precedent,
.layout_quiz section > div .suivant {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  z-index: 9999;
}
.layout_quiz section > div .precedent.btn-naked:hover,
.layout_quiz section > div .suivant.btn-naked:hover {
  transform: translateY(-50%) !important;
}
.layout_quiz section > div .suivant {
  right: 50px;
  left: auto;
}
@media screen and (max-width: 992px) {
  .layout_quiz section > div .suivant {
    top: auto !important;
    bottom: 20px !important;
    right: 20px !important;
    transform: none;
  }
  .layout_quiz section > div .suivant span {
    width: 50px;
    height: 50px;
  }
  .layout_quiz section > div .precedent {
    left: 20px !important;
    top: auto !important;
    bottom: 20px !important;
    transform: none;
  }
  .layout_quiz section > div .precedent i {
    width: 50px;
    height: 50px;
  }
}
.layout_quiz section .budgets .budget {
  width: 400px;
  line-height: 80px;
  margin: 30px auto;
  max-width: 90%;
  cursor: pointer;
  position: relative;
  display: block;
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
}
.layout_quiz section .budgets .budget span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #f4f6fa;
  border-radius: 10px;
}
.layout_quiz section .budgets .budget :checked + span {
  color: var(--color-marron);
}
.layout_quiz section .budgets .budget:hover {
  box-shadow: 1px 6px 7px rgba(28, 34, 51, 0.2);
}
.layout_quiz section input[type=text],
.layout_quiz section input[type=url],
.layout_quiz section textarea {
  padding-top: 8px;
  padding-bottom: 8px;
  min-height: 50px;
}
.layout_quiz section label.error {
  color: black;
  font-size: 14px;
  padding-top: 10px;
}
@media screen and (max-width: 992px) {
  .layout_quiz [name=consulter-un-designer-form] {
    padding-bottom: 70px;
  }
}

.liens .lien {
  margin-bottom: 10px;
  position: relative;
}
.liens .lien .delete-link,
.liens .lien .delete {
  position: absolute;
  right: 16px;
  top: 1px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
}
.liens .lien .delete-link.small,
.liens .lien .delete.small {
  line-height: 32px;
  height: 32px;
  width: 32px;
}

.code_parrainage {
  border: 3px dashed var(--color-font);
  display: inline-block;
  margin: 0 auto;
  padding: 50px;
  font-size: 25px;
}

.flash-notif,
.flash {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: var(--color-primary);
  font-size: 22px;
  z-index: 99999;
}
.flash-notif .alert,
.flash .alert {
  margin: 0;
  border: none;
}

form.disabled a,
.disabled a {
  pointer-events: none;
}
form.disabled input,
form.disabled select,
form.disabled textarea,
form.disabled label,
form.disabled li,
.disabled input,
.disabled select,
.disabled textarea,
.disabled label,
.disabled li {
  pointer-events: none;
  color: #aaa;
}
form.disabled .show-disabled,
.disabled .show-disabled {
  display: inline-block !important;
}
form.disabled .hide-disabled,
.disabled .hide-disabled {
  display: none;
}

.show-disabled {
  display: none !important;
}

.modal-backdrop {
  display: none !important;
}

.modal .modal-dialog {
  top: 200px;
}
.modal .modal-content {
  box-shadow: none;
}
.modal:after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.file-apercu {
  color: var(--color-font);
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  padding: 5px 10px;
  position: relative;
  overflow: hidden;
  font-weight: bold;
}
.file-apercu:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: white;
}
.file-apercu i {
  padding: 0 5px;
}
.file-apercu .delete {
  background: red;
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  line-height: 34px;
  width: 34px;
  text-align: center;
}
.file-apercu .action {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  line-height: 34px;
  width: 34px;
  text-align: center;
}
.file-apercu span {
  width: 50%;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  position: relative;
}
.inputfile + label {
  color: var(--color-font);
  border: 1px solid #ccc;
  background: white;
  border-radius: 4px;
  display: inline-block;
  cursor: pointer;
  width: 100%;
  padding: 1px 10px;
  overflow: hidden;
}
.inputfile + label span {
  display: inline-block;
  width: auto;
  max-width: 80%;
  white-space: nowrap;
}
.inputfile + label i {
  padding: 0 5px;
}
.inputfile:focus + label, .inputfile + label:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: white;
}

#consulter-un-designer-modal {
  text-align: center;
}
#consulter-un-designer-modal .modal-body {
  padding: 50px 30px 30px 30px;
}
#consulter-un-designer-modal .modal-body h3 {
  color: var(--color-marron);
  font-weight: bold;
}
#consulter-un-designer-modal .modal-body i {
  font-size: 50px;
  color: var(--color-marron);
}

.section_100vh {
  min-height: 100vh;
}

.messages .message {
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 10px;
  width: 95%;
  margin-left: 5%;
  background: #f8f8f8;
  position: relative;
  padding-top: 60px;
  font-size: 12px;
}
.messages .message * {
  font-family: Poppins !important;
  color: var(--color-font) !important;
  background: transparent !important;
  font-size: 14px !important;
}
.messages .message .date {
  position: absolute;
  left: 10px;
  top: 10px;
}
.messages .message .user {
  position: absolute;
  right: 5px;
  top: 5px;
}
.messages .message .user img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.messages .message div {
  float: none !important;
  max-width: 100% !important;
  font-family: inherit !important;
}
.messages .message div * {
  float: none !important;
  max-width: 100% !important;
  font-family: inherit !important;
}
.messages .message.mine {
  background: #f4f6fa;
  margin-left: 0;
}
.messages .message.mine .user {
  left: 5px;
  right: auto;
}
.messages .message.mine .date {
  right: 10px;
  left: auto;
}

.file-livrable-add,
.file-livrable-show {
  padding-bottom: 15px;
}

.file-preview,
.img-preview {
  position: relative;
  cursor: pointer;
}
.file-preview .preview,
.img-preview .preview {
  background-color: #d9d9d9;
  background-image: url("https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png");
  background-size: contain !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #d9d9d9;
}
.file-preview input,
.img-preview input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
}

.img-livrable-preview {
  position: relative;
  cursor: pointer;
}
.img-livrable-preview .preview {
  background-color: #d9d9d9;
  background-image: url("https://user-images.githubusercontent.com/194400/49531010-48dad180-f8b1-11e8-8d89-1e61320e1d82.png");
  background-size: contain !important;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #d9d9d9;
}
.img-livrable-preview input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
}

.file-preview {
  margin-bottom: 20px;
}
.file-preview input {
  opacity: 1;
  position: relative;
}

.livrable {
  position: relative;
  border: 1px solid #d9d9d9;
  min-height: 330px;
}
.livrable:hover .btn {
  display: block;
}
.livrable .btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: none;
}

.taggable:hover {
  cursor: copy;
}

.taggd__popup {
  display: none;
}

.taggd__button {
  background-color: black !important;
  border-radius: 50%;
  text-align: center !important;
  font-size: 13px;
  font-weight: bold;
  color: white;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px;
}
.taggd__button.active {
  background-color: var(--color-primary) !important;
  color: black;
}

.commentaires {
  padding-top: 1.5rem !important;
  min-height: 80vh;
}
.commentaires .commentaire {
  border: 1px solid #e8e8e8;
  padding: 5px;
  margin-bottom: 40px;
  border-radius: 8px;
  position: relative;
  padding-top: 10px;
  word-break: break-word;
}
.commentaires .commentaire .btns {
  background: #e8e8e8;
  position: absolute;
  right: 10px;
  bottom: -11px;
  border-radius: 30px;
  padding: 2px 5px;
  font-size: 12px;
}
.commentaires .commentaire .btns div {
  display: inline-block;
  margin: 0 6px;
}
.commentaires .commentaire .index {
  background: black;
  color: white;
  width: 20px;
  height: 20px;
  font-size: 13px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -10px;
  font-weight: bold;
}
.commentaires .commentaire .date {
  position: absolute;
  bottom: -20px;
  font-size: 10px;
}
.commentaires .commentaire p {
  margin: 0;
  font-size: 12px;
  word-break: break-word;
}
.commentaires .commentaire.selected {
  background: var(--color-primary);
}
.commentaires .commentaire_concetpion {
  border: 1px solid #e8e8e8;
  padding: 5px;
  margin-bottom: 40px;
  border-radius: 8px;
  position: relative;
  padding-top: 10px;
  word-break: break-word;
}
.commentaires .commentaire_concetpion .btns {
  background: #e8e8e8;
  position: absolute;
  right: 10px;
  bottom: -11px;
  border-radius: 30px;
  padding: 2px 5px;
  font-size: 12px;
}
.commentaires .commentaire_concetpion .btns div {
  display: inline-block;
  margin: 0 6px;
}
.commentaires .commentaire_concetpion .index {
  background: black;
  color: white;
  width: 20px;
  height: 20px;
  font-size: 13px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: -10px;
  font-weight: bold;
}
.commentaires .commentaire_concetpion .date {
  position: absolute;
  bottom: -20px;
  font-size: 10px;
}
.commentaires .commentaire_concetpion p {
  margin: 0;
  font-size: 12px;
  word-break: break-word;
}
.commentaires .commentaire_concetpion.selected {
  background: var(--color-primary);
}

.contrat {
  background: var(--color-secondary);
  color: white;
}
@media screen and (max-width: 992px) {
  .contrat {
    position: relative;
  }
}
.contrat h4 {
  color: white;
}
.contrat form {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80vw;
  transform: translateX(-50%) translateY(-50%);
}
.contrat form .content-text {
  border-radius: 10px;
  overflow: scroll;
  background: white;
  max-height: 55vh;
  padding: 30px;
  border-radius: 20px;
  border: none;
  color: var(--color-secondary);
}
.contrat form label {
  display: block;
  line-height: 30px;
}
.contrat form label input {
  margin-right: 15px;
  margin-top: -10px;
}

.chat-panel {
  margin-top: 20px;
  margin-right: 20px;
  position: fixed;
  right: 0;
  top: 50px;
  bottom: 50px;
  z-index: 9999999;
}

.has-error .help-block {
  color: #f90001;
  font-size: 13px;
  display: block;
  margin-top: 10px;
}

form.filters label {
  line-height: 32px;
  text-align: right;
}
form.filters .ui-selectmenu-button.ui-button {
  padding: 5px;
}
form.filters .ui-selectmenu-text {
  font-size: 14px;
}
@media screen and (max-width: 500px) {
  form.filters {
    margin: auto !important;
  }
}

.ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  border: 1px solid black;
  border-top: 0;
  border-left: 0;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  top: 5px;
  right: 3px;
}

#clients .carousel-item {
  height: 140px;
}
#clients .carousel-item-inner {
  display: contents;
}
#clients img {
  max-height: 140px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.tooltip-inner {
  width: 350px;
  max-width: 100%;
}
.tooltip-inner * {
  opacity: 1 !important;
}

.nouveauprojet.espace_experience_achat #content {
  margin-top: 0px !important;
  padding-top: 0px !important;
}

.avatar {
  width: 40px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 8px 0 0;
  border-radius: 50%;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.chat-page {
  width: 400px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background-color: #fafafa;
  z-index: 9999;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.chat-page.out {
  right: -400px;
}
.chat-page iframe {
  width: 100%;
  height: 100%;
  margin-bottom: -10px;
}

.btn-close-chat-panel {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 53px;
  width: 53px;
  text-align: center;
  line-height: 53px;
  color: white;
  cursor: pointer;
}

chat-panel .header {
  background: #3c4252;
  border-bottom: 1px solid #3c4252;
  color: white;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  padding: 14px;
}
chat-panel .font-size-12 * {
  font-family: Poppins !important;
  font-size: 14px !important;
}
chat-panel .font-size-12 p {
  margin-bottom: 10px !important;
}
chat-panel .users-list {
  position: absolute;
  top: 53px;
  bottom: 0px;
  left: 0;
  width: 72px;
  overflow: scroll;
  padding: 15px 0;
  background-color: #f5f5f5;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
chat-panel .users-list .contacts-list-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  height: 56px;
  cursor: pointer;
  border-left: 3px solid transparent;
}
chat-panel .users-list .contacts-list-item.active {
  border-left: 3px solid var(--color-secondary);
}
chat-panel .users-list .contacts-list-item .avatar {
  margin: 0;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
chat-panel .users-list .contacts-list-item .status-icon {
  position: absolute;
  width: 12px;
  height: 12px;
  bottom: 10px;
  left: 42px;
  border: 2px solid white;
  border-radius: 50%;
  background-color: #646464;
}
chat-panel .users-list .contacts-list-item .status-icon.online {
  background-color: #4caf50;
}
chat-panel .users-list .contacts-list-item .status-icon.do-not-disturb {
  background-color: #f44336;
}
chat-panel .users-list .contacts-list-item .status-icon.offline {
  background-color: #646464;
}
chat-panel .users-list .contacts-list-item .status-icon.away {
  background-color: #ffc107;
}
chat-panel .content {
  position: absolute;
  top: 53px;
  bottom: 50px;
  left: 72px;
  right: 0;
  overflow: scroll;
  padding: 15px;
  padding-bottom: 200px;
}
chat-panel .content .message-row {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 16px 4px 46px;
  margin-bottom: 25px;
}
chat-panel .content .message-row .avatar {
  position: absolute;
  left: -10px;
  margin: 0;
}
chat-panel .content .message-row .bubble {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  max-width: 100%;
  background-color: #3c4252;
}
chat-panel .content .message-row .bubble .message {
  white-space: pre-wrap;
  line-height: 1.2;
  color: #fff;
}
chat-panel .content .message-row .bubble .time {
  position: absolute;
  display: none;
  width: 100%;
  font-size: 11px;
  margin-top: 7px;
  top: 100%;
  left: 0;
  white-space: nowrap;
  padding-right: 10px;
}
chat-panel .content .message-row.contact .bubble {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
chat-panel .content .message-row.contact .bubble .time {
  margin-left: 12px;
}
chat-panel .content .message-row.contact.first-of-group .bubble {
  border-top-left-radius: 20px;
}
chat-panel .content .message-row.contact.last-of-group .bubble {
  border-bottom-left-radius: 20px;
}
chat-panel .content .message-row.me {
  padding-left: 40px;
}
chat-panel .content .message-row.me .avatar {
  order: 2;
  margin: 0 0 0 16px;
}
chat-panel .content .message-row.me .bubble {
  background-color: #e0e0e0;
  margin-left: auto;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
chat-panel .content .message-row.me .bubble .message {
  color: rgba(0, 0, 0, 0.87);
}
chat-panel .content .message-row.me .bubble .time {
  justify-content: flex-end;
  right: 0;
  margin-right: 12px;
}
chat-panel .content .message-row.me.first-of-group .bubble {
  border-top-right-radius: 20px;
}
chat-panel .content .message-row.me.last-of-group .bubble {
  border-bottom-right-radius: 20px;
}
chat-panel .content .message-row.contact + .me, chat-panel .content .message-row.me + .contact {
  padding-top: 20px;
  margin-top: 20px;
}
chat-panel .content .message-row.first-of-group .bubble {
  border-top-left-radius: 20px;
  padding-top: 13px;
}
chat-panel .content .message-row.last-of-group .bubble {
  border-bottom-left-radius: 20px;
  padding-bottom: 13px;
}
chat-panel .content .message-row.last-of-group .bubble .time {
  display: flex;
}
chat-panel .content .no-messages-icon {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  padding: 0 24px;
  margin-top: -64px;
  text-align: center;
}
chat-panel .content .no-messages {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 16px 24px 16px;
  text-align: center;
}
chat-panel .content .no-contact-selected {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
  padding: 0 24px;
  text-align: center;
}
chat-panel .content .no-contact-selected .no-contact {
  margin-top: 24px;
}
chat-panel .footer {
  position: absolute;
  bottom: 0;
  left: 72px;
  right: 0;
  background-color: #f5f5f5;
  padding-top: 10px;
}
chat-panel .footer button {
  position: absolute;
  border: none;
  background: transparent;
  right: 15px !important;
  bottom: 13px !important;
  outline: none;
}
chat-panel .footer textarea {
  resize: none;
  overflow: hidden;
  margin: 20px 48px 5px 16px;
  width: 100%;
  border-top: 1px solid;
  border: none;
  border-radius: 5px;
  line-height: 35px;
  padding: 9px 25px 0px 15px;
  font-size: 12px;
  max-height: 300px;
  overflow: auto;
  height: 35px;
}

.header-module {
  position: relative;
}
.header-module .btn-close-chat-panel {
  position: fixed;
  right: 0;
  top: 0;
  text-align: center;
  width: 60px;
  background: var(--color-secondary);
  color: white;
  font-weight: 600 !important;
  font-size: 20px;
  text-align: left;
  padding: 0 14px;
  line-height: 49px;
}
.header-module .btn-close-chat-panel i {
  margin-left: 6px;
  font-size: 20px;
}
.header-module .btn-close-chat-panel .chat-title {
  font-size: 16px;
  height: auto;
}

#side-menu {
  z-index: 9;
}

img.lazy-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3px;
  background-color: #f7f8fb;
  opacity: 0.1;
  will-change: opacity;
  transition: all 0.3s;
}

img.lazy-image.loaded {
  opacity: 1;
}

.swal2-icon.swal2-warning {
  border-color: var(--color-marron) !important;
  color: var(--color-marron) !important;
}

.swal2-styled.swal2-confirm {
  font-size: 14px !important;
  background-color: var(--color-secondary) !important;
  border-color: var(--color-secondary) !important;
}

.swal2-styled.swal2-cancel {
  font-size: 14px !important;
  background-color: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
}

.swal2-popup {
  padding: 50px 40px !important;
}

.swal2-title {
  font-family: poppins;
  font-size: 14px !important;
  font-weight: normal !important;
}

.note-editor.note-frame.fullscreen {
  top: 53px !important;
}

.bg-marron {
  background-color: var(--color-marron);
}

.no-borders {
  border: none !important;
}

.hover-black:hover {
  background: black;
}

.smileys {
  width: auto;
  display: inline-block;
}
.smileys .smiley {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: cover;
  margin: 0 1px;
  cursor: pointer;
}
.smileys .smiley-update,
.smileys .smiley_update_shopping_des,
.smileys .smiley_update_conception_cli,
.smileys .smiley_update_shopping_cli,
.smileys .smiley_update_lancer_conception_cli,
.smileys .smiley-update-ess-des {
  width: 1.5vw;
  height: 1.5vw;
  display: inline-block;
  background-size: cover;
  margin: 0 1px;
  cursor: pointer;
}
@media screen and (max-width: 990px) {
  .smileys .smiley-update,
  .smileys .smiley_update_shopping_des,
  .smileys .smiley_update_conception_cli,
  .smileys .smiley_update_shopping_cli,
  .smileys .smiley_update_lancer_conception_cli,
  .smileys .smiley-update-ess-des {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-height: 650px) {
  .smileys .smiley-update,
  .smileys .smiley_update_shopping_des,
  .smileys .smiley_update_conception_cli,
  .smileys .smiley_update_shopping_cli,
  .smileys .smiley_update_lancer_conception_cli,
  .smileys .smiley-update-ess-des {
    width: 25px;
    height: 25px;
  }
}
.smileys .smiley-1 {
  background-image: url("/img/smiley/pipcke-project-feedback-sarcastic1.svg");
}
.smileys .smiley-1.active, .smileys .smiley-1.enable:hover {
  background-image: url("/img/smiley/pipcke-project-feedback-sarcastic2.svg");
}
.smileys .smiley-2 {
  background-image: url("/img/smiley/pipcke-project-feedback-thinking1.svg");
}
.smileys .smiley-2.active, .smileys .smiley-2.enable:hover {
  background-image: url("/img/smiley/pipcke-project-feedback-thinking2.svg");
}
.smileys .smiley-3 {
  background-image: url("/img/smiley/pipcke-project-feedback-neutral1.svg");
}
.smileys .smiley-3.active, .smileys .smiley-3.enable:hover {
  background-image: url("/img/smiley/pipcke-project-feedback-neutral2.svg");
}
.smileys .smiley-4 {
  background-image: url("/img/smiley/pipcke-project-feedback-smile1.svg");
}
.smileys .smiley-4.active, .smileys .smiley-4.enable:hover {
  background-image: url("/img/smiley/pipcke-project-feedback-smile2.svg");
}
.smileys .smiley-5 {
  background-image: url("/img/smiley/pipcke-project-feedback-love1.svg");
}
.smileys .smiley-5.active, .smileys .smiley-5.enable:hover {
  background-image: url("/img/smiley/pipcke-project-feedback-love2.svg");
}
.smileys .smiley-update-1 {
  background-image: url("/img/smiley/new/blushing-smiley.png");
}
.smileys .smiley-update-2 {
  background-image: url("/img/smiley/new/crying-facebook-emoticon.png");
}
.smileys .smiley-update-3 {
  background-image: url("/img/smiley/new/devil-smiley-for-facebook.png");
}
.smileys .smiley-update-4 {
  background-image: url("/img/smiley/new/facebook-angel-smiley.png");
}
.smileys .smiley-update-5 {
  background-image: url("/img/smiley/new/facebook-heart-emoticon.png");
}
.smileys .smiley-update-6 {
  background-image: url("/img/smiley/new/facebook-smiley-face.png");
}
.smileys .smiley-update-7 {
  background-image: url("/img/smiley/new/frowny-face.png");
}
.smileys .smiley-update-8 {
  background-image: url("/img/smiley/new/gasp-emoticon.png");
}
.smileys .smiley-update-9 {
  background-image: url("/img/smiley/new/grinning-facebook-emoticon.png");
}
.smileys .smiley-update-10 {
  background-image: url("/img/smiley/new/kiss-emoji.png");
}
.smileys .smiley-update-11 {
  background-image: url("/img/smiley/new/shocked-facebook-emoticon.png");
}
.smileys .smiley-update-12 {
  background-image: url("/img/smiley/new/smiley-with-glasses.png");
}
.smileys .smiley-update-13 {
  background-image: url("/img/smiley/new/squint-emoticon.png");
}
.smileys .smiley-update-14 {
  background-image: url("/img/smiley/new/sunglasses-facebook-emoticon.png");
}
.smileys .smiley-update-15 {
  background-image: url("/img/smiley/new/tongue-out-facebook-emoticon.png");
}
.smileys .smiley-update-16 {
  background-image: url("/img/smiley/new/unsure-emoticon.png");
}
.smileys .smiley-update-17 {
  background-image: url("/img/smiley/new/upset-emoji.png");
}
.smileys .smiley-update-18 {
  background-image: url("/img/smiley/new/winking-facebook-smiley.png");
}
.smileys .smiley-update-19 {
  background-image: url("/img/smiley/new/facebook-like-emoticon.png");
}
.smileys .star-1,
.smileys .star-2,
.smileys .star-3,
.smileys .star-4,
.smileys .star-5 {
  background-image: url("/img/smiley/pipcke-project-feedback-star1.svg");
}
.smileys .star-1.active, .smileys .star-1.enable:hover,
.smileys .star-2.active,
.smileys .star-2.enable:hover,
.smileys .star-3.active,
.smileys .star-3.enable:hover,
.smileys .star-4.active,
.smileys .star-4.enable:hover,
.smileys .star-5.active,
.smileys .star-5.enable:hover {
  background-image: url("/img/smiley/pipcke-project-feedback-star2.svg");
}

.bloc-jaime {
  padding: 0px;
}
.bloc-jaime form {
  position: relative;
}
.bloc-jaime form .btn {
  position: absolute;
  right: -15px;
  top: 20px;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  border-radius: 4px;
  background: var(--color-primary);
  color: black;
  border: none;
  line-height: 40px;
  text-align: center;
}
.toggle-chat,
.toggle-bloc {
  position: fixed;
  top: 160px;
  z-index: 9999;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  background: white;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.toggle-chat .photo,
.toggle-bloc .photo {
  width: 60px;
  height: 60px;
  background-size: cover;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.toggle-chat:after,
.toggle-bloc:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 2px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #ff9800;
}
.toggle-chat.online:after,
.toggle-bloc.online:after {
  background: green;
}
.toggle-chat:hover,
.toggle-bloc:hover {
  background: var(--color-primary);
}
.toggle-chat.no-puce:after,
.toggle-bloc.no-puce:after {
  display: none;
}

.accordion-heading {
  border: 1px solid white;
}
.accordion-heading.open {
  border: 1px solid var(--color-secondary);
}

.message p {
  margin: 0;
  font-size: 12px;
}

.title-h1 {
  color: #6b6e6f;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 2.5rem !important;
  text-align: center;
  width: 100%;
  font-family: Poppins;
}
@media all and (max-width: 550px) {
  .title-h1 {
    font-size: 30px !important;
  }
}

.title-div {
  font-size: 1.5rem !important;
  font-weight: 600;
  text-align: center;
  width: 100%;
  color: var(--color-marron);
  font-family: Poppins;
}
@media all and (max-width: 550px) {
  .title-div {
    font-size: 20px !important;
  }
}

/* boutons **/
.btn {
  border-radius: 2px;
  font-size: 14px;
  display: inline-block;
}

.rounded {
  border-radius: 8px !important;
}

.btn1 {
  background: black;
  color: white;
  font-weight: bold;
  border-color: black;
}

header .btn1 {
  font-size: 14px;
  padding: 0px 20px !important;
}

.btn2 {
  background: black;
  color: white;
  font-weight: bold;
  border-color: black;
}
.btn2:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: black;
}

.btn-paiement {
  width: 100%;
  font-size: 20px;
  border-radius: 28px;
  height: 55px;
}

@media screen and (max-width: 600px) {
  .btn-paiement {
    height: 50px;
    font-size: 16px;
  }
}
.btnNewsletter {
  background: black;
  color: white;
  font-weight: bold;
  border-color: black;
}
.btnNewsletter:hover {
  background: white;
  border-color: white;
  color: black;
}

.btn-formulaire {
  padding: 6px 15px 5px 15px;
  border-radius: 4px;
}

.btn3 {
  background: transparent;
  color: black;
  font-weight: bold;
}
.btn3:hover {
  color: black;
}

.btn4 {
  background: transparent;
  color: black;
  font-weight: bold;
}
.btn4:hover {
  border: 1px solid black;
  color: black;
}

.btn5 {
  background: transparent;
  color: white;
  border: 1px solid white;
  font-weight: bold;
}
.btn5:hover {
  color: black;
}

.btn6 {
  background: transparent;
  color: white;
  border: none;
  font-weight: bold;
}
.btn6:hover {
  background: transparent;
  color: black;
  box-shadow: none;
}

.btn7 {
  background: transparent;
  color: var(--color-secondary);
  border-color: var(--color-secondary);
  font-weight: bold;
}
.btn7:hover {
  background: transparent;
  color: var(--color-secondary);
}

.btn8 {
  background: transparent;
  color: var(--color-secondary);
  border-color: var(--color-secondary);
  font-weight: bold;
}
.btn8:hover {
  color: white;
  background: var(--color-secondary);
  box-shadow: none;
}

.btn9 {
  background: var(--color-primary);
  color: var(--color-font);
  border-color: var(--color-primary);
  font-weight: bold;
}
.btn9:hover {
  color: var(--color-font);
}

.btn9_black {
  background: var(--color-primary);
  color: black;
  border-color: var(--color-primary);
  font-weight: bold;
}
.btn9_black:hover {
  background: black !important;
  color: #f9f9f9 !important;
}

.btn10 {
  background: transparent;
  color: black;
  border-color: transparent;
  font-weight: bold;
}
.btn10:hover {
  background: transparent;
  color: white;
  box-shadow: none;
}

.btn101 {
  background: transparent;
  color: black;
  border-color: transparent;
  font-weight: bold;
  text-decoration: underline;
}
.btn101:hover {
  background: transparent;
  color: var(--color-link-hover);
  text-decoration: underline;
  box-shadow: none;
}

.btn11 {
  background: transparent;
  color: black;
  border-color: transparent;
  font-weight: bold;
}
.btn11:hover {
  background: transparent;
  color: black;
  box-shadow: none;
  border-color: black;
}

.btn12 {
  background: url("/img/marbre.jpg");
  background-size: cover;
  color: black;
  border-color: transparent;
  font-weight: bold;
}
.btn12:hover {
  background: transparent;
  color: black;
  box-shadow: none;
  border-color: black;
}

.btn13 {
  background: transparent;
  color: black;
  border-color: transparent;
  font-weight: bold;
}
.btn13:hover {
  background: url("/img/marbre.jpg");
  background-size: cover;
  color: black;
  box-shadow: none;
}

.btn14 {
  background: transparent;
  color: white;
  font-weight: bold;
}
.btn14:hover {
  background: white;
  color: black;
}

.btn15 {
  background: var(--color-secondary);
  color: white;
  border-color: var(--color-secondary);
  font-weight: bold;
}
.btn15:hover {
  color: var(--color-secondary);
  background: transparent;
  border-color: var(--color-secondary);
  box-shadow: none;
}

.btn16 {
  background: white;
  color: var(--color-font);
  border-color: var(--color-primary);
  font-weight: bold;
}
.btn16:hover {
  background: var(--color-primary);
  color: var(--color-font);
}

.btn17 {
  background: white;
  color: var(--color-font);
  border-color: black;
  font-weight: bold;
}
.btn17:hover {
  background: black;
  color: white;
}

.btnPrivate {
  background: white;
  color: black;
  border-color: black;
  font-weight: bold;
  width: 200px;
  height: 150px;
  margin-right: 30px;
}
.btnPrivate:hover {
  background: white;
  color: black;
  border-color: black;
  transform: scale(1.07);
}
@media all and (max-width: 991px) {
  .btnPrivate {
    width: 200px;
    height: 80px;
    margin-right: 0px;
  }
}

.btnPro {
  background: black;
  color: white;
  font-weight: bold;
  border-color: black;
  width: 200px;
  height: 150px;
}
.btnPro:hover {
  transform: scale(1.07);
  background: black;
  color: white;
}
@media all and (max-width: 991px) {
  .btnPro {
    margin-top: 10px;
    margin-right: 10px;
    height: 80px;
    width: 200px;
  }
}

.btn18 {
  background: var(--color-marron);
  color: white;
  border-color: var(--color-marron);
  font-weight: bold;
}
.btn18:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: black;
}

.btn19 {
  background: #f9f9f9;
  color: black;
  font-weight: bold;
}
.btn19:hover {
  background: black;
  color: #f9f9f9;
}
@media all and (max-width: 991px) {
  .btn19 {
    background: black;
    color: #f9f9f9;
  }
  .btn19:hover {
    background: #f9f9f9;
    color: black;
  }
}

.btn19_bis {
  background: white;
  color: black;
  font-weight: bold;
}
.btn19_bis:hover {
  background: black;
  color: white;
}
@media all and (max-width: 991px) {
  .btn19_bis {
    background: black;
    color: white;
  }
  .btn19_bis:hover {
    background: white;
    color: black;
  }
}

.liConnection {
  padding-left: 1rem;
}
@media screen and (max-width: 1105px) {
  .liConnection {
    padding-left: 0rem;
  }
}

.liCallToAction {
  padding-left: 3rem;
}
@media screen and (max-width: 1280px) {
  .liCallToAction {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 1105px) {
  .liCallToAction {
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 991px) {
  .liCallToAction {
    text-align: left;
  }
}

.btnCallToAction {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: black !important;
  height: 40px !important;
  display: inline-flex !important;
  font-size: 16px !important;
}
.btnCallToAction:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 750px) {
  .btnCallToAction {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.4);
    border: 1px solid black;
  }
}

@media screen and (max-width: 1450px) {
  .btnDesktop {
    font-size: 14px !important;
    padding: 0px 8px !important;
  }
}
@media screen and (max-width: 1220px) {
  .btnDesktop {
    font-size: 12px !important;
    padding: 0px 5px !important;
  }
}
@media screen and (max-width: 1090px) {
  .btnDesktop {
    display: none;
  }
}

.btnMobile {
  text-align: left;
  color: black !important;
  padding: 0 10px;
  font-size: 16px;
  height: 100% !important;
  display: block !important;
}

.btn-mobile {
  position: absolute;
  padding: 6px;
  top: 0px;
  left: 0px;
  display: none !important;
}

@media screen and (max-width: 991px) {
  .btn-mobile {
    z-index: 4;
    display: inline-block !important;
  }
}
.btnCookie {
  background: black;
  color: white;
  font-weight: bold;
  border-color: black;
}
.btnCookie:hover {
  background: #f9f9f9;
  color: black;
}

.btn_facebook,
.btn_google {
  width: 100%;
  display: block;
  background: #3c579a;
  font-weight: bold;
  font-weight: 900;
  color: white;
  margin-bottom: 10px;
  border: none;
}
.btn_facebook:hover,
.btn_google:hover {
  color: black;
}

.btn_facebook {
  background: #3c579a url("../img/036-facebook.svg") no-repeat;
  background-size: 30px;
  background-position: 10px;
}

.btn_google {
  background: red url("../img/033-google-plus.svg") no-repeat;
  background-size: 30px;
  background-position: 10px;
}

.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  padding: 2px;
}

.liquid-parallax-container {
  position: relative;
}
.liquid-parallax-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.titlebar-inner {
  top: auto;
  bottom: 0px;
  transform: none;
}

.titlebar-inner h1 {
  font-family: Poppins;
  font-weight: 900;
  font-size: 60px !important;
  text-shadow: 2px 4px 3px black;
}
@media screen and (max-width: 700px) {
  .titlebar-inner h1 {
    font-size: 40px !important;
  }
}

.carousel-item {
  cursor: pointer;
}

.vous-recevez .item .thumb {
  position: relative;
}
.vous-recevez .item .thumb .close {
  display: none;
}
.vous-recevez .item .thumb:after,
.vous-recevez .item .thumb img {
  position: relative;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
  min-height: 170px;
}
.vous-recevez .item .thumb.zoom:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.vous-recevez .item .thumb.zoom img {
  cursor: pointer;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9999;
  max-width: 50%;
}
@media screen and (max-width: 992px) {
  .vous-recevez .item .thumb.zoom img {
    max-width: 97%;
  }
}
.vous-recevez .item .hover {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  cursor: pointer;
}
.vous-recevez .item .hover:after {
  content: "";
  position: absolute;
  border: 2px solid white;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}
.vous-recevez .item .hover .action-btn {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.vous-recevez .item .hover .action-btn .popup-link {
  font-size: 20px;
  color: white;
}
.vous-recevez .item .hover .action-btn .popup-link i {
  font-weight: bold;
}
.vous-recevez .item .hover .description {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
}
.vous-recevez .item .hover .description .popup-link {
  font-size: 14px;
  color: white;
  font-weight: bold;
}
.vous-recevez .item:hover .hover {
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .vous-recevez .item {
    margin-bottom: 15px;
  }
  .vous-recevez .item .hover {
    opacity: 1;
  }
}

.bg-overlay {
  position: relative;
}
.bg-overlay:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 0;
}
.bg-overlay.overlay-black:after {
  background-color: rgba(0, 0, 0, 0.4);
}

.dropzone {
  border: 1px solid rgb(204, 204, 204) !important;
  border-radius: 4px !important;
}
.dropzone .dz-message {
  color: #999999;
  font-size: 14px;
}

.dz-progress {
  display: none;
}

.form-control:focus {
  border-color: #ccc;
}

.process-parrainage .img {
  border: 2px solid #ccc;
  position: relative;
  width: 160px;
  height: 160px;
  text-align: center;
  line-height: 160px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  margin-bottom: 30px;
}
.process-parrainage .img span {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ccc;
  height: 40px;
  color: black;
  font-weight: bold;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
.process-parrainage .img img {
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-font {
  color: var(--color-font);
}

#code_parrainage {
  background: transparent;
  border: none;
  font-weight: bold;
}
#code_parrainage::-moz-selection {
  background: transparent;
}
#code_parrainage::selection {
  background: transparent;
}

[name=montant_value] {
  border: none;
  border-bottom: 1px solid #ccc;
}

.toggle-container {
  display: inline-flex;
  background: #e0dce1;
  border-radius: 999px;
  padding: 4px;
}

.toggle-container input[type=radio] {
  display: none;
}

.toggle-container label {
  padding: 2px 25px;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  color: #444;
  font-weight: 500;
  margin-bottom: 0 !important;
  font-size: 16px;
}

.toggle-container input[type=radio]:checked + label {
  background-color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: black;
}

.switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 25px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider_price {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.slider_price:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 3px;
  background-color: black;
  transition: 0.4s;
}

input.checkbox_essentiel:checked + .slider_price {
  background-color: white;
}
input.checkbox_essentiel:focus + .slider_price {
  box-shadow: 0 0 1px white;
}
input.checkbox_essentiel:checked + .slider_price:before {
  transform: translateX(26px);
}

input.checkbox_fantastique:checked + .slider_price {
  background-color: var(--color-marron);
}
input.checkbox_fantastique:focus + .slider_price {
  box-shadow: 0 0 1px var(--color-marron);
}
input.checkbox_fantastique:checked + .slider_price:before {
  transform: translateX(26px);
}

input.checkbox_incountournable:checked + .slider_price {
  background-color: var(--color-primary);
}
input.checkbox_incountournable:focus + .slider_price {
  box-shadow: 0 0 1px var(--color-primary);
}
input.checkbox_incountournable:checked + .slider_price:before {
  transform: translateX(26px);
}

/* Rounded slider_prices */
.slider_price.round {
  border-radius: 34px;
}
.slider_price.round:before {
  border-radius: 50%;
}

.animated_btn {
  animation: glowingButton 2300ms infinite;
}

.steps > div {
  cursor: pointer;
}
.steps > div p {
  display: inline-block;
  width: 78%;
  position: relative;
}
.steps > div p:after {
  content: "";
  height: 130%;
  width: 1px;
  background: #ccc;
  position: absolute;
  top: 30px;
  left: -28px;
  z-index: 1;
}
.steps > div .step-number {
  border: 1px solid #ccc;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  float: left;
  background: white;
  position: relative;
  z-index: 2;
}
.steps > div:last-child p:after {
  display: none;
}
.steps > div:hover .step-number {
  background: #000;
  color: white;
  font-weight: bold;
}
.steps > div:hover p {
  font-weight: bold;
}

.animate-icon {
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
  position: relative;
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
.form-success {
  background: var(--color-primary) !important;
  color: black;
}

.font-weight-400 {
  font-weight: 400;
}

.form-group .error {
  color: black;
  font-size: 14px;
}

.fc-toolbar h2 {
  font-size: 30px;
  text-transform: capitalize;
}

.video-background {
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
@media screen and (max-width: 480px) {
  .video-background {
    background-image: url("/img/photo-de-couverture-pipcke.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 481px) and (max-width: 992px) {
  .video-background {
    background-image: url("/img/photo-de-couverture-pipcke-tablet.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    top: 0px;
  }
}
.video-background .container {
  position: absolute;
  bottom: 50%;
  left: 5%;
  z-index: 2;
  transform: translateY(50%);
}
@media screen and (min-width: 481px) and (max-width: 900px) {
  .video-background .container {
    top: -10%;
  }
}
@media screen and (min-width: 901px) and (max-width: 991px) {
  .video-background .container {
    top: 0%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1030px) {
  .video-background .container {
    bottom: 54%;
  }
}
@media screen and (min-width: 1031px) {
  .video-background .container {
    left: 15%;
  }
}
@media screen and (max-width: 992px) {
  .video-background .video-index {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .lqd-parallax-images .liquid-img-group-single:last-child {
    position: relative !important;
    bottom: auto !important;
    max-width: 100%;
    margin: 20px auto;
  }
  .liquid-img-group-single {
    left: auto !important;
    max-width: 100%;
    width: 100% !important;
  }
  .w-70,
  .w-80,
  .w-120 {
    width: 100% !important;
  }
  .ml-5,
  .mx-5 {
    margin-left: auto !important;
  }
  .liquid-img-container-inner {
    transform: unset !important;
  }
  .home .bg-primary {
    padding: 0 15px;
  }
  .home .w-65 {
    width: 90% !important;
  }
  .home .offres .col-md-4 {
    margin-bottom: 15px;
  }
  .satisfaction {
    padding-left: 0 !important;
  }
  .main-footer .pt-100 {
    padding-top: 30px !important;
  }
  .bt-fade-white-05 {
    text-align: center;
  }
  .bt-fade-white-05 div {
    text-align: center !important;
  }
}
.steps-paiement {
  margin-top: 20px;
}
.steps-paiement span {
  line-height: 40px;
  padding: 0 20px;
  position: relative;
  opacity: 0.7;
}
.steps-paiement span:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 103%;
  background: rgba(0, 0, 0, 0.5);
  bottom: -10px;
  left: 0;
}
.steps-paiement span.active {
  opacity: 1;
  font-weight: bold;
}
.steps-paiement span.active:after {
  background: black;
  height: 2px;
}

.service-client {
  display: inline-block;
}

.phone-number {
  display: flex !important;
}
.phone-number img {
  width: 40px;
}

.panel-question,
.panel-commander {
  height: 650px;
  overflow: auto;
}
@media screen and (max-width: 991px) {
  .panel-question,
  .panel-commander {
    height: auto;
    overflow: visible;
  }
}

.show-mobile {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .panel {
    max-height: 100% !important;
  }
  .show-mobile {
    display: inline-block !important;
  }
  .professionnels .p-0 {
    padding: 15px !important;
  }
  .professionnels .bg-image {
    height: 300px;
    margin: 0 15px;
  }
  .p-mobile-h-50 {
    padding: 0 50px;
  }
  .concept .toggle-bloc {
    top: auto;
    bottom: 15px;
  }
  .toggle-chat,
  .connexion-status {
    top: auto;
    bottom: 15px;
  }
  [data-projet] {
    margin-bottom: 30px !important;
  }
  ul {
    padding: 0 0 0 25px;
  }
}
.taggd__wrapper {
  display: none !important;
}

.taggd .taggd__wrapper {
  display: block !important;
}

.form-offrir_pipcke .img_background {
  min-height: 350px;
}
@media screen and (max-width: 991px) {
  .form-offrir_pipcke .img_background {
    margin: 0 10px;
  }
}

.disable-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-secondary);
  color: white;
  z-index: 9999;
  text-align: center;
}
.disable-mobile a {
  width: 100%;
  padding: 0 10%;
  color: white;
  position: absolute;
  top: 50%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -60%);
}
.disable-mobile a h4 {
  font-size: 30px;
  line-height: 60px;
  color: white;
}
.disable-mobile a img {
  clear: both;
  display: inline-block;
}

.avatars {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.avatars div {
  display: inline-block;
  border: 1px solid #ccc;
  background: #efefef;
  border-radius: 50%;
  overflow: hidden;
  width: 70px;
  height: 70px;
  text-align: center;
  padding: 3px;
  margin: 3px;
  cursor: pointer;
}
.avatars div:hover {
  border-color: green;
}
.avatars div img {
  height: 100%;
}

@media screen and (max-width: 991px) {
  .text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (max-width: 991px) {
  .page-error .titlebar[data-parallax=true].liquid-parallax-bg:before {
    opacity: 0.6;
    visibility: visible;
  }
  .page-error .btn {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 20px !important;
  }
}
.page-error .titlebar-inner {
  top: 300px;
}
@media screen and (max-width: 991px) {
  .page-error .titlebar-inner {
    top: 70px;
  }
}

@media screen and (max-width: 992px) {
  [data-custom-animations=true] {
    visibility: visible !important;
    opacity: 1 !important;
  }
}
.safari .lancer-projet-1 {
  right: 100px;
}
.safari .collaborer-1 {
  margin-left: 100px;
}
.safari .donner-vie-1 {
  right: 100px;
}
.safari .collaborer-2 {
  top: -80px;
}

.show-mobile-header {
  display: none !important;
}

.show-mobile-usp {
  display: none;
}

.how_p20 {
  font-size: 20px !important;
}

.project-name {
  width: 50% !important;
}

.how_p18 {
  font-size: 17px !important;
}

.how_p60 {
  margin-top: 60px;
}

.sub-title-landing {
  font-size: 29px;
  opacity: 1;
}

@media screen and (max-width: 500px) {
  .pratique-personnalise-abordable {
    font-size: 2.2rem !important;
  }
  .sub-title-landing {
    font-size: 17px !important;
    margin-bottom: 1.5rem !important;
  }
  .how_section {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .fancy-title-how {
    margin-bottom: 0px !important;
  }
  .fancy-title-how h2 {
    margin-bottom: 1rem !important;
  }
  .how_p20 {
    font-size: 16px !important;
  }
  .how_p18 {
    font-size: 16px !important;
    margin-bottom: 0 !important;
  }
  .how_p60 {
    margin-top: 25px;
  }
  .hide-mobile-usp {
    display: none !important;
  }
  .show-mobile-usp {
    display: block !important;
  }
  .hide-mobile-header {
    display: none !important;
  }
  .show-mobile-header {
    display: inline-block !important;
  }
  .mobile-pb-0 {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .mobile-pt-0 {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  .mobile-pt-1 {
    padding-top: 1rem !important;
  }
  .new-project-title {
    margin-top: 15px !important;
  }
  .project-name {
    width: 100% !important;
  }
  .btn-carrousel {
    font-size: 12px !important;
  }
}
#crisp-chatbox {
  /* Adjust the left position as needed */
  left: 0 !important;
  /* Adjust the right position to accommodate the icon */
  right: auto !important;
}

/* Adjust the position of the Crisp chatbox content */
#crisp-chatbox iframe {
  /* Move the content to the right to make space for the icon */
  margin-right: 50px;
  /* Adjust as needed */
}

@media screen and (max-width: 992px) {
  .font-size-mobile-24 {
    font-size: 24px !important;
  }
}
.img_header {
  background: rgba(246, 222, 211, 0.3411764706);
  padding: 40px;
  margin: 15px;
  border-radius: 5px;
}

.project_content h2 {
  font-size: 1.2rem !important;
  color: #707070;
  font-family: poppins;
  text-overflow: ellipsis;
  padding: 20px 20px 10px;
}

.tags {
  font-size: 1rem;
  font-style: italic;
}

.values {
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.numberCircle {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: #9C6830;
  border: 2px solid #9C6830;
  color: white;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

.card {
  height: fit-content !important;
  padding: 0;
  height: -moz-fit-content !important;
  border-radius: 25px;
  box-shadow: 5px 1px 10px rgba(0, 0, 0, 0.1);
}

.project_media {
  border-radius: 25px 25px 0 0;
  overflow: hidden;
  position: relative;
  height: 300px !important;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60%;
}

.project_media_head {
  height: 100% !important;
}

.project_media_details {
  padding: 12px 25px !important;
  font-size: 16px !important;
  white-space: nowrap;
}

.parrainage_title {
  font-size: 1em !important;
}
@media screen and (max-width: 1500px) {
  .parrainage_title {
    font-size: 0.8em !important;
  }
}
@media screen and (max-width: 992px) {
  .parrainage_title {
    font-size: 0.7em !important;
  }
}

.project_icons {
  text-align: center;
  padding-top: 2vh;
}

.forfait_type {
  color: #deaf7f;
  font-size: 1.2rem;
  text-overflow: ellipsis;
  font-family: poppins;
  padding-left: 20px;
  font-style: italic;
  text-transform: capitalize;
}

.forfait_projet_type {
  color: #deaf7f !important;
  font-size: 1.1em;
  text-overflow: ellipsis;
  font-family: poppins;
  text-transform: capitalize;
}
@media screen and (max-width: 992px) {
  .forfait_projet_type {
    font-size: 0.9em;
  }
}

.comparison {
  overflow: hidden;
}

.comparison figure {
  background-size: cover;
  position: relative;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.comparison figure > img {
  position: relative;
  width: 100%;
}

.comparison figure div {
  background-size: cover;
  position: absolute;
  width: 50%;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  bottom: 0;
  height: 100%;
}

.mainbody {
  overflow: hidden;
}

.sliderContainer {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

.sliderContainer .images {
  height: 100%;
  width: 100%;
  display: flex;
}

.sliderContainer .images .img-background {
  right: 0 !important;
  background-position: 0;
  position: absolute;
  height: 100%;
  display: inline-block;
  top: 0;
  width: 50%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

.sliderContainer .images .img-background::after {
  border-radius: 25px 0px 0px 25px;
  content: "Avant";
  top: 50px;
  right: 0;
  background-color: var(--color-primary);
  display: inline-block;
  font-family: poppins;
  font-size: 0.9em;
  padding: 6px;
  position: absolute;
  text-transform: uppercase;
  width: 5em;
  color: black;
  text-align: center;
  font-weight: 600;
  z-index: 10;
}

.sliderContainer .images .img-foreground {
  position: absolute;
  left: 0;
  background-position: 0;
  height: 100%;
  width: 50%;
  display: inline-block;
  top: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}

.sliderContainer .images img {
  height: 100%;
  z-index: 5;
  position: absolute;
  margin-bottom: 0;
  max-height: none;
  max-width: none;
}

.sliderContainer .images .img-foreground::after {
  border-radius: 0px 25px 25px 0px;
  content: "Après";
  top: 50px;
  left: 0;
  background-color: var(--color-primary);
  display: inline-block;
  font-family: poppins;
  font-size: 0.9em;
  padding: 6px;
  position: absolute;
  text-transform: uppercase;
  width: 5em;
  color: black;
  text-align: center;
  font-weight: 600;
  z-index: 10;
}

.sliderContainer .slider {
  position: absolute;
  height: 100%;
  top: 0;
  width: 100%;
  z-index: 99;
}

.sliderContainer .slider input {
  width: 100%;
  outline: none;
  background: none;
  -webkit-appearance: none;
  z-index: 99;
}

.slider input::-webkit-slider-thumb {
  height: 700px !important;
  width: 3px;
  background: none;
  -webkit-appearance: none;
  cursor: pointer;
  z-index: 99;
}

.slider .drag-line {
  width: 3px;
  height: 100%;
  position: absolute;
  left: 49.85%;
  pointer-events: none;
}

.slider .drag-line::before,
.slider .drag-line::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2000px;
  background: var(--color-primary);
}

.slider .drag-line::before {
  top: 0;
}

.slider .drag-line::after {
  bottom: 0;
}

.slider .drag-line span {
  height: 42px;
  width: 42px;
  border: 3px solid var(--color-primary);
  background: var(--color-primary);
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.slider .drag-line span::before,
.slider .drag-line span::after {
  position: absolute;
  content: "";
  top: 50%;
  border: 10px solid transparent;
  border-bottom-width: 0px;
  border-right-width: 0px;
  transform: translate(-50%, -50%) rotate(45deg);
}

.slider .drag-line span::before {
  left: 40%;
  border-left-color: black;
}

.slider .drag-line span::after {
  left: 60%;
  border-top-color: black;
}

.tooltipRealisation {
  position: relative;
  display: inline-block;
}

.tooltipRealisation .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 2px;
  position: absolute;
  z-index: 1000;
  bottom: 100%;
  left: 0%;
  margin-left: -60px;
}

.tooltipRealisation:hover .tooltiptext {
  visibility: visible;
}

header a {
  padding-top: 0;
  padding-bottom: 0;
  color: black;
}
header .lqd-custom-menu-real {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: auto;
  right: auto;
  background: var(--color-primary);
  z-index: 3;
  padding: 0;
}
@media screen and (max-width: 992px) {
  header .lqd-custom-menu-real {
    position: relative;
    top: 7px;
  }
}
header .lqd-custom-menu-real a {
  color: black;
  font-weight: 400;
}
header .lqd-custom-menu-real li {
  position: relative;
  text-align: center;
  padding: 9px 20px 15px 35px;
  line-height: 40px;
  height: 60px;
}
header .lqd-custom-menu-real li:last-child::before, header .lqd-custom-menu-real li:last-child::after {
  display: none;
}
header .lqd-custom-menu-real li a {
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  padding-left: 15px;
  cursor: pointer;
}
header .lqd-custom-menu-real li a span {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 25px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  font-weight: bold;
  text-align: center;
  color: black;
  display: none;
}
header .lqd-custom-menu-real li.passed a {
  color: black;
}
header .lqd-custom-menu-real li.passed span {
  display: inline-block;
}
header .lqd-custom-menu-real li.active a {
  font-weight: bold;
  letter-spacing: 1px;
}
header .lqd-custom-menu-real li.active a span {
  opacity: 1;
  color: white;
  display: inline-block;
}
header .lqd-custom-menu-real li.disabled {
  opacity: 0.4;
}
header .lqd-custom-menu-real li.disabled.passed {
  opacity: 1;
}

.discover {
  display: inline;
}
@media screen and (max-width: 991px) {
  .discover {
    display: block;
  }
}

.start {
  display: inline;
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  .start {
    padding-top: 5% !important;
    margin-left: 0px !important;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .video-background .container .text-white {
    color: black !important;
  }
}

.internal-chat-esquisse {
  position: fixed;
  left: 30px;
  background: #fff;
  max-width: 23%;
  width: 100%;
  font-family: "Poppins", sans-serif;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  top: 216px;
  z-index: 1000;
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.1), 0 32px 64px -48px rgba(0, 0, 0, 0.5);
}
@media screen and (max-height: 650px) {
  .internal-chat-esquisse {
    max-width: 100% !important;
    position: relative;
    right: 0px;
    left: 0px;
    height: 600px;
    top: 0px !important;
    padding-top: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 990px) {
  .internal-chat-esquisse {
    max-width: 100% !important;
    position: relative;
    right: 0px;
    left: 0px;
    height: 600px;
    top: 0px !important;
    padding-top: 10px;
    margin-bottom: 20px;
  }
}

.internal-chat-esquisse-admin {
  position: fixed;
  left: 30px;
  background: #fff;
  max-width: 23%;
  width: 100%;
  font-family: "Poppins", sans-serif;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  top: 210px;
  z-index: 1000;
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.1), 0 32px 64px -48px rgba(0, 0, 0, 0.5);
}
@media screen and (max-height: 650px) {
  .internal-chat-esquisse-admin {
    max-width: 100% !important;
    position: relative;
    right: 0px;
    left: 0px;
    height: 600px;
    top: 0px !important;
    padding-top: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 990px) {
  .internal-chat-esquisse-admin {
    max-width: 100% !important;
    position: relative;
    right: 0px;
    left: 0px;
    height: 600px;
    top: 0px !important;
    padding-top: 10px;
    margin-bottom: 20px;
  }
}

.internal-chat {
  position: fixed;
  right: 15px;
  background: #fff;
  max-width: 21%;
  width: 100%;
  font-family: "Poppins", sans-serif;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  top: 145px;
  z-index: 1000;
  box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.1), 0 32px 64px -48px rgba(0, 0, 0, 0.5);
}
@media screen and (max-height: 650px) {
  .internal-chat {
    max-width: 100% !important;
    position: relative;
    right: 0px;
    height: 600px;
    top: 0px !important;
    padding-top: 10px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 990px) {
  .internal-chat {
    max-width: 100% !important;
    position: relative;
    right: 0px;
    height: 600px;
    top: 0px !important;
    padding-top: 10px;
    margin-bottom: 20px;
  }
}

.chat-container {
  width: 90%;
  margin: auto;
}

.hidden-forfait-section {
  visibility: hidden;
  width: 16%;
  flex: 0 0 16%;
}

/* Login & Signup Form CSS Start */
.form {
  padding: 25px 30px;
}
.form header {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.form form {
  margin: 20px 0;
}
.form form .error-text {
  color: #721c24;
  padding: 8px 10px;
  text-align: center;
  border-radius: 5px;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  margin-bottom: 10px;
  display: none;
}
.form form .name-details {
  display: flex;
}
.form .name-details .field:first-child {
  margin-right: 10px;
}
.form .name-details .field:last-child {
  margin-left: 10px;
}
.form form .field {
  display: flex;
  margin-bottom: 10px;
  flex-direction: column;
  position: relative;
}
.form form .field label {
  margin-bottom: 2px;
}
.form form .input input {
  height: 40px;
  width: 100%;
  font-size: 16px;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.form form .field input {
  outline: none;
}
.form form .image input {
  font-size: 17px;
}
.form form .button input {
  height: 45px;
  border: none;
  color: #fff;
  font-size: 17px;
  background: #333;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 13px;
}
.form form .field i {
  position: absolute;
  right: 15px;
  top: 70%;
  color: #ccc;
  cursor: pointer;
  transform: translateY(-50%);
}
.form form .field i.active::before {
  color: #333;
  content: "\f070";
}
.form .link {
  text-align: center;
  margin: 10px 0;
  font-size: 17px;
}
.form .link a {
  color: #333;
}
.form .link a:hover {
  text-decoration: underline;
}

/* Users List CSS Start */
.users {
  padding: 25px 30px;
}
.users header {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
}

.users-list a {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
}

.internal-chat img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.users header img {
  height: 50px;
  width: 50px;
}

:is(.users, .users-list) .content {
  display: flex;
  align-items: center;
}
:is(.users, .users-list) .content .details {
  color: #000;
  margin-left: 20px;
}
:is(.users, .users-list) .details span {
  font-size: 18px;
  font-weight: 500;
}

.users header .logout {
  display: block;
  background: #333;
  color: #fff;
  outline: none;
  border: none;
  padding: 7px 15px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 17px;
}
.users .search {
  margin: 20px 0;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.users .search .text {
  font-size: 18px;
}
.users .search input {
  position: absolute;
  height: 42px;
  width: calc(100% - 50px);
  font-size: 16px;
  padding: 0 13px;
  border: 1px solid #e6e6e6;
  outline: none;
  border-radius: 5px 0 0 5px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
}
.users .search input.show {
  opacity: 1;
  pointer-events: auto;
}
.users .search button {
  position: relative;
  z-index: 1;
  width: 47px;
  height: 42px;
  font-size: 17px;
  cursor: pointer;
  border: none;
  background: #fff;
  color: #333;
  outline: none;
  border-radius: 0 5px 5px 0;
  transition: all 0.2s ease;
}
.users .search button.active {
  background: #333;
  color: #fff;
}

.search button.active i::before {
  content: "\f00d";
}

.users-list {
  max-height: 350px;
  overflow-y: auto;
}

:is(.users-list, .chat-box)::-webkit-scrollbar {
  width: 0px;
}

.users-list a {
  padding-bottom: 10px;
  margin-bottom: 15px;
  padding-right: 15px;
  border-bottom-color: #f1f1f1;
}
.users-list a:last-child {
  margin-bottom: 0px;
  border-bottom: none;
}
.users-list a img {
  height: 40px;
  width: 40px;
}
.users-list a .details p {
  color: #67676a;
}
.users-list a .status-dot {
  font-size: 12px;
  color: #468669;
  padding-left: 10px;
}
.users-list a .status-dot.offline {
  color: #ccc;
}

/* Message Smart paiement */
.smart-message {
  bottom: 15px;
  margin-right: 40px;
}
@media screen and (min-width: 500px) {
  .smart-message {
    position: absolute;
  }
}

/* Chat Area CSS Start */
.internal-chat-area header {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  height: 60px;
  position: absolute;
  z-index: 10000;
  background-color: #fff;
  width: 100%;
  border-radius: 16px 16px 0 0;
  top: 0px;
}
@media screen and (max-width: 450px) {
  .internal-chat-area header {
    height: 70px;
  }
}
.internal-chat-area header .back-icon {
  color: #333;
  font-size: 18px;
  border-radius: 16px 16px 0 0;
}
.internal-chat-area header .status-dot {
  font-size: 12px;
  color: #468669;
  padding-left: 10px;
  position: absolute;
  right: 1vw;
}
@media screen and (max-width: 450px) {
  .internal-chat-area header .status-dot {
    right: 25px;
  }
}
.internal-chat-area header .status-dot.offline {
  color: #ccc;
}
.internal-chat-area header img {
  height: 2vw;
  width: 2vw;
  margin: 0 15px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 450px) {
  .internal-chat-area header img {
    height: 45px;
    width: 45px;
  }
}
.internal-chat-area header .details span {
  font-size: 16px;
  font-weight: 900;
}

.typing-area-container {
  background: #fff !important;
  position: absolute;
  bottom: 0px;
  min-height: 95px;
  border-radius: 0 0 16px 16px;
  width: 100%;
  padding: 2px;
}

.chat-box {
  position: relative;
  height: 40vh;
  min-height: 25vh;
  overflow-y: auto;
  padding: 10px;
  background: #f7f7f7;
  box-shadow: inset 0 32px 32px -32px rgba(0, 0, 0, 0.05), inset 0 -32px 32px -32px rgba(0, 0, 0, 0.05);
  margin-top: 60px;
  margin-bottom: 95px;
}
@media screen and (max-width: 990px) {
  .chat-box {
    margin-bottom: 0px;
    height: 425px;
  }
}
@media screen and (max-height: 650px) {
  .chat-box {
    margin-bottom: 0px;
    height: 425px;
  }
}
.chat-box .text {
  position: absolute;
  top: 45%;
  left: 50%;
  width: calc(100% - 50px);
  text-align: center;
  transform: translate(-50%, -50%);
}
.chat-box .chat p {
  word-wrap: break-word;
  padding: 6px 16px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.08), 0rem 16px 16px -16px rgba(0, 0, 0, 0.1);
}
.chat-box .outgoing {
  display: flex;
}
.chat-box .outgoing .details {
  margin-left: auto;
  max-width: calc(100% - 100px);
}

.centered-content {
  display: flex;
  justify-content: center;
  /* Center horizontally */
  align-items: center;
  /* Center vertically */
  height: 100%;
  /* Full height of its parent */
  width: 100%;
  /* Full width of its parent */
}

.centered-calendar {
  display: block;
  height: 100%;
  /* Full height of its parent */
  width: 100%;
  /* Full width of its parent */
}

.outgoing .details p {
  background: #333;
  color: #fff;
  border-radius: 18px 18px 0 18px;
  font-size: 12.6px !important;
  margin-bottom: 0.2rem !important;
  white-space: pre-line;
}

.outgoing .details small {
  float: right;
}

.outgoing .details .delete {
  position: relative;
  right: 4px;
  top: 9px;
  width: 15px;
  height: 15px;
  background: red;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  cursor: pointer;
}

.chat-box .incoming {
  display: flex;
  align-items: center;
}
.chat-box .incoming img {
  margin-bottom: 10px;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}
.chat-box .incoming .details {
  margin-right: auto;
  margin-left: 10px;
  max-width: calc(100% - 100px);
}

.incoming .details p {
  background: #fff;
  color: #333;
  border-radius: 18px 18px 18px 0;
  font-size: 12.6px !important;
  margin-bottom: 0rem !important;
  white-space: pre-line;
}

.typing-area {
  padding: 8px 8px;
}
.typing-area textarea {
  box-shadow: none;
  background-color: transparent;
  padding: 6px 12px;
  min-height: 80px;
  border-radius: 8px;
  line-height: 20px;
  resize: none;
  color: #000;
  font-size: 14px;
  width: 100%;
}

.send-div-des {
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-typing-ess button {
  color: #000;
  border: none;
  outline: none;
  background: #fff;
  font-size: 25px;
  cursor: pointer !important;
  opacity: 0.7;
  border-radius: 0 5px 5px 0;
  transition: all 0.3s ease;
  padding: 0;
}
.chat-typing-ess button.active {
  opacity: 1;
  pointer-events: auto;
}

.typing-area button {
  color: #000;
  border: none;
  outline: none;
  background: #fff;
  font-size: 25px;
  cursor: pointer !important;
  opacity: 0.7;
  border-radius: 0 5px 5px 0;
  transition: all 0.3s ease;
  padding: 0;
}
.typing-area button.active {
  opacity: 1;
  pointer-events: auto;
}

.hasEmoji img {
  width: 16px !important;
  height: 16px !important;
  margin-bottom: 0px !important;
  border-radius: 0% !important;
}

.smileys-chat-update {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  outline: 0;
  display: none;
  position: absolute;
  bottom: 90px;
  background: white;
  left: 0px;
  width: -webkit-fill-available;
  padding: 10px 5px;
}
@media screen and (max-width: 450px) {
  .smileys-chat-update {
    bottom: 105px;
  }
}

.fancy-mb-0 {
  margin-bottom: 0.5em !important;
}

.trustpilote-rating {
  margin: auto !important;
  width: 180px;
  height: 40px;
}
.trustpilote-rating img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.trustpilote-logo {
  margin: auto !important;
  width: 125px;
  height: 30px;
}
.trustpilote-logo img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.trustpilote-top-rating {
  margin: 0 0 0 5px !important;
  width: 110px;
}
.trustpilote-top-rating img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.trustpilote-top-logo {
  margin: 0 0 0 5px !important;
  width: 85px;
}
.trustpilote-top-logo img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.chat-typing-ess label {
  color: #000;
  font-size: 26px !important;
  border: none;
  outline: none;
  background: #fff;
  cursor: pointer !important;
  opacity: 0.7;
  border-radius: 0 5px 5px 0;
  transition: all 0.3s ease;
  margin-bottom: 5px;
}
.chat-typing-ess label.active {
  opacity: 1;
  pointer-events: auto;
}

.typing-area label {
  color: #000;
  font-size: 26px !important;
  border: none;
  outline: none;
  background: #fff;
  cursor: pointer !important;
  opacity: 0.7;
  border-radius: 0 5px 5px 0;
  transition: all 0.3s ease;
  margin-bottom: 5px;
}
.typing-area label.active {
  opacity: 1;
  pointer-events: auto;
}

.typing_area_label,
.typing_area_label_shopping_des,
.typing_area_label_conception_cli,
.typing_area_label_migrated_cli,
.typing_area_label_shopping_cli,
.typing_area_label_lancer_conception_cli,
.typing_area_label_des_ess {
  color: #000;
  font-size: 28px;
  border: none;
  outline: none;
  background: #fff;
  cursor: pointer !important;
  opacity: 0.7;
  border-radius: 0 5px 5px 0;
  transition: all 0.3s ease;
}
.typing_area_label.active,
.typing_area_label_shopping_des.active,
.typing_area_label_conception_cli.active,
.typing_area_label_migrated_cli.active,
.typing_area_label_shopping_cli.active,
.typing_area_label_lancer_conception_cli.active,
.typing_area_label_des_ess.active {
  opacity: 1;
  pointer-events: auto;
}

/* Responive media query */
@media screen and (max-width: 450px) {
  .form,
  .users {
    padding: 20px;
  }
  .form header {
    text-align: center;
  }
  .form form .name-details {
    flex-direction: column;
  }
  .form .name-details .field:first-child {
    margin-right: 0px;
  }
  .form .name-details .field:last-child {
    margin-left: 0px;
  }
  .users header img {
    height: 45px;
    width: 45px;
  }
  .users header .logout {
    padding: 6px 10px;
    font-size: 16px;
  }
  :is(.users, .users-list) .content .details {
    margin-left: 15px;
  }
  .users-list a {
    padding-right: 10px;
  }
  .internal-chat-area header {
    padding: 15px 20px;
  }
  .chat-box {
    min-height: 400px;
    padding: 10px 15px 15px 20px;
  }
  .chat-box .chat p {
    font-size: 15px;
  }
  .chat-box .outogoing .details {
    max-width: 230px;
  }
  .chat-box .incoming .details {
    max-width: 265px;
  }
  .incoming .details img {
    height: 30px;
    width: 30px;
  }
  .internal-chat-area form {
    padding: 20px;
  }
  .internal-chat-area form input {
    height: 40px;
    width: calc(100% - 48px);
  }
  .internal-chat-area form button {
    width: 12px;
  }
  .internal-chat-area form label {
    width: 45px;
  }
  .internal-chat-area form .typing_area_label {
    width: 45px;
  }
  .question_breif {
    position: relative;
    height: 20px;
  }
  .question_breif textarea {
    position: absolute;
    top: 0;
    resize: none;
    overflow: hidden;
  }
}
.icon_project {
  float: right;
}
@media screen and (max-width: 500px) {
  .icon_project {
    float: none;
  }
}

.show-more {
  text-align: center;
  padding: 25px 0;
  width: 100px;
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 500px) {
  .show-more {
    display: none;
  }
}
.show-more i {
  font-size: 25px;
}

.project_name {
  font-size: 1.5em;
  color: black;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 500px) {
  .project_name {
    font-size: 20px !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}

.status_name {
  text-align: center;
}
@media screen and (max-width: 500px) {
  .status_name {
    font-weight: bold;
    font-size: 16px !important;
    margin-top: 15px !important;
    margin-bottom: 5px !important;
    margin-left: 20px !important;
  }
}

.hidden {
  display: none !important;
}

.lds-ellipsis {
  position: relative;
  width: 60px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #d8ad7f;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

.more-content div {
  padding-top: 5px;
}
.more-content img {
  width: 70px;
}
@media screen and (max-width: 500px) {
  .more-content img {
    width: 45px;
  }
}

.new-project-container {
  padding-top: 180px;
  padding-right: 5px !important;
  padding-left: 5px !important;
}
@media screen and (min-width: 992px) {
  .new-project-container {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

.new-project-banner {
  width: 100%;
  position: fixed;
  top: 0px;
  box-sizing: border-box;
  background: #f7f7f7;
  z-index: 3;
  padding: 0;
  left: 0;
  margin: auto;
}
.new-project-banner h2 {
  font-size: 24px !important;
  margin-bottom: 30px;
}
@media screen and (max-width: 500px) {
  .new-project-banner h2 {
    font-size: 1.2em !important;
    margin-bottom: 20px;
  }
}

.new-project-title {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .new-project-title {
    text-align: right;
  }
}
@media screen and (max-width: 992px) {
  .new-project-title label {
    font-size: 0.9em !important;
  }
}

.new-project-confirm {
  position: relative;
  right: 0px;
  padding-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .new-project-confirm {
    position: absolute;
    top: 15px;
    right: 40px;
    padding-bottom: 0px;
  }
}

.select_des_confirm {
  position: absolute;
  top: 60px;
  right: 40px;
  padding-bottom: 0px;
}
@media all and (max-width: 1450px) {
  .select_des_confirm {
    position: relative;
    right: 0px;
    top: 0px;
    padding-bottom: 10px;
  }
}

.choisir_offre_nav li {
  cursor: pointer;
  width: 100%;
  font-size: 16px;
  text-align: center;
  transition: font-weight 0.3s;
  padding-right: 50px;
}
.choisir_offre_nav ul {
  display: inline-flex;
  list-style-type: none;
}
.choisir_offre_nav li.active {
  font-weight: 700;
}

.carousel-select-des .carousel-cell-select-des {
  cursor: pointer;
}
.carousel-select-des .carousel-cell-select-des .active {
  font-weight: 700;
}

.carousel-offres-grp .carousel-cell-offres-grp {
  cursor: pointer;
}
.carousel-offres-grp .carousel-cell-offres-grp .active-cell {
  font-weight: 700 !important;
  display: block !important;
  opacity: 1 !important;
}

.landing-content {
  width: 100% !important;
  border-radius: 15px !important;
}

.hightlighted-cell {
  font-weight: 400 !important;
  opacity: 0.8 !important;
  display: inline-block !important;
}

.choisir_offre_icons,
.selectionner_des_icons {
  min-width: 120px;
}

.discount-alert {
  margin-bottom: 10px;
  font-size: 0.9em;
}
@media all and (max-width: 500px) {
  .discount-alert {
    visibility: visible;
    font-size: 0.8em !important;
  }
}

.discount-alert-forfait {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media all and (max-width: 500px) {
  .discount-alert-forfait {
    font-size: 0.8em !important;
  }
}

.discount-alert-forfait-count {
  float: right;
}

@media all and (max-width: 500px) {
  .discount-alert-forfait-discount {
    float: left;
    padding-left: 15px;
  }
}

@media all and (max-width: 500px) {
  .choisir_offre_cart_btn {
    float: right;
    margin-right: 15%;
  }
}

@media all and (max-width: 500px) {
  .choisir_offre_cart_add_room {
    font-size: 45px !important;
    float: left !important;
    margin-left: 15%;
  }
}

.container-selection {
  margin: 0px auto;
  -moz-columns: 5;
       columns: 5;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}

.container-start-project {
  margin: auto !important;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.cart-shopping {
  display: inline-block;
}
.cart-shopping i {
  font-size: 30px;
}
@media screen and (max-width: 500px) {
  .cart-shopping i {
    font-size: 25px;
  }
}
.cart-shopping span {
  font-size: 80% !important;
}
@media screen and (max-width: 500px) {
  .cart-shopping span {
    font-size: 60% !important;
  }
}

.box_choisir_offre {
  height: 200px;
  width: 200px;
  position: relative;
  float: left;
  margin: 10px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  box-shadow: 5px 1px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  border-radius: 25px !important;
}

.check_choisir_offre {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}

.choisir_offre_section_nav {
  background-color: #f7f7f7;
  position: fixed;
  z-index: 10000;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media all and (max-width: 1450px) {
  .choisir_offre_section_nav {
    padding-top: 50px;
  }
}
@media all and (max-width: 500px) {
  .choisir_offre_section_nav {
    position: relative;
    padding-top: 0px;
  }
}

.choisir_offre_header {
  padding-top: 0px;
}
@media all and (max-width: 1450px) {
  .choisir_offre_header {
    padding-top: 50px;
  }
}

.select_des_section {
  background-color: #f7f7f7;
  padding-top: 12px;
  padding-bottom: 12px;
}
@media all and (max-width: 1450px) {
  .select_des_section {
    padding-top: 50px;
  }
}

.old-price-forfait {
  color: orangered;
  font-size: 0.6em;
  text-decoration: line-through;
}

.project_name_brief {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  max-width: 500px;
  text-overflow: ellipsis;
}

.project_name_lancer {
  font-family: "Poppins";
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.offre_container_grp {
  padding-top: 90px;
}
@media all and (max-width: 1450px) {
  .offre_container_grp {
    padding-top: 130px;
  }
}
@media all and (max-width: 500px) {
  .offre_container_grp {
    padding-top: 10px;
  }
}

.delete_choisir_offre {
  vertical-align: top;
  font-size: 90% !important;
}

.choisir_offre_espace,
.selectionner_des_espace {
  margin-bottom: 5px;
  margin-top: 15px;
}

.choisir_offre_cart {
  display: inline-block;
  vertical-align: middle;
}

.choisir_offre_btn {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 20px;
}

.ribbon-header {
  position: absolute !important;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Poppins;
  padding: 3px;
  font-weight: 600;
  width: 60%;
  border-radius: 25px/17px;
  color: black;
  position: relative;
  margin: auto;
  text-align: center;
  background-color: var(--color-primary);
}

.select-piece:hover {
  color: var(--color-marron);
}

.reset-ul-espace-collaboration {
  padding: 0;
  margin: 0 75px !important;
  list-style: none;
}
@media all and (max-width: 500px) {
  .reset-ul-espace-collaboration {
    margin: 0 50px !important;
  }
}

.reset-ul {
  padding: 0;
  margin: 0 35px;
  list-style: none;
}

.reset-ul-footer {
  padding: 0;
  margin: 0;
  list-style: none;
}

.col-migrated {
  width: 50%;
  max-width: 50%;
  margin: auto;
}

.whitepaper-icon {
  position: fixed;
  bottom: 20px;
  left: 24px;
  width: 60px;
  height: 60px;
  background-color: #924b32 !important;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  transition: transform 0.15s ease-in-out !important;
  z-index: 5000;
}
@media screen and (max-width: 500px) {
  .whitepaper-icon {
    width: 54px !important;
    height: 54px !important;
    bottom: 14px !important;
    left: 14px !important;
  }
}

.whitepaper-area {
  position: fixed;
  bottom: 85px;
  left: 24px;
  width: 450px;
  padding: 20px;
  background: var(--color-primary) !important;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 5000;
}
@media screen and (max-width: 500px) {
  .whitepaper-area {
    left: 1% !important;
    width: 98% !important;
  }
}
.whitepaper-area .whitepaper-cover {
  height: 450px !important;
}

.whitepaper-area.show {
  display: block;
  opacity: 1;
}

.whitepaper-area.hide {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.whitepaper-area.display {
  display: block;
  opacity: 1;
}

.mobile-menu-icon {
  display: none;
}
@media screen and (max-width: 992px) {
  .mobile-menu-icon {
    display: inline;
  }
}

.main-header-client {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  background-color: #fff;
}
.main-header-client .mainbar-container {
  padding: 10px 50px !important;
}
@media screen and (max-width: 992px) {
  .main-header-client .mainbar-container {
    padding: 10px 10px !important;
  }
}
.main-header-client .mainbar-container .row .logo img {
  height: 30px;
}
.main-header-client .mainbar-container .row .border-box {
  display: flex;
  align-items: center;
  position: relative;
  border: 1px solid #ccc;
  /* Light grey border */
  border-radius: 8px;
  padding: 5px 10px;
  margin-left: 15px;
  background-color: #fff;
}
.main-header-client .mainbar-container .row .border-box:first-child {
  margin-left: 0px;
}
.main-header-client .mainbar-container .row .border-box i {
  font-size: 20px;
  color: black;
  /* Black icons for cart and profile */
}
.main-header-client .mainbar-container .row .icon-item {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
  font-family: "Poppins" !important;
}
.main-header-client .mainbar-container .row .icon-item .icon-number {
  font-family: Poppins !important;
  font-weight: bold;
  margin-right: 8px;
  background-color: #f6ded3;
  color: black;
  border-radius: 50%;
  padding: 4px 8px;
  font-size: 12px;
}
.main-header-client .mainbar-container .row .icon-item:first-child i {
  color: white;
  /* White inside */
  font-size: 20px;
  -webkit-text-stroke: 2px black;
  /* Black outline */
}
@media screen and (max-width: 992px) {
  .main-header-client .mainbar-container .row .icon-item {
    margin-right: 0 !important;
  }
}
.main-header-client .mainbar-container .row .profile-dropdown {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.main-header-client .mainbar-container .row .profile-dropdown .hamburger-icon {
  font-size: 20px;
  margin-right: 10px;
}
.main-header-client .mainbar-container .row .profile-dropdown .profile-icon {
  font-size: 20px;
}
.main-header-client .mainbar-container .row .profile-dropdown .dropdown-content {
  display: none;
  position: absolute;
  top: 45px;
  right: 0;
  width: 225px;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  padding: 10px;
  border-radius: 4px;
}
.main-header-client .mainbar-container .row .profile-dropdown .dropdown-content a {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
.main-header-client .mainbar-container .row .profile-dropdown .dropdown-content a:hover {
  background-color: #f0f0f0;
}
.main-header-client .mainbar-container .row .profile-dropdown .dropdown-content a i {
  margin-right: 8px;
}
.main-header-client .mainbar-container .row .profile-dropdown .dropdown-content hr {
  margin: 10px 0;
  border-top: 1px dashed #ccc;
}
.main-header-client .mainbar-container .row .profile-dropdown .dropdown-content.show {
  display: block;
}
.main-header-client .mainbar-container .row .notification-content {
  display: none;
  position: absolute;
  top: 45px;
  right: 0;
  width: 400px;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  padding: 10px;
  border-radius: 4px;
  max-height: 280px;
  overflow-y: auto;
}
@media screen and (max-width: 500px) {
  .main-header-client .mainbar-container .row .notification-content {
    top: 45px;
    left: -55px;
    right: 0;
    width: 350px;
    box-shadow: none;
    border-radius: 0;
  }
}
.main-header-client .mainbar-container .row .notification-content hr {
  margin: 10px 0;
  border-top: 1px dashed #ccc;
}
.main-header-client .mainbar-container .row .notification-content .icon-number {
  position: absolute;
  top: 0;
  right: 0;
  background-color: red;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 50%;
  font-weight: bold;
}
.main-header-client .mainbar-container .row .notification-content .fa-bell {
  font-size: 24px;
  color: black;
}
.main-header-client .mainbar-container .row .notification-content .notif-content {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.main-header-client .mainbar-container .row .notification-content .notif-content:last-child {
  border-bottom: none;
}
.main-header-client .mainbar-container .row .notification-content .notif-content a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  display: block;
  line-height: 15px !important;
}
.main-header-client .mainbar-container .row .notification-content .notif-content a:hover {
  text-decoration: underline;
}
.main-header-client .mainbar-container .row .notification-content .notif-date {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
  display: block;
}
.main-header-client .mainbar-container .row .notification-content .unread a {
  font-weight: bold;
  color: #000;
}
.main-header-client .mainbar-container .row .notification-content.show {
  display: block;
}

/* Sidebar styles */
.sidebar {
  position: fixed;
  z-index: 1000;
  width: inherit;
  background-color: #fff;
  color: #000;
  height: calc(100vh - 81px);
  top: 81px;
  display: flex;
  flex-direction: column;
  transition: width 0.3s;
  overflow: hidden;
  border-right: 1px solid #ddd;
}
.sidebar.collapsed {
  width: 60px;
}
.sidebar .menu-item {
  padding: 15px;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
  color: #000;
  font-size: 16px;
  /* increased text size */
  padding-left: 50px;
}
.sidebar .menu-item:hover, .sidebar .menu-item.active {
  background-color: #e0e0e0;
  /* highlighted color */
}
.sidebar .menu-item i {
  margin-right: 10px;
  color: #000;
}
.sidebar .menu-item span {
  display: inline-block;
  transition: opacity 0.3s;
}

.sidebar-menu {
  background: white;
  border-radius: 10px;
  margin: 0 0 0 20px;
  padding: 20px 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.sidebar-menu ul {
  padding: 0;
  margin-bottom: 0px;
}
.sidebar-menu ul li {
  text-transform: uppercase;
  font-size: 1.1em;
  list-style: none;
  padding: 0px 30px 0px 35px;
  margin-bottom: 20px;
  line-height: 50px;
  border-radius: 2px;
  transform: scale(1);
  box-shadow: none;
  transition: all 0.25s ease;
}
.sidebar-menu ul li img {
  width: 30px;
  margin-right: 10px;
}
.sidebar-menu ul li:hover {
  transform: scale(1.05);
}
.sidebar-menu ul li.active {
  background: var(--color-primary);
  transform: scale(1.1);
  box-shadow: 0px 5px 10px rgba(126, 142, 177, 0.4);
  font-weight: bold;
}
.sidebar-menu ul li:last-child {
  margin-bottom: 0;
}
.sidebar-menu ul li.no-hover:hover {
  transform: none !important;
}
.sidebar-menu ul li span {
  word-break: keep-all !important;
}

.no-hover:hover {
  background-color: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.disabled-offres {
  padding: 10px 15px;
  padding-left: 20px !important;
  float: left;
}

.welcome-card {
  background-color: white;
  /* Light grey background for card content */
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.welcome-card-header {
  padding: 10px 20px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: black;
  font-size: 18px;
}

.welcome-header {
  background-color: var(--color-primary);
  font-family: "POPPINS";
}

.consultation-header {
  background-color: var(--color-primary);
  /* Yellow/brownish color for Consultation header */
}

.welcome-card-btn {
  margin-top: -30px;
}
@media screen and (max-width: 500px) {
  .welcome-card-btn {
    margin-top: 0px !important;
  }
}

.welcome-card-body {
  padding: 20px;
  overflow: hidden;
  position: relative;
}
.welcome-card-body p {
  font-size: 16px;
}

.consult-designer-btn {
  background: black;
  position: relative;
  color: white;
  border-radius: 4px;
  padding: 8px 16px;
  padding-right: 25px;
  border: none;
  border-color: black;
  font-size: 14px;
}
.consult-designer-btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: black;
}

.consult-designer-btn::after {
  content: "";
  background-image: url("/path/to/icon.png");
  /* Path to your icon */
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  /* Position it on the right */
  top: 50%;
  transform: translateY(-50%);
  /* Center vertically */
}

.new-project-btn {
  background: black;
  color: white;
  border-radius: 4px;
  padding: 8px 16px;
  border: none;
  border-color: black;
  font-size: 14px;
}
.new-project-btn:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: black;
}

.sort-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.sort-controls label {
  font-weight: bold;
  margin-bottom: 0 !important;
}
.sort-controls .sort-btn {
  padding: 8px 12px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 4px;
  cursor: pointer;
}
.sort-controls .sort-btn.active {
  background-color: #4c3a4a;
  color: #fff;
}

.project-card {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background-color: #e1e1e1;
  border-radius: 8px 8px 0 0;
  font-weight: bold;
  font-size: 1rem;
  font-family: Poppins;
}

.card-date {
  color: black;
  font-family: Poppins;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.5em;
  display: block !important;
  word-break: break-word;
}
@media screen and (max-width: 500px) {
  .card-date {
    font-size: 1em;
  }
}

.badge.dateAsc {
  background-color: #bfbdbd;
  color: black;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.3px;
  font-size: 12px;
  font-weight: bold;
  border-color: #bfbdbd !important;
}

.badge.dateDsc {
  background-color: #f9c74f;
  color: black;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.3px;
  font-size: 12px;
  font-weight: bold;
  border-color: #f9c74f !important;
}

.badge.collaboration {
  background-color: #b7f1b7;
  color: black;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.3px;
  font-size: 12px;
  font-weight: bold;
  border-color: #b7f1b7 !important;
}

.badge.forfait {
  background-color: #f6ded3;
  color: black;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.3px;
  font-size: 12px;
  font-weight: bold;
  border-color: #f6ded3;
}

.badge.inactive {
  font-weight: normal;
  box-shadow: none;
}

.badge.active {
  font-weight: bold;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
}

.delete-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  color: #666;
}

.card-content {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0 1.5rem 5rem;
}

.card-realisation {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* Ensure that it takes full width of its column in the grid */
}
@media (min-width: 992px) {
  .card-realisation {
    /* For larger screens */
    width: 50%;
    /* This makes it take half the width of the parent */
  }
}

.project-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.project-icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.project-details {
  margin-left: 25px;
  font-family: "Poppins";
}
@media screen and (max-width: 500px) {
  .project-details {
    width: 175px !important;
  }
}

.project-details h3 {
  margin: 0;
  color: black;
  font-size: 1.5em;
  font-family: "Poppins";
  font-weight: 300;
  white-space: nowrap;
  /* Prevent content from wrapping to the next line */
  overflow: hidden;
  /* Hide any overflowing content */
  text-overflow: ellipsis;
  /* Add ellipsis (...) when the content is cut off */
  width: 100%;
}
@media screen and (max-width: 500px) {
  .project-details h3 {
    font-size: 1em;
  }
}

.project-details p {
  margin: 0;
  color: black;
  font-size: 1.1em;
  text-overflow: ellipsis;
  font-family: poppins;
  text-transform: capitalize;
}
@media screen and (max-width: 992px) {
  .project-details p {
    font-size: 0.9em;
  }
}

.button-container {
  text-align: right;
  /* Aligns the button to the right */
}

.client-project-btn {
  border: 1px solid #ccc;
  /* Light border */
  border-radius: 5px;
  /* Rounded corners */
  padding: 8px 16px;
  background-color: white;
  /* White background */
  color: black;
  /* Black text */
  font-size: 16px;
  /* Adjust font size if needed */
  cursor: pointer;
}

.client-project-btn:hover {
  background-color: #f0f0f0;
  /* Light gray on hover */
  color: black;
}

.sort-buttons {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  flex-wrap: wrap;
  align-items: center;
}

/* Base styles for the buttons */
.sort-btn,
.status-btn {
  background-color: #007bff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  outline: none;
}

/* Hover effect */
.sort-btn:hover,
.status-btn:hover {
  background-color: #0056b3;
}

/* Active state (selected button) */
.sort-btn.active,
.status-btn.active {
  background-color: #0056b3;
  box-shadow: 0 4px 10px rgba(0, 91, 255, 0.4);
  transform: translateY(-2px);
  /* Subtle lift effect */
}

/* Disabled state (optional) */
.sort-btn:disabled,
.status-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/* Styling for the status buttons */
.status-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.status-btn.selected {
  background-color: #28a745;
  box-shadow: 0 4px 10px rgba(40, 167, 69, 0.4);
  transform: translateY(-2px);
  /* Slight lift effect */
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
  .sort-buttons {
    flex-direction: column;
    align-items: flex-start;
  }
}
.delete-col {
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-right: 50px !important;
}
@media screen and (max-width: 500px) {
  .delete-col {
    margin-right: 10px !important;
  }
}

.yt_section {
  padding-bottom: 70px;
}

#cookie-consent-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 999;
}

.cookie-consent-banner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 0rem 2rem 2rem;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  max-width: 500px;
  z-index: 1000;
}
.cookie-consent-banner h5 {
  font-family: "Poppins";
  margin: 0.75em 0;
}

.cookie-consent-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.cookie-consent-buttons button {
  min-width: 278px;
  width: 100%;
  max-width: 300px;
  margin-left: 0 !important;
}
.cookie-consent-buttons form {
  width: 100%;
  display: flex;
  justify-content: center;
}

.cookie-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 1001;
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
}

.cookie-modal-content {
  background: white;
  padding: 2rem;
  border-radius: 10px;
  width: 90%;
  max-width: 500px;
  overflow-y: auto;
  max-height: 90vh;
  box-sizing: border-box;
}
.cookie-modal-content h5 {
  font-family: "Poppins";
  margin: 0.75em 0;
}
.cookie-modal-content hr {
  margin-top: 5px !important;
  margin-bottom: 10px !important;
}
.cookie-modal-content strong {
  margin-left: 5px;
}

.payment-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 10px;
}

.payment-option input[type=radio] {
  margin-right: 10px;
}

.payment-info {
  display: flex;
  align-items: center;
}

.payment-label {
  font-weight: bold;
  font-size: 16px;
}

.payment-text {
  font-size: 14px;
}

.payment-logo {
  height: 30px;
}

.payment-title {
  font-family: "roboto", sans-serif;
  color: #181b31;
  font-weight: bold;
}

.payment-recap {
  margin: 0.8em 0 0.75em !important;
}

@media screen and (max-width: 600px) {
  .payment-recap {
    margin: 0.5em 0 0.75em !important;
  }
}
@media (max-width: 768px) {
  /* Adjust breakpoint if needed */
  .home-yt {
    width: 100%;
    height: 200px;
  }
  .yt_section {
    padding-bottom: 40px;
  }
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
