@charset "UTF-8";
*, *:focus, *:hover {
  outline: 0 !important;
}

body.disableAllAnimation * {
  transition: none !important;
}

.is-invalid ul {
  list-style-type: none;
}

.modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.help-block {
  margin-top: 5px;
  font-size: 80%;
  color: #dc3545;
  display: block;
}

.help-block--link {
  color: #dc3545;
  text-decoration: underline;
}

.pro-login-error {
  margin: 0 0 1rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000 !important;
  line-height: 47px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 0 !important;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #212121 !important;
  border-radius: 0 !important;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ececec !important;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 47px !important;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #212121 !important;
  color: white;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px !important;
  position: absolute;
  top: 1px;
  right: 5px !important;
  width: 20px;
}

.select2-container--default.detail .select2-selection--single {
  background-color: transparent !important;
  border: 1px solid #e8e8e8 !important;
  border-bottom: 1px solid #212121 !important;
  border-radius: 0 !important;
}

.select2-container--default.detail .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0!important;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--default.detail .select2-selection--single .select2-selection__arrow {
  height: 43px !important;
  position: absolute;
  top: 1px;
  right: -5px !important;
  width: 20px;
}

a.button.cwhite {
  color: #212121 !important;
  background-color: white !important;
  border-color: white !important;
}
a.button.cwhite:hover {
  background-color: #e8e8e8 !important;
  border-color: #212121 !important;
}

.wrapper-questions.black {
  background-color: #212121;
  color: white;
}
.wrapper-questions.black .label {
  color: white !important;
}
.wrapper-questions.black .subLabel {
  color: #808080;
}

a.simplelink {
  display: inline !important;
  color: white !important;
  padding: 0 !important;
  font-size: inherit !important;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
a.simplelink:after {
  content: inherit !important;
}
a.simplelink:hover {
  opacity: 0.7 !important;
}

.btn-suivi {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 47px;
  border: 0;
  height: 47px;
  background-color: white;
  opacity: 1;
}
.link-mentions {
  color: rgb(128, 128, 128);
  text-decoration: underline;
}
.link-mentions:hover {
  color: rgb(128, 128, 128);
  text-decoration: underline;
}

.select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border: 1px solid #ced4d9 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  opacity: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::before {
  font-family: "Font Awesome 5 Pro", serif;
  font-weight: 400;
  content: "";
  color: #212121;
  font-size: 20px;
  /* margin-right: 10px; */
  position: absolute;
  right: 10px;
  top: 8px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 15px !important;
  padding-right: 40px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dz-started .hide-on-dz-started {
  display: none !important;
}

.hasImage .hide-on-dz-hasimage {
  display: none !important;
}

.hasImage .show-on-dz-hasimage {
  display: block !important;
}

.dz-remove-btn:hover {
  color: #212121 !important;
}

.write-message-btn * {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.write-message-btn:hover {
  cursor: pointer;
}
.write-message-btn:hover * {
  opacity: 0.6;
}
.write-message-btn a {
  pointer-events: none !important;
}

.block__score {
  margin-top: -200px !important;
}
.block__score .wrapper {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF !important;
  padding: 3rem 7rem;
  /* padding: 50px 170px; */
}

.block__score .wrapper.success {
  height: 400px;
  display: flex;
  justify-content: center;
}

.block__score .wrapper .titles {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.block__score .wrapper h2.black {
  font-size: 1.5rem;
}

.block__score .wrapper .titles .black, .block__score .wrapper .titles .label, .block__score .wrapper .success-message .black {
  text-align: center;
  text-transform: none !important;
}

.block__score .wrapper .titles .label, .block__score .wrapper .success-message .label {
  max-width: 100% !important;
  margin-top: 10px !important;
}

.block__score .wrapper .texts {
  display: flex;
  justify-content: space-between;
}

.block__score .wrapper .success-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

div.stars, .stars form {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

input.star {
  display: none;
}
label.star {
  float: right;
  padding: 10px 35px;
  font-size: 40px;
  color: #212121;
  transition: all .2s;
  cursor: pointer;
}

.submitScore {
  align-self: center;
}

@media (max-width: 700px) {
  .block__score {
    margin-top: -160px !important;
  }
  .block__score .wrapper {
    padding: 1rem;
  }
  .block__score .smallTitle {
    display: none;
  }
  .block__score .wrapper > *,
  .block__score .stars  {
    width: 100%;
  }
  .block__score .stars {
    margin: 2rem 0 !important;
  }
  .block__score .stars form {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-evenly;
  }
  .block__score .stars form .star {
    font-size: 1.2rem;
    padding: 0;
  }
}

/*input.star:checked ~ label.star:before {*/
/*  content: '\f005';*/
/*  color: #FD4;*/
/*  transition: all .25s;*/
/*}*/
/*input.star-5:checked ~ label.star:before {*/
/*  color: #FE7;*/
/*  text-shadow: 0 0 20px #952;*/
/*}*/
/*input.star-1:checked ~ label.star:before { color: #F62; }*/
/*label.star:hover { transform: rotate(-15deg) scale(1.3); }*/
/*label.star:before {*/
/*  content: '\f006';*/
/*  font-family: FontAwesome;*/
/*}*/


.block__form.force textarea {
  background-color: transparent !important;
  border: solid 1px #212121 !important;
  border-radius: 0 !important;
}

.lock-div {
  pointer-events: none !important;
  opacity: 0.6;
}

.block__sav-pro-list {
  margin-top: 130px;
  min-height: 50vh;
}

.pro-account-infos {
  background: white;
  padding: 1.25rem 2rem 0;
  margin-bottom: 3rem;
}

.pro-account-infos .table {
  padding: 1rem 0;
}

.pro-account-infos .table th {
  width: 25%;
  padding: 0 0 1rem;
}

.pro-account-infos .table td {
  padding: 0;
}

.pro-account-infos__heading {
  align-self: flex-start;
}

@media (min-width: 700px) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
}

@media (max-width: 700px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
}


@media (max-width: 1180px) {
  .block__dashboard {
    padding-top: 0;
  }
  .block__sav-pro-list {
    min-width: unset !important;
    min-height: unset !important;
  }
  .pro-account-infos {
    padding: 1rem;
    margin-bottom: 2rem;
  }
  .pro-account-infos__heading {
    width: 100%;
  }
  .content.mobile {
    display: block;
    padding: 1rem;
  }
  .content.mobile .nav-pagination {
    margin: 0;
    padding: 0;
    border: none;
  }

  .content.mobile .nav-pagination.bottom {
    width: 100%;
    justify-content: flex-end;
  }

  .new-sav-btn {
    width: 100%;
    padding: .75rem 2.5rem !important;
  }
  .ticket-item-container {
    width: 100%;
    border: 1px solid #212121;
  }
  .ticket-item-content {
    margin-bottom: 0;
    padding: 0 1rem !important;
  }
  .ticket-item {
    width: 100%;
    height: 78px;
    margin: 0;
    padding: 1rem 0;
  }
  .ticket-item:not(:last-child) {
    border-bottom: 1px solid #E8E8E8;
  }
  .ticket-item > p {
    margin: 0;
    font-weight: bold;
  }
  .ticket-item-btn {
    width: 100%;
    padding: 0.75rem 7rem;
    border-top: 1px solid #212121;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background: #212121;
    color: white;
    text-transform: uppercase;
  }
}

.table .sav-pro-list td {
  padding: 10px 5px;
  font-weight: bold;
  font-size: .95rem;
}

.table .sav-pro-list td:first-child {
  padding: 10px 30px;
}

.table th {
  padding: 5px 5px;
}

.status_bt {
  font-size: .90rem !important;
  font-weight: bold;
  padding: 1px 3px !important;
}

a.card {
  color: #212121;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
a.card:hover, a.card:focus {
  opacity: 0.6 !important;
  text-decoration: none !important;
}


.nav-pagination {
  display: flex;
  justify-content: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 0.5em;
  margin-bottom: -1.5em;
  padding-bottom: 1em;
  padding-top: 1em;
}

.pagination-ticket {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.pagination-ticket li {
  margin: 0;
  text-align: center;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.pagination-ticket li:first-child  {
  border-left: 1px solid #dee2e6;
}

.pagination-ticket li[aria-current="page"] > a {
  background-color: #333;
  color: #fff;
}

.pagination-ticket a {

  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  display: inline-block;
  color: #2f2b2b;
  transition: all 0.3s ease-in-out;
}

.pagination-ticket .arrow {
  width: 90px!important;
}

.pagination-ticket a:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

#label-urgent {
  font-size: 1rem!important;
  font-weight: bold!important;
}

.blue {
  position: relative;
  text-align: left;
  width: 50%;
  clear: both;
}

.blue .content {
  background-color: #e0e8f2;
  color: #3f4046;
  padding: 1rem;
}

.green {
  position: relative;
  text-align: left;
  width: 50%;
  clear: both;
}

.green .content {
  background-color: #E5FDF1;
  color: #23D97E;
  padding: 1rem;
}

.purple {
  position: relative;
  text-align: left;
  width: 50%;
  clear: both;
}

.purple .content {
  background-color: #ECDEFF;
  color: #853EE5;
  padding: 1rem;
}


#admin-sav-detail-left {
  width: 20%!important;
}

#admin-sav-detail-right {
  width: 80%!important;
}

.title-pastille:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius:50%;
  position: absolute;
  top: 23px;
  left: -20px;
  background: #212121 0% 0% no-repeat padding-box;
  opacity: 1;
}

.ticket_input:checked {
  background-color: #212121;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-checkmark {
  border: 1px solid #4b4a4a;
  border-radius:2px;
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}

.checkbox-container:hover input ~ .checkbox-checkmark {
  background-color: #ccc;
}

.checkbox-container input:checked ~ .checkbox-checkmark {
  background-color: #212121;
}

.checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkbox-checkmark:after {
  display: block;
}

.checkbox-container .checkbox-checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block__tables tbody tr.has-notification td {
  font-weight: 800;
}

.select-etape4 {
  background-color: #e8e8e8!important;
  border-radius: 0!important;
  color: #212121!important;
}

.text-area-size {
  height: 100px;
}

.multiselect {
  width: 200px;
}

#add_message_form_private_div {
  background-color: #e8e8e8;
  max-height: 300px;
  overflow-y: scroll;
}

#list-status {
  background-color: #e8e8e8;
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
}

input[type="checkbox"] {
  filter: grayscale(100%)!important;
  -webkit-filter: grayscale(100%)!important;
}

.select-checkbox-item {
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  margin: 5px 0;
}

.select-checkbox-item:hover {
  background-color: #b9b8b8;
}

.select-checkbox-item label {
  margin-bottom: 0!important;
  cursor: pointer;
}

#add_message_form_private_div span {
  cursor: pointer;
  background-color: #e8e8e8;
}

td.not-urgent {
  color: #3E97E5;
  font-weight: bold;
}

.content {
  word-wrap: break-word!important;
}

.div-statut {
  background-color: white;
  border-top: 1px solid black;
}

.hidden-checkbox {
  position: absolute;
  z-index:-1;
  top: 45px;
  left: 125px;
}

.hidden-checkbox-statut {
  position: absolute;
  z-index:-1;
  top: 74px;
  left: 0px;
}

.show-checkbox {
  z-index: 10!important;
}

.icone-transform {
  transform: rotate(180deg) !important;
}

a.active {
  border: 1px solid #E8E8E8!important;
  color: white!important;
  background-color: #707070!important;
}

a.active > i {
  color: white!important;
}

#arrow-list-select {
  color:#5b5656;
}

#arrow-list-select.addWhite {
  color: white!important;
}

@media (min-width: 700px) {
  .content ul {
    padding-left: 40px;
  }
}


.select2-container--default.detail .select2-selection--single {
  border-bottom: 1px solid #E8E8E8FF !important;
}

#form-statut span span #select2-statut-container {
  text-align: left;
  margin-left: 15px;
}

/* BLOCK ISSUE SECTION */

.block__issue {
  margin: 0;
}

.block__issue .container {
  text-align: center;
}

.block__issue__title {
  max-width: 50% !important;
  max-height: 120px;
}

.block__issue__subtitle, .block__issue__subtitle-2 {
  margin: 0 !important;
}

.block__issue__buttons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.block__issue__btn {
  min-width: 347px;
}
.block__issue__btn:first-child {
  margin-right: 13px;
}
.block__issue__btn:last-child {
  margin-left: 13px;
}

@media (max-width: 700px) {
  .block__issue__title {
    max-width: 100% !important;
    max-height: fit-content;
  }
  .block__issue__buttons-container {
    flex-direction: column;
  }
  .block__issue__btn {
    min-width: 100%;
  }
  .block__issue__btn:first-child,
  .block__issue__btn:last-child {
    margin-left: 0;
    margin-right: 0;
  }
  .block__issue__btn:first-child {
    margin-bottom: .5rem;
  }
  .block__issue__btn:last-child {
    margin-top: .5rem;
  }
}

.block__slider {
  margin: 0 0 72px;
}

.block__404 {
  height: 100vh;
  justify-content: space-evenly;
}

.block__404-title {
  flex: 1;
  align-items: center;
  justify-content: center;
  font-weight: 300;
}

.block__404-title-symbol {
  font-size: 10rem;
}

.block__404-divider {
  width: 1px;
  height: 15rem;
  margin: 0 2rem;
  background-color: black;
}

@media (max-width: 700px) {
  .block__404 {
    padding: 1rem;
    justify-content: center;
  }
  .block__404 .container {
    flex-direction: column !important;
    padding: 0;
  }
  .block__404-divider {
    display: none;
  }
  .block__404-title-symbol {
    font-size: 6rem;
  }
  .block__404-title {
    text-align: center;
  }
  .block__404-title-symbol,  .block__404-title {
    margin-bottom: 0;
  }
  #block__404-btn {
    width: 100%;
    padding: 1.25rem 1.5rem !important;
  }
}

/* pro account profile infos modal */

.accountInfosBtn {
  font-size: 1.6875rem;
  padding: 0;
}

.Modal__backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(128, 128, 128, 0.5);
}

.Modal__foreground {
  position: relative;
  width: 100%;
  height: 50%;
  margin: 0 1rem;
  padding: 1rem;
  background: white;
}

.Modal__title {
  font-size: 1.5rem;
}

.Modal__title, .Modal__content-item p, .Modal__content-item a {
  margin: 0;
  font-weight: bold;
  color: #212121;
}

.Modal__content, .Modal__content-item, .Modal__close {
  width: 100%;
}

.Modal__close {
  padding: 0.75rem 2.5rem !important;
}

.pro-account-infos__heading .title {
  font-size: 1.1875rem;
  font-weight: bold;
  color: #212121;
  text-transform: uppercase;
  align-self: flex-end;
}

.block__suivi_entete-th {
  min-width: 150px;
}

.block__suivi_entete th, .block__suivi_entete td {
  padding-left: 0;
}

.firstname-error {
  margin-top: -.7rem;
}

#save_product_form_type {
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .selectFieldContainer {
    margin-bottom: 1rem;
  }
  #save_product_form_type {
    margin-bottom: 1rem;
  }
}

#add_message_form_message, #add_statut_message_form_no_modal_message {
  width: 100%;
  min-height: 5rem !important;
  margin-top: 1rem !important;
}

a.transparent
{
  background-color: transparent;
  color: white;
  border: 1px white solid;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  padding: 1.25rem 2.5rem;
  text-align: center;
  display: inline-block;
}

@media (hover: hover), (-ms-high-contrast: none)
{
  a.transparent:hover
  {
    color: white;
    background-color: #212121;
  }

  a.transparent:hover > *
  {
    color: white;
  }
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.ck-editor__editable[role="textbox"] {
  /* editing area */
  min-height: 200px;
  border: 1px solid #ccced1!important;
}

.ck-editor__editable > h1,
.ck-editor__editable > h2,
.ck-editor__editable > h3 {
  color: black!important;
}

.text-alert {
  color: #fd7e14!important;
}

.text-grey {
  color: #6d5757 !important;
}

.noselect {
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.clickable-phrase {
  cursor: pointer;
}

.clickable-phrase:hover {
  background-color: #dadada;
}

.visually-hidden {
  display: none;
}

#glooveInformation {
  margin: 20px 0 10px 0;
  color: black;
  background-color: #FFCBCB;
  padding: 15px 5px;
}

#glooveInformation .title {
  font-weight: bold;
  font-size: 20px;
}

#glooveInformation .title i {
  color: #C70000;
}

#glooveInformation-main {
  color: black;
  background-color: #FFCBCB;
  padding: 20px;
  width: 75%;
  margin: 20px auto;
}

#glooveInformation-main .title {
  font-weight: bold;
  font-size: 20px;
  text-align: left
}

#glooveInformation-main .title i {
  color: #C70000;
}

.d-none {
  display: none;
}



/*# sourceMappingURL=custom_style.css.map */
